﻿@font-face {
  font-family: 'Century Gothic Custom';
  src: url('../fonts/CenturyGothic.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.reveal,
.reveal-left,
.reveal-right,
.fade-in {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .75s;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    will-change: opacity, transform;
}

.reveal,
.fade-in {
    transform: translateY(28px);
}

.reveal-left {
    transform: translateX(-34px);
}

.reveal-right {
    transform: translateX(34px);
}

.fade-in {
    transform: translateY(12px);
}

.reveal.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible,
.fade-in.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

.delay-1 {
    transition-delay: .08s;
}

.delay-2 {
    transition-delay: .16s;
}

.delay-3 {
    transition-delay: .24s;
}

.delay-4 {
    transition-delay: .32s;
}

.ccoagro-button,
.ccoagro-site-header__contact,
.ccoagro-home-benefits__button {
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease;
}

.ccoagro-button:hover,
.ccoagro-button:focus-visible,
.ccoagro-site-header__contact:hover,
.ccoagro-site-header__contact:focus-visible,
.ccoagro-home-benefits__button:hover,
.ccoagro-home-benefits__button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 61, 25, .16);
}

.ccoagro-card,
.ccoagro-home-overview__item,
.ccoagro-home-service-card,
.ccoagro-home-benefit-card,
.ccoagro-home-stats__item,
.ccoagro-home-ally-logo,
.ccoagro-product-card,
.ccoagro-values__item,
.ccoagro-timeline__trigger,
.ccoagro-about-video-card,
.ccoagro-video-player__thumb,
.regimen-documents__card,
.regimen-documents__item,
.regimen-archive__year,
.services-veterinary__media,
.services-credit-line__media,
.affiliates-benefit-card,
.affiliates-step,
.afiliados-contact__info-box {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.ccoagro-card:hover,
.ccoagro-home-overview__item:hover,
.ccoagro-home-service-card:hover,
.ccoagro-home-benefit-card:hover,
.ccoagro-home-stats__item:hover,
.ccoagro-home-ally-logo:hover,
.ccoagro-product-card:hover,
.ccoagro-values__item:hover,
.ccoagro-timeline__trigger:hover,
.ccoagro-about-video-card:hover,
.ccoagro-video-player__thumb:hover,
.regimen-documents__card:hover,
.regimen-documents__item:hover,
.regimen-archive__year:hover,
.services-veterinary__media:hover,
.services-credit-line__media:hover,
.affiliates-benefit-card:hover,
.affiliates-step:hover,
.afiliados-contact__info-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(0, 61, 25, .12);
}

.ccoagro-home-service-card__image,
.ccoagro-about-video-card__image,
.ccoagro-video-player__image,
.services-veterinary__media img,
.services-credit-line__media img,
.affiliates-benefit-card__image {
    transition: transform .32s ease;
}

.ccoagro-home-service-card:hover .ccoagro-home-service-card__image,
.ccoagro-about-video-card:hover .ccoagro-about-video-card__image,
.ccoagro-video-player:hover .ccoagro-video-player__image,
.services-veterinary__media:hover img,
.services-credit-line__media:hover img,
.affiliates-benefit-card:hover .affiliates-benefit-card__image {
    transform: scale(1.035);
}

.ccoagro-site-header__menu a {
    transition: color .18s ease, transform .18s ease;
}

.ccoagro-site-header__menu a:hover,
.ccoagro-site-header__menu a:focus-visible {
    transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        transition-delay: 0ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

    .reveal,
    .reveal-left,
    .reveal-right,
    .fade-in {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 680px) {
    .ccoagro-timeline {
        padding: 2.75rem 1.25rem 3.25rem;
        overflow: visible;
    }

    .ccoagro-timeline__head {
        margin-bottom: 1.75rem;
    }

    .ccoagro-timeline__track {
        width: min(100%, 420px);
        max-width: 420px;
        min-height: 0;
        margin: 0 auto;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        overflow: visible;
        scroll-snap-type: none;
    }

    .ccoagro-timeline__line {
        left: 22px;
        right: auto;
        top: 20px;
        bottom: 20px;
        width: 8px;
        height: auto;
        transform: none;
    }

    .ccoagro-timeline__item {
        padding: 0;
        text-align: left;
        scroll-snap-align: none;
    }

    .ccoagro-timeline__trigger {
        min-height: 0;
        grid-template-columns: 48px 82px 1fr;
        grid-template-rows: auto auto;
        justify-items: start;
        align-items: center;
        column-gap: .8rem;
        row-gap: .15rem;
        padding: .55rem 0 .55rem 0;
    }

    .ccoagro-timeline__icon {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 34px;
        height: 34px;
        justify-self: center;
        align-self: start;
    }

    .ccoagro-timeline__year {
        grid-column: 2;
        grid-row: 1 / span 2;
        font-size: 1.65rem;
        align-self: start;
    }

    .ccoagro-timeline__dot {
        grid-column: 1;
        grid-row: 1 / span 2;
        justify-self: center;
        align-self: center;
        margin-top: 34px;
    }

    .ccoagro-timeline__content {
        grid-column: 3;
        grid-row: 1 / span 2;
        max-width: none;
        font-size: .78rem;
        line-height: 1.18;
        align-self: center;
    }

    .ccoagro-timeline__item.is-active .ccoagro-timeline__content {
        opacity: 1;
        visibility: visible;
    }

    .ccoagro-timeline__modal {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: min(100%, 330px);
        margin: 2rem auto 0;
        transform: none !important;
        z-index: 2;
    }

    .ccoagro-timeline__modal::before {
        display: none;
    }

    .ccoagro-timeline__modal-image img {
        height: 150px;
    }

    .ccoagro-timeline__modal-body {
        grid-template-columns: 42px 1fr;
        padding: .85rem .9rem 1rem;
    }

    .ccoagro-timeline__modal-text {
        font-size: .78rem;
        line-height: 1.22;
    }
}

/* Global brand overrides for Astra, Gutenberg and WooCommerce interactive states. */
:root {
    --ast-global-color-0: #2DBE60;
    --ast-global-color-1: #239E50;
    --ast-global-color-2: #003D19;
    --ast-global-color-3: #173f2f;
    --ast-global-color-4: #ffffff;
    --ast-global-color-5: #ffffff;
    --ccoagro-button-green: #2DBE60;
    --ccoagro-button-green-hover: #239E50;
}

a,
a:visited {
    color: #173f2f;
}

a:hover,
a:focus,
a:focus-visible,
a:active {
    color: #239E50;
}

.ast-button,
.ast-custom-button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.wp-element-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page button.button,
.woocommerce-page a.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.ccoagro-button,
.credit-button {
    border-color: #2DBE60 !important;
    background-color: #2DBE60 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.ast-button:hover,
.ast-button:focus,
.ast-button:focus-visible,
.ast-button:active,
.ast-custom-button:hover,
.ast-custom-button:focus,
.ast-custom-button:focus-visible,
.ast-custom-button:active,
.button:hover,
.button:focus,
.button:focus-visible,
.button:active,
button:hover,
button:focus,
button:focus-visible,
button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:focus-visible,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:focus-visible,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:focus-visible,
input[type="submit"]:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:focus-visible,
.wp-block-button__link:active,
.wp-element-button:hover,
.wp-element-button:focus,
.wp-element-button:focus-visible,
.wp-element-button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:focus-visible,
.woocommerce button.button:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:focus-visible,
.woocommerce a.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:focus-visible,
.woocommerce input.button:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:focus-visible,
.woocommerce #respond input#submit:active,
.woocommerce #content input.button:hover,
.woocommerce #content input.button:focus,
.woocommerce #content input.button:focus-visible,
.woocommerce #content input.button:active,
.woocommerce-page button.button:hover,
.woocommerce-page button.button:focus,
.woocommerce-page button.button:focus-visible,
.woocommerce-page button.button:active,
.woocommerce-page a.button:hover,
.woocommerce-page a.button:focus,
.woocommerce-page a.button:focus-visible,
.woocommerce-page a.button:active,
.woocommerce-page input.button:hover,
.woocommerce-page input.button:focus,
.woocommerce-page input.button:focus-visible,
.woocommerce-page input.button:active,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page #respond input#submit:focus-visible,
.woocommerce-page #respond input#submit:active,
.ccoagro-button:hover,
.ccoagro-button:focus,
.ccoagro-button:focus-visible,
.ccoagro-button:active,
.credit-button:hover,
.credit-button:focus,
.credit-button:focus-visible,
.credit-button:active {
    border-color: #239E50 !important;
    background-color: #239E50 !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(45, 190, 96, .24) !important;
}

.ast-button:visited,
.ast-custom-button:visited,
.button:visited,
.wp-block-button__link:visited,
.wp-element-button:visited,
.woocommerce a.button:visited,
.woocommerce-page a.button:visited,
.ccoagro-button:visited,
.credit-button:visited {
    color: #ffffff !important;
}

input:focus,
textarea:focus,
select:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #2DBE60 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(45, 190, 96, .24) !important;
}
@font-face {
  font-family: 'Century Gothic Custom';
  src: url('../fonts/CenturyGothic%20-%20Bold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
    --ccoagro-bg: #0d3b18;
    --ccoagro-bg-soft: #f1f4ee;
    --ccoagro-green: #6fbf3f;
    --ccoagro-green-dark: #1f4c23;
    --ccoagro-lime: #b7d331;
    --ccoagro-light: #ffffff;
    --ccoagro-gray: #555555;
    --ccoagro-radius: 24px;
    --ccoagro-gap: 1.5rem;
    --ccoagro-max-width: 1200px;

    --font-primary: 'Century Gothic Custom', Arial, sans-serif;
    --font-secondary: 'Montserrat Custom', Arial, sans-serif;

  --green-dark: #003D19;
  --green-deep: #001A0A;
  --green-accent: #B6C930;
  --white: #FFFFFF;
  --black: #000000;

  --text-xs: 12px;
  --text-sm: 14px;
  --text-md: 18px;
  --text-lg: 22px;
  --title-md: 27px;
  --title-lg: 44px;
  --title-xl: 50px;
  --number-lg: 74px;
}

body {
    color: #1c1c1c;
    background: #ffffff;
    font-family: var(--font-primary);
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.menu-item,
.btn,
button,
strong {
    font-family: var(--font-primary);
    font-weight: 700;
}

.hero-title,
.section-title,
.card-title,
.nav-link,
.stat-number,
.ccoagro-site-header__menu a,
.ccoagro-site-header__contact,
.ccoagro-hero__title,
.ccoagro-section-title,
.ccoagro-card__title,
.ccoagro-stat__number,
[class$="__title"],
[class$="__button"],
[class$="__number"] {
    font-family: var(--font-primary);
}
img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

.ccoagro-page {
    width: 100%;
    margin: 0;
    padding-top: 0;
    overflow-x: hidden;
}

#content.site-content,
#content.site-content > .ast-container {
    margin-top: 0;
    padding-top: 0;
}

.ccoagro-page > .ccoagro-hero:first-child {
    margin-top: -30px;
}

.ccoagro-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 5rem 0;
}

.ccoagro-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.ccoagro-site-header {
    position: relative;
    z-index: 50;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(16, 24, 40, .08);
}

.ccoagro-site-header__inner {
    width: 100%;
    min-height: 72px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 3vw, 2.35rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.ccoagro-site-header__brand {
    flex: 0 0 auto;
    min-width: 138px;
    height: 31px;
    padding: 0 .95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    color: #ffffff;
    background: #003f1f;
    border-radius: 6px;
    line-height: 1;
}

.ccoagro-site-header__brand .custom-logo-link,
.ccoagro-site-header__brand img {
    display: block;
    max-width: 138px;
    max-height: 31px;
    width: auto;
    height: auto;
}

.ccoagro-site-header__brand-mark {
    position: relative;
    top: -4px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.ccoagro-site-header__brand-mark span {
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 999px;
    background: #ffffff;
}

.ccoagro-site-header__brand-mark span:nth-child(2) {
    background: var(--ccoagro-green);
}

.ccoagro-site-header__brand-mark span:nth-child(3) {
    background: var(--ccoagro-lime);
}

.ccoagro-site-header__brand-text {
    font-size: .98rem;
    font-weight: 500;
    letter-spacing: 0;
}

.ccoagro-site-header__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(1.25rem, 2.3vw, 2.6rem);
}

.ccoagro-site-header__menu {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 2.2vw, 2.55rem);
    list-style: none;
}

.ccoagro-site-header__menu a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #343a40;
    font-size: .8rem;
    font-weight: 600;
    white-space: nowrap;
    transition: color .18s ease;
}

