:root {
  --navy: #062a7c;
  --navy-deep: #041d58;
  --cyan: #00b5e7;
  --cyan-soft: #7fdfff;
  --white: #ffffff;
  --text: #16305c;
  --muted: #627089;
  --light: #f4f9ff;
  --line: rgba(6, 42, 124, 0.12);
  --shadow: 0 20px 60px rgba(4, 29, 88, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}

a { text-decoration: none; }
img { max-width: 100%; display: block; }

.cursor-glow {
  position: fixed;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(0,181,231,0.18) 0%, rgba(0,181,231,0) 65%);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: .75;
}

.section-pad { padding: 110px 0; }
.section-pad-sm { padding: 42px 0; }
.bg-lightblue { background: linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%); }
.bg-navy { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); }
.text-cyan { color: var(--cyan) !important; }
.shadow-soft { box-shadow: var(--shadow); }

.site-header {
  transition: all .35s ease;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  z-index: 50;
}
.site-header.scrolled {
  background: rgba(255,255,255,0.94);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(4, 29, 88, 0.06);
}

.navbar { padding: 16px 0; }
.brand-logo { height: 52px; width: auto; }
.nav-link {
  color: var(--text);
  font-weight: 600;
  font-size: .95rem;
}
.nav-link:hover, .nav-link.active { color: var(--cyan); }
.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%286, 42, 124, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-brand,
.btn-outline-brand:hover {
  /*background: linear-gradient(90deg, var(--navy) 0%, var(--cyan) 100%);*/
  background: #041d58;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0,181,231,0.22);
}
.btn-brand:hover { color: #fff; transform: translateY(-2px); }
.btn-outline-brand {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid rgba(6, 42, 124, 0.18);
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 700;
}

.btn-brandform {
  /*background: linear-gradient(90deg, var(--navy) 0%, var(--cyan) 100%);*/
  background: #00b5e7;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0,181,231,0.22);
}

.btn-brandform:hover {
  background: #7fdfff;
}

.hero-section {
  position: relative;
  padding-top: 100px;
  background:
    radial-gradient(circle at top right, rgba(0,181,231,0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.hero-section .display-4 {
  color: var(--navy);
  line-height: 1.04;
  max-width: 640px;
}
.hero-section .display-4 span { color: var(--cyan); }
.hero-section .lead {
  color: var(--muted);
  max-width: 560px;
  font-size: 1.12rem;
}
.eyebrow, .section-kicker {
  display: inline-block;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .8rem;
  color: var(--cyan);
  margin-bottom: 18px;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.hero-points span,
.trust-item,
.glass-card,
.icon-card,
.program-card,
.testimonial-card,
.contact-card {
  border-radius: var(--radius);
}
.hero-points span {
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(6,42,124,.09);
  color: var(--navy);
  padding: 12px 16px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(4,29,88,.06);
}
.hero-visual {
  position: relative;
  padding: 26px;
}
.hero-card.card-main img {
  min-height: 500px;
  object-fit: cover;
}
.floating-badge {
  position: absolute;
  background: rgba(255,255,255,0.94);
  padding: 16px 18px;
  border-radius: 18px;
  min-width: 190px;
  border: 1px solid rgba(6,42,124,.08);
}
.floating-badge strong { display: block; color: var(--navy); }
.floating-badge span { color: var(--muted); font-size: .92rem; }
.badge-top { top: 34px; right: -8px; }
.badge-bottom { bottom: 42px; left: -4px; }
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: .28;
}
.orb-1 { width: 300px; height: 300px; background: var(--cyan); top: 120px; right: -80px; }
.orb-2 { width: 280px; height: 280px; background: #4aa5ff; bottom: 40px; left: -120px; }
.orb-3 { width: 260px; height: 260px; background: var(--cyan); bottom: -120px; right: -100px; opacity: .2; }

.trust-item {
  background: #fff;
  padding: 22px 16px;
  border: 1px solid var(--line);
  box-shadow: 0 15px 40px rgba(4,29,88,.04);
}
.trust-item strong {
  display: block;
  font-size: 1.15rem;
  color: var(--navy);
}
.trust-item span {
  color: var(--muted);
  font-size: .94rem;
}

.section-heading { max-width: 820px; }
.section-title {
  font-weight: 800;
  color: var(--navy);
  line-height: 1.12;
  margin-bottom: 18px;
  font-size: clamp(2rem, 3vw, 3.25rem);
}
.section-text {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}
.glass-card {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(248,252,255,.85));
  border: 1px solid rgba(6,42,124,.08);
  box-shadow: 0 18px 40px rgba(4,29,88,.06);
}
.glass-card h3,
.icon-card h3,
.program-card h3,
.timeline-item h3 {
  font-size: 1.1rem;
  color: var(--navy);
  font-weight: 800;
  margin-bottom: 12px;
}
.glass-card p,
.icon-card p,
.program-card p,
.timeline-item p,
.testimonial-card p,
.benefit-item p,
.contact-info span,
.contact-card small {
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
}
.icon-card {
  background: #fff;
  padding: 34px 28px;
  border: 1px solid rgba(6,42,124,.08);
  box-shadow: 0 18px 40px rgba(4,29,88,.05);
}
.icon-wrap {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(6,42,124,.1), rgba(0,181,231,.16));
  font-size: 1.7rem;
  margin-bottom: 18px;
}

.timeline { position: relative; }
.timeline-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(6,42,124,.08);
}
.timeline-item span {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  /*background: linear-gradient(135deg, var(--navy), var(--cyan));*/
  background: #00b5e7;
  box-shadow: 0 12px 30px rgba(0,181,231,.2);
}
.image-stack img,
.split-image img {
  width: 100%;
  object-fit: cover;
  min-height: 560px;
}

.program-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  padding: 30px;
  backdrop-filter: blur(8px);
}
.program-card h3 { color: #fff; }
.program-card p { color: rgba(255,255,255,.76); }
.program-card a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--cyan-soft);
  font-weight: 700;
}

