/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/




.agro-header>div {
    justify-content: center;
}

/* ---------------------------------------------------------------------- hero banner ---------------------------------------------------------------*/
.banner-hero {
    background: url(/wp-content/uploads/2026/08/HOME-banner-ppal-frame.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 180px;
}

.banner-hero-contain>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 610px;
    margin-inline: auto;
}

.banner-hero-img {
    margin-bottom: 52px;
}

.banner-hero-title {
    text-align: center;
    font: italic normal normal 36px/43px Roboto Serif;
    letter-spacing: 0.36px;
    color: #FAFAFA;
    margin-bottom: 20px;
    text-wrap-style: balance;
}

.banner-hero-subtitle {
    text-align: center;
    font: normal normal normal 19px/27px DM Sans;
    letter-spacing: 0px;
    color: #FAFAFA;
    margin-bottom: 41px;
}

.banner-hero-btns {
    display: flex;
    justify-content: center;
    gap: 21px;
}

.imagenB {
    width: fit-content;
    position: absolute;
    top: -50px;
    right: 0px;
}

/* VISTA RESPONSIVE GENERAL */
@media only screen and (max-width: 900px) {
    .banner-hero {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .banner-hero-contain>div {
        padding-inline: 20px;
        /* Margen lateral para que el texto respire */
    }


    .banner-hero-btns a {
        padding-inline: 0 !important;
        width: 250px;
        gap: 15px;
    }

    .banner-hero-contain a.btn-white>img {
        left: 20px !important;
        position: relative !important;
    }

}

/* VISTA MOBILE (en caso que sea necesario adaptar elementos que no se vea bien general en 900px) */
@media only screen and (max-width: 700px) {
    .banner-hero-img {
        width: 167px;
        height: 79px;
        margin-bottom: 30px;
    }

    .banner-hero-title {
        font: italic normal normal 20px/28px "Roboto Serif", serif;
        letter-spacing: 0.2px;
    }

    .banner-hero-subtitle {
        font: normal normal normal 14px/18px "DM Sans", sans-serif;
    }

    .banner-hero-btns {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        /* Separación entre botones apilados */
    }

}

/* ---------------------------------------------------------------------- productos home ---------------------------------------------------------------*/

.product-home-txt>div {
    width: 1250px !important;
}

.product-home-txt {
    background: #F1F1F1;
    padding-top: 90px;
    padding-bottom: 120px;
}

.product-home-txt-contain>div {
    width: 600px;
    margin-inline: auto;
}

.product-home-slag {
    text-align: center;
    font: normal normal 500 18px/18px DM Sans;
    letter-spacing: 3.6px;
    color: #6B7255;
    margin-bottom: 14px;
}

.product-home-title {
    text-align: center;
    font: normal normal 300 36px/43px Roboto Serif;
    letter-spacing: 0px;
    color: #6B7255;
    margin-bottom: 15px;
    text-wrap-style: balance;
}

.product-home-subtitle {
    text-align: center;
    font: normal normal 500 18px/22px DM Sans;
    letter-spacing: 0px;
    color: #060606;
    margin-bottom: 62px;
}

.card-product-home {
    width: 293px;
    height: 325px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.card-product-home-txt {
    text-align: center;
    font: normal normal 500 22px/22px DM Sans;
    letter-spacing: 0px;
    color: #98A727;
    max-width: 239px;
    margin-top: 35px;
}

.product-home-carrusel>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

#card-product-uno {
    background: url(/wp-content/uploads/2026/05/Grupo-6771.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#card-product-dos {
    background: url(/wp-content/uploads/2026/05/Grupo-6772.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#card-product-tres {
    background: url(/wp-content/uploads/2026/05/Grupo-6773.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#card-product-cuatro {
    background: url(/wp-content/uploads/2026/05/Grupo-6774.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#card-product-cinco {
    background: url(/wp-content/uploads/2026/05/Grupo-6775.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#card-product-seis {
    background: url(/wp-content/uploads/2026/05/Grupo-6776.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#card-product-siete {
    background: url(/wp-content/uploads/2026/05/Grupo-6777.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product-home-btn a {
    margin-inline: auto;
    margin-top: 60px;
}

#product-home-carrusel-uno {
    margin-bottom: 20px;
}



@media only screen and (max-width: 900px) {

    #product-home-carrusel-desktop {
        display: none;
    }

}

@media only screen and (min-width: 900px) {

    #product-home-carrusel-mobile {
        display: none;
    }

}

/* @media only screen and (max-width: 700px) {
    
.card-product-home {
    place-self: center; 
    justify-self: center;
}

} */

/* --- 1. AJUSTE DE VISIBILIDAD DE CARRUSELES --- */
/* Cambiamos el corte a 1000px para abarcar la vista tablet que necesitas */
@media only screen and (max-width: 1000px) {
    #product-home-carrusel-desktop {
        display: none;
    }
}

@media only screen and (min-width: 1001px) {
    #product-home-carrusel-mobile {
        display: none;
    }
}

/* --- 2. VISTA RESPONSIVE GENERAL --- */
@media only screen and (max-width: 1000px) {

    /* Rompemos los anchos fijos de escritorio para evitar el scroll horizontal y que los textos se adapten */
    .product-home-txt>div {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-home-txt-contain>div {
        width: 100%;
        max-width: 600px;
    }

    /* Centrado absoluto de la card dentro del carrusel para móvil y tablet */
    .card-product-home {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* --- 3. VISTA MOBILE --- */
@media only screen and (max-width: 700px) {

    /* Forzamos a que el carrusel muestre exactamente 1 elemento ocupando todo el ancho */
    .carousel-container .carousel-item {
        width: 100% !important;
        flex-basis: 100% !important;
    }

    .product-home-txt-contain>div {
        width: 90%;
    }

    .product-home-slag {
        text-align: left;
        font: normal normal 500 12px/13px DM Sans;
    }

    .product-home-title {
        text-align: left;
        font: normal normal 300 18px/24px Roboto Serif;
    }

    .product-home-subtitle {
        text-align: left;
        font: normal normal 500 14px/18px DM Sans;
        margin-bottom: 30px;
    }

    .product-home-txt {
        padding-block: 50px;
    }

}

/* --- 4. VISTA TABLET --- */
@media (min-width: 715px) and (max-width: 1000px) {

    /* Forzamos a que el carrusel divida el espacio para mostrar exactamente 2 elementos */
    .carousel-container .carousel-item {
        width: 50% !important;
        flex-basis: 50% !important;
    }
}

/* --- 5. VISTA TABLET HORIZONTAL --- */
@media (min-width: 1180px) and (max-width: 1290px) and (orientation: landscape) {

    /* Aquí ya es visible el de escritorio, solo evitamos que el ancho de 1250px desborde la pantalla */
    .product-home-txt>div {
        width: 100% !important;
        padding-left: 40px;
        padding-right: 40px;
    }
}




/* ----------------------------- Un socio productivo para su cadena de valor SECCION HOME ---------------------------------------- */



.un-socio-productivo {
    background-color: #363B23;
    padding-top: 112px;
    padding-bottom: 125px;
    box-sizing: border-box;
}

.container-socio-product {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centra los títulos */
}

.title-socio-product {
    text-align: center;
    font-family: 'Roboto Serif', serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 73px;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}

.subtitle-socio-product {
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FCFCFD;
    margin: 0 0 60px 0;
    /* max-width: 800px; */
}

/* Contenedor de los 3 items */
.features-wrapper-socio-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    /* Separación general */
    width: 100%;
}

/* Cada item individual (icono + texto) */
.feature-item-socio-product {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 280px;
}

.icon-socio-product {
    width: 45px;
    height: auto;
    flex-shrink: 0;
}

.text-socio-product {
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FCFCFD;
}

/* Líneas divisorias verticales */
.separator-socio-product {
    width: 3px;
    height: 48px;
    background-color: #FCFCFD;
    flex-shrink: 0;
}

/* --- VISTA TABLET (Ajustes de espacio entre 701px y 1000px) --- */
@media only screen and (max-width: 1000px) {
    .features-wrapper-socio-product {
        gap: 20px;
        /* Achicamos espacios para que entren cómodos */
    }

    .feature-item-socio-product {
        max-width: 220px;
    }
}

/* --- VISTA MOBILE (Hasta 700px) --- */
@media only screen and (max-width: 700px) {
    .un-socio-productivo {
        padding: 50px 20px;
    }

    .container-socio-product {
        align-items: flex-start;
        /* Alinea los títulos a la izquierda */
    }

    .title-socio-product {
        text-align: left;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .subtitle-socio-product {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 40px;
    }

    .features-wrapper-socio-product {
        flex-direction: column;
        /* Apila los elementos verticalmente */
        align-items: flex-start;
        gap: 25px;
    }

    .feature-item-socio-product {
        max-width: 100%;
    }

    .text-socio-product {
        font-size: 14px;
        line-height: 22px;
    }

    /* La línea vertical pasa a ser horizontal */
    .separator-socio-product {
        width: 100%;
        height: 3px;
    }
}


/* --------------------------------------------------CAPACIDAD PRODUCTIVA seccion home --------------------------------*/


.section-cap-product {
    width: 100%;
    background-color: #F4F4F5;
    /* Fondo claro para la mitad del texto */
}

.section-cap-product-contenx>div {
    display: flex;
    flex-direction: row;
}

/* Contenedor izquierdo (Textos) */
.text-col-cap-product {
    width: 50%;
    padding: 80px 8%;
    /* Centra el contenido internamente */
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

/* Contenedor derecho (Imagen) */
.img-col-cap-product {
    width: 50%;
    display: flex;
}

/* object-fit: cover asegura que la imagen llene el 50% sin deformarse */
.image-cap-product {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tipografías */
.eyebrow-cap-product {
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 73px;
    letter-spacing: 3.6px;
    color: #6B7255;
}

.title-cap-product {
    text-align: left;
    font-family: 'Roboto Serif', serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    color: #6B7255;
    margin: 0 0 20px 0;
}

.desc-cap-product {
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #060606;
    margin: 0 0 40px 0;
}

.btn-wrap-cap-product {
    margin-top: 10px;
}

/* --- VISTA TABLET (701px a 1000px) --- */
@media only screen and (min-width: 701px) and (max-width: 1000px) {
    .text-col-cap-product {
        padding: 60px 4%;
        /* Reducimos el padding lateral para que el texto respire */
        width: 70%;
    }

    .title-cap-product {
        font-size: 28px;
        /* Ajuste sutil del título para pantallas medianas */
        line-height: 38px;
    }
}

/* --- VISTA MOBILE (Hasta 700px) --- */
@media only screen and (max-width: 700px) {
    .section-cap-product-contenx>div {
        flex-direction: column;
        /* Apila el texto arriba y la imagen abajo */
    }

    .text-col-cap-product {
        width: 100%;
        padding: 50px 20px;
    }

    .img-col-cap-product {
        width: 100%;
        height: 400px;
        /* Le damos altura fija a la caja de la imagen para móvil */
    }

    .eyebrow-cap-product {
        font-size: 12px;
        line-height: 73px;
        letter-spacing: 2.4px;
    }

    .title-cap-product {
        font-size: 26px;
        line-height: 28px;
    }

    .desc-cap-product {
        font-size: 14px;
        line-height: 18px;
    }
}

/* -------------------------------------- SOSTENIBILIDAD seccion home --------------------------------------------------------------- */



/* --- FONDO DE LA SECCIÓN WPBakery --- */
.sostenibilidad-seccion {
    /* background: url('/wp-content/uploads/2026/05/Enmascarar-grupo-2966.jpg') center center / cover no-repeat !important;*/
    background: url('/wp-content/uploads/2026/09/foto-sostenibilidad-1.jpg') center center / cover no-repeat !important;
    padding-top: 160px;
    padding-bottom: 180px;
}

/* --- ESTILOS GENERALES (Escritorio por defecto) --- */
.sostenibilidad-content>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding: 100px 20px; */
    box-sizing: border-box;
    /* gap: 40px; */
}

/* Contenedor Izquierdo */
.text-col-sostenibilidad {
    /* width: 45%; */
    width: 513px;
    display: flex;
    flex-direction: column;
}

/* Contenedor Derecho */
.cards-col-sostenibilidad {
    /* width: 55%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    /* Separación vertical entre filas */
}

.cards-row-sostenibilidad {
    display: flex;
    flex-direction: row;
    gap: 15px;
    /* Separación horizontal entre tarjetas */
}

.align-right-sostenibilidad {
    justify-content: flex-end;
    /* Empuja la tarjeta superior a la derecha */
}

/* Tipografías Texto Izquierdo */
.eyebrow-sostenibilidad {
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 3.6px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    display: block;
}

.title-sostenibilidad {
    text-align: left;
    font-family: 'Roboto Serif', serif;
    font-weight: 300;
    font-size: 42px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.desc-sostenibilidad {
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

/* Tarjetas (Base) */
.card-item-sostenibilidad {
    /* El gradiente con hexadecimal de 8 caracteres soporta la opacidad (3B = ~23%) */
    background: transparent linear-gradient(180deg, #FFFFFF3B 0%, #8080803B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 15px;
}

.icon-card-sostenibilidad {
    width: 45px;
    height: auto;
    flex-shrink: 0;
}

.text-card-sostenibilidad {
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
}

/* Ajustes individuales de Tarjetas (Desktop) */
.item1-sostenibilidad {
    width: 428px;
    height: 134px;
}

.item2-sostenibilidad {
    width: 259px;
    height: 134px;
}

.item3-sostenibilidad {
    width: 300px;
    height: 134px;
}

.item4-sostenibilidad {
    width: 300px;
    height: 134px;
}

/* Corrección de color solicitada para item 3 y 4 */
.item3-sostenibilidad .text-card-sostenibilidad,
.item4-sostenibilidad .text-card-sostenibilidad {
    color: #FAFAFA;
}

/* --- VISTA TABLET (701px a 1000px) --- */
@media only screen and (max-width: 1000px) and (min-width: 701px) {
    .sostenibilidad-content>div {
        flex-direction: column;
        /* Apila texto arriba y tarjetas abajo */
        gap: 60px;
    }

    .text-col-sostenibilidad,
    .cards-col-sostenibilidad {
        width: 100%;
    }

    .cards-col-sostenibilidad {
        align-items: center;
        /* Centra todo el bloque de tarjetas */
    }

    .cards-row-sostenibilidad {
        justify-content: center;
    }
}

/* --- VISTA MOBILE (Hasta 700px) --- */
@media only screen and (max-width: 700px) {
    .sostenibilidad-content>div {
        flex-direction: column;
        padding: 50px 20px;
        gap: 40px;
    }

    .text-col-sostenibilidad,
    .cards-col-sostenibilidad {
        width: 100%;
    }

    /* Tipografía Mobile */
    .eyebrow-sostenibilidad {
        font-size: 12px;
        line-height: 13px;
        letter-spacing: 2.4px;
    }

    .title-sostenibilidad {
        font-size: 21px;
        line-height: 25px;
    }

    .desc-sostenibilidad {
        font-size: 14px;
        line-height: 18px;
    }

    /* Estructura Tarjetas Mobile */
    .cards-row-sostenibilidad {
        flex-direction: column;
        /* Rompe las filas en columnas */
        gap: 15px;
        width: 100%;
        align-items: center;
    }

    /* Tamaños Tarjetas Mobile */
    .card-item-sostenibilidad {
        width: 322px !important;
        border-radius: 10px;
        padding: 0 15px;
        gap: 15px;
    }

    .item1-sostenibilidad {
        height: 64px !important;
    }

    .item2-sostenibilidad {
        height: 69px !important;
    }

    .item3-sostenibilidad {
        height: 69px !important;
    }

    .item4-sostenibilidad {
        height: 57px !important;
    }

    .text-card-sostenibilidad {
        font-size: 14px;
        line-height: 16px;
    }

    .icon-card-sostenibilidad {
        width: 30px;
        /* Reducción sutil del icono para que entre cómodo en la altura de 57px */
    }

    .sostenibilidad-seccion {
        /* background: url('/wp-content/uploads/2026/06/imagen-fondo-sostenibilidad.jpg') !important;*/
        /*background: url('/wp-content/uploads/2026/08/imagen-fondo-sostenibilidad-mobile3.jpg') !important;*/
        background: url('/wp-content/uploads/2026/09/imagen-fondo-sostenibilidad-mobile.jpg') !important;
        background-size: cover !important;
    }


}

@media only screen and (max-width: 900px) {
    .sostenibilidad-seccion {
        padding-block: 30px !important;
        background-repeat: no-repeat !important;
    }
}

/* -------------------------------------CERTIFICADO SECCION HOME ---------------------------------------------------------------  */

.certificados-secction-content {
    padding-block: 75px;
}

.certificados-secction-content>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.certificados-title {
    text-align: center;
    font: normal normal 300 36px/48px Roboto Serif;
    letter-spacing: 0px;
    color: #6B7255;
    margin-block: 15px;
}

.certificados-subtitle {
    text-align: center;
    font: normal normal 500 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #060606;
    max-width: 746px;
    /* margin-inline: auto; */
}

.certificados-icons {
    width: 40rem;
    margin-block: 30px;
}

/* VISTA RESPONSIVE GENERAL */
@media only screen and (max-width: 900px) {

    .certificados-secction-content {
        padding-block: 80px;
    }

    .certificados-secction-content>div {
        align-items: flex-start;
        max-width: 620px;
        margin-inline: auto;
        padding-inline: 32px;
    }

    .certificados-eyebrow,
    .certificados-title,
    .certificados-subtitle {
        text-align: left;
    }

    .certificados-subtitle {
        max-width: 100%;
    }

    .certificados-icons {
        width: 100%;
        max-width: 520px;
        margin-block: 28px 35px;
    }

    /* .btn-green {
        align-self: flex-start;
    } */

}


/* VISTA MOBILE */
@media only screen and (max-width: 700px) {

    .certificados-secction-content {
        padding-block: 58px 72px;
    }

    .certificados-secction-content>div {
        padding-inline: 33px;
        max-width: 100%;
    }

    .certificados-eyebrow {
        text-align: left;
        font: normal normal 500 12px/13px "DM Sans";
        letter-spacing: 2.4px;
        color: #6B7255;
        margin: 0;
    }

    .certificados-title {
        text-align: left;
        font: normal normal 300 21px/48px "Roboto Serif";
        letter-spacing: 0px;
        color: #6B7255;
        margin: 0 0 12px;
    }

    .certificados-subtitle {
        text-align: left;
        font: normal normal 500 16px/18px "DM Sans";
        letter-spacing: 0px;
        color: #060606;
        margin: 0;
    }

    .certificados-icons {
        width: 100%;
        max-width: 360px;
        margin-block: 25px 36px;
    }

    /* .btn-green {
        width: fit-content;
        min-height: 33px;
        padding: 8px 15px;
        display: inline-flex;
        align-items: center;
        gap: 14px;
    }

    .btn-green .icon-arrow {
        width: 16px;
    } */

}


/* VISTA TABLET */
@media (min-width: 715px) and (max-width: 1000px) {

    .certificados-secction-content {
        padding-block: 90px;
    }

    .certificados-secction-content>div {
        max-width: 680px;
        padding-inline: 45px;
    }

    .certificados-icons {
        max-width: 560px;
    }

}


/* TABLET HORIZONTAL */
@media (min-width: 1180px) and (max-width: 1290px) and (orientation: landscape) {

    .certificados-secction-content {
        padding-block: 100px;
    }

}

/* -------------------------------------MERCADO SECCION HOME ---------------------------------------------------------------  */


.mercado-seccion {
    background: #F1F1F1;
    padding-block: 90px;
}

.mercado-eyebrow {
    text-align: center;
    font: normal normal 600 18px/73px DM Sans;
    letter-spacing: 3.6px;
    color: #6B7255;
}

.mercado-title {
    text-align: center;
    font: normal normal 300 36px/36px Roboto Serif;
    letter-spacing: 0px;
    color: #6B7255;
    margin-bottom: 15px;
}

.mercado-text {
    text-align: center;
    font: normal normal 500 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #060606;
}

.mercado-items {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 32px;
}

.mercado-item {
    width: 214px;
    height: 86px;
    border: 2px solid #98A727;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 12px;
    padding-inline: 20px;
}

.mercado-description {
    text-align: left;
    font: normal normal 500 18px/20px DM Sans;
    letter-spacing: 0px;
    color: #98A727;
}

.mercado-icon {
    width: 51px;
}

/* VISTA RESPONSIVE GENERAL */
@media only screen and (max-width: 900px) {

    .mercado-seccion {
        padding-block: 80px;
    }

    .mercado-seccion-content>div {
        max-width: 620px;
        margin-inline: auto;
        padding-inline: 34px;
    }

    .mercado-eyebrow,
    .mercado-title,
    .mercado-text {
        text-align: left;
    }

    .mercado-items {
        flex-direction: column;
        align-items: flex-start;
        gap: 11px;
        margin-top: 38px;
    }

    .mercado-item {
        width: 100%;
        max-width: 420px;
        justify-content: flex-start;
    }

}


/* VISTA MOBILE */
@media only screen and (max-width: 700px) {

    .mercado-seccion {
        padding-block: 58px;
    }

    .mercado-seccion-content>div {
        max-width: 100%;
        padding-inline: 34px;
    }

    .mercado-eyebrow {
        text-align: left;
        font: normal normal 500 12px/13px "DM Sans";
        letter-spacing: 2.4px;
        color: #6B7255;
        margin: 0;
    }

    .mercado-title {
        text-align: left;
        font: normal normal 300 21px/25px "Roboto Serif";
        letter-spacing: 0px;
        color: #6B7255;
        margin-block: 21px;
        max-width: 310px;
    }

    .mercado-text {
        text-align: left;
        font: normal normal 500 14px/18px "DM Sans";
        letter-spacing: 0px;
        color: #060606;
        margin: 0;
        max-width: 300px;
    }

    .mercado-items {
        width: 100%;
        margin-top: 39px;
        gap: 11px;
    }

    .mercado-item {
        width: 322px;
        max-width: 100%;
        height: 77px;
        border: 2px solid #98A727;
        border-radius: 15px;
        justify-content: flex-start;
        padding-inline: 22px;
        gap: 18px;
    }

    .mercado-description {
        text-align: left;
        font: normal normal 500 18px/20px "DM Sans";
        letter-spacing: 0px;
        color: #98A727;
        margin: 0;
    }

    .mercado-icon {
        width: 45px;
        flex-shrink: 0;
    }

}


/* VISTA TABLET */
@media (min-width: 715px) and (max-width: 1000px) {

    .mercado-seccion {
        padding-block: 90px;
    }

    .mercado-seccion-content>div {
        max-width: 680px;
        padding-inline: 45px;
    }

    .mercado-items {
        flex-direction: column;
        align-items: flex-start;
    }

    .mercado-item {
        width: 420px;
        max-width: 100%;
    }

}


/* TABLET HORIZONTAL */
@media (min-width: 1180px) and (max-width: 1290px) and (orientation: landscape) {

    .mercado-seccion {
        padding-block: 95px;
    }

}

/* ////////////////////// Tecnología en la Producción Olivícola SECCION HOME //////////////////////*/


.section-cap-product-contenx-reverse .text-col-cap-product {
    max-width: 49rem;
}

.section-cap-product-reverse {
    background-color: white;
}

@media only screen and (max-width: 700px) {

    .section-cap-product-contenx-reverse>div {
        flex-direction: column-reverse;
    }

}


/* ////////////////////// contador SECCION HOME //////////////////////*/

/* --- ESTILOS GENERALES (Escritorio por defecto) --- */
.wrap-contador-agro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 80px;
    /* Distancia entre textos y líneas */
    min-height: 274px;
    /* Uso min-height para que en móvil no se corte si el contenido crece */
    background-color: #363B23;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

/* Cada bloque de números y texto */
.item-contador-agro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* Espacio entre el número y el texto */
}

/* Tipografía de los números */
.numero-contador-agro {
    text-align: center;
    font-family: 'Roboto Serif', serif;
    font-weight: 200;
    font-size: 41px;
    line-height: 20px;
    color: #FAFAFA;
}

/* Tipografía del texto */
.texto-contador-agro {
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    /* Equivalente a medium */
    font-size: 18px;
    line-height: 24px;
    color: #FAFAFA;
}

/* Líneas divisoras verticales */
.linea-contador-agro {
    width: 5px;
    height: 93px;
    background: #9E9C30;
    border-radius: 5px;
    flex-shrink: 0;
}

/* --- VISTA TABLET (701px a 1000px) --- */
@media only screen and (max-width: 1000px) and (min-width: 701px) {
    .wrap-contador-agro {
        gap: 40px;
        /* Achicamos los espacios horizontales */
    }
}

/* --- VISTA MOBILE (Hasta 700px) --- */
@media only screen and (max-width: 700px) {
    .wrap-contador-agro {
        flex-direction: column;
        /* Apilamos de arriba hacia abajo */
        gap: 50px;
        padding: 60px 20px;
    }

    .texto-contador-agro {
        font-size: 14px;
        line-height: 22px;
    }

    /* Las líneas verticales se acuestan a horizontales simplemente cambiando sus medidas */
    .linea-contador-agro {
        width: 93px;
        height: 5px;
    }
}


/* ----------------------------------- CONTACTO SECCION HOME ---------------------------------------------------------------   */


.contacto-seccion {
    position: relative;
    min-height: 1016px;
    padding-top: 135px;
    /* background: url("/wp-content/uploads/2026/05/Enmascarar-grupo-2967.jpg");*/
    background: url(/wp-content/uploads/2026/08/fondo-contacto.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.contacto-seccion .ld-container,
.contacto-seccion .container {
    width: 100%;
    max-width: 100%;
}

.contacto-seccion .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contacto-seccion .vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacto-seccion .contacto-content {
    margin-bottom: 28px;
}

.bloque-contact-txt {
    width: min(922px, calc(100vw - 56px));
    text-align: center;
    margin-bottom: 35px;
}

.eyebrow-contact-txt {
    margin: 0 0 10px;
    text-align: center;
    font: 500 18px/21px "DM Sans", sans-serif;
    letter-spacing: 3.6px;
    color: #FFFFFF;
}

.titulo-contact-txt {
    margin: 0;
    text-align: center;
    font: 300 36px/40px "Roboto Serif", serif;
    letter-spacing: 0;
    color: #FFFFFF;
}

.destacado-contact-txt {
    font: italic 600 36px/40px "Roboto Serif", serif;
}

/* ---------------- FORM CONTACT FORM 7 ---------------- */

.contacto-seccion .contacto-formulario {
    width: min(922px, calc(100vw - 56px));
}

.contacto-seccion .wpcf7-form {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.contacto-seccion .form-contacto-field,
.contacto-seccion .form-contacto-field p {
    margin: 0;
}

.contacto-seccion .form-contacto-full {
    grid-column: 1 / -1;
}

.contacto-seccion .form-input,
.contacto-seccion .ui-selectmenu-button {
    width: 100% !important;
    height: 72px !important;
    box-sizing: border-box;
    padding: 0 24px;
    background: #FFFFFF12 !important;
    border: 2px solid #FFFFFF !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    outline: none !important;
    text-align: left;
    font: 300 18px/22px "DM Sans", sans-serif !important;
    letter-spacing: 0;
    color: #FAFAFAC7 !important;
}

.contacto-seccion .form-input::placeholder {
    color: #FAFAFAC7;
    opacity: 1;
}

.contacto-seccion .form-textarea {
    height: 150px !important;
    padding-top: 20px !important;
    resize: none;
}

.contacto-seccion .ui-selectmenu-button {
    display: flex !important;
    align-items: center;
    position: relative;
}

.contacto-seccion .ui-selectmenu-text {
    margin: 0 !important;
    padding: 0 !important;
    color: #FAFAFAC7 !important;
}

.contacto-seccion .ui-selectmenu-icon {
    display: none !important;
}

.contacto-seccion .ui-selectmenu-button::after {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    right: 25px;
    top: 50%;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: translateY(-65%) rotate(45deg);
}

.contacto-seccion select.form-select option:first-child,
.contacto-seccion .ui-menu .ui-menu-item:first-child {
    display: none;
}

.contacto-seccion .form-contacto-submit {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.contacto-seccion .form-contacto-submit p {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.contacto-seccion .form-btn {
    width: 122px;
    height: 44px;
    padding-inline: 20px !important;
    background: #98A727 !important;
    border: 0 !important;
    border-radius: 34px !important;
    font: 500 18px/44px "DM Sans", sans-serif !important;
    letter-spacing: .18px;
    color: #FFFFFF !important;
    cursor: pointer;
    box-shadow: none !important;
}

/* .contacto-seccion .form-contacto-submit p::after {
  content: "→";
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-52%);
  font: 400 22px/1 "DM Sans", sans-serif;
  color: #FFFFFF;
  pointer-events: none;
} */

.contacto-seccion .form-btn:hover {
    background: #A9B92D !important;
}

.contacto-seccion .wpcf7-spinner {
    position: absolute;
    right: -35px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.contacto-seccion .wpcf7-not-valid-tip {
    margin-top: 6px;
    font: 400 12px/16px "DM Sans", sans-serif;
    color: #FFFFFF;
}

.contacto-seccion .wpcf7-response-output {
    grid-column: 1 / -1;
    margin: 10px 0 0 !important;
    color: #FFFFFF;
    border-color: #FFFFFF !important;
    font: 400 14px/20px "DM Sans", sans-serif;
}

/* ---------------- RESPONSIVE GENERAL ---------------- */

@media only screen and (max-width: 900px) {

    .contacto-seccion {
        padding: 54px 0 64px;
    }

    .contacto-seccion .contacto-formulario,
    .bloque-contact-txt {
        width: calc(100vw - 56px);
    }

}

/* ---------------- MOBILE ---------------- */

@media only screen and (max-width: 700px) {

    .contacto-seccion {
        min-height: 760px;
        padding: 48px 0 52px;
        /*   background:
            linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, .48)),
            url("/wp-content/uploads/2026/06/imagen-fondo-sostenibilidad.jpg") center top / cover no-repeat !important;*/
        background: linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, .48)),
            url("/wp-content/uploads/2026/08/imagen-fondo-form-mobile.jpg") center top / cover no-repeat !important;
    }

    /* .contacto-seccion .vc_column-inner > .wpb_wrapper {
    align-items: flex-start;
  } */

    /* .contacto-seccion .contacto-content,
  .contacto-seccion .contacto-formulario {
    margin-left: 28px;
  } */

    .bloque-contact-txt,
    .contacto-seccion .contacto-formulario {
        width: min(325px, calc(100vw - 56px));
    }

    .eyebrow-contact-txt {
        margin: 0 0 14px;
        text-align: left;
        font: 500 14px/18px "DM Sans", sans-serif;
        letter-spacing: 2.8px;
    }

    .titulo-contact-txt {
        text-align: left;
        font: 300 18px/22px "Roboto Serif", serif;
    }

    .destacado-contact-txt {
        font: italic 600 18px/22px "Roboto Serif", serif;
    }

    .salto-contact-txt {
        display: none;
    }

    .contacto-seccion .contacto-content {
        margin-bottom: 34px;
    }

    .contacto-seccion .wpcf7-form {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .contacto-seccion .form-contacto-full {
        grid-column: auto;
    }

    .contacto-seccion .form-input,
    .contacto-seccion .ui-selectmenu-button {
        height: 42px !important;
        padding: 0 10px !important;
        border-radius: 10px !important;
        font: 300 12px/22px "DM Sans", sans-serif !important;
    }

    .contacto-seccion .form-textarea {
        height: 98px !important;
        padding-top: 9px !important;
    }

    .contacto-seccion .ui-selectmenu-button::after {
        right: 20px;
        width: 10px;
        height: 10px;
    }

    .contacto-seccion .form-contacto-submit {
        justify-content: flex-start;
        margin-top: 16px;
    }

    .contacto-seccion .form-btn {
        width: 101px !important;
        height: 36px !important;
        padding-inline: 17px !important;
        font: 500 14px/36px "DM Sans", sans-serif !important;
    }

    .contacto-seccion .form-contacto-submit p::after {
        right: 15px;
        font-size: 20px;
    }

}

/* ---------------- TABLET ---------------- */

@media (min-width: 715px) and (max-width: 1000px) {

    .contacto-seccion {
        min-height: 720px;
        padding: 58px 0 66px;
    }

    .contacto-seccion .contacto-formulario,
    .bloque-contact-txt {
        width: calc(100vw - 70px);
        max-width: 922px;
    }

}


/* ------------------------------------------FOOTER--------------------------------------------------- */
.agroisme-footer {
    background: #3A3F26 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.agroisme-footer .ld-container,
.agroisme-footer .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.agroisme-footer .row {
    margin: 0 !important;
}

.agroisme-footer-container,
.agroisme-footer .vc_column-inner,
.agroisme-footer-content {
    padding: 0 !important;
    margin: 0 !important;
}

.agro-main-agro-foot {
    max-width: 1230px;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 210px;
}

.agro-brand-agro-foot {
    width: 279px;
    text-align: center;
    flex-shrink: 0;
}

.agro-logo-agro-foot {
    width: 220px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.agro-text-agro-foot {
    max-width: 280px;
    margin: 24px auto 22px;
    text-align: center;
    font: normal normal 500 18px/24px "DM Sans", sans-serif;
    letter-spacing: 0.18px;
    color: #98A727;
}

.agro-socials-agro-foot {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.agro-facebook-agro-foot,
.agro-instagram-agro-foot {
    display: inline-flex;
}

.agro-facebook-icon-agro-foot,
.agro-instagram-icon-agro-foot {
    width: 20px;
    height: 20px;
    display: block;
}

.agro-contact-agro-foot {
    width: 335px;
    padding-top: 8px;
    flex-shrink: 0;
}

.agro-phone-agro-foot,
.agro-whats-agro-foot,
.agro-mail-agro-foot,
.agro-map-agro-foot {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 25px;
    text-decoration: none;
}

.agro-phone-icon-agro-foot,
.agro-whats-icon-agro-foot,
.agro-mail-icon-agro-foot,
.agro-map-icon-agro-foot {
    width: 21px;
    min-width: 21px;
    margin-top: 2px;
    display: block;
}

.agro-phone-text-agro-foot,
.agro-whats-text-agro-foot,
.agro-mail-text-agro-foot,
.agro-map-text-agro-foot {
    text-align: left;
    font: normal normal 500 18px/24px "DM Sans", sans-serif;
    letter-spacing: 0.36px;
    color: #E4E4E4;
}

.agro-menu-agro-foot {
    width: 195px;
    padding-top: 0;
    flex-shrink: 0;
}

.agro-productos-agro-foot,
.agro-calidad-agro-foot,
.agro-empresa-agro-foot,
.agro-finca-agro-foot,
.agro-blog-agro-foot,
.agro-rrhh-agro-foot,
.agro-contacto-agro-foot {
    display: block;
    text-decoration: none;
    text-align: left;
    font: normal normal 500 18px/36px "DM Sans", sans-serif;
    letter-spacing: 1.8px;
    color: #F5F5F5;
    margin-bottom: 18px;
}

.agro-menu-agro-foot a:hover {
    color: #F5F5F5;
}

.agro-copy-agro-foot {
    display: block;
    width: 100%;
    background: #F5F5F5;
    text-decoration: none;
    text-align: center;
    font: normal normal 300 16px/34px "Roboto", sans-serif;
    letter-spacing: 0;
    color: #596044;
    padding-block: 12px;
}

.agro-copy-agro-foot:hover {
    color: #596044;
}

.agro-copy-bold-agro-foot {
    font-weight: 700;
}

.agro-whatsapp-fixed-agro-foot {
    display: none;
}

@media (min-width: 715px) and (max-width: 1000px) {
    .agro-main-agro-foot {
        padding: 55px 4% 55px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
        gap: 35px;
    }

    .agro-brand-agro-foot {
        width: 28%;
    }

    .agro-contact-agro-foot {
        width: 40%;
    }

    .agro-menu-agro-foot {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }

    .agro-logo-agro-foot {
        width: 185px;
    }

    .agro-text-agro-foot,
    .agro-phone-text-agro-foot,
    .agro-whats-text-agro-foot,
    .agro-mail-text-agro-foot,
    .agro-map-text-agro-foot {
        font-size: 14px;
        line-height: 18px;
    }

    .agro-productos-agro-foot,
    .agro-calidad-agro-foot,
    .agro-empresa-agro-foot,
    .agro-finca-agro-foot,
    .agro-blog-agro-foot,
    .agro-rrhh-agro-foot,
    .agro-contacto-agro-foot {
        font-size: 13px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 700px) {
    .agro-main-agro-foot {
        display: block;
        padding: 40px 36px 36px;
    }

    .agro-brand-agro-foot {
        width: 100%;
    }

    .agro-logo-agro-foot {
        width: 190px;
    }

    .agro-text-agro-foot {
        max-width: 240px;
        margin: 22px auto 18px;
        text-align: center;
        font: normal normal 500 14px/18px "DM Sans", sans-serif;
        letter-spacing: 0.14px;
        color: #98A727;
    }

    .agro-contact-agro-foot {
        width: 100%;
        max-width: 320px;
        margin: 42px auto 0;
        padding-top: 0;
    }

    .agro-phone-agro-foot,
    .agro-whats-agro-foot,
    .agro-mail-agro-foot,
    .agro-map-agro-foot {
        gap: 12px;
        margin-bottom: 24px;
    }

    .agro-phone-icon-agro-foot,
    .agro-whats-icon-agro-foot,
    .agro-mail-icon-agro-foot,
    .agro-map-icon-agro-foot {
        width: 18px;
        min-width: 18px;
    }

    .agro-phone-text-agro-foot,
    .agro-whats-text-agro-foot,
    .agro-mail-text-agro-foot,
    .agro-map-text-agro-foot {
        text-align: left;
        font: normal normal 500 14px/18px "DM Sans", sans-serif;
        letter-spacing: 0.28px;
        color: #E4E4E4;
    }

    .agro-menu-agro-foot {
        display: none;
    }

    .agro-copy-agro-foot {
        margin-bottom: 46px;
        text-align: center;
        font: normal normal 300 12px/24px "Onest", sans-serif;
        letter-spacing: 0;
        color: #7F8E1E;
    }


    .agro-whatsapp-fixed-agro-foot {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999;
        display: block;
        width: 100%;
        background: #98A727;
        text-decoration: none;
        text-align: center;
        font: normal normal 600 14px/46px "Onest", sans-serif;
        letter-spacing: 0;
        color: #FFFFFF;
    }
}

/* -------DOCUMENTACION FALTANTE EN EL FOOTER--------- */

.agro-enlaces-documentacion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
}

.agro-privacidad-documentacion,
.agro-distribucion-documentacion,
.agro-etica-documentacion,
.agro-ambiental-documentacion {
    display: block;
    text-decoration: none;
    text-align: left;
    font: normal normal 500 18px/20px "DM Sans", sans-serif !important;
    letter-spacing: 0.3px;
    color: #E4E4E4;
    transition: color 0.25s ease;
}

.agro-privacidad-documentacion:hover,
.agro-distribucion-documentacion:hover,
.agro-etica-documentacion:hover,
.agro-ambiental-documentacion:hover {
    color: #98A727;
}

@media (min-width: 715px) and (max-width: 1000px) {

    .agro-privacidad-documentacion,
    .agro-distribucion-documentacion,
    .agro-etica-documentacion,
    .agro-ambiental-documentacion {
        font-size: 13px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 700px) {
    .agro-enlaces-documentacion {
        gap: 9px;
        margin-top: 4px;
    }
}

@media only screen and (max-width: 900px) {

    .agro-privacidad-documentacion,
    .agro-distribucion-documentacion,
    .agro-etica-documentacion,
    .agro-ambiental-documentacion {
        font-size: 14px !important;
        line-height: 16px !important;
    }
}

/* ---------------- FOOTER TABLET CORREGIDO ---------------- */

@media (min-width: 715px) and (max-width: 1000px) {

    .agro-main-agro-foot {
        max-width: 850px;
        margin: 0 auto;
        padding: 50px 28px 35px;
        display: grid;
        grid-template-columns: 210px minmax(0, 1fr);
        align-items: start;
        justify-content: normal;
        gap: 38px 35px;
        width: fit-content;
    }

    .agro-brand-agro-foot {
        width: 100%;
    }

    .agro-logo-agro-foot {
        width: 185px;
    }

    .agro-text-agro-foot {
        max-width: 210px;
        margin: 20px auto 18px;
        font-size: 14px;
        line-height: 18px;
    }

    .agro-contact-agro-foot {
        width: 100%;
        max-width: 390px;
        padding-top: 3px;
    }

    .agro-phone-agro-foot,
    .agro-whats-agro-foot,
    .agro-mail-agro-foot,
    .agro-map-agro-foot {
        gap: 14px;
        margin-bottom: 20px;
    }

    .agro-phone-icon-agro-foot,
    .agro-whats-icon-agro-foot,
    .agro-mail-icon-agro-foot,
    .agro-map-icon-agro-foot {
        width: 18px;
        min-width: 18px;
    }

    .agro-phone-text-agro-foot,
    .agro-whats-text-agro-foot,
    .agro-mail-text-agro-foot,
    .agro-map-text-agro-foot {
        font-size: 14px;
        line-height: 19px;
    }

    .agro-enlaces-documentacion {
        gap: 8px;
        margin-top: 2px;
    }

    .agro-privacidad-documentacion,
    .agro-distribucion-documentacion,
    .agro-etica-documentacion,
    .agro-ambiental-documentacion {
        font-size: 13px;
        line-height: 17px;
    }

    .agro-menu-agro-foot {
        grid-column: 1 / -1;
        width: 100%;
        padding-top: 0;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: center;
        justify-content: normal;
        gap: 10px 16px;
    }

    .agro-menu-agro-foot>a {
        margin: 0;
        text-align: center;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 1px;
        white-space: nowrap;
    }

    .agro-copy-agro-foot {
        font-size: 13px;
        line-height: 28px;
        padding-block: 9px;
    }
}

/* ------------------------------------------FINCA-------------------------------------------------- */

.section-cap-product-contenx-finca .text-col-cap-product {
    padding-block: 200px;
}

.entre-corte-content {
    height: 263px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entre-corte-seccion {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

#entre-corte-seccion-finca {
    background-image: url(/wp-content/uploads/2026/06/Enmascarar-grupo-2972.jpg);
}

.entre-corte {
    text-align: center;
    font: normal normal normal 22px/34px Roboto Serif;
    letter-spacing: 0px;
    color: #F1F1F1;
    max-width: 56rem;
}

@media only screen and (max-width: 700px) {
    .entre-corte {
        font: normal normal normal 16px/24px Roboto Serif;
    }
}

@media only screen and (max-width: 900px) {
    .section-cap-product-contenx-finca .text-col-cap-product {
        padding-block: 50px;
    }
}

/* ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------SECCION CONTACTO--------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */


.ubicacion-contacto-mapa {
    width: 100%;
    height: 440px;
    margin-bottom: -15px;
}

.ubicacion-contacto-title {
    text-align: center;
    font: italic normal 500 28px/22px Roboto Serif;
    letter-spacing: 0px;
    color: #888E72;
    margin-block: 90px 15px;
}

.ubicacion-contacto-subtitle {
    text-align: center;
    font: normal normal 500 20px/25px DM Sans;
    letter-spacing: 0px;
    color: #6A6A6A;
    margin-bottom: 90px;
}

/* VISTA RESPONSIVE GENERAL */
@media only screen and (max-width: 700px) {

    .ubicacion-contacto-subtitle br {
        display: none;
    }
}

/* VISTA MOBILE (hasta 700px) */
@media only screen and (max-width: 700px) {
    .ubicacion-contacto-title {
        font-size: 22px;
        line-height: 26px;
        margin-block: 60px 15px;
    }

    .ubicacion-contacto-subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 50px;
    }

    .ubicacion-contacto-mapa {
        height: 300px;
    }
}

@media (min-width: 715px) and (max-width: 1000px) {
    .ubicacion-contacto-title {
        font-size: 24px;
        line-height: 28px;
        margin-block: 90px 15px;
    }

    .ubicacion-contacto-subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 70px;
    }

    .ubicacion-contacto-mapa {
        height: 380px;
    }
}


@media (min-width: 1180px) and (max-width: 1290px) and (orientation: landscape) {
    .ubicacion-contacto-title {
        margin-block: 100px 15px;
    }

    .ubicacion-contacto-subtitle {
        margin-bottom: 80px;
    }
}



/* ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------SECCION PRODUCTOS--------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */


.title-product-grilla {
    text-align: center;
    font: italic normal 500 28px/22px Roboto Serif;
    letter-spacing: 0px;
    color: #888E72;
    margin-top: 100px;
    margin-bottom: 42px;
}

.btn-product-content {
    width: fit-content;
    margin-inline: auto;
    margin-top: 60px;
}

/* .duo-carrusel-producto .carousel-items>div>div>div {
    width: fit-content !important;
} */

.producto-seccion-carrusel-container>div.carousel-items>div>div>div {
    width: fit-content !important;
}


@media (min-width: 715px) and (max-width: 1000px) {
    .producto-seccion-carrusel-container>div.carousel-items>div>div>div {
        width: 25% !important;
    }

    .producto-seccion-carrusel-container .carousel-dots-mobile {
        display: none !important;
    }
}


@media (min-width: 900px) {


    .producto-seccion-carrusel-container .carousel-dots {
        display: none !important;
    }

    /* .producto-seccion-carrusel-container {
        padding-inline: 8rem;
    } */

}

.bloque-presentacion-industrial {
    display: flex;
    width: 100%;
    min-height: 430px;
    background: #879130;
}

.texto-contenedor-presentacion-industrial {
    width: 48.5%;
    background: #879130;
    display: flex;
    justify-content: center;
    align-items: center;
}

.texto-inner-presentacion-industrial {
    width: 100%;
    max-width: 395px;
    padding: 50px 55px 50px 20px;
}

.titulo-presentacion-industrial {
    text-align: left;
    font: normal normal 300 42px/48px "Roboto Serif", serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0 0 22px 0;
}

.italica-presentacion-industrial {
    display: block;
    font-style: italic;
}

.descripcion-presentacion-industrial {
    text-align: left;
    font: normal normal 500 18px/27px "DM Sans", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0 0 24px 0;
}

.lista-presentacion-industrial {
    list-style: none;
    padding: 0;
    margin: 0;
}

.item-uno-presentacion-industrial,
.item-dos-presentacion-industrial,
.item-tres-presentacion-industrial {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 11px;
}

.icono-uno-presentacion-industrial,
.icono-dos-presentacion-industrial,
.icono-tres-presentacion-industrial {
    width: 18px;
    min-width: 18px;
    margin-top: 1px;
}

.item-texto-uno-presentacion-industrial,
.item-texto-dos-presentacion-industrial,
.item-texto-tres-presentacion-industrial {
    text-align: left;
    font: normal normal 500 18px/19px "DM Sans", sans-serif;
    letter-spacing: 0px;
    color: #F1F1F1;
}

.imagen-contenedor-presentacion-industrial {
    width: 51.5%;
}

.imagen-presentacion-industrial {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}


/* VISTA RESPONSIVE GENERAL */
@media only screen and (max-width: 900px) {

    .bloque-presentacion-industrial {
        min-height: auto;
    }

    .texto-contenedor-presentacion-industrial {
        width: 50%;
        justify-content: center;
    }

    .texto-inner-presentacion-industrial {
        max-width: none;
        padding: 45px 28px;
    }

    .imagen-contenedor-presentacion-industrial {
        width: 50%;
    }

    .imagen-presentacion-industrial {
        min-height: 360px;
    }

}


/* VISTA MOBILE */
@media only screen and (max-width: 700px) {

    .bloque-presentacion-industrial {
        flex-direction: column;
    }

    .texto-contenedor-presentacion-industrial {
        width: 100%;
        justify-content: flex-start;
    }

    .texto-inner-presentacion-industrial {
        padding: 42px 24px 36px 24px;
    }

    .titulo-presentacion-industrial {
        font: normal normal 300 18px/22px "Roboto Serif", serif;
        margin-bottom: 16px;
    }

    .descripcion-presentacion-industrial {
        font: normal normal 500 14px/18px "DM Sans", sans-serif;
        margin-bottom: 20px;
        max-width: 280px;
    }

    .item-uno-presentacion-industrial,
    .item-dos-presentacion-industrial,
    .item-tres-presentacion-industrial {
        gap: 8px;
        margin-bottom: 10px;
    }

    .icono-uno-presentacion-industrial,
    .icono-dos-presentacion-industrial,
    .icono-tres-presentacion-industrial {
        width: 15px;
        min-width: 15px;
    }

    .item-texto-uno-presentacion-industrial,
    .item-texto-dos-presentacion-industrial,
    .item-texto-tres-presentacion-industrial {
        font: normal normal 500 14px/16px "DM Sans", sans-serif;
    }

    .imagen-contenedor-presentacion-industrial {
        width: 100%;
    }

    .imagen-presentacion-industrial {
        min-height: 250px;
    }

}


/* VISTA TABLET */
@media (min-width: 715px) and (max-width: 1000px) {

    .texto-contenedor-presentacion-industrial {
        width: 48%;
    }

    .imagen-contenedor-presentacion-industrial {
        width: 52%;
    }

    .texto-inner-presentacion-industrial {
        padding: 55px 35px;
    }

    .titulo-presentacion-industrial {
        font-size: 34px;
        line-height: 40px;
    }

    .descripcion-presentacion-industrial {
        font-size: 16px;
        line-height: 22px;
    }

    .item-texto-uno-presentacion-industrial,
    .item-texto-dos-presentacion-industrial,
    .item-texto-tres-presentacion-industrial {
        font-size: 16px;
        line-height: 18px;
    }

}

/* ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------SECCION CLIENTES--------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

.marca-title {
    text-align: center;
    font: italic normal 500 28px/22px Roboto Serif;
    letter-spacing: 0px;
    color: #888E72;
}

.marca-subtitle {
    text-align: center;
    font: normal normal 500 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #060606;
    margin-top: 52px;
    margin-bottom: 2rem;
}

@media (max-width: 700px) {

    .marca-title {
        font: italic normal 500 24px/32px Roboto Serif;
        text-wrap-style: balance;
        max-width: 20rem;
        margin-inline: auto;
    }

    .marca-subtitle {
        font: normal normal 500 18px/24px DM Sans;
        margin-top: 21px;
        text-wrap-style: balance;
        margin-inline: auto;
    }
}

@media (max-width: 900px) {
    #marcas-agroisme .carousel-items>div>div>div {
        width: fit-content !important;
    }

}


@media (min-width: 900px) {


    .carrusel-marcas-mobile {
        display: none;
    }


}

.bloque-marcas {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 45px 20px 55px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 70px;
    row-gap: 90px;
    background: #f3f3f3;
}

.item-marca {
    width: calc(33.333% - 47px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-marca {
    display: block;
    max-width: 180px;
    max-height: 130px;
    width: auto;
    height: auto;
    object-fit: contain;
}


/* ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------SECCION CALIDAD--------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */


.contenedor-calidad-seccion {
    width: 100%;
    max-width: 1060px;
    /* Cubre 2 cards de 510px + 40px de gap */
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

.parrafo-calidad-seccion {
    text-align: center;
    font-weight: 500;
    /* Medium */
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #060606;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

/* --- GRILLA Y CARDS --- */
.grilla-calidad-seccion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: center;
}

.tarjeta-calidad-seccion {
    background: #FFFFFF;
    border-radius: 20px;
    max-width: 510px;
    min-height: 150px;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* Centra el logo y el texto verticalmente */
    gap: 20px;
}

.logo-calidad-seccion {
    flex-shrink: 0;
    max-width: 90px;
    height: auto;
    object-fit: contain;
}

.cuerpo-calidad-seccion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}

.texto-calidad-seccion {
    text-align: left;
    font-weight: 500;
    /* Medium */
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #060606;
    margin: 0;
}

.nuestras-marcas-title {
    text-align: center;
    font: italic normal 500 28px/22px Roboto Serif;
    letter-spacing: 0px;
    color: #888E72;
}

.nuestras-marcas-subtitle {
    text-align: center;
    font: normal normal 500 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #060606;
    margin-top: 25px;
    margin-bottom: 50px;
}

.nuestras-marcas-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

/* ...... */

.nuestro-proceso {
    background: #f1f1f1;
    padding: 110px 20px;
}

.nuestro-proceso .ld-container {
    max-width: 1100px;
}

.contenedor-proceso {
    width: 100%;
}

.titulo-proceso {
    margin: 0 0 18px;
    text-align: center;
    font-family: "Roboto Serif", serif;
    font-size: 28px;
    line-height: 22px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0;
    color: #888E72;
}

.texto-proceso {
    max-width: 650px;
    margin: 0 auto 34px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: #060606;
}

.flujo-proceso {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-proceso {
    width: 218px;
    height: 86px;
    border: 2px solid #98A727;
    border-radius: 15px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.icono-proceso {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex: 0 0 auto;
}

.card-texto-proceso {
    margin: 0;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: #98A727 !important;
}

.flecha-proceso {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 0 -4px;
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}


/* --- ADAPTACIÓN RESPONSIVE --- */

/* Tablet: Hasta 1000px */
@media (max-width: 1000px) {
    .contenedor-calidad-seccion {
        padding: 0 15px;
    }

    .grilla-calidad-seccion {
        gap: 20px;
    }

    .tarjeta-calidad-seccion {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .cuerpo-calidad-seccion {
        align-items: center;
    }

    .texto-calidad-seccion {
        text-align: center;
    }

    /* ....... */
    .nuestro-proceso {
        padding: 46px 18px 60px;
    }

    .flujo-proceso {
        max-width: 520px;
        margin: 0 auto;
        flex-direction: column;
        gap: 0;
    }

    .card-proceso {
        width: 100%;
        max-width: 360px;
    }

    .flecha-proceso {
        margin: -2px 0;
        transform: rotate(90deg);
    }
}

/* Mobile: Hasta 700px */
@media (max-width: 700px) {
    .grilla-calidad-seccion {
        grid-template-columns: 1fr;
        /* Pasa a 1 sola columna */
    }

    .tarjeta-calidad-seccion {
        max-width: 100%;
    }

    .parrafo-calidad-seccion {
        font-size: 16px;
        /* Ligera reducción para mejor lectura en mobile */
        line-height: 22px;
    }

    /* ......... */
    .nuestro-proceso {
        padding: 42px 16px 52px;
    }

    .titulo-proceso {
        line-height: 32px;
    }

    .texto-proceso {
        margin-bottom: 28px;
    }

    .card-proceso {
        max-width: 100%;
        height: auto;
        min-height: 86px;
        padding: 16px 18px;
    }
}


/* ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------SECCION EMPRESA-------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

.nuestra-historia {
    background: #f7f7f7;
    padding: 28px 20px 0;
}

.nuestra-historia .ld-container {
    max-width: 1220px;
}

.intro-historia {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.titulo-historia {
    margin: 0 0 28px;
    text-align: center;
    font-family: "Roboto Serif", serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0;
    color: #888E72;
}

.texto-principal-historia,
.texto-estructura-historia {
    margin: 0 auto;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: #060606;
}

.boton-historia {
    margin: 24px auto 0;
    height: 44px;
    padding: 0 22px;
    background: #98A727;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: "DM Sans", sans-serif;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

.boton-historia:hover {
    color: #ffffff;
    text-decoration: none;
}

.flecha-historia {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.cards-mv-historia {
    margin: 56px auto 74px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.card-mv-historia {
    min-height: 296px;
    border: 2px solid #98A727;
    border-radius: 30px;
    padding: 86px 52px 42px;
}

.encabezado-mv-historia {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 28px;
}

.icono-mv-historia {
    width: 52px;
    height: 52px;
    object-fit: contain;
    flex: 0 0 auto;
}

.subtitulo-mv-historia {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0;
    color: #98A727;
}

.texto-mv-historia {
    margin: 0;
    max-width: 455px;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0;
    color: #7f8b10;
}

.estructura-fondo-historia {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #eeeeee;
    padding: 78px 20px 86px;
}

.estructura-contenido-historia {
    max-width: 1240px;
    margin: 0 auto;
}

.texto-estructura-historia {
    max-width: 720px;
    margin-bottom: 52px;
}

.cards-estructura-historia {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.card-estructura-historia {
    min-height: 126px;
    min-width: 312px;
    border: 2px solid #98A727;
    border-radius: 14px;
    padding-inline: 15px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.icono-estructura-historia {
    width: 50px;
    height: 50px;
    object-fit: contain;
    flex: 0 0 auto;
}

.texto-card-estructura-historia {
    margin: 0;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #98A727;
}

.texto-card-estructura-historia strong {
    display: block;
    font-weight: 700;
}

/* ......... */


.sub-banner-empresa {
    background: url(/wp-content/uploads/2026/09/banner-planta-industrial.jpg);
    height: 426px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub-banner-empresa>div {
    display: flex;
    justify-content: center;
    align-items: center;
    font: italic normal normal 28px/22px Roboto Serif;
    letter-spacing: 0px;
    color: #FEEEF9;
}


/* VISTA RESPONSIVE GENERAL */
@media only screen and (max-width: 1000px) {
    .nuestra-historia {
        padding: 28px 18px 0;
    }

    .intro-historia {
        max-width: 650px;
    }

    .cards-mv-historia {
        margin: 46px auto 56px;
        gap: 20px;
    }

    .card-mv-historia {
        min-height: 220px;
        padding: 54px 38px 34px;
    }

    .cards-estructura-historia {
        grid-template-columns: repeat(2, 1fr);
        max-width: 720px;
        margin: 0 auto;
    }

    .estructura-fondo-historia {
        padding: 62px 18px 72px;
    }
}

/* VISTA MOBILE */
@media only screen and (max-width: 700px) {

    .sub-banner-empresa>div {
        font: italic normal normal 24px/28px Roboto Serif;
    }


    .nuestra-historia {
        padding: 26px 16px 0;
    }

    .intro-historia {
        text-align: left;
    }

    .titulo-historia {
        margin-bottom: 22px;
        font-size: 28px;
        line-height: 34px;
        text-align: left;
    }

    .texto-principal-historia,
    .texto-estructura-historia {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .boton-historia {
        font-size: 16px;
        height: 42px;
        margin-inline: 0 !important;
    }

    .cards-mv-historia {
        grid-template-columns: 1fr;
        margin: 42px auto 48px;
    }

    .card-mv-historia {
        min-height: auto;
        padding: 34px 26px;
        border-radius: 22px;
    }

    .encabezado-mv-historia {
        gap: 18px;
        margin-bottom: 22px;
    }

    .subtitulo-mv-historia {
        font-size: 24px;
        line-height: 28px;
    }

    .texto-mv-historia {
        font-size: 18px;
        line-height: 22px;
    }

    .estructura-fondo-historia {
        padding: 54px 16px 58px;
    }

    .texto-estructura-historia {
        margin-bottom: 34px;
    }

    .cards-estructura-historia {
        grid-template-columns: 1fr;
    }

    .card-estructura-historia {
        min-height: 110px;
        padding: 22px;
    }
}



/* ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------SECCION RRHH-------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

.nuestra-cultura-txt {
    text-align: left;
    font: normal normal 500 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #9E9C30;
    margin-bottom: 25px;
}

.title-form-rrhh {
    text-align: center;
    font: normal normal 500 18px/23px DM Sans;
    letter-spacing: 3.6px;
    color: #F1F1F1;
}

.subtitle-form-rrhh {
    text-align: center;
    font: normal normal 600 22px/28px DM Sans;
    letter-spacing: 0px;
    color: #F1F1F1;
    margin-block: 30px;
}

.RRHH-formulario {
    background: none !important;
    background-color: #879130 !important;
}


.RRHH-formulario .form-btn {
    background-color: white !important;
    color: #8E8839 !important;
}




@media only screen and (max-width: 700px) {
    /* .nuestra-cultura-txt {
        font: normal normal 500 14px/15px DM Sans;
    } */
}

@media (min-width: 715px) and (max-width: 1000px) {
    .section-cap-product-contenx-reverse-cultura .image-cap-product {
        object-position: -10rem;
    }
}


/* ---------------- ADJUNTAR CV (CUSTOM FILE INPUT) ---------------- */

.contacto-seccion .adjuntar-cv p {
    margin: 0;
    height: 100%;
}

/* 1. Convertimos el contenedor en la caja visual */
.contacto-seccion .adjuntar-cv .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    height: 72px;
    box-sizing: border-box;
    padding: 0 24px;
    background: #FFFFFF12;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    font: 300 18px/72px "DM Sans", sans-serif;
    color: #FAFAFAC7;
    position: relative;
    overflow: hidden;
}

/* 2. Texto falso "Adjuntar CV" */
.contacto-seccion .adjuntar-cv .wpcf7-form-control-wrap::before {
    content: "Adjuntar CV";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
}

/* 3. Ícono del documento con clip (SVG codificado en URL) */
.contacto-seccion .adjuntar-cv .wpcf7-form-control-wrap::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FAFAFAC7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cpath d='M10 12v5a2 2 0 0 0 4 0v-4a1 1 0 0 0-2 0v4'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

/* 4. Input real invisible pero clickeable por encima de todo */
.contacto-seccion .adjuntar-cv input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

/* ----- MOBILE ADJUSTMENTS FOR FILE INPUT ----- */
@media only screen and (max-width: 700px) {
    .contacto-seccion .adjuntar-cv .wpcf7-form-control-wrap {
        height: 42px;
        padding: 0 10px;
        border-radius: 10px;
        font: 300 12px/42px "DM Sans", sans-serif;
    }

    .contacto-seccion .adjuntar-cv .wpcf7-form-control-wrap::before {
        left: 10px;
    }

    .contacto-seccion .adjuntar-cv .wpcf7-form-control-wrap::after {
        right: 10px;
        width: 18px;
        height: 18px;
    }
}

/* -----------------------------------------BLOG NOTA PLANTILLA------------------------------------------------- */

.single-post .comments-area,
.single-post .blog-post-footer {
    display: none;
}


.single-post header>h1,
.single-post .lqd-post-header .entry-title {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-family: "Roboto Serif", serif;
    font-size: 42px !important;
    line-height: 48px !important;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0;
    color: #ffffff;
}

.nota-de-blog .ld-container {
    max-width: 1100px;
}

.nota-agro {
    font-family: "DM Sans", sans-serif;
}

/* Título interno de la nota */
.title-agro {
    margin: 0 0 18px;
    text-align: left;
    font-family: "Roboto Serif", serif;
    font-size: 42px;
    line-height: 48px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0;
    color: #888E72;
}

/* Subtítulo */
.sub-agro {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
    color: #98A727;
}

/* Párrafos */
.p-agro {
    margin-bottom: 30px;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    line-height: 1.65;
    font-weight: 500;
    letter-spacing: 0;
    color: #060606;
}

/* Links dentro de la nota */
.nota-agro a {
    color: #98A727;
    font-weight: 700;
    text-decoration: none;
}

.nota-agro a:hover {
    color: #888E72;
    text-decoration: underline;
}

/* Listas dentro de la nota, si las usás */
.nota-agro ul,
.nota-agro ol {
    margin: 0 0 30px 22px;
    padding: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #060606;
}

.nota-agro li {
    margin-bottom: 10px;
}

/* Separación si agregás bloques internos */
.nota-agro h2,
.nota-agro h3 {
    margin: 45px 0 20px;
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    font-style: italic;
    color: #888E72;
}

.nota-agro h2 {
    font-size: 34px;
    line-height: 40px;
}

.nota-agro h3 {
    font-size: 28px;
    line-height: 34px;
}

/* =========================================
   VISTAS RESPONSIVE SOLICITADAS
   ========================================= */
/*

@media only screen and (min-width: 1000px) {
	.single-post .lqd-post-cover  header{
		padding: 24vmin 15px !important;
	}
	 }
*/

@media only screen and (max-width: 700px) {

    .blog-single-post.single-post .lqd-post-cover.overflow-hidden {
        margin-bottom: 40px !important;
    }

    .liquid-media-element-custom-height .ld-media-item,
    .liquid-media-element-custom-height figure {
        height: 65%;
    }

    .masonry-item:not([class*=col-xs-]),
    #galeria-blog .masonry-item.liquid-media-element-custom-height {
        width: fit-content !important;
        height: fit-content !important;
    }

    .single-post header>h1,
    .single-post .lqd-post-header .entry-title {
        padding: 0 18px;
        font-size: 34px !important;
        line-height: 40px;
    }

    .nota-de-blog {
        padding-inline: 15px;
    }

    .title-agro {
        font-size: 26px;
        line-height: 31px;
    }

    .sub-agro {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .p-agro,
    .nota-agro ul,
    .nota-agro ol {
        font-size: 18px;
        line-height: 1.6;
    }

    .p-agro {
        margin-bottom: 20px;
    }

    .img-agro {
        border-radius: 15px;
        margin: 20px 0 30px;
    }

    .nota-agro h2 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 24px;
    }

    .nota-agro h3 {
        font-size: 24px;
        line-height: 30px;
    }


}

/* VISTA TABLET */
@media (min-width: 715px) and (max-width: 1000px) {
    .nota-agro {
        padding: 0 30px;
    }

    .title-agro {
        font-size: 38px;
        line-height: 44px;
    }

    .single-post header>h1,
    .single-post .lqd-post-header .entry-title {
        padding: 0 30px;
        font-size: 42px !important;
        line-height: 48px;
    }

    .single-post .lqd-post-cover .lqd-post-media img {
        height: 360px;
    }

    .single-post .lqd-post-header {
        padding-block: 7rem !important;
    }
}

/* VISTA TABLET HORIZONTAL */
@media (min-width: 1180px) and (max-width: 1290px) and (orientation: landscape) {
    .nota-agro {
        max-width: 900px;
    }
}


/* =============================================================================
 REMASTER NOTAS DE AGRO
   ============================================================================= */

.agroNota {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    font-family: "DM Sans", sans-serif;
}


/* Título principal interno */

.agroNota .agroNota-tituloPrincipal {
    margin: 0 0 44px;
    padding: 0;
    text-align: left;
    font-family: "Roboto Serif", serif;
    font-size: 34px;
    line-height: 43px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.34px;
    color: #6B7255;
}


/* Párrafos generales */

.agroNota .agroNota-parrafo {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    color: #060606;
}


/* Título de sección verde */

.agroNota .agroNota-tituloSeccion {
    margin: 34px 0 20px;
    padding: 0;
    text-align: left;
    font-family: "Roboto Serif", serif;
    font-size: 24px;
    line-height: 25px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    color: #6B7255;
}


/* Título de sección oscuro */

.agroNota .agroNota-tituloSeccionOscuro {
    margin: 36px 0 22px;
    padding: 0;
    text-align: left;
    font-family: "Roboto Serif", serif;
    font-size: 24px;
    line-height: 25px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    color: #060606;
}


/* Subtítulos internos */

.agroNota .agroNota-subtitulo {
    margin: 26px 0 17px;
    padding: 0;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
    color: #6B7255;
}


/* Párrafo ubicado antes de una lista */

.agroNota .agroNota-parrafoAntesLista {
    margin-bottom: 18px;
}


/* Listas con símbolo > */

.agroNota .agroNota-lista {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
    color: #060606;
}

.agroNota .agroNota-lista li {
    position: relative;
    margin: 0 0 2px;
    padding: 0 0 0 12px;
}

.agroNota .agroNota-lista li::before {
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    color: #060606;
}


/* Texto destacado */

.agroNota .agroNota-destacado {
    margin: 18px 0 0;
    padding: 0;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
    color: #6B7255;
}


/* Imagen dentro de la nota */

.agroNota .agroNota-imagen {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 94px 0 0;
    padding: 0;
    border-radius: 0;
    object-fit: cover;
}


/* =============================================================================
   MOBILE
   ============================================================================= */

@media only screen and (max-width: 700px) {

    .agroNota {
        max-width: 100%;
        padding: 0;
    }

    .agroNota .agroNota-tituloPrincipal {
        margin-bottom: 30px;
        font-size: 24px !important;
        line-height: 30px !important;
        letter-spacing: 0.2px;
    }

    .agroNota .agroNota-parrafo {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.55;
    }

    .agroNota .agroNota-tituloSeccion,
    .agroNota .agroNota-tituloSeccionOscuro {
        margin-top: 30px;
        margin-bottom: 18px;
        font-size: 22px;
        line-height: 28px;
    }

    .agroNota .agroNota-subtitulo {
        margin-top: 24px;
        margin-bottom: 14px;
        font-size: 18px;
        line-height: 25px;
    }

    .agroNota .agroNota-lista {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.5;
    }

    .agroNota .agroNota-lista li {
        margin-bottom: 3px;
    }

    .agroNota .agroNota-destacado {
        font-size: 17px;
        line-height: 25px;
    }

    .agroNota .agroNota-imagen {
        margin-top: 42px;
        min-height: 190px;
        object-fit: cover;
    }

}


/* =============================================================================
   TABLET
   ============================================================================= */

@media only screen and (min-width: 715px) and (max-width: 1000px) {

    .agroNota {
        max-width: 100%;
        padding: 0 30px;
    }

    .agroNota .agroNota-tituloPrincipal {
        margin-bottom: 38px;
        font-size: 32px;
        line-height: 40px;
    }

    .agroNota .agroNota-tituloSeccion,
    .agroNota .agroNota-tituloSeccionOscuro {
        font-size: 23px;
        line-height: 29px;
    }

    .agroNota .agroNota-imagen {
        margin-top: 65px;
    }

}


/* =============================================================================
   TABLET HORIZONTAL
   ============================================================================= */

@media only screen and (min-width: 1180px) and (max-width: 1290px) and (orientation: landscape) {

    .agroNota {
        max-width: 900px;
    }

}

/* -----------------------------------------BLOG PAGINA------------------------------------------------- */


.notas-de-blog-title {
    text-align: center;
    font: normal normal 500 20px/25px DM Sans;
    letter-spacing: 0px;
    color: #060606;
    margin-bottom: 4rem;
}

.notas-de-blog-content .lqd-lp-meta {
    display: none !important;
}

.notas-de-blog-content article {
    border-radius: 15px;
}

.notas-de-blog-content header>h2>a {
    text-align: left;
    font: normal normal 800 22px/26px DM Sans;
    letter-spacing: 0px;
    color: #879130;
}

.notas-de-blog-content header {
    padding-top: 18px !important;
}

@media only screen and (max-width: 900px) {

    .notas-de-blog-title br {
        display: none;
    }

    .notas-de-blog-items>div {
        place-content: center;
        justify-content: center;
    }

}

@media (min-width: 715px) and (max-width: 1000px) {

    .notas-de-blog-items figure>img {
        height: 10rem;
        object-fit: cover;
    }

}


/* -----------------------------------------ANIMACIONES------------------------------------------------- */

/* HOVER SUTIL TARJETAS PRODUCTOS - SOLO DESKTOP */
@media only screen and (min-width: 900px) {

    .card-product-home {
        position: relative;
        overflow: hidden;
        text-decoration: none;
        transition:
            transform 0.3s ease,
            box-shadow 0.3s ease,
            filter 0.3s ease,
            background-size 0.4s ease;
    }

    .card-product-home-txt {
        transition:
            transform 0.3s ease,
            background-color 0.3s ease;
    }

    .card-product-home:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 22px rgba(40, 48, 10, 0.16);
        filter: brightness(1.03);
    }

    .card-product-home:hover .card-product-home-txt {
        transform: translateY(-2px);
    }

    .card-product-home:active {
        transform: translateY(-2px);
    }
}

@media only screen and (min-width: 900px) {
    .feature-item-socio-product {
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        cursor: default;
    }

    .icon-socio-product {
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), filter 0.4s ease;
        will-change: transform, filter;
    }

    .text-socio-product {
        transition: color 0.3s ease;
    }

    .feature-item-socio-product:hover {
        transform: translateY(-4px);
    }

    .feature-item-socio-product:hover .icon-socio-product {
        transform: scale(1.08) rotate(-3deg);
        filter: drop-shadow(0 6px 12px rgba(152, 167, 39, 0.4));
    }

    .feature-item-socio-product:hover .text-socio-product {
        color: #98A727;
    }
}

/* HOVER SUTIL CARDS SOSTENIBILIDAD - SOLO DESKTOP */
@media only screen and (min-width: 900px) {

    .card-item-sostenibilidad {
        position: relative;
        overflow: hidden;
        transition:
            transform 0.3s ease,
            background-color 0.3s ease,
            border-color 0.3s ease,
            box-shadow 0.3s ease;
    }

    .icon-card-sostenibilidad {
        transition:
            transform 0.3s ease,
            filter 0.3s ease;
    }

    .text-card-sostenibilidad {
        transition:
            transform 0.3s ease,
            color 0.3s ease;
    }

    .card-item-sostenibilidad:hover {
        transform: translateY(-4px);
        background-color: rgba(255, 255, 255, 0.14);
        border-color: rgba(183, 203, 35, 0.75);
        box-shadow: 0 12px 28px rgba(20, 25, 10, 0.22);
    }

    .card-item-sostenibilidad:hover .icon-card-sostenibilidad {
        transform: scale(1.06);
        filter: drop-shadow(0 0 8px rgba(183, 203, 35, 0.35));
    }

    .card-item-sostenibilidad:hover .text-card-sostenibilidad {
        transform: translateX(3px);
        color: #FFFFFF;
    }

    .card-item-sostenibilidad:active {
        transform: translateY(-2px);
    }
}

/* HOVER SUTIL MERCADO ITEMS - SOLO DESKTOP */
@media only screen and (min-width: 900px) {

    .mercado-item {
        position: relative;
        overflow: hidden;
        transition:
            transform 0.3s ease,
            background-color 0.3s ease,
            border-color 0.3s ease,
            box-shadow 0.3s ease;
    }

    .mercado-icon {
        transition:
            transform 0.3s ease,
            filter 0.3s ease;
    }

    .mercado-description {
        transition:
            transform 0.3s ease,
            color 0.3s ease;
    }

    .mercado-item:hover {
        transform: translateY(-3px);
        background-color: rgba(152, 167, 39, 0.06);
        border-color: #98A727;
        box-shadow: 0 10px 22px rgba(80, 88, 20, 0.13);
    }

    .mercado-item:hover .mercado-icon {
        transform: scale(1.05);
        filter: drop-shadow(0 0 6px rgba(152, 167, 39, 0.25));
    }

    .mercado-item:hover .mercado-description {
        transform: translateX(2px);
        color: #7F8E1E;
    }

    .mercado-item:active {
        transform: translateY(-1px);
    }
}

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

/* EFECTO AUTOMÁTICO AL LLEGAR A LA SECCIÓN - SOLO DESKTOP */
@media only screen and (min-width: 900px) {

    /* Socio productivo */
    .feature-item-socio-product.is-demo {
        transform: translateY(-4px);
    }

    .feature-item-socio-product.is-demo .icon-socio-product {
        transform: scale(1.08) rotate(-3deg);
        filter: drop-shadow(0 6px 12px rgba(152, 167, 39, 0.4));
    }

    .feature-item-socio-product.is-demo .text-socio-product {
        color: #98A727;
    }


    /* Sostenibilidad */
    .card-item-sostenibilidad.is-demo {
        transform: translateY(-4px);
        background-color: rgba(255, 255, 255, 0.14);
        border-color: rgba(183, 203, 35, 0.75);
        box-shadow: 0 12px 28px rgba(20, 25, 10, 0.22);
    }

    .card-item-sostenibilidad.is-demo .icon-card-sostenibilidad {
        transform: scale(1.06);
        filter: drop-shadow(0 0 8px rgba(183, 203, 35, 0.35));
    }

    .card-item-sostenibilidad.is-demo .text-card-sostenibilidad {
        transform: translateX(3px);
        color: #FFFFFF;
    }


    /* Mercado */
    .mercado-item.is-demo {
        transform: translateY(-3px);
        background-color: rgba(152, 167, 39, 0.06);
        border-color: #98A727;
        box-shadow: 0 10px 22px rgba(80, 88, 20, 0.13);
    }

    .mercado-item.is-demo .mercado-icon {
        transform: scale(1.05);
        filter: drop-shadow(0 0 6px rgba(152, 167, 39, 0.25));
    }

    .mercado-item.is-demo .mercado-description {
        transform: translateX(2px);
        color: #7F8E1E;
    }
}

/* EFECTO AUTOMÁTICO AL LLEGAR A LA SECCIÓN - SOLO DESKTOP FIN FINALES */

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

/* ANIMACIÓN PROGRESIVA PROCESO DE CALIDAD - SOLO DESKTOP */
@media only screen and (min-width: 900px) {

    .card-proceso,
    .flecha-proceso,
    .icono-proceso,
    .card-texto-proceso {
        will-change: transform, filter, opacity;
    }

    .card-proceso {
        animation: pasoProceso 6.4s ease-in-out infinite;
    }

    .card-proceso .icono-proceso {
        animation: iconoProceso 6.4s ease-in-out infinite;
    }

    .card-proceso .card-texto-proceso {
        animation: textoProceso 6.4s ease-in-out infinite;
    }

    .flecha-proceso {
        animation: flechaProceso 6.4s ease-in-out infinite;
    }

    /* Secuencia de cards */
    .flujo-proceso>.card-proceso:nth-of-type(1),
    .flujo-proceso>.card-proceso:nth-of-type(1) .icono-proceso,
    .flujo-proceso>.card-proceso:nth-of-type(1) .card-texto-proceso {
        animation-delay: 0s;
    }

    .flujo-proceso>.card-proceso:nth-of-type(2),
    .flujo-proceso>.card-proceso:nth-of-type(2) .icono-proceso,
    .flujo-proceso>.card-proceso:nth-of-type(2) .card-texto-proceso {
        animation-delay: 1.6s;
    }

    .flujo-proceso>.card-proceso:nth-of-type(3),
    .flujo-proceso>.card-proceso:nth-of-type(3) .icono-proceso,
    .flujo-proceso>.card-proceso:nth-of-type(3) .card-texto-proceso {
        animation-delay: 3.2s;
    }

    .flujo-proceso>.card-proceso:nth-of-type(4),
    .flujo-proceso>.card-proceso:nth-of-type(4) .icono-proceso,
    .flujo-proceso>.card-proceso:nth-of-type(4) .card-texto-proceso {
        animation-delay: 4.8s;
    }

    /* Secuencia de flechas */
    .flujo-proceso>.flecha-proceso:nth-of-type(1) {
        animation-delay: 0.8s;
    }

    .flujo-proceso>.flecha-proceso:nth-of-type(2) {
        animation-delay: 2.4s;
    }

    .flujo-proceso>.flecha-proceso:nth-of-type(3) {
        animation-delay: 4s;
    }

    @keyframes pasoProceso {

        0%,
        18%,
        100% {
            transform: translateY(0);
            box-shadow: none;
            background-color: transparent;
        }

        7% {
            transform: translateY(-4px);
            box-shadow: 0 10px 22px rgba(80, 88, 20, 0.13);
            background-color: rgba(152, 167, 39, 0.05);
        }
    }

    @keyframes iconoProceso {

        0%,
        18%,
        100% {
            transform: scale(1);
            filter: none;
        }

        7% {
            transform: scale(1.06);
            filter: drop-shadow(0 0 7px rgba(152, 167, 39, 0.28));
        }
    }

    @keyframes textoProceso {

        0%,
        18%,
        100% {
            transform: translateX(0);
            color: inherit;
        }

        7% {
            transform: translateX(2px);
            color: #7F8E1E;
        }
    }

    @keyframes flechaProceso {

        0%,
        18%,
        100% {
            transform: translateX(0) scale(1);
            filter: none;
            opacity: 1;
        }

        7% {
            transform: translateX(4px) scale(1.04);
            filter: drop-shadow(0 0 7px rgba(152, 167, 39, 0.32));
            opacity: 0.95;
        }
    }
}

/* HOVER SUTIL MISIÓN / VISIÓN - SOLO DESKTOP */
@media only screen and (min-width: 900px) {

    .card-mv-historia {
        position: relative;
        overflow: hidden;
        transition:
            transform 0.32s ease,
            background-color 0.32s ease,
            border-color 0.32s ease,
            box-shadow 0.32s ease;
    }

    .encabezado-mv-historia {
        transition: transform 0.32s ease;
    }

    .icono-mv-historia {
        transition:
            transform 0.32s ease,
            filter 0.32s ease;
    }

    .subtitulo-mv-historia,
    .texto-mv-historia {
        transition: color 0.32s ease;
    }

    .card-mv-historia:hover {
        transform: translateY(-4px);
        background-color: rgba(152, 167, 39, 0.04);
        border-color: #98A727;
        box-shadow: 0 14px 30px rgba(80, 88, 20, 0.12);
    }

    .card-mv-historia:hover .encabezado-mv-historia {
        transform: translateX(3px);
    }

    .card-mv-historia:hover .icono-mv-historia {
        transform: scale(1.05) rotate(-3deg);
        filter: drop-shadow(0 0 7px rgba(152, 167, 39, 0.28));
    }

    .card-mv-historia:hover .subtitulo-mv-historia {
        color: #7F8E1E;
    }

    .card-mv-historia:hover .texto-mv-historia {
        color: #6F7D18;
    }

    .card-mv-historia:active {
        transform: translateY(-2px);
    }
}

/* HOVER SUTIL CARDS ESTRUCTURA PRODUCTIVA - SOLO DESKTOP */
@media only screen and (min-width: 900px) {

    .card-estructura-historia {
        position: relative;
        overflow: hidden;
        transition:
            transform 0.32s ease,
            background-color 0.32s ease,
            border-color 0.32s ease,
            box-shadow 0.32s ease;
    }

    .icono-estructura-historia {
        transition:
            transform 0.32s ease,
            filter 0.32s ease;
    }

    .texto-card-estructura-historia,
    .texto-card-estructura-historia strong {
        transition:
            color 0.32s ease,
            transform 0.32s ease;
    }

    .card-estructura-historia:hover {
        transform: translateY(-4px);
        background-color: rgba(152, 167, 39, 0.045);
        border-color: #98A727;
        box-shadow: 0 12px 26px rgba(80, 88, 20, 0.13);
    }

    .card-estructura-historia:hover .icono-estructura-historia {
        transform: scale(1.05) rotate(-2deg);
        filter: drop-shadow(0 0 7px rgba(152, 167, 39, 0.28));
    }

    .card-estructura-historia:hover .texto-card-estructura-historia {
        transform: translateX(3px);
        color: #7F8E1E;
    }

    .card-estructura-historia:hover .texto-card-estructura-historia strong {
        color: #98A727;
    }

    .card-estructura-historia:active {
        transform: translateY(-2px);
    }
}

/* HOVER SUTIL CARDS NOTAS DE BLOG - SOLO DESKTOP */
@media only screen and (min-width: 900px) {

    /* 1. Transiciones base para la tarjeta principal */
    .notas-de-blog-items .lqd-lp {
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease !important;
        will-change: transform, box-shadow;
        /* Aseguramos que la sombra se vea limpia contra el fondo gris claro */
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    }

    /* 2. Transición para la imagen dentro de la tarjeta */
    .notas-de-blog-items .lqd-lp-img img {
        transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        will-change: transform;
    }

    /* 3. Transición para el título */
    .notas-de-blog-items .lqd-lp-title a {
        transition: color 0.3s ease, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        display: inline-block;
    }


    /* --- EVENTOS HOVER EN LA TARJETA --- */

    /* Elevación y sombra teñida de verde al hacer hover en la tarjeta */
    .notas-de-blog-items .lqd-lp:hover {
        transform: translateY(-8px) !important;
        box-shadow: 0 20px 40px rgba(152, 167, 39, 0.12) !important;
    }

    /* Zoom suave a la imagen interior (efecto premium) */
    .notas-de-blog-items .lqd-lp:hover .lqd-lp-img img {
        transform: scale(1.08) !important;
    }

    /* El título cambia a verde oliva y hace un ligerísimo movimiento a la derecha */
    .notas-de-blog-items .lqd-lp:hover .lqd-lp-title a {
        color: #98A727 !important;
        transform: translateX(3px);
    }
}

/* ANIMACION HOVER PARA PAGINA PRODUCTOS */




/* HOVER HEADER + FOOTER AGROISME - SOLO DESKTOP */
@media only screen and (min-width: 900px) {

    /* HEADER LOGO */
    #agro-header .navbar-brand {
        display: inline-flex;
        transition:
            transform 0.3s ease,
            filter 0.3s ease;
    }

    #agro-header .navbar-brand:hover {
        transform: translateY(-2px);
        filter: drop-shadow(0 4px 8px rgba(80, 88, 20, 0.16));
    }


    /* HEADER MENÚ */
    #agro-header .agro-header-menu>li>a {
        position: relative;
        transition:
            color 0.3s ease,
            transform 0.3s ease;
    }

    #agro-header .agro-header-menu>li>a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 26px;
        width: 0;
        height: 2px;
        background-color: #98A727;
        border-radius: 20px;
        transform: translateX(-50%);
        transition: width 0.3s ease;
    }

    #agro-header .agro-header-menu>li:hover>a {
        color: #98A727 !important;
        transform: translateY(-1px);
    }

    #agro-header .agro-header-menu>li:hover>a::after {
        width: 65%;
    }


    /* FOOTER LOGO */
    .agro-logo-agro-foot {
        transition:
            transform 0.35s ease,
            filter 0.35s ease;
    }

    .agro-logo-agro-foot:hover {
        transform: translateY(-3px);
        filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.18));
    }


    /* FOOTER CONTACTO */
    .agro-contact-agro-foot a {
        transition:
            transform 0.3s ease,
            color 0.3s ease,
            opacity 0.3s ease;
    }

    .agro-contact-agro-foot a img {
        transition:
            transform 0.3s ease,
            filter 0.3s ease;
    }

    .agro-contact-agro-foot a:hover {
        transform: translateX(4px);
        opacity: 0.92;
    }

    .agro-contact-agro-foot a:hover img {
        transform: scale(1.08);
        filter: drop-shadow(0 0 6px rgba(152, 167, 39, 0.35));
    }


    /* FOOTER MENÚ */
    .agro-menu-agro-foot a {
        position: relative;
        width: fit-content;
        transition:
            color 0.3s ease,
            transform 0.3s ease;
    }

    .agro-menu-agro-foot a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 0;
        height: 2px;
        background-color: #98A727;
        border-radius: 20px;
        transition: width 0.3s ease;
    }

    .agro-menu-agro-foot a:hover {
        color: #98A727;
        transform: translateX(4px);
    }

    .agro-menu-agro-foot a:hover::after {
        width: 100%;
    }


    /* REDES SOCIALES */
    .agro-socials-agro-foot a {
        display: inline-flex;
        transition:
            transform 0.3s ease,
            filter 0.3s ease,
            opacity 0.3s ease;
    }

    .agro-socials-agro-foot a:hover {
        transform: translateY(-3px) scale(1.06);
        filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.22));
        opacity: 0.9;
    }


    /* COPY TEHUENTEC */
    .agro-copy-agro-foot {
        transition:
            color 0.3s ease,
            opacity 0.3s ease;
    }

    .agro-copy-agro-foot:hover {
        color: #98A727;
        opacity: 1;
    }

    .agro-copy-agro-foot:hover .agro-copy-bold-agro-foot {
        color: #7F8E1E;
    }


    /* BOTÓN WHATSAPP FIJO */
    .agro-whatsapp-fixed-agro-foot {
        transition:
            transform 0.3s ease,
            box-shadow 0.3s ease,
            background-color 0.3s ease;
    }

    .agro-whatsapp-fixed-agro-foot:hover {
        transform: translateY(-3px);
        background-color: #7F8E1E;
        box-shadow: 0 10px 22px rgba(80, 88, 20, 0.24);
    }
}


/* ---------------- GALERIA DE PRODUCTO IMPROVISADA QUE NO ESPECIFICARON ---------------- */

@media only screen and (min-width: 900px) {

    #producto-seccion-carrusel-container .img-product-card-content .wpb_wrapper {
        position: relative;
        display: inline-block;
        overflow: hidden;
        border-radius: 24px;
        cursor: pointer;
        transition: transform .35s ease, filter .35s ease;
    }

    #producto-seccion-carrusel-container .img-product-card {
        display: block;
        width: 100%;
        height: auto;
        transition: transform .45s ease, filter .45s ease, box-shadow .45s ease;
        will-change: transform;
    }

    #producto-seccion-carrusel-container .img-product-card-content .wpb_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 70%;
        height: 100%;
        background: linear-gradient(120deg,
                transparent 0%,
                rgba(255, 255, 255, .12) 45%,
                rgba(255, 255, 255, .38) 50%,
                rgba(255, 255, 255, .12) 55%,
                transparent 100%);
        transform: skewX(-18deg);
        pointer-events: none;
    }

    #producto-seccion-carrusel-container .img-product-card-content .wpb_wrapper:hover {
        transform: translateY(-6px);
        filter: drop-shadow(0 12px 16px rgba(0, 0, 0, .14));
    }

    #producto-seccion-carrusel-container .img-product-card-content .wpb_wrapper:hover .img-product-card {
        transform: scale(1.04);
        filter: saturate(1.08) contrast(1.04);
    }

    #producto-seccion-carrusel-container .img-product-card-content .wpb_wrapper:hover::after {
        animation: productoShine .75s ease forwards;
    }

    @keyframes productoShine {
        from {
            left: -120%;
        }

        to {
            left: 130%;
        }
    }

    #producto-seccion-carrusel-container .flickity-viewport {
        padding: 18px 0 48px !important;
        box-sizing: content-box !important;
    }

    #producto-seccion-carrusel-container .flickity-slider {
        overflow: visible !important;
    }

    #producto-seccion-carrusel-container .carousel-item,
    #producto-seccion-carrusel-container .carousel-item-inner,
    #producto-seccion-carrusel-container .carousel-item-content,
    #producto-seccion-carrusel-container .img-product-card-content {
        overflow: visible !important;
    }
}