.ccoagro-site-header__menu a:hover,
.ccoagro-site-header__menu a:focus-visible,
.ccoagro-site-header__menu .current-menu-item > a {
    color: var(--ccoagro-green-dark);
}

.ccoagro-site-header__contact {
    min-height: 34px;
    padding: 0 1.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    background: #35ba47;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 8px 16px rgba(53, 186, 71, .2);
    transition: transform .18s ease, background .18s ease;
}

.ccoagro-site-header__contact:hover,
.ccoagro-site-header__contact:focus-visible {
    color: #ffffff;
    background: #259f36;
    transform: translateY(-1px);
}

.ccoagro-site-header__toggle {
    width: 42px;
    height: 42px;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    color: #12331f;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.ccoagro-site-header__toggle span[aria-hidden="true"] {
    width: 22px;
    height: 2px;
    display: block;
    background: currentColor;
    border-radius: 999px;
    transform-origin: center;
    transition: transform .2s ease, opacity .2s ease;
}

.site-header .ast-container,
.ast-primary-header-bar .ast-container,
.ast-builder-grid-row-container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.site-header .ast-builder-grid-row {
    width: 100%;
    max-width: none;
    padding-left: clamp(1.5rem, 5vw, 4.5rem);
    padding-right: clamp(1.5rem, 5vw, 4.5rem);
}

.site-header .ast-primary-header-bar,
.site-header .main-header-bar,
.site-header .ast-builder-grid-row {
    min-height: 68px;
}

.site-header .main-header-bar,
.site-header .site-branding,
.site-header .ast-builder-menu,
.site-header .ast-builder-layout-element {
    padding-top: 0;
    padding-bottom: 0;
}

.ccoagro-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: clamp(340px, 30vw, 430px);
    display: flex;
    align-items: center;
    background-color: var(--ccoagro-green-dark);
    background-image: url('../images/about-hero.jpg');
    background-size: cover;
    background-position: center 55%;
    color: var(--ccoagro-light);
    overflow: hidden;
}

.ccoagro-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.01) 45%, rgba(0,0,0,.06) 100%);
    z-index: 1;
}

.ccoagro-hero .ccoagro-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: none;
    padding: 0 clamp(2rem, 7vw, 9rem);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.ccoagro-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .45rem;
    margin: 0;
    width: min(46vw, 560px);
    transform: translateY(2rem);
}

.ccoagro-hero__eyebrow {
    display: none;
}

.ccoagro-hero__title {
    font-size: clamp(1.45rem, 2vw, 2.35rem);
    line-height: 1.1;
    margin: 0 0 .15rem;
    max-width: none;
    width: 100%;
    font-weight: 800;
    letter-spacing: 0;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 2px 8px rgba(0,0,0,.22);
}

.ccoagro-hero__panel {
    display: grid;
    gap: .55rem;
    padding: .8rem clamp(1.5rem, 3vw, 3.2rem);
    background: rgba(183,211,49,.86);
    border: none;
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    backdrop-filter: blur(1px);
}

.ccoagro-hero__panel-text {
    margin: 0;
    color: #243329;
    line-height: 1.15;
    font-size: clamp(.8rem, 1vw, 1rem);
    font-weight: 500;
    max-width: 42rem;
}

.ccoagro-hero .ccoagro-hero__button {
    justify-self: end;
    width: auto;
    min-height: 38px;
    padding: 0 1.35rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.ccoagro-hero--home {
    height: clamp(400px, 36vw, 520px);
    background-image: url('../images/home-hero.jpg');
    background-position: center;
}

.ccoagro-hero--about,
.ccoagro-hero--default {
    background-image: url('../images/about-hero.jpg');
}

.ccoagro-hero--servicios {
    height: clamp(430px, 29vw, 560px);
    background-image: url('../images/services-hero.jpg');
    background-position: center 48%;
}

.ccoagro-hero--servicios::before {
    background: linear-gradient(90deg, rgba(4, 32, 20, .08) 0%, rgba(4, 32, 20, 0) 44%, rgba(4, 32, 20, .06) 100%);
}

.ccoagro-hero--servicios::after {
    content: "";
    position: absolute;
    left: -21rem;
    bottom: -12rem;
    width: 42rem;
    height: 42rem;
    background-image: url("../icons/SVG/LogoBanner_1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    
    pointer-events: none;
    transform: scaleX(-1);
    z-index: 2;
}

.ccoagro-hero--about::after {
    content: "";
    position: absolute;
    left: -21rem;
    bottom: -12rem;
    width: 42rem;
    height: 42rem;
    background-image: url("../icons/SVG/LogoBanner_1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    pointer-events: none;
    transform: scaleX(-1);
    z-index: 2;
}

.ccoagro-hero--servicios .ccoagro-container {
    justify-content: flex-end;
    padding-right: clamp(2rem, 7vw, 9rem);
}

.ccoagro-hero--servicios .ccoagro-hero__content {
    width: min(48vw, 780px);
    transform: none;
}

.ccoagro-hero--servicios .ccoagro-hero__title {
    text-align: center;
    font-size: clamp(2rem, 2.4vw, 3.1rem);
    margin-bottom: .35rem;
}

.ccoagro-hero--servicios .ccoagro-hero__panel {
    padding: 1.05rem clamp(2rem, 4vw, 4rem);
    border-radius: 18px;
}

.ccoagro-hero--servicios .ccoagro-hero__panel-text {
    max-width: none;
    text-align: center;
    font-size: clamp(.95rem, 1.15vw, 1.25rem);
}

.ccoagro-hero--servicios .ccoagro-hero__button {
    align-self: flex-end;
    margin-top: .55rem;
    margin-right: .2rem;
    min-height: 42px;
    padding: 0 2.2rem;
    font-size: .95rem;
}

.ccoagro-hero--afiliados {
    height: clamp(330px, 30vw, 455px);
    background-image: url('../images/afiliados-hero.jpg');
    background-position: center;
}

.ccoagro-hero--afiliados::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .08) 52%, rgba(0, 0, 0, .05) 100%);
}

.ccoagro-hero--afiliados .ccoagro-container {
    justify-content: flex-start;
    padding-left: clamp(3rem, 8vw, 9rem);
}

.ccoagro-hero--afiliados .ccoagro-hero__content {
    width: min(48vw, 610px);
    align-items: flex-start;
    transform: translateY(.95rem);
}

.ccoagro-hero--afiliados .ccoagro-hero__title {
    font-size: clamp(2rem, 2.8vw, 3.2rem);
    margin-bottom: .65rem;
}

.ccoagro-hero--afiliados .ccoagro-hero__panel {
    width: min(100%, 570px);
    padding: 1.05rem clamp(1.5rem, 3vw, 3rem);
    border-radius: 16px;
    background: rgba(184, 221, 67, .78);
}

.ccoagro-hero--afiliados .ccoagro-hero__panel-text {
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    line-height: 1.18;
}

.ccoagro-hero--afiliados .ccoagro-hero__button {
    align-self: flex-end;
    min-height: 42px;
    margin-top: .55rem;
    margin-right: .95rem;
    padding: 0 1.8rem;
    font-size: .95rem;
}

.affiliates-active {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: clamp(3.2rem, 5vw, 4.6rem) 0;
    background: #00451f;
    color: #ffffff;
}

.affiliates-active__inner {
    max-width: 1080px;
    display: grid;
    grid-template-columns: 230px 2px minmax(0, 1fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 6.5rem);
}

.affiliates-active__stat {
    display: grid;
    justify-items: center;
    text-align: center;
}

.affiliates-active__stat strong {
    display: block;
    color: #b8dd43;
    font-size: clamp(4rem, 6vw, 5.7rem);
    font-weight: 900;
    line-height: .82;
    letter-spacing: 0;
}

.affiliates-active__stat span {
    display: block;
    margin-top: .55rem;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.2;
}

.affiliates-active__divider {
    width: 2px;
    height: 128px;
    background: rgba(255, 255, 255, .9);
}

.affiliates-active__content {
    max-width: 760px;
}

.affiliates-active__content h2 {
    margin: 0 0 1.1rem;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.2;
}

.affiliates-active__content p {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.45;
}

.affiliates-benefits {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: clamp(4rem, 6vw, 5.8rem) 0;
    background: #e7e7e7;
    color: #003f22;
}

.affiliates-benefits__inner {
    max-width: 1080px;
}

.affiliates-benefits__title {
    margin: 0 0 3rem;
    color: #003f22;
    font-size: clamp(1.25rem, 1.45vw, 1.55rem);
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.affiliates-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.1rem 2.9rem;
}

.affiliates-benefit-card {
    min-height: 254px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 14px;
    background: #ffffff;
}

.affiliates-benefit-card__image {
    display: block;
    width: 100%;
    height: 126px;
    object-fit: cover;
}

.affiliates-benefit-card__body {
    flex: 1;
    padding: 1.45rem clamp(1.35rem, 2vw, 1.8rem) 1.35rem;
}

.affiliates-benefit-card h3 {
    margin: 0 0 .28rem;
    color: #003f22;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.15;
}

.affiliates-benefit-card p,
.affiliates-benefit-card ul {
    margin: 0;
    color: #003f22;
    font-size: .82rem;
    font-weight: 500;
    line-height: 1.18;
}

.affiliates-benefit-card ul {
    padding-left: 1rem;
}

.affiliates-steps {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: clamp(3.8rem, 6vw, 5.6rem) 0 clamp(4.2rem, 7vw, 6.2rem);
    background: #ffffff;
    color: #003f22;
}

.affiliates-steps__inner {
    max-width: 1020px;
}

.affiliates-steps__title {
    margin: 0 0 4rem;
    color: #003f22;
    font-size: clamp(1.45rem, 1.8vw, 1.9rem);
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.affiliates-steps__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(2rem, 5vw, 5rem);
}

.affiliates-steps__track::before {
    content: "";
    position: absolute;
    top: 28px;
    left: calc(12.5% + 8px);
    right: calc(12.5% + 8px);
    height: 16px;
    background: #b8dd43;
}

.affiliates-step {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    text-align: center;
}

.affiliates-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background: #00451f;
    color: #ffffff;
    font-size: 2.9rem;
    font-weight: 900;
    line-height: 1;
}

.affiliates-step p {
    width: min(100%, 170px);
    margin: 1.15rem 0 0;
    color: #003f22;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.12;
}

.afiliados-contact {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: clamp(4rem, 6vw, 5.4rem) 0;
    background: #e1e1e1;
    color: #003f22;
}

.afiliados-contact__grid {
    max-width: 1180px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: clamp(2.5rem, 6vw, 5rem);
    align-items: start;
}

.afiliados-contact__title {
    margin: 0 0 1.55rem;
    color: #003f22;
    font-size: clamp(1.3rem, 1.55vw, 1.65rem);
    font-weight: 800;
    line-height: 1.2;
}

