.elementor-1064 .elementor-element.elementor-element-83d49e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1064 .elementor-element.elementor-element-55d0d86.elementor-element{--align-self:center;}.elementor-1064 .elementor-element.elementor-element-87cde72{--display:flex;}.elementor-1064 .elementor-element.elementor-element-fca445c{--item-display:flex;--read-more-alignment:1;--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-1064 .elementor-element.elementor-element-fca445c .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-1064 .elementor-element.elementor-element-fca445c:after{content:"0.66";}.elementor-1064 .elementor-element.elementor-element-fca445c .elementor-post__thumbnail__link{width:100%;}.elementor-1064 .elementor-element.elementor-element-fca445c .elementor-post__meta-data span + span:before{content:"•";}.elementor-1064 .elementor-element.elementor-element-fca445c.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-1064 .elementor-element.elementor-element-fca445c.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-1064 .elementor-element.elementor-element-fca445c.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-1064 .elementor-element.elementor-element-fca445c .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-1064 .elementor-element.elementor-element-fca445c .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-1064 .elementor-element.elementor-element-fca445c .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1064 .elementor-element.elementor-element-fca445c .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1064 .elementor-element.elementor-element-fca445c .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:767px){.elementor-1064 .elementor-element.elementor-element-fca445c .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-1064 .elementor-element.elementor-element-fca445c:after{content:"0.5";}.elementor-1064 .elementor-element.elementor-element-fca445c .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for container, class: .elementor-element-83d49e5 *//* ========================================
   BLOG METD AGRO
======================================== */

.blog-hero,
.blog-archive {
    --verde-oscuro: #004200;
    --verde-claro: #54AC10;
    --amarillo: #FFE33F;
    box-sizing: border-box;
}

/* HERO */
.blog-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 7vw, 105px) 24px;
    background:
        radial-gradient(
            circle at 95% 15%,
            rgba(84, 172, 16, 0.12) 0,
            rgba(84, 172, 16, 0.12) 7%,
            transparent 7.3%
        ),
        linear-gradient(
            135deg,
            #F0F8EC 0%,
            #FFFFFF 58%,
            #F3F9EF 100%
        );
    border-bottom: 1px solid rgba(84, 172, 16, 0.18);
}

.blog-hero::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    left: -130px;
    top: -190px;
    border: 48px solid rgba(84, 172, 16, 0.07);
    border-radius: 50%;
    pointer-events: none;
}

.blog-hero::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 5px;
    left: max(24px, calc((100% - 980px) / 2));
    bottom: 0;
    border-radius: 20px;
    background: linear-gradient(
        90deg,
        var(--verde-claro),
        var(--amarillo)
    );
}

/* ETIQUETA SUPERIOR */
.blog-eyebrow {
    position: relative;
    z-index: 2;
    max-width: 980px;
    width: 100%;
    margin: 0 auto 18px;
}

.blog-eyebrow .elementor-heading-title {
    color: var(--verde-oscuro);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.blog-eyebrow .elementor-heading-title::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--verde-claro);
}

/* TÍTULO PRINCIPAL */
.blog-main-title {
    position: relative;
    z-index: 2;
    max-width: 980px;
    width: 100%;
    margin: 0 auto 22px;
}

