@font-face { font-family: 'Comfortaa'; font-style: normal; font-weight: 300 700; font-display: swap; src: url(/assets/fonts/comfortaa-latin.woff2) format('woff2'); }
:root { --navy: #2f3e52; --teal: #3c7c86; --teal-d: #2f6670; --mint: #77b9ad; --mint-l: #e4f2ee; --ink: #26323f; --bg: #fbfdfc; }
* { box-sizing: border-box; margin: 0; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 76px; }
body { font-family: 'Comfortaa', system-ui, sans-serif; background: var(--bg); color: var(--ink); line-height: 1.65; padding-top: 70px; }
img { max-width: 100%; height: auto; }
a { color: var(--teal-d); }
a, button, summary { transition: background .2s, color .2s, border-color .2s, filter .2s; }
button { cursor: pointer; }
.skip { position: absolute; left: -999px; top: 0; background: #fff; padding: 8px 14px; z-index: 30; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; }

.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 20px; background: #fffffff2; border-bottom: 1px solid var(--mint-l); --nav-height: 70px; }
.marca img { display: block; }
.nav nav { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.nav nav a { text-decoration: none; font-weight: 700; font-size: 14px; padding: 12px 4px; }
.nav nav a:hover { color: var(--teal); }
.btn-app { background: var(--teal); color: #fff !important; border-radius: 10px; padding: 10px 16px !important; }
.btn-app:hover { background: var(--teal-d); }
.nav-btn { display: none; background: none; border: 0; padding: 10px; color: var(--teal-d); min-width: 44px; min-height: 44px; }
.nav-btn svg { display: block; }

.hero { background: linear-gradient(160deg, var(--navy) 0%, var(--teal) 100%); color: #fff; text-align: center; padding: 84px 20px 90px; }
.hero h1 { font-size: clamp(30px, 6vw, 52px); font-weight: 700; }
.hero em { font-style: normal; color: var(--mint); }
.cita { max-width: 640px; margin: 22px auto 30px; font-size: 16px; }
.cita span { display: block; margin-top: 8px; font-size: 13px; color: var(--mint-l); }
.btn { display: inline-block; background: var(--mint); color: var(--navy); text-decoration: none; font-weight: 700; padding: 13px 22px; border-radius: 12px; margin: 4px; }
.btn.sec { background: transparent; color: #fff; border: 2px solid var(--mint); }
.btn:hover { filter: brightness(1.08); }

.bloque { max-width: 980px; margin: 0 auto; padding: 56px 20px; }
.bloque.alterno { max-width: none; background: var(--mint-l); }
.bloque.alterno > * { max-width: 940px; margin-left: auto; margin-right: auto; }
h2 { font-size: clamp(22px, 4vw, 30px); color: var(--navy); margin-bottom: 14px; }
h3 { color: var(--teal-d); margin-bottom: 6px; }
.tarjetas { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 22px; }
.tarjeta { background: #fff; border: 1px solid #dbe9e4; border-radius: 14px; padding: 20px; }
.tarjeta p { font-size: 14px; }
.tarjeta a { font-weight: 700; text-decoration: none; }
.mini { font-size: 13px; color: #4c6572; margin-top: 14px; }
[data-pend] { color: #5d7077; font-style: italic; }

.horarios { list-style: none; padding: 0; margin-top: 18px; display: grid; gap: 10px; }
.horarios li { background: #fff; border-radius: 12px; padding: 14px 18px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

.videos { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.videos iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 14px; }

.nube { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.nube a { background: #fff; border: 1px solid var(--mint); border-radius: 999px; padding: 11px 18px; min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; text-decoration: none; }
.nube a:nth-child(3n) { background: var(--mint-l); font-size: 16px; }
.nube a:hover { background: var(--teal); color: #fff; }

footer { background: var(--navy); color: var(--mint-l); text-align: center; padding: 26px 20px; font-size: 13px; }
footer a { color: var(--mint); }

@media (max-width: 760px) {
  .nav-btn { display: block; }
  .nav nav { position: fixed; inset: auto 0 auto 0; top: 70px; height: calc(100dvh - 70px); background: #fff; flex-direction: column; align-items: stretch; padding: 20px; gap: 4px; visibility: hidden; transform: translateY(-8px); opacity: 0; transition: .2s; }
  .nav nav a { padding: 14px 10px; border-bottom: 1px solid var(--mint-l); font-size: 16px; }
  body.nav-open .nav nav { visibility: visible; transform: none; opacity: 1; }
  body.nav-open { overflow: hidden; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