.afiliados-contact__intro {
    margin: 0 0 1.55rem;
    color: #003f22;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.42;
}

.afiliados-contact__notice {
    margin: 0 0 1.15rem;
    padding: .85rem 1rem;
    border-radius: 8px;
    background: #ffffff;
    color: #003f22;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.35;
}

.afiliados-contact__notice--success {
    box-shadow: inset 4px 0 0 #2fb84f;
}

.afiliados-contact__notice--error,
.afiliados-contact__notice--failed,
.afiliados-contact__notice--invalid {
    box-shadow: inset 4px 0 0 #b23b3b;
}

.afiliados-contact__form {
    display: grid;
    gap: 1.05rem;
}

.afiliados-contact__form label {
    display: block;
}

.afiliados-contact__form input,
.afiliados-contact__form textarea {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    color: #003f22;
    font-size: 0.95rem;
    font-weight: 500;
    outline: none;
}

.afiliados-contact__form input {
    min-height: 46px;
    padding: 0 1rem;
}

.afiliados-contact__form textarea {
    min-height: 72px;
    padding: 1rem;
    resize: vertical;
}

.afiliados-contact__form input::placeholder,
.afiliados-contact__form textarea::placeholder {
    color: rgba(0, 63, 34, .42);
}

.afiliados-contact__form input:focus,
.afiliados-contact__form textarea:focus {
    box-shadow: 0 0 0 3px rgba(184, 221, 67, .45);
}

.afiliados-contact__button {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 155px;
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    padding: 0 1.6rem;
    background: #2fb84f;
    color: #ffffff;
    font-size: .92rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: background-color 160ms ease, transform 160ms ease;
}

.afiliados-contact__button:hover,
.afiliados-contact__button:focus-visible {
    background: #249c41;
    transform: translateY(-1px);
}

.afiliados-contact__info-box {
    min-height: 235px;
    padding: 1.6rem;
    border-radius: 16px;
    background: #ffffff;
}

.afiliados-contact__info-box p {
    margin: 0 0 .85rem;
    color: #003f22;
    font-size: .95rem;
    line-height: 1.35;
}

.afiliados-contact__info-box p:last-child {
    margin-bottom: 0;
}

.services-veterinary {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: clamp(4rem, 7vw, 6.5rem) 0;
    background: #e7e7e7;
    color: #003f22;
}

.services-veterinary__grid {
    max-width: 1080px;
    display: grid;
    grid-template-columns: minmax(0, 410px) minmax(420px, 1fr);
    align-items: center;
    gap: clamp(4rem, 8vw, 7.5rem);
}

.services-veterinary__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.services-veterinary__title {
    margin: 0 0 1rem;
    color: #003f22;
    font-size: clamp(1.25rem, 1.55vw, 1.6rem);
    font-weight: 800;
    line-height: 1.18;
}

.services-veterinary__text {
    margin: 0 0 1.55rem;
    color: #003f22;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.45;
    text-align: justify;
}

.services-veterinary__portfolio {
    margin-bottom: 3.5rem;
}

.services-veterinary__portfolio h3 {
    margin: 0 0 0.85rem;
    color: #003f22;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
}

.services-veterinary__portfolio ul {
    margin: 0;
    padding-left: 1.15rem;
    color: #003f22;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.42;
}

.services-veterinary__portfolio a {
    color: inherit;
    text-decoration: none;
    text-underline-offset: 3px;
}

.services-veterinary__portfolio a:hover,
.services-veterinary__portfolio a:focus-visible {
    color: #249c41;
    text-decoration: underline;
}

.services-veterinary__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 44px;
    padding: 0 1.8rem;
    border-radius: 999px;
    background: #2fb84f;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background-color 160ms ease, transform 160ms ease;
}

.services-veterinary__button:hover,
.services-veterinary__button:focus-visible {
    background: #249c41;
    color: #ffffff;
    transform: translateY(-1px);
}

.services-veterinary__media {
    margin: 0;
}

.services-veterinary__media img {
    display: block;
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    border: 5px solid #b8dd43;
    border-radius: 12px;
}

.services-credit-line {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: clamp(4.6rem, 7vw, 6.8rem) 0;
    background: #00451f;
    color: #ffffff;
}

.services-credit-line__grid {
    max-width: 1080px;
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(0, 410px);
    align-items: center;
    gap: clamp(4rem, 8vw, 7rem);
}

.services-credit-line__media {
    margin: 0;
}

.services-credit-line__media img {
    display: block;
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    border: 5px solid #b8dd43;
    border-radius: 12px;
}

.services-credit-line__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.services-credit-line__title {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(1.25rem, 1.55vw, 1.6rem);
    font-weight: 800;
    line-height: 1.18;
}

.services-credit-line__text {
    margin: 0 0 2.25rem;
    color: rgba(255, 255, 255, .9);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.45;
    text-align: justify;
}

.services-credit-line__requirements {
    margin-bottom: 3.5rem;
}

.services-credit-line__requirements h3 {
    margin: 0 0 0.85rem;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
}

.services-credit-line__requirements ul {
    margin: 0;
    padding-left: 1.15rem;
    color: rgba(255, 255, 255, .9);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.42;
}

.services-credit-line__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 44px;
    padding: 0 1.8rem;
    border-radius: 999px;
    background: #2fb84f;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background-color 160ms ease, transform 160ms ease;
}

.services-credit-line__button:hover,
.services-credit-line__button:focus-visible {
    background: #43c861;
    color: #ffffff;
    transform: translateY(-1px);
}

.services-final-cta {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: clamp(310px, 29vw, 440px);
    position: relative;
    display: flex;
    align-items: center;
    background-color: #0d3b18;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    overflow: hidden;
}

.services-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, .08) 48%, rgba(0, 0, 0, .05) 100%);
    z-index: 1;
}

.services-final-cta::after {
    content: "";
    position: absolute;
    right: -18rem;
    bottom: -12rem;
    width: 42rem;
    height: 42rem;
    background-image: url("../icons/SVG/LogoBanner_1.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}

.services-final-cta__inner {
    position: relative;
    z-index: 3;
    max-width: 1120px;
}

.services-final-cta__content {
    width: min(100%, 560px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.services-final-cta__title {
    margin: 0 0 0.75rem;
    color: #ffffff;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .28);
}

.services-final-cta__text {
    width: min(100%, 520px);
    margin: 0 0 1rem;
    padding: 1rem 1.75rem;
    border-radius: 16px;
    background: rgba(184, 221, 67, .82);
    color: #173f2f;
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    font-weight: 500;
    line-height: 1.18;
}

.services-final-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 42px;
    padding: 0 1.7rem;
    border-radius: 999px;
    background: #2fb84f;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background-color 160ms ease, transform 160ms ease;
}

.services-final-cta__button:hover,
.services-final-cta__button:focus-visible {
    background: #249c41;
    color: #ffffff;
    transform: translateY(-1px);
}

.ccoagro-hero--home::before {
    background: linear-gradient(90deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.08) 42%, rgba(0,0,0,.02) 100%);
}

.ccoagro-hero--home::after,
.ccoagro-hero--afiliados::after {
    content: "";
    position: absolute;
    right: -18rem;
    bottom: -12rem;
    width: 42rem;
    height: 42rem;
    background-image: url("../icons/SVG/LogoBanner_1.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
  
    pointer-events: none;
    z-index: 2;
}

.ccoagro-hero--home .ccoagro-container {
    justify-content: flex-start;
    padding-left: clamp(2.5rem, 8vw, 8.5rem);
    padding-right: clamp(2rem, 6vw, 7rem);
}

.ccoagro-hero--home .ccoagro-hero__content {
    width: min(46vw, 610px);
    align-items: flex-start;
    transform: translateY(.55rem);
}

.ccoagro-hero--home .ccoagro-hero__title {
    font-size: clamp(2rem, 2.8vw, 3.35rem);
    margin-bottom: .45rem;
    text-shadow: 0 3px 14px rgba(0,0,0,.28);
}

.ccoagro-hero--home .ccoagro-hero__panel {
    width: 100%;
    padding: 1.05rem clamp(1.35rem, 3vw, 3.6rem);
    border-radius: 12px;
    background: rgba(183,211,49,.82);
}

.ccoagro-hero--home .ccoagro-hero__panel-text {
    font-size: clamp(.95rem, 1.2vw, 1.18rem);
    line-height: 1.2;
}

.ccoagro-hero--home .ccoagro-hero__button {
    align-self: flex-end;
    min-height: 40px;
    margin-top: .35rem;
    margin-right: 0;
    padding: 0 1.55rem;
    font-size: .85rem;
}

.ccoagro-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 1.75rem;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.ccoagro-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(15,80,27,.16);
}

.ccoagro-button--primary {
    background: var(--ccoagro-green);
    color: var(--ccoagro-light);
}

.ccoagro-button--secondary {
    background: rgba(255,255,255,.12);
    color: var(--ccoagro-light);
}

.ccoagro-button--whatsapp {
    background: #25d366;
    color: #0b3f1f;
}

.ccoagro-section--home-overview {
    padding: 3.8rem 0 4rem;
    background: #00481f;
}

.ccoagro-section--home-overview .ccoagro-container {
    max-width: 1120px;
}

.ccoagro-home-overview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    color: #ffffff;
}

.ccoagro-home-overview__item {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: 158px;
    padding: 0 clamp(1.5rem, 3vw, 3rem);
    text-align: center;
}

.ccoagro-home-overview__item + .ccoagro-home-overview__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 2px;
    height: 108px;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
}

.ccoagro-home-overview__icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    margin-bottom: .7rem;
    color: var(--ccoagro-lime);
}

.ccoagro-home-overview__icon svg,
.ccoagro-home-overview__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.ccoagro-home-overview__icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ccoagro-home-overview__title {
    margin: 0 0 .35rem;
    font-size: .95rem;
    line-height: 1.15;
    font-weight: 800;
    color: #ffffff;
}

.ccoagro-home-overview__text {
    margin: 0;
    max-width: 170px;
    color: rgba(255,255,255,.9);
    font-size: .68rem;
    line-height: 1.18;
    font-weight: 500;
}

.ccoagro-section--home-services {
    padding: 3.25rem 0 4.05rem;
    background: #dedede;
}

.ccoagro-section--home-services .ccoagro-container {
    max-width: 1120px;
}

.ccoagro-home-services {
    display: grid;
    gap: 2rem;
}

.ccoagro-home-services__title {
    margin: 0;
    text-align: center;
    color: #14351f;
    font-size: 1.1rem;
    line-height: 1.15;
    font-weight: 800;
}

.ccoagro-home-services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.45rem;
}

.ccoagro-home-service-card {
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: none;
}

.ccoagro-home-service-card__image {
    width: 100%;
    height: 136px;
    display: block;
    object-fit: cover;
}

.ccoagro-home-service-card__body {
    min-height: 103px;
    display: grid;
    align-content: space-between;
    gap: 1.1rem;
    padding: 1rem 1.7rem 1.15rem;
}

.ccoagro-home-service-card__text {
    margin: 0;
    color: #22462f;
    font-size: .72rem;
    line-height: 1.2;
    font-weight: 500;
}

.ccoagro-home-service-card__contact {
    display: flex;
    align-items: center;
    gap: .25rem;
    margin: 0;
    color: #12351f;
    font-size: .66rem;
    line-height: 1;
}

.ccoagro-home-service-card__contact span {
    display: inline-flex;
    width: 14px;
    height: 14px;
    color: #12351f;
}

.ccoagro-home-service-card__contact svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ccoagro-home-service-card__contact strong {
    font-weight: 800;
}

