.elementor-900930 .elementor-element.elementor-element-6a1ed7a7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-900930 .elementor-element.elementor-element-69a618f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-900930 .elementor-element.elementor-element-ff5c043{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-900930 .elementor-element.elementor-element-c11e56e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-900930 .elementor-element.elementor-element-62393d3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-900930 .elementor-element.elementor-element-0e14852{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-900930 .elementor-element.elementor-element-0e14852.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-900930 .elementor-element.elementor-element-0c78222{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-900930 .elementor-element.elementor-element-c51865f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-900930 .elementor-element.elementor-element-c51865f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-900930 .elementor-element.elementor-element-cc09ea8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-900930 .elementor-element.elementor-element-ec5e60d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-900930 .elementor-element.elementor-element-46b7a0f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:30px 0px 0px 0px;}.elementor-900930 .elementor-element.elementor-element-708a7ac{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-900930 .elementor-element.elementor-element-708a7ac.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-900930 .elementor-element.elementor-element-e280522{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-900930 .elementor-element.elementor-element-38c2fc2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-900930 .elementor-element.elementor-element-38c2fc2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-900930 .elementor-element.elementor-element-f9ce299{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-900930 .elementor-element.elementor-element-0e14852{--width:99.626%;}.elementor-900930 .elementor-element.elementor-element-c51865f{--width:99.626%;}.elementor-900930 .elementor-element.elementor-element-708a7ac{--width:99.626%;}.elementor-900930 .elementor-element.elementor-element-38c2fc2{--width:99.626%;}}/* Start custom CSS for html, class: .elementor-element-3f01aa9 *//* =========================================================
   INNOAESTHETICS — HOME SLIDER
   FLECHAS + PUNTOS CLICABLES
   ========================================================= */

.inno-home-slider,
.inno-home-slider * {
  box-sizing: border-box;
}

.inno-home-slider {
  --inno-green: #065741;
  --inno-dark-green: #044534;
  --inno-navy: #063545;
  --inno-white: #ffffff;
  --inno-muted-white: rgba(255, 255, 255, 0.78);

  position: relative;

  width: 100vw;
  max-width: none;

  margin: 0;
  margin-left: calc(50% - 50vw);

  color: var(--inno-white);
  background: var(--inno-navy);

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;

  overflow: hidden;
  isolation: isolate;
}

/* =========================================================
   VIEWPORT
   ========================================================= */

.inno-home-slider__viewport {
  position: relative;

  width: 100%;
  height: clamp(610px, 72vw, 820px);

  overflow: hidden;
}

.inno-home-slider__track {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: stretch;

  transform: translate3d(0, 0, 0);

  transition:
    transform 0.85s cubic-bezier(0.76, 0, 0.24, 1);

  will-change: transform;
}

.inno-home-slider__slide {
  position: relative;

  width: 100%;
  height: 100%;

  flex: 0 0 100%;

  overflow: hidden;
}

.inno-home-slider__link {
  position: relative;

  width: 100%;
  height: 100%;

  display: block;

  color: inherit;
  text-decoration: none;

  overflow: hidden;
}

/* =========================================================
   IMAGEN FULL WIDTH — SIN HOVER
   ========================================================= */

.inno-home-slider__image {
  position: absolute;
  inset: 0;

  width: 100%;
  min-width: 100%;
  max-width: none;

  height: 100%;
  min-height: 100%;

  display: block;

  object-fit: cover;
  object-position: center center;

  transform: none;
}

/* =========================================================
   OVERLAY
   ========================================================= */

.inno-home-slider__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(3, 23, 19, 0.9) 0%,
      rgba(3, 23, 19, 0.7) 34%,
      rgba(3, 23, 19, 0.26) 68%,
      rgba(3, 23, 19, 0.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.04) 36%,
      rgba(0, 0, 0, 0.48) 100%
    );

  pointer-events: none;
}

/* =========================================================
   CONTENIDO
   ========================================================= */

.inno-home-slider__inner {
  position: relative;
  z-index: 2;

  width: min(100%, 1440px);
  height: 100%;

  margin: 0 auto;

  padding:
    clamp(56px, 5vw, 76px)
    clamp(82px, 9vw, 138px)
    clamp(116px, 10vw, 146px);

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.inno-home-slider__content {
  width: min(100%, 900px);

  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity 0.65s ease 0.2s,
    transform 0.65s ease 0.2s;
}

.inno-home-slider__slide.is-active .inno-home-slider__content {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   TÍTULOS
   ========================================================= */

.inno-home-slider__title {
  max-width: 100%;

  margin: 0;
  padding: 0 0 0.04em;

  color: var(--inno-white);

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;

  font-size: clamp(52px, 7.2vw, 108px);
  font-weight: 500;
  font-style: normal;

  line-height: 1;
  letter-spacing: 0 !important;

  font-kerning: normal;
  font-synthesis: none;

  overflow: visible;

  overflow-wrap: normal;
  word-break: normal;

  text-wrap: balance;
  text-rendering: geometricPrecision;
}

/* =========================================================
   SUBTÍTULO
   ========================================================= */

.inno-home-slider__subtitle {
  max-width: 720px;

  margin: clamp(22px, 2.5vw, 32px) 0 0;

  color: var(--inno-muted-white);

  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0;
}

/* =========================================================
   CTA — HOVER ÚNICAMENTE SOBRE EL BOTÓN
   ========================================================= */

.inno-home-slider__button {
  width: fit-content;

  margin-top: clamp(30px, 3.3vw, 44px);
  padding: 14px 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  color: var(--inno-navy);
  background: var(--inno-white);

  border: 1px solid var(--inno-white);
  border-radius: 999px;

  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.045em;
  text-transform: uppercase;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.inno-home-slider__button > span {
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
}

.inno-home-slider__button:hover {
  color: var(--inno-white);
  background: var(--inno-green);
  border-color: var(--inno-green);

  transform: translateY(-2px);
}

.inno-home-slider__link:focus-visible .inno-home-slider__button {
  color: var(--inno-white);
  background: var(--inno-green);
  border-color: var(--inno-green);
}

.inno-home-slider__link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: -7px;
}

/* =========================================================
   FLECHAS
   ========================================================= */

.inno-home-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 6;

  width: 50px;
  height: 50px;

  padding: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: var(--inno-white);
  background: rgba(4, 35, 29, 0.24);

  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  cursor: pointer;

  transform: translateY(-50%);

  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.inno-home-slider__arrow--previous {
  left: clamp(18px, 2.6vw, 42px);
}

.inno-home-slider__arrow--next {
  right: clamp(18px, 2.6vw, 42px);
}

.inno-home-slider__arrow svg {
  width: 22px;
  height: 22px;

  display: block;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.inno-home-slider__arrow:hover,
.inno-home-slider__arrow:focus-visible {
  color: var(--inno-navy);
  background: var(--inno-white);
  border-color: var(--inno-white);

  transform: translateY(-50%) scale(1.05);
}

.inno-home-slider__arrow:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.36);
  outline-offset: 4px;
}

/* =========================================================
   PUNTOS REDONDOS
   ========================================================= */

.inno-home-slider__dots {
  position: absolute;
  bottom: clamp(27px, 3vw, 38px);
  left: 50%;
  z-index: 7;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  transform: translateX(-50%);
}

.inno-home-slider__dot {
  width: 8px;
  height: 8px;

  flex: 0 0 8px;

  margin: 0;
  padding: 0;

  display: block;

  background: rgba(255, 255, 255, 0.42);

  border: 0;
  border-radius: 50%;

  cursor: pointer;

  transition:
    background-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.inno-home-slider__dot.is-active,
.inno-home-slider__dot[aria-current="true"] {
  background: var(--inno-white);

  box-shadow: 0 0 0 1px rgba(6, 53, 69, 0.3);

  transform: scale(1.12);
}

.inno-home-slider__dot:hover {
  background: rgba(255, 255, 255, 0.78);
}

.inno-home-slider__dot:focus-visible {
  outline: 2px solid var(--inno-white);
  outline-offset: 4px;
}

/* =========================================================
   TABLET — ÚNICO RANGO MODIFICADO
   768px — 1024px
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .inno-home-slider__viewport {
    height: clamp(590px, 82vw, 740px);
  }

  /*
   * El padding lateral aumenta para reservar una zona
   * segura entre el contenido y las flechas.
   */
  .inno-home-slider__inner {
    padding:
      54px
      clamp(104px, 14vw, 126px)
      120px;

    align-items: center;
  }

  .inno-home-slider__content {
    width: 100%;
    max-width: 590px;
  }

  .inno-home-slider__title {
    max-width: 590px;

    font-size: clamp(48px, 8.5vw, 82px);
    line-height: 1.02;
    letter-spacing: 0 !important;
  }

  .inno-home-slider__subtitle {
    max-width: 530px;
  }

  .inno-home-slider__arrow--previous {
    left: 18px;
  }

  .inno-home-slider__arrow--next {
    right: 18px;
  }
}

/* =========================================================
   MOBILE — SIN CAMBIOS
   ========================================================= */

@media (max-width: 767px) {
  .inno-home-slider__viewport {
    height: 650px;
    min-height: 650px;
  }

  .inno-home-slider__image {
    width: 100%;
    min-width: 100%;

    height: 100%;
    min-height: 100%;

    object-fit: cover;
    object-position: center center;

    transform: none;
  }

  .inno-home-slider__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3, 23, 19, 0.1) 0%,
        rgba(3, 23, 19, 0.33) 34%,
        rgba(3, 23, 19, 0.94) 100%
      );
  }

  .inno-home-slider__inner {
    padding:
      34px
      64px
      96px;

    align-items: center;
    justify-content: center;
  }

  .inno-home-slider__content {
    width: 100%;
    max-width: 430px;

    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
  }

  .inno-home-slider__title {
    width: 100%;
    max-width: 100%;

    font-size: clamp(38px, 11.5vw, 52px);
    line-height: 1.04;
    letter-spacing: 0 !important;

    text-align: center;
    text-wrap: balance;
  }

  .inno-home-slider__subtitle {
    width: 100%;
    max-width: 340px;

    margin: 17px auto 0;

    font-size: 16px;
    line-height: 1.42;

    text-align: center;
  }

  .inno-home-slider__button {
    margin: 25px auto 0;
    padding: 13px 17px;
    gap: 16px;

    font-size: 10.5px;
  }

  .inno-home-slider__arrow {
    width: 42px;
    height: 42px;
  }

  .inno-home-slider__arrow--previous {
    left: 10px;
  }

  .inno-home-slider__arrow--next {
    right: 10px;
  }

  .inno-home-slider__arrow svg {
    width: 19px;
    height: 19px;
  }

  .inno-home-slider__dots {
    bottom: 28px;
    gap: 8px;
  }

  .inno-home-slider__dot {
    width: 8px;
    height: 8px;
    flex-basis: 8px;
  }
}

/* =========================================================
   MOBILE ESTRECHO — SIN CAMBIOS
   ========================================================= */

@media (max-width: 390px) {
  .inno-home-slider__viewport {
    height: 610px;
    min-height: 610px;
  }

  .inno-home-slider__inner {
    padding:
      30px
      58px
      88px;
  }

  .inno-home-slider__title {
    font-size: clamp(35px, 10.8vw, 42px);
    line-height: 1.04;
    letter-spacing: 0 !important;
  }

  .inno-home-slider__subtitle {
    font-size: 15px;
    line-height: 1.4;
  }

  .inno-home-slider__arrow {
    width: 38px;
    height: 38px;
  }

  .inno-home-slider__arrow--previous {
    left: 8px;
  }

  .inno-home-slider__arrow--next {
    right: 8px;
  }
}

