.elementor-34 .elementor-element.elementor-element-31efda56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3e471163 *//* RESET Y ESTILOS BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f4f6f9;
    color: #2b2b2b;
    -webkit-font-smoothing: antialiased;
}

/* BANNER SUPERIOR */
.top-promo-banner {
    background-color: #bd4b19; /* Tono marrón-anaranjado de la imagen original */
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}



/* CONTENEDOR PRINCIPAL */
.main-layout {
    max-width: 1300px;
    margin: 30px auto;
    padding: 0 20px;
}

/* CUADRICULA DE TARJETAS (MINORISTA Y MAYORISTA) */
.channels-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .channels-grid {
        flex-direction: row;
    }
}

/* TARJETAS DE CANALES */
.channel-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex: 1;
}

.retail-card {
    background-color: #fbf4ed; /* Sutil fondo beige/cálido para la sección regional */
}

.wholesale-card {
    background-color: #edf7f9; /* Sutil fondo celeste/frío para la sección mayorista */
}

.card-image-side {
    flex: 1.1;
    min-width: 45%;
    position: relative;
    background-color: #eaeaea; 
    display: flex;       /* <-- AGREGA ESTO */
    align-items: stretch;
}

.side-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-content-side {
    flex: 1.2;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #4a2c11;
    margin-bottom: 12px;
    margin-top: 0px;
    top: 0px;
}

.wholesale-card .card-title {
    color: #1a3644;
}

.card-url {
    font-weight: 700;
    color: #2b2b2b;
    font-size: 0.95rem;
    margin-bottom: 12px;
    line-height: 1.4;
}

.card-description {
    font-size: 0.9rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* BOTONES */
.card-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    padding: 12px 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 25px;
    text-align: center;
    transition: all 0.2s ease;
}

.btn-blue {
    background-color: #4D2307; 
    color: #ffffff;
    text-decoration: none;
    
}

.btn-blue-2{
     background-color: #201F4E; 
    color: #ffffff;
    text-decoration: none;
}

.btn-in {
     background-color: #349AF0; 
    color: #ffffff;
    text-decoration: none;
}

.btn-blue:hover {
    background-color: #EBC3A9;
    transform: translateY(-1px);
    color: #ffffff;
}

.btn-blue-2:hover {
    background-color: #C0BFEE;
    transform: translateY(-1px);
    color: #ffffff;
}

.btn-in:hover {
    background-color: #B3D6F3;
    transform: translateY(-1px);
    color: #ffffff;
}

.btn-whatsapp-pill {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.btn-whatsapp-pill:hover {
    background-color: #f9f9f9;
    transform: translateY(-1px);
}

/* Marcador para ícono de WhatsApp */
.ws-icon {
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 26px;
}

/* SECCIÓN COMERCIO EXTERIOR */
.international-section {
    background-color: #e9eff4;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    
    display: flex;       /* <-- AGREGA ESTO */
    align-items: stretch;
}

@media (min-width: 768px) {
    .international-section {
        flex-direction: row;
    }
}

.international-image {
    flex: 1;
    background-color: #d1dadf;
    display: flex;       /* <-- AGREGA ESTO */
    align-items: stretch;/* <-- AGREGA ESTO */
    position: relative;
}

.container-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 200px;
}

.international-content {
    flex: 2;
    padding: 35px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.international-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a3644;
    margin-bottom: 12px;
}

.international-description {
    font-size: 0.95rem;
    color: #4a4a4a;
    line-height: 1.6;
    max-width: 750px;
    margin-bottom: 20px;
}

.international-btn {
    max-width: 340px;
    margin-bottom: 20px;
}

.international-contact-details {
    display: flex;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #555555;
    flex-wrap: wrap;
    justify-content: center;
}

.international-contact-details .separator {
    color: #ccc;
}

/* PIE DE PÁGINA */
.footer-layout {
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 20px 8%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: 40px;
}

@media (min-width: 576px) {
    .footer-layout {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-layout a {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.footer-left {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-right {
    display: flex;
    gap: 20px;
}

.social-link {
    display: flex;
    align-items: center;
}

.fb-icon, .ig-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #4a4a4a;
    border-radius: 3px;
    margin-right: 6px;
}

/* RESPONSIVE PARA DISPOSITIVOS MÓVILES */
@media (max-width: 768px) {
    .channel-card {
        flex-direction: column !important;
    }
    .card-image-side {
        height: 240px;
        min-width: 100%;
    }
    .navbar {
        flex-direction: column;
        gap: 15px;
    }
    .nav-linksleft, .nav-linksright {
        text-align: center;
        padding: 0;
        justify-content: center;
    }
    .international-section {
        flex-direction: column !important; /* Fuerza a que se apile verticalmente: imagen arriba, texto abajo */
    }

    .international-image {
        height: 240px;     /* Le da una altura fija a la foto en celulares para que no desaparezca */
        min-width: 100%;   /* Asegura que ocupe todo el ancho de la pantalla */
    }
    
    /* Ajustes extras de menú que ya tenías */
    .navbar {
        flex-direction: column;
        gap: 15px;
    }
    .nav-linksleft, .nav-linksright {
        text-align: center;
        padding: 0;
        justify-content: center;
    }
}/* End custom CSS */