body{
    overflow-x: hidden;
}

main {
    max-width: 1600px;
    margin: auto;
}

:root {
  --verde-insitucional: #2FAD39;
  --verde-oscuro: #031F06;
  --grey-textos: #141321;
}


/* HERO */

.header-bck{
  background-color: #131321;
}

.header {
  position: relative;
  min-height: 420px;
  width: 100%;
  overflow: hidden;
  background-color: #131321;
}

.header-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% top;
  z-index: 0;
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, #141321 0%, rgb(20 19 33) 35%, rgba(20, 19, 33, 0) 100%);
  z-index: 1;
}

.hero{
    margin: 0px 10px;
    padding: 140px 10px 80px 10px;
    position: relative;
  z-index: 2;
}


.hero-content{
  max-width: 540px;
  margin: auto;
}

h1{
    color: var(--verde-insitucional);
    font-variant: small-caps;
    font-size: 22px;
    letter-spacing: 2px;
}

.tit-hero{
    color: white;
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 16px;
}

.hero-txt{
    color: white;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.hero-txt strong{
  font-weight: 400;
}

.hero-txt span{
    font-weight: bold;
    color: var(--verde-insitucional);
}

.puv-hero li p{
    font-size: 14px;
    color: white;
    font-weight: 400;
}

.puv-hero{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 24px 0 44px 0;
}

.puv-hero li{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.icon-shield,
.icon-documento {
  color: #12B82E;
  width: 20px;
  height: 20px;
}

.icon-shield svg,
.icon-documento svg {
  display: block;
  width: 100%;
  height: 100%;
}

.icon-documento i{
    font-size: 16px;
    color: var(--verde-insitucional);
}

.icon-arrow {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}

.icon-arrow svg {
  display: block;
  width: 21px;
  height: 8px;
}

.hero-ctas{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.cta-verde{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background-color: var(--verde-insitucional);
    font-size: 18px;
    font-variant: small-caps;
    font-weight: 400;
    color: white;
    border-radius: 16px;
    padding: 12px 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
     transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-transparent{
     display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background-color: #1413216f;
    border: 1px solid white;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: 400;
    color: white;
    border-radius: 16px;
    padding: 12px 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
     transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-verde:hover,
.cta-transparent:hover {
    transform: translateY(-4px);
}

/* INTRODUCCION */

.intro-secc{
    margin: 164px 10px;
}

.soluciones-intro{
    max-width: 880px;
    margin: auto;
}

.soluciones-intro h2{
    font-size: 36px;
    color: var(--grey-textos);
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 34px;
    text-align: center;
}

.soluciones-intro h2 span{
    color: var(--verde-insitucional);
}

.soluciones-intro p{
    font-size: 16px;
    color: var(--grey-textos);
    text-align: center;
    line-height: 1.5;
}

/* ---------- BADGES ---------- */

.protegido-badges {
  list-style: none;
  margin: 34px 0 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.protegido-badges li {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #2c3e4a; /* azul grisáceo oscuro */
  border-radius: 999px;
  padding: 8px 16px;
  width: fit-content;
  max-width: 220px;
  justify-content: center;
}

.protegido-badges li img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.protegido-badges li p {
  font-size: 14px;
  font-variant: small-caps;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}


.tarjetas{
  margin: 20px 0 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}


.tarjeta-casa-bkg{
  background-image: url(../images/tarjeta-departamento.webp);
}

.tarjeta-comercial-bkg{
  background-image: url(../images/tarjeta-laboratorio.webp);
}

.tarjeta-industrial-bkg{
  background-image: url(../images/edificios.webp);
}

.tarjeta-casa-bkg,
.tarjeta-comercial-bkg,
.tarjeta-industrial-bkg{
    background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 155px;
  width: 100%;
  border-radius: 16px 16px 0 0;
  flex-shrink: 0;
}

.tarjeta-generadores > div {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tarjeta-generadores{
  width: 350px;
  max-width: 100%;
  display: flex;
  border-radius: 16px;
}

.tarjeta-content{
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: white;
  box-shadow: 0 10px 10px rgb(132 132 132 / 22%);
  border-radius: 0 0 16px 16px;
}

.tarjeta-icono{
  width: 74px;
  height: 74px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 35%;
  top: -40px;
  background-color: white;
}

.tarjeta-todo{
  flex: 1;
  padding: 64px 34px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tarjeta-todo-tit{
  color: var(--grey-textos);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}

.tarjeta-todo-tit span{
  color: var(--verde-insitucional);
}

.tarjeta-todo-txt{
    color: var(--grey-textos);
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.25;
    margin-bottom: 16px;
}

.tarjeta-todo-ideal{
  color: grey;
    font-size: 14px;
    text-align: center;
    font-style: italic;
}


/* PORQUE INSTALAR */

.energybox-why {
    background-color: #1b1a1d;
    padding: 48px 20px;
  }
 
  .energybox-why__inner {
    margin: 0 auto;
    width: 100%;
  }
 
  /* -------- Título -------- */
  .energybox-why__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.25;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 40px auto;
    color: white;
  }
 
  .energybox-why__title .accent {
    color: var(--verde-insitucional);
  }
 
  /* -------- Layout general: mobile-first, flexbox -------- */
  .energybox-why__content {
    display: flex;
    flex-direction: column;
  }
 
  .energybox-why__media {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
 
  .energybox-why__media img {
    width: 100%;
    display: block;
  }
 
  .energybox-why__list {
    order: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
 
  .energybox-why__list--right {
    order: 3;
  }
 
  /* -------- Ítem de acordeón -------- */
  .acc-item {
    border-top: 1px solid #d9d9d976;
  }
 
  .energybox-why__list--left .acc-item:last-child,
  .energybox-why__list--right .acc-item:last-child {
    border-bottom: 1px solid #d9d9d976;
  }
 
  .acc-item__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: none;
    border: none;
    color: #D9D9D9;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding: 18px 4px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
 
  .acc-item__trigger:focus-visible {
    outline: 2px solid #d9d9d9ad;
    outline-offset: 2px;
  }
 
  .acc-item__title .accent,
  .acc-item__title i {
    color: var(--verde-insitucional);
  }

  .acc-item__title i{
    padding-right: 16px;
  }
 
  .acc-item__icon {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
    transform: rotate(180deg);
  }
 
  .acc-item__icon svg {
    width: 100%;
    height: 100%;
    stroke: #d9d9d9ad;
  }
 
  .acc-item.is-open .acc-item__icon {
    transform: rotate(0deg);
  }
 
  .acc-item__panel {
    overflow: hidden;
    max-height: 0; 
    transition: max-height 0.3s ease;
  }
 
   .acc-item.is-open .acc-item__panel {
    max-height: 500px; 
  }
 
  .acc-item__panel p {
    margin: 0;
    padding: 0 4px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #D9D9D9;
  }


  @media (prefers-reduced-motion: reduce) {
    .acc-item__panel,
    .acc-item__icon {
      transition: none;
    }
  }

/* TECNOLOGIA */

.tecno-secc{
    margin: 84px 20px;
    display: flex;
    justify-content: center;
}

.tecnologia-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    max-width: 760px;
  }
 
  /* -------- Logos -------- */
  .tecnlogia-img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 28px;
  }
 
  /* -------- Contenido -------- */
 
  .tecnologia-content h2 {
    font-size: 34px;
    font-weight: bold;
    color: var(--grey-textos);
    line-height: 32px;
    text-align: center;
  }
 
  .tecnologia-content h2 span {
    color: var(--verde-insitucional);
  }
 
  .tecnologia-content hr {
    border: none;
    border-top: 3px solid #2fad3a71;
        margin: 16px 0;
  }
 
  .tecnologia-content ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
 
  .tecnologia-content li {
    display: flex;
    gap: 10px;
    font-size: 16px;
    color: var(--grey-textos);
    font-weight: 400;
    letter-spacing: 1px;
  }
 
  .tecnologia-content li i {
    flex: 0 0 auto;
    color: var(--verde-insitucional);
    font-size: 18px;
  }

      .tecnlogia-img img{
        height: auto;
        width: 120px;
      }


    /* MODELOS */

.modelos-intro{
    max-width: 880px;
    padding: 0 0 0 20px;
    margin-top: 164px;
}

.protegido-eyebrow {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-variant: small-caps;
    color: var(--verde-insitucional);
    margin: 0 0 8px;
}

.protegido-titulo {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 2px;
    color: var(--grey-textos);
    margin: 0 0 16px;
}

.protegido-texto {
    font-size: 16px;
    letter-spacing: 2px;
    color: var(--grey-textos)#141321;
    margin: 0 0 44px;
}


/* TABLA CON TABS */

 .tabs-section{
  max-width: 1200px;
  margin: 0 10px;
 }

 .comerciales-secc {
  background-color: #ffffff;
  padding: 48px 0 0;
}

/* ---------- NAV DE TABS ---------- */

.comerciales-tabs-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: 1px solid #d9d9d9;
  overflow-x: auto;
  scrollbar-width: none;
}

.comerciales-tabs-nav::-webkit-scrollbar {
  display: none;
}

.comerciales-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  padding: 16px 8px;
  position: relative;
}

.comerciales-tab img {
  width: 18px;
  height: 18px;
}

.comerciales-tab span {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
}

.comerciales-tab::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  border-radius: 3px 3px 0 0;
  transition: background-color 0.2s ease;
}

.comerciales-tab.active::after {
  background-color: #22a559;
}

.comerciales-tab.active span {
  color: #22a559;
}

/* Estilo "pill" para el tab activo, como en la imagen */
.comerciales-tab.active {
  background-color: #0e2818;
  border-radius: 16px 16px 0 0;
  padding: 16px 24px;
}

.comerciales-tab.active span,
.comerciales-tab.active img {
  color: #ffffff;
}

.comerciales-tab.active span {
  color: #ffffff;
}

.comerciales-tab.active::after {
  display: none; /* la pill ya marca el estado activo */
}

/* ---------- PANELES ---------- */

.comerciales-panel-wrap {
  position: relative;
}

.comerciales-panel {
  display: none;
}

.comerciales-panel.active {
  display: block;
}

.comerciales-hero-inner {
  position: relative;
  background-color: #f5f5f5;
  padding: 40px 20px 60px;
}

.comerciales-hero-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #a8e6b8;
}


/* MODELOS CONTENIDO */
 
  .tarjeta-modelos {
    display: flex;
    flex-direction: column;
    background: #FAFAFA;
    border: 1px solid var(--tm-border);
    border-radius: 8px 40px 8px 8px;
    overflow: hidden;
    margin: 24px auto;
    position: relative;
  }

   .tarjeta-modelos::before{
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #a8e6b8;
   }
 
  /* ============ CARRUSEL ============ */
  .modelos-imgs {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    touch-action: pan-y; 
    padding-left: 8px;
  }
 
  .modelos-carousel__track {
    display: flex;
    height: 100%;
    transition: transform 0.4s ease;
  }
 
  .modelos-carousel__slide {
    flex: 0 0 100%;
    height: 100%;
  }
 
  .modelos-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none; 
    user-select: none;
    border-radius: 0 40px 0 0;
  }
 
  .modelos-carousel__controls {
    position: absolute;
    left: 30%;
    bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    padding: 4px 14px;
    font-size: 14px;
    color: var(--grey-textos);
  }
 
  .modelos-carousel__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: none;
    background: none;
    color: var(--grey-textos);
    cursor: pointer;
    padding: 0;
  }

  .modelos-carousel__current{
    font-weight: bold;
  }
 
  .modelos-carousel__arrow:focus-visible {
    outline: 2px solid var(--tm-accent);
    outline-offset: 2px;
    border-radius: 50%;
  }
 
  .modelos-carousel__counter {
    min-width: 34px;
    text-align: center;
  }
 
  /* ============ CONTENIDO ============ */
  .modelos-content {
    padding: 28px 24px 32px;
  }
 
  .modelos-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--verde-insitucional);
    margin: 0 0 14px;
  }
 
  .modelos-eyebrow::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 2px;
    background: var(--verde-insitucional);
    border-radius: 2px;
  }
 
  .modelos-txt h3 {
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 14px;
    color: var(--grey-textos);
  }

  .modelos-txt:nth-child(2){
    font-size: 16px;
    color: var(--grey-textos);
  }
 
 
  /* ============ Características ============ */
  .modelos-caracter-div {
    margin: 34px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
 
  .modelos-caracter-div li {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgb(215, 215, 215);
    box-shadow: 0 2px 2px rgba(161, 161, 161, 0.362);
    background-color: white;
    border-radius: 14px;
    padding: 14px 16px;
    flex: 1 1 auto;
  }
 
  .modelos-caracter-div li img {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
  }
 
  .modelos-caracter p {
    margin: 0;
    font-variant: small-caps;
    line-height: 1.35;
  }
 
  .modelos-caracter p:first-child {
    font-size: 14px;
    color: var(--grey-textos);
    font-weight: 600;
    letter-spacing: 1px;
  }
 
  .modelos-caracter p:last-child {
    font-size: 16px;
    font-weight: 700;
    color: var(--grey-textos);
    letter-spacing: 1px;
  }
 
  /* ============ CTAs ============ */
  .cta-modelos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    margin-top: 44px;
  }

  .cta-modelos a:nth-child(1){
    background-color: var(--verde-insitucional);
    color: white;
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 12px 24px;
    border-radius: 16px;
     font-variant: small-caps;
    font-weight: 400;
    font-size: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .cta-modelos:nth-child(1):hover{
    transform: translateY(-4px);
  }

  .cta-modelos a:nth-child(2){
    color: #3F5265;
    font-weight: 400;
    font-variant: small-caps;
    display: flex;
    flex-direction: row;
    gap: 16px;
    text-decoration: underline;
  }
 
 
/* ALIMENTACION */

.alimentacion-sec{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 164px 10px;
}

.alimento-tit{
  max-width: 920px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.alimento-tit h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    color: var(--grey-textos);
    text-align: center;
    margin-bottom: 16px;
    max-width: 720px;
}

.alimento-tit h2 span{
  color: var(--verde-insitucional);
}

.alimento-tit p{
  font-size: 16px;
    letter-spacing: 2px;
    color: var(--grey-textos) #141321;
    margin: 0 0 64px;
    text-align: center;
}

.alim-tj-im {
  border-radius: 999px;
  background-color: #E0ECE1;
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alim-tj-im img{
  width: 34px;
  height: auto;
}

.alimento-tarj{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.alimento-tarj li{
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(137, 137, 137, 0.22);
  padding: 24px;
  max-width: 248px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.alim-tj-cont p:nth-child(1){
  color: var(--grey-textos);
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
}

.alim-tj-cont p:nth-child(2){
  color: var(--grey-textos);
  font-size: 14px;
  text-align: center;
}

/* PROPUESTA VALOR */

.valor-sec{
  display: flex;
  justify-content: center;
  margin: 120px 0 44px 0;
}

.valor-tarjeta{
  background-image:
    linear-gradient(
      to bottom,
      rgba(17, 32, 47, 0.95) 0%,
      rgba(17, 32, 47, 0.75) 55%,
      rgba(17, 32, 47, 0.35) 100%
    ),
    url("../images/servicio-cta.webp");

  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 44px 24px;
    margin: 84px 8px;
    border-radius: 40px;
    max-width: 1200px;
}

.tarjeta-valor-div{
  display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.tarjeta-valor-div h2{
  font-size: 28px;
  letter-spacing: 2px;
  color: white;
  font-weight: bold;
  max-width: 500px;
}

.tarjeta-valor-div h2 span{
  color: var(--verde-insitucional);
}

.tarjeta-valor-div p{
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
  max-width: 580px;
}


.tarj-valor-lista ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
  margin-top: 24px;
  padding: 0 24px;
  max-width: 800px;
}

.tarj-valor-lista ul li{
  width: 300px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.tarj-valor-lista ul li img{
  width: 24px;
  height: 24px;
}

.valor-cta{
  display: flex;
  justify-content: center;
}

/* CARRUSEL */
.carrusel{ max-width: 720px; margin: 84px auto 84px auto;}
:root { --logo-h: 32px; /* altura en mobile */ --item-gap: 40px; /* espacio entre logos */ --duration: 22s; /* duración del loop — bajá para ir más rápido */ --fade-w: 60px; /* ancho del fade lateral */ }
 .logos-section { width: 100%; padding: 16px 0 2em 0; overflow: hidden; position: relative; } /* Fades laterales */ .logos-section::before, .logos-section::after { content: ""; position: absolute; inset-block: 0; width: var(--fade-w); z-index: 2; pointer-events: none; } .logos-section::before { left: 0; background: linear-gradient(to right, var(--carousel-bg) 0%, transparent 100%); } .logos-section::after { right: 0; background: linear-gradient(to left, var(--carousel-bg) 0%, transparent 100%); } /* ───────────────────────────────────────── TRACK — animación CSS pura ───────────────────────────────────────── */ 
 .logos-track { display: flex; align-items: center; gap: var(--item-gap); width: max-content; /* pausa por defecto, JS activa cuando está en vista */ animation: scroll-logos var(--duration) linear infinite; animation-play-state: paused; } .logos-track.is-playing { animation-play-state: running; } @keyframes scroll-logos { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } /* 50% porque el track tiene 2 copias: al llegar al 50% reseteamos de forma invisible y el ojo no lo nota */ } /* ───────────────────────────────────────── LOGOS ───────────────────────────────────────── */ .logo-item { flex-shrink: 0; display: flex; align-items: center; justify-content: center; }  .logo-item img { height: var(--logo-h); width: auto; max-width: 120px; object-fit: contain; display: block; user-select: none; -webkit-user-drag: none;  }

.logos-track-wrap {
  max-width: 740px;
  margin: 0 auto;
  overflow: hidden; 
}

 .carrusel h2{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    font-variant: small-caps;
    color: var(--verde-insitucional);
    text-align: center;
 }

 .carrusel p{
    font-size: 36px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    color: var(--grey-textos);
    margin-bottom: 16px;
 }

 .carrusel-txt {
    color: var(--grey);
    font-size: 20px;
    letter-spacing: 2px;
    font-variant: small-caps;
    text-align: center;
}

/* OPINIONES */

.opiniones-secc{
  display: flex;
  justify-content: center;
  margin: 164px 0;
}

.opiniones-tarjeta {
  background-image:
    linear-gradient(
      to bottom,
      rgba(17, 32, 47, 0.95) 0%,
      rgba(17, 32, 47, 0.75) 55%,
      rgba(17, 32, 47, 0.35) 100%
    ),
    url("../images/fondo-opiniones.webp");

  background-size: cover;
  background-repeat: no-repeat;
     background-position: calc(100% + 0px) top;
  border-radius: 8px 80px 8px 8px;
  max-width: 680px;
  width: 100%;
  padding: 64px 20px;
}

.opiniones-iz h2{
  font-size: 36px;
  letter-spacing: 2px;
  color: white;
  font-weight: bold;
  margin-bottom: 64px;
}

.opiniones-iz h2 span{
  color: var(--verde-insitucional);
}

.goog-rev{
  display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-weight: 500;
    align-items: center;
    position: relative;
    font-size: 14px;
}

.goog-rev p{
  position: absolute;
    top: 40px;
    left: calc(50% + 26px);
}

/* CARRUSEL REVIEWS */

.carrusel-div{
  margin-bottom: 64px;
}

.carrusel-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carrusel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.review-slide {
  min-width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.nombre-circulo{
  border-radius: 1000px;
  background-color: var(--verde-oscuro);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 54px;
  width: 54px;
}

.nombre-circulo p {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

.review-nombre {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

.review-estrellas {
  color: #f5c518;
  font-size: 1rem;
  letter-spacing: 2px;
}

.review-texto {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
}

.carrusel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background 0.3s;
}

.dot.activo {
  background: #fff;
}

/* PREGUNTAS FRECUENTES */

.faqs-sec{
  margin: 0 20px 120px 20px;
}


.titulo-faqs {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
  margin-bottom: 84px;
}

.titulo-faqs h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--grey-textos);
  line-height: 1.15;
  max-width: 700px;
}

.titulo-faqs h2 span {
  color: var(--verde-insitucional);
}


.faqs-content{
    max-width: 780px;
    margin: auto;
}

.faqs-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-item {
  border-top: 1px solid #dedede;
}

.faq-item:last-child {
  border-bottom: 1px solid #dedede;
}

.faq-question {
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  text-align: left;
}

.faq-question h3 {
  margin: 0;
  color: #141321;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.faq-arrow {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-right: 2px solid #39424e;
  border-bottom: 2px solid #39424e;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  margin-right: 4px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 44px 24px 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.faq-answer a{
  color: var(--verde-insitucional);
  font-weight: bold;
}

/* Estado abierto */
.faq-item.is-open .faq-arrow {
  transform: rotate(-135deg);
}

.faq-item.is-open .faq-question h3 {
  color: #000;
}



 @media (min-width: 425px) {

/* CARRUSEL */

:root {
        --logo-h: 38px;
        --item-gap: 52px;
      }
}


@media (min-width: 768px) {

  /* HERO */

  .header {
    min-height: 520px;
  }

  .hero-content{
    padding: 0;
  }

  .puv-hero{
    flex-direction: row;
    gap: 36px;
  }

  .hero-ctas{
    justify-content: flex-start;
  }

  /* ---------- BADGES ---------- */
   .protegido-badges {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .protegido-badges li {
    flex: 1 1 auto;
  }

    /* PORQUE INSTALAR */

   .energybox-why {
      padding: 80px 40px;
    }
 
    .energybox-why__title {
      font-size: 40px;
    margin: 0 auto 64px auto;
    }
 
    .energybox-why__content {
      flex-direction: row;
      align-items: center;
      max-width: 1200px;
        margin: auto;
    }
 
    .energybox-why__list {
      order: 1;
      flex: 1 1 0;
    }
 
    .energybox-why__media {
      order: 2;
      flex: 0 0 280px;
    }
 
    .energybox-why__list--right {
      order: 3;
    }
 
    .acc-item__trigger {
      font-size: 17px;
    }
 
    .acc-item__panel p {
      font-size: 15px;
    }

    /* TECNOLOGIA */

    .tecno-secc {
    margin: 84px 40px;
}

    .tecnologia-div {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 48px;
    }
 
    .tecnlogia-img {
      flex: 0 0 auto;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }

 
    .tecnologia-content {
      flex: 1;
    }

    .tecnologia-content h2 {
    text-align: left;
  }

 
    .tecnologia-content ul {
      flex-direction: row;
      flex-wrap: wrap;
    }
 
    .tecnologia-content li {
      flex: 0 1 calc(50% - 20px);
      font-size: 16px;
    }

    /* MODELOS */

    .modelos-intro {
        padding: 0 80px 0 80px;
    }

      /* TABLA CON TABS */

      .tabs-section{
        margin: 0 20px;
      }

  .comerciales-hero-inner {
    padding: 56px 40px 80px;
  }

  /* MODELOS CONTENIDO */

  .tarjeta-modelos{
    margin: 24px 24px;
  }

  .modelos-imgs{
    aspect-ratio: 16 / 9;
    margin: 60px 0;
  }

.modelos-carousel__controls {
    left: 40%;
    bottom: 16px;
    padding: 8px 24px;
    font-size: 16px;
}

.modelos-content {
    padding: 34px 64px;
}

.modelos-caracter-div li{
    flex: 1 1 calc(50% - 12px);
  max-width: calc(50% - 12px);
}

.modelos-txt h3{
    font-size: 32px;
}

.modelos-eyebrow{
    font-size: 18px;
}

/* ALIMENTACION */

.alimentacion-sec{
  margin: 164px 80px;
}

 /* PROPUESTA VALOR */


.valor-tarjeta {
    background-position: calc(100% + 0px) center;
    padding: 44px 44px;
}

 /* CARRUSEL */
  :root {
          --logo-h: 44px;
          --item-gap: 64px;
          --fade-w: 80px;
        }

   /* OPINIONES */

    .opiniones-tarjeta{
        padding: 64px 80px;
        background-position: calc(100% + 0px) top;
    }

      /* PREGUNTAS FRECUENTES */

    .faqs-sec {
    margin: 144px 80px;
}

 .faq-question {
    padding: 28px 48px;
  }

  .faq-answer p {
    padding: 0 96px 28px 48px;
  }
}


@media (min-width: 1024px) {

  /* HERO */

    .header {
      min-height: 640px;
    }

    .header-hero-img {
  object-position: center center;
}


    .hero{
      padding: 200px 10px 140px 10px;
      max-width: 1200px;
  }

  .hero-content {
      padding: 0 0;
      margin: 0 120px;
  }

  .puv-hero {
    margin: 44px 0 64px 0;
  }

  /* PORQUE INSTALAR */

  .energybox-why__inner {
      max-width: 1360px;
    }
 
    .energybox-why__media {
      flex: 0 0 430px;
    }

   /* MODELOS CONTENIDO */

       .tabs-section {
        margin: 0 auto;
    }

   .modelos-caracter-div {
    margin: 34px 0;
}

  .tarjeta-modelos {
      flex-direction: row;
      align-items: stretch;
    }
 
    .modelos-imgs {
      flex: 0 0 46%;
    }
 
    .modelos-content {
      padding: 40px 20px 40px 34px;
    }
 /* PROPUESTA VALOR */

  .tarjeta-valor-div{
    align-items: flex-start;
  }

  .valor-tarjeta{
    padding: 64px;
  }

  .valor-cta{
    justify-content: left;
  }

    /* CARRUSEL */

  :root {
          --logo-h: 52px;
          --item-gap: 80px;
          --fade-w: 100px;
        }

  /* OPINIONES */

  .opiniones-tarjeta{
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    gap: 84px;
    padding: 54px 80px;
    background-image: url("../images/fondo-opiniones.webp");
  }

  .opiniones-iz{
    max-width: 520px;
  }

  .opiniones-iz h2 {
    margin-bottom: 44px;
}

  .carrusel-div {
    margin-bottom: 0px;
}
  .goog-rev{
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
  }

  .goog-rev p{
            top: unset;
        width: 100%;
        bottom: 8px;
  }

  /* PREGUNTAS FRECUENTES */

     .titulo-faqs h2 {
        font-size: 36px;
  flex-shrink: 0;
}


  .faq-question {
    padding: 30px 96px;
  }

  .faq-question h3 {
    font-size: 16px;
  }

  .faq-answer p {
    padding: 0 160px 32px 96px;
    max-width: 900px;
  }
  

}

@media (min-width: 1440px) {

  /* HERO */

  .header {
    min-height: 720px;
    max-width: 1800px;
        margin: auto;
    background-position: bottom center;
  }

      .hero {
        padding: 200px 10px 140px 120px;
    }
}