@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 200 800; font-display: swap; src: url('/fuentes/manrope-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 200 800; font-display: swap; src: url('/fuentes/manrope-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #FAFBFC; color: #12232F; font-family: 'Manrope', Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { background: #12232F; color: #EAF6FC; }
a { color: #1C8FC7; text-decoration: none; }
a:hover { color: #12232F; }
img { max-width: 100%; }
main { display: block; }
h1, h2, h3 { overflow-wrap: anywhere; }
:focus-visible { outline: 2px solid #1C8FC7; outline-offset: 3px; }

.boton-cita { display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #1C8FC7, #12617F); color: #fff; font-size: 13.5px; font-weight: 700; padding: 11px 20px; border-radius: 3px; white-space: nowrap; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.boton-cita:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(28,143,199,0.35); }
.boton-whatsapp { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #06301A; font-size: 13.5px; font-weight: 800; padding: 10px 16px; border-radius: 3px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.boton-whatsapp:hover { color: #06301A; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(37,211,102,0.35); }

.cab { position: sticky; top: 0; z-index: 50; background: #fff; }
.cab-sup { background: #12232F; color: #C7D3DA; font-size: 13px; }
.cab-sup-int { display: flex; align-items: center; justify-content: flex-end; gap: 24px; padding: 8px 56px; }
.cab-tel { color: #C7D3DA; }
.cab-tel:hover { color: #fff; }
.idiomas { display: flex; gap: 4px; margin-left: 8px; }
.idiomas a { color: #8FA3B3; font-weight: 700; font-size: 12px; letter-spacing: 1px; padding: 2px 6px; border-radius: 3px; }
.idiomas a:hover { color: #fff; }
.idiomas a[aria-current] { background: #1C8FC7; color: #fff; }
.cab-nav { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 28px; border-bottom: 1px solid #EDF1F4; position: relative; }
.cab-logo { display: flex; flex-shrink: 0; }
.cab-logo img { height: 38px; width: auto; }
.menu-caja { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.menu-boton { display: none; }
.cab-menu { display: flex; align-items: center; gap: 6px; font-size: 14.5px; font-weight: 600; color: #23343F; }
.cab-enlace { display: inline-flex; align-items: center; gap: 6px; padding: 14px 8px; color: #23343F; }
.cab-enlace:hover { color: #1C8FC7; }
.servicios-enlace svg { transition: transform 0.2s ease; }
.servicios:hover .servicios-enlace svg, .servicios:focus-within .servicios-enlace svg { transform: rotate(180deg); }
.mega { position: absolute; left: 0; right: 0; top: calc(100% - 12px); display: none; padding: 12px 28px 24px; z-index: 30; }
.servicios:hover .mega, .servicios:focus-within .mega { display: block; }
.mega-int { display: grid; grid-template-columns: repeat(4, 1fr) 220px; max-width: 1080px; margin: 0 auto; background: #fff; border-radius: 14px; box-shadow: 0 30px 60px rgba(18,35,47,0.22); border: 1px solid #EDF1F4; overflow: hidden; border-top: 4px solid #1C8FC7; }
.mega-col { padding: 30px 22px; border-right: 1px solid #F1F4F7; }
.mega-titulo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; font-size: 15px; font-weight: 800; color: #12232F; }
.mega-titulo:hover { color: #1C8FC7; }
.mega-titulo-segundo { margin-top: 24px; }
.mega-lista { display: flex; flex-direction: column; gap: 9px; font-size: 13.2px; font-weight: 500; }
.mega-lista a { color: #5B6B7C; }
.mega-lista a:hover { color: #1C8FC7; }
.mega-todo { display: block; margin-top: 16px; font-size: 12.5px; font-weight: 700; color: #1C8FC7; }
.mega-panel { background: linear-gradient(160deg, #12232F, #1B3A4F); padding: 30px 24px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
.mega-panel svg { display: block; margin-bottom: 14px; }
.mega-panel-titulo { display: block; font-size: 14.5px; font-weight: 800; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.mega-panel-titulo:hover { color: #6BC3E8; }
.mega-panel-texto { font-size: 12.5px; color: #AFC3D2; line-height: 1.6; }
.mega-panel-mas { display: inline-block; margin-top: 12px; font-size: 12.5px; font-weight: 700; color: #6BC3E8; }
.mega-panel-mas:hover { color: #fff; }
.mega-panel-pie { border-top: 1px solid rgba(255,255,255,0.14); padding-top: 16px; }
.mega-panel-pie .mega-panel-texto { margin-bottom: 8px; }
.mega-panel-pie .boton-cita { width: 100%; box-sizing: border-box; }
.pronto { display: inline-flex; align-items: center; gap: 8px; border: 1px dashed #D5E1E9; background: #F7FAFC; color: #7A8C9B; font-size: 13.5px; font-weight: 700; padding: 9px 14px; border-radius: 3px; white-space: nowrap; margin-left: 10px; cursor: default; }
.pronto small { font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #1C8FC7; background: #EAF6FC; padding: 3px 6px; border-radius: 3px; }
.cab-cita { margin-left: 4px; }

.modal { display: none !important; }
.modal:target { display: flex !important; }
.modal-fondo { position: absolute; inset: 0; cursor: default; }
.modal [role="dialog"] { box-shadow: 0 30px 80px rgba(18,35,47,0.35); }
.modal-acciones { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.modal-acciones a { font-size: 15px; padding: 15px 18px; text-align: center; }
.modal-acciones .boton-whatsapp { justify-content: center; }

.horario { display: flex; flex-direction: column; gap: 6px; font-size: 14px; }
.horario-estado { display: none; font-weight: 800; font-size: 13px; padding: 5px 10px; border-radius: 3px; width: fit-content; margin-bottom: 4px; }
.horario-estado.abierto { display: inline-block; background: #E4F7EC; color: #1B7A46; }
.horario-estado.cerrado { display: inline-block; background: #FDECEC; color: #A83A3A; }
.horario-fila { display: flex; justify-content: space-between; gap: 16px; padding: 4px 0; border-bottom: 1px solid rgba(127,143,160,0.2); }
.horario-fila span:last-child { font-weight: 700; }
.horario-fila.hoy { color: #1C8FC7; font-weight: 800; }
.cab-horario.abierto { color: #7FE0A6; font-weight: 700; }
.cab-horario.cerrado { color: #F4A3A3; font-weight: 700; }
.pie-marca .horario { width: 100%; max-width: 260px; margin: 4px 0; }
.pie-marca .horario-fila { border-color: rgba(143,163,179,0.25); }
.pie-marca .horario-fila span:last-child { color: #C7D3DA; }
.pie-marca .horario-fila.hoy { color: #fff; }
.pie-marca .horario-fila.hoy span:last-child { color: #6BC3E8; }
.cita-tarjeta .horario { margin: 4px 0; }
.oscuro .horario-fila.hoy { color: #6BC3E8; }
.oscuro .horario-fila { border-color: rgba(255,255,255,0.14); }
.legal { max-width: 760px; font-size: 15.5px; line-height: 1.75; color: #33455A; }
.legal h2 { margin: 36px 0 12px; font-size: 22px; font-weight: 800; color: #12232F; }
.legal h2:first-child { margin-top: 0; }
.legal p { margin: 0 0 14px; }
.legal ul { margin: 0 0 14px; padding-left: 22px; }
.legal li { margin-bottom: 6px; }
.preguntas { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1100px; margin: 0 auto; }
.pregunta { background: #F9FBFC; border: 1px solid #EDF1F4; border-radius: 8px; padding: 26px 28px; }
.pregunta h3 { margin: 0 0 10px; font-size: 17px; font-weight: 800; color: #12232F; }
.pregunta p { margin: 0; font-size: 14.5px; line-height: 1.7; color: #46586B; }
.pie { background: #0D1B24; color: #8FA3B3; font-size: 14px; }
.pie-cuerpo { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 32px; padding: 56px 56px 40px; }
.pie-marca { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; max-width: 320px; }
.pie-marca img { height: 34px; width: auto; margin-bottom: 8px; filter: brightness(1.3); }
.pie-direccion { color: #8FA3B3; line-height: 1.5; }
.pie-direccion:hover { color: #fff; }
.pie-telefonos { display: flex; gap: 16px; }
.pie-telefonos a { color: #C7D3DA; font-weight: 700; }
.pie-telefonos a:hover { color: #fff; }
.pie-marca .boton-whatsapp { margin-top: 8px; }
.pie-columnas { display: flex; gap: 56px; flex-wrap: wrap; }
.pie-columnas > div { display: flex; flex-direction: column; gap: 8px; }
.pie-columnas a { color: #8FA3B3; }
.pie-columnas a:hover { color: #fff; }
.pie-columnas a[aria-current] { color: #fff; font-weight: 700; }
.pie-titulo { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #C7D3DA; margin-bottom: 4px; }
.pie-pronto { color: #5C7284; }
.pie-pronto small, .pie-pronto small { margin-left: 6px; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #6BC3E8; }
.pie-legal { padding: 18px 56px; background: #0A151C; color: #5C7284; font-size: 12.5px; text-align: center; }
.barra-movil { display: none; }

.pagina-404 { padding: 96px 56px; text-align: center; }
.pagina-404 h1 { margin: 0 0 12px; font-size: 40px; font-weight: 800; }
.pagina-404 p { margin: 0 auto 28px; max-width: 480px; font-size: 16px; line-height: 1.7; color: #46586B; }
.pagina-404 .boton-cita { font-size: 15px; padding: 15px 28px; }

.cita-opciones { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 900px; margin: 0 auto; }
.cita-tarjeta { background: #fff; border: 1px solid #EDF1F4; border-radius: 10px; padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; }
.cita-tarjeta h2 { margin: 0; font-size: 22px; font-weight: 800; color: #12232F; }
.cita-tarjeta p { margin: 0; font-size: 14.5px; line-height: 1.65; color: #46586B; }
.cita-tarjeta .boton-whatsapp, .cita-tarjeta .boton-cita { font-size: 15px; padding: 15px 24px; align-self: flex-start; }
.cita-numero { font-size: 15px; font-weight: 700; color: #12232F; }
.cita-numero a { color: #12232F; }
.cita-numero a:hover { color: #1C8FC7; }
.cita-pronto { max-width: 900px; margin: 24px auto 0; background: linear-gradient(160deg, #12232F, #1B3A4F); color: #B7C6D8; border-radius: 10px; padding: 32px 36px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.cita-pronto strong { display: block; color: #fff; font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.cita-pronto .etiqueta { flex-shrink: 0; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #12232F; background: #6BC3E8; padding: 6px 10px; border-radius: 3px; }
.cita-pronto p { margin: 0; font-size: 14.5px; line-height: 1.65; }
.cita-pasos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; }
.cita-paso { background: #fff; border: 1px solid #EDF1F4; border-radius: 10px; padding: 28px 26px; }
.cita-paso .numero { width: 34px; height: 34px; border-radius: 50%; background: #1C8FC7; color: #fff; font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.cita-paso h3 { margin: 0 0 8px; font-size: 16px; font-weight: 800; color: #12232F; }
.cita-paso p { margin: 0; font-size: 14px; line-height: 1.6; color: #5B6B7C; }
.contacto-acciones { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.contacto-acciones .boton-whatsapp, .contacto-acciones .boton-cita { font-size: 15px; padding: 15px 24px; }
.contacto-mapa { display: flex; align-items: center; justify-content: center; gap: 10px; background: #EAF6FC; color: #12617F; font-weight: 700; border-radius: 8px; min-height: 220px; text-align: center; padding: 20px; }
.contacto-mapa:hover { background: #D9EEF8; color: #12232F; }

@media (max-width: 1100px) {
  .cab-sup-int { padding: 8px 24px; }
  .cab-horario { display: none; }
  .mega-int { grid-template-columns: repeat(4, 1fr); }
  .mega-panel { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .mega-panel-pie { border-top: 0; padding-top: 0; }
  .sec { padding-left: 32px !important; padding-right: 32px !important; }
}

@media (max-width: 860px) {
  .cab-sup-int { justify-content: space-between; gap: 12px; }
  .cab-nav { padding: 10px 20px; }
  .menu-boton { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; margin-left: auto; cursor: pointer; }
  .menu-boton span { display: block; width: 24px; height: 2px; background: #12232F; margin: 0 auto; transition: transform 0.2s ease, opacity 0.2s ease; }
  .menu-caja:checked ~ .menu-boton span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-caja:checked ~ .menu-boton span:nth-child(2) { opacity: 0; }
  .menu-caja:checked ~ .menu-boton span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .cab-menu { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid #EDF1F4; box-shadow: 0 30px 60px rgba(18,35,47,0.18); max-height: calc(100vh - 110px); overflow-y: auto; padding: 8px 0 16px; }
  .menu-caja:checked ~ .cab-menu { display: flex; }
  .cab-enlace { padding: 14px 20px; border-bottom: 1px solid #F1F4F7; font-size: 16px; }
  .servicios-enlace svg { display: none; }
  .mega { position: static; display: block; padding: 0; }
  .mega-int { display: block; box-shadow: none; border: 0; border-radius: 0; background: #F7FAFC; }
  .mega-col { padding: 6px 20px 6px 32px; border: 0; }
  .mega-titulo { margin: 0; padding: 10px 0; font-size: 15px; }
  .mega-titulo svg { width: 24px; height: 24px; }
  .mega-titulo-segundo { margin-top: 0; }
  .mega-lista, .mega-todo, .mega-panel svg, .mega-panel-texto, .mega-panel-mas, .mega-panel-pie { display: none; }
  .mega-panel { display: block; background: none; padding: 6px 20px 12px 32px; }
  .mega-panel-titulo { padding: 10px 0; margin: 0; font-size: 15px; color: #12232F; }
  .pronto { margin: 12px 20px 0; justify-content: center; }
  .cab-cita { margin: 12px 20px 0; padding: 15px 20px; font-size: 15px; }
  .pie-cuerpo { padding: 40px 20px 32px; flex-direction: column; }
  .pie-columnas { gap: 32px; }
  .pie-legal { padding: 16px 20px 84px; }
  .barra-movil { display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; box-shadow: 0 -8px 24px rgba(18,35,47,0.18); }
  .barra-movil a { display: flex; align-items: center; justify-content: center; padding: 16px; font-size: 15px; font-weight: 800; }
  .barra-whatsapp { background: #25D366; color: #06301A; }
  .barra-llamar { background: #1C8FC7; color: #fff; }
  .barra-movil a:hover { color: inherit; }
  .rj { grid-template-columns: 1fr !important; }
  .fl { flex-wrap: wrap !important; }
  .sec { padding-left: 20px !important; padding-right: 20px !important; }
  .alta { padding-top: 56px !important; padding-bottom: 56px !important; }
  .t1 { font-size: 34px !important; }
  .t2 { font-size: 26px !important; }
  .foto { min-height: 280px !important; }
  .cita-opciones, .cita-pasos, .preguntas { grid-template-columns: 1fr; }
  .modal [role="dialog"] { padding: 28px 22px !important; }
  .modal-acciones { grid-template-columns: 1fr; }
}

.landing { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 40px 20px; background: linear-gradient(160deg, #12232F, #1B3A4F); position: relative; overflow: hidden; box-sizing: border-box; }
.landing-fondo { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(107,195,232,0.22), rgba(107,195,232,0) 70%); top: -200px; right: -120px; }
.landing-tarjeta { position: relative; background: #fff; border-radius: 16px; padding: 48px 44px; max-width: 560px; width: 100%; box-shadow: 0 30px 80px rgba(18,35,47,0.35); display: flex; flex-direction: column; align-items: flex-start; gap: 16px; box-sizing: border-box; }
.landing-logo img { height: 44px; width: auto; }
.landing-etiqueta { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #12617F; background: #EAF6FC; padding: 6px 10px; border-radius: 3px; margin-top: 8px; }
.landing h1 { margin: 0; font-size: 32px; line-height: 1.15; font-weight: 800; color: #12232F; }
.landing p { margin: 0; font-size: 15.5px; line-height: 1.7; color: #46586B; }
.landing-acciones { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.landing-acciones a { font-size: 15px; padding: 14px 22px; }
.landing-volver { margin-top: 8px; font-size: 14px; font-weight: 700; color: #1C8FC7; }
.landing-idiomas { position: absolute; top: 18px; right: 20px; display: flex; gap: 4px; }
.landing-idiomas a { color: #AFC3D2; font-weight: 700; font-size: 12px; letter-spacing: 1px; padding: 4px 8px; border-radius: 3px; }
.landing-idiomas a:hover { color: #fff; }
.landing-idiomas a[aria-current] { background: #1C8FC7; color: #fff; }
@media (max-width: 600px) {
  .landing-tarjeta { padding: 32px 24px; }
  .landing h1 { font-size: 26px; }
}

.p1:hover { transform: translateY(-3px) scale(1.02) !important; box-shadow: 0 14px 30px rgba(28,143,199,0.4) !important; color: #fff !important; }
.p2:hover { background: #EAF6FC !important; transform: translateY(-3px) !important; color: #fff !important; }
.p3:hover { transform: translateY(-6px) !important; box-shadow: 0 20px 40px rgba(18,35,47,0.1) !important; border-color: #BEE0EF !important; }
.p4:hover { color: #6BC3E8 !important; }
.p5:hover { transform: translateY(-3px) !important; color: #fff !important; }
.p6:hover { transform: translateY(-5px) !important; box-shadow: 0 16px 32px rgba(18,35,47,0.08) !important; }
.p7:hover { transform: translateY(-4px) !important; box-shadow: 0 20px 40px rgba(18,35,47,0.1) !important; }
.p8:hover { color: #fff !important; }
.p9:hover { color: #fff !important; border-color: #fff !important; }
