/* Regular */
@font-face {
  font-family: "Gelion";
  src: url("/bundles/applandingslite/fonts/Gelion-Regular.ttf")
    format("truetype");
  font-weight: 400; /* normal */
}

/* Bold */
@font-face {
  font-family: "Gelion";
  src: url("/bundles/applandingslite/fonts/Gelion-Bold.ttf") format("truetype");
  font-weight: 700; /* bold */
}

/* Thin */
@font-face {
  font-family: "Gelion";
  src: url("/bundles/applandingslite/fonts/Gelion-Thin.ttf") format("truetype");
  font-weight: 300; /* thin */
}

body {
  font-family: "gelion", sans-serif !important;
}

nav {
  background: none;
}

header {
  background: url("/bundles/applandingslite/img/hero.png") center/cover
    no-repeat;
  color: white;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
header .content {
  position: relative;
  z-index: 2;
}
section {
  padding: 60px 0;
}
.bg-blue {
  background: #0d1a61;
  color: white;
}
.bg-lilac {
  background: #7a84fc;
  color: white;
}

.lilac-shadow {
  box-shadow: 0px 20px 65px 0px rgba(122, 132, 252, 0.65);
}

.icon-box {
  background: white;
  color: #0d1a61;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  height: 100%;
}
.form-section {
  background: #0d1a61;
  color: white;
  padding: 50px 20px;
}

.hero {
  background: url("/bundles/applandingslite/img/hero.png") no-repeat center
    center/cover;
  min-height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* oscurece para que se lea el texto */
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}
.highlight-box {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 6px;
  margin-top: 20px;
}

/* Navbar transparente */
.navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.navbar.transparent {
  background-color: transparent;
  box-shadow: none;
}
/* Navbar con fondo al scrollear */
.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.85) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* Hero section */
.hero {
  background: url("/bundles/applandingslite/img/hero.png") no-repeat center
    center/cover;
  min-height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}
.highlight-box {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 6px;
  margin-top: 20px;
}
h1 {
  letter-spacing: 2px;
  font-size: 4rem;
}
.anios {
  width: 50%;
}

.hero-line {
  border: 0;
  border-top: 2px solid #ffffff;
  opacity: 1;
}

.section-line {
  border: 0;
  border-top: 3px solid #7a84fc;
  opacity: 1;
}

.blue-line {
  border: 0;
  border-top: 3px solid #0d47a1;
  opacity: 1;
}

.conoce-mas {
  background-color: #002976;
}

.enviar-btn {
  background-color: #7a84fc;
  border-color: #7a84fc;
  color: white !important;
}

.info-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.info-card h3 {
  font-weight: 300;
  color: #7a84fc;
}
.info-card h3 strong {
  font-weight: 700;
  display: block;
}
.info-card .icon-badge {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: #7a84fc;
  color: #fff;
  border-radius: 20px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.icon-badge img {
  width: 60%;
}

.info-card ul,
.info-ul {
  list-style-image: none;
  padding: 0;
  margin: 0;
}

ul {
  list-style: none; /* sacamos la viñeta por defecto */
  padding-left: 0;
}

ul li {
  position: relative;
  padding-left: 2em;
}

.info-card ul li::before,
.info-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0em;
  width: 1.5em;
  height: 1.5em;
  background: url("/bundles/applandingslite/img/list-style.svg") no-repeat
    center center;
  background-size: contain;
}

.info-card ul li,
.info-ul li {
  margin-bottom: 8px;
  padding-left: 2rem;
  position: relative;
}

.info-card a {
  color: #7a84fc;
  font-weight: 600;
  text-decoration: none;
}

section.info {
  position: relative;
  min-height: 100vh;
  padding: 80px 0;
  color: #333;
  overflow: hidden;
}
/* Video de fondo */
section.info video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.info h3 {
  font-size: 3rem;
}

.info .border-left {
  border-left: 3px solid #7a84fc;
}

.elegir-ort {
  width: 85px;
  height: 85px;
  border-radius: 25%;
  background-color: #002976;
  box-shadow: 0 7px 17px rgba(0, 41, 118, 0.6);
}

.color-blue {
  color: #002976;
}

.color-lilac {
  color: #7a84fc !important;
}

.list-unlysted {
  list-style: none;
}

.flexibilidad-card {
  border-radius: 25%;
  box-shadow: 0 0 40px rgba(122, 132, 252, 0.4) !important;
  transition: box-shadow 0.3s ease;
}

