#valores-section{
  position: relative;
  width: 100%;
  height: 300vh;
}

#valores-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

#valores-section.visible {
  opacity: 1;
  transform: translateY(0);
}



#valores-section .valores-container{
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

.valores-smart {
  position: relative;
  z-index: 1001;

  display: flex;
  width: 100%;
  padding: 100px 128px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 43px;
  background: var(--White--Background-Background, #f7f7f7);
  overflow: visible;
  height: 100%;
}

/* Imágenes de aviones */
.valores-smart-plane-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.valores-smart-plane-top-right {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}

.valores-smart-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 10;
}

.valores-smart-title {
  width: 567.238px;

  color: var(--Brand-Colors-Blue-00, #1b365d);
  text-align: center;
  font-family: "Encode Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
}

.valores-smart-description {
  width: 733.716px;

  color: var(--Brand-Colors-Blue-00, #1b365d);
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.382px; /* 111.91% */
}

.valores-smart-text-highlight {
  color: var(--Brand-Colors-Turquoise-00, #00aec7);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24.869px;
}

/* WRAPPER DEL SLIDER Y CONTROLES */
.valores-slider-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
  position: relative;
  z-index: 10;
}

/* Letras mobile - ocultas en desktop */
.valores-smart-letters-mobile {
  display: none;
}

/* SLIDER LAYOUT */
.valores-slider {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  position: relative;
}

/* letters containers (left / right) */
.letters {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.letters-left {
  justify-content: flex-end;
}
.letters-right {
  justify-content: flex-start;
}

/* contenido de letras */
.letters-left-content,
.letters-right-content {
  font-family: "Encode Sans";
  font-size: 128px;
  font-style: normal;
  font-weight: 800;
  line-height: 96%; /* 122.88px */
}

/* Clases de color para letras individuales */
.letter-cyan {
  color: #00aec7;
}

.letter-blue {
  color: #1b365d;
}

/* CENTRO */
.slider-center {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

  max-width: 360px;
  width: 360px;
}

/* track de slides */
.slides-track {
  display: flex;
  transition: transform 600ms cubic-bezier(0.22, 0.9, 0.35, 1);
  will-change: transform;
  height: 100%;
  align-items: center;
  width: 100%;
}

/* cada slide ocupa 100% del centro */
.slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

/* estructura interna pedida */
.slide-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;

  max-width: 360px;
  width: 360px;
}

.slide-icon {
  color: var(--Complementary-Colors-Turquoise-00, #00aec7);
  font-family: "Font Awesome 6 Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}

.slide-title {
  color: var(--Brand-Colors-Blue-00, #1b365d);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
}

.slide-desc {
  max-width: 360px;
  width: 360px;

  flex: 1 0 0;
  align-self: stretch;

  color: var(--Brand-Colors-Blue-00, #1b365d);

  /* Paragraphs/Small/Regular */
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

/* controles del slider */
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.slider-controls.visible {
  opacity: 1;
  pointer-events: auto;
}

/* botones */
.slider-btn {
  border: none;
  background: transparent;
  transition: opacity 0.3s ease;

  display: flex;
  width: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.slider-btn:hover {
  opacity: 0.7;
}

.slider-btn .fa-light {
  color: var(--Brand-Colors-Turquoise-00, #00aec7);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

/* dots */
.slider-dots {
  display: flex;
  align-items: center;
  gap: 6.264px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(193, 193, 193, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dot:hover {
  background: rgba(193, 193, 193, 0.5);
}

.slider-dot.active {
  background: #00aec7;
}

@media (max-width: 768px) {
  .valores-smart {
    padding: 100px 20px;
    gap: 46px;
  }

  /* Imágenes de aviones */
  .valores-smart-plane-bottom-left {
    width: 85%;
  }

  .valores-smart-plane-top-right {
    padding-top: 20%;
  }

  .valores-smart-title {
    width: 345px;
    max-width: 345px;

    font-size: 36px;
    letter-spacing: -0.72px;
  }

  .valores-smart-description {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 100%; /* 15px */
  }

  .valores-smart-text-highlight {
    font-size: 15px;
    line-height: 100%;
  }

  /* WRAPPER DEL SLIDER Y CONTROLES */
  .valores-slider-wrapper {
    width: 100%;
    gap: 10px;
  }

  /* Letras mobile - mostrar en mobile */
  .valores-smart-letters-mobile {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 0;
    font-family: "Encode Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 96%; /* 46.08px */
  }

  .letter-mobile {
    color: #00aec7;
    transition: color 0.3s ease;
  }

  .letter-mobile.active {
    color: #1b365d;
  }

  /* Ocultar letras separadas, mostrar todas juntas */
  .letters-left,
  .letters-right {
    display: none;
  }

  /* CENTRO en mobile - ocupa todo el ancho */
  .slider-center {
    width: 100%;
    max-width: 100%;
  }

  /* cada slide en mobile */
  .slide {
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .slide-header {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    gap: 3px;
  }

  .slide-icon {
    font-size: 14px;
  }

  .slide-title {
    font-size: 14px;
  }

  .slide-desc {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 15px; /* 107.143% */
  }

  /* Controles en mobile */
  .slider-controls {
    gap: 12px;
  }

  .slider-btn .fa-light {
    font-size: 16px;
  }

  .slider-dots {
    gap: 6.264px;
  }

  .slider-dot {
    width: 12px;
    height: 12px;
  }
}