.benefit-list { display: grid; gap: 16px; }
.benefit-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(6,42,124,.08);
  box-shadow: 0 16px 38px rgba(4,29,88,.04);
}
.benefit-item span {
  color: var(--cyan);
  font-weight: 900;
  font-size: 1.15rem;
  line-height: 1.4;
}

.cta-shell {
  background: linear-gradient(120deg, rgba(6,42,124,1), rgba(0,181,231,.9));
  border-radius: 32px;
  padding: 42px;
  color: #fff;
  box-shadow: var(--shadow);
}
.cta-shell h2 { font-weight: 800; margin-bottom: 12px; }
.cta-shell p { margin: 0; color: rgba(255,255,255,.8); }

.testimonial-card {
  background: #fff;
  padding: 28px;
  border: 1px solid rgba(6,42,124,.08);
  box-shadow: 0 18px 40px rgba(4,29,88,.05);
}
.testimonial-card p { font-size: 1rem; margin-bottom: 18px; }
.testimonial-card strong { color: var(--navy); }

.custom-accordion .accordion-item {
  border: 1px solid rgba(6,42,124,.08);
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 14px 34px rgba(4,29,88,.04);
}
.custom-accordion .accordion-button {
  font-weight: 700;
  color: var(--navy);
  background: #fff;
  box-shadow: none;
  padding: 22px 24px;
}
.custom-accordion .accordion-button:not(.collapsed) {
  color: var(--navy);
  background: #f7fbff;
}
.custom-accordion .accordion-body {
  color: var(--muted);
  line-height: 1.8;
  padding: 0 24px 22px;
}

.contact-info { display: grid; gap: 18px; }
.contact-info strong {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}
.contact-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  padding: 32px;
  box-shadow: 0 20px 60px rgba(0,0,0,.16);
}
.form-control,
.form-select {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.95);
  min-height: 56px;
  padding: 16px 18px;
  color: var(--text);
}
.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 .2rem rgba(0,181,231,.18);
  border-color: rgba(0,181,231,.55);
}
textarea.form-control { min-height: 150px; }

.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.76);
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-logo { height: 44px; width: auto; }
.back-top {
  color: #fff;
  font-weight: 700;
}
.back-top:hover { color: var(--cyan-soft); }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.floating-card {
  animation: drift 6s ease-in-out infinite;
}
.badge-top { animation: floaty 5s ease-in-out infinite; }
.badge-bottom { animation: floaty 5s ease-in-out infinite reverse; }

@keyframes drift {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
@keyframes floaty {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 991.98px) {
  .brand-logo { height: 44px; }
  .navbar-collapse {
    background: #fff;
    margin-top: 14px;
    padding: 18px;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(4,29,88,.08);
  }
  .hero-section { padding-top: 92px; }
  .hero-card.card-main img,
  .image-stack img,
  .split-image img { min-height: 380px; }
  .badge-top { right: 10px; }
  .badge-bottom { left: 10px; }
}

@media (max-width: 767.98px) {
  .section-pad { padding: 82px 0; }
  .section-pad-sm { padding: 28px 0; }
  .hero-section .display-4 { font-size: 2.5rem; }
  .hero-visual { padding: 0; }
  .floating-badge {
    position: static;
    margin-top: 16px;
  }
  .cta-shell { padding: 28px; }
  .contact-card { padding: 22px; }
  .footer-logo { height: 38px; }
}


/*BOTON FLOTANTE WHATSAPP*/
.float {
  position:fixed;
  z-index: 999;
  width:60px;
  height:60px;
  /*bottom:40px;
  right:40px;*/
  bottom: 100px;
  right: 30px;
  background: url(assets/whatsapp-blanco.png), #062a7c;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius:50%;
  border: none;
  text-align:center;
  animation: pulse 2s infinite;
}
.float:hover {
  text-decoration: none;
  background: url(assets/whatsapp-blanco.png), #041d58;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center;
}
/*FIN BOTON FLOTANTE WHATSAPP*/