.ccoagro-home-service-card__contact a {
    color: #12351f;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ccoagro-section--home-benefits {
    padding: 3.9rem 0 4.2rem;
    background: #ffffff;
}

.ccoagro-section--home-benefits .ccoagro-container {
    max-width: 1120px;
}

.ccoagro-home-benefits {
    display: grid;
    justify-items: center;
    gap: 1.75rem;
}

.ccoagro-home-benefits__title {
    margin: 0;
    text-align: center;
    color: #15351f;
    font-size: 1.05rem;
    line-height: 1.15;
    font-weight: 800;
}

.ccoagro-home-benefits__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.85rem;
}

.ccoagro-home-benefit-card {
    position: relative;
    min-height: 205px;
    overflow: hidden;
    border-radius: 13px;
    background: transparent;
    color: #ffffff;
}

.ccoagro-home-benefit-card__title {
    position: absolute;
    left: 42%;
    right: 1.4rem;
    bottom: 1.8rem;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.15rem, 1.45vw, 1.55rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: 0;
}

.ccoagro-home-benefit-card__tree {
    position: absolute;
    left: -20.5%;
    top: 0;
    width: 120.5%;
    height: 123.5%;
    display: block;
    z-index: 1;
    pointer-events: none;
}

.ccoagro-home-benefit-card__tree img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
}

.ccoagro-home-benefit-card__trunk {
    position: absolute;
    left: 37%;
    bottom: 0;
    width: 17%;
    height: 74%;
    background: currentColor;
    border-radius: 999px 999px 0 0;
}

.ccoagro-home-benefit-card__person {
    position: absolute;
    left: 38%;
    top: 41%;
    width: 19%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: currentColor;
}

.ccoagro-home-benefit-card__leaf {
    position: absolute;
    width: 42%;
    height: 16%;
    border-radius: 100% 0 100% 0;
    background: currentColor;
    transform-origin: 0 50%;
}

.ccoagro-home-benefit-card__leaf--1 {
    left: 47%;
    top: 6%;
    transform: rotate(-28deg);
}

.ccoagro-home-benefit-card__leaf--2 {
    left: 51%;
    top: 19%;
    transform: rotate(-14deg);
}

.ccoagro-home-benefit-card__leaf--3 {
    left: 52%;
    top: 33%;
    transform: rotate(2deg);
}

.ccoagro-home-benefit-card__leaf--4 {
    left: 8%;
    top: 16%;
    transform: scaleX(-1) rotate(-22deg);
}

.ccoagro-home-benefit-card__leaf--5 {
    left: 0;
    top: 34%;
    transform: scaleX(-1) rotate(6deg);
}

.ccoagro-home-benefits__button {
    min-height: 38px;
    min-width: 170px;
    margin-top: .25rem;
    padding: 0 1.7rem;
    font-size: .72rem;
    font-weight: 800;
}

.ccoagro-section--home-stats {
    padding: 3.55rem 0;
    background: #00481f;
}

.ccoagro-section--home-stats .ccoagro-container {
    max-width: 980px;
}

.ccoagro-home-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    color: #ffffff;
}

.ccoagro-home-stats__item {
    position: relative;
    display: grid;
    justify-items: center;
    gap: .15rem;
    text-align: center;
}

.ccoagro-home-stats__item + .ccoagro-home-stats__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 92px;
    border-radius: 999px;
    background: rgba(255,255,255,.68);
    transform: translateY(-50%);
}

.ccoagro-home-stats__number {
    color: var(--ccoagro-lime);
    font-size: clamp(2.8rem, 4.2vw, 4.4rem);
    line-height: .95;
    font-weight: 900;
}

.ccoagro-home-stats__label {
    margin: 0;
    color: #ffffff;
    font-size: .86rem;
    line-height: 1.1;
    font-weight: 800;
}

.ccoagro-section--home-allies {
    padding: 3.4rem 0 3.8rem;
    background: #ffffff;
}

.ccoagro-section--home-allies .ccoagro-container {
    max-width: 1180px;
}

.ccoagro-home-allies {
    display: grid;
    gap: 2rem;
}

.ccoagro-home-allies__title {
    margin: 0;
    text-align: center;
    color: #15351f;
    font-size: .92rem;
    line-height: 1.15;
    font-weight: 800;
}

.ccoagro-home-allies__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 2.5rem;
}

.ccoagro-home-ally-logo {
    display: grid;
    min-height: 172px;
    padding: .75rem;
    place-items: center;
    justify-items: center;
    border-radius: 8px;
    color: #777777;
    text-align: center;
}

.ccoagro-home-ally-logo__mark {
    width: min(238px, 100%);
    height: 136px;
    object-fit: contain;
    transition: opacity .24s ease;
}

.ccoagro-home-ally-logo:hover,
.ccoagro-home-ally-logo:focus-within {
    transform: none;
    box-shadow: none;
}

.ccoagro-home-ally-logo:hover .ccoagro-home-ally-logo__mark,
.ccoagro-home-ally-logo:focus-within .ccoagro-home-ally-logo__mark {
    opacity: .72;
}

svg.ccoagro-home-ally-logo__mark {
    width: 82px;
    height: 56px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ccoagro-home-ally-logo__group {
    display: block;
    margin-bottom: -.35rem;
    font-size: .72rem;
    line-height: 1;
    font-weight: 500;
}

.ccoagro-home-ally-logo__name {
    display: block;
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.02em;
}

.ccoagro-grid {
    display: grid;
    gap: 1.5rem;
}

.ccoagro-grid--cards {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ccoagro-card {
    background: var(--ccoagro-light);
    border-radius: var(--ccoagro-radius);
    padding: 2rem;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 12px 40px rgba(15,80,27,.08);
}

.ccoagro-card__icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--ccoagro-bg-soft);
    color: var(--ccoagro-green-dark);
}

.ccoagro-card__title {
    font-size: 1.2rem;
    margin: 0;
}

.ccoagro-card__text,
.ccoagro-card__meta {
    margin: 0;
    color: var(--ccoagro-gray);
    line-height: 1.7;
}

.ccoagro-section__head {
    max-width: 42rem;
    margin-bottom: 2rem;
}

.ccoagro-section__title {
    font-size: clamp(2rem, 3vw, 3.2rem);
    margin: .5rem 0 0;
}

.ccoagro-section__eyebrow {
    color: var(--ccoagro-green-dark);
    font-weight: 700;
    letter-spacing: .08em;
}

.ccoagro-section--history {
    position: relative;
    padding: 0;
    background: #eef2ec;
    overflow: hidden;
}

.ccoagro-section--history .ccoagro-container {
    position: relative;
    z-index: 1;
    max-width: none;
    padding: 0;
}

.ccoagro-section--values {
    padding: 3.8rem 0 4rem;
    background: #00481f;
}

.ccoagro-section--values .ccoagro-container {
    max-width: 1180px;
}

.ccoagro-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 0;
    align-items: stretch;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    color: var(--ccoagro-light);
}

.ccoagro-values__item {
    position: relative;
    min-height: 170px;
    padding: 0 clamp(2rem, 4vw, 4.25rem);
    display: grid;
    gap: .55rem;
    justify-items: center;
    align-content: start;
    text-align: center;
    border-left: none;
}

.ccoagro-values__item + .ccoagro-values__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 2px;
    height: 116px;
    background: rgba(255,255,255,.7);
    border-radius: 999px;
}

.ccoagro-values__icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--ccoagro-lime);
}

.ccoagro-values__icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ccoagro-values__title {
    margin: 0;
    font-size: .98rem;
    line-height: 1.15;
    font-weight: 800;
    color: #ffffff;
}

.ccoagro-values__text {
    margin: 0;
    color: rgba(255,255,255,.85);
    font-size: .78rem;
    line-height: 1.2;
    max-width: 245px;
}

.ccoagro-timeline {
    position: relative;
    background: #eef2ec;
    padding: 3rem 1.25rem 13.5rem;
    overflow: hidden;
    border-radius: 0;
}

.ccoagro-timeline::before {
    content: "";
    position: absolute;
    left: -26rem;
    bottom: -31rem;
    width: 52rem;
    height: 71rem;
    background-image: url("../icons/SVG/LogoNuestraHistoria.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 58rem auto;
    opacity: .28;
    pointer-events: none;
    z-index: 0;
}

.ccoagro-timeline__head {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 2rem;
}

.ccoagro-timeline__title {
    margin: 0 auto;
    font-size: clamp(1.15rem, 1vw, 1.35rem);
    color: #0c351c;
    max-width: 30rem;
    font-weight: 800;
}

.ccoagro-timeline__track {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    min-height: 148px;
    max-width: 1240px;
    margin: 0 auto;
}

.ccoagro-timeline__line {
    position: absolute;
    left: 3%;
    right: 3%;
    top: 83px;
    transform: translateY(-50%);
    height: 10px;
    background: var(--ccoagro-lime);
    border-radius: 999px;
    z-index: 0;
}

.ccoagro-timeline__item {
    position: relative;
    min-width: 0;
    text-align: center;
    padding: 0 .35rem;
    z-index: 1;
}

.ccoagro-timeline__item.is-active .ccoagro-timeline__year {
    color: var(--ccoagro-green);
}

.ccoagro-timeline__trigger {
    width: 100%;
    min-height: 132px;
    display: grid;
    grid-template-rows: 43px 37px 16px auto;
    justify-items: center;
    align-content: start;
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: inherit;
    cursor: pointer;
    font: inherit;
    box-shadow: none !important;
    appearance: none;
}

.ccoagro-timeline__trigger:hover,
.ccoagro-timeline__trigger:focus,
.ccoagro-timeline__trigger:active {
    background: transparent !important;
    color: inherit;
    box-shadow: none !important;
}

.ccoagro-timeline__trigger:hover .ccoagro-timeline__year,
.ccoagro-timeline__trigger:focus-visible .ccoagro-timeline__year {
    color: var(--ccoagro-green);
}

.ccoagro-timeline__trigger:focus-visible {
    outline: 3px solid rgba(183,211,49,.55);
    outline-offset: 8px;
    border-radius: 12px;
}

.ccoagro-timeline__icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: var(--ccoagro-green-dark);
}

.ccoagro-timeline__icon svg,
.ccoagro-timeline__icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.ccoagro-timeline__icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ccoagro-timeline__item.is-active .ccoagro-timeline__icon {
    opacity: 0;
    visibility: hidden;
}

.ccoagro-timeline__year {
    margin: 0;
    font-size: clamp(1.55rem, 2vw, 2.35rem);
    line-height: 1;
    font-weight: 900;
    color: #0b351c;
    transition: color .2s ease;
}

.ccoagro-timeline__content {
    margin: 0;
    max-width: 118px;
    color: #164528;
    line-height: 1.15;
    font-size: .68rem;
    font-weight: 500;
}

.ccoagro-timeline__item.is-active .ccoagro-timeline__content {
    opacity: 0;
    visibility: hidden;
}

.ccoagro-timeline__dot {
    position: relative;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    border-radius: 50%;
    background: var(--ccoagro-lime);
    box-shadow: 0 0 0 5px rgba(183,211,49,.28);
    z-index: 2;
}

.ccoagro-timeline__item.is-active .ccoagro-timeline__dot {
    width: 18px;
    height: 18px;
    margin-top: 0;
    background: #0b4f24;
    box-shadow: 0 0 0 5px rgba(183,211,49,.22);
    border-radius: 4px;
}

.ccoagro-timeline__modal {
    position: absolute;
    z-index: 1;
    left: var(--timeline-modal-left, 50%);
    top: 170px;
    margin: 0;
    width: min(185px, calc(100% - 2rem));
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    background: var(--ccoagro-light);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(20,46,25,.14);
    transform: translateX(-50%);
    transition: opacity .18s ease, transform .18s ease;
}