/* =========================================================
   ACCESIBILIDAD
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .inno-home-slider__track,
  .inno-home-slider__content,
  .inno-home-slider__button {
    transition: none;
  }
}

/* =========================================================
   DESKTOP PEQUEÑO / PANTALLAS DE POCA ALTURA
   Evita que el slider quede cortado verticalmente
   No modifica tablet ni mobile
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1439px),
       (min-width: 1025px) and (max-height: 900px) {

  .inno-home-slider__viewport {
    height: clamp(570px, calc(100svh - 155px), 700px);
    min-height: 570px;
  }

  .inno-home-slider__inner {
    padding:
      clamp(42px, 5vh, 58px)
      clamp(96px, 8vw, 128px)
      clamp(82px, 9vh, 104px);

    align-items: center;
  }

  .inno-home-slider__content {
    width: min(100%, 820px);
  }

  .inno-home-slider__title {
    max-width: 820px;

    font-size: clamp(56px, 5.6vw, 82px);
    line-height: 1.01;
    letter-spacing: 0 !important;
  }

  .inno-home-slider__subtitle {
    max-width: 700px;

    margin-top: clamp(17px, 2vh, 24px);

    font-size: clamp(17px, 1.45vw, 21px);
    line-height: 1.4;
  }

  .inno-home-slider__button {
    margin-top: clamp(24px, 3vh, 32px);
  }

  .inno-home-slider__arrow {
    width: 48px;
    height: 48px;
  }

  .inno-home-slider__arrow--previous {
    left: clamp(20px, 2.4vw, 34px);
  }

  .inno-home-slider__arrow--next {
    right: clamp(20px, 2.4vw, 34px);
  }

  .inno-home-slider__dots {
    bottom: clamp(22px, 3vh, 30px);
  }
}

/* Texto y flecha perfectamente centrados dentro de la pastilla */
.inno-home-slider__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  line-height: 1;
}

/* Caja de la flecha con la misma altura visual que el texto */
.inno-home-slider__button > span {
  position: relative;

  width: 17px;
  height: 12px;
  flex: 0 0 17px;

  margin: 0;
  padding: 0;

  display: block;

  font-size: 0;
  line-height: 0;

  top: auto;
  transform: none;
}

/* Línea horizontal */
.inno-home-slider__button > span::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 1px;

  width: 14px;
  height: 1px;

  background: currentColor;

  transform: translateY(-50%);
}

/* Punta de la flecha */
.inno-home-slider__button > span::after {
  content: "";

  position: absolute;
  top: 50%;
  right: 2px;

  width: 5px;
  height: 5px;

  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;

  transform: translateY(-50%) rotate(45deg);
}

/* =========================================================
   AJUSTE FINAL — TEXTOS FULL WIDTH EN DESKTOP
   Añadir al final del CSS
   ========================================================= */

/* Desktop grande — 1440px o más */

@media (min-width: 1440px) {
  .inno-home-lab__intro,
  .inno-home-lab__title,
  .inno-home-lab__copy {
    width: 100%;
    max-width: none;
  }

  .inno-home-lab__title {
    margin-bottom: 30px;

    font-size: clamp(52px, 4.25vw, 66px);
    line-height: 1.055;
    letter-spacing: -0.026em;

    text-wrap: wrap;
  }

  .inno-home-lab__copy p {
    width: 100%;
    max-width: none;

    font-size: 18px;
    line-height: 1.72;
  }
}

/* Desktop medio — 1200px a 1439px */

@media (min-width: 1200px) and (max-width: 1439px) {
  .inno-home-lab__inner {
    width: 100%;
    max-width: 1120px;
  }

  .inno-home-lab__intro,
  .inno-home-lab__title,
  .inno-home-lab__copy {
    width: 100%;
    max-width: none;
  }

  .inno-home-lab__title {
    margin-bottom: 28px;

    font-size: clamp(48px, 4.1vw, 58px);
    line-height: 1.06;
    letter-spacing: -0.024em;

    text-wrap: wrap;
  }

  .inno-home-lab__copy p {
    width: 100%;
    max-width: none;

    font-size: 17px;
    line-height: 1.7;
  }

  .inno-home-lab__facts {
    margin-top: 42px;
  }

  .inno-home-lab__media {
    margin-top: 38px;
  }
}

/* Desktop pequeño — 1025px a 1199px */

@media (min-width: 1025px) and (max-width: 1199px) {
  .inno-home-lab {
    padding:
      56px
      clamp(28px, 3.5vw, 40px)
      56px;
  }

  .inno-home-lab__inner {
    width: 100%;
    max-width: 1040px;
  }

  .inno-home-lab__intro,
  .inno-home-lab__title,
  .inno-home-lab__copy {
    width: 100%;
    max-width: none;
  }

  .inno-home-lab__title {
    margin-bottom: 26px;

    font-size: clamp(42px, 4.4vw, 52px);
    line-height: 1.065;
    letter-spacing: -0.022em;

    text-wrap: wrap;
  }

  .inno-home-lab__copy p {
    width: 100%;
    max-width: none;

    font-size: 16px;
    line-height: 1.68;
  }

  .inno-home-lab__copy p + p {
    margin-top: 16px;
  }

  .inno-home-lab__facts {
    margin-top: 38px;
  }

  .inno-home-lab__fact {
    padding: 20px 18px;
  }

  .inno-home-lab__fact:first-child {
    padding-left: 0;
  }

  .inno-home-lab__fact:last-child {
    padding-right: 0;
  }

  .inno-home-lab__fact dt {
    font-size: clamp(28px, 2.7vw, 34px);
  }

  .inno-home-lab__fact dd {
    font-size: 12px;
  }

  .inno-home-lab__media {
    margin-top: 36px;

    border-radius: 28px;
  }

  .inno-home-lab__media-footer {
    padding: 24px;

    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
  }

  .inno-home-lab__media-content h3 {
    font-size: clamp(23px, 2.3vw, 27px);
  }

  .inno-home-lab__media-content p {
    font-size: 13.5px;
  }

  .inno-home-lab__button {
    min-height: 46px;

    padding-right: 18px;
    padding-left: 18px;

    gap: 16px;

    font-size: 10.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b6d319 *//* =========================================================
   HOME — FONDO GENERAL AUTOMÁTICO Y RESPONSIVE

   - No depende del nombre individual de cada sección.
   - Funciona con las secciones nuevas.
   - No modifica cards ni elementos internos.
   - El hero mantiene su propio fondo.
   ========================================================= */

.inno-home-background-controller {
  display: none !important;
}

/* =========================================================
   FONDO REAL DE LA PÁGINA
   El degradado se genera una sola vez y no se reinicia
   en cada sección.
   ========================================================= */

html.inno-home-page {
  min-height: 100%;

  background-color: #f7f8f5 !important;
}

html.inno-home-page body.inno-home-page {
  min-height: 100%;

  background-color: #f7f8f5 !important;

  background-image:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f7f8f5 52%,
      #f2f6f3 100%
    ) !important;

  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 100% 100% !important;
  background-attachment: scroll !important;
}

/* =========================================================
   WRAPPERS GENERALES DE WORDPRESS

   Se vuelven transparentes para dejar visible el único
   fondo continuo aplicado al body.
   ========================================================= */

html.inno-home-page body.inno-home-page #page,
html.inno-home-page body.inno-home-page #content,
html.inno-home-page body.inno-home-page #primary,
html.inno-home-page body.inno-home-page .site,
html.inno-home-page body.inno-home-page .site-content,
html.inno-home-page body.inno-home-page .content-area,
html.inno-home-page body.inno-home-page .site-main,
html.inno-home-page body.inno-home-page .entry-content {
  background-color: transparent !important;
  background-image: none !important;
}

/* =========================================================
   RAÍZ DE LA PÁGINA DE ELEMENTOR
   ========================================================= */

html.inno-home-page
body.inno-home-page
.elementor[data-elementor-type="wp-page"],
html.inno-home-page
body.inno-home-page
.elementor[data-elementor-type="wp-post"] {
  background-color: transparent !important;
  background-image: none !important;
}

/* =========================================================
   CONTENEDORES EXTERIORES DE ELEMENTOR

   Solo afecta a los elementos directamente dependientes
   de la página. No alcanza las cards interiores.
   ========================================================= */

html.inno-home-page
body.inno-home-page
.elementor[data-elementor-type="wp-page"]
> .elementor-element,
html.inno-home-page
body.inno-home-page
.elementor[data-elementor-type="wp-page"]
> .e-con,
html.inno-home-page
body.inno-home-page
.elementor[data-elementor-type="wp-post"]
> .elementor-element,
html.inno-home-page
body.inno-home-page
.elementor[data-elementor-type="wp-post"]
> .e-con {
  background-color: transparent !important;
  background-image: none !important;
}

/* Elimina únicamente overlays de los contenedores exteriores */
html.inno-home-page
body.inno-home-page
.elementor[data-elementor-type="wp-page"]
> .elementor-element
> .elementor-background-overlay,
html.inno-home-page
body.inno-home-page
.elementor[data-elementor-type="wp-page"]
> .e-con
> .elementor-background-overlay,
html.inno-home-page
body.inno-home-page
.elementor[data-elementor-type="wp-post"]
> .elementor-element
> .elementor-background-overlay,
html.inno-home-page
body.inno-home-page
.elementor[data-elementor-type="wp-post"]
> .e-con
> .elementor-background-overlay {
  display: none !important;
}

/* =========================================================
   SECCIONES HTML ACTUALES Y FUTURAS

   Cualquier bloque raíz cuyo nombre comience por
   "inno-home-" utilizará automáticamente el fondo general.

   Se excluye el hero porque tiene su propia imagen.
   ========================================================= */

html.inno-home-page
body.inno-home-page
.elementor-widget-html
> .elementor-widget-container
> section[class^="inno-home-"]:not(.inno-home-slider),
html.inno-home-page
body.inno-home-page
.elementor-widget-html
> .elementor-widget-container
> div[class^="inno-home-"]:not(.inno-home-slider):not(.inno-home-background-controller) {
  background-color: transparent !important;
  background-image: none !important;
}

/* =========================================================
   DESKTOP PEQUEÑO — 1025px a 1439px
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1439px) {
  html.inno-home-page body.inno-home-page {
    background-color: #f7f8f5 !important;

    background-image:
      linear-gradient(
        145deg,
        #fafbf9 0%,
        #f7f8f5 50%,
        #f2f6f3 100%
      ) !important;

    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100% 100% !important;
  }
}

/* =========================================================
   TABLET — 768px a 1024px

   Fondo sólido único para impedir cualquier corte.
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {
  html.inno-home-page,
  html.inno-home-page body.inno-home-page {
    background: #f7f8f5 !important;
    background-image: none !important;
  }

  /*
   * Elimina la sombra exterior del bloque visual de
   * Laboratory que anteriormente producía una franja.
   */
  html.inno-home-page
  body.inno-home-page
  .inno-home-lab__media {
    box-shadow: none !important;
  }
}

/* =========================================================
   MOBILE — hasta 767px

   Fondo sólido único para toda la página.
   ========================================================= */

@media (max-width: 767px) {
  html.inno-home-page,
  html.inno-home-page body.inno-home-page {
    background: #f7f8f5 !important;
    background-image: none !important;
  }

  html.inno-home-page
  body.inno-home-page
  .inno-home-lab__media {
    box-shadow: none !important;
  }
}

/* =========================================================
   MOBILE ESTRECHO — hasta 390px
   ========================================================= */