.flexibilidad-card:hover {
  box-shadow: 0 0 60px rgba(122, 132, 252, 0.65) !important;
}

.flexibilidad-card .card-icon {
  top: -40px;
  left: 35%;
}

.flexibilidad-card .text {
  height: 40%;
}

.text-primary-light {
  color: #7f8cff;
}

.objetivo-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(127, 140, 255, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 11rem !important;
}

.objetivo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(127, 140, 255, 0.5);
}

.icon-wrapper {
  background: #7f8cff;
  color: #fff;
  border-radius: 12px;

  box-shadow: 0 4px 12px rgba(127, 140, 255, 0.5);
}

.objetivo-icon {
  top: -40px;
  left: 42%;
}

.objetivo-icon img {
  width: 40px;
}

h2 {
  font-size: 3rem;
}

.elementos-list,
.learn,
#conoce-mas,
#por-que {
  background: url("/bundles/applandingslite/img/noise.png") no-repeat center
    center;
}

.elementos-list h4 {
  font-size: 2rem;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0em;
  width: 1.5em;
  height: 1.5em;
  background: url("/bundles/applandingslite/img/check.png") no-repeat center
    center;
  background-size: contain;
}
.modal-icon {
  width: 80px;
  height: 80px;
  background: #7a84fc;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(122, 132, 252, 0.6);
}

.modal-content a {
  text-decoration: underline !important;
  margin-left: 1px;
}

.box-shadow-purple {
  box-shadow: 0 6px 18px rgba(122, 132, 252, 0.6);
}

.carousel-inner {
  overflow: visible !important;
}

/* Indicadores en gris oscuro */
#cardsCarousel .carousel-indicators [data-bs-target] {
  background-color: #333 !important; /* gris oscuro */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.7;
}

#cardsCarousel .carousel-indicators .active {
  opacity: 1;
}

/* Controles (flechas) en gris oscuro */
#cardsCarousel .carousel-control-prev-icon,
#cardsCarousel .carousel-control-next-icon {
  background-image: none; /* eliminamos el ícono por defecto */
  width: 24px;
  height: 24px;
  border: solid #333; /* gris oscuro */
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
}

#cardsCarousel .carousel-control-prev-icon {
  transform: rotate(135deg); /* Flecha izquierda */
}

#cardsCarousel .carousel-control-next-icon {
  transform: rotate(-45deg); /* Flecha derecha */
}

/* Reubicar flechas al lado de los indicadores */
#cardsCarousel .carousel-control-prev,
#cardsCarousel .carousel-control-next {
  position: static; /* sacamos posición absoluta */
  display: inline-block;
  width: auto;
  margin: 0 10px;
}
#cardsCarousel .carousel-indicators {
  position: relative;
  margin-top: 20px;
}

/* Contenedor botón flotante */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
  display: flex;
  flex-direction: column; /* Ahora en columna */
  align-items: center;
}

/* Globo arriba */
.whatsapp-bubble {
  background: white;
  color: black;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  margin-bottom: 10px;
  user-select: none;
}
.whatsapp-float:hover .whatsapp-bubble {
  opacity: 1;
  pointer-events: auto;
}

/* Triángulo apuntando hacia abajo */
.whatsapp-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 7px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

/* Ícono WhatsApp */
.whatsapp-icon {
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 12px rgb(37 211 102 / 0.5);
  transition: background 0.3s ease;
}
.whatsapp-icon:hover {
  background: #1ebe57;
}
.whatsapp-icon svg {
  width: 32px;
  height: 32px;
  fill: white;
}

/* Menú flotante */
.whatsapp-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: 70px; /* encima del botón */
  right: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: fadeIn 0.2s ease;
}

.whatsapp-menu a {
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  /* font-weight: bold; */
  white-space: nowrap;
  transition: background 0.2s;
}
.whatsapp-menu a:hover {
  background: #f1f1f1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .dialog {
    transform: translateY(50%);
  }
}

@media screen and (max-width: 768px) {
  .sm-dnone {
    display: none;
  }

  .hero-content,
  .conoce-mas {
    text-align: center;
  }

  .hero-content hr {
    margin-left: auto;
    margin-right: auto;
  }

  .reserva {
    width: 100% !important;
  }

  .transparent {
    background-color: rgba(0, 0, 0, 0.85) !important;
  }
}