/* ---------------- POPUP GALERÍA PRODUCTOS ---------------- */

/* Imagen clickeable sin hover exagerado */
.img-product-card {
    cursor: pointer;
}

.img-product-card:hover {
    transform: none !important;
    filter: none !important;
}

/* Fondo gris transparente: se sigue viendo la web */
.glightbox-container,
.glightbox-container .gcontainer,
.glightbox-container .gslider,
.glightbox-container .gslide,
.glightbox-container .ginner-container,
.glightbox-container .gslide-media {
    background: transparent !important;
}

.glightbox-container .goverlay {
    background: rgba(35, 35, 35, .48) !important;
    backdrop-filter: blur(2px);
}

/* Saca fondo, sombra y borde redondeado extra */
.glightbox-clean .gslide-image,
.glightbox-clean .gslide-image img {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.glightbox-clean .gslide-image img {
    max-width: min(760px, 82vw) !important;
    max-height: 82vh !important;
    object-fit: contain !important;
}

/* Botones cerca de la imagen */
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    position: fixed !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #98A727 !important;
    opacity: 0;
    transform: none !important;
    transition: background .2s ease, opacity .12s ease;
}

.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover {
    background: #7F8E1E !important;
}

.glightbox-clean .gclose svg,
.glightbox-clean .gnext svg,
.glightbox-clean .gprev svg {
    width: 18px !important;
    height: 18px !important;
}

