/*
Theme Name:   Impulsetrading Child
Description:  Tema hijo de impulsetrading
Author:       Luis Enrique Saravia Tornero
Author URL:   tu web 
Template:     impulsetrading
Version:      1.0.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  impulsetrading-child
*/

.migas-pan-novedades {
    font-size: 14px;
    margin: 20px 0;
    width: 100%
}

.migas-pan-novedades a {
    text-decoration: none;
    color: #A0AEC0;
    font-size: 14px;
}

.migas-pan-novedades img {
    opacity: 0.5;
}

.migas-pan-novedades a:hover {
    text-decoration: underline;
    text-decoration: none;
}

.migas-pan-novedades span {
    color: #333;
    margin: 0 5px;
}

.novedades {
    padding: 0 80px;
    margin: 50px auto;

    max-width: 1600px;
}

.novedades h2 {
    color: rgb(0, 64, 255);
}

.titulo-novedades {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
}

.titulo-novedades h2 {
    color: rgb(0, 64, 255);
    margin: 0 0 0 3px;
}

.titulo-novedades img {
    width: 30px;
    height: 30px;
    margin: 0;
    color: rgb(0, 64, 255);
}

.cartas-novedades {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    gap: 20px;
}

.novedad-imagen {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.novedad-imagen img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease all;
    object-fit: cover;
}

.novedad:hover img {
    transform: scale(1.07);
}
  
.novedad {
    border: 3px solid rgb(205, 236, 255);
    border-radius: 20px;
    overflow: hidden;
    width: clamp(300px, 100%, 400px);
    height: clamp(440px, 100%, 640px);
}

.novedad:hover {
   border: 3px solid skyblue;
}
  
.descripcion-novedad {
    padding: 12px 20px;
}

.descripcion-novedad h4 {
    color: #060e2c;
    font-size: 22px;
    margin: 14px 0;
}

.descripcion-novedad span,
.descripcion-novedad a {
    color: #007cff;
}

.descripcion-novedad p,
.descripcion-novedad > :nth-child(4) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.related.products.recommend li {
    text-decoration: none;
}

.related.products.recommend ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.recommendation-product-cart {
    width: 100%;
}

.recommendation-product-cart a {
    text-decoration-line: none !important;
    display: grid !important;
    place-items: center !important;
    gap: 15px !important;
}
/* 
.recommendation-cart a h2 {
    text-decoration: none;
} */

.recommendation-cart a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100% !important;
}

.line-title-post-blog {
    width: 100%;
    margin: 8px 0 15px;
}

.link-post-blog {
    text-decoration: none
}

@media( max-width: 425px ){
    .link-post-blog {
        text-decoration: underline
    }
}


/* ------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------ */


.rotate {
    transform: translateY(-50%) rotate(180deg);
}

.content-complaints {
    width: 80%;
    max-width: 1600px;
    margin: 60px auto
}

.content-info-enterprise-impulse {
    display: flex;
    font-weight: 400;
    margin: auto
}

.line-info-enterprise-impulse {
    width: 10px;
    background: #007CFF;
    border-radius: 10px;
    margin-right: 10px;          
}


.info-enterprise-impulse span {
    font-weight: 400;
    color: #007CFF
}

.info-enterprise-impulse div strong {
    font-weight: 400;
    color: #000000
}

.info-enterprise-impulse div span {
    font-weight: 400;
    color: #454545
}

.content-complaints-book form {
    margin: 30px auto;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px 0px #0000002B;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.content-complaints-book form h6 {
    margin: 10px 0;
    line-height: 36px
}

.container-field-complaints-book {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.container-field-complaints-book label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.container-field-complaints-book input {
    height: 40px;
    border-radius: 12px;
    border: 1px solid #A0AEC0;
    padding: 0px 16px 0px 12px
}

.custom-select {
    position: relative;
    width: 100% 
}

.container-field-complaints-book .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #A0AEC0;
    padding: 0px 16px 0px 12px;
    color: #A0AEC0
}

.custom-select img {
    position: absolute;
    bottom: 15px;
    right: 10px
}

.field-phone-complaints-book {
    height: 40px;
    border-radius: 12px;
    border: 1px solid #A0AEC0;
    padding: 0px 16px 0px 12px;
    width: clamp(200px, 100%, 352px);
}

.product-or-services {
    width: clamp(200px, 100%, 371px);
}

.details-complaints {
    display: flex;
    gap: 8px;
}

.details-complaints label {
    display: inline
}

.container-field-complaints-book textarea {
    border-radius: 12px;
    border: 1px solid #A0AEC0;
    padding: 10px 16px 10px 12px;
    resize: none;
    width: 100%;
    height: 140px;
}

.button-send-complaints-book {
    border-radius: 12px;
    width: 128px;
    align-self: flex-end;
    background: #007CFF;
    padding: 0px 20px 0px 20px;
    border: none;
    color: white;
    font-weight: 700;
    height: 48px;
}

.document-customer-complaints-book {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    position: relative
}

.type-document {
    width: 183px
}

@media(max-width: 480px) {
    .type-document {
        width: 100%
    }
}

#newsletter_topics {
    display: grid;
    gap: 10px;
}