
/* ==========================================================
   ITEM CAT PRODUCT
========================================================== */
.itemCatProduct{
  position:relative;
  overflow:hidden;
  display:inline-block;
  cursor:pointer;
  border-radius:10px;
  width:460px;
  height:460px;
}

.itemCatProduct img.imgDest{
  width:100%;
  height:100%;
  border-radius:10px;
  object-fit:cover;
  transition:transform .5s ease-in-out;
}

.itemCatProduct .divFlecha{
  position:absolute;
  top:25px;
  right:25px;
  display:flex;
  align-items:flex-end;
  color:#fff;
  gap:5px;
  z-index:2;
  flex-direction:column;
}
.itemCatProduct .divFlecha span{
  opacity:0;
  font-size:12px;
  transition:opacity .3s ease-in-out;
}
.itemCatProduct .divFlecha i{
  line-height:0;
  font-size:1.8rem;
  transition:opacity .3s ease-in-out;
}

.itemCatProduct .txtTt{
  position:absolute;
  top:25px;
  left:25px;
  color:#fff;
  font-size:1.2rem;
  font-weight:bold;
  z-index:2;
}

.itemCatProduct a:hover img{
  transform:scale(1.1);
  filter:brightness(.8);
}
.itemCatProduct a:hover .divFlecha span{ opacity:1; }