.glightbox-clean .gclose svg path,
.glightbox-clean .gnext svg path,
.glightbox-clean .gprev svg path {
    fill: #FFFFFF !important;
}

/* Mobile */
@media only screen and (max-width: 700px) {
    .glightbox-container .goverlay {
        background: rgba(35, 35, 35, .55) !important;
        backdrop-filter: blur(1px);
    }

    .glightbox-clean .gslide-image img {
        max-width: 70vw !important;
        max-height: 74vh !important;
    }

    .glightbox-clean .gclose,
    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        width: 38px !important;
        height: 38px !important;
    }
}

/* Tablet */
@media (min-width: 715px) and (max-width: 1000px) {
    .glightbox-clean .gslide-image img {
        max-width: 84vw !important;
        max-height: 80vh !important;
    }
}


/* FIX MOBILE GLIGHTBOX - evita línea blanca lateral */
html.glightbox-open,
body.glightbox-open {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

.glightbox-container,
.glightbox-container * {
    box-sizing: border-box;
}

.glightbox-container {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
}

.glightbox-container .gcontainer,
.glightbox-container .gslider,
.glightbox-container .gslide,
.glightbox-container .ginner-container,
.glightbox-container .gslide-media,
.glightbox-container .gslide-image {
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
}

/* Mobile: imagen más contenida para no tocar bordes */
@media only screen and (max-width: 700px) {
    .glightbox-clean .gslide-image img {
        max-width: 82vw !important;
        max-height: 70vh !important;
    }

    .glightbox-clean .gclose,
    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        width: 34px !important;
        height: 34px !important;
    }

    .glightbox-clean .gclose svg,
    .glightbox-clean .gnext svg,
    .glightbox-clean .gprev svg {
        width: 15px !important;
        height: 15px !important;
    }
}