.blog-main-title .elementor-heading-title {
    color: var(--verde-oscuro);
    font-size: clamp(44px, 5.3vw, 78px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -2.5px;
    text-wrap: balance;
}

/* TEXTO INTRODUCTORIO */
.blog-intro {
    position: relative;
    z-index: 2;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    margin-left: calc((100% - min(980px, 100%)) / 2);
}

.blog-intro,
.blog-intro p {
    color: #29452F;
    font-size: 18px;
    line-height: 1.7;
}

/* SECCIÓN DE ARTÍCULOS */
.blog-archive {
    position: relative;
    padding: clamp(60px, 7vw, 100px) 24px;
    background: #FFFFFF;
}

.blog-section-title {
    max-width: 980px;
    width: 100%;
    margin: 0 auto 38px;
}

.blog-section-title .elementor-heading-title {
    color: var(--verde-oscuro);
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
}

/* CUADRÍCULA */
.blog-post-grid {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.blog-post-grid .elementor-posts-container {
    gap: 28px;
}

/* TARJETAS */
.blog-post-grid article.elementor-post {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 66, 0, 0.13);
    border-radius: 24px;
    box-shadow: 0 14px 38px rgba(0, 66, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.blog-post-grid article.elementor-post::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 28px;
    width: 72px;
    height: 5px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(
        90deg,
        var(--verde-claro),
        var(--amarillo)
    );
}

.blog-post-grid article.elementor-post:hover {
    transform: translateY(-7px);
    border-color: rgba(84, 172, 16, 0.38);
    box-shadow: 0 22px 50px rgba(0, 66, 0, 0.14);
}

/* IMAGEN */
.blog-post-grid .elementor-post__thumbnail__link {
    overflow: hidden;
    margin-bottom: 0;
}

.blog-post-grid .elementor-post__thumbnail {
    border-radius: 0;
}

.blog-post-grid .elementor-post__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-post-grid article.elementor-post:hover
.elementor-post__thumbnail img {
    transform: scale(1.045);
}

/* CONTENIDO DE LA TARJETA */
.blog-post-grid .elementor-post__text {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px 25px 28px;
}

.blog-post-grid .elementor-post__title {
    margin-bottom: 10px;
}

.blog-post-grid .elementor-post__title a {
    color: var(--verde-oscuro);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.18;
    transition: color 0.25s ease;
}

.blog-post-grid .elementor-post__title a:hover {
    color: var(--verde-claro);
}

.blog-post-grid .elementor-post__meta-data {
    order: -1;
    margin-bottom: 13px;
    color: var(--verde-claro);
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
}

.blog-post-grid .elementor-post__excerpt,
.blog-post-grid .elementor-post__excerpt p {
    color: #415347;
    font-size: 15px;
    line-height: 1.65;
}

.blog-post-grid .elementor-post__read-more {
    align-self: flex-start;
    margin-top: auto;
    padding: 11px 19px;
    color: #FFFFFF !important;
    background: var(--verde-oscuro);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.blog-post-grid .elementor-post__read-more:hover {
    color: #FFFFFF !important;
    background: var(--verde-claro);
    transform: translateX(3px);
}

/* PAGINACIÓN */
.blog-post-grid .elementor-pagination {
    margin-top: 48px;
    text-align: center;
}

.blog-post-grid .elementor-pagination a,
.blog-post-grid .elementor-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    margin: 4px;
    padding: 8px 14px;
    color: var(--verde-oscuro);
    background: #F1F8ED;
    border: 1px solid rgba(84, 172, 16, 0.22);
    border-radius: 999px;
    font-weight: 700;
}

.blog-post-grid .elementor-pagination a:hover,
.blog-post-grid .elementor-pagination-pagination .current {
    color: #FFFFFF;
    background: var(--verde-oscuro);
    border-color: var(--verde-oscuro);
}

/* TABLET */
@media (max-width: 1024px) {
    .blog-main-title .elementor-heading-title {
        font-size: clamp(42px, 7vw, 62px);
    }

    .blog-post-grid .elementor-post__title a {
        font-size: 21px;
    }
}

/* MÓVIL */
@media (max-width: 767px) {
    .blog-hero {
        padding: 52px 20px 58px;
    }

    .blog-hero::before {
        width: 230px;
        height: 230px;
        left: -105px;
        top: -120px;
        border-width: 34px;
    }

    .blog-hero::after {
        left: 20px;
        width: 70px;
    }

    .blog-eyebrow {
        margin-bottom: 14px;
    }

    .blog-eyebrow .elementor-heading-title {
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .blog-main-title {
        margin-bottom: 18px;
    }

    .blog-main-title .elementor-heading-title {
        font-size: clamp(38px, 11.5vw, 52px);
        line-height: 1;
        letter-spacing: -1.7px;
    }

    .blog-intro {
        margin-left: auto;
    }

    .blog-intro,
    .blog-intro p {
        font-size: 16px;
        line-height: 1.6;
    }

    .blog-archive {
        padding: 52px 18px 65px;
    }

    .blog-section-title {
        margin-bottom: 28px;
    }

    .blog-section-title .elementor-heading-title {
        font-size: 34px;
    }

    .blog-post-grid .elementor-posts-container {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .blog-post-grid article.elementor-post {
        border-radius: 20px;
    }

    .blog-post-grid .elementor-post__text {
        padding: 22px 20px 24px;
    }

    .blog-post-grid .elementor-post__title a {
        font-size: 21px;
    }

    .blog-post-grid .elementor-post__read-more {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* CORRECCIÓN DE IMAGEN EN HOVER */
.blog-post-grid .elementor-post__thumbnail img,
.blog-post-grid article.elementor-post:hover
.elementor-post__thumbnail img {
    transform: scale(1.01) translate(-50%, -50%) !important;
}

/* Efecto suave sin alterar el tamaño */
.blog-post-grid article.elementor-post:hover
.elementor-post__thumbnail img {
    filter: brightness(0.96) saturate(1.08);
}

/* ALINEAR TEXTO INTRODUCTORIO CON EL TÍTULO */
.blog-intro {
    width: 100%;
    max-width: 980px;
    margin: 0 auto !important;
}

.blog-intro .elementor-widget-container {
    max-width: 850px;
}

/* FECHA EN FORMATO CORRECTO EN ESPAÑOL */
.blog-post-grid .elementor-post__meta-data {
    text-transform: none !important;
}/* End custom CSS */