.ccoagro-timeline__modal::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -12px;
    width: 24px;
    height: 24px;
    background: #ffffff;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 2px;
    z-index: -1;
}

.ccoagro-timeline__modal-image img {
    width: 100%;
    height: 96px;
    display: block;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.ccoagro-timeline__modal-body {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: .45rem;
    align-items: center;
    padding: .55rem .65rem .7rem;
}

.ccoagro-timeline__modal-icon {
    grid-row: 1 / span 2;
    display: inline-flex;
    width: 34px;
    height: 34px;
    color: var(--ccoagro-green-dark);
}

.ccoagro-timeline__modal-icon svg,
.ccoagro-timeline__modal-icon img {
    width: 100%;
    height: 100%;
    display: none;
}

.ccoagro-timeline:has(.ccoagro-timeline__item:nth-of-type(1).is-active) .ccoagro-timeline__modal-icon img:nth-child(1),
.ccoagro-timeline:has(.ccoagro-timeline__item:nth-of-type(2).is-active) .ccoagro-timeline__modal-icon img:nth-child(2),
.ccoagro-timeline:has(.ccoagro-timeline__item:nth-of-type(3).is-active) .ccoagro-timeline__modal-icon img:nth-child(3),
.ccoagro-timeline:has(.ccoagro-timeline__item:nth-of-type(4).is-active) .ccoagro-timeline__modal-icon img:nth-child(4),
.ccoagro-timeline:has(.ccoagro-timeline__item:nth-of-type(5).is-active) .ccoagro-timeline__modal-icon img:nth-child(5),
.ccoagro-timeline:has(.ccoagro-timeline__item:nth-of-type(6).is-active) .ccoagro-timeline__modal-icon img:nth-child(6),
.ccoagro-timeline:has(.ccoagro-timeline__item:nth-of-type(7).is-active) .ccoagro-timeline__modal-icon img:nth-child(7) {
    display: block;
}

.ccoagro-timeline__modal-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ccoagro-timeline__modal-year {
    margin: 0;
    display: none;
    font-size: .68rem;
    line-height: 1;
    color: #0b351c;
    font-weight: 900;
}

.ccoagro-timeline__modal-text {
    margin: 0;
    color: #203529;
    line-height: 1.15;
    font-size: .64rem;
}

.ccoagro-section--about-videos {
    padding: 3.8rem 0 5.5rem;
    background: #ffffff;
}

.ccoagro-section--about-videos .ccoagro-container {
    max-width: 1120px;
}

.ccoagro-about-videos {
    display: grid;
    gap: 1.8rem;
}

.ccoagro-about-videos__intro {
    max-width: 620px;
    margin-left: 3rem;
}

.ccoagro-about-videos__title {
    margin: 0 0 .35rem;
    font-size: 1.05rem;
    line-height: 1.15;
    color: #12351e;
    font-weight: 800;
}

.ccoagro-about-videos__subtitle {
    margin: 0;
    color: #26362d;
    font-size: .72rem;
    line-height: 1.35;
}

.ccoagro-about-videos__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.ccoagro-about-video-card {
    min-width: 0;
}

.ccoagro-about-video-card__button {
    width: 100%;
    display: grid;
    grid-template-rows: auto 72px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff !important;
    color: #15351f;
    text-align: left;
    cursor: pointer;
    box-shadow: none !important;
    appearance: none;
}

.ccoagro-about-video-card__button:hover,
.ccoagro-about-video-card__button:focus,
.ccoagro-about-video-card__button:active {
    background: #ffffff !important;
    color: #15351f;
    box-shadow: none !important;
}

.ccoagro-about-video-card__button:focus-visible {
    outline: 3px solid rgba(183,211,49,.65);
    outline-offset: 4px;
}

.ccoagro-about-video-card__image {
    width: 100%;
    height: 160px;
    display: block;
    object-fit: cover;
}

.ccoagro-about-video-card__footer {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: .7rem;
    align-items: center;
    padding: .65rem 1rem;
    background: var(--ccoagro-lime);
}

.ccoagro-about-video-card__play {
    position: relative;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 0;
}

.ccoagro-about-video-card__play::before {
    content: none;
}

.ccoagro-about-video-card__play img {
    width: 100%;
    height: 100%;
    display: block;
}

.ccoagro-about-video-card__copy {
    display: grid;
    gap: .1rem;
    min-width: 0;
}

.ccoagro-about-video-card__copy strong {
    font-size: .74rem;
    line-height: 1.08;
    font-weight: 800;
}

.ccoagro-about-video-card__copy span {
    font-size: .62rem;
    line-height: 1;
}

.ccoagro-about-video-card.is-active .ccoagro-about-video-card__button {
    outline: 3px solid rgba(31,76,35,.22);
    outline-offset: 0;
}

.ccoagro-video-player {
    display: grid;
    justify-items: center;
    margin-top: 2.35rem;
}

.ccoagro-video-player__frame {
    position: relative;
    width: min(100%, 700px);
    border: 4px solid var(--ccoagro-lime);
    border-radius: 18px;
    overflow: visible;
    background: #0f321d;
}

.ccoagro-video-player__image {
    width: 100%;
    height: 440px;
    display: block;
    object-fit: cover;
    border-radius: 14px;
}

.ccoagro-video-player__embed {
    width: 100%;
    height: 440px;
    display: block;
    border: 0;
    border-radius: 14px;
}

.ccoagro-video-player__frame.is-playing .ccoagro-video-player__image,
.ccoagro-video-player__frame.is-playing .ccoagro-video-player__play,
.ccoagro-video-player__frame.is-playing .ccoagro-video-player__caption {
    display: none !important;
}

.ccoagro-video-player__play {
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
}

.ccoagro-video-player__play::before {
    content: none;
}

.ccoagro-video-player__play img {
    width: 100%;
    height: 100%;
    display: block;
}

.ccoagro-video-player__caption {
    position: absolute;
    left: 52px;
    right: 52px;
    bottom: 54px;
    padding: 1rem 2rem;
    border-radius: 8px;
    background: rgba(183,211,49,.82);
    color: #17351f;
}

.ccoagro-video-player__caption p {
    margin: 0;
    max-width: 530px;
    font-size: .92rem;
    line-height: 1.22;
    font-weight: 500;
}

.ccoagro-video-player__arrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 70px;
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
}

.ccoagro-video-player__arrow::before {
    content: none;
}

.ccoagro-video-player__arrow img {
    width: 100%;
    height: 100%;
    display: block;
}

.ccoagro-video-player__arrow--prev {
    left: -30px;
}

.ccoagro-video-player__arrow--next {
    right: -30px;
}