/*
.....................................................................................................
.....................................................................................................
.....................................................................................................

-----------------------------------------------FIXTURE-----------------------------------------------

.....................................................................................................
.....................................................................................................
..................................................................................................... 
*/

.title-agro {
    display: none;
}

/* .home strong {
font-weight: 600;
} */

.product-home-title>strong {
    font-weight: 500 !important;
}


@media only screen and (max-width: 700px) {
    .title-product-grilla {
        font: italic normal 500 24px/26px Roboto Serif;
    }

    .subtitle-form-rrhh {
        font: normal normal 600 18px/21px DM Sans;
        text-wrap-style: balance;
    }

    /* #contacto-formulario > div >  */
    form>div>p>span {
        margin-bottom: 10px !important;
    }

    .notas-de-blog-title {
        font-size: 18px;
    }

    .sub-banner-empresa-title {
        line-height: 28px !important;
        text-align: center !important;
    }
}

@media (min-width: 800px) and (max-width: 1000px) {

    .card-product-home {
        width: 300px;
        height: 332px;
    }

    #product-home-carrusel-mobile .carousel-items>div {
        padding-inline: 5rem !important;
    }

}

@media (min-width: 800px) and (max-width: 1000px) {
    .title-socio-product {
        font-size: 32px;
    }
}


@media only screen and (min-width: 900px) {

    #RRHH-formulario {
        min-height: 910px;
        padding-top: 100px;
    }

}

.agro-copy-agro-foot {
    color: #7F8E1E !important;
}


.agro-copy-agro-foot:hover {
    color: #7F8E1E !important;
}



/*
.lqd-vbg-video iframe {
    display: none !important;
}
    */