@media (max-width: 390px) {
  html.inno-home-page,
  html.inno-home-page body.inno-home-page {
    background: #f7f8f5 !important;
    background-image: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff5c043 *//* =========================================================
   HOME — CORPORATE LABORATORY
   CSS FINAL CONSOLIDADO
   ========================================================= */

.inno-home-lab,
.inno-home-lab * {
  box-sizing: border-box;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inno-home-lab {
  --inno-green: #065741;
  --inno-green-dark: #044534;
  --inno-card-dark: #042d30;
  --inno-text: #1f2a37;
  --inno-muted: #6f7477;
  --inno-border: rgba(6, 87, 65, 0.13);

  position: relative;

  width: 100vw;
  max-width: 100vw;

  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);

  padding:
    clamp(72px, 6vw, 94px)
    24px
    clamp(72px, 6vw, 94px);

  color: var(--inno-text);
  background-color: transparent !important;
  background-image: none !important;

  overflow: hidden;
}

/* =========================================================
   FONDO
   ========================================================= */

.inno-home-lab__background {
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 86% 74%,
      rgba(6, 87, 65, 0.05) 0,
      rgba(6, 87, 65, 0) 34%
    ),
    linear-gradient(
      145deg,
      #ffffff 0%,
      #ffffff 58%,
      #f7f8f5 100%
    );

  pointer-events: none;
}

.inno-home-lab__inner {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1180px;

  margin: 0 auto;
}

/* =========================================================
   INTRODUCCIÓN FULL WIDTH
   ========================================================= */

.inno-home-lab .inno-home-lab__intro,
.inno-home-lab .inno-home-lab__title,
.inno-home-lab .inno-home-lab__copy {
  width: 100%;
  max-width: 100%;
}

.inno-home-lab__eyebrow {
  margin: 0 0 22px;

  display: inline-flex;
  align-items: center;
  gap: 11px;

  color: var(--inno-green);

  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.inno-home-lab__eyebrow span {
  width: 30px;
  height: 2px;
  flex: 0 0 30px;

  display: block;

  background: var(--inno-green);
  border-radius: 999px;
}

.inno-home-lab__title {
  margin: 0 0 30px;

  color: var(--inno-text);

  font-size: clamp(52px, 4.25vw, 66px);
  font-weight: 500;
  line-height: 1.055;
  letter-spacing: -0.026em;

  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;

  text-wrap: wrap;
}

.inno-home-lab__copy {
  color: var(--inno-muted);
}

.inno-home-lab__copy p {
  width: 100%;
  max-width: none;

  margin: 0;

  color: var(--inno-muted);

  font-size: 18px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0;
}

.inno-home-lab__copy p + p {
  margin-top: 18px;
}

.inno-home-lab__copy strong {
  color: var(--inno-text);

  font-weight: 700;
  font-style: normal;
}

/* =========================================================
   MÉTRICAS
   ========================================================= */

.inno-home-lab__facts {
  width: 100%;

  margin: clamp(40px, 4.5vw, 54px) 0 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  border-top: 1px solid var(--inno-border);
  border-bottom: 1px solid var(--inno-border);
}

.inno-home-lab__fact {
  min-width: 0;

  margin: 0;
  padding: 22px clamp(20px, 2.5vw, 32px);
}

.inno-home-lab__fact:first-child {
  padding-left: 0;
}

.inno-home-lab__fact:last-child {
  padding-right: 0;
}

.inno-home-lab__fact + .inno-home-lab__fact {
  border-left: 1px solid var(--inno-border);
}

.inno-home-lab__fact dt {
  margin: 0 0 5px;

  color: var(--inno-green);

  font-size: clamp(29px, 2.6vw, 38px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}

.inno-home-lab__fact dd {
  margin: 0;

  color: var(--inno-muted);

  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

/* =========================================================
   BLOQUE DE VÍDEO
   ========================================================= */

.inno-home-lab__media {
  position: relative;
  isolation: isolate;

  width: 100%;

  margin-top: clamp(36px, 4vw, 48px);

  color: #ffffff;
  background: var(--inno-card-dark);

  border: 1px solid rgba(6, 87, 65, 0.15);
  border-radius: 32px;

  box-shadow:
    0 30px 72px rgba(22, 38, 32, 0.1),
    0 9px 24px rgba(6, 87, 65, 0.06);

  overflow: hidden;
}

.inno-home-lab__media::after {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 5;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;

  pointer-events: none;
}

/* =========================================================
   RECORTE DE FRANJAS NEGRAS
   ========================================================= */

.inno-home-lab__video-stage {
  position: relative;

  width: 100%;
  aspect-ratio: 12 / 5;

  background: var(--inno-card-dark);

  overflow: hidden;
}

.inno-home-lab__video {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 102%;
  max-width: none;
  height: 136%;

  display: block;

  object-fit: cover;
  object-position: center center;

  border: 0;

  transform: translate(-50%, -50%);
  transform-origin: center;

  transition:
    width 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.65s cubic-bezier(0.22, 1, 0.36, 1);

  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .inno-home-lab__media:hover .inno-home-lab__video {
    width: 103.5%;
    height: 138%;
  }
}

/* =========================================================
   PIE DEL VÍDEO — COLOR ORIGINAL
   ========================================================= */

.inno-home-lab__media-footer {
  position: relative;
  z-index: 2;

  width: 100%;
  padding: 27px 31px;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 4vw, 60px);

  background-color: var(--inno-card-dark);
  background-image: none;

  border-top: 1px solid rgba(255, 255, 255, 0.16);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.inno-home-lab__media-content {
  min-width: 0;
  max-width: 690px;
}

.inno-home-lab__media-content > span {
  display: block;

  margin: 0 0 7px;

  color: rgba(255, 255, 255, 0.72);

  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.inno-home-lab__media-content h3 {
  margin: 0 0 7px;

  color: #ffffff;

  font-size: clamp(23px, 2.1vw, 30px);
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -0.018em;
}

.inno-home-lab__media-content p {
  max-width: 620px;

  margin:  margin: 0;

  color: rgba(255, 255, 255, 0.82);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

/* =========================================================
   CTA
   ========================================================= */

.inno-home-lab__button {
  min-height: 48px;

  padding: 0 22px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  color: #ffffff;
  background: transparent;

  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;

  font-size: 11.5px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;

  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.inno-home-lab__button > span {
  position: relative;

  width: 17px;
  height: 12px;
  flex: 0 0 17px;

  display: block;

  font-size: 0;
  line-height: 0;

  transition: transform 0.22s ease;
}

.inno-home-lab__button > span::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 1px;

  width: 14px;
  height: 1px;

  background: currentColor;

  transform: translateY(-50%);
}

.inno-home-lab__button > span::after {
  content: "";

  position: absolute;
  top: 50%;
  right: 2px;

  width: 5px;
  height: 5px;

  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;

  transform: translateY(-50%) rotate(45deg);
}

.inno-home-lab__button:hover,
.inno-home-lab__button:focus-visible {
  color: var(--inno-card-dark);
  background: #ffffff;
  border-color: #ffffff;

  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);

  transform: translateY(-2px);
}

.inno-home-lab__button:hover > span,
.inno-home-lab__button:focus-visible > span {
  transform: translateX(3px);
}

.inno-home-lab__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.3);
  outline-offset: 4px;
}

/* =========================================================
   TABLET Y MOBILE — BASE
   ========================================================= */

@media (max-width: 1024px) {
  .inno-home-lab {
    width: 100%;
    max-width: 100%;

    margin-right: 0;
    margin-left: 0;
  }

  .inno-home-lab__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inno-home-lab__fact:first-child,
  .inno-home-lab__fact:nth-child(3) {
    padding-left: 0;
  }

  .inno-home-lab__fact:nth-child(3) {
    border-left: 0;
  }

  .inno-home-lab__fact:nth-child(n + 3) {
    border-top: 1px solid var(--inno-border);
  }
}

/* =========================================================
   DESKTOP MEDIO — 1200px a 1439px
   ========================================================= */

@media (min-width: 1200px) and (max-width: 1439px) {
  .inno-home-lab {
    padding:
      62px
      clamp(32px, 4vw, 52px)
      62px;
  }

  .inno-home-lab__inner {
    width: 100%;
    max-width: 1120px;
  }

  .inno-home-lab .inno-home-lab__intro,
  .inno-home-lab .inno-home-lab__title,
  .inno-home-lab .inno-home-lab__copy {
    width: 100%;
    max-width: 100%;
  }

  .inno-home-lab__title {
    margin-bottom: 28px;

    font-size: clamp(48px, 4.1vw, 58px);
    line-height: 1.06;
    letter-spacing: -0.024em;
  }

  .inno-home-lab__copy p {
    font-size: 17px;
    line-height: 1.7;
  }

  .inno-home-lab__facts {
    margin-top: 42px;
  }

  .inno-home-lab__media {
    margin-top: 38px;

    border-radius: 29px;
  }

  .inno-home-lab__media-footer {
    padding: 25px 27px;

    gap: 34px;
  }

  .inno-home-lab__button {
    padding-right: 19px;
    padding-left: 19px;

    font-size: 11px;
  }
}

/* =========================================================
   DESKTOP PEQUEÑO — 1025px a 1199px
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1199px) {
  .inno-home-lab {
    padding:
      56px
      clamp(28px, 3.5vw, 40px)
      56px;
  }

  .inno-home-lab__inner {
    width: 100%;
    max-width: 1040px;
  }

  .inno-home-lab .inno-home-lab__intro,
  .inno-home-lab .inno-home-lab__title,
  .inno-home-lab .inno-home-lab__copy {
    width: 100%;
    max-width: 100%;
  }

  .inno-home-lab__title {
    margin-bottom: 26px;

    font-size: clamp(42px, 4.4vw, 52px);
    line-height: 1.065;
    letter-spacing: -0.022em;
  }

  .inno-home-lab__copy p {
    font-size: 16px;
    line-height: 1.68;
  }

  .inno-home-lab__copy p + p {
    margin-top: 16px;
  }

  .inno-home-lab__facts {
    margin-top: 38px;
  }

  .inno-home-lab__fact {
    padding: 20px 18px;
  }

  .inno-home-lab__fact:first-child {
    padding-left: 0;
  }

  .inno-home-lab__fact:last-child {
    padding-right: 0;
  }

  .inno-home-lab__fact dt {
    font-size: clamp(28px, 2.7vw, 34px);
  }

  .inno-home-lab__fact dd {
    font-size: 12px;
  }

  .inno-home-lab__media {
    margin-top: 36px;

    border-radius: 28px;
  }

  .inno-home-lab__media-footer {
    padding: 24px;

    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
  }

  .inno-home-lab__media-content h3 {
    font-size: clamp(23px, 2.3vw, 27px);
  }

  .inno-home-lab__media-content p {
    font-size: 13.5px;
  }

  .inno-home-lab__button {
    min-height: 46px;

    padding-right: 18px;
    padding-left: 18px;

    gap: 16px;

    font-size: 10.5px;
  }
}

/* =========================================================
   TABLET GRANDE — 900px a 1024px
   ========================================================= */

@media (min-width: 900px) and (max-width: 1024px) {
  .inno-home-lab {
    padding:
      56px
      clamp(38px, 5vw, 48px)
      56px;
  }

  .inno-home-lab__inner {
    max-width: 900px;
  }

  .inno-home-lab__title {
    font-size: clamp(42px, 5.4vw, 52px);
    line-height: 1.06;
    letter-spacing: -0.02em;
  }

  .inno-home-lab__copy p {
    font-size: 16px;
    line-height: 1.68;
  }

  .inno-home-lab__fact {
    padding: 19px 20px;
  }

  .inno-home-lab__video-stage {
    aspect-ratio: 16 / 9;
  }

  .inno-home-lab__video {
    width: 136%;
    height: 136%;
  }

  .inno-home-lab__media-footer {
    padding: 24px 26px;

    gap: 28px;
  }
}

/* =========================================================
   TABLET — 768px a 899px
   ========================================================= */

@media (min-width: 768px) and (max-width: 899px) {
  .inno-home-lab {
    padding:
      54px
      clamp(32px, 5vw, 42px)
      54px;
  }

  .inno-home-lab__inner {
    max-width: 820px;
  }

  .inno-home-lab__title {
    font-size: clamp(40px, 5.8vw, 50px);
    line-height: 1.065;
    letter-spacing: -0.02em;
  }

  .inno-home-lab__copy p {
    font-size: 16px;
    line-height: 1.68;
  }

  .inno-home-lab__facts {
    margin-top: 38px;
  }

  .inno-home-lab__fact {
    padding: 18px;
  }

  .inno-home-lab__media {
    margin-top: 34px;

    border-radius: 27px;

    box-shadow: none;
  }

  .inno-home-lab__video-stage {
    aspect-ratio: 16 / 9;
  }

  .inno-home-lab__video {
    width: 136%;
    height: 136%;
  }

  .inno-home-lab__media-footer {
    padding: 24px 25px 26px;

    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .inno-home-lab__button {
    width: auto;

    justify-self: start;
  }
}

/* =========================================================
   MOBILE — hasta 767px
   ========================================================= */

@media (max-width: 767px) {
  .inno-home-lab {
    padding:
      48px
      clamp(18px, 5vw, 28px)
      48px;
  }

  .inno-home-lab__inner {
    max-width: 620px;
  }

  .inno-home-lab__intro {
    text-align: center;
  }

  .inno-home-lab__eyebrow {
    margin-bottom: 17px;

    justify-content: center;

    font-size: 11px;
    letter-spacing: 0.085em;
  }

  .inno-home-lab__eyebrow span {
    width: 26px;
    flex-basis: 26px;
  }

  .inno-home-lab__title {
    margin-bottom: 23px;

    font-size: clamp(32px, 8.8vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.016em;
  }

  .inno-home-lab__copy p {
    font-size: 15px;
    line-height: 1.64;
  }

  .inno-home-lab__copy p + p {
    margin-top: 16px;
  }

  .inno-home-lab__facts {
    margin-top: 34px;
  }

  .inno-home-lab__fact {
    padding: 16px 8px;

    text-align: center;
  }

  .inno-home-lab__fact:first-child {
    padding-left: 8px;
  }

  .inno-home-lab__fact dt {
    font-size: 27px;
  }

  .inno-home-lab__fact dd {
    max-width: 130px;

    margin: 0 auto;

    font-size: 11.5px;
    line-height: 1.35;
  }

  .inno-home-lab__media {
    margin-top: 30px;

    border-radius: 23px;

    box-shadow: none;
  }

  .inno-home-lab__video-stage {
    aspect-ratio: 16 / 10;
  }

  .inno-home-lab__video {
    width: 152%;
    height: 136%;
  }

  .inno-home-lab__media-footer {
    padding: 22px 19px 23px;

    grid-template-columns: minmax(0, 1fr);
    gap: 20px;

    text-align: center;
  }

  .inno-home-lab__media-content {
    max-width: 100%;
  }

  .inno-home-lab__media-content > span {
    margin-bottom: 6px;

    font-size: 9px;
  }

  .inno-home-lab__media-content h3 {
    margin-bottom: 7px;

    font-size: 21px;
    line-height: 1.16;
  }

  .inno-home-lab__media-content p {
    max-width: 450px;

    margin: 0 auto;

    font-size: 13px;
    line-height: 1.5;
  }

  .inno-home-lab__button {
    width: 100%;
    min-height: 48px;

    justify-self: stretch;

    padding-right: 18px;
    padding-left: 18px;

    font-size: 11px;
  }
}

/* =========================================================
   MOBILE ESTRECHO — hasta 390px
   ========================================================= */

@media (max-width: 390px) {
  .inno-home-lab {
    padding: 42px 16px;
  }

  .inno-home-lab__title {
    font-size: 32px;
    line-height: 1.09;
  }

  .inno-home-lab__copy p {
    font-size: 14.5px;
    line-height: 1.62;
  }

  .inno-home-lab__facts {
    margin-top: 30px;
  }

  .inno-home-lab__fact {
    padding: 14px 6px;
  }

  .inno-home-lab__fact:first-child {
    padding-left: 6px;
  }

  .inno-home-lab__fact dt {
    font-size: 24px;
  }

  .inno-home-lab__fact dd {
    font-size: 10.5px;
  }

  .inno-home-lab__media {
    margin-top: 26px;

    border-radius: 21px;
  }

  .inno-home-lab__video-stage {
    aspect-ratio: 3 / 2;
  }

  .inno-home-lab__video {
    width: 163%;
    height: 136%;
  }

  .inno-home-lab__media-footer {
    padding: 20px 16px 21px;

    gap: 18px;
  }

  .inno-home-lab__media-content h3 {
    font-size: 19px;
  }

  .inno-home-lab__media-content p {
    font-size: 12px;
    line-height: 1.46;
  }

  .inno-home-lab__button {
    font-size: 10.5px;
    letter-spacing: 0.04em;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .inno-home-lab__video,
  .inno-home-lab__button,
  .inno-home-lab__button > span {
    transition: none;
  }

  .inno-home-lab__button:hover,
  .inno-home-lab__button:focus-visible {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62393d3 *//* =========================================================
   HOME — PROFESSIONAL USE + HOME USE
   Solo los botones son clicables
   ========================================================= */

.inno-home-use-paths,
.inno-home-use-paths * {
  box-sizing: border-box;
}

.inno-home-use-paths {
  --inno-green: #065741;
  --inno-green-dark: #044534;
  --inno-text: #1f2a37;
  --inno-muted: #6f7477;
  --inno-border: rgba(6, 87, 65, 0.15);

  position: relative;

  width: 100vw;
  max-width: 100vw;

  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);

  padding:
    clamp(64px, 5vw, 76px)
    24px
    clamp(64px, 5vw, 76px);

  color: var(--inno-text);

  background-color: transparent !important;
  background-image: none !important;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

.inno-home-use-paths__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.inno-home-use-paths__header {
  width: 100%;
  max-width: 1180px;

  margin: 0 0 clamp(38px, 4vw, 54px);
}

.inno-home-use-paths__eyebrow {
  margin: 0 0 20px;

  display: inline-flex;
  align-items: center;
  gap: 11px;

  color: var(--inno-green);

  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.inno-home-use-paths__eyebrow > span {
  width: 30px;
  height: 2px;

  display: block;
  flex: 0 0 30px;

  background: var(--inno-green);
  border-radius: 999px;
}

.inno-home-use-paths__title {
  width: 100%;
  max-width: 1180px;

  margin: 0;

  color: var(--inno-text);

  font-size: clamp(42px, 3.8vw, 60px);
  font-weight: 500;
  line-height: 1.045;
  letter-spacing: -0.022em;

  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;

  text-wrap: balance;
}

.inno-home-use-paths__intro {
  width: 100%;
  max-width: 1180px;

  margin: 24px 0 0;

  color: var(--inno-muted);

  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

/* =========================================================
   CARDS GRID
   ========================================================= */

.inno-home-use-paths__grid {
  width: 100%;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(22px, 2.5vw, 32px);

  align-items: stretch;
}

.inno-home-use-paths__card {
  position: relative;

  width: 100%;
  min-width: 0;
  height: 100%;

  margin: 0;

  display: flex;
  flex-direction: column;

  color: var(--inno-text);
  background: #ffffff;

  border: 1px solid var(--inno-border);
  border-radius: 30px;

  box-shadow:
    0 18px 46px rgba(22, 38, 32, 0.07),
    0 5px 16px rgba(6, 87, 65, 0.035);

  overflow: hidden;
}

/* =========================================================
   CARD IMAGE
   ========================================================= */

.inno-home-use-paths__media {
  position: relative;

  width: 100%;
  aspect-ratio: 16 / 10;

  padding: clamp(26px, 3vw, 42px);

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f8faf8 100%
    );

  border-bottom: 1px solid rgba(6, 87, 65, 0.09);

  overflow: hidden;
}

.inno-home-use-paths__media img {
  width: 100%;
  max-width: 440px;

  height: 100%;
  max-height: 300px;

  display: block;

  object-fit: contain;
  object-position: center;
}

/* =========================================================
   CARD CONTENT
   ========================================================= */

.inno-home-use-paths__content {
  width: 100%;
  flex: 1 1 auto;

  padding:
    clamp(26px, 3vw, 38px)
    clamp(26px, 3vw, 38px)
    clamp(28px, 3.2vw, 42px);

  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.inno-home-use-paths__card-eyebrow {
  margin: 0 0 12px;

  color: var(--inno-green);

  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.inno-home-use-paths__card-title {
  width: 100%;

  margin: 0;

  color: var(--inno-text);

  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.018em;
}

.inno-home-use-paths__card-text {
  width: 100%;
  max-width: none;

  margin: 17px 0 0;

  color: var(--inno-muted);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}

/* =========================================================
   CARD CTA
   Único elemento clicable
   ========================================================= */

.inno-home-use-paths__button {
  min-height: 44px;

  margin-top: 24px;
  padding: 0 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  color: #ffffff;
  background: var(--inno-green);

  border: 1px solid var(--inno-green);
  border-radius: 999px;

  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;

  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.inno-home-use-paths__button:visited {
  color: #ffffff;
}

/* Flecha centrada con el texto */
.inno-home-use-paths__button > span {
  position: relative;

  width: 17px;
  height: 12px;
  flex: 0 0 17px;

  margin: 0;
  padding: 0;

  display: block;

  font-size: 0;
  line-height: 0;

  transition: transform 0.22s ease;
}

.inno-home-use-paths__button > span::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 1px;

  width: 14px;
  height: 1px;

  background: currentColor;

  transform: translateY(-50%);
}

.inno-home-use-paths__button > span::after {
  content: "";

  position: absolute;
  top: 50%;
  right: 2px;

  width: 5px;
  height: 5px;

  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;

  transform: translateY(-50%) rotate(45deg);
}

.inno-home-use-paths__button:hover,
.inno-home-use-paths__button:focus-visible {
  color: #ffffff;
  background: var(--inno-green-dark);
  border-color: var(--inno-green-dark);

  box-shadow: 0 12px 26px rgba(6, 87, 65, 0.16);

  transform: translateY(-2px);
}

.inno-home-use-paths__button:hover > span,
.inno-home-use-paths__button:focus-visible > span {
  transform: translateX(3px);
}

.inno-home-use-paths__button:focus-visible {
  outline: 3px solid rgba(6, 87, 65, 0.22);
  outline-offset: 4px;
}

/* =========================================================
   DESKTOP PEQUEÑO — 1025px a 1439px
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1439px) {
  .inno-home-use-paths {
    padding:
      60px
      clamp(32px, 4vw, 54px)
      60px;
  }

  .inno-home-use-paths__inner,
  .inno-home-use-paths__header,
  .inno-home-use-paths__title,
  .inno-home-use-paths__intro {
    max-width: 1120px;
  }

  .inno-home-use-paths__header {
    margin-bottom: 42px;
  }

  .inno-home-use-paths__title {
    font-size: clamp(42px, 4vw, 56px);
  }

  .inno-home-use-paths__grid {
    gap: clamp(20px, 2.5vw, 28px);
  }

  .inno-home-use-paths__button {
    margin-top: 22px;
  }
}

/* =========================================================
   TABLET — 768px a 1024px
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .inno-home-use-paths {
    padding:
      48px
      clamp(48px, 6vw, 64px)
      48px;
  }

  .inno-home-use-paths__inner {
    max-width: 820px;
  }

  .inno-home-use-paths__header {
    max-width: 820px;
    margin-bottom: 36px;
  }

  .inno-home-use-paths__title,
  .inno-home-use-paths__intro {
    max-width: 820px;
  }

  .inno-home-use-paths__title {
    font-size: clamp(46px, 6vw, 58px);
    line-height: 1.05;
  }

  .inno-home-use-paths__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .inno-home-use-paths__card {
    border-radius: 25px;
  }

  .inno-home-use-paths__media {
    aspect-ratio: 4 / 3;
    padding: 24px;
  }

  .inno-home-use-paths__content {
    padding: 25px 24px 30px;
  }

  .inno-home-use-paths__card-title {
    font-size: 28px;
  }

  .inno-home-use-paths__card-text {
    font-size: 14px;
    line-height: 1.58;
  }

  .inno-home-use-paths__button {
    margin-top: 20px;
  }
}

/* =========================================================
   MOBILE — hasta 767px
   Todo el contenido de las cards centrado
   ========================================================= */

@media (max-width: 767px) {
  .inno-home-use-paths {
    padding:
      38px
      clamp(26px, 5.5vw, 42px)
      38px;
  }

  .inno-home-use-paths__header {
    max-width: 560px;
    margin: 0 auto 30px;

    text-align: center;
  }

  .inno-home-use-paths__eyebrow {
    margin-bottom: 16px;
  }

  .inno-home-use-paths__title {
    max-width: 560px;

    margin-right: auto;
    margin-left: auto;

    font-size: clamp(34px, 9.5vw, 44px);
    line-height: 1.065;
    letter-spacing: -0.016em;
  }

  .inno-home-use-paths__intro {
    max-width: 520px;

    margin: 20px auto 0;

    font-size: 15px;
    line-height: 1.64;
  }

  .inno-home-use-paths__grid {
    max-width: 560px;
    margin: 0 auto;

    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .inno-home-use-paths__card {
    border-radius: 22px;
  }

  .inno-home-use-paths__media {
    aspect-ratio: 16 / 10;
    padding: 24px;
  }

  .inno-home-use-paths__content {
    padding: 24px 23px 28px;

    align-items: center;
    text-align: center;
  }

  .inno-home-use-paths__card-eyebrow {
    width: 100%;
    text-align: center;
  }

  .inno-home-use-paths__card-title {
    width: 100%;

    font-size: 29px;
    text-align: center;
  }

  .inno-home-use-paths__card-text {
    width: 100%;
    margin-top: 14px;

    font-size: 14px;
    line-height: 1.58;
    text-align: center;
  }

  .inno-home-use-paths__button {
    width: 100%;

    margin-top: 20px;
  }
}

/* =========================================================
   MOBILE ESTRECHO — hasta 390px
   ========================================================= */

@media (max-width: 390px) {
  .inno-home-use-paths {
    padding:
      34px
      24px
      34px;
  }

  .inno-home-use-paths__title {
    font-size: 34px;
  }

  .inno-home-use-paths__intro {
    font-size: 14.5px;
  }

  .inno-home-use-paths__media {
    padding: 20px;
  }

  .inno-home-use-paths__content {
    padding: 22px 20px 26px;
  }

  .inno-home-use-paths__card-title {
    font-size: 27px;
  }

  .inno-home-use-paths__button {
    margin-top: 18px;
    font-size: 10px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .inno-home-use-paths__button,
  .inno-home-use-paths__button > span {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c78222 *//* =========================================================
   CSS — HOME ADVANCED TECHNIQUES
   ========================================================= */

.inno-home-techniques,
.inno-home-techniques * {
  box-sizing: border-box;
}

.inno-home-techniques {
  --inno-tech-green: #065741;
  --inno-tech-green-dark: #044534;
  --inno-tech-text: #1f2a37;
  --inno-tech-muted: #6f7477;
  --inno-tech-border: rgba(6, 87, 65, 0.13);

  position: relative;
  width: 100%;
  padding:
    clamp(64px, 5vw, 76px)
    24px
    clamp(28px, 2.5vw, 42px);

  color: var(--inno-tech-text);
  background-color: transparent !important;
  background-image: none !important;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;

  overflow: hidden;
}

.inno-home-techniques__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
}

/* =========================================================
   CABECERA
   ========================================================= */

.inno-home-techniques__header {
  width: 100%;
  min-width: 0;

  margin-bottom: clamp(32px, 4vw, 48px);
}

.inno-home-techniques__eyebrow {
  margin: 0 0 20px;

  display: inline-flex;
  align-items: center;
  gap: 11px;

  color: var(--inno-tech-green);

  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.inno-home-techniques__eyebrow span {
  display: block;

  width: 30px;
  height: 2px;
  flex: 0 0 30px;

  background: var(--inno-tech-green);
  border-radius: 999px;
}

.inno-home-techniques__title {
  width: 100%;
  max-width: 1180px;

  margin: 0 0 16px;

  color: var(--inno-tech-text);

  font-size: clamp(42px, 3.8vw, 60px);
  font-weight: 500;
  line-height: 1.045;
  letter-spacing: -0.022em;

  text-wrap: balance;
}

.inno-home-techniques__content,
.inno-home-techniques__content p {
  width: 100%;
  max-width: 1180px;
}

.inno-home-techniques__content p {
  margin: 0;

  color: var(--inno-tech-muted);

  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

/* =========================================================
   WRAPPER Y CARRUSEL
   ========================================================= */

.inno-home-techniques__carousel-wrapper {
  position: relative;

  width: 100%;
  max-width: 1040px;

  margin: 0 auto;
}

.inno-home-techniques__carousel {
  width: 100%;

  padding: 10px 0 20px;
  margin: -10px 0 -20px;

  overflow: hidden;
}

.inno-home-techniques__track {
  display: flex;
  gap: 28px;

  transform: translate3d(0, 0, 0);

  transition:
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);

  will-change: transform;
}

/* =========================================================
   CARDS — HOVER IGUAL A LA REFERENCIA
   ========================================================= */

.inno-home-techniques__slide {
  position: relative;

  flex: 0 0 calc(50% - 14px);

  display: block;

  width: 100%;
  aspect-ratio: 16 / 9;

  color: inherit;
  background: transparent;

  border: 0;
  border-radius: 28px;
  box-shadow: none;

  line-height: 0;
  text-decoration: none;

  overflow: hidden;

  filter: brightness(1);
  transform: translateY(0);

  transition:
    filter 0.24s ease,
    transform 0.24s ease;

  will-change: filter, transform;
}

.inno-home-techniques__slide img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  border: 0;

  transform: none;
  transition: none;

  user-select: none;
  -webkit-user-drag: none;
}

/* Hover de referencia:
   - Sin zoom de imagen
   - Sin sombra profunda
   - Ligero brillo
   - Elevación de 2px
*/

@media (hover: hover) and (pointer: fine) {
  .inno-home-techniques__slide:hover {
    filter: brightness(1.04);
    transform: translateY(-2px);
  }
}

.inno-home-techniques__slide:focus-visible {
  outline: 3px solid rgba(6, 87, 65, 0.35);
  outline-offset: 3px;

  filter: brightness(1.04);
  transform: translateY(-2px);
}

/* =========================================================
   FLECHAS Y CONTROLES
   ========================================================= */

.inno-tech-prev,
.inno-tech-next {
  position: absolute;
  top: 50%;
  z-index: 10;

  width: 52px;
  height: 52px;

  margin: 0;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--inno-tech-text);
  background: #ffffff;

  border: 1px solid var(--inno-tech-border);
  border-radius: 50%;

  box-shadow: 0 8px 24px rgba(22, 38, 32, 0.05);

  appearance: none;
  cursor: pointer;

  transform: translateY(-50%);

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.inno-tech-prev {
  left: -60px;
}

.inno-tech-next {
  right: -60px;
}

.inno-tech-prev:hover,
.inno-tech-next:hover,
.inno-tech-prev:focus-visible,
.inno-tech-next:focus-visible {
  color: #ffffff;
  background: var(--inno-tech-green);
  border-color: var(--inno-tech-green);

  box-shadow: 0 12px 28px rgba(6, 87, 65, 0.18);
}

.inno-tech-prev:focus-visible,
.inno-tech-next:focus-visible {
  outline: 3px solid rgba(6, 87, 65, 0.22);
  outline-offset: 3px;
}

.inno-tech-prev:active,
.inno-tech-next:active {
  transform: translateY(-50%) scale(0.96);
}

.inno-tech-prev svg,
.inno-tech-next svg {
  width: 22px;
  height: 22px;

  display: block;

  pointer-events: none;
}

/* =========================================================
   BOTÓN FINAL
   ========================================================= */

.inno-home-techniques__bottom {
  width: 100%;

  margin-top: 48px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.inno-home-techniques__overview {
  min-height: 46px;

  padding: 0 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  color: #ffffff;
  background: var(--inno-tech-green);

  border: 1px solid var(--inno-tech-green);
  border-radius: 999px;

  box-shadow: 0 12px 28px rgba(6, 87, 65, 0.12);

  font-size: 11.5px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.inno-home-techniques__overview svg {
  width: 18px;
  height: 12px;
  flex: 0 0 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.3s ease;
}

.inno-home-techniques__overview:hover,
.inno-home-techniques__overview:focus-visible {
  color: #ffffff;
  background: var(--inno-tech-green-dark);
  border-color: var(--inno-tech-green-dark);

  box-shadow: 0 16px 36px rgba(6, 87, 65, 0.2);

  transform: translateY(-2px);
}

.inno-home-techniques__overview:hover svg,
.inno-home-techniques__overview:focus-visible svg {
  transform: translateX(4px);
}

.inno-home-techniques__overview:focus-visible {
  outline: 3px solid rgba(6, 87, 65, 0.22);
  outline-offset: 3px;
}

/* =========================================================
   PORTÁTIL
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1439px) {
  .inno-home-techniques {
    padding:
      60px
      clamp(32px, 4vw, 54px)
      30px;
  }

  .inno-home-techniques__inner {
    max-width: 1120px;
  }

  .inno-home-techniques__title {
    font-size: clamp(42px, 4vw, 56px);
  }

  .inno-home-techniques__carousel-wrapper {
    max-width: calc(100% - 110px);
  }

  .inno-tech-prev {
    left: -55px;
  }

  .inno-tech-next {
    right: -55px;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .inno-home-techniques {
    padding:
      48px
      clamp(48px, 6vw, 64px)
      24px;
  }

  .inno-home-techniques__inner {
    max-width: 820px;
  }

  .inno-home-techniques__title {
    font-size: clamp(46px, 6vw, 58px);
    line-height: 1.05;
  }

  .inno-home-techniques__carousel-wrapper {
    max-width: 100%;
  }

  .inno-home-techniques__track {
    gap: 20px;
  }

  .inno-home-techniques__slide {
    flex: 0 0 calc(50% - 10px);
  }

  .inno-home-techniques__controls {
    display: flex;
    justify-content: center;
    gap: 16px;

    margin-top: 32px;
  }

  .inno-tech-prev,
  .inno-tech-next {
    position: static;

    transform: none;
  }

  .inno-tech-prev:hover,
  .inno-tech-next:hover,
  .inno-tech-prev:focus-visible,
  .inno-tech-next:focus-visible {
    transform: translateY(-2px);
  }

  .inno-tech-prev:active,
  .inno-tech-next:active {
    transform: scale(0.96);
  }
}

/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {
  .inno-home-techniques {
    padding:
      38px
      clamp(26px, 5.5vw, 42px)
      19px;
  }

  .inno-home-techniques__header {
    text-align: center;
  }

  .inno-home-techniques__eyebrow {
    margin-bottom: 16px;

    justify-content: center;
  }

  .inno-home-techniques__title {
    max-width: 560px;

    margin-right: auto;
    margin-left: auto;

    font-size: clamp(34px, 9.5vw, 44px);
    line-height: 1.065;
  }

  .inno-home-techniques__content p {
    max-width: 520px;

    margin: 0 auto;

    font-size: 15px;
    line-height: 1.64;
  }

  .inno-home-techniques__carousel-wrapper {
    max-width: 100%;
  }

  .inno-home-techniques__track {
    gap: 16px;
  }

  .inno-home-techniques__slide {
    flex: 0 0 100%;

    border-radius: 20px;
  }

  .inno-home-techniques__slide img {
    border-radius: 20px;
  }

  .inno-home-techniques__controls {
    display: flex;
    justify-content: center;
    gap: 16px;

    margin-top: 28px;
  }

  .inno-tech-prev,
  .inno-tech-next {
    position: static;

    width: 48px;
    height: 48px;

    transform: none;
  }

  .inno-tech-prev:active,
  .inno-tech-next:active {
    transform: scale(0.95);
  }

  .inno-home-techniques__bottom {
    margin-top: 40px;
  }
}

/* =========================================================
   MÓVIL ESTRECHO
   ========================================================= */

@media (max-width: 390px) {
  .inno-home-techniques {
    padding: 34px 24px 17px;
  }

  .inno-home-techniques__title {
    font-size: 34px;
  }

  .inno-home-techniques__content p {
    font-size: 14.5px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .inno-home-techniques__track,
  .inno-home-techniques__slide,
  .inno-tech-prev,
  .inno-tech-next,
  .inno-home-techniques__overview,
  .inno-home-techniques__overview svg {
    transition: none;
  }

  .inno-home-techniques__slide:hover,
  .inno-home-techniques__slide:focus-visible {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc09ea8 *//* =========================================================
   HOME — SELECTED PRODUCTS INTRO
   Título y texto full width en desktop
   ========================================================= */

.inno-home-products-intro,
.inno-home-products-intro * {
  box-sizing: border-box;
}

.inno-home-products-intro {
  --inno-green: #065741;
  --inno-text: #1f2a37;
  --inno-muted: #6f7477;

  position: relative;

  width: 100%;

  padding:
    clamp(64px, 5vw, 76px)
    24px
    clamp(28px, 2.5vw, 36px);

  color: var(--inno-text);

  background-color: transparent !important;
  background-image: none !important;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

.inno-home-products-intro__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: clamp(24px, 2.2vw, 30px);
}

.inno-home-products-intro__heading,
.inno-home-products-intro__content {
  min-width: 0;
}

/* =========================================================
   EYEBROW
   ========================================================= */

.inno-home-products-intro__eyebrow {
  margin: 0 0 20px;

  display: inline-flex;
  align-items: center;
  gap: 11px;

  color: var(--inno-green);

  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.inno-home-products-intro__eyebrow span {
  width: 30px;
  height: 2px;

  display: block;
  flex: 0 0 30px;

  background: var(--inno-green);
  border-radius: 999px;
}

/* =========================================================
   TÍTULO — FULL WIDTH
   ========================================================= */

.inno-home-products-intro__title {
  width: 100%;
  max-width: 1180px;

  margin: 0;

  color: var(--inno-text);

  font-size: clamp(42px, 3.8vw, 60px);
  font-weight: 500;
  line-height: 1.045;
  letter-spacing: -0.022em;

  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;

  text-wrap: balance;
}

/* =========================================================
   TEXTO INFERIOR — FULL WIDTH
   ========================================================= */

.inno-home-products-intro__content {
  width: 100%;
  max-width: 1180px;

  padding-bottom: 0;
}

.inno-home-products-intro__content p {
  width: 100%;
  max-width: 1180px;

  margin: 0;

  color: var(--inno-muted);

  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

/* =========================================================
   DESKTOP GRANDE — desde 1440px
   ========================================================= */

@media (min-width: 1440px) {
  .inno-home-products-intro__inner {
    max-width: 1180px;
    gap: 26px;
  }

  .inno-home-products-intro__title,
  .inno-home-products-intro__content,
  .inno-home-products-intro__content p {
    max-width: 1180px;
  }
}

/* =========================================================
   DESKTOP PEQUEÑO — 1025px a 1439px
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1439px) {
  .inno-home-products-intro {
    padding:
      60px
      clamp(32px, 4vw, 54px)
      30px;
  }

  .inno-home-products-intro__inner {
    max-width: 1120px;

    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .inno-home-products-intro__title,
  .inno-home-products-intro__content,
  .inno-home-products-intro__content p {
    width: 100%;
    max-width: 1120px;
  }

  .inno-home-products-intro__title {
    font-size: clamp(42px, 4vw, 56px);
  }
}

/* =========================================================
   TABLET — 768px a 1024px
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .inno-home-products-intro {
    padding:
      48px
      clamp(48px, 6vw, 64px)
      24px;
  }

  .inno-home-products-intro__inner {
    max-width: 820px;

    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .inno-home-products-intro__title,
  .inno-home-products-intro__content,
  .inno-home-products-intro__content p {
    width: 100%;
    max-width: 820px;
  }

  .inno-home-products-intro__title {
    font-size: clamp(46px, 6vw, 58px);
    line-height: 1.05;
  }

  .inno-home-products-intro__content {
    padding-bottom: 0;
  }
}

/* =========================================================
   MOBILE — hasta 767px
   ========================================================= */

@media (max-width: 767px) {
  .inno-home-products-intro {
    padding:
      38px
      clamp(26px, 5.5vw, 42px)
      19px;
  }

  .inno-home-products-intro__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .inno-home-products-intro__heading,
  .inno-home-products-intro__content {
    text-align: center;
  }

  .inno-home-products-intro__eyebrow {
    margin-bottom: 16px;
  }

  .inno-home-products-intro__title {
    max-width: 560px;

    margin-right: auto;
    margin-left: auto;

    font-size: clamp(34px, 9.5vw, 44px);
    line-height: 1.065;
    letter-spacing: -0.016em;
  }

  .inno-home-products-intro__content {
    max-width: 520px;
    margin: 0 auto;
  }

  .inno-home-products-intro__content p {
    max-width: 520px;
    margin: 0 auto;

    font-size: 15px;
    line-height: 1.64;
  }
}

/* =========================================================
   MOBILE ESTRECHO — hasta 390px
   ========================================================= */

@media (max-width: 390px) {
  .inno-home-products-intro {
    padding:
      34px
      24px
      17px;
  }

  .inno-home-products-intro__title {
    font-size: 34px;
  }

  .inno-home-products-intro__content p {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec5e60d *//* =========================================================
   INNOAESTHETICS · INTERACTIVE PRODUCT INDEX · CSS
   Use with inno-home-product-carousel-html-js.html
   ========================================================= */

  .inno-product-index,
  .inno-product-index * {
    box-sizing: border-box;
  }

  .inno-product-index {
    --inno-green: #00664f;
    --inno-green-dark: #004f3e;
    --inno-ink: #202c39;
    --inno-copy: #5c666c;
    --inno-line: rgba(0, 102, 79, 0.18);
    position: relative;
    width: min(100%, 1140px);
    margin-inline: auto;
    padding: 0;
    color: var(--inno-ink);
    background: transparent;
    font-family: "INNO Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .inno-product-index button,
  .inno-product-index a {
    -webkit-tap-highlight-color: transparent;
  }

  .inno-product-index__layout {
    display: grid;
    grid-template-columns: minmax(300px, 350px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(42px, 4.6vw, 58px);
  }

  .inno-product-index__nav {
    min-width: 0;
  }

  .inno-product-index__tabs {
    display: flex;
    flex-direction: column;
  }

  .inno-product-index__tab {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    width: 100%;
    min-height: 59px;
    margin: 0;
    padding: 8px 10px;
    border: 0;
    border-top: 1px solid rgba(0, 102, 79, 0.11);
    color: var(--inno-copy);
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    transition:
      color 220ms ease,
      background-color 220ms ease,
      box-shadow 220ms ease;
  }

  .inno-product-index__tab:last-child {
    border-bottom: 1px solid rgba(0, 102, 79, 0.11);
  }

  .inno-product-index__tab-number {
    align-self: start;
    padding-top: 2px;
    color: rgba(32, 44, 57, 0.46);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.2;
    transition: color 220ms ease;
  }

  .inno-product-index__tab-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
  }

  .inno-product-index__tab-copy strong {
    overflow: hidden;
    color: currentColor;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: translateX(0);
    transition: transform 220ms ease;
  }

  .inno-product-index__tab-copy small {
    color: rgba(92, 102, 108, 0.72);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.095em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .inno-product-index__tab-copy sup {
    position: relative;
    top: -0.24em;
    margin-left: 1px;
    font-size: 0.58em;
    line-height: 0;
    vertical-align: baseline;
  }

  .inno-product-index__tab:hover:not(.is-active) {
    color: var(--inno-green-dark);
    background: transparent;
    box-shadow: none;
  }

  .inno-product-index__tab:hover:not(.is-active)
    .inno-product-index__tab-copy strong {
    transform: translateX(3px);
  }

  .inno-product-index__tab:hover:not(.is-active)
    .inno-product-index__tab-number {
    color: var(--inno-green);
  }

  .inno-product-index__tab.is-active {
    color: var(--inno-green);
    background: rgba(0, 102, 79, 0.045);
    box-shadow: inset 2px 0 0 var(--inno-green);
  }

  .inno-product-index__tab.is-active
    .inno-product-index__tab-number {
    color: var(--inno-green);
  }

  .inno-product-index__mobile-.elementor-900930 .elementor-element.elementor-element-ec5e60d {
    position: relative;
    display: none;
  }

  .inno-product-index__select {
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 0 48px 0 18px;
    border: 1px solid var(--inno-line);
    border-radius: 15px;
    color: var(--inno-ink);
    background: #fff;
    cursor: pointer;
    appearance: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
  }

  .inno-product-index__select-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--inno-green);
    border-bottom: 1px solid var(--inno-green);
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg);
  }

  .inno-product-index__count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
    padding: 15px 10px 0;
    color: var(--inno-copy);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.095em;
    line-height: 1;
    text-transform: uppercase;
  }

  .inno-product-index__count strong {
    color: var(--inno-green);
    font-weight: 600;
  }

  .inno-product-index__showcase {
    min-width: 0;
  }

  .inno-product-index__panels {
    position: relative;
  }

  .inno-product-index__panel {
    display: none;
    min-width: 0;
  }

  .inno-product-index__panel.is-active {
    display: block;
    animation: inno-product-panel-enter 520ms
      cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  @keyframes inno-product-panel-enter {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .inno-product-index__visual {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 1px solid rgba(0, 102, 79, 0.14);
    border-radius: 28px;
    background: #fff;
    box-shadow:
      0 18px 42px rgba(20, 48, 42, 0.07),
      0 2px 8px rgba(20, 48, 42, 0.035);
    cursor: pointer;
    text-decoration: none;
    transition:
      border-color 240ms ease,
      box-shadow 240ms ease,
      transform 240ms ease;
  }

  .inno-product-index__visual[data-media-ratio="wide"] {
    aspect-ratio: 16 / 9;
  }

  .inno-product-index__visual[data-media-ratio="landscape"] {
    aspect-ratio: 16 / 10;
  }

  .inno-product-index__visual[data-media-ratio="square"] {
    aspect-ratio: 1 / 1;
  }

  .inno-product-index__visual[data-media-ratio="portrait"] {
    aspect-ratio: 4 / 5;
  }

  .inno-product-index__visual img,
  .inno-product-index__visual video {
    display: block;
    width: 100%;
    height: 100%;
    padding: clamp(8px, 1.4vw, 18px);
    object-fit: contain;
    object-position: var(--media-position, center);
    background: #fff;
    transform: scale(1);
    transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .inno-product-index__visual[data-media-fit="cover"] img,
  .inno-product-index__visual[data-media-fit="cover"] video {
    padding: 0;
    object-fit: cover;
  }

  .inno-product-index__visual:hover {
    border-color: rgba(0, 102, 79, 0.32);
    box-shadow:
      0 22px 46px rgba(20, 48, 42, 0.1),
      0 3px 10px rgba(20, 48, 42, 0.04);
    transform: translateY(-2px);
  }

  .inno-product-index__visual:hover img,
  .inno-product-index__visual:hover video {
    transform: scale(1.018);
  }

  .inno-product-index__information {
    display: grid;
    grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr);
    gap: 0;
    align-items: start;
    margin-top: 24px;
    padding: 24px 2px 0;
    border-top: 1px solid var(--inno-line);
  }

  .inno-product-index__identity {
    min-width: 0;
    padding-right: clamp(20px, 2.4vw, 32px);
  }

  .inno-product-index__identity p {
    margin: 0 0 10px;
    color: var(--inno-green);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .inno-product-index__identity h3 {
    display: block;
    max-width: 100%;
    margin: 0;
    color: var(--inno-ink);
    font-size: clamp(27px, 2.65vw, 38px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
    white-space: nowrap;
  }

  .inno-product-index__copy {
    min-width: 0;
    padding-left: clamp(20px, 2.4vw, 32px);
    border-left: 1px solid var(--inno-line);
  }

  .inno-product-index__summary {
    max-width: 42ch;
    margin: 0;
    color: var(--inno-copy);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
  }

  .inno-product-index__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    gap: 0;
    margin-top: 14px;
  }

  .inno-product-index__more {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 11px;
    margin: 0;
    padding: 6px 0;
    border: 0;
    color: var(--inno-ink);
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.065em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 200ms ease;
  }

  .inno-product-index__more:hover {
    color: var(--inno-green);
  }

  .inno-product-index__product-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 9px;
    margin-left: 20px;
    padding: 6px 0 6px 20px;
    border-left: 1px solid var(--inno-line);
    color: var(--inno-green);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.065em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition:
      color 200ms ease,
      gap 200ms ease;
  }

  .inno-product-index__product-link:hover {
    gap: 12px;
    color: var(--inno-green-dark);
  }

  .inno-product-index__more-icon {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
  }

  .inno-product-index__more-icon::before,
  .inno-product-index__more-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 220ms ease;
  }

  .inno-product-index__more-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .inno-product-index__more[aria-expanded="true"]
    .inno-product-index__more-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .inno-product-index__details {
    display: grid;
    grid-template-rows: 0fr;
    color: var(--inno-copy);
    opacity: 0;
    transition:
      grid-template-rows 320ms ease,
      opacity 220ms ease,
      margin-top 320ms ease;
  }

  .inno-product-index__details > div {
    min-height: 0;
    overflow: hidden;
  }

  .inno-product-index__details p {
    max-width: 48ch;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
  }

  .inno-product-index__details[aria-hidden="false"] {
    grid-template-rows: 1fr;
    margin-top: 11px;
    opacity: 1;
  }

  .inno-product-index :focus-visible {
    outline: 2px solid var(--inno-green);
    outline-offset: 4px;
  }

  @media (max-width: 980px) {
    .inno-product-index__layout {
      grid-template-columns: 1fr;
      gap: 26px;
    }

    .inno-product-index__nav {
      margin-inline: 28px;
    }

    .inno-product-index__tabs {
      display: none;
    }

    .inno-product-index__mobile-.elementor-900930 .elementor-element.elementor-element-ec5e60d {
      display: block;
    }

    .inno-product-index__showcase {
      margin-inline: 28px;
    }

    .inno-product-index__count {
      padding-inline: 4px;
    }

    .inno-product-index__visual {
      border-radius: 26px;
    }

    .inno-product-index__information {
      grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
      margin-top: 22px;
      padding-top: 23px;
    }

    .inno-product-index__identity {
      padding-right: clamp(20px, 3.2vw, 30px);
    }

    .inno-product-index__copy {
      padding-left: clamp(20px, 3.2vw, 30px);
    }

    .inno-product-index__identity h3 {
      font-size: clamp(27px, 4.2vw, 36px);
    }
  }

  @media (max-width: 640px) {
    .inno-product-index__layout {
      gap: 20px;
    }

    .inno-product-index__nav,
    .inno-product-index__showcase {
      margin-inline: 18px;
    }

    .inno-product-index__select {
      min-height: 52px;
      padding-left: 16px;
      border-radius: 14px;
      font-size: 12px;
    }

    .inno-product-index__count {
      padding: 13px 3px 0;
    }

    .inno-product-index__visual {
      border-radius: 22px;
    }

    .inno-product-index__visual[data-media-ratio="wide"],
    .inno-product-index__visual[data-media-ratio="landscape"] {
      aspect-ratio: 4 / 3;
    }

    .inno-product-index__information {
      grid-template-columns: 1fr;
      gap: 16px;
      margin-top: 18px;
      padding-top: 20px;
      text-align: center;
    }

    .inno-product-index__identity h3 {
      font-size: clamp(26px, 8vw, 34px);
    }

    .inno-product-index__identity {
      padding-right: 0;
    }

    .inno-product-index__copy {
      padding: 16px 0 0;
      border-top: 1px solid var(--inno-line);
      border-left: 0;
    }

    .inno-product-index__summary,
    .inno-product-index__details p {
      margin-inline: auto;
    }

    .inno-product-index__actions {
      justify-content: center;
    }
  }

  @media (max-width: 390px) {
    .inno-product-index__product-link {
      margin-left: 14px;
      padding-left: 14px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .inno-product-index__panel.is-active {
      animation: none;
    }

    .inno-product-index__visual img,
    .inno-product-index__visual video,
    .inno-product-index__details,
    .inno-product-index__tab,
    .inno-product-index__tab-copy strong,
    .inno-product-index__product-link,
    .inno-product-index__more-icon::after {
      transition-duration: 0.01ms !important;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46b7a0f *//* =========================================================
   HOME — ALL PRODUCTS CTA
   ========================================================= */

.inno-home-all-products,
.inno-home-all-products * {
  box-sizing: border-box;
}

.inno-home-all-products {
  --inno-green: #065741;
  --inno-green-dark: #044534;

  width: 100%;

  margin: 0;

  padding:
    0
    24px
    clamp(42px, 3.5vw, 52px);

  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

/* =========================================================
   BOTÓN
   Texto y flecha correctamente centrados
   ========================================================= */

.inno-home-all-products__button {
  min-height: 50px;
  padding: 0 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;

  color: #ffffff;
  background: var(--inno-green);

  border: 1px solid var(--inno-green);
  border-radius: 999px;

  box-shadow: 0 12px 28px rgba(6, 87, 65, 0.13);

  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.055em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;

  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

/* Caja estable de la flecha */
.inno-home-all-products__button span {
  position: relative;

  width: 17px;
  height: 12px;
  flex: 0 0 17px;

  margin: 0;
  padding: 0;

  display: block;

  font-size: 0;
  line-height: 0;

  transition: transform 0.22s ease;
}

/* Línea horizontal */
.inno-home-all-products__button span::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 1px;

  width: 14px;
  height: 1px;

  background: currentColor;

  transform: translateY(-50%);
}

/* Punta de la flecha */
.inno-home-all-products__button span::after {
  content: "";

  position: absolute;
  top: 50%;
  right: 2px;

  width: 5px;
  height: 5px;

  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;

  transform: translateY(-50%) rotate(45deg);
}

/* =========================================================
   INTERACCIÓN
   ========================================================= */

.inno-home-all-products__button:hover,
.inno-home-all-products__button:focus-visible {
  color: #ffffff;
  background: var(--inno-green-dark);
  border-color: var(--inno-green-dark);

  box-shadow: 0 16px 34px rgba(6, 87, 65, 0.18);

  transform: translateY(-2px);
}

.inno-home-all-products__button:hover span,
.inno-home-all-products__button:focus-visible span {
  transform: translateX(3px);
}

.inno-home-all-products__button:focus-visible {
  outline: 3px solid rgba(6, 87, 65, 0.22);
  outline-offset: 4px;
}

/* =========================================================
   DESKTOP PEQUEÑO — 1025px a 1439px
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1439px) {
  .inno-home-all-products {
    padding:
      0
      clamp(32px, 4vw, 54px)
      44px;
  }
}

/* =========================================================
   TABLET — 768px a 1024px
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .inno-home-all-products {
    padding:
      0
      clamp(48px, 6vw, 64px)
      36px;
  }
}

/* =========================================================
   MOBILE — hasta 767px
   ========================================================= */

@media (max-width: 767px) {
  .inno-home-all-products {
    padding:
      0
      clamp(26px, 5.5vw, 42px)
      28px;
  }

  .inno-home-all-products__button {
    width: 100%;
    max-width: 300px;

    min-height: 50px;
    padding: 0 20px;

    gap: 18px;
  }
}

/* =========================================================
   MOBILE ESTRECHO — hasta 390px
   ========================================================= */

@media (max-width: 390px) {
  .inno-home-all-products {
    padding:
      0
      24px
      24px;
  }
}

/* =========================================================
   ACCESIBILIDAD
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .inno-home-all-products__button,
  .inno-home-all-products__button span {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e280522 *//* =========================================================
   HOME — FEATURED TOPICS CAROUSEL — VERSIÓN DEFINITIVA
   ========================================================= */

.inno-home-highlights,
.inno-home-highlights * {
  box-sizing: border-box;
  font-family: "INNO Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inno-home-highlights {
  --inno-green: #065741;
  --inno-green-dark: #044534;
  --inno-text: #1f2a37;
  --inno-muted: #6f7477;
  --inno-border: rgba(6, 87, 65, 0.14);
  --inno-card-gap: clamp(20px, 2.2vw, 28px);

  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(64px, 5vw, 76px) 24px;

  color: var(--inno-text);
  background: transparent !important;
  overflow: hidden;
}

.inno-home-highlights__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.inno-home-highlights__header {
  width: 100%;
  margin: 0 0 clamp(38px, 4vw, 54px);
}

.inno-home-highlights__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;

  color: var(--inno-green);

  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.inno-home-highlights__eyebrow > span {
  display: block;
  width: 30px;
  height: 2px;
  flex: 0 0 30px;

  background: var(--inno-green);
  border-radius: 999px;
}

.inno-home-highlights__title {
  width: 100%;
  max-width: 1180px;
  margin: 0;

  color: var(--inno-text);

  font-size: clamp(42px, 3.8vw, 60px);
  font-weight: 500;
  line-height: 1.045;
  letter-spacing: -0.022em;
}

.inno-home-highlights__intro {
  width: 100%;
  max-width: 1180px;
  margin: 24px 0 0;

  color: var(--inno-muted);

  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

/* =========================================================
   CARRUSEL
   ========================================================= */

.inno-home-highlights__carousel {
  position: relative;
  width: 100%;
  margin: 0;
}

.inno-home-highlights__viewport {
  position: relative;

  width: 100%;
  margin: 0;
  padding: 0;

  background: transparent;
  border: 0;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;

  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x pan-y;
}

.inno-home-highlights__viewport::-webkit-scrollbar {
  display: none;
}

.inno-home-highlights__viewport:focus-visible {
  outline: 3px solid rgba(6, 87, 65, 0.18);
  outline-offset: 4px;
  border-radius: 28px;
}

.inno-home-highlights__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns:
    calc((100% - (2 * var(--inno-card-gap))) / 3);
  align-items: stretch;

  width: 100%;
  margin: 0;
  padding: 0;
  column-gap: var(--inno-card-gap);
}

/* =========================================================
   FLECHAS — DESKTOP
   ========================================================= */

.inno-home-highlights__navigation {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}

.inno-home-highlights__arrow {
  position: absolute;
  top: 50%;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;

  color: var(--inno-green);
  background: #ffffff;

  border: 1px solid rgba(6, 87, 65, 0.2);
  border-radius: 50%;

  box-shadow:
    0 12px 30px rgba(22, 38, 32, 0.11),
    0 4px 12px rgba(6, 87, 65, 0.05);

  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);

  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    opacity 0.22s ease,
    transform 0.22s ease;
}

.inno-home-highlights__arrow--previous {
  left: -64px;
}

.inno-home-highlights__arrow--next {
  right: -64px;
}

.inno-home-highlights__arrow svg {
  display: block;
  width: 22px;
  height: 22px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.inno-home-highlights__arrow:hover,
.inno-home-highlights__arrow:focus-visible {
  color: #ffffff;
  background: var(--inno-green);
  border-color: var(--inno-green);

  box-shadow: 0 16px 34px rgba(6, 87, 65, 0.18);
  transform: translateY(-50%) scale(1.05);
}

.inno-home-highlights__arrow:focus-visible {
  outline: 3px solid rgba(6, 87, 65, 0.22);
  outline-offset: 3px;
}

.inno-home-highlights__arrow:disabled {
  opacity: 0.32;
  pointer-events: none;
  cursor: default;
  box-shadow: none;
}

/* =========================================================
   CARDS
   ========================================================= */

.inno-home-highlights__card {
  display: flex;
  flex-direction: column;
  align-self: stretch;

  width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;

  color: var(--inno-text);
  background: #ffffff;

  border: 1px solid var(--inno-border);
  border-radius: 28px;

  overflow: hidden;
  scroll-snap-align: start;
}

.inno-home-highlights__media {
  position: relative;

  width: 100%;
  aspect-ratio: 16 / 11;
  flex: 0 0 auto;

  background: #eef2ef;
  border-bottom: 1px solid rgba(6, 87, 65, 0.09);

  overflow: hidden;
}

.inno-home-highlights__media img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

.inno-home-highlights__card:nth-child(3)
.inno-home-highlights__media img {
  object-position: center 46%;
}

/* =========================================================
   CONTENIDO ALINEADO
   ========================================================= */

.inno-home-highlights__content {
  display: grid;

  grid-template-rows:
    13px
    29px
    90px
    48px;

  row-gap: 12px;

  width: 100%;
  flex: 0 0 auto;
  padding: 25px 26px 27px;

  background: #ffffff;
}

.inno-home-highlights__card-eyebrow,
.inno-home-highlights__card-title,
.inno-home-highlights__card-text {
  width: 100%;
  margin: 0;
}

.inno-home-highlights__card-eyebrow {
  align-self: start;

  color: var(--inno-green);

  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.inno-home-highlights__card-title {
  align-self: start;

  color: var(--inno-text);

  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;

  white-space: nowrap;
}

.inno-home-highlights__card-title sup {
  position: relative;
  top: -0.38em;

  display: inline-block;
  margin-left: 1px;

  font-size: 46%;
  line-height: 0;
}

.inno-home-highlights__card-text {
  align-self: start;

  color: var(--inno-muted);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0;
}

.inno-home-highlights__button {
  display: inline-grid;
  grid-template-columns: auto 17px;
  align-items: center;
  justify-content: center;
  justify-self: start;
  align-self: end;
  column-gap: 17px;

  width: auto;
  min-width: 0;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0 18px;

  color: #ffffff;
  background: var(--inno-green);

  border: 1px solid var(--inno-green);
  border-radius: 999px;

  font-size: 10.5px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;

  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.inno-home-highlights__button:visited {
  color: #ffffff;
}

.inno-home-highlights__button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
  line-height: 1;
  white-space: nowrap;
}

.inno-home-highlights__button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 17px;
  height: 12px;
  line-height: 0;

  transition: transform 0.22s ease;
}

.inno-home-highlights__button-arrow svg {
  display: block;

  width: 17px;
  height: 12px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;

  overflow: visible;
}

.inno-home-highlights__button:hover,
.inno-home-highlights__button:focus-visible {
  color: #ffffff;
  background: var(--inno-green-dark);
  border-color: var(--inno-green-dark);

  box-shadow: 0 12px 26px rgba(6, 87, 65, 0.16);
  transform: translateY(-2px);
}

.inno-home-highlights__button:hover
.inno-home-highlights__button-arrow,
.inno-home-highlights__button:focus-visible
.inno-home-highlights__button-arrow {
  transform: translateX(3px);
}

.inno-home-highlights__button:focus-visible {
  outline: 3px solid rgba(6, 87, 65, 0.22);
  outline-offset: 4px;
}

/* =========================================================
   DESKTOP PEQUEÑO — 1025px a 1439px
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1439px) {
  .inno-home-highlights {
    --inno-card-gap: clamp(18px, 2vw, 24px);

    padding-top: 60px;
    padding-right: clamp(72px, 7vw, 92px);
    padding-bottom: 60px;
    padding-left: clamp(72px, 7vw, 92px);
  }

  .inno-home-highlights__inner {
    max-width: 1120px;
  }

  .inno-home-highlights__header {
    margin-bottom: 42px;
  }

  .inno-home-highlights__title {
    font-size: clamp(42px, 4vw, 56px);
  }

  .inno-home-highlights__content {
    grid-template-rows:
      13px
      29px
      84px
      48px;

    padding: 24px 23px 26px;
  }

  .inno-home-highlights__card-title {
    font-size: clamp(19px, 1.65vw, 23px);
  }

  .inno-home-highlights__card-text {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .inno-home-highlights__button {
    column-gap: 14px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 10px;
  }

  .inno-home-highlights__arrow {
    width: 46px;
    height: 46px;
  }

  .inno-home-highlights__arrow--previous {
    left: -62px;
  }

  .inno-home-highlights__arrow--next {
    right: -62px;
  }
}

/* =========================================================
   TABLET — 768px a 1024px
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .inno-home-highlights {
    --inno-card-gap: 22px;

    padding: 48px clamp(48px, 6vw, 64px);
  }

  .inno-home-highlights__inner {
    max-width: 820px;
  }

  .inno-home-highlights__header {
    margin-bottom: 36px;
  }

  .inno-home-highlights__title {
    font-size: clamp(42px, 6vw, 54px);
    line-height: 1.05;
  }

  .inno-home-highlights__carousel {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .inno-home-highlights__track {
    grid-auto-columns:
      calc((100% - var(--inno-card-gap)) / 2);
  }

  .inno-home-highlights__navigation {
    position: static;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    pointer-events: auto;
  }

  .inno-home-highlights__arrow {
    position: static;

    width: 46px;
    height: 46px;

    transform: none;
  }

  .inno-home-highlights__arrow:hover,
  .inno-home-highlights__arrow:focus-visible {
    transform: scale(1.05);
  }

  .inno-home-highlights__card {
    border-radius: 25px;
  }

  .inno-home-highlights__content {
    grid-template-rows:
      13px
      29px
      80px
      46px;

    padding: 24px 24px 26px;
  }

  .inno-home-highlights__card-title {
    font-size: 22px;
    white-space: nowrap;
  }

  .inno-home-highlights__card-text {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .inno-home-highlights__card:nth-child(4)
  .inno-home-highlights__card-text {
    font-size: 12.5px;
    line-height: 1.65;
    letter-spacing: -0.01em;
  }

  .inno-home-highlights__button {
    justify-self: start;
    width: auto;
  }
}

/* =========================================================
   MOBILE — hasta 767px
   ========================================================= */

@media (max-width: 767px) {
  .inno-home-highlights {
    --inno-card-gap: 18px;

    padding: 38px clamp(26px, 5.5vw, 42px);
  }

  .inno-home-highlights__header {
    max-width: 560px;
    margin: 0 auto 30px;

    text-align: center;
  }

  .inno-home-highlights__eyebrow {
    margin-bottom: 16px;
  }

  .inno-home-highlights__title {
    max-width: 560px;
    margin: 0 auto;

    font-size: clamp(34px, 9.5vw, 44px);
    line-height: 1.065;
    letter-spacing: -0.016em;
  }

  .inno-home-highlights__intro {
    max-width: 520px;
    margin: 20px auto 0;

    font-size: 15px;
    line-height: 1.64;
  }

  .inno-home-highlights__carousel {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .inno-home-highlights__track {
    grid-auto-columns: 100%;
  }

  .inno-home-highlights__navigation {
    position: static;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    pointer-events: auto;
  }

  .inno-home-highlights__arrow {
    position: static;

    width: 42px;
    height: 42px;

    transform: none;
  }

  .inno-home-highlights__arrow svg {
    width: 19px;
    height: 19px;
  }

  .inno-home-highlights__arrow:hover,
  .inno-home-highlights__arrow:focus-visible {
    transform: scale(1.05);
  }

  .inno-home-highlights__card {
    border-radius: 22px;
  }

  .inno-home-highlights__media {
    aspect-ratio: 16 / 10;
  }

  .inno-home-highlights__content {
    grid-template-rows:
      13px
      27px
      78px
      46px;

    row-gap: 12px;
    padding: 23px 20px 24px;

    text-align: center;
  }

  .inno-home-highlights__card-eyebrow,
  .inno-home-highlights__card-title,
  .inno-home-highlights__card-text {
    text-align: center;
  }

  .inno-home-highlights__card-title {
    font-size: clamp(19px, 6vw, 23px);
    line-height: 1.08;
    letter-spacing: -0.025em;
    white-space: nowrap;
  }

  .inno-home-highlights__card-text {
    font-size: 13px;
    line-height: 1.55;
  }

  .inno-home-highlights__card:nth-child(4)
  .inno-home-highlights__card-text {
    font-size: clamp(12px, 3.45vw, 12.5px);
    line-height: 1.65;
    letter-spacing: -0.01em;
  }

  .inno-home-highlights__button {
    justify-self: stretch;
    width: 100%;
  }
}

/* =========================================================
   MOBILE ESTRECHO — hasta 390px
   ========================================================= */

@media (max-width: 390px) {
  .inno-home-highlights {
    padding: 34px 24px;
  }

  .inno-home-highlights__title {
    font-size: 34px;
  }

  .inno-home-highlights__intro {
    font-size: 14.5px;
  }

  .inno-home-highlights__content {
    grid-template-rows:
      13px
      25px
      78px
      46px;

    padding: 22px 20px 24px;
  }

  .inno-home-highlights__card-title {
    font-size: clamp(19px, 5.5vw, 21px);
  }

  .inno-home-highlights__button {
    font-size: 10px;
  }

  .inno-home-highlights__arrow {
    width: 40px;
    height: 40px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .inno-home-highlights__viewport {
    scroll-behavior: auto;
  }

  .inno-home-highlights__arrow,
  .inno-home-highlights__button,
  .inno-home-highlights__button-arrow {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9ce299 */.inno-sa-final-cta {
  --inno-green: #065741;
  --inno-green-dark: #044534;
  --inno-text: #1f2a37;
  --inno-muted: #6f7477;
  --inno-line: rgba(6, 87, 65, 0.13);

  width: 100%;
  padding: 0 24px;
  background: transparent;
}

.inno-sa-final-cta,
.inno-sa-final-cta * {
  box-sizing: border-box;
}

.inno-sa-final-cta__inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
  padding: 22px 34px;
  border: 1px solid var(--inno-line);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(22, 38, 32, 0.055);
}

.inno-sa-final-cta__text {
  margin: 0;
  color: var(--inno-muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(17px, 1.55vw, 23px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.inno-sa-final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex: 0 0 auto;
  min-width: 138px;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 12px;
  background: var(--inno-green);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(6, 87, 65, 0.15);
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.inno-sa-final-cta__button:hover,
.inno-sa-final-cta__button:focus {
  background: var(--inno-green-dark);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(6, 87, 65, 0.2);
}

.inno-sa-final-cta__button span {
  font-size: 15px;
  line-height: 1;
  transform: translateY(-1px);
}

/* TABLET */
@media (max-width: 1024px) {
  .inno-sa-final-cta {
    padding: 0 22px;
  }

  .inno-sa-final-cta__inner {
    max-width: 680px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .inno-sa-final-cta {
    padding: 0 18px;
  }

  .inno-sa-final-cta__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 24px 22px;
    border-radius: 24px;
    text-align: center;
  }

  .inno-sa-final-cta__text {
    font-size: clamp(20px, 6vw, 26px);
  }

  .inno-sa-final-cta__button {
    width: 100%;
    min-height: 50px;
    border-radius: 12px;
  }
}/* End custom CSS */