.itemCatProduct a::after{
  content:"";
  position:absolute;
  top:-100%;
  right:-100%;
  width:100%;
  height:100%;
  background:var(--after-color, #72BE44);
  mix-blend-mode:multiply;
  opacity:.8;
  transition:top .5s ease-in-out, right .5s ease-in-out;
  z-index:1;
}
.itemCatProduct a:hover::after{
  top:0;
  right:0;
}

.itemCatProduct:nth-child(3n+1){ --after-color:#72BE44; }
.itemCatProduct:nth-child(3n+2){ --after-color:#FFD500; }
.itemCatProduct:nth-child(3n){ --after-color:#BFED00; }

.list-products-subcate .itemCatProduct h4 {
    font-size: 1.15rem;
}
.list-products-subcate .itemCatProduct {
    width: 350px;
    height: 230px;
}
.list-products-subcate .itemCatProduct .divFlecha span {
    font-size: 10px;
    transition: opacity 0.3s ease-in-out;
}
.list-products-subcate .itemCatProduct .divFlecha i{
    opacity: 0;
    font-size: 1.35rem;
}
.list-products-subcate .itemCatProduct a:hover .divFlecha i {
    opacity: 1;
}
.list-products-subcate .div-tabs{
        height: 790px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Contenedor con scroll */
.list-products-subcate .div-tabs{
  height: 790px;
  overflow-x: hidden;
  overflow-y: auto;

  /* variable de color reutilizable */
  --scroll-c: rgba(129, 197, 89, 0.69);
  --scroll-track: rgba(214, 220, 211, 0.69);

  /* Firefox */
  scrollbar-color: var(--scroll-c) var(--scroll-track); /* thumb, track */
  scrollbar-width: thin; /* auto | thin | none */
}

/* WebKit (Chrome, Edge, Safari) */
.list-products-subcate .div-tabs::-webkit-scrollbar{
  width: 12px;              /* grosor vertical */
  height: 12px;             /* grosor horizontal, por si acaso */
}

.list-products-subcate .div-tabs::-webkit-scrollbar-track{
  background: var(--scroll-track);
  border-radius: 8px;
}

.list-products-subcate .div-tabs::-webkit-scrollbar-thumb{
  background-color: var(--scroll-c);
  border-radius: 8px;
  border: 2px solid transparent;   /* para que se vea más “delgado” */
  background-clip: padding-box;
}

.list-products-subcate .div-tabs::-webkit-scrollbar-thumb:hover{
  background-color: rgba(129, 197, 89, 0.85);
}

/* Esquinas (cuando hay scroll en ambos ejes) */
.list-products-subcate .div-tabs::-webkit-scrollbar-corner{
  background: transparent;
}

/* ===== Flechas (WebKit) ===== */
/* Tamaño del botón flecha */
.list-products-subcate .div-tabs::-webkit-scrollbar-button{
  width: 12px;
  height: 16px;         /* alto de cada botón */
  background: transparent;
}
.list-products-subcate p {
    color: #453D3B;
    font-size: 20px;
    font-weight: 400;
}
.list-products-subcate h2 {
    color: #0B5D18;
    font-size: 40px;
    font-weight: 700;
}

button.btn-subcate.active {
    background-color: #0B5D18;
}
button.btn-subcate {
    border-radius: 50px;
    border: none;
    width: 180px;
    padding: 5px 0;
    font-size: 18px;
    color: white;
    background-color: #81C559;
}
.list-products-subcate .itemCatProduct img.imgfondo {
    width: 100%;
    transition: transform 0.5s ease-in-out;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.list-products-subcate .itemCatProduct img.imgDest {
    position: absolute;
    width: 160px;
    height: auto;
    transition: transform 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.list-products-subcate .itemCatProduct a:hover img.imgDest {
    transform: translate(-50%, -50%) scale(1.1);
    filter: brightness(0.8);
}

.cert-prev, .cert-next{
  display: none;
}

/* Contenedor y flechas */
.hogar-slider-wrap { padding: 0 56px; } /* espacio para flechas */
.hogar-prev, .hogar-next, 
.otros-prev, .otros-next,
.subcat-prev, .subcat-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    z-index: 2;
    background: transparent;
}

.subcat-prev svg, .subcat-next svg,
.subcat-prev svg, .subcat-next svg {
    width: 45px;
    height: 45px;
}
.hogar-prev { left: 0; }
.hogar-next { right: 0; }
.hogar-prev:hover, .hogar-next:hover { filter: brightness(1.05); }
/* Slides */
.hogar-card {
  display: block; border-radius: 16px; overflow: hidden; position: relative;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  transition: transform .2s ease;
}
.hogar-card:hover { transform: translateY(-2px); }

.hogar-thumb {
  display:block; width:100%; padding-top:370px; /* 3:2 */
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
/* Overlay */
.hogar-caption {
  position: absolute; left: 0; right: 0; bottom: 0;     padding: 25px 15px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 60%, rgba(0,0,0,.7) 100%);
  color: #fff; text-align: center;z-index: 99;
}
.hogar-title {
  font-size: 20px; font-weight: 700; line-height: 1.25; margin: 0 0 10px;
}
.hogar-btn {
  display:inline-block; background:#fff; color:#0B5D18; font-weight: 800;font-size: 18px;
  border-radius: 10px; padding: 7px; width: -webkit-fill-available;
}
@media (max-width: 575.98px){
  .hogar-slider-wrap { padding: 0 55px; }
  .hogar-slider-wrap svg {
    width: 40px;
}
}

article.hogar-item .hogar-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #00000038);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 1;
}
.list-recetas h2, .list-product_int h2{
    font-size: 40px;
    color: #0B5D18;
    font-weight: 500;
}
.list-recetas h2 b, .list-product_int h2 b{
    color: #72BE44;
    font-weight: 700;
}


/* Contenedor del select con flecha personalizada */
.select-custom { position: relative; display: inline-block;    width: 100%; }

/* Oculta la flecha nativa y deja espacio a la personalizada */
.select-custom .custom-select{
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  background: none; /* sin flecha nativa de Bootstrap */
  padding-right: 0;text-align: center;
  cursor: pointer;
  background-color: #81C559;
    border: none;
    border-radius: 0;
    color: #453D3B;font-size: 16px;font-weight:600;
}
.select-custom .custom-select::-ms-expand{ display: none; } /* IE/Edge legado */

/* Flecha SVG posicionada a la derecha */
.select-custom .select-arrow{
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  pointer-events: none; /* no tapa el click del select */
  line-height: 0; display: flex; align-items: center; justify-content: center;
  color: white; /* color de la flecha (usa currentColor) */
}
.select-custom .select-arrow svg{ width: 20px; height: 20px; display: block; }
.select-custom .select-arrow svg *{ fill: currentColor; } /* si tu svg no tiene fill inline */

/* Accesibilidad/focus */
.select-custom .custom-select:focus{ outline: none; box-shadow: 0 0 0 0.2rem rgba(43,92,20,.2); }


/* Estilo base de cada opción */
.select-custom .custom-select option{
  background-color:#F6F4E8;  /* tono 1 */
  color:#453D3B;
  padding:10px;      /* algunos navegadores lo ignoran (ok en Chrome/Edge) */
  line-height:2;
  /* una “línea” sutil separadora */
  /* box-shadow: inset 0 -1px rgba(0,0,0,.06); */
}

/* Intercalar colores */
.select-custom .custom-select option:nth-child(even){
  background-color:#EBE9DB;  /* tono 2 */
}

/* Opción seleccionada (cuando está abierto el desplegable) */
.select-custom .custom-select option:checked{
  /* hack del gradient para anular el highlight nativo en Blink/WebKit */
  background: #81C559 !important;
  color:#453D3B !important;
}

/* (Opcional) Hover en navegadores que lo soportan */
@supports selector(option:hover){
  .select-custom .custom-select option:hover{
    filter: brightness(0.97);
  }
}

/* Accesibilidad/focus del control */
.select-custom .custom-select:focus{
  outline: none;
  /* box-shadow: 0 0 0 .2rem rgba(139,197,96,.25); */
}


.present-view {
    height: 450px;
    border-radius: 28px;
    background: #F6F4E8;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.present-title {
   display: flex;
    text-align: center;
    background-color: #0B5D18;
    color: white;
    padding: 5px;
    font-size: 17px;
    border-radius: 8px 8px 0 0;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-weight:500;
}
.info-product h2 {
    font-size: 40px;
    color: #0B5D18;
    font-weight: 700;
}
.info-product h3{
    font-size: 35px;
    color: #0B5D18;
    font-weight: 700;
}
.info-product .content p{
  color: #453D3B;
  font-size: 16px;
  font-weight: 500;
}
button.btn-tabla-nut {
    background-color: #72BE44;
    border-radius: 40px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: white;
    padding: 7px 50px;
    display: block;
}
.div-btn-almace {
    display: flex;
    align-items: center;
    gap: 50px;
}
.almace {
    display: flex;
    align-items: center;
    gap: 15px;
}
.text-almace span {
    color: #453D3B;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.text-almace p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #453D3B;
}
.cert {
    display: flex;
    gap: 15px;
}
.cert .card, .certifi-slider .card{
  border-radius: 8px;
    background: #FEFEFE;
    box-shadow: 0 0 14px 0px rgb(0 0 0 / 32%);
        border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-recet-int{
    background: #F6F4E8;
}
.otros-slick a.card {
    height: 350px;
    align-items: center;
    justify-content: space-evenly;
    background-color: var(--crema);
    border: none;
    border-radius: 25px;
    text-decoration: none!important;
}

span.otros-btn {
    border-radius: 40px;
    background-color: #72BE44;
    color: white;
    width: 80%;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none!important;
}

.otros-prev svg, .otros-next svg,
.cert-prev svg, .cert-next svg {
    width: 35px;
    height: 35px;
}
.otros-prev { left: -35px; }
.otros-next { right: -35px; }
.banner-txt p {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
     z-index: 2;
}
.banner-txt .card-img-overlay::before,
.banner_text .card-img-overlay.text_banner::before{
content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
        height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #00000082);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 1;
}



/* Layout */
.facts-anim{ color:#fff; }
.facts-anim .facts-grid{
  display:grid; grid-template-columns:repeat(4,1fr);height: 200px;
}
.facts-anim .fact{
  min-height:160px;
  padding:28px 24px;
  display:flex; align-items:center; justify-content:center; text-align:left;
  background:#2f540c;                 /* verde base (estado 0) */
  transition: background-color .6s ease, color .3s ease;
}
/* .facts-anim .fact + .fact{ border-left:0px solid rgba(255,255,255,.06); } */

.facts-anim .fact-num{
  font-weight:300;
  font-size: 56px;
  line-height:1;
  margin-right:10px;
}
.facts-anim .fact.fact-2 .fact-text{width: 50%;}
.facts-anim .fact-text .l1{ font-size: clamp(18px, 2.4vw, 28px); font-weight:300; line-height:1; }
.facts-anim .fact-text .l2{ font-size: clamp(14px, 1.8vw, 18px); font-weight:300; opacity:.9; line-height:1;}
.fact-1 .fact-text .l1,.fact-2 .fact-text .l1{font-size: clamp(18px, 2.4vw, 32px);}
.fact-1 .fact-text .l2, .fact-3 .fact-wrap .l1,.facts-anim .fact.fact-4 .l1{font-size: clamp(18px, 2.4vw, 20px);}
.fact-2 .fact-text .l2{font-size: clamp(16px, 2.4vw, 16px);line-height: normal;}
.facts-anim .row-inline{ display:flex; align-items:flex-end;align-items: center; }
.facts-anim .row-inline .l3{ font-size:  32px; font-weight:300; line-height:1; }
.facts-anim .row-inline .fact-num{margin-right: 1px;}
.facts-anim .fact.fact-4{ flex-direction: column;}

/* ===== SECUENCIAS =====
   stage-0: todo base
   stage-1: 1ª columna clara
   stage-2: 1ª muy clara + 2ª media
   stage-3: 1ª amarillo + 2ª muy clara + 3ª media
*/

/* Paleta */
.facts-anim .fact{ background:#274d0b; }        /* base oscuro */
.facts-anim.stage-1 .fact:nth-child(1){ background:#72B344; }       /* verde medio */
.facts-anim.stage-2 .fact:nth-child(1){ background:#BFED00; }       /* lima */
.facts-anim.stage-2 .fact:nth-child(2){ background:#72B344; }       /* verde medio */
.facts-anim.stage-3 .fact:nth-child(1){ background:#FFD22F;color:#2C5904; } /* amarillo */
.facts-anim.stage-3 .fact:nth-child(2){ background:#BFED00;color:#2C5904; } /* lima */
.facts-anim.stage-3 .fact:nth-child(3){ background:#72B344; }                 /* verde medio */

/* Ajuste de color de texto para fondos muy claros */
.facts-anim.stage-2 .fact:nth-child(1) .fact-num,
.facts-anim.stage-2 .fact:nth-child(1) .l1,
.facts-anim.stage-2 .fact:nth-child(1) .l2{ color:#2C5904; }

.facts-anim.stage-3 .fact:nth-child(1) .fact-num,
.facts-anim.stage-3 .fact:nth-child(1) .l1,
.facts-anim.stage-3 .fact:nth-child(1) .l2,
.facts-anim.stage-3 .fact:nth-child(2) .fact-num,
.facts-anim.stage-3 .fact:nth-child(2) .l1,
.facts-anim.stage-3 .fact:nth-child(2) .l2{ color:#2C5904; }

/* Responsive */
@media (max-width: 992px){
  .facts-anim .facts-grid{ grid-template-columns:1fr 1fr; }
}
/* ===== MÓVIL: convertir en slider horizontal ===== */
/* ============================
   MOVIL: COLORES POR CLASE DINÁMICA
   ============================ */
@media (max-width: 576px){
 
  .facts-anim .row-inline .l3{ font-size:  20px;}
 .facts-anim .fact-num{
  font-size: 75px;
 }
  .facts-anim .facts-grid{
    height: auto;
  }
    .facts-anim .facts-grid {
        grid-template-columns: none;
    }
  /* Reset de fondo/texto para móvil */
  .facts-anim .fact {
    background: #274d0b !important;
    color: #fff !important;
    transition: background .4s ease, color .3s ease;
  }

  /* etapa 0 */
  .facts-anim.stage-0 .fact.fact-visible-0 {
    background:#274d0b !important;
  }

  /* etapa 1 */
  .facts-anim.stage-1 .fact.fact-visible-1 {
    background:#72B344 !important;
  }

  /* etapa 2 */
  .facts-anim.stage-2 .fact.fact-visible-2 {
    background:#BFED00 !important;
    color:#2C5904 !important;
  }

  /* etapa 3 */
  .facts-anim.stage-3 .fact.fact-visible-3 {
    background:#FFD22F !important;
    color:#2C5904 !important;
  }
}




.card.texto-interna{
  background-color: var(--crema);
  border: none;
  border-radius: 0 8px 8px 0;
}

.card.texto-interna button.btn-subcate.active {
    background-color: #2C5904;
    color: white;
}
.card.texto-interna button.btn-subcate {  
    border: 1px solid #2C5904;
    width: 190px;
    font-weight: 600;
    color: #2C5904;
    background-color: white;
}
.list-products-subcate .card.texto-interna h2{
    color: #2C5904;
    font-size: 35px;
}
.list-products-subcate .card.texto-interna p{
    font-size: 20px;
    font-weight: 500;
}
.subcat-slick .itemProduct a {
    text-decoration: none!important;
}
.subcat-slick .itemProduct .card{
  background-color: var(--crema);
  border-radius: 16px;
  border: none;
}
.subcat-slick .itemProduct .txtTt h4 {
    height: 60px;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    color:#2C5904;
}
.subcat-slick .itemProduct .card span {
    background-color: #2C5904;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 40px;
    padding: 4px;
}
.subcat-prev { left: -30px; }
.subcat-next { right: 15px; }

.img_texto img{
  border-radius: 16px;
} 

/* sección */
.sec-proceso{ padding:40px 0; }

/* slick: que “asome” el siguiente slide */
.proceso-slider .slick-list{
  padding-right: 500px;
}
.proceso-slider .slick-track{ display:flex; }
.proceso-slider .slick-slide{ margin: 0 20px; min-height: 550px; height: 480px;}

/* card */
.proceso-item{
  position: relative;
  border-radius: 0 18px 18px 0;
      overflow: hidden;
}
.proceso-media img{ width:100%; display:block;     height: 100%;
    object-fit: cover;}

.proceso-info{ padding:30px; color:#fff; height: 50%; }
.proceso-tt{
  margin:0 0 10px;
  font-size:clamp(22px,3.2vw,40px);
  line-height:1.1; font-weight:700;
}
.proceso-desc{ margin:0; font-size:clamp(13px,1.4vw,18px); line-height:1.5; }

/* ===== Colores cíclicos (4) ===== */
.proceso-info.c1{ background:#2C5904; color:#fff; }   /* verde oscuro */
.proceso-info.c2{ background:#72B344; color:#fff; }/* verde medio -> texto oscuro */
.proceso-info.c3{ background:#BFED00; color:#2C5904; }/* lima -> texto oscuro */
.proceso-info.c4{ background:#FFD22F; color:#2C5904; }/* amarillo -> texto oscuro */
.proceso-info.c5{ background:#F6F4E8; color:#2C5904; }/* amarillo -> texto oscuro */

/* responsive: reduce el peek */
@media (max-width: 992px){
  .proceso-slider .slick-list{ padding-right: 80px; }
}
@media (max-width: 576px){
  .proceso-slider .slick-list{ padding-right: 40px; }
  .proceso-slider .slick-slide{ margin-right: 16px; }
}

section.aliados{
  border-radius: 16px;
  background:  #72B344;
}
section.aliados h2{
    color: white;
    font-size: 40px;
}
a.btn-certifi {
    background-color: #2C5904;
    border-radius: 8px;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
}
.icon-link {
    position: absolute;
    right: 40px;
    top: 60px;
}
.proceso-item  .proceso-media {
    height: 50%;
}

.present-head .present-tabs li {
    background-color: #F2F2F2;
}
.present-head .present-tabs li:nth-child(1) {
    border-radius: 8px 0 0 0;
}
.present-head .present-tabs li:nth-child(2) {
    border-radius: 0 8px 0 0;
}
.present-head .present-tabs li a.nav-link{
    color: #453D3B;
    font-size: 17px;
    font-weight: 500;
    position: relative;
        padding: .4em 1rem;
}
.present-head .present-tabs li a.nav-link::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #F2F2F2;
        z-index: -1;
}
.present-head .present-tabs li a.nav-link.active {
    background-color: #BFED00;
    color: #0B5D18;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
}
.present-head .present-tabs li a.nav-link.active::before{
  background-color: #BFED00;
}




/* Contenedor general */
.alc-block { padding: 40px 0; }

/* ------------------ LADO IZQUIERDO (imagen + overlay) ------------------ */
.alc-media{
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #f6f6f6;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.alc-img{
  display: block;
  width: 100%;

  transition: opacity .2s ease;
}

.alc-overlay{
  position: relative;
  left: 0; right: 0; bottom: 0;
  transition: background-color .3s ease;
  padding: 28px 32px;
}

.alc-ov-tt{
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  color: #2C5904;            /* verde oscuro para contraste */
}
.alc-ov-tt b{
  font-weight: 700;
}

.alc-ov-desc{
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: #2C5904;
  max-width: 95%;
}

/* ------------------ LADO DERECHO (títulos + botones) ------------------ */
.alc-current-tt{
  margin: 0 0 22px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 800;
  color: #2C5904;
}

.alc-titles{
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.alc-titles li { margin-bottom: 10px; }

.alc-title-btn{
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 6px 0;
  font-size: 28px;
  line-height: 1.15;
  color: #C0C0C0;             /* inactivo gris */
  font-weight: 700;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}
.alc-title-btn b{
  font-weight: 700;
}

.alc-title-btn:hover{ transform: translateX(2px); }

.alc-title-btn.is-active{
  color: #2C5904;             /* activo verde */
}

.alc-group-switch{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.alc-group-btn{
  appearance: none;
  border: 0;
  padding: 10px 18px;
  border-radius: 999px;       /* píldora */
  background: #EEE;
  color: #2C5904;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(0,0,0,.06), inset 0 0 0 1px rgba(0,0,0,.06);
  transition: background-color .2s ease, color .2s ease, transform .12s ease;
}

.alc-group-btn:hover{ transform: translateY(-1px); }

.alc-group-btn.active{
  background: #2C5904;
  color: #fff;
}

/* Accesibilidad: focus visible */
.alc-group-btn:focus,
.alc-title-btn:focus{
  outline: 2px solid #2C5904;
  outline-offset: 2px;
  border-radius: 999px;
}

/* ------------------ RESPONSIVE ------------------ */
@media (max-width: 1199.98px){
  /* .alc-img{ height: 380px; } */
  .alc-ov-tt{ font-size: 28px; }
  .alc-ov-desc{ font-size: 16px; }
  .alc-current-tt{ font-size: 32px; }
  .alc-title-btn{ font-size: 24px; }
}

@media (max-width: 991.98px){
  /* .alc-img{ height: 360px; } */
  .alc-overlay{ padding: 22px 24px; }
  .alc-current-tt{ margin-top: 8px; }
  .alc-group-switch{ justify-content: flex-start; }
}

@media (max-width: 575.98px){
  /* .alc-img{ height: 300px; } */
  .alc-ov-tt{ font-size: 24px; }
  .alc-ov-desc{ font-size: 15px; }
  .alc-title-btn{ font-size: 22px; }
  .alc-current-tt{ font-size: 26px; }
}

section.sobre-no .content p{
  color: #2C5904;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
}


/* CONTENEDOR GENERAL */
.sobre-section {
  display: flex;
  gap: 30px;
  position: relative;
}

/* ================= INDICADORES ================= */

.sobre-indicators {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 165px; */
  padding: 10px 0;
}

/* LINEA */
.sobre-line {
  position: absolute;
  width: 1px;
  background: #2C5904;
      top: 15px;
    bottom: 30px;
  z-index: 0;
}

/* DOT BASE */
.sobre-dot {
  position: relative;
  width: 30px;
  height: 30px;
  background: white;
  border: none;
  padding: 0;
  cursor: pointer;
     
}
.sobre-dot:not(:last-child){
 margin-bottom: 140px;
}

/* CÍRCULO EXTERNO */
.sobre-dot::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #BFED00;
  transition: all 0.3s ease;
}

/* CÍRCULO INTERNO (apagado) */
.sobre-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #BFED00;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s ease;
}

/* DOT ACTIVO */
.sobre-dot.is-active::before {
  width: 28px;
  height: 28px;
  border-color: #BFED00;
}

.sobre-dot.is-active::after {
  opacity: 1;
  transform: scale(1);
}

/* ================= ITEMS ================= */

.sobre-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.sobre-item {
  background: #F6F4E8;
  color: #2C5904;
  padding: 26px 30px;
  border-radius: 22px;
  cursor: pointer;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition:
  background-color 0.3s ease,
    color 0.3s ease;
}

.sobre-item h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.sobre-item p {
  margin: 0;
  font-size: 13px;
  line-height: normal;
}

/* ACTIVO */
.sobre-item.is-active {
  background: #2C5904;
  color: #fff;
}

/* HOVER */
.sobre-item:hover {
  background: #2C5904;
  color: #fff;
}


/* CONTENEDOR */
.sobre-color-sweep {
  width: 100%;
  height: 45px;
  display: flex;
  overflow: hidden;
}

/* SEGMENTOS */
.sobre-color-sweep .sweep {
  flex: 1;
  background: var(--base-color);
  transform-origin: center;
}



/* COLORES BASE */
.sweep-1 { --base-color: #BFED00; }
.sweep-2 { --base-color: #72B344; }
.sweep-3 { --base-color: #2C5904; }
/* SOLO EL ACTIVO ANIMA */
.sweep.is-active {
  animation: blinkIn 0.45s ease-out;
}



/* ANIMACIÓN: BLANCO → COLOR */
@keyframes blinkIn {
  0% {
    background: #fff;
    transform: scaleX(0.85);
  }
  60% {
    background: var(--base-color);
    transform: scaleX(1.05);
  }
  100% {
    background: var(--base-color);
    transform: scaleX(1);
  }
}


section.conoce-nuestro, section.equip_tafias {
  background-color: var(--crema);
}
section.conoce-nuestro h2{
    font-size: 40px;
    color: #2C5904;
    font-weight: 300;
    line-height: 1;
}
section.conoce-nuestro h2 b{
    font-size: 50px;
    font-weight: 700;
}
section.conoce-nuestro p{
  color: #453D3B;
font-size: 20px;
font-weight: 500;
line-height: normal;
}
section.conoce-nuestro .card{
 border-radius: 8px;
 border: none;
box-shadow: 0 4px 22.9px 0 rgba(0, 0, 0, 0.15);
}
section.conoce-nuestro .card p{
  color: #453D3B;
font-size: 20px;
font-weight: 300;
line-height: normal;
}
section.conoce-nuestro .card p b{
    font-weight: 700;
}
section.conoce-nuestro .certi_alco {
    gap: 50px;
}

section.asesoria.ase_alco .card .img{
  margin-top: 0;
}
section.asesoria.ase_alco .card .text {
      justify-content: flex-start;
}
section.asesoria.ase_alco a.btn_asesor {
    background: #72B344;
    color: #fff;
    padding: 10px 30px;
    width: max-content;
    align-self: end;
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
}
section.conoce-nuestro img.logo-cert.img-fluid {
    width: 200px;
}
.tt_energia .txt-linea .h3{
  color: #2C5904 ;
}
.tt_proenergia .txt-linea .h3 span{
  color: #2C5904;
  font-weight: 300;
}



/* ====== Layout general ====== */
.ener-block { margin: 32px 0; }
.ener-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

/* Card */
.ener-card {
  border-radius: 8px;
  min-height: 300px; /* ajusta si lo necesitas */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Icono */
.ener-ico {
  margin-bottom: 16px;
}
.ener-ico img {
  display: block;
  width: 64px;   /* ajusta para que se parezca a tu diseño */
  height: 64px;
  object-fit: contain;
}

/* Texto y valor */
.ener-txt {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 14px;
  font-weight: 500;
}
.ener-val {
  font-size: 35px;
  line-height: 1.1;
  margin: 0;
  font-weight: 700;
}

/* ====== Colores automáticos (4 tarjetas) ======
   Orden: #2C5904, #BFED00, #72B344, #F6F4E8
   Se reparten por posición con :nth-child
*/
.ener-card:nth-child(1) { background:#2C5904; color:#fff; }
.ener-card:nth-child(2) { background:#BFED00; color:#2C5904; }
.ener-card:nth-child(3) { background:#72B344; color:#fff; }
.ener-card:nth-child(4) { background:#F6F4E8; color:#2C5904; }

/* Si en algún momento hubiese más de 4, que se repitan los colores */
.ener-card:nth-child(4n+1) { background:#2C5904; color:#fff; }
.ener-card:nth-child(4n+2) { background:#BFED00; color:#2C5904; }
.ener-card:nth-child(4n+3) { background:#72B344; color:#fff; }
.ener-card:nth-child(4n+4) { background:#F6F4E8; color:#2C5904; }

/* Contrastes finos para que se parezca a la referencia */
.ener-card:nth-child(1) .ener-txt,
.ener-card:nth-child(1) .ener-val { color:#fff; }

.ener-card:nth-child(2) .ener-txt,
/*.ener-card:nth-child(3) .ener-txt { color:rgba(0,0,0,.85); }*/
.ener-card:nth-child(2) .ener-val,
/*.ener-card:nth-child(3) .ener-val { color:rgba(0,0,0,.95); }*/

.ener-card:nth-child(4) .ener-txt { color:#2C5904; }
.ener-card:nth-child(4) .ener-val { color:#2C5904; }

/* Responsive */
@media (max-width: 991.98px){
  .ener-grid {
    grid-template-columns: 1fr;
  }
  .ener-val { font-size: 34px; }
  .ener-txt { font-size: 20px; }
}


section.nclientes{
  background-color: var(--crema);
}
section.nclientes h3{
    color: #2C5904;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}
section.nclientes h3 b{
    font-weight: 700;
    color:#72B344;
}
.logos-slider .card{
  border-radius: 25px;
  border: none;
}
section.banner_text .valor_mwh span {
    font-size: 35px;
    font-weight: 600;
    color: #2C5904;
    background-color: #BFED00;
    padding: 20px 30px;
    border-radius: 0 0 8px 0;
}
section.banner_text .text_banner p {
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    line-height: normal;
    z-index: 1;
}
section.banner_text .text_banner p b{
    font-weight: 700;
}



.abo-grid .row { row-gap: 1.5rem; }

.abo-card{
  background: var(--abo-bg);
  border-radius: 16px;
  padding: 28px 28px 26px;
  min-height: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 0 rgba(0,0,0,.04), 0 10px 24px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.abo-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.10);
}

/* ícono (SVG inline) */

.abo-ico svg{
  width: 100%;
  height: 100%;
  display: block;
}
.abo-ico-fallback{
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; font-weight: 700;
}

/* Tipografía (modo claro por defecto) */
.abo-tt{
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 20px;
  color: #2C5904;
}
.abo-desc{
  margin: 0;
  color: #000;
  line-height: normal;
  font-size: 12px;
}

/* Modo oscuro (para #2C5904) */
.abo-card.is-dark .abo-tt,
.abo-card.is-dark .abo-desc{ color: #fff; }
.abo-card.is-dark .abo-ico svg { filter: brightness(100%) contrast(100%); }
.abo-card.is-dark .abo-ico svg [fill="#000"], 
.abo-card.is-dark .abo-ico svg [fill="#1c1c1c"] { fill: #fff !important; }
.abo-card.is-dark .abo-ico svg [stroke="#000"],
.abo-card.is-dark .abo-ico svg [stroke="#1c1c1c"] { stroke: #fff !important; }

/* Responsive */
@media (max-width: 575.98px){
  .abo-card{ padding: 22px; border-radius: 14px; }
  .abo-ico{ width: 56px; height: 56px; margin-bottom: 14px; }
  .abo-tt{ font-size: 20px; }
  .abo-desc{ font-size: 14px; }
}


section.abo-grid span.abo-ico {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: rgb(255 255 255 / 40%);
    align-self: end;
        position: absolute;
}
.abo-card[style*="#F6F4E8"] .abo-ico {
  background: #bfed0063;

}

section.carrusel-img, section.img_texto{ 
  background-color: var(--crema);
}

/* Wrapper visual (fondo claro y bordes redondeados como en tu referencia) */
.abono-slider-wrap{
  background:#F6F4E8;
  border-radius:16px;
  padding:18px 18px 28px;
  max-width: 380px; /* opcional, maqueta */
  margin:0 auto;
}

/* Imagen redondeada */
.abono-slider .abono-slide img{
  width:100%;
  height:auto;
  display:block;
  border-radius:22px;
}
.div_txtabono p {
    color: #000;
    font-size: 24px;
    line-height: normal;
}


/* Contenedor fijo, sin scroll horizontal */
.abono-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;              /* separación constante entre los 3 */
  width: 100%;
  max-width: 460px;       /* ajusta si quieres */
  margin: 12px auto 0;
  padding: 8px 0;
  overflow: hidden;       /* por si acaso */
}

/* Cada “dot” ocupa el mismo espacio: NO cambia su ancho */
.abono-dot {
  position: relative;
  flex: 1 1 0;
  height: 10px;           /* alto de la píldora */
  border-radius: 999px;
  background: transparent;  /* el track lo simulamos con ::before */
}

/* Track (gris) – ancho constante, centrado */
.abono-dot::before {
  content: "";
  position: absolute;
  inset: 0;                        /* ocupa todo el dot */
  background: #c9c9c9;             /* gris del track */
  border-radius: inherit;
  opacity: 1;
}

/* Fill (barra interior) – es lo ÚNICO que “se ensancha” */
.abono-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;                    /* mismo alto que el track */
  border-radius: 999px;
  background: #c9c9c9;             /* mismo gris cuando está inactivo */
  transform: translate(-50%, -50%);
  width: 60%;                      /* ancho “estrecho” inactivo */
  transition: width 260ms ease, background-color 220ms ease, opacity 220ms ease;
}

/* Activo: solo cambia el “fill” (no el contenedor) */
.abono-dot.is-active::after {
  width: 100%;                     /* se hace “el largo” */
  background: #72B344;             /* verde activo */
}
h2.abo-tt-pral b {
    color: #72B344;
}
h2.abo-tt-pral {
    font-size: 40px;
    color: #2C5904;
    font-weight: 400;
}
.div_txtgas h3{
  color: #2c5904;
  font-size: 32px;
  font-weight: 600;
}
.div_txtgas p {
    color: #000;
    font-size: 20px;
    line-height: normal;
}

.gas-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.gas-card__img img {
  display: block;
  width: 100%;
  height: auto;
}

.gas-card__body {
  background: #F6F4E8;               /* el tono claro del ejemplo */
  padding: 18px 20px;
  text-align: center;
  line-height: normal;
  color: #2C5904;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0 0 8px 8px;
      height: 100%;
}

/* Ajustes responsivos */
@media (min-width: 992px){
  .gas-card__body { padding: 20px 24px; font-size: 16px; }
}


.tafias-video-wrap { margin: 1.5rem 0; }

.tafias-video{
  position: relative;
  background: #F6F4E8;
  border-radius: 28px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
}

.tafias-play{
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  transition: transform .15s ease, opacity .15s ease;
}
.tafias-play i{
  font-size: 8rem;
  color: #2C5904;
}
.tafias-play:hover{ transform: scale(1.05); }

.tafias-video iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* TARJETA GENERAL */
.taf-card {
    background-color: #F6F4E8;
    border-radius: 28px;
    padding: 48px 48px 40px;
    height: 100%;
}
.border-radius{
  border-radius: 28px;
}
/* TÍTULO */
.taf-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #2C5904;
    margin-bottom: 16px;
}

/* DESCRIPCIÓN */
.taf-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 36px;
}

/* GRID DE ÍTEMS */
.taf-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 32px;
}

/* ITEM */
.taf-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* ICONO */
.taf-item-ico {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.taf-item-ico svg,
.taf-item-ico img {
    width: 100%;
    height: auto;
    display: block;
    fill: #2C5904;
}

/* TEXTO ITEM */
.taf-item-text {
    font-size: 15px;
    line-height: 1.4;
    color: #4a4a4a;
    font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .taf-card {
        padding: 32px 24px;
    }

    .taf-title {
        font-size: 26px;
    }

    .taf-items {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}




/* ===== Disposición general (grid) ===== */
.proc-tafias { width: 100%; overflow: hidden; }
.proc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
}

/* ===== Columna izquierda ===== */
.proc-left {
  background: #234a12;            /* verde oscuro */
  color: #fff;
  display: flex;
}
.proc-left-inner{
  margin: auto;                   /* centra vertical */
  padding: clamp(24px, 6vw, 72px);
  max-width: 620px;               /* evita líneas demasiado largas */
  width: 100%;
  position: relative;
  min-height: 260px;
}

.proc-step{
  position: absolute; inset: 0;
  opacity: 0; transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease;
}
.proc-step.is-active{ opacity: 1; transform: translateY(0); }

.proc-ico{ margin-bottom: 16px; }

.proc-tt{
  margin: 0 0 10px;
  line-height: 1.15;
  font-weight: 700;
  font-size: clamp(26px, 3vw, 38px);
}
.proc-desc{
  margin: 0;
  color: #e9f2e7;
  font-size: clamp(14px, 1.2vw, 18px);
}

/* ===== Columna derecha ===== */
.proc-right{
  position: relative;
  background: #f7f3e6;            /* marfil */
  overflow: hidden;
  min-height: 520px;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px){
  .proc-grid{ grid-template-columns: 1fr; }
  .proc-right{ min-height: 420px; }
  .proc-product{ width: min(68%, 420px); }
}

/* Imagen contenida y centrada */
.proc-product{
  position:absolute; left:50%; top:50%;
  transform:translate(-50%,-50%);
  width:25%;             /* un poco más controlado */
  max-height:650px;
  object-fit:contain;
  z-index:1;
  opacity:0;
  transition: opacity .45s ease;
  z-index:1;
  pointer-events:none;
}
.proc-product.is-active{
  opacity:1;
}
/* Canvas encima (para que las flechas no queden debajo) */
.proc-canvas{
  position:absolute; inset:0;
  width:100%; height:100%;
  pointer-events:none;
  z-index:2;
}

/* Arcos: mismo trazo, animación “draw” y grosor estable */
.proc-arc{
  fill:none;
  stroke:#2C5904;
  stroke-width:3;
  opacity:0;
  stroke-linecap:round;
  stroke-dasharray:720;   
  stroke-dashoffset: -50px;
  transition:stroke-dashoffset .9s ease, opacity .25s ease;
  vector-effect: non-scaling-stroke; /* grosor no varía al escalar el SVG */
}
.proc-arc.is-active{
  /* stroke-dashoffset:0; */
  opacity:.95;
}

/* Puntos */
.proc-dot{
  fill:#72B344;
  transform-origin:center center;
  transition:transform .25s ease, opacity .25s ease;
  vector-effect: non-scaling-stroke;
  r:0;
}
.proc-dot.is-active{ r:9; }

/* Texto izquierdo (mismo que ya tenías; repito lo importante) */
.proc-left-inner{
  margin:auto;
  padding: clamp(28px, 6vw, 80px);
  max-width: 620px;
  width:100%;
  position:relative;
  min-height: 260px;
}
.proc-step{ position:absolute; inset:0; opacity:0; transform:translateY(10px); transition:opacity .35s ease, transform .35s ease; }
.proc-step.is-active{ opacity:1; transform:translateY(0); }
.proc-ico{ margin-bottom:16px; }
.proc-ico svg{ width: 40px; height:auto; display:block; }
.proc-tt{ margin:0 0 12px;color:#fff; line-height:normal; font-weight:600; font-size: 23px; }
.proc-desc{ margin:0; color:#fff; font-size: 12px; }

/* Responsive */
@media (max-width: 991.98px){
  .proc-product{ width:min(70%, 420px); }
}


section.abo-grid.aneja span.abo-ico{
  background-color: transparent;
}



/* Layout general del bloque */
.tafias-team { padding: 24px 0 8px; }

/* Tarjeta */
.tf-card{
  position: relative;
  background: #2C5904;           /* verde oscuro cuerpo */
  border-radius: 30px;
  margin-top: 40px;
  min-height: 170px;
}

/* Cabecera verde clara en “pastilla” arriba, sin ocupar todo */
.tf-head{
     position: relative;
    background: #72B344;
    border-radius: 50px 45px 50px 80px;
    padding: 10px 10px 15px 130px;
    height: 70px;
}

/* Lado izquierdo de cabecera (icono LinkedIn) */
.tf-head-left{
     position: absolute;
    left: 95px;
}

.tf-linkedin{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tf-linkedin svg{
  width: 26px; height: auto;
  display: block;
}

/* Lado derecho de cabecera (nombre + cargo) */
.tf-head-right{ display:flex; flex-direction:column; line-height:1.1; }
.tf-name{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1px;
  color: #F6F4E8;
  line-height: 1.1;
}
.tf-role{
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  color: #F6F4E8;
}

/* Avatar circular superpuesto */
.tf-avatar{
  position: absolute;
  top: -13px;
  left: 0;
  width: 83px; height: 83px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
  z-index: 2;
}
.tf-avatar img{
  width: 100%; height: 100%; object-fit: cover; display:block;
}

/* Cuerpo (descripción) */
.tf-body{
  padding: 15px 18px;
  color: #F6F4E8;
}
.tf-desc{
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
  font-weight: 500;
}



.item_equipo a:hover {
    text-decoration: none;
}

.gale_img .slick-prev:before, 
.gale_img .slick-next:before,
.nclientes .slick-prev:before, 
.nclientes .slick-next:before{
  content: '';
}

.slick-prev.img-slider-prev,
.nclientes .slick-prev{
  left: -37px;
}
img.img_banner-ener {
    border-radius: 12px;
    height: 380px;
    object-fit: cover;
}

/* Responsivo */
@media (max-width: 600px){
  .tf-card{ min-height: 190px; }
  .tf-avatar{ left: 0px; width: 90px; height: 90px; }
  .tf-head{ padding-left: 140px; }
  .tf-head-left {   left: 100px;}
  .tf-name{ font-size: 15px; margin-bottom: 4px;}
  .tf-role{ font-size: 12px; }
  .tf-desc{ font-size: 13px; }
  section.content h2, section.conoce-nuestro h2,section.asesoria .card .text h2{ font-size: 25px; }
  section.conoce-nuestro h2 b{ font-size: 30px; }
  .alc-group-switch{justify-content: center;}
  .alc-group-btn {width: 160px;}
  section.conoce-nuestro .certi_alco {gap: 30px;}
  section.conoce-nuestro img.logo-cert.img-fluid {width: 130px;}
  .alc-block {padding: 0px 0;}
  .tafias-play i{  font-size: 5rem; }
  .tafias-video,.tafias-card{  border-radius: 16px;}
  h3.tafias-title{ font-size: 25px;  }
  .proc-left-inner{    min-height: 200px;}
      .proc-product {
        width: min(30%, 400px);
    }


  /* Ocultamos el layout grid y dejamos que Slick maneje la disposición */
  .abo-slider.slick-initialized {
    display: block;
  }

  /* Cada slide ocupa todo el ancho */
  .abo-slider .col-lg-4,
  .abo-slider .col-md-6 {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* Flechas */
  .abo-slider .slick-prev, 
  .abo-slider .slick-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2rem;
    color: #2C5904;
    z-index: 5;
    cursor: pointer;
    padding: 0;
    line-height: 1;
  }
  
 #slider_equipo_tafias .slick-prev,
  #slider_equipo_tafias .slick-next {
    top: 55%;
  }
  .abo-slider .slick-prev { left: 10px; }
  #slider_equipo_tafias  .slick-prev { left: -6px; }
  .abo-slider .slick-next { right: 20px; }
  #slider_equipo_tafias  .slick-next { right: 5px; }

  .abo-slider .slick-prev:hover,
  .abo-slider .slick-next:hover {
    color: #72B344;
  }
   .abo-slider .slick-next:before,  .abo-slider .slick-prev:before,
   #slider_equipo_tafias .slick-next:before,  #slider_equipo_tafias .slick-prev:before {
    content: "";
  }
  /* Quitar dots por si se cargan por defecto */
  .abo-slider .slick-dots { display: none !important; }
  .tf-body {padding: 35px;}
  .abo-card{    min-height: 190px;}
  .tafias-team {    padding: 10px 0 8px;}
  .div_txtgas h3{   font-size: 25px;  }
  .div_txtgas p{ font-size: 16px;  }
 
  
  /* Slick sustituye el grid */
  .gas-slider.slick-initialized {
    display: block;
  }

  /* Ajustes de cada slide */
  .gas-slider .col-md-4,
  .gas-slider .col-sm-6 {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* Estilos de dots */
  .gas-slider .slick-dots, .ener-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    list-style: none;
    padding: 0;
    bottom: -40px;
  }

  .gas-slider .slick-dots li,
  .ener-slider .slick-dots li {
    width: 25px;
    height: 25px;
  }

  .gas-slider .slick-dots li button,
  .ener-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #AFC9A2; /* verde claro base */
    border: none;
    cursor: pointer;
    
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .gas-slider .slick-dots li.slick-active button,
  .ener-slider .slick-dots li.slick-active button   {
    background-color: #2C5904; /* verde oscuro activo */
    
  }
  .slick-dots li button:before, .slick-dots li.slick-active button:before {
    color: transparent;
  }
  .valor_mwh{position: relative;}
  section.banner_text .valor_mwh span{font-size: 25px;    padding: 25px;width: 100%;    text-align: center;}
  section.banner_text .text_banner p {    font-size: 20px;}
  .ener-card{    min-height: 280px;}
  .cert-slider-wrap .slick-next {    right: 10px;}
  .cert-slider-wrap .slick-prev {    left: 0px;}
  section.nclientes h3{font-size: 25px;}
  .logos-slider .card {  border-radius: 10px;}
  .list-products-subcate h2 {font-size: 24px;}
  .list-products-subcate p {font-size: 16px;line-height: normal;}
  .list-products-subcate .div-tabs {height: auto;}
  .list-products-subcate .itemCatProduct {width: 100%;}
h2.abo-tt-pral {font-size: 25px;}
  .banner-txt p {
    font-size: 18px;}
    .banner-txt .card-img-overlay::before{
      border-radius: 0;
    }
    .banner-txt img {
    height: 250px;
    object-fit: cover;
  }
   .list-products-subcate .card.texto-interna h2 {
    font-size: 25px;
  }
  .list-products-subcate .card.texto-interna p {
    font-size: 15px;
  }
   .card.texto-interna button.btn-subcate, .list-products-subcate button.btn-subcate {width: 160px;font-size: 16px;}
   .subcat-slick .itemProduct .txtTt h4 {
    height: 30px;
    font-size: 16px;}
.subcat-slick .itemProduct .card img{
  width: 80%;
}
    .subcat-slick .itemProduct .card {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .subcat-slick .itemProduct .card span {
        font-size: 14px;
        font-weight: 500;
        padding: 2px 15px;
    }
section.aliados{
  border-radius: 0;
}
section.aliados h2 {
    font-size: 20px;
}
.proceso-slider .slick-slide{
  height: 100%;
}
.proceso-item .proceso-media {
    height: 250px;
}
.proceso-item .proceso-info{
  height: 300px;
}
a.btn-certifi {
    font-size: 14px;
    padding: 5px 10px;
}
.subcat-prev svg, .subcat-next svg, .subcat-prev svg, .subcat-next svg {
    width: 30px;
    height: 30px;
}
.subcat-prev, .subcat-next{
  top: 60%;
}
.subcat-next {
    right: 0px;
}
.subcat-prev{
  left: 0px;
}
.div_txtabono p {
  text-align: center;
    font-size: 20px;
}

.present-view {
    height: auto;
}
.div-btn-almace {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-direction: column;
}
.almace {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
button.btn-tabla-nut{
  padding: 10px 50px;
}
.info-product h3 {
    font-size: 25px;
    text-align: center;
}
 .cert {
    display: block; /* Slick controla el layout */
  }

.cert .card img {
    margin: auto;
}
  .cert .card {
    text-align: center;
  }
  .info-product h2 {
    font-size: 25px;
  }
  .info-product .content p {
    font-size: 14px;
    line-height: normal;
  }
  .slider-certi{
    display: block;
    position: relative;
  }
  .cert-prev, .cert-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    z-index: 2;
    background: transparent;
}
.cert-next {
    right: -30px;
}
.cert-prev {
    left: -30px;
}
.list-recetas h2, .list-product_int h2 {
    font-size: 25px;
}
}

#tablaNutModal .modal-content{
  background-color: transparent !important;
  border: none;
}
#tablaNutModal button.close {
    position: absolute;
    right: 10rem;
    top: -3rem;
    font-size: 4rem;
    z-index: 9;
    color: #81c559;
}

.div_txtabono a {
    display: inline-block;
    background-color: #2C5904;
    color: white;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size:18px;
}


 #alcModal button.close {
    position: absolute;
    right: 0;
    color: #72B344;
    font-size: 3rem;
            top: -10px;
                    z-index: 999;

}
#alcModal .modal-content {
        border-radius: 10px;
    }

#alcModal .modal-content {
    border-radius: 16px;
    background-color:#F6F4E8;
    border: none;
}
#alcModal h5{
    color: #72B344;
    font-size: 35px;
    font-weight: 700;
}
#alcModal p{
    font-size: 14px;
    color: #2C5904;
    line-height: 1.2;
    font-weight: 500;
}


section.alc-block .alc-overlay button.btn-eye {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}








.prod-carousel{
  overflow:hidden;
}

.prod-carousel-inner{
  position:relative;
  min-height:240px; /* evita saltos */
}

.prod-slide{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
  transition:opacity .35s ease-in-out;
}

.prod-slide.is-active{
  position:relative;
  opacity:1;
  pointer-events:auto;
}

.prod-slide-grid{
  display:flex;
  gap:35px;
}

.prod-slide-left{ flex:0.9; }
.prod-slide-right{ flex:1; display:flex; flex-direction:column; }

.prod-title{
  margin:0;
  font-size:40px;
  color:#2C5904;
  font-weight: 500;
  line-height: 1.1;
}
.prod-title b{
  color: #72B344;
  font-weight: 500;
}

.prod-indicators{
  display:flex;
  gap:35px;
  margin-bottom:30px;
}

.prod-indicator{
  font-size:14px;
  color:#00000082;
 font-weight:500;
  position:relative;
}

.prod-indicator.is-active{
  color: #000;
  
}

.prod-indicator::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-4px;
  width:30px;
  height:1px;
  background:#00000082;
}
.prod-indicator.is-active::after{
background-color: #72B344;
}
.prod-desc{
  font-size:16px;
  line-height:1.4;
  color:#2C5904;
  margin-bottom:30px;
  height: 150px;
}

/* Flechas */
.prod-arrows{
  margin-top:auto;
  display:flex;
  gap:10px;
  justify-content: flex-end;
}

.prod-arrow{
  width:40px;
  height:40px;
  border-radius:50%;
  background:#72B344;
  color: white;
  border:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 20px
}








/* Wrapper */
.hist2-wrapper{
  position:relative;
}

/* NAV CENTRO: oculto por defecto, aparece desde el 2do item */
.hist2-nav{
  position:absolute;
  left:60%;
  top:50%;
  transform:translate(-50%, -50%);
  display:flex;
  flex-direction:column;
  gap:14px;

  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .25s ease;
  z-index:5;
}

/* Cuando ya no es intro => nav visible */
.hist2-wrapper.nav-enabled .hist2-nav{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

/* Flechas (Bootstrap Icons) */
.hist2-arrow{
  width:46px;
  height:46px;
  border-radius:50%;
  border:none;
  background:#7DBA3A;
  color:#fff;
  font-size:22px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hist2-arrow.is-hidden{
  display:none;
}

/* Stage y items (fade + vertical) */
.hist2-stage{
  position:relative;
  min-height:420px; /* ajusta según tu mockup, evita saltos */
}

/* Cada item ocupa el stage */
.hist2-item{
  position:absolute;
  inset:0;
  display:flex;
  align-items:stretch;
  opacity:0;
  transform:translateY(12px);
  pointer-events:none;
  transition:opacity .32s ease, transform .32s ease;
}

.hist2-item.is-active{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
  position:relative;
}

/* Layout por defecto (desde 2do item): 60/40 */
.hist2-left{ flex: 0 0 60%; }
.hist2-right{ flex: 0 0 40%; }

/* INTRO (primer item): imagen 100% */
.hist2-wrapper.is-intro .hist2-left{
  flex: 0 0 100%;
}
.hist2-wrapper.is-intro .hist2-right{
  display:none !important;
}

/* Imagen */
.hist2-image{
  position:relative;
  overflow:hidden;
  width:100%;
  height:100%;
}

.hist2-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  min-height:420px; /* ajusta */
}

.hist2-image--empty{
  width:100%;
  min-height:420px;
  background:#ddd;
}

/* Título flotante */
.hist2-title{
  position:absolute;
  left:70px;
  bottom:70px;
  background:#F6F4E8;
  color:#2C5904;
  padding:45px 30px;
  border-radius:14px;  
  display:inline-flex;
  align-items:center;
  gap:30px;
}

.hist2-title>div{
 font-weight:500;
 font-size: 35px;
 line-height: normal;
}

.hist2-title>div b{
  padding: 0px 10px;
  background-color: #BFED00;  
  font-weight:500;
  border-radius: 15px;
}

/* Flecha del primer item (junto al título) */
.hist2-entry{
  width:34px;
  height:34px;
  border-radius:50%;
  border:none;
  background:#7DBA3A;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-size: 30px;
}

/* Columna derecha */
.hist2-right{
  background:#2C5904;
  color:#fff;
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hist2-year{
  font-size:44px;
  font-weight:700;
  margin-bottom:16px;
}

.hist2-desc{
  font-size:14px;
  line-height:1.6;
}




/* =========================
   COLORES HIST2 RIGHT
   ========================= */

/* Item 1 */
.hist2-item.color-1 .hist2-right{
  background:#2C5904;
  color:#F6F4E8;
}

/* Item 2 */
.hist2-item.color-2 .hist2-right{
  background:#BFED00;
  color:#2C5904;
}

/* Item 3 */
.hist2-item.color-3 .hist2-right{
  background:#72B344;
  color:#F6F4E8;
}

/* Item 4 */
.hist2-item.color-4 .hist2-right{
  background:#F6F4E8;
  color:#2C5904;
}

.tt_vide_taf b {
    color: #72B344;
}
.tt_vide_taf {
    font-size: 30px;
    font-weight: 500;
    color: #2C5904;
}





 #slider_equipo_tafias .slick-prev,
  #slider_equipo_tafias .slick-next,
   .certifi-slider .slick-prev,
  .certifi-slider .slick-next  {
    position: absolute;
    top: auto;
    
    border: none;
    font-size: 1.5rem;
    
    color: #fff;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 8px -1px #00000063;
  }
   #slider_equipo_tafias .slick-prev,
  #slider_equipo_tafias .slick-next {
background-color: #FFD22F;
bottom: -80px;
  }
.certifi-slider .slick-prev,
  .certifi-slider .slick-next {
background-color: #2C5904;
bottom: 35%;
  }
   #slider_equipo_tafias .slick-prev:before,  
   #slider_equipo_tafias .slick-next:before,
   .certifi-slider .slick-prev:before,  
  .certifi-slider .slick-next:before{
        content: '';
   }

  #slider_equipo_tafias .slick-prev {
    left: 30px;
}
 .certifi-slider .slick-prev {
    left: -35px;
 }
#slider_equipo_tafias .slick-next{
  right: 30px;
}
.certifi-slider .slick-next{
  right: -40px;
}






.tafia-grid{
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 40px;
  align-items: stretch;
}

.tafia-left{
  padding-right: 40px;
}



.tafia-p1{
  color: #2C5904;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.tafia-p2{
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.65);;
  margin-bottom: 30px;
  font-weight: 400;
}

.tafia-p3{
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin-bottom: 22px;
  font-weight: 400;
}
.tafia-right{
  background: #2C5904;
  color: #F6F4E8;
  border-radius: 28px;
  padding: 40px;
}

.tafia-icon img{
  width: 48px;
  margin-bottom: 16px;
}

.tafia-title{
  color: #FFD22F;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}

.tafia-subtitle{
  font-size: 13px;
  margin-bottom: 20px;
}

.tafia-desc{
  font-size: 14px;
  line-height: 1.6;
}

.tafia-desc ul{
  padding-left: 18px;
}

.tafia-desc li{
  margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 991px){
  .tafia-grid{
    grid-template-columns: 1fr;
  }
}


.tafia-desc ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.tafia-desc ul li {
  position: relative;
  padding-left: 22px; /* espacio para la viñeta */
  margin-bottom: 5px;
  color: #F6F4E8; /* texto claro (ajusta si es necesario) */
  line-height: 1.4;
}

.tafia-desc ul li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px; /* centra verticalmente respecto al texto */
  width: 12px;
  height: 12px;
  background-color: #FFD22F; /* amarillo */
  border-radius: 50%;
}



/* Wrapper */
.tafias-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Caja base */
.tafias-box {
  border-radius: 20px;
  padding: 28px 32px;
}

/* Verde claro */
.tafias-box--light {
  background-color: #72B344;
  color: #FFFFFF;
}

/* Verde oscuro */
.tafias-box--dark {
  background-color: #2C5904;
  color: #FFFFFF;
}

/* Título */
.tafias-tt {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

/* Descripción */
.tafias-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}







/* GRID */
.taf-grid{
  display:grid;
  grid-template-columns:1.7fr 1fr;
  gap:20px;
}

/* LEFT */
.taf-left{
  position:relative;
  min-height:440px;
  background-size:cover;
  background-position:center;
  border-radius:20px;
  overflow:hidden;
}
.taf-left-overlay{
  position:absolute; inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.5),transparent);
}
.taf-left-content{
      position: absolute;
    z-index: 2;
    padding: 40px;
    color: #fff;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.taf-btn{
  background:#BFED00;
  color:#2C5904;
  border-radius:30px;
     padding: 6px 35px;
  border:0;
  font-weight:600;
  cursor:pointer;
}
.taf-left-content h2 {
    border-left: solid 4px white;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.1;
        margin: 0;
}
.taf-left-content h2 b{
  font-size: 35px;
    font-weight: 600;
}
/* RIGHT */
.taf-right{
  position:relative;
  border-radius:20px;
  padding:35px 30px;
  transition:background .35s ease,color .35s ease;
}
.taf-right.is-a{
  background:#BFED00;

}
.taf-right.is-b{
  background:#2C5904;
  
}

.taf-pane{
  position:absolute;
  inset:28px;
  opacity:0;
  transform:translateY(10px);
  transition:opacity .25s ease,transform .25s ease;
  display: flex;
  flex-direction: column;
    justify-content: space-evenly;
}
.taf-pane.is-active{
  opacity:1;
  transform:none;
}
.taf-pane h3 {
    font-size: 1.4rem;
    font-weight: 600;
}
.taf-right.is-b .taf-pane h3{
  color:#BFED00;
}
.taf-right.is-a .taf-pane h3{
  color:#2C5904;
}
.taf-ico img{
  width:42px;
  height:auto;
  margin-bottom:14px;
  display:block;
}

.taf-pane .taf-desc{
  font-size: 15px;
    line-height: normal;
    
    margin-bottom: 36px;
}
.taf-right.is-a .taf-pane .taf-desc{
  color: #000;
}
.taf-right.is-b .taf-pane .taf-desc{
  color: #F6F4E8;
}

.taf-desc li {
  position: relative;
    margin-left: 20px;
}
.taf-desc li::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #BFED00;
    border-radius: 50%;
}
/* OJITO */
.taf-eye{
  position:absolute;
  bottom:18px;
  right:18px;
  width:46px;
  height:46px;
  border-radius:50%;
  border:0;
  cursor:pointer;
}
.taf-eye img{
  width:22px;
  position:absolute;
  top:50%; left:50%;
  transform:translate(-50%,-50%);
}
.taf-right.is-a .taf-eye {
  background-color: #2C5904;
}
.taf-right.is-b .taf-eye {
  background-color: #BFED00;
}
.taf-eye .eye-close{opacity:0;}
.taf-right.is-b .eye-open{opacity:0;}
.taf-right.is-b .eye-close{opacity:1;} 

/* ===== MODAL BASE ===== */
.taf-modal {
 position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.taf-modal.is-open {
  pointer-events: auto;
}

.taf-modal.is-open .taf-modal-overlay {
  opacity: 1;
}

.taf-modal.is-open .taf-modal-box {
  transform: translateY(-50%);
  opacity: 1;
}


/* Overlay */
.taf-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  transition: opacity .35s ease;
}

/* Caja */
.taf-modal-box {
  position: relative;
  max-width: 790px;
  width: calc(100% - 32px);
  margin: auto;
  top: 50%;
  transform: translateY(calc(-50% + 40px));
  opacity: 0;
  background: #F6F4E8;
  border-radius: 22px;
  padding: 32px;

  transition:
    transform .45s cubic-bezier(.22,.61,.36,1),
    opacity .35s ease;
}

/* Cerrar */
.taf-modal-close {
      position: absolute;
    top: 6px;
    right: 8px;
    border: 0;
    background: none;
    font-size: 26px;
    cursor: pointer;
    background: #2C5904;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contenido */
.taf-modal-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  align-items: center;
}

/* Imagen */
.taf-modal-img img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

/* Lista */
.taf-modal-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}

.taf-modal-list li {
      counter-increment: step;
    padding-left: 30px;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: normal;
    color: #000;
    position: relative;
}

.taf-modal-list li::before {
     content: counter(step);
    width: 35px;
    height: 35px;
    
    border-radius: 50%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -14px;
}

/* Responsive */
@media (max-width: 768px) {
  .taf-modal-content {
    grid-template-columns: 1fr;
  }
}

.taf-modal-list li:nth-child(1)::before{
color: #F6F4E8;
   background-color: #2C5904;
}
.taf-modal-list li:nth-child(2)::before{
color: #F6F4E8;
   background-color: #72B344;
}
.taf-modal-list li:nth-child(3)::before{
color: #2C5904;
   background-color: #BFED00;
}





/* ===== SECCIÓN ===== */


.logistica-wrap {
  background: #72B344;
  border-radius: 28px;
  padding: clamp(32px, 6vw, 64px);
}

/* ===== HEADER ===== */
.logistica-header {
  margin-bottom: 40px;
}

.logistica-tt {
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  margin-bottom: 14px;
  border-left: solid 4px white;
    padding-left: 15px;
}

.logistica-desc {
  color: #F6F4E8;
  font-size: 15.5px;
  line-height: 1.6;
}
.logistica-desc b {
    font-size: 20px;
}

/* ===== ITEMS (DESKTOP GRID) ===== */
.logistica-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.logistica-item {
  background: #F6F4E8;
  border-radius: 18px;
  padding: 25px;
  height: 230px;
}

.logistica-ico {
  margin-bottom: 25px;
}

.logistica-ico img {
  width: 42px;
  height: auto;
  display: block;
}

.logistica-item-desc {
  color: #2C5904;
  font-size: 14px;
  line-height: 1.5;
}

/* ===== MOBILE ===== */
@media (max-width: 767.98px) {

  .logistica-items {
    display: block; /* Slick toma control */
  }

  .logistica-item {
    margin: 0 8px;
  }

}







/* ===== CONTENEDOR GENERAL ===== */
.despacho-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* ===== BLOQUE IZQUIERDO ===== */
.despacho-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.despacho-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.despacho-img-caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  background: rgba(0,0,0,0.35);
  padding: 10px 14px;
  border-radius: 12px;
}

/* ===== BLOQUE DERECHO ===== */
.despacho-content {
  padding-left: 10px;
}

.despacho-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.despacho-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* ===== ITEMS ===== */
.despacho-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.despacho-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.despacho-item-icon {
  width: 44px;
  height: 44px;
  background: #1f5b00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.despacho-item-icon img {
  width: 22px;
  height: auto;
}

.despacho-item-text strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

.despacho-item-text p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .despacho-content {
    padding-left: 0;
  }
}
