strong{
    font-weight: bold;
}
body{
    overflow-x: hidden;
}
main{
    isolation: isolate;
}
.padding{
padding: 20px 15px;
}
.pd-sec{
    padding: 50px 25px;
}

[data-animate]{
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, 42px, 0);
    transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--stagger, 0) * 80ms);
    will-change: opacity, filter, transform;
}
[data-animate="left"]{
    transform: translate3d(-48px, 28px, 0);
}
[data-animate="right"]{
    transform: translate3d(48px, 28px, 0);
}
[data-animate="scale"]{
    transform: scale(0.94);
}
[data-animate="image-soft"]{
    opacity: 1;
    filter: none;
    transform: none;
    transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-animate].is-visible{
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
}
[data-animate="image-soft"].is-visible{
    transform: none;
}
.btn_cta-header{
    display: none;
}
.header-actions{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.language-switcher{
    position: relative;
    z-index: 2;
}
.language-switcher_toggle{
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--blanco);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    cursor: pointer;
    font-family: var(--tipo-secundaria);
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.language-switcher_toggle:hover,
.language-switcher_toggle:focus-visible{
    background-color: var(--secundario);
    border-color: var(--secundario);
    color: var(--negro);
    transform: translateY(-2px);
}
.language-switcher_toggle svg{
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.language-switcher_menu{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 150px;
    padding: 8px;
    border-radius: 12px;
    background-color: var(--blanco);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.language-switcher.is-open .language-switcher_menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.language-switcher_menu button{
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 10px 12px;
    background-color: transparent;
    color: var(--negro);
    font-family: var(--tipo-secundaria);
    font-size: 0.95rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}
.language-switcher_menu button:hover,
.language-switcher_menu button:focus-visible,
.language-switcher_menu button[aria-current="true"]{
    background-color: var(--secundario);
}
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    background-color: transparent;
    padding: 20px 15px;
    width: 100%;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;

}
header.is-scrolled{
    background-color: var(--principal);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.logo{
    width: 150px;
}
.menu{
    width: 100%;
    height: 100%;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}
.menu img{
    background-color: var(--secundario);
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 8px;
}

/* MENU POP UP */
.modal-shell{
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
}
.modal-shell.is-open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.modal-backdrop{
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.35);
    cursor: pointer;
}
.modal-menu{
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: var(--principal);
    display: flex;
    flex-direction: column;
    z-index: 1;
    gap: 20px;
    color: var(--blanco);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}
.modal-menu_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.modal-menu_content{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contenido-menu{
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.menu-grid{
    margin-top: 10px;
    display: grid;
    gap: 18px;
    padding: 0 15px;
}
.lista-menu{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.lista-menu a{
    font-family: var(--tipo-principal);
    font-size: 2rem;
    line-height: 1;
}
.lista-menu a:hover{
    color: var(--secundario);
}
.separador{
    width: 100%;
    height: 1px;
   
    background-color: var(--secundario);
}
.buscador{
    display: flex;
    align-items: center;
    gap: 12px;
    
}
.buscador input{
    width: 100%;
    color: var(--blanco);
    font-family: var(--tipo-secundaria);
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 12px;
}
.buscador input::placeholder{
    color: rgba(255, 255, 255, 0.7);
}
.buscador input:focus{
    outline: none;
    border-bottom-color: rgba(255, 255, 255, 0.25);
}
.buscador button{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}
.buscador button img{
    width: 18px;
    height: 18px;
}
.pie{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sociales{
    display: flex;
    align-items: center;
    gap: 14px;
}
.sociales img{
    width: 36px;
    height: 36px;
}
.imagen-modal_menu{
    width: 100%;
    height: 220px;
    border-radius: 25px;
    overflow: hidden;
}
.imagen-modal_menu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-close{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    color: var(--blanco);
    font-family: var(--tipo-secundaria);
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}
body.menu-open{
    overflow: hidden;
}

.hero{
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--principal);
    height: 100vh;
    height: 100svh;
    margin-top: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}
.hero::before{
    content: "";
    position: absolute;
    inset: -4%;
    z-index: -2;
    background-image: url("../img/capa-bg-hero.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0, calc(var(--hero-shift, 0px) * 0.16), 0) scale(1.06);
    animation: hero-drift 16s ease-in-out infinite alternate;
    will-change: transform;
}

.hero h1,
.hero p,
.hero a{
    position: relative;
}
.h1{
    font-family: var(--tipo-principal);
    font-size: 3.6rem;
    color: var(--blanco);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 3px;
}
.h1-destacado{
    color: var(--secundario);
    font-size: 3.8rem;
    display: inline-block;
    animation: hero-highlight 4.8s ease-in-out infinite;
}
.hero p{
    font-family: var(--tipo-secundaria);
    font-size: 1.25rem;
    color: var(--blanco);
    text-align: center;
    margin-top: 20px;
    max-width: 500px;
}
.hero img{
    width: 70px;
    height: 70px;
    margin-top: 50px;
    animation: bounce 2s infinite;
}

@keyframes hero-drift{
    0%{
        transform: translate3d(-0.8%, calc(var(--hero-shift, 0px) * 0.16), 0) scale(1.06);
    }
    100%{
        transform: translate3d(0.8%, calc(var(--hero-shift, 0px) * 0.16), 0) scale(1.1);
    }
}

@keyframes hero-highlight{
    0%,
    100%{
        transform: translateY(0);
        text-shadow: 0 0 0 rgba(249, 187, 0, 0);
    }
    50%{
        transform: translateY(-4px);
        text-shadow: 0 14px 35px rgba(249, 187, 0, 0.26);
    }
}

.sostenibilidad{
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-image: url("../img/Textura-Papel-1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sostenibilidad_content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sostenibilidad_content_img{
    background-color: var(--secundario);
    padding: 20px;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    animation: icon-float 4.5s ease-in-out infinite;
}
.sostenibilidad_content  img{
    object-fit: cover;
}
.sostenibilidad  .btn_principal{
    margin-top: 20px;
    margin-bottom: 15px;
    
}
.h2{
    font-family: var(--tipo-principal);
    font-size: 2.6rem;
    color: var(--principal);
    line-height: 1;
    hyphens: none;
}
.p-sub{
    font-family: var(--tipo-complemento);
    font-size: 1.35rem;
    color: var(--negro);
    font-weight: 700;
    text-align: left;
}
.p{
    font-family: var(--tipo-secundaria);
    font-size: 1.1rem;
    color: var(--negro);
    font-weight: 300;
    text-align: left;
}

.sostenibilidad_img{
    width: 100%;
    height: auto;
    max-width: 100%;
    overflow: hidden;
}
.sostenibilidad_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    transform: scale(1.02);
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.sostenibilidad_img[data-animate="image-soft"] img,
.comunidad_img[data-animate="image-soft"] img{
    transform: scale(1.08);
}
.sostenibilidad_img[data-animate="image-soft"].is-visible img,
.comunidad_img[data-animate="image-soft"].is-visible img{
    transform: scale(1.02);
}

.marco {
  position: relative;
  width: 100%;
  -webkit-mask-image: url("../img/cacao-svg.svg");
  mask-image: url("../img/cacao-svg.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: top left;
  mask-position: top left;

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.marco img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.marco:hover img{
    transform: scale(1.1);
}

@keyframes icon-float{
    0%,
    100%{
        transform: translateY(0) rotate(0deg);
    }
    50%{
        transform: translateY(-8px) rotate(-4deg);
    }
}

/*CONTADOR*/
.item-contador .h2{
    color: var(--secundario);
    text-align: center;
    font-size: 3.8rem;
}
.item-contador h3{
    font-size: 22px;
    font-family: var(--tipo-secundaria);
    color: var(--blanco);
    font-weight: 600;
    text-align: center;
}
.item-contador{
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 25px;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.35s ease;
}
.item-contador:hover{
    transform: translateY(-6px);
}
.contenedor-contador{
    background-color: var(--principal);
    border-radius: 0;
    padding: 50px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
position: relative;
justify-content: space-between;
flex-wrap: wrap;
gap: 15px;
z-index: 1;
}
.separador-contador{
    display: block;
    width: 200px;
    height: 1px;
    background-color: var(--secundario);
    margin: 20px 0;text-align: center;
}

.system-trazabilidad{
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: var(--amarillo-crema);
}

.tablet-video {
  position: relative;
  width: 740px;
  max-width: 100%;
  aspect-ratio: 740 / 568;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.18));
}

.tablet-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.tablet-screen {
  position: absolute;
  left: 10.4%;
  top: 10.8%;
  width: 81%;
  height: 79%;
  overflow: hidden;
  background: #000;
  z-index: 1;
}

.tablet-screen .tablet-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 2;
  animation: play-pulse 2.4s ease-in-out infinite;
}

.video-play-button span {
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 25px solid var(--principal);
  margin-left: 6px;
}

.video-play-button:hover,
.video-play-button:focus-visible {
  transform: translate(-50%, -50%) scale(1.06);
}

.tablet-screen.is-playing .video-play-button {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.92);
}

@keyframes play-pulse{
    0%,
    100%{
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(249, 187, 0, 0.34);
    }
    55%{
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25), 0 0 0 18px rgba(249, 187, 0, 0);
    }
}

.system-trazabilidad .btn_principal{
    width: 100%;
}


.trazabilidad_content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.trazabilida_content_img{
    background-color: var(--secundario);
    padding: 20px;
    border-radius: 100px;
    width: 100px;
    height: 100px;
}

/* PROCESO */
.proceso{
    position: relative;
    min-height: 720px;
    overflow: hidden;
    color: var(--blanco);
    background-color: var(--negro);
}

.proceso_video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    animation: slow-zoom 18s ease-in-out infinite alternate;
}

.proceso_overlay{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
    z-index: 1;
}

.proceso_content{
    position: relative;
    z-index: 2;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0px;
}

.proceso_title{
    font-family: var(--tipo-principal);
    font-size: 2.6rem;
    line-height: 1;
    margin: 0 20px 35px;
    text-align: center;
    text-transform: uppercase;
    color: var(--blanco);
    
}

.proceso_lista{
    width: 100%;
    counter-reset: proceso;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.proceso_lista li{
    counter-increment: proceso;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    font-family: var(--tipo-complemento);
    font-size: clamp(1.65rem, 4.8vw, 2.25rem);
    font-weight: 700;
    line-height: 1;
    color: var(--blanco);
    transform-origin: left center;
}

.proceso_lista a{
    min-height: 82px;
    width: 100%;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: inherit;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.proceso_lista a > span:first-child{
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.proceso_lista a > span:first-child::before{
    content: counter(proceso) ".";
    min-width: 16px;
    text-align: right;
}

.proceso_lista a > span[aria-hidden="true"]{
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    color: var(--secundario);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--tipo-secundaria);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.25s ease;
}

.proceso_lista a:hover > span[aria-hidden="true"],
.proceso_lista a:focus-visible > span[aria-hidden="true"]{
    transform: scale(1.08);
}
.proceso_lista a:hover,
.proceso_lista a:focus-visible{
  background: var(--principal);
  color: #fff;
}

@keyframes slow-zoom{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.08);
    }
}
/*Seccion Certificaciones*/
.certificados{
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-image: url("../img/Textura-Papel-1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0 ;
}
.certificados h2{
    text-align: center;
}

@keyframes certificados-scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}

.certificados_slider{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.certificados_slider::before,
.certificados_slider::after{
    content: "";
    position: absolute;
    top: 0;
    width: 56px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.img-cert{
    display: flex;
    width: max-content;
    gap: 24px;
    animation: certificados-scroll 26s linear infinite;
}

.certificados_slider:hover .img-cert{
    animation-play-state: paused;
}

.certificado_item{
    flex: 0 0 200px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.img-certs-i{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cocoa-global{
    display: flex;
    flex-direction: column;
    background-color: var(--blanco);

}
.cocoa-gb-head .h2{
    text-align: center;
    color: var(--blanco);
}
.cocoa-gb-head p{
    text-align: center;
    max-width: 600px;
    margin: 0 auto;color: var(--blanco);
    font-size: 18px;
    hyphens: none;
}
.cocoa-gb-head{
    padding: 50px 30px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    background-image: url("../img/fondo-trans.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.cocoa-gb-head .btn_principal{
    margin-top: 20px;
    margin-bottom: 15px;
    width: max-content;
}
.cocoa-gb-puntos_calientes{
    position: relative;
    overflow: hidden;
}
.mapa-mundo{
    position: relative;
    width: 100%;
    height: auto;
    transform: scale(1.01);
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.icono-caliente-map{
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.25s ease, filter 0.25s ease;
    animation: hot-point-pulse 2.7s ease-in-out infinite;
    animation-delay: calc(var(--stagger, 0) * 120ms);
}
.icono-caliente-map:hover,
.icono-caliente-map:focus-visible{
    transform: scale(1.2);
    filter: drop-shadow(0 4px 8px rgba(82, 44, 127, 0.35));
    outline: none;
}

@keyframes hot-point-pulse{
    0%,
    100%{
        filter: drop-shadow(0 0 0 rgba(249, 187, 0, 0));
    }
    50%{
        filter: drop-shadow(0 0 12px rgba(249, 187, 0, 0.72));
    }
}
#punto-caliente-1 {
    top: 47%;
    left: 14%;
}
#punto-caliente-2 {
    top: 55%;
    left: 17%;
}
#punto-caliente-3 {
    top: 41%;
    left: 47%;
}
#punto-caliente-4 {
    top: 50%;
    left: 46%;
}
#punto-caliente-5 {
    top: 40%;
    right: 44%;
}
#punto-caliente-6 {
top: 40%;
  left: 49%;
}

#punto-caliente-7 {
  right: 17%;
    bottom: 27%;
}

#punto-caliente-8 {
  right: 22%;
    bottom: 29%;
}

.cocoa-export-modal{
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cocoa-export-modal.is-open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cocoa-export-backdrop{
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.38);
    cursor: pointer;
}
.cocoa-export-dialog{
    position: relative;
    z-index: 1;
    width: min(100%, 690px);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    background-color: var(--blanco);
    border-radius: 50px;
    padding: 44px 28px 30px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}
.cocoa-export-close{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
}
.cocoa-export-close img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.cocoa-export-country-img{
    width: 86px;
    height: 86px;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 16px;
}
.cocoa-export-title{
    color: var(--principal);
    font-family: var(--tipo-principal);
    font-size: 2.2rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 0;
}
.cocoa-export-description{
    color: var(--negro);
    font-family: var(--tipo-secundaria);
    font-size: 0.98rem;
    line-height: 1.35;
    margin-bottom: 28px;
    max-width: 610px;
}
.cocoa-export-main-img{
    width: 100%;
    height: clamp(210px, 34vw, 310px);
    object-fit: cover;
    border-radius: 16px;
}
body.cocoa-modal-open{
    overflow: hidden;
}

.comunidad{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.comunidad_img img{
    width: 100%;
    border-radius: 25px;
    transform: scale(1.02);
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.comunidad_img{
    overflow: hidden;
    border-radius: 25px;
    max-width: 100%;
}
.comunidad_img:hover img{
    transform: scale(1.07);
}
.comunidad_content{
    display: flex;
    flex-direction: column;
    gap:15px;text-align: center;
  justify-content: center;
  align-items: center;
}
.comunidad_content .p-sub {
  text-align: center;
}
.comunidad_content .p {
  text-align: center;
}
.comunidad_content .btn_principal{
    width: 100%;
    margin-top: 20px;
}
.solutions{
    min-height: 500px;
    background-image: url("../img/export.png");
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;   
    padding: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.tarjeta-so{
    background-color: var(--blanco);
    padding: 25px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.new{
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-image: url("/assets/img/Textura-Papel-1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caja-cta{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 0;
    background-color: var(--verde);
    border-radius: 50px;
    overflow: hidden;
}
.caja-cta img{
    transform: scale(1.02);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.caja-cta:hover img{
    transform: scale(1.08);
}
.caja-cta-ct{
    color: var(--blanco);
    font-family: var(--tipo-secundaria);
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    line-height: 1;
    padding: 45px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.caja-cta-ct p{
    color: var(--blanco);
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.4;
    hyphens: none;
}

/* FOOTER */
.site-footer{
    background-color: var(--negro);
    color: var(--blanco);
    font-family: var(--tipo-secundaria);
}
.site-footer_top{
    background-color: var(--principal);
    padding: 45px 25px 50px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.site-footer_brand{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.site-footer_logo{
    width: 190px;
}
.site-footer_logo img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.site-footer_social{
    display: flex;
    align-items: center;
    gap: 14px;
}
.site-footer_social a{
    width: 24px;
    height: 24px;
    transition: transform 0.25s ease;
}
.site-footer_social a:hover,
.site-footer_social a:focus-visible{
    transform: scale(1.12);
}
.site-footer_social img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.site-footer_registry{
    font-size: 0.8rem;
    line-height: 1.35;
}
.site-footer_nav{
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.site-footer_col{
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.site-footer_col h2{
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.1;
}
.site-footer_col ul{
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.site-footer_col a{
    font-size: 1rem;
    line-height: 1.25;
    transition: color 0.25s ease;
}
.site-footer_col a:hover,
.site-footer_col a:focus-visible{
    color: var(--secundario);
}
.site-footer_bottom{
    min-height: 50px;
    padding: 18px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    font-size: 0.7rem;
    line-height: 1.25;
}
.site-footer_legal{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.site-footer_legal li{
    display: flex;
    align-items: center;
}
.site-footer_legal li + li::before{
    content: "";
    width: 1px;
    height: 18px;
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.55);
}
.site-footer_legal a{
    transition: color 0.25s ease;
}
.site-footer_legal a:hover,
.site-footer_legal a:focus-visible{
    color: var(--secundario);
}

/*NOSOTROS*/


.hero-sec{
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url("../img/bg-nosotros.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    height: 100svh;
    margin-top: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}


.hero-sec h1,
.hero-sec p,
.hero-sec a{
    position: relative;
    hyphens: none;
}
.h1{
    font-family: var(--tipo-principal);
    font-size: 3.6rem;
    color: var(--blanco);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 3px;
}
.h1-destacado{
    color: var(--secundario);
    font-size: 3.8rem;
    display: inline-block;
    animation: hero-highlight 4.8s ease-in-out infinite;
}
.hero-sec p{
    font-family: var(--tipo-complemento);
    font-size: 1.5rem;
    color: var(--blanco);
    text-align: center;
    margin-top: 20px;
    max-width: 500px;
    hyphens: none;
}
.hero-sec img{
    width: 70px;
    height: 70px;
    margin-top: 50px;
    animation: bounce 2s infinite;
}

.certificados-ab{
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-image: url("../img/Textura-Papel-1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-cer-img{
    border-radius: 10px;
    width:150px;
}

.slide-cer{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.slider-cer-content{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: start;
    margin-top: 20px;
}
.slider-cer-content .p{
    text-align: justify;
}
.slider-cer-content .btn_principal{
    width: 100%;
}

.who-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.who-content .p{
    text-align: justify;
}

.slider-certificados{
    position: relative;
    overflow: hidden;
    touch-action: pan-y;
}

.slider-certificados--ready .slide-cer{
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .45s ease;
}

.slider-certificados--ready .slide-cer.is-active{
    opacity: 1;
    pointer-events: auto;
    position: relative;
}

.certificados-dots{
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 4px;
}

.certificados-dot{
    appearance: none;
    background-color: rgba(82, 44, 127, 0.24);
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    height: 14px;
    padding: 0;
    transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
    width: 14px;
}

.certificados-dot:hover,
.certificados-dot:focus-visible{
    background-color: rgba(82, 44, 127, 0.55);
    outline: none;
    transform: scale(1.12);
}

.certificados-dot:focus-visible{
    border-color: var(--secundario);
}

.certificados-dot.is-active{
    background-color: var(--principal);
    transform: scale(1.18);
}

.who-imgs--ready img{
    cursor: pointer;
    transition: opacity .28s ease, transform .28s ease;
}

.who-imgs--ready.is-swapping img{
    opacity: .35;
    transform: scale(.97);
}

.legacy-carousel{
    overflow: hidden;
    position: relative;
}

.legacy-carousel-items{
    display: flex;
    transition: transform .45s ease;
    will-change: transform;
}

.legacy-carousel-items img{
    display: block;
    flex: 0 0 100%;
    width: 100%;
}

.legacy-btn-carousel{
    cursor: pointer;
    user-select: none;
}


.mision-titulos{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.mision-titulos--ready .h2{
    cursor: pointer;
    font-size: clamp(1.8rem, 5vw, 2.75rem);
    line-height: 1.1;
    transition: color .28s ease, opacity .28s ease;
}

.mision-titulos--ready .h2:not(.active-tab-ab){
    opacity: .45;
}

.mision-titulos--ready .h2.active-tab-ab{
    color: var(--secundario);
    opacity: 1;
}

.mision-content{
    margin-top: 24px;
}

.mision-content-item{
    display: none;
    opacity: 0;
    transform: translateY(12px);
}

.mision-content-item.active-content-ab{
    animation: tab-content-fade .36s ease forwards;
    display: block;
}

@keyframes tab-content-fade{
    from{
        opacity: 0;
        transform: translateY(12px);
    }

    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.team-slide{
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-color: var(--principal) rgba(82, 44, 127, 0.12);
    scrollbar-width: thin;
    touch-action: pan-y;
    user-select: none;
}

.team-slide::-webkit-scrollbar{
    height: 8px;
}

.team-slide::-webkit-scrollbar-track{
    background-color: rgba(82, 44, 127, 0.12);
    border-radius: 999px;
}

.team-slide::-webkit-scrollbar-thumb{
    background-color: var(--principal);
    border-radius: 999px;
}

.team-slide--ready{
    cursor: grab;
}

.team-slide--ready.is-dragging{
    cursor: grabbing;
    scroll-behavior: auto;
}

.team-item{
    flex: 0 0 min(78vw, 280px);
}

.team-item img{
    display: block;
    width: 70%;
    text-align: center;
    margin: auto ;
    padding: 15px;
}
.who{
    background: var(--principal);
    color: var(--blanco);
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.who-content{
    margin-bottom: 50px;
}
.who-content .h2,
.who-content .p{
    color: var(--blanco);
    hyphens: none;
}
.who-imgs {
    width: 100%;
    position: relative;
    min-height: 450px;
}
.who-imgs img{
    width: 400px;
    object-fit: cover;
    border-radius: 25px;
    height: 550px;
    border: solid  10px;
}
#imagen-1-ab{
    height: 220px;
  width: 150px;
    border-color: var(--blanco);
    z-index: 1;
    position: relative;
    top: -50px;
    left: -10px;
}
#imagen-2-ab{
    height: 450px;
    width: 100%;
    border-color: var(--secundario);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.legacy{
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-image: url("../img/Textura-Papel-1.webp");
}
.legacy-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.legacy-content  .p{
    font-size: 20px;
    text-align: justify;
    font-weight: 500;

    hyphens: none;
}
#legacy-sp{
    font-weight: 400;
    font-size: 18px;
}
.legacy-carousel{
    position: relative;
}
.legacy-carousel-botones{
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    transform: translateY(-50%);
    padding: 0 20px;
    z-index: 1;
    gap: 20px;
}

.legacy-carousel-items img{
    display: block;
    flex: 0 0 100%;
    width: 100%;
    border-radius: 25px;
}
.legacy-carousel-botones img{
    width: 40px;
    height: 40px;
}
.mision.pd-sec {
  background: var(--principal);
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mision-titulos h2 {
  color: var(--blanco);
}
.mision-content .p{
    color: var(--blanco);
    text-align: center;
    hyphens: none;
}
.team{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.team-slide{
    padding: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.team-item{
    flex: 0 0 min(78vw, 280px);
}
.team-item img {
    border-radius: 500px;

}

.team-item h4{
    font-family: var(--tipo-secundaria);
    font-size: 1.6rem;
    color: var(--negro);
    font-weight: 700;
    line-height: 1.2;
    
}

.team-item p {
    font-family: var(--tipo-secundaria);
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center;
    color: var(--principal);
}

.team-item div{
    padding: 25px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-content{
    padding: 35px 35px 5px  35px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}


.hero-story{
    position: relative;
    display: flex;
    flex-direction: column;
    background:var(--principal);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    height: 100svh;
    margin-top: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}


.hero-story h1,
.hero-story p,
.hero-story a{
    position: relative;
}
.h1{
    font-family: var(--tipo-principal);
    font-size: 3.6rem;
    color: var(--blanco);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 3px;
}
.hero-story img{
    width: 70px;
    height: 70px;
    margin-top: 50px;
    animation: bounce 2s infinite;
}

/* OUR STORY */
.story-hero{
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    contain: paint;
    color: var(--blanco);
    background-color: var(--principal);
}

.story-hero-bg{
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.story-hero-overlay{
    display: none;
}

.story-hero-track{
    position: absolute;
    top: -8vh;
    left: -8vw;
    right: -8vw;
    height: var(--collage-track-height, 216vh);
    display: flex;
    flex-direction: column;
    animation: story-hero-scroll var(--collage-duration, 42s) linear infinite;
    will-change: transform;
}
.story-hero-gallery{
    position: relative;
    flex: 0 0 var(--collage-gallery-height, 108vh);
}
.story-hero-photo{
    position: absolute;
    top: calc(var(--photo-y, 12vh) + var(--photo-band-offset, 0vh));
    left: var(--photo-x, 8%);
    z-index: var(--photo-z, 1);
    width: var(--photo-w, clamp(180px, 24vw, 360px));
    height: var(--photo-h, clamp(170px, 28vw, 390px));
    overflow: hidden;
    border-radius: 25px;
    transform: rotate(var(--photo-rotate, 0deg));
}
.story-hero-photo:nth-child(12n + 1){
    --photo-x: 3%;
    --photo-y: 8vh;
    --photo-w: clamp(185px, 22vw, 350px);
    --photo-h: clamp(270px, 38vw, 560px);
    --photo-rotate: -7deg;
    --photo-z: 2;
}
.story-hero-photo:nth-child(12n + 2){
    --photo-x: 24%;
    --photo-y: 17vh;
    --photo-w: clamp(260px, 30vw, 520px);
    --photo-h: clamp(165px, 20vw, 320px);
    --photo-rotate: 5deg;
    --photo-z: 1;
}
.story-hero-photo:nth-child(12n + 3){
    --photo-x: 61%;
    --photo-y: 6vh;
    --photo-w: clamp(180px, 24vw, 380px);
    --photo-h: clamp(200px, 30vw, 450px);
    --photo-rotate: -3deg;
    --photo-z: 3;
}
.story-hero-photo:nth-child(12n + 4){
    --photo-x: 72%;
    --photo-y: 47vh;
    --photo-w: clamp(220px, 28vw, 460px);
    --photo-h: clamp(250px, 34vw, 520px);
    --photo-rotate: 7deg;
    --photo-z: 2;
}
.story-hero-photo:nth-child(12n + 5){
    --photo-x: 10%;
    --photo-y: 57vh;
    --photo-w: clamp(230px, 27vw, 450px);
    --photo-h: clamp(170px, 21vw, 330px);
    --photo-rotate: 4deg;
    --photo-z: 1;
}
.story-hero-photo:nth-child(12n + 6){
    --photo-x: 42%;
    --photo-y: 57vh;
    --photo-w: clamp(170px, 20vw, 330px);
    --photo-h: clamp(230px, 31vw, 470px);
    --photo-rotate: -6deg;
    --photo-z: 3;
}
.story-hero-photo:nth-child(12n + 7){
    --photo-x: 45%;
    --photo-y: -2vh;
    --photo-w: clamp(180px, 20vw, 330px);
    --photo-h: clamp(150px, 19vw, 300px);
    --photo-rotate: 8deg;
    --photo-z: 1;
}
.story-hero-photo:nth-child(12n + 8){
    --photo-x: -3%;
    --photo-y: 43vh;
    --photo-w: clamp(170px, 20vw, 330px);
    --photo-h: clamp(170px, 22vw, 360px);
    --photo-rotate: -2deg;
    --photo-z: 2;
}
.story-hero-photo:nth-child(12n + 9){
    --photo-x: 82%;
    --photo-y: 13vh;
    --photo-w: clamp(160px, 18vw, 300px);
    --photo-h: clamp(190px, 26vw, 410px);
    --photo-rotate: -9deg;
    --photo-z: 1;
}
.story-hero-photo:nth-child(12n + 10){
    --photo-x: 28%;
    --photo-y: 73vh;
    --photo-w: clamp(190px, 23vw, 370px);
    --photo-h: clamp(135px, 17vw, 270px);
    --photo-rotate: 6deg;
    --photo-z: 2;
}
.story-hero-photo:nth-child(12n + 11){
    --photo-x: 55%;
    --photo-y: 78vh;
    --photo-w: clamp(180px, 20vw, 340px);
    --photo-h: clamp(140px, 18vw, 290px);
    --photo-rotate: -4deg;
    --photo-z: 1;
}
.story-hero-photo:nth-child(12n + 12){
    --photo-x: 15%;
    --photo-y: -7vh;
    --photo-w: clamp(150px, 18vw, 290px);
    --photo-h: clamp(145px, 18vw, 290px);
    --photo-rotate: 9deg;
    --photo-z: 1;
}
.story-hero-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.story-hero-content{
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.story-hero-kicker,
.story-section-kicker{
    font-family: var(--tipo-secundaria);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.story-hero-kicker{
    color: var(--secundario);
}
.story-hero-title{
    margin-top: 14px;
    font-family: var(--tipo-principal);
    font-size: clamp(4.8rem, 15vw, 12.5rem);
    line-height: 0.82;
    color: var(--blanco);
    text-transform: uppercase;
    letter-spacing: 0;
    text-shadow: 0 20px 70px rgba(0, 0, 0, 0.36);
}
.story-hero-subtitle{
    max-width: 760px;
    margin: 30px auto 0;
    font-family: var(--tipo-complemento);
    font-size: clamp(1.55rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.05;
    color: var(--blanco);
}
.story-hero-copy{
    max-width: 660px;
    margin: 18px auto 0;
    font-family: var(--tipo-secundaria);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
}

.story-strength{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    flex-direction: column;
    gap: 30px;
}
.story-strength-content{
    max-width: 690px;
    text-align: center;
    hyphens: none;
}
.story-section-kicker{
    margin-bottom: 16px;
    color: var(--verde);
}
.story-strength h2,
.story-timeline-head h2{
    font-family: var(--tipo-secundaria);
    font-size: clamp(2.35rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 0.96;
    color: var(--principal);
    letter-spacing: 0;
}
.story-strength p,
.story-timeline-head p,
.story-timeline-card p{
    font-family: var(--tipo-secundaria);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.68;
}

.story-strength-visual{
    position: relative;
    min-height: 360px;
    height: 600px;
    width: 100%;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 32px 80px rgba(28, 47, 40, 0.2);
}
.story-strength-visual img{
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.story-strength-badge{
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background-color: rgba(19, 40, 35, 0.7);
    color: var(--blanco);
    backdrop-filter: blur(12px);
}
.story-strength-badge span,
.story-strength-badge strong{
    font-family: var(--tipo-secundaria);
    line-height: 1.1;
}
.story-strength-badge span{
    color: var(--secundario);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.story-strength-badge strong{
    max-width: 220px;
    text-align: right;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 800;
    text-transform: capitalize;
}

.story-timeline{
    position: relative;
    overflow: hidden;
    background: var(--principal);
    color: var(--blanco);
}

.story-timeline-head{
    position: relative;
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}
.story-timeline-head .story-section-kicker{
    color: var(--secundario);
}
.story-timeline-head h2{
    color: var(--blanco);
}
.story-timeline-head p{
    max-width: 650px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.76);
}
.story-timeline-list{
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 26px 0 36px;
}
.story-timeline-list::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, transparent, var(--blanco) 8%, var(--blanco) 92%, transparent);
    transform: translateX(-50%);
}
.story-timeline-item{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 172px 1fr;
    gap: 34px;
    align-items: start;
    margin: 0 0 58px;
    opacity: 0;
    transform: translateY(44px);
    transition:
        opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--stagger, 0) * 70ms);
}
.story-timeline-item:last-child{
    margin-bottom: 0;
}
.story-timeline-item.is-visible{
    opacity: 1;
    transform: translateY(0);
}
.story-timeline-year{
    position: relative;
    z-index: 1;
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 124px;
    align-self: start;
}
.story-timeline-frame{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.18));
}
.story-timeline-year span{
    position: relative;
    z-index: 1;
    font-family: var(--tipo-secundaria);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1;
    color: var(--secundario);
}
.story-timeline-card{
    position: relative;
    grid-column: 3;
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid rgba(255, 244, 210, 0.16);
    border-radius: 20px;
    background: rgba(255, 244, 210, 0.065);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}
.story-timeline-item:nth-child(even) .story-timeline-card{
    grid-column: 1;
    grid-row: 1;
    text-align: right;
}
.story-timeline-index{
    display: inline-block;
    margin-bottom: 16px;
    font-family: var(--tipo-secundaria);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: rgba(255, 244, 210, 0.52);
}
.story-timeline-card h3{
    font-family: var(--tipo-secundaria);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--secundario);
}
.story-timeline-card p{
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.8);
}

@keyframes story-hero-scroll{
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(-50%);
    }
}

@media (max-width: 991px){
    .story-hero{
        min-height: 100vh;
        min-height: 100svh;
    }
    .story-hero-track{
        top: -6vh;
        left: -12vw;
        right: -12vw;
    }
    .story-hero-photo{
        border-radius: 25px;
    }
    .story-hero-photo:nth-child(12n + 1){
        --photo-x: -2%;
        --photo-y: 4vh;
    }
    .story-hero-photo:nth-child(12n + 2){
        --photo-x: 42%;
        --photo-y: 10vh;
    }
    .story-hero-photo:nth-child(12n + 3){
        --photo-x: 7%;
        --photo-y: 39vh;
    }
    .story-hero-photo:nth-child(12n + 4){
        --photo-x: 56%;
        --photo-y: 53vh;
    }
    .story-strength{
        grid-template-columns: 1fr;
    }
    .story-strength-content{
        max-width: 780px;
    }
    .story-timeline-list::before{
        left: 86px;
    }
    .story-timeline-item,
    .story-timeline-item:nth-child(even){
        grid-template-columns: 148px minmax(0, 1fr);
        gap: 26px;
        align-items: start;
    }
    .story-timeline-year{
        grid-column: 1;
    }
    .story-timeline-card,
    .story-timeline-item:nth-child(even) .story-timeline-card{
        grid-column: 2;
        grid-row: 1;
        text-align: left;
    }
}

@media (max-width: 640px){
    .story-hero{
        min-height: 100vh;
        min-height: 100svh;
    }
    .story-hero-track{
        top: -4vh;
        left: -18vw;
        right: -18vw;
        animation-duration: var(--collage-duration, 46s);
    }
    .story-hero-photo,
    .story-hero-photo--tall,
    .story-hero-photo--wide,
    .story-hero-photo--high{
        width: var(--photo-w, clamp(135px, 46vw, 230px));
        height: var(--photo-h, clamp(145px, 58vw, 290px));
        border-radius: 14px;
    }
    .story-hero-photo:nth-child(12n + 1){
        --photo-x: -4%;
        --photo-y: 8vh;
        --photo-w: clamp(130px, 43vw, 210px);
        --photo-h: clamp(190px, 62vw, 310px);
    }
    .story-hero-photo:nth-child(12n + 2){
        --photo-x: 46%;
        --photo-y: 12vh;
        --photo-w: clamp(155px, 53vw, 260px);
        --photo-h: clamp(110px, 37vw, 185px);
    }
    .story-hero-photo:nth-child(12n + 3){
        --photo-x: 2%;
        --photo-y: 47vh;
        --photo-w: clamp(145px, 49vw, 235px);
        --photo-h: clamp(170px, 57vw, 285px);
    }
    .story-hero-photo:nth-child(12n + 4){
        --photo-x: 52%;
        --photo-y: 58vh;
        --photo-w: clamp(140px, 47vw, 230px);
        --photo-h: clamp(185px, 60vw, 300px);
    }
    .story-hero-photo:nth-child(12n + 5){
        --photo-x: -7%;
        --photo-y: 75vh;
        --photo-w: clamp(130px, 43vw, 210px);
        --photo-h: clamp(95px, 32vw, 165px);
    }
    .story-hero-photo:nth-child(12n + 6){
        --photo-x: 35%;
        --photo-y: 81vh;
        --photo-w: clamp(135px, 45vw, 220px);
        --photo-h: clamp(170px, 56vw, 280px);
    }
    .story-hero-photo:nth-child(12n + 7){
        --photo-x: 62%;
        --photo-y: -2vh;
        --photo-w: clamp(110px, 37vw, 180px);
        --photo-h: clamp(90px, 30vw, 150px);
    }
    .story-hero-photo:nth-child(12n + 8){
        --photo-x: -12%;
        --photo-y: 31vh;
        --photo-w: clamp(120px, 40vw, 195px);
        --photo-h: clamp(120px, 40vw, 195px);
    }
    .story-hero-photo:nth-child(12n + 9){
        --photo-x: 82%;
        --photo-y: 34vh;
        --photo-w: clamp(105px, 35vw, 170px);
        --photo-h: clamp(140px, 47vw, 230px);
    }
    .story-hero-photo:nth-child(12n + 10){
        --photo-x: 17%;
        --photo-y: -4vh;
        --photo-w: clamp(115px, 38vw, 190px);
        --photo-h: clamp(85px, 28vw, 145px);
    }
    .story-hero-photo:nth-child(12n + 11){
        --photo-x: 70%;
        --photo-y: 79vh;
        --photo-w: clamp(110px, 37vw, 180px);
        --photo-h: clamp(90px, 30vw, 150px);
    }
    .story-hero-photo:nth-child(12n + 12){
        --photo-x: 28%;
        --photo-y: 34vh;
        --photo-w: clamp(110px, 37vw, 180px);
        --photo-h: clamp(95px, 32vw, 160px);
    }
    .story-hero-content{
        padding-top: 44px;
    }
    .story-hero-title{
        font-size: clamp(4.4rem, 22vw, 7.2rem);
    }
    .story-hero-subtitle{
        margin-top: 24px;
    }
    .story-strength-visual,
    .story-strength-visual img{
        min-height: 310px;
    }
    .story-strength-badge{
        align-items: flex-start;
        flex-direction: column;
        border-radius: 20px;
    }
    .story-strength-badge strong{
        max-width: none;
        text-align: left;
    }
    .story-timeline-head{
        text-align: left;
    }
    .story-timeline-head p{
        margin-left: 0;
    }
    .story-timeline-list{
        padding-top: 8px;
    }
    .story-timeline-list::before{
        left: 34px;
    }
    .story-timeline-item,
    .story-timeline-item:nth-child(even){
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 16px;
        margin-bottom: 42px;
    }
    .story-timeline-year{
        min-height: 68px;
        align-self: start;
    }
    .story-timeline-year span{
        font-size: 1.08rem;
    }
    .story-timeline-card{
        border-radius: 16px;
    }
}

/* HOME + ABOUT VISUAL REFINEMENTS */
.hero,
.hero-sec{
    background-color: var(--principal);
}

.hero > h1,
.hero-sec > h1{
    max-width: 1120px;
    color: var(--blanco);
    font-size: 4.1rem;
    line-height: 0.86;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 22px 80px rgba(0, 0, 0, 0.36);
    animation: refined-title-rise 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero .h1-destacado,
.hero-sec .h1-destacado{
    color: var(--secundario);
    font-size: 1em;
    text-shadow: 0 18px 50px rgba(249, 187, 0, 0.14);
}
.hero p,
.hero-sec p{
    max-width: 680px;
    font-family: var(--tipo-secundaria);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.86);
    animation: refined-fade-up 1s 0.16s cubic-bezier(0.22, 1, 0.36, 1) both;
    hyphens:   none;
}
.hero > a,
.hero-sec > a{
    animation: refined-fade-up 1s 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero .mouse,
.hero-sec .mouse{
    padding: 12px;
    border: 1px solid rgba(255, 244, 210, 0.2);
    border-radius: 999px;
    background-color: rgba(255, 244, 210, 0.08);
    backdrop-filter: blur(10px);
}





.legacy,
.new,
.certificados-ab{
    position: relative;
    overflow: hidden;
}




.legacy > *,
.new > *,
.certificados-ab > *{
    position: relative;
}

.sostenibilidad .h2,
.system-trazabilidad .h2,
.certificados .h2,
.cocoa-gb-head .h2,
.comunidad .h2,
.solutions .h2,
.new .h2,
.certificados-ab .h2,
.who .h2,
.legacy .h2,
.mision .h2,
.team .h2{
    font-family: var(--tipo-secundaria);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}
.sostenibilidad .h2,
.system-trazabilidad .h2,
.comunidad .h2,
.solutions .h2,
.new .h2,
.certificados-ab .h2,
.legacy .h2,
.team .h2{
    color: var(--principal);
}
.p,
.p-sub{
    hyphens: none;
}
.p-sub{
    color: #17332d;
}
.sostenibilidad_content,
.trazabilidad_content,
.comunidad_content,
.legacy-content,
.team-content,
.slider-cer-content{
    gap: 22px;
}
.sostenibilidad_content_img,
.trazabilida_content_img{
    box-shadow: 0 18px 42px rgba(249, 187, 0, 0.22);
}
.btn_principal{
    box-shadow: 0 14px 30px rgba(82, 44, 127, 0.12);
}

.sostenibilidad_img,
.comunidad_img,
.legacy-carousel,
.slider-certificados,
.tablet-video{
    filter: drop-shadow(0 26px 58px rgba(24, 36, 31, 0.16));
}
.sostenibilidad_img img,
.comunidad_img img,
.legacy-carousel-items img{
    border-radius: 28px;
}
.marco{
    filter: drop-shadow(0 24px 58px rgba(29, 46, 38, 0.16));
}

.contenedor-contador{
    border: 1px solid rgba(255, 244, 210, 0.16);
    background:
        linear-gradient(135deg, rgba(82, 44, 127, 0.98), rgba(71, 35, 112, 0.98)),
        var(--principal);
    box-shadow: 0 30px 80px rgba(82, 44, 127, 0.22);
}
.item-contador{
    padding: 22px 14px;
}
.item-contador .h2{
    color: var(--blanco);
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.item-contador h3{
    color: var(--secundario);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tablet-video{
    transform: rotate(-1deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}
.tablet-video:hover{
    transform: rotate(0deg) translateY(-8px);
    filter: drop-shadow(0 34px 70px rgba(24, 36, 31, 0.22));
}


.proceso_title{
    color: var(--blanco);
    letter-spacing: 0;
    text-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
}
.proceso_lista li{
    backdrop-filter: blur(2px);
}
.proceso_lista a{
    transition: background-color 0.28s ease, color 0.28s ease, padding-left 0.28s ease;
}
.proceso_lista a:hover,
.proceso_lista a:focus-visible{
    padding-left: 84px;
}

.certificados_slider,
.slider{
    padding: 8px 0;
}
.certificado_item,
.slider .slide{
    transition: transform 0.32s ease, filter 0.32s ease;
}
.certificado_item:hover,
.slider .slide:hover{
    transform: translateY(-6px);
    filter: drop-shadow(0 16px 28px rgba(82, 44, 127, 0.12));
}

.cocoa-gb-head{
    position: relative;
    overflow: hidden;
    min-height: 360px;
}

.cocoa-gb-head > *{
    position: relative;
    z-index: 1;
}


.solutions{
    position: relative;
    overflow: hidden;
}
.solutions::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(9, 24, 20, 0.55), rgba(9, 24, 20, 0.08));
}
.tarjeta-so{
    position: relative;
    border: 1px solid rgba(255, 244, 210, 0.62);
    border-radius: 28px;
    box-shadow: 0 28px 76px rgba(0, 0, 0, 0.2);
}

.tarjeta-event-item{
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(25, 39, 32, 0.1);
}
.tarjeta-event-item-img{
    min-height: 240px;
}
.tarjeta-event-item_ct{
    min-height: 120px;
}
.tarjeta-event-item_ct h3{
    font-family: var(--tipo-secundaria);
    line-height: 1.12;
    color: #17332d;
}

.hero-sec{
    overflow: hidden;
    isolation: isolate;
}
.hero-sec::before{
    content: "";
    position: absolute;
    inset: -4%;
    z-index: -2;
    background-image: url("../img/equipo-cea.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: hero-drift 18s ease-in-out infinite alternate;
    transform: scale(1.06);
}
.certificados-ab{
    background:
        linear-gradient(135deg, rgba(255, 250, 240, 0.95), rgba(244, 249, 241, 0.95)),
        url("../img/Textura-Papel-1.webp");
    background-position: center;
    background-size: cover;
}

.slider-cer-img{
    border-radius: 22px;
    box-shadow: inset 0 0 0 1px rgba(255, 244, 210, 0.18);
}
.who{
    position: relative;
    overflow: hidden;
    background:
        var(--principal)
}

.who > *{
    position: relative;
}
.who-imgs img{
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}
.legacy-carousel{
    border-radius: 28px;
}
.legacy-carousel-items img{
    min-height: 360px;
    object-fit: cover;
}
.legacy-carousel-botones img{
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.18));
    transition: transform 0.28s ease;
}
.legacy-carousel-botones img:hover{
    transform: translateY(-3px) scale(1.04);
}
.mision.pd-sec{
    position: relative;
    overflow: hidden;
    background:var(--principal);
}
.mision.pd-sec > *{
    position: relative;
}
.mision-titulos--ready .h2{
    border-bottom: 2px solid transparent;
    padding-bottom: 8px;
}
.mision-titulos--ready .h2.active-tab-ab{
    border-bottom-color: var(--secundario);
}
.team{
    background: var(--blanco);
}
.team-item{
    border-radius: 28px;
    background-color: #ffffff;
    overflow: hidden;
    transition: transform 0.32s ease, box-shadow 0.32s ease;
    text-align: center;
}
.team-content.team-content--org .p {
    text-align: center;
}
.team-item:hover{
    transform: translateY(-8px);
    box-shadow: 0 28px 28px rgba(31, 45, 38, 0.16);
    border-radius: 28px;
}
.team-item img{
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.team-item:hover img{
    transform: scale(1.04);
}

.team-org{
    position: relative;
    overflow: hidden;
    gap: 34px;
    background: var(--blanco);
}
.team-org > *{
    position: relative;
}
.team-content--org{
    align-items: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.team-content--org .p{
    max-width: 560px;
}
.team-org-chart{
    display: grid;
    grid-template-columns: repeat(14, minmax(0, 1fr));
    gap: 28px 16px;
    align-items: stretch;
    width: min(1260px, 100%);
    margin: 0 auto;
}
.team-org-chart .team-item{
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    justify-items: center;
    min-height: 210px;
    padding: 24px 16px;
    border: 1px solid rgba(82, 44, 127, 0.12);
    border-radius: 20px;
    background: linear-gradient(145deg, #ffffff, #f9f8fa);
    box-shadow: 0 10px 30px rgba(82, 44, 127, 0.08), inset 0 2px 0 rgba(255, 255, 255, 0.8);
    overflow: visible;
    isolation: isolate;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.team-org-chart .team-item::before{
    content: none;
}
.team-org-chart .team-item::after{
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.team-org-chart .team-item:hover,
.team-org-chart .team-item:focus-within{
    transform: translateY(-8px);
    box-shadow: 0 24px 42px rgba(82, 44, 127, 0.15), inset 0 2px 0 rgba(255, 255, 255, 0.8);
    border-color: rgba(82, 44, 127, 0.3);
}
.team-org-chart .team-item:hover::after,
.team-org-chart .team-item:focus-within::after{
    transform: translateY(8px);
}
.team-org-chart .team-item:first-child{
    grid-column: 5 / span 6;
    grid-row: 1;
    grid-template-columns: 132px minmax(0, 1fr);
    justify-items: start;
    min-height: 172px;
    padding: 28px;
    border-color: rgba(249, 187, 0, 0.45);
    border-left: 8px solid var(--secundario);
    border-radius: 24px;
    background: linear-gradient(145deg, var(--principal), #3d205f);
    color: var(--blanco);
    box-shadow: 0 16px 36px rgba(82, 44, 127, 0.3);
}
.team-org-chart .team-item:first-child:hover,
.team-org-chart .team-item:first-child:focus-within{
    box-shadow: 0 28px 48px rgba(82, 44, 127, 0.4);
    border-color: var(--secundario);
}

.team-org-chart .team-item:nth-child(2){
    grid-column: 5 / span 6;
    grid-row: 2;
    grid-template-columns: 104px minmax(0, 1fr);
    justify-items: start;
    min-height: 150px;
    padding: 22px;
    border-left: 6px solid var(--secundario);
}
.team-org-chart .team-item:nth-child(3),
.team-org-chart .team-item:nth-child(4),
.team-org-chart .team-item:nth-child(5),
.team-org-chart .team-item:nth-child(6),
.team-org-chart .team-item:nth-child(7),
.team-org-chart .team-item:nth-child(8),
.team-org-chart .team-item:nth-child(9){
    grid-column: span 2;
    grid-row: 3;
    margin-top: 22px;
}
.team-org-chart .team-item:nth-child(10){
    grid-column: 5 / span 2;
    grid-row: 4;
}
.team-org-chart .team-item:nth-child(11){
    grid-column: 7 / span 2;
    grid-row: 4;
}
.team-org-chart .team-item:nth-child(12){
    grid-column: 9 / span 2;
    grid-row: 4;
}
.team-org-chart .team-item:nth-child(n + 3){
    min-height: 190px;
    border-color: rgba(82, 44, 127, 0.18);
    border-top: 4px solid var(--secundario);
}

.team-org-chart .team-item a{
    position: relative;
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    outline: none;
}
.team-org-chart .team-item:first-child a{
    width: 132px;
    height: 132px;
}
.team-org-chart .team-item:nth-child(2) a{
    width: 104px;
    height: 104px;
}
.team-org-chart .team-item a::after{
    content: "in";
    position: absolute;
    right: -4px;
    bottom: -4px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 2px solid var(--blanco);
    border-radius: 50%;
    background: var(--principal);
    color: var(--blanco);
    font-family: Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease;
}
.team-org-chart .team-item:hover a::after,
.team-org-chart .team-item a:focus-visible::after{
    transform: scale(1.15) rotate(8deg);
    background: var(--secundario);
}
.team-org-chart .team-item a:focus-visible{
    box-shadow: 0 0 0 4px rgba(249, 187, 0, 0.42);
}
.team-org-chart .team-item img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 4px solid rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    object-fit: cover;
    background: #f2efe9;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}
.team-org-chart .team-item:hover img,
.team-org-chart .team-item:focus-within img{
    transform: scale(1.08) rotate(3deg);
    box-shadow: 0 12px 24px rgba(82, 44, 127, 0.2);
}
.team-org-chart .team-item div{
    align-items: center;
    padding: 0;
    text-align: center;
}
.team-org-chart .team-item h4{
    color: var(--negro);
    font-size: clamp(1rem, 1.55vw, 1.22rem);
    line-height: 1.15;
}
.team-org-chart .team-item p{
    margin-top: 6px;
    color: var(--principal);
    font-size: clamp(0.82rem, 1.2vw, 0.96rem);
    font-weight: 600;
    line-height: 1.28;
    text-align: center;
    hyphens: none;
}
.team-org-chart .team-item:first-child div,
.team-org-chart .team-item:nth-child(2) div{
    align-items: flex-start;
    text-align: left;
}
.team-org-chart .team-item:first-child h4,
.team-org-chart .team-item:first-child p{
    color: var(--blanco);
}
.team-org-chart .team-item:first-child p,
.team-org-chart .team-item:nth-child(2) p{
    text-align: left;
}
.team-org-chart .team-item:first-child h4{
    font-size: clamp(1.45rem, 3vw, 2rem);
}
.team-org-chart .team-item:first-child p{
    color: var(--secundario);
    font-size: 1.12rem;
}

@keyframes refined-title-rise{
    from{
        opacity: 0;
        filter: blur(12px);
        transform: translateY(38px) scale(0.96);
    }
    to{
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) scale(1);
    }
}
@keyframes refined-fade-up{
    from{
        opacity: 0;
        filter: blur(8px);
        transform: translateY(24px);
    }
    to{
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}




@media (max-width: 768px){
    .hero > h1,
    .hero-sec > h1{
        font-size: 3.55rem;
    }
    .hero-sec > h1{
        font-size: 4.15rem;
    }
    .proceso_lista a:hover,
    .proceso_lista a:focus-visible{
        padding-left: 28px;
    }
    .slide-cer{
        border-radius: 22px;
    }
    .legacy-carousel-items img{
        min-height: 280px;
    }
}

@media (min-width: 768px){
    .hero > h1,
    .hero-sec > h1{
        font-size: 6.4rem;
    }
    .hero p,
    .hero-sec p{
        font-size: 1.22rem;

    }
}

@media (min-width: 1200px){
    .hero > h1,
    .hero-sec > h1{
        font-size: 8.8rem;
    }
    .hero p,
    .hero-sec p{
        font-size: 1.35rem;
    }
}

@media (min-width: 1510px){
    .hero > h1,
    .hero-sec > h1{
        font-size: 10.8rem;
    }
}

@media (min-width: 1920px){
    .hero > h1,
    .hero-sec > h1{
        font-size: 12rem;
    }
}

/* EDITABLE OUR STORY TIMELINE */
.story-timeline{
    --timeline-year-col: 150px;
    --timeline-gap: 50px;
    --timeline-line-left: 175px;
}
.story-timeline-header{
    position: relative;
    max-width: 820px;
    margin: 0 auto 68px;
    text-align: center;
}
.story-timeline-header .subtitle{
    display: inline-block;
    margin-bottom: 16px;
    font-family: var(--tipo-secundaria);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--secundario);
}
.story-timeline-header .h2{
    color: var(--blanco);
}
.story-timeline-header .p{
    max-width: 680px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
}
.story-timeline-list{
    --line-color: rgba(255, 244, 210, 0.78);
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 0 30px;
}
.story-timeline-list::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--timeline-line-left);
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, transparent, var(--line-color) 8%, var(--line-color) 92%, transparent);
    transform: translateX(-50%);
}
.story-timeline-item,
.story-timeline-item:nth-child(even){
    position: relative;
    display: grid;
    grid-template-columns: var(--timeline-year-col) minmax(0, 1fr);
    gap: var(--timeline-gap);
    align-items: start;
    margin: 0 0 clamp(42px, 6vw, 78px);
    opacity: 0;
    transform: translate3d(0, 42px, 0);
    transition:
        opacity 0.76s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.76s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--stagger, 0) * 70ms);
}
.story-timeline-item:last-child{
    margin-bottom: 0;
}
.story-timeline-item::before{
    content: "";
    position: absolute;
    top: 34px;
    left: var(--timeline-line-left);
    z-index: 2;
    width: 18px;
    height: 18px;
    border: 3px solid var(--verde);
    border-radius: 999px;
    background-color: var(--secundario);
    box-shadow:
        0 0 0 8px rgba(255, 244, 210, 0.12),
        0 0 26px rgba(249, 187, 0, 0.34);
    transform: translateX(-50%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}
.story-timeline-item:hover::before{
    transform: translateX(-50%) scale(1.35);
    box-shadow:
        0 0 0 10px rgba(255, 244, 210, 0.22),
        0 0 36px rgba(249, 187, 0, 0.65);
}
.story-timeline-item.is-visible{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.story-timeline-year{
    position: relative;
    top: auto;
    z-index: 3;
    grid-column: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 0;
    padding-top: 18px;
}
.story-timeline-year span{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 62px;
    padding: 14px 20px;
    border: 1px solid rgba(255, 244, 210, 0.28);
    border-radius: 999px;
    background:var(--verde);
    color: var(--secundario);
    font-family: var(--tipo-secundaria);
    font-size: clamp(1.38rem, 2.4vw, 2.35rem);
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
}
.story-timeline-item:hover .story-timeline-year span{
    transform: scale(1.08) rotate(-3deg);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28), 0 0 24px rgba(249, 187, 0, 0.25);
    border-color: rgba(255, 244, 210, 0.6);
}
.story-timeline-content,
.story-timeline-item:nth-child(even) .story-timeline-content{
    position: relative;
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    padding: clamp(24px, 3.5vw, 44px);
    border: 1px solid rgba(255, 244, 210, 0.16);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 244, 210, 0.09), rgba(255, 244, 210, 0.045)),
        rgba(255, 255, 255, 0.035);
    box-shadow: 0 26px 72px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
}
.story-timeline-item:hover .story-timeline-content,
.story-timeline-item:nth-child(even):hover .story-timeline-content{
    transform: translateY(-8px);
    box-shadow: 0 38px 88px rgba(0, 0, 0, 0.32), inset 0 2px 0 rgba(255, 244, 210, 0.2);
    border-color: rgba(255, 244, 210, 0.45);
}
.story-timeline-content::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: var(--verde);
    opacity: 1;
}
.cacao-frame{
    position: absolute;
    top: 20px;
    right: 22px;
    width: clamp(82px, 10vw, 136px);
    opacity: 0.2;
    pointer-events: none;
}
.cacao-frame img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.story-timeline-body{
    position: relative;
    z-index: 1;
    max-width: 100%;
}
.story-timeline-body h3{
    margin-top: 22px;
    color: var(--secundario);
    font-family: var(--tipo-secundaria);
    font-size: clamp(1.45rem, 2.7vw, 2.2rem);
    font-weight: 800;
    line-height: 1.08;
}
.story-timeline-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: start;
    margin: 0 0 20px 0;
}
.story-timeline-div img {
    border: 10px solid var(--secundario);
    border-radius: 100px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
}
.story-timeline-item:hover .story-timeline-div img {
    transform: scale(1.08) rotate(5deg);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
}
.story-timeline-div-carousel{
    --carousel-gap: 18px;
    margin-top: 24px;
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.story-timeline-carousel-track{
    display: flex;
    width: max-content;
    gap: var(--carousel-gap);
    animation: storyTimelineCarousel 18s linear infinite;
    will-change: transform;
}
.story-timeline-div-carousel:hover .story-timeline-carousel-track,
.story-timeline-div-carousel:focus-within .story-timeline-carousel-track{
    animation-play-state: paused;
}
.story-timeline-div-carousel img{
    flex: 0 0 auto;
    width: clamp(92px, 13vw, 132px);
    aspect-ratio: 1;
    object-fit: contain;
    padding: 14px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    transition: transform 0.28s ease, border-color 0.28s ease;
}
.story-timeline-div-carousel img:hover{
    transform: translateY(-6px) scale(1.04);
    border-color: rgba(255, 255, 255, 0.42);
}
.story-timeline-img-almacenes{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}
.story-timeline-img-almacenes img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.32s ease, filter 0.32s ease;
}
.story-timeline-img-almacenes img:hover{
    transform: translateY(-6px);
    filter: brightness(1.08);
}
@keyframes storyTimelineCarousel{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(calc(-50% - (var(--carousel-gap) / 2)));
    }
}
.story-timeline-body h3:first-child{
    margin-top: 0;
}
.story-timeline-body p{
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--tipo-secundaria);
    font-size: clamp(1rem, 1.35vw, 1.15rem);
    line-height: 1.68;
}
.story-timeline-body p:first-child{
    margin-top: 0;
}
.story-timeline-body strong{
    color: var(--blanco);
    font-weight: 800;
}
.story-timeline-body ul{
    display: grid;
    gap: 10px;
    margin-top: 20px;
    padding: 0;
}
.story-timeline-body li{
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--tipo-secundaria);
    font-size: 1rem;
    line-height: 1.5;
}
.story-timeline-body li::before{
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: var(--secundario);
    transform: translateY(-50%);
}
.story-timeline-media{
    margin-top: 24px;
    overflow: hidden;
    border-radius: 18px;
}
.story-timeline-media img{
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.story-timeline-item:hover .story-timeline-media img{
    transform: scale(1.06);
}
.story-timeline-highlight{
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid var(--secundario);
    border-radius: 14px;
    background-color: rgba(255, 244, 210, 0.08);
    color: var(--blanco);
    font-family: var(--tipo-secundaria);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}
.story-timeline-link{
    display: inline-flex;
    width: auto;
    margin-top: 24px;
    padding: 13px 20px;
    border-radius: 999px;
    background-color: var(--secundario);
    color: var(--negro);
    font-family: var(--tipo-secundaria);
    font-size: 0.95rem;
    font-weight: 800;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.story-timeline-link:hover,
.story-timeline-link:focus-visible{
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

@media (max-width: 991px){
    .story-timeline{
        --timeline-year-col: 118px;
        --timeline-gap: 34px;
        --timeline-line-left: 135px;
    }
    .story-timeline-header{
        margin-bottom: 52px;
        text-align: left;
    }
    .story-timeline-header .p{
        margin-left: 0;
        text-align: left;
    }
    .story-timeline-year{
        top: auto;
    }
    .story-timeline-year span{
        min-width: 96px;
        min-height: 54px;
        padding: 12px 16px;
    }
}

@media (max-width: 640px){
    .story-timeline{
        --timeline-year-col: 62px;
        --timeline-gap: 22px;
        --timeline-line-left: 73px;
    }
    .story-timeline-header{
        margin-bottom: 40px;
    }
    .story-timeline-list{
        padding-top: 4px;
    }
    .story-timeline-item,
    .story-timeline-item:nth-child(even){
        margin-bottom: 42px;
    }
    .story-timeline-item::before{
        top: 24px;
        width: 14px;
        height: 14px;
        box-shadow:
            0 0 0 6px rgba(255, 244, 210, 0.1),
            0 0 20px rgba(249, 187, 0, 0.28);
    }
    .story-timeline-year{
        padding-top: 8px;
    }
    .story-timeline-year span{
        min-width: 56px;
        min-height: 40px;
        padding: 8px 7px;
        font-size: 1rem;
    }
    .story-timeline-content,
    .story-timeline-item:nth-child(even) .story-timeline-content{
        padding: 22px 18px;
        border-radius: 18px;
    }
    .cacao-frame{
        top: 12px;
        right: 12px;
        width: 74px;
    }
    .story-timeline-body h3{
        font-size: 1.35rem;
    }
    .story-timeline-media img{
        max-height: 220px;
    }
    .story-timeline-div{
        flex-direction: column;
        align-items: flex-start;
    }
    .story-timeline-div img{
        width: 150px;
        height: 150px;
    }
    .story-timeline-img-almacenes{
        grid-template-columns: 1fr;
    }
    .story-timeline-div-carousel{
        --carousel-gap: 12px;
    }
    .story-timeline-div-carousel img{
        width: 92px;
        padding: 10px;
        border-radius: 14px;
    }
}

@media (prefers-reduced-motion: reduce){
    .story-timeline-carousel-track{
        animation: none;
    }
    .story-timeline-div-carousel img,
    .story-timeline-img-almacenes img{
        transition: none;
    }
}

/* LOCATIONS */
.locations-hero,
.locations-origin{
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: var(--principal);
    color: var(--blanco);
}
.locations-hero{
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    gap: clamp(34px, 6vw, 90px);
    align-items: center;
    padding-top: clamp(120px, 14vh, 180px);
}

.locations-hero-pattern{
    position: absolute;
    inset: auto -8% -18% auto;
    z-index: -1;
    width: min(760px, 72vw);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 244, 210, 0.12);
    border-radius: 50%;
    opacity: 0.56;
}

.locations-hero-pattern::after{
    inset: 25%;
}
.locations-hero-content{
    max-width: 760px;
}
.locations-eyebrow{
    display: inline-block;
    margin-bottom: 18px;
    color: var(--secundario);
    font-family: var(--tipo-secundaria);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.locations-hero h1{
    max-width: 820px;
    color: var(--blanco);
    font-family: var(--tipo-principal);
    font-size: clamp(3.5rem, 10vw, 5.8rem);
    line-height: 0.84;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
    hyphens: none;
}

.locations-hero-subtitle{
    max-width: 650px;
    margin-top: 15px;
    color: var(--blanco);
    font-family: var(--tipo-complemento);
    font-size: clamp(1.55rem, 3vw, 2.55rem);
    font-weight: 700;
    line-height: 1.06;
}
.locations-hero-copy{
    max-width: 650px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--tipo-secundaria);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.68;
}
.locations-hero .btn_principal{
    width: max-content;
    margin-top: 32px;
}
.locations-hero-visual{
    position: relative;
    min-height: clamp(360px, 42vw, 620px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.locations-hero-map{
    position: relative;
    width: min(100%, 760px);
    padding: 25px;
    border: 1px solid rgba(255, 244, 210, 0.18);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 244, 210, 0.1), rgba(255, 244, 210, 0.035)),
        rgba(255, 255, 255, 0.04);
    box-shadow: 0 34px 88px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

.locations-hero-map img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 25px;
}
.locations-map-card{
    position: absolute;
    z-index: 2;
    min-width: 150px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 244, 210, 0.2);
    border-radius: 18px;
    background-color: rgba(18, 39, 34, 0.72);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
}
.locations-map-card span{
    display: block;
    color: var(--secundario);
    font-family: var(--tipo-secundaria);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.locations-map-card strong{
    display: block;
    margin-top: 6px;
    color: var(--blanco);
    font-family: var(--tipo-secundaria);
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
}
.locations-map-card--origin{
    left: 0;
    bottom: 15%;
}
.locations-map-card--markets{
    top: 12%;
    right: 0;
}

.locations-origin{
    padding-top: clamp(68px, 8vw, 110px);
}
.locations-origin::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: min(1180px, calc(100% - 50px));
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 244, 210, 0.3), transparent);
    transform: translateX(-50%);
}
.locations-origin-header{
    max-width: 780px;
    margin: 0 auto 44px;
    text-align: center;
}
.locations-origin-header .h2{
    color: var(--blanco);
}
.locations-origin-header .p{
    max-width: 680px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.76);
    text-align: center;
}
.locations-origin-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
}
.locations-origin-card{
    position: relative;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: clamp(24px, 2.6vw, 34px);
    border: 1px solid rgba(255, 244, 210, 0.15);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 244, 210, 0.035), rgba(255, 244, 210, 0.085)),
        rgba(255, 255, 255, 0.035);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.36s ease, background-color 0.36s ease;
}
.locations-origin-card::before{
    content: "";
    position: absolute;
    top: -90px;
    right: -80px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(249, 187, 0, 0.16);
    border-radius: 50%;
}

.locations-origin-card:hover{
    transform: translateY(-8px);
    border-color: rgba(249, 187, 0, 0.34);
    background-color: rgba(255, 255, 255, 0.055);
}
.locations-origin-card > *{
    position: relative;
    z-index: 1;
}
.locations-origin-number{
    position: absolute;
    top: 22px;
    left: 24px;
    color: rgba(255, 244, 210, 0.34);
    font-family: var(--tipo-secundaria);
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 1;
}
.locations-origin-card h3{
    color: var(--secundario);
    font-family: var(--tipo-secundaria);
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
    font-weight: 800;
    line-height: 1.1;
}
.locations-origin-card p{
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--tipo-secundaria);
    font-size: 0.98rem;
    line-height: 1.55;
}
.locations-reveal{
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, 34px, 0);
    transition:
        opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--stagger, 0) * 80ms);
}
.locations-reveal.is-visible{
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1180px){
    .locations-hero{
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .locations-hero-content{
        max-width: 860px;
    }
    .locations-hero-visual{
        min-height: 360px;
    }
    .locations-origin-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px){
    .locations-hero{
        padding-top: 110px;
        gap: 30px;
    }
    .locations-hero h1{
        font-size: clamp(3.5rem, 16vw, 5.8rem);
        hyphens: none;
        line-height: 1.1;
    }
    .locations-hero .btn_principal{
        width: 100%;
    }
    .locations-hero-visual{
        min-height: 280px;
    }
    .locations-hero-map{
        border-radius: 22px;
        padding: 18px;
    }
    .locations-map-card{
        min-width: 112px;
        padding: 12px 14px;
        border-radius: 14px;
    }
    .locations-map-card strong{
        font-size: 1.05rem;
    }
    .locations-map-card--origin{
        left: 8px;
        bottom: 8px;
    }
    .locations-map-card--markets{
        top: 8px;
        right: 8px;
    }
    .locations-origin-header{
        text-align: left;
    }
    .locations-origin-header .p{
        margin-left: 0;
        text-align: left;
    }
    .locations-origin-grid{
        grid-template-columns: 1fr;
    }
    .locations-origin-card{
        min-height: 250px;
    }
}

/* CONTACT */
.contact-page{
    background: var(--principal);
}
.contact-hero{
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: clamp(34px, 6vw, 88px);
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding-top: clamp(120px, 14vh, 180px);
    background: var(--principal);
    color: var(--blanco);
    text-align: left;
    border-bottom: 1px solid var(--secundario);
}

.contact-hero-content{
    max-width: 780px;
}
.contact-eyebrow{
    display: inline-block;
    margin-bottom: 18px;
    color: var(--secundario);
    font-family: var(--tipo-secundaria);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.contact-hero h1{
    text-align: left;
    color: #fff;
    font-family: var(--tipo-principal);
    font-size: clamp(4rem, 8vw, 8.8rem);
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}
.contact-hero-content p{
    max-width: 650px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--tipo-secundaria);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.68;
}
.contact-form-shell{
    position: relative;
    padding: clamp(22px, 4vw, 42px);
    border: 1px solid rgba(255, 244, 210, 0.18);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 244, 210, 0.12), rgba(255, 244, 210, 0.045)),
        rgba(255, 255, 255, 0.04);
    box-shadow: 0 34px 88px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

.contact-form{
    position: relative;
    display: grid;
    gap: 18px;
}
.contact-field{
    display: grid;
    gap: 8px;
}
.contact-field label{
    color: var(--blanco);
    font-family: var(--tipo-secundaria);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.contact-field input,
.contact-field select,
.contact-field textarea{
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid rgba(255, 244, 210, 0.2);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.42);
    color: var(--blanco);
    font-family: var(--tipo-secundaria);
    font-size: 1rem;
    outline: none;
    transition: border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}
.contact-field textarea{
    min-height: 140px;
    padding: 16px 18px;
    resize: vertical;
}
.contact-field select{
    cursor: pointer;
}
.contact-field select option{
    color: var(--negro);
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus{
    border-color: var(--secundario);
    background-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 0 0 4px rgba(249, 187, 0, 0.14);
}
.contact-form-status{
    min-height: 22px;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--tipo-secundaria);
    font-size: 0.95rem;
    line-height: 1.45;
}
.contact-form-status[data-status="success"]{
    color: var(--secundario);
}
.contact-form-status[data-status="error"]{
    color: #ffd6d6;
}
.contact-form.is-sending{
    opacity: 0.78;
}
.contact-submit:disabled{
    cursor: wait;
    opacity: 0.72;
}
.contact-submit{
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}

@media (max-width: 991px){
    .contact-hero{
        grid-template-columns: 1fr;
        min-height: auto;
    }
}

@media (max-width: 640px){
    .contact-hero{
        padding-top: 110px;
    }
    .contact-hero h1{
        font-size: clamp(3.5rem, 16vw, 5.8rem);
    }
    .contact-form-shell{
        border-radius: 22px;
    }
}

/* LOCATIONS COLLECTION CENTERS */
.locations-origin{
    display: flex;
    flex-direction: column;
    gap: clamp(54px, 7vw, 92px);
}
.locations-collection-block,
.locations-projection-block{
    position: relative;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
.locations-collection-block > .h2,
.locations-projection-block > .h2{
    color: var(--secundario);
    font-family: var(--tipo-principal);
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: 0.92;
    text-align: center;
    text-transform: uppercase;
}
.locations-collection-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 320px));
    gap: clamp(24px, 4vw, 54px);
    justify-content: center;
    margin-top: clamp(34px, 5vw, 64px);
}
.locations-collection-card{
    border-radius: 18px;
    background-color: var(--blanco);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.34s ease;
}
.locations-collection-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 34px 86px rgba(0, 0, 0, 0.26);
}
.locations-collection-card a{
    display: grid;
    gap: 18px;
    padding: clamp(20px, 3vw, 28px);
}
.locations-collection-card h3{
    color: var(--principal);
    font-family: var(--tipo-principal);
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    line-height: 1;
    text-transform: uppercase;
}
.locations-collection-image{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.locations-collection-image > img{
    width: 100%;
    aspect-ratio: 16 / 7.4;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.locations-collection-card:hover .locations-collection-image > img{
    transform: scale(1.06);
}
.locations-collection-icon{
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background-color: var(--verde);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
    transition: transform 0.28s ease;
}
.locations-collection-icon img{
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.locations-collection-card:hover .locations-collection-icon{
    transform: translateX(4px);
}
.locations-projection-block{
    max-width: 880px;
}
.locations-projection-list{
    display: flex;
    gap: 34px 90px;
    justify-content: center;
    margin-top: clamp(30px, 4vw, 46px);
    counter-reset: projection;
}
.locations-projection-list li{
    counter-increment: projection;
    color: var(--blanco);
    font-family: var(--tipo-complemento);
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}
.locations-projection-list li::before{
    content: counter(projection) ". ";
}

@media (max-width: 768px){
    .locations-collection-grid,
    .locations-projection-list{
        grid-template-columns: 1fr;
    }
    .locations-collection-block > .h2,
    .locations-projection-block > .h2{
        text-align: center;
    }
    .locations-projection-list{
        gap: 22px;
    }
}

/* EL DORADO LOCATION DETAIL */
.el-dorado-hero{
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    background: var(--principal);
    color: var(--blanco);
    padding: 0 50px;
}
.el-dorado-hero-image{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: none;
    margin-right: 0;
    min-height: 300px;
    background-image: url("../img/ct-movil.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    border: solid 15px var(--secundario);
    border-radius: 25px;
}
.el-dorado-hero-content{
    padding-bottom: 30px;
    padding-top: 50px;
    width: 100%;
}

    .products-hero .products-hero-image{
      background-image: url("../img/agricultor-movil.png");
      background-position: center 38%;
    }

.el-dorado-pill{
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 22px;
    border-radius: 999px;
    background-color: var(--secundario);
    color: var(--negro);
    font-family: var(--tipo-complemento);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
}
.el-dorado-hero h1{
    margin-top: 28px;
    color: var(--blanco);
    font-family: var(--tipo-principal);
    font-size: clamp(4rem, 6.3vw, 7.4rem);
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}
.el-dorado-hero h1 span{
    display: block;
    color: var(--secundario);
}
.el-dorado-hero p{
    max-width: 660px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--tipo-complemento);
    font-size: clamp(1.18rem, 1.7vw, 1.48rem);
    line-height: 1.28;
}
.el-dorado-hero-visual{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: clamp(520px, 58vw, 790px);
    margin-right: calc(-1 * clamp(24px, 7vw, 110px));
}
.el-dorado-detail{
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
    gap: clamp(36px, 6vw, 82px);
    align-items: center;
    background:
        linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        url("../img/Textura-Papel-1.webp");
    background-position: center;
    background-size: cover;
}
.el-dorado-detail-image{
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(24, 36, 31, 0.16);
}
.el-dorado-detail-image img{
    width: 100%;
    min-height: clamp(420px, 48vw, 620px);
    object-fit: cover;
}
.el-dorado-detail-content{
    max-width: 680px;
}
.el-dorado-lead{
    color: var(--negro);
    font-family: var(--tipo-secundaria);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    font-weight: 800;
    line-height: 1.35;
}
.el-dorado-detail h2{
    margin-top: 24px;
    color: var(--principal);
    font-family: var(--tipo-secundaria);
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    font-weight: 800;
    line-height: 1.05;
}
.el-dorado-detail-content > p:not(.el-dorado-lead){
    margin-top: 22px;
    color: var(--negro);
    font-family: var(--tipo-secundaria);
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.55;
}
.el-dorado-stat{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    margin-top: 36px;
    padding: clamp(22px, 3vw, 32px);
    border-radius: 18px;
    background-color: #142b25;
    box-shadow: 0 22px 54px rgba(20, 43, 37, 0.22);
}
.el-dorado-stat strong{
    color: var(--secundario);
    font-family: var(--tipo-secundaria);
    font-size: clamp(3rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 1;
}
.el-dorado-stat span{
    color: var(--blanco);
    font-family: var(--tipo-secundaria);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.35;
}

@media (max-width: 991px){
    .el-dorado-detail{
        grid-template-columns: 1fr;
    }
    
    .el-dorado-hero-visual{
        min-height: 440px;
        justify-content: center;
        margin-right: 0;
    }
}

@media (max-width: 640px){
    .el-dorado-pill{
        min-height: 38px;
        padding: 9px 18px;
        font-size: 0.92rem;
    }
    .el-dorado-hero h1{
        margin-top: 22px;
        max-width: 340px;
        font-size: clamp(2.85rem, 11.8vw, 3.55rem);
        line-height: 0.95;
    }
    .el-dorado-hero p{
        max-width: 330px;
        margin-top: 22px;
        font-size: 1rem;
        line-height: 1.34;
    }
    .el-dorado-hero-visual{
        width: 100%;
        min-height: auto;
        margin-top: 2px;
    }
    .el-dorado-detail-image img{
        min-height: 320px;
    }
    .el-dorado-stat{
        grid-template-columns: 1fr;
        gap: 14px;
    }

}

/* COMMUNITY + NEWS */
.page-eyebrow{
    display: inline-block;
    margin-bottom: 16px;
    color: var(--secundario);
    font-family: var(--tipo-secundaria);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.section-intro{
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}
.section-intro .h2{
    color: var(--principal);
    font-family: var(--tipo-secundaria);
    font-weight: 800;
    line-height: 0.98;
}
.section-intro .p{
    max-width: 650px;
    margin: 20px auto 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.68);
}

.community-hero,
.news-hero{
    position: relative;
    min-height: 92vh;
    min-height: 92svh;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding-top: clamp(120px, 14vh, 180px);
    background: var(--principal);
    color: var(--blanco);
}
.community-hero{
    grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(34px, 6vw, 90px);
}

.community-hero-media{
    position: relative;
    overflow: hidden;
    min-height: 600px;
    border-radius: 28px;
    box-shadow: 0 34px 88px rgba(0, 0, 0, 0.24);
}
.community-hero-media img{
    width: 100%;
    min-height: 600px;
    object-fit: cover;
}
.community-hero-content h1,
.news-hero-content h1{
    color: #fff;
    font-family: var(--tipo-principal);
    font-size: clamp(4.4rem, 9vw, 9rem);
    line-height: 0.88;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}
.community-hero-content p,
.news-hero-content p{
    max-width: 650px;
    margin-top: 26px;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--tipo-secundaria);
    font-size: clamp(1rem, 1.45vw, 1.22rem);
    line-height: 1.64;
}

.community-impact,
.news-listing{
    background:url("../img/Textura-Papel-1.webp");
    background-position: center;
    background-size: cover;
}
.community-impact-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1160px;
    margin: 0 auto;
}
.community-section-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
}
.community-impact-card,
.community-section-card,
.news-card{
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 58px rgba(31, 45, 38, 0.11);
    transition: transform 0.32s ease, box-shadow 0.32s ease;
}
.community-impact-card{
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(82, 44, 127, 0.08);
}
.community-impact-card:hover,
.community-section-card:hover,
.news-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 30px 74px rgba(31, 45, 38, 0.16);
}
.community-section-card{
    overflow: hidden;
}
.community-section-card a,
.news-featured-card a{
    height: 100%;
}
.community-section-card img{
    width: 100%;
    height: clamp(250px, 25vw, 340px);
    object-fit: cover;
}
.community-section-card div{
    padding: clamp(24px, 3vw, 34px);
}
.community-section-card span{
    color: var(--secundario);
    font-family: var(--tipo-secundaria);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.community-impact-card span{
    color: rgba(82, 44, 127, 0.18);
    font-family: var(--tipo-secundaria);
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1;
}
.community-impact-card h3,
.community-section-card h3,
.news-card h3{
    margin-top: 18px;
    color: var(--principal);
    font-family: var(--tipo-secundaria);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 800;
    line-height: 1.08;
}
.community-impact-card p,
.community-section-card p,
.news-card p{
    margin-top: 14px;
    color: rgba(0, 0, 0, 0.68);
    font-family: var(--tipo-secundaria);
    font-size: 1rem;
    line-height: 1.55;
}
.community-feature{
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(34px, 6vw, 88px);
    align-items: center;
    background: var(--principal);
    color: var(--blanco);
}
.community-feature-content .h2{
    color: #fff;
    font-family: var(--tipo-secundaria);
    font-weight: 800;
    line-height: 0.98;
}
.community-feature-content .p{
    max-width: 640px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.78);
}
.community-feature-content .btn_principal{
    margin-top: 28px;
}
.community-feature-image{
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 34px 88px rgba(0, 0, 0, 0.24);
}
.community-feature-image img{
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.news-hero{
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    gap: clamp(34px, 6vw, 90px);
}
.news-featured-card{
    overflow: hidden;
    border: 1px solid rgba(255, 244, 210, 0.16);
    border-radius: 28px;
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 34px 88px rgba(0, 0, 0, 0.24);
}
.news-featured-card img{
    width: 100%;
    height: clamp(260px, 28vw, 390px);
    object-fit: cover;
}
.news-featured-card div{
    padding: clamp(24px, 3vw, 34px);
}
.news-featured-card span,
.news-card span{
    color: var(--secundario);
    font-family: var(--tipo-secundaria);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.news-featured-card h3{
    hyphens: none;
    margin-top: 12px;
    color: #fff;
    font-family: var(--tipo-secundaria);
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    font-weight: 800;
    line-height: 1.05;
}
.news-featured-card p{
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.76);
    font-family: var(--tipo-secundaria);
    line-height: 1.55;
}
.news-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.news-card{
    overflow: hidden;
}
.news-card a{
    height: 100%;
}
.news-card img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.news-card div{
    padding: 24px;
}
.news-events-band{
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
    background: var(--principal);
    color: var(--blanco);
}
.news-events-band .h2{
    color: #fff;
    font-family: var(--tipo-secundaria);
    font-weight: 800;
    line-height: 0.98;
}
.news-events-band .p{
    color: rgba(255, 255, 255, 0.78);
}

.article-page{
    background:
        linear-gradient(rgba(255, 250, 240, 0.94), rgba(255, 250, 240, 0.98)),
        url("../img/Textura-Papel-1.webp");
    background-position: center;
    background-size: cover;
}
.article-hero{
    min-height: 50vh;
    min-height: 50svh;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: clamp(34px, 6vw, 90px);
    align-items: center;
    padding-top: clamp(120px, 14vh, 176px);
    background: var(--principal);
    color: var(--blanco);
    overflow: hidden;
}
.article-hero-content h1{
    color: #fff;
    font-family: var(--tipo-principal);
    font-size: clamp(4rem, 8vw, 8rem);
    line-height: 0.9;
    text-transform: uppercase;
    text-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
    hyphens: none;
}
.article-hero-content p{
    max-width: 650px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--tipo-secundaria);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.65;
}
.article-hero-image{
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 34px 88px rgba(0, 0, 0, 0.25);
}
.article-hero-image img{
    width: 100%;
    min-height: clamp(360px, 45vw, 620px);
    object-fit: cover;
}
.article-layout{
    display: grid;
    grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr);
    gap: clamp(30px, 6vw, 86px);
    align-items: start;
}
.article-meta{
    position: sticky;
    top: 110px;
    padding: 26px;
    border-left: 5px solid var(--secundario);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 46px rgba(31, 45, 38, 0.1);
}
.article-meta span{
    color: var(--secundario);
    font-family: var(--tipo-secundaria);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.article-meta strong{
    display: block;
    margin-top: 10px;
    color: var(--principal);
    font-family: var(--tipo-secundaria);
    font-size: 1.35rem;
    line-height: 1.1;
    hyphens: none;
}
.article-meta p{
    margin-top: 12px;
    color: rgba(0, 0, 0, 0.62);
    font-family: var(--tipo-secundaria);
    line-height: 1.5;
}
.article-body{
    max-width: 820px;
    font-family: var(--tipo-secundaria);
    color: rgba(0, 0, 0, 0.78);
}
.article-body .article-lead{
    color: var(--principal);
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    font-weight: 800;
    line-height: 1.28;
}
.article-body h2{
    margin-top: 38px;
    color: var(--principal);
    font-size: clamp(1.65rem, 3vw, 2.55rem);
    font-weight: 800;
    line-height: 1.06;
    hyphens:   none;
}
.article-body p,
.article-body li{
    margin-top: 18px;
    font-size: 1.05rem;
    line-height: 1.72;
    text-align: justify;
    
}
.article-hero-content span {
  color: var(--secundario);
  font-family: var(--tipo-secundaria);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.article-body ul{
    margin-top: 20px;
    padding-left: 22px;
}
.article-body li{
    list-style: disc;
}
.article-body blockquote,
.article-highlight{
    margin-top: 34px;
    padding: clamp(24px, 4vw, 34px);
    border-radius: 22px;
    background: var(--verde);
    color: var(--blanco);
    box-shadow: 0 24px 64px rgba(31, 45, 38, 0.16);
}
.article-body blockquote{
    border-left: 8px solid var(--secundario);
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 800;
    line-height: 1.32;
}
.article-highlight strong{
    color: var(--secundario);
    font-size: 1.6rem;
}
.article-highlight p{
    color: rgba(255, 255, 255, 0.82);
}
.article-body figure{
    margin-top: 34px;
}
.article-body figure img{
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(31, 45, 38, 0.14);
}
.article-body figcaption{
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.55);
    font-size: 0.92rem;
}
.article-body .btn_principal{
    margin-top: 38px;
}

@media (max-width: 991px){
    .community-hero,
    .community-feature,
    .news-hero,
    .news-events-band{
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .community-impact-grid,
    .community-section-grid,
    .news-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .article-hero,
    .article-layout{
        grid-template-columns: 1fr;
    }
    .article-layout{
        gap: 32px;
    }
    .article-meta{
        position: static;
    }
}

@media (max-width: 640px){
    .community-hero,
    .news-hero{
        padding-top: 112px;
    }
    .community-hero-content h1,
    .news-hero-content h1{
        font-size: clamp(3.5rem, 16vw, 5.4rem);
    }
    .community-impact-grid,
    .community-section-grid,
    .news-grid{
        grid-template-columns: 1fr;
    }
    .community-hero-media,
    .community-feature-image img{
        min-height: 320px;
    }
    .article-hero{
        min-height: auto;
        padding-top: 112px;
    }
    .article-hero-content h1{
        font-size: clamp(3.5rem, 16vw, 5.2rem);
    }
    .article-hero-image img{
        min-height: 320px;
    }
    .article-meta{
        padding: 22px;
    }
}

/* PRODUCTS HTML STYLES */
.products-hero,
.products-hero h1,
.products-hero p{
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}

main .products-hero h1 {
  font-size: clamp(5.5rem, 6vw, 8.5rem);
}

.product-showcase{
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url("../img/Textura-Papel-1.webp");
  background-position: center;
  background-size: cover;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}

.product-showcase-head{
  max-width: 76rem;
  margin-bottom: clamp(3.4rem, 5vw, 5.8rem);
}

.product-showcase-head .h2{
  color: var(--principal);
  line-height: 1;
}

.product-feature{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(32rem, 0.8fr);
  gap: clamp(2.8rem, 4vw, 5.8rem);
  align-items: center;
  min-height: clamp(43rem, 42vw, 54.8rem);
  padding: clamp(4.4rem, 5vw, 7.2rem);
  border-radius: 4.2rem;
  background-color: var(--verde);
  color: var(--blanco);
  box-shadow: 0 2.4rem 5.8rem rgba(24, 36, 31, 0.14);
  overflow: visible;
  position: relative;
}

.product-feature + .product-feature{
  margin-top: clamp(2.8rem, 4vw, 4.6rem);
}

.product-feature--process .product-feature-media{
  order: 2;
}

.product-feature-media{
  position: relative;
  z-index: 1;
  width: min(100%, 56rem);
  justify-self: end;
  margin-top: clamp(-8.6rem, -6vw, -4.6rem);
  margin-bottom: clamp(-8.6rem, -6vw, -4.6rem);
  overflow: visible;
  background-color: transparent;
}

.product-feature-media img{
  display: block;
  width: 85%;
  height: auto;
  object-position: center;
  transform: none;
  transition: transform 0.55s ease;
}

.product-feature:hover .product-feature-media img{
  transform: scale(1.02);
}

.product-feature-content{
  max-width: 65rem;
  position: relative;
  z-index: 2;
}

.product-feature-content h3{
  margin-top: 0;
  color: var(--blanco);
  font-family: var(--tipo-principal);
  font-size: clamp(5.5rem, 9vw, 8.5rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}

.product-feature-content h3 span{
  color: var(--secundario);
}

.product-feature-content p{
  max-width: 62rem;
  margin-top: clamp(2.6rem, 3vw, 3.8rem);
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--tipo-secundaria);
  font-size: clamp(1.1rem, 1.55vw, 1.82rem);
  line-height: 1.3;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}

.product-feature-content .btn_principal{
  margin-top: clamp(3.4rem, 4vw, 5.2rem);
  min-width: 28.2rem;
  justify-content: center;
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
}

#products-title {
    font-size: 4rem !important;
}


#products-subtitle {
    font-size: 4rem !important;
}

#products-text {
    font-size: 20px !important;
}

#pe-sub {
    font-size: 2rem;
}

#pe {
    font-size: 1.4rem;
}

#trazabilidad-video-inicio{
    background:#fff;
    margin-top: 120px;
}