.ccoagro-video-player__thumbs {
    width: min(560px, 82%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.35rem;
    margin-top: -2.4rem;
    position: relative;
    z-index: 2;
}

.ccoagro-video-player__thumb {
    padding: 0;
    border: 3px solid #005126;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff !important;
    box-shadow: none !important;
    cursor: pointer;
    aspect-ratio: 16 / 9;
}

.ccoagro-video-player__thumb.is-active {
    border-color: var(--ccoagro-lime);
}

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

.ccoagro-products {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.ccoagro-product-card {
    background: var(--ccoagro-light);
    border-radius: var(--ccoagro-radius);
    padding: 1.5rem;
    display: grid;
    gap: 1rem;
    min-height: 320px;
    box-shadow: 0 18px 40px rgba(15,80,27,.08);
}

.ccoagro-product-card__body {
    display: grid;
    gap: 1rem;
}

.ccoagro-product-card h3 {
    margin: 0;
    font-size: 1.1rem;
}

.ccoagro-product-card__price,
.ccoagro-product-card .price {
    font-weight: 700;
    color: var(--ccoagro-green-dark);
}

.ccoagro-product-card p {
    margin: 0;
    color: var(--ccoagro-gray);
}

.ccoagro-section--light {
    background: var(--ccoagro-bg-soft);
}

.ccoagro-cta {
    padding: 3.5rem 2rem;
    background: var(--ccoagro-green-dark);
    border-radius: var(--ccoagro-radius);
    color: var(--ccoagro-light);
    display: grid;
    gap: 1rem;
    text-align: center;
}

.ccoagro-product-detail {
    display: grid;
    gap: 1.75rem;
}

.ccoagro-product-detail__title {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
}

.ccoagro-product-detail__price {
    font-weight: 700;
    color: var(--ccoagro-green);
    font-size: 1.35rem;
}

.ccoagro-product-detail__summary {
    color: var(--ccoagro-gray);
    line-height: 1.9;
}

.ccoagro-cta__title {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.ccoagro-cta__text {
    margin: 0 auto;
    max-width: 42rem;
    color: rgba(255,255,255,.9);
    line-height: 1.9;
}

.ccoagro-footer-contact {
    padding: 3rem 1.5rem 4rem;
    background: var(--ccoagro-bg-dark, #0a2d14);
    color: rgba(255,255,255,.8);
}

.ccoagro-footer-contact__list {
    display: grid;
    gap: 1rem;
    max-width: 42rem;
    margin: 0 auto;
}

.ccoagro-footer-contact__item {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
}

.ccoagro-footer-contact__item strong {
    min-width: 120px;
    color: var(--ccoagro-light);
}

.ccoagro-site-footer {
    width: 100%;
    background: #002615;
    color: #ffffff;
    overflow-x: hidden;
}

.ccoagro-site-footer__inner {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 60px clamp(1.5rem, 3vw, 2.25rem) 54px;
    display: grid;
    grid-template-columns: 150px 190px minmax(0, 1fr) 220px;
    column-gap: clamp(1.75rem, 2.6vw, 3rem);
    row-gap: 2.5rem;
    align-items: start;
}

.ccoagro-site-footer__brand {
    width: min(100%, 168px);
    display: block;
    align-self: start;
}

.ccoagro-site-footer__logo {
    display: block;
    width: 100%;
    max-width: 168px;
    height: auto;
    object-fit: contain;
}

.ccoagro-site-footer__emblem {
    width: 150px;
    height: 150px;
    margin-bottom: -27px;
}

.ccoagro-site-footer__emblem svg {
    width: 100%;
    height: 100%;
    display: block;
}

.ccoagro-site-footer__logo-box {
    position: relative;
    z-index: 2;
    min-width: 164px;
    min-height: 38px;
    padding: 6px 14px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #ffffff;
    background: #005127;
    border-radius: 8px;
    line-height: 1;
}

.ccoagro-site-footer__dots {
    position: relative;
    top: -7px;
    display: inline-flex;
    gap: 2px;
}

.ccoagro-site-footer__dots span {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 999px;
    background: #ffffff;
}

.ccoagro-site-footer__dots span:nth-child(2) {
    background: var(--ccoagro-green);
}

.ccoagro-site-footer__dots span:nth-child(3) {
    background: var(--ccoagro-lime);
}

.ccoagro-site-footer__logo-text {
    font-size: 1.24rem;
    font-weight: 500;
    letter-spacing: 0;
}

.ccoagro-site-footer__brand p {
    margin: 4px 0 0;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
}

.ccoagro-site-footer__column {
    display: grid;
    gap: 1.8rem;
    color: #ffffff;
    min-width: 0;
}

.ccoagro-site-footer__column h2 {
    margin: 0;
    color: var(--ccoagro-lime);
    font-size: .9rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.ccoagro-site-footer__menu,
.ccoagro-site-footer__social-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ccoagro-site-footer__menu {
    display: grid;
    gap: .72rem;
    padding-top: .35rem;
}

.ccoagro-site-footer__menu a,
.ccoagro-site-footer__social-list a {
    color: rgba(255,255,255,.88);
    font-size: .78rem;
    line-height: 1.25;
    font-weight: 400;
}

.ccoagro-site-footer__menu a {
    white-space: nowrap;
}

.ccoagro-site-footer__menu a:hover,
.ccoagro-site-footer__menu a:focus-visible,
.ccoagro-site-footer__social-list a:hover,
.ccoagro-site-footer__social-list a:focus-visible {
    color: #ffffff;
}

.ccoagro-site-footer__hours {
    gap: 1.8rem;
    min-width: 0;
    overflow: hidden;
}

.ccoagro-site-footer__hours-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.ccoagro-site-footer__hours-block {
    display: grid;
    gap: .72rem;
    align-content: start;
}

.ccoagro-site-footer__hours-block:nth-child(3) {
    grid-column: auto;
    margin-top: 0;
}

.ccoagro-site-footer__hours-block h3,
.ccoagro-site-footer__hours-block p,
.ccoagro-site-footer__hours-block dl,
.ccoagro-site-footer__hours-block dd {
    margin: 0;
}

.ccoagro-site-footer__hours-block h3 {
    color: #ffffff;
    font-size: .7rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.ccoagro-site-footer__hours-block p,
.ccoagro-site-footer__hours-block dd {
    color: rgba(255,255,255,.88);
    font-size: .68rem;
    line-height: 1.28;
    font-weight: 400;
}

.ccoagro-site-footer__hours-block dl {
    display: grid;
    gap: .42rem;
    margin-top: 0;
}

.ccoagro-site-footer__hours-block dl div {
    display: block;
}

.ccoagro-site-footer__hours-block dt {
    display: inline;
    color: #ffffff;
    font-size: .68rem;
    line-height: 1.28;
    font-weight: 800;
}

.ccoagro-site-footer__hours-block dd {
    display: inline;
    overflow-wrap: anywhere;
}

.ccoagro-site-footer__hours-block dd::before {
    content: " ";
}

.ccoagro-site-footer__social {
    min-width: 0;
    gap: 1.6rem;
    padding-left: 2.25rem;
    border-left: 1px solid rgba(255,255,255,.12);
    background: #002615;
}

.ccoagro-site-footer__social-list {
    display: grid;
    gap: 1rem;
}

.ccoagro-site-footer__social-list a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 22px;
}

.ccoagro-site-footer__social-icon {
    position: static;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #002615;
    background: #ffffff;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    font-family: var(--font-primary);
}

.ccoagro-site-footer__social-icon--instagram {
    border-radius: 4px;
}

.ccoagro-site-footer__social-icon--instagram::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #002615;
    border-radius: 50%;
}

.ccoagro-site-footer__social-icon--instagram::after {
    content: none;
}

.ccoagro-site-footer__social-icon--youtube {
    width: 20px;
    border-radius: 5px;
}

.ccoagro-site-footer__social-icon--youtube::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #002615;
    transform: translateX(1px);
}

@media (max-width: 1180px) {
    .ccoagro-site-footer__inner {
        grid-template-columns: minmax(140px, 170px) minmax(190px, 1fr) minmax(190px, max-content);
        column-gap: 2.5rem;
    }

    .ccoagro-site-footer__hours {
        grid-column: 1 / -1;
    }

    .ccoagro-site-footer__hours-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ccoagro-site-footer__hours-block:first-child {
        grid-column: 1 / -1;
    }

    .ccoagro-site-footer__social {
        min-width: 0;
    }
}

.regimen-page {
    width: 100%;
    overflow-x: hidden;
    color: #102718;
    background: #ffffff;
}

.regimen-hero {
    position: relative;
    width: 100vw;
    min-height: clamp(310px, 30vw, 430px);
    margin-left: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    color: #ffffff;
    background: #173f22;
}

.regimen-hero__bg,
.regimen-hero__overlay {
    position: absolute;
    inset: 0;
}

.regimen-hero__bg {
    background-image: url('../images/regimen-especial/hero-regimen.jpg');
    background-position: center 58%;
    background-size: cover;
    transform: scale(1.01);
}

.regimen-hero__overlay {
    z-index: 1;
    background: linear-gradient(90deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.18) 42%, rgba(0,0,0,.28) 100%);
}

.regimen-hero::after {
    content: "";
    position: absolute;
    left: -20rem;
    bottom: -12rem;
    width: 42rem;
    height: 42rem;
    background-image: url("../icons/SVG/LogoBanner_1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    opacity: .3;
    pointer-events: none;
    transform: scaleX(-1);
    z-index: 2;
}

.regimen-hero__content {
    position: relative;
    z-index: 3;
    width: min(47vw, 565px);
    margin-right: clamp(2rem, 7vw, 9rem);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: translateY(1.45rem);
}

.regimen-hero__title {
    width: 100%;
    margin: 0 0 .55rem;
    color: #ffffff;
    font-size: clamp(1.55rem, 2.2vw, 2.45rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
    text-align: left;
    text-shadow: 0 3px 14px rgba(0,0,0,.28);
}

.regimen-hero__text-box {
    width: 100%;
    padding: .85rem clamp(1.25rem, 2.8vw, 2.9rem);
    border-radius: 16px;
    background: rgba(183, 211, 49, .88);
    color: #20341f;
    backdrop-filter: blur(1px);
}

.regimen-hero__text-box p {
    max-width: 34rem;
    margin: 0;
    font-size: clamp(.78rem, .96vw, .98rem);
    line-height: 1.16;
    font-weight: 500;
}

.regimen-hero__button,
.regimen-documents__button,
.regimen-archive__year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: #35ba47;
    font-weight: 800;
    line-height: 1;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.regimen-hero__button:hover,
.regimen-hero__button:focus-visible,
.regimen-documents__button:hover,
.regimen-documents__button:focus-visible,
.regimen-archive__year:hover,
.regimen-archive__year:focus-visible {
    color: #ffffff;
    background: #269d38;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
}

.regimen-hero__button {
    min-height: 36px;
    margin-top: .55rem;
    padding: 0 1.35rem;
    font-size: .78rem;
}

.regimen-history,
.regimen-archive {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #00481f;
    color: #ffffff;
}

.regimen-history {
    padding: clamp(3rem, 5vw, 5rem) 1.5rem;
}

.regimen-history__container {
    width: min(100%, 760px);
    margin: 0 auto;
    text-align: center;
}

.regimen-history__title,
.regimen-archive__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1rem, 1.25vw, 1.28rem);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.regimen-history__text {
    margin: 1.15rem auto 0;
    color: rgba(255,255,255,.92);
    font-size: clamp(.72rem, .9vw, .9rem);
    line-height: 1.42;
    font-weight: 500;
}

.regimen-documents {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: clamp(3.4rem, 6vw, 5.9rem) 1.5rem clamp(4.5rem, 7vw, 7rem);
    background: #ffffff;
}

.regimen-documents__container {
    width: min(100%, 980px);
    margin: 0 auto;
}

.regimen-documents__header {
    margin-bottom: 2rem;
}

.regimen-documents__title {
    margin: 0;
    color: #111f17;
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.regimen-documents__subtitle,
.regimen-archive__subtitle {
    margin: .38rem 0 0;
    color: #243329;
    font-size: clamp(.68rem, .82vw, .82rem);
    line-height: 1.3;
    font-weight: 500;
}

.regimen-documents__card {
    padding: clamp(2rem, 4.4vw, 4rem) clamp(1.35rem, 5.1vw, 5.45rem);
    border-radius: 24px;
    background: #dedede;
}

.regimen-documents__item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1.1rem, 2.5vw, 2.4rem);
    min-height: 94px;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(17, 58, 33, .48);
}

.regimen-documents__item:first-child {
    padding-top: 0;
}

.regimen-documents__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.regimen-documents__icon {
    width: 48px;
    height: 48px;
    color: #00633b;
}

.regimen-documents__icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.regimen-documents__name {
    margin: 0 0 .32rem;
    color: #173722;
    font-size: clamp(.8rem, .95vw, .96rem);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.regimen-documents__description,
.regimen-documents__date {
    margin: 0;
    color: #15261b;
    font-size: clamp(.66rem, .78vw, .78rem);
    line-height: 1.25;
    font-weight: 500;
}

.regimen-documents__date {
    margin-top: .12rem;
}

.regimen-documents__button {
    min-width: 108px;
    min-height: 34px;
    padding: 0 1.2rem;
    font-size: .72rem;
}

a.regimen-documents__button,
a.regimen-documents__button:visited,
.regimen-documents__button {
    color: #ffffff;
}

.regimen-documents__button--disabled {
    cursor: not-allowed;
    opacity: .55;
}

.regimen-archive {
    padding: clamp(3rem, 5vw, 4.9rem) 1.5rem clamp(3.4rem, 5.3vw, 5.2rem);
}

.regimen-archive__container {
    width: min(100%, 980px);
    margin: 0 auto;
}

.regimen-archive__subtitle {
    color: rgba(255,255,255,.86);
}

.regimen-archive__years {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem clamp(2rem, 0vw, 3.85rem);
    align-items: center;
    margin-top: 2.05rem;
}

.regimen-archive__year {
    min-width: 100px;
    min-height: 33px;
    padding: 0 1.2rem;
    font-size: .72rem;
}

a.regimen-archive__year,
a.regimen-archive__year:visited,
.regimen-archive__year {
    color: #ffffff;
}

.regimen-archive__year.is-active {
    background: #00481f;
    color: #ffffff;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.52);
}

.regimen-archive__year:last-child {
    min-width: 146px;
}

@media (max-width: 980px) {
    .regimen-hero {
        min-height: 420px;
    }

    .regimen-hero__content {
        width: min(100%, 520px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }

    .regimen-hero::after {
        left: -14rem;
        bottom: -9rem;
        width: 34rem;
        height: 34rem;
        opacity: .22;
    }

    .regimen-documents__container,
    .regimen-archive__container {
        width: min(100%, 760px);
    }

    .regimen-documents__card {
        padding: 2.25rem;
    }

    .regimen-documents__item {
        grid-template-columns: 52px minmax(0, 1fr) auto;
        gap: 1.25rem;
    }

    .regimen-archive__years {
        gap: 1rem 1.5rem;
    }
}

@media (max-width: 680px) {
    .regimen-hero {
        min-height: 470px;
        align-items: flex-end;
        justify-content: center;
    }

    .regimen-hero__bg {
        background-position: 44% center;
    }

    .regimen-hero__overlay {
        background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.42) 100%);
    }

    .regimen-hero::after {
        display: none;
    }

    .regimen-hero__content {
        width: 100%;
        margin: 0;
        padding: 0 1.25rem 2.6rem;
        align-items: center;
        text-align: center;
        transform: none;
    }

    .regimen-hero__title {
        text-align: center;
        font-size: 1.85rem;
    }

    .regimen-hero__text-box {
        padding: .95rem 1rem;
    }

    .regimen-hero__text-box p {
        max-width: none;
        font-size: .86rem;
        line-height: 1.25;
    }

    .regimen-hero__button {
        margin-right: 0;
        min-height: 38px;
    }

    .regimen-history {
        padding: 3rem 1.25rem;
    }

    .regimen-history__text {
        font-size: .78rem;
        line-height: 1.5;
    }

    .regimen-documents {
        padding: 3rem 1.25rem 4rem;
    }

    .regimen-documents__header {
        margin-bottom: 1.4rem;
    }

    .regimen-documents__card {
        padding: 1.45rem;
        border-radius: 20px;
    }

    .regimen-documents__item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: .85rem 1rem;
        min-height: 0;
        padding: 1.35rem 0;
    }

    .regimen-documents__icon {
        width: 40px;
        height: 40px;
    }

    .regimen-documents__button {
        grid-column: 2;
        justify-self: start;
        min-width: 112px;
        min-height: 36px;
        margin-top: .1rem;
    }

    .regimen-archive {
        padding: 3rem 1.25rem 3.5rem;
    }

    .regimen-archive__years {
        gap: .85rem;
        margin-top: 1.55rem;
    }

    .regimen-archive__year,
    .regimen-archive__year:last-child {
        min-width: 0;
        min-height: 36px;
        padding: 0 1rem;
        flex: 1 1 calc(50% - .85rem);
    }
}

@media (max-width: 860px) {
    body.ccoagro-menu-open {
        overflow: hidden;
    }

    .ccoagro-site-header__inner {
        min-height: 68px;
        padding: 0 1rem;
        gap: 1rem;
    }

    .ccoagro-site-header__toggle {
        display: inline-flex;
        border-radius: 9px;
        color: #ffffff;
        background: #199f50;
        box-shadow: 0 0 0 3px rgba(25, 159, 80, .2);
        transition: background .18s ease, box-shadow .18s ease;
    }

    .ccoagro-site-header__toggle:hover,
    .ccoagro-site-header__toggle:focus-visible {
        background: #08783a;
        box-shadow: 0 0 0 3px rgba(25, 159, 80, .3);
    }

    .ccoagro-site-header.is-open .ccoagro-site-header__toggle span[aria-hidden="true"]:nth-of-type(2) {
        transform: translateY(7px) rotate(45deg);
    }

    .ccoagro-site-header.is-open .ccoagro-site-header__toggle span[aria-hidden="true"]:nth-of-type(3) {
        opacity: 0;
    }

    .ccoagro-site-header.is-open .ccoagro-site-header__toggle span[aria-hidden="true"]:nth-of-type(4) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .ccoagro-site-header__nav {
        position: absolute;
        top: 100%;
        left: .75rem;
        right: .75rem;
        max-height: calc(100vh - 84px);
        max-height: calc(100dvh - 84px);
        overflow-y: auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-content: stretch;
        justify-items: center;
        gap: .85rem;
        padding: .75rem;
        background: #ffffff;
        border: 1px solid rgba(0, 63, 31, .08);
        border-radius: 0 0 16px 16px;
        box-shadow: 0 18px 40px rgba(0, 63, 31, .18);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px) scale(.985);
        transform-origin: top center;
        pointer-events: none;
        overscroll-behavior: contain;
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }

    .ccoagro-site-header.is-open .ccoagro-site-header__nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    .ccoagro-site-header__menu {
        width: 100%;
        display: grid;
        justify-items: center;
        gap: .2rem;
    }

    .ccoagro-site-header__menu li {
        width: 100%;
    }

    .ccoagro-site-header__menu a {
        width: 100%;
        min-height: 42px;
        padding: .45rem .85rem;
        justify-content: center;
        border-radius: 9px;
        color: #26352d;
        font-size: .86rem;
        font-weight: 650;
        line-height: 1.25;
        text-align: center;
        white-space: normal;
        transition: color .18s ease, background .18s ease;
    }

    .ccoagro-site-header__menu a:hover,
    .ccoagro-site-header__menu a:focus-visible,
    .ccoagro-site-header__menu .current-menu-item > a {
        color: #006b35;
        background: #eef9f1;
    }

    .ccoagro-site-header__contact {
        width: 100%;
        max-width: 176px;
        min-height: 44px;
        justify-self: center;
        box-shadow: 0 8px 18px rgba(53, 186, 71, .18);
    }

    .ccoagro-site-footer__inner {
        min-height: 0;
        padding-top: 4rem;
        padding-bottom: 4rem;
        grid-template-columns: minmax(140px, 180px) minmax(150px, 1fr);
        gap: 3rem 2rem;
    }

    .ccoagro-site-footer__brand {
        width: min(100%, 156px);
    }

    .ccoagro-site-footer__logo {
        max-width: 156px;
    }

    .ccoagro-site-footer__hours {
        grid-column: 1 / -1;
    }

    .ccoagro-site-footer__hours-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ccoagro-site-footer__hours-block:first-child {
        grid-column: 1 / -1;
    }

    .ccoagro-hero {
        height: 440px;
        min-height: 0;
        background-position: center;
    }

    .ccoagro-hero .ccoagro-container {
        padding: 0 1.5rem;
        align-items: flex-end;
        padding-bottom: 3.5rem;
    }

    .ccoagro-hero__content {
        width: min(100%, 520px);
        transform: none;
    }

    .ccoagro-hero__title {
        font-size: 1.75rem;
    }

    .ccoagro-hero--home {
        height: 500px;
        background-position: 60% center;
    }

    .ccoagro-hero--home::after,
    .ccoagro-hero--afiliados::after {
        right: -14rem;
        bottom: -9rem;
        width: 34rem;
        height: 34rem;
        opacity: .1;
    }

    .ccoagro-hero--about::after,
    .ccoagro-hero--servicios::after {
        left: -14rem;
        bottom: -9rem;
        width: 34rem;
        height: 34rem;
        opacity: .22;
    }

    .ccoagro-hero--home .ccoagro-container {
        align-items: center;
        justify-content: flex-start;
        padding: 0 1.5rem;
    }

    .ccoagro-hero--home .ccoagro-hero__content {
        width: min(100%, 520px);
    }

    .ccoagro-hero--home .ccoagro-hero__title {
        font-size: 2.25rem;
    }

    .ccoagro-hero--afiliados {
        height: 430px;
        background-position: 62% center;
    }

    .ccoagro-hero--afiliados .ccoagro-container {
        justify-content: flex-start;
        align-items: center;
        padding: 0 1.5rem;
    }

    .ccoagro-hero--afiliados .ccoagro-hero__content {
        width: min(100%, 520px);
        transform: none;
    }

    .affiliates-active__inner {
        max-width: 760px;
        grid-template-columns: 190px 2px minmax(0, 1fr);
        gap: 2.5rem;
    }

    .affiliates-benefits__inner {
        max-width: 760px;
    }

    .affiliates-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.8rem;
    }

    .affiliates-steps__inner {
        max-width: 760px;
    }

    .affiliates-steps__track {
        gap: 1.5rem;
    }

    .affiliates-step p {
        font-size: .86rem;
    }

    .afiliados-contact__grid {
        max-width: 760px;
        grid-template-columns: 1fr;
        gap: 2.4rem;
    }

    .ccoagro-section--values {
        padding: 3rem 0;
    }

    .ccoagro-values__item {
        padding: 0 1.5rem;
    }

    .ccoagro-home-overview__item {
        padding: 0 1.15rem;
    }

    .ccoagro-home-overview__text {
        max-width: 150px;
    }

    .ccoagro-home-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ccoagro-home-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ccoagro-section--home-stats .ccoagro-container {
        max-width: 760px;
    }

    .ccoagro-home-allies__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.4rem 2rem;
    }

    .ccoagro-home-ally-logo {
        min-height: 150px;
    }

    .ccoagro-home-ally-logo__mark {
        width: min(198px, 100%);
        height: 116px;
    }

    .services-veterinary__grid {
        max-width: 680px;
        grid-template-columns: 1fr;
        gap: 2.75rem;
    }

    .services-veterinary__content {
        max-width: 520px;
    }

    .services-credit-line__grid {
        max-width: 680px;
        grid-template-columns: 1fr;
        gap: 2.75rem;
    }

    .services-credit-line__content {
        max-width: 520px;
    }

    .ccoagro-section--about-videos .ccoagro-container {
        padding: 0 1.25rem;
    }

    .ccoagro-about-videos__intro {
        margin-left: 0;
    }

    .ccoagro-about-videos__cards {
        gap: 1rem;
    }

    .ccoagro-about-video-card__image {
        height: 130px;
    }

    .ccoagro-about-video-card__footer {
        grid-template-columns: 34px 1fr;
        padding: .55rem .65rem;
    }

    .ccoagro-video-player__frame {
        width: min(100%, 640px);
    }

    .ccoagro-video-player__image,
    .ccoagro-video-player__embed {
        height: 360px;
    }

    .ccoagro-video-player__caption {
        left: 42px;
        right: 42px;
        bottom: 48px;
    }

    .ccoagro-video-player__thumbs {
        gap: 1.25rem;
        width: min(520px, 86%);
    }

    .ccoagro-section--history {
        padding: 0;
    }

    .ccoagro-timeline {
        padding: 2.5rem 0 13.5rem;
    }

    .ccoagro-timeline::before {
        left: -12rem;
        bottom: -7rem;
        width: 45rem;
        height: 37rem;
        background-size: 50rem auto;
    }

    .ccoagro-timeline__track {
        grid-template-columns: repeat(7, 150px);
        min-height: 145px;
        max-width: none;
        overflow-x: auto;
        padding: 0 1rem;
        scroll-snap-type: x proximity;
    }

    .ccoagro-timeline__line {
        left: 1rem;
        right: 1rem;
    }

    .ccoagro-timeline__item {
        scroll-snap-align: center;
    }

    .ccoagro-timeline__content {
        max-width: 118px;
    }
}

@media (max-width: 680px) {
    .ccoagro-site-header__brand {
        min-width: 132px;
    }

    .ccoagro-site-footer__inner {
        padding: 3.25rem 1.5rem;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 2.75rem;
        text-align: center;
    }

    .ccoagro-site-footer__brand {
        justify-self: center;
        width: min(100%, 145px);
    }

    .ccoagro-site-footer__logo {
        max-width: 145px;
    }

    .ccoagro-site-footer__column,
    .ccoagro-site-footer__menu,
    .ccoagro-site-footer__social-list {
        justify-items: center;
    }

    .ccoagro-site-footer__hours-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .ccoagro-site-footer__hours-block:first-child {
        grid-column: auto;
    }

    .ccoagro-site-footer__hours-block dl div {
        display: block;
    }

    .ccoagro-site-footer__social {
        min-width: 0;
        padding-left: 0;
        border-left: 0;
    }

    .ccoagro-site-footer__hours-block:nth-child(3) {
        margin-top: 0;
    }

    .ccoagro-section {
        padding: 3rem 1rem;
    }

    .ccoagro-card,
    .ccoagro-product-card {
        padding: 1.5rem;
    }

    .ccoagro-section--history {
        padding: 0;
    }

    .ccoagro-section--history .ccoagro-container {
        padding: 0;
    }

    .ccoagro-hero {
        height: 480px;
        min-height: 0;
        background-position: 42% center;
    }

    .ccoagro-hero--home {
        height: 520px;
        background-position: 66% center;
    }

    .ccoagro-hero--home::before {
        background: linear-gradient(90deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.18) 60%, rgba(0,0,0,.04) 100%);
    }

    .ccoagro-hero--home::after {
        display: none;
    }

    .ccoagro-hero--about::after,
    .ccoagro-hero--servicios::after {
        display: none;
    }

    .ccoagro-hero--home .ccoagro-container {
        align-items: flex-end;
        padding-bottom: 3.25rem;
    }

    .ccoagro-hero--home .ccoagro-hero__content {
        width: 100%;
    }

    .ccoagro-hero--home .ccoagro-hero__title {
        font-size: 2rem;
    }

    .ccoagro-hero--home .ccoagro-hero__button {
        align-self: flex-start;
        margin-left: 1rem;
    }

    .ccoagro-hero--servicios .ccoagro-container {
        align-items: center;
        justify-content: flex-end;
        padding: 0 1.5rem;
    }

    .ccoagro-hero--servicios .ccoagro-hero__content {
        width: min(100%, 560px);
    }

    .ccoagro-hero--afiliados {
        height: 500px;
        background-position: 62% center;
    }

    .ccoagro-hero--afiliados::before {
        background: linear-gradient(90deg, rgba(0, 0, 0, .44) 0%, rgba(0, 0, 0, .18) 68%, rgba(0, 0, 0, .04) 100%);
    }

    .ccoagro-hero--afiliados::after {
        display: none;
    }

    .ccoagro-hero--afiliados .ccoagro-container {
        align-items: center;
        padding: 0 1.25rem;
    }

    .ccoagro-hero--afiliados .ccoagro-hero__content {
        width: 100%;
    }

    .ccoagro-hero--afiliados .ccoagro-hero__title {
        font-size: 2rem;
    }

    .ccoagro-hero--afiliados .ccoagro-hero__panel {
        padding: .95rem 1.1rem;
    }

    .ccoagro-hero--afiliados .ccoagro-hero__button {
        align-self: flex-start;
        margin-left: 1rem;
        margin-right: 0;
    }

    .affiliates-active {
        padding: 3.2rem 0;
    }

    .affiliates-active__inner {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 1.75rem;
        justify-items: center;
        text-align: center;
    }

    .affiliates-active__divider {
        width: min(100%, 220px);
        height: 2px;
    }

    .affiliates-active__content p {
        text-align: center;
    }

    .affiliates-benefits {
        padding: 3.4rem 0;
    }

    .affiliates-benefits__inner {
        width: min(100% - 2rem, 420px);
    }

    .affiliates-benefits__title {
        margin-bottom: 2rem;
    }

    .affiliates-benefits__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .affiliates-steps {
        padding: 3.2rem 0;
    }

    .affiliates-steps__inner {
        width: min(100% - 2rem, 420px);
    }

    .affiliates-steps__title {
        margin-bottom: 2.3rem;
    }

    .affiliates-steps__track {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .affiliates-steps__track::before {
        top: 36px;
        bottom: 36px;
        left: 50%;
        right: auto;
        width: 12px;
        height: auto;
        transform: translateX(-50%);
    }

    .affiliates-step p {
        width: min(100%, 250px);
        margin-top: .95rem;
        font-size: .95rem;
    }

    .afiliados-contact {
        padding: 3.4rem 0;
    }

    .afiliados-contact__grid {
        width: min(100% - 2rem, 520px);
        gap: 2rem;
    }

    .afiliados-contact__title,
    .afiliados-contact__intro {
        text-align: left;
    }

    .afiliados-contact__info-box {
        min-height: 210px;
    }

    .ccoagro-hero--servicios {
        height: 430px;
        background-position: center;
    }

    .ccoagro-hero--servicios .ccoagro-container {
        align-items: center;
        padding: 0 1rem;
    }

    .ccoagro-hero--servicios .ccoagro-hero__content {
        width: 100%;
    }

    .ccoagro-hero--servicios .ccoagro-hero__title {
        font-size: 1.85rem;
    }

    .ccoagro-hero--servicios .ccoagro-hero__panel {
        padding: .95rem 1rem;
    }

    .ccoagro-hero--servicios .ccoagro-hero__button {
        align-self: center;
        margin-right: 0;
    }

    .ccoagro-hero--servicios::after {
        display: none;
    }

    .services-veterinary {
        padding: 3.5rem 0;
    }

    .services-veterinary__grid {
        width: min(100% - 2rem, 520px);
        gap: 2rem;
    }

    .services-veterinary__content {
        align-items: center;
        text-align: center;
    }

    .services-veterinary__text {
        text-align: center;
    }

    .services-veterinary__portfolio {
        margin-bottom: 2rem;
        text-align: left;
    }

    .services-credit-line {
        padding: 3.5rem 0;
    }

    .services-credit-line__grid {
        width: min(100% - 2rem, 520px);
        gap: 2rem;
    }

    .services-credit-line__content {
        align-items: center;
        text-align: center;
    }

    .services-credit-line__text {
        text-align: center;
    }

    .services-credit-line__requirements {
        margin-bottom: 2rem;
        text-align: left;
    }

    .services-final-cta {
        min-height: 430px;
        background-position: center;
    }

    .services-final-cta__content {
        width: min(100%, 520px);
    }

    .services-final-cta__title {
        font-size: 2rem;
    }

    .services-final-cta__text {
        padding: .95rem 1.1rem;
        font-size: 1rem;
    }

    .services-final-cta::after {
        display: none;
    }

    .ccoagro-hero__panel {
        padding: .85rem 1rem;
    }

    .ccoagro-hero .ccoagro-hero__button {
        margin-right: .5rem;
    }

    .ccoagro-section--values {
        padding: 3rem 0;
    }

    .ccoagro-section--home-overview {
        padding: 3rem 0;
    }

    .ccoagro-home-overview {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ccoagro-home-overview__item {
        min-height: 0;
        padding: 0 1.5rem 2rem;
    }

    .ccoagro-home-overview__item + .ccoagro-home-overview__item::before {
        top: -1rem;
        left: 50%;
        width: min(180px, 55vw);
        height: 1px;
        transform: translateX(-50%);
    }

    .ccoagro-home-overview__text {
        max-width: 240px;
    }

    .ccoagro-section--home-services {
        padding: 3rem 0;
    }

    .ccoagro-home-services__grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .ccoagro-home-service-card__image {
        height: 175px;
    }

    .ccoagro-home-service-card__body {
        min-height: 0;
        padding: 1rem 1.25rem 1.15rem;
    }

    .ccoagro-section--home-benefits {
        padding: 3rem 0 3.5rem;
    }

    .ccoagro-home-benefits__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ccoagro-home-benefit-card {
        min-height: 185px;
    }

    .ccoagro-home-benefit-card__title {
        left: 42%;
        font-size: 1.28rem;
    }

    .ccoagro-section--home-stats {
        padding: 3rem 0;
    }

    .ccoagro-home-stats {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ccoagro-home-stats__item {
        padding-bottom: 2rem;
    }

    .ccoagro-home-stats__item + .ccoagro-home-stats__item::before {
        top: -1rem;
        left: 50%;
        width: min(180px, 55vw);
        height: 1px;
        transform: translateX(-50%);
    }

    .ccoagro-home-stats__number {
        font-size: 3rem;
    }

    .ccoagro-section--home-allies {
        padding: 2.75rem 0;
    }

    .ccoagro-home-allies__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 1rem;
    }

    .ccoagro-home-ally-logo {
        min-height: 130px;
        padding: .5rem;
    }

    .ccoagro-home-ally-logo__mark {
        width: min(154px, 100%);
        height: 98px;
    }

    .ccoagro-values {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ccoagro-values__item {
        min-height: 0;
        padding: 0 1.5rem 2rem;
    }

    .ccoagro-values__item + .ccoagro-values__item::before {
        top: -1rem;
        left: 50%;
        width: min(180px, 55vw);
        height: 1px;
        transform: translateX(-50%);
    }

    .ccoagro-timeline__title {
        font-size: 1.15rem;
    }

    .ccoagro-timeline__track {
        grid-template-columns: repeat(7, 138px);
    }

    .ccoagro-timeline__year {
        font-size: 1.75rem;
    }

    .ccoagro-section--about-videos {
        padding: 3rem 0 4rem;
    }

    .ccoagro-about-videos__cards {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .ccoagro-about-video-card__button {
        grid-template-rows: auto auto;
    }

    .ccoagro-about-video-card__image {
        height: 190px;
    }

    .ccoagro-video-player {
        margin-top: 1rem;
    }

    .ccoagro-video-player__frame {
        border-width: 3px;
        border-radius: 14px;
    }

    .ccoagro-video-player__image,
    .ccoagro-video-player__embed {
        height: 260px;
    }

    .ccoagro-video-player__play {
        width: 56px;
        height: 56px;
    }

    .ccoagro-video-player__play::before {
        content: none;
    }

    .ccoagro-video-player__caption {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin: -2.75rem 1rem 0;
        padding: .85rem 1rem;
    }

    .ccoagro-video-player__caption p {
        font-size: .78rem;
    }

    .ccoagro-video-player__arrow {
        top: 50%;
        width: 34px;
        height: 48px;
    }

    .ccoagro-video-player__arrow--prev {
        left: .5rem;
    }

    .ccoagro-video-player__arrow--next {
        right: .5rem;
    }

    .ccoagro-video-player__thumbs {
        width: 92%;
        gap: .65rem;
        margin-top: .8rem;
    }

}

@media (max-width: 680px) {
    .ccoagro-timeline {
        padding: 2.75rem 1.25rem 3.25rem;
        overflow: visible;
    }

    .ccoagro-timeline::before {
        left: -13rem;
        bottom: -5rem;
        width: 34rem;
        height: 29rem;
        background-size: 38rem auto;
    }

    .ccoagro-timeline__head {
        margin-bottom: 1.75rem;
    }

    .ccoagro-timeline__track {
        width: min(100%, 420px);
        max-width: 420px;
        min-height: 0;
        margin: 0 auto;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        overflow: visible;
        scroll-snap-type: none;
    }

    .ccoagro-timeline__line {
        left: 22px;
        right: auto;
        top: 20px;
        bottom: 20px;
        width: 8px;
        height: auto;
        transform: none;
    }

    .ccoagro-timeline__item {
        padding: 0;
        text-align: left;
        scroll-snap-align: none;
    }

    .ccoagro-timeline__trigger {
        min-height: 0;
        grid-template-columns: 48px 82px 1fr;
        grid-template-rows: auto auto;
        justify-items: start;
        align-items: center;
        column-gap: .8rem;
        row-gap: .15rem;
        padding: .55rem 0;
    }

    .ccoagro-timeline__icon {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 34px;
        height: 34px;
        justify-self: center;
        align-self: start;
    }

    .ccoagro-timeline__year {
        grid-column: 2;
        grid-row: 1 / span 2;
        font-size: 1.65rem;
        align-self: start;
    }

    .ccoagro-timeline__dot {
        grid-column: 1;
        grid-row: 1 / span 2;
        justify-self: center;
        align-self: center;
        margin-top: 34px;
    }

    .ccoagro-timeline__content {
        grid-column: 3;
        grid-row: 1 / span 2;
        max-width: none;
        font-size: .78rem;
        line-height: 1.18;
        align-self: center;
    }

    .ccoagro-timeline__item.is-active .ccoagro-timeline__content {
        opacity: 1;
        visibility: visible;
    }

    .ccoagro-timeline__modal {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: min(100%, 330px);
        margin: 2rem auto 0;
        transform: none !important;
        z-index: 2;
    }

    .ccoagro-timeline__modal::before {
        display: none;
    }

    .ccoagro-timeline__modal-image img {
        height: 150px;
    }

    .ccoagro-timeline__modal-body {
        grid-template-columns: 42px 1fr;
        padding: .85rem .9rem 1rem;
    }

    .ccoagro-timeline__modal-text {
        font-size: .78rem;
        line-height: 1.22;
    }
}
/* Acceso global a pagos */
.ccoagro-floating-payment {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9990;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px 0 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: #2db84f;
    color: #ffffff !important;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 55, 25, .28);
    transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ccoagro-floating-payment:hover,
.ccoagro-floating-payment:focus-visible {
    background: #239e43;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 15px 34px rgba(0, 55, 25, .34);
    outline: none;
}

.ccoagro-floating-payment__icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
}

.ccoagro-floating-payment__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 640px) {
    .ccoagro-floating-payment {
        right: 14px;
        bottom: 14px;
        min-height: 48px;
        padding: 0 15px 0 9px;
        font-size: .76rem;
    }

    .ccoagro-floating-payment__icon {
        width: 31px;
        height: 31px;
    }

    body.supermarket-filters-open .ccoagro-floating-payment {
        opacity: 0;
        pointer-events: none;
    }
}
