:root{--surface-light:#f1faee;--surface-warm:#f6f4ef;--surface-dark:#0b2a4a;--surface-card:#fff;--text-on-light:#1c1c1e;--text-on-dark:#f1faee;--text-2:#55555a;--accent-on-light:#7b2cbf;--accent-on-dark:#c77dff;--accent-hover:#6a24a6;--accent-active:#5a1e8c;--accent-fg-light:#fff;--accent-fg-dark:#1c1c1e;--gold:#e3c463;--border:#8e8e8a;--border-warm:#6e6e6a;--border-soft:#e2e2dd;--font-display:Lora, Georgia, "Times New Roman", serif;--font-body:"DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.5rem;--text-2xl:2rem;--text-3xl:2.75rem;--leading-body:1.5;--leading-tight:1.15;--measure:66ch;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2.5rem;--space-5:4rem;--space-6:6rem;--radius:6px;--motion-fast:.15s;--motion-base:.25s}.modo-autoridad{background:var(--surface-light);color:var(--text-on-light)}.modo-cercania{background:var(--surface-warm);color:var(--text-on-light)}.modo-oscuro{background:var(--surface-dark);color:var(--text-on-dark)}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-body);font-size:var(--text-lg);line-height:var(--leading-body);background:var(--surface-light);color:var(--text-on-light);margin:0}h1,h2,h3{font-family:var(--font-display);line-height:var(--leading-tight);margin:0 0 var(--space-2)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}p{max-width:var(--measure);margin:0 0 var(--space-2)}.envoltorio{max-width:68rem;padding:0 var(--space-3);margin:0 auto}section{padding:var(--space-5) 0}:focus-visible{outline:2px solid var(--surface-dark);outline-offset:2px}.modo-oscuro :focus-visible{outline-color:var(--accent-on-dark)}.cta{font-family:var(--font-body);font-size:var(--text-lg);border-radius:var(--radius);cursor:pointer;transition:background var(--motion-fast) ease;border:2px solid #0000;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-block}.modo-autoridad .cta,.modo-cercania .cta{background:var(--accent-on-light);color:var(--accent-fg-light)}.modo-autoridad .cta:hover,.modo-cercania .cta:hover{background:var(--accent-hover)}.modo-autoridad .cta:active,.modo-cercania .cta:active{background:var(--accent-active)}.modo-oscuro .cta{background:var(--accent-on-dark);color:var(--accent-fg-dark)}.cta-secundario{color:inherit;background:0 0;border-color:currentColor}.modo-autoridad .cta-secundario,.modo-cercania .cta-secundario{color:var(--text-on-light);background:0 0}.modo-oscuro .cta-secundario{color:var(--text-on-dark);background:0 0}.barra{border-bottom:1px solid var(--border-soft)}.barra .envoltorio{justify-content:space-between;align-items:center;gap:var(--space-2);padding-block:var(--space-2);flex-wrap:wrap;display:flex}.marca{font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:.02em;color:inherit;font-weight:600;text-decoration:none}.barra nav{gap:var(--space-3);flex-wrap:wrap;display:flex}.barra nav a{color:inherit;border-bottom:2px solid #0000;padding-bottom:2px;text-decoration:none}.barra nav a:hover,.barra nav a[aria-current=page]{border-bottom-color:var(--accent-on-light)}.puertas{gap:var(--space-3);grid-template-columns:1fr;display:grid}@media (width>=48rem){.puertas{grid-template-columns:1fr 1fr}}.puerta{padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-card)}.puerta h3{margin-top:0}.puerta p{font-size:var(--text-base);color:var(--text-2)}.demo{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-3);margin-bottom:var(--space-2);background:var(--surface-card);max-width:var(--measure)}.demo-cabecera{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.demo-titulo{font-family:var(--font-display);font-size:var(--text-xl);flex:12rem;margin:0}.demo-boton{background:var(--accent-on-light);color:var(--accent-fg-light);border-radius:var(--radius);font:inherit;cursor:pointer;border:2px solid #0000;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;display:inline-flex}.demo-boton:hover{background:var(--accent-hover)}.demo-boton[aria-pressed=true]{background:var(--accent-active)}.demo-estado{font-size:var(--text-base);color:var(--text-2)}.demo-barra{background:var(--border-soft);height:6px;margin-top:var(--space-2);border-radius:999px;overflow:hidden}.demo-progreso{background:var(--accent-on-light);width:0;height:100%;transition:width var(--motion-base) linear}.demo-transcripcion{font-size:var(--text-base);margin-top:var(--space-2)}.hueco{border:2px dashed var(--border);border-radius:var(--radius);padding:var(--space-3);color:var(--text-2);font-size:var(--text-base);background:0 0}.hueco strong{color:var(--text-on-light)}.nota{border-left:4px solid var(--accent-on-light);background:color-mix(in srgb, var(--accent-on-light) 7%, transparent);padding:var(--space-2);margin:var(--space-2) 0;max-width:var(--measure);border-radius:0 var(--radius) var(--radius) 0;font-size:.95rem}.nota b{margin-bottom:.25rem;display:block}body:not(.con-notas) .nota{display:none}.interruptor-notas{z-index:10;background:var(--surface-dark);color:var(--text-on-dark);font:inherit;font-size:var(--text-base);cursor:pointer;border:2px solid #0000;border-radius:999px;padding:.6rem 1.1rem;font-weight:600;position:fixed;bottom:1rem;right:1rem;box-shadow:0 2px 8px #00000040}.pie a{color:var(--accent-on-dark)}.pie .pie-fila{gap:var(--space-4);flex-wrap:wrap;justify-content:space-between;display:flex}.consentimiento{inset-inline:0;z-index:20;background:var(--surface-dark);color:var(--text-on-dark);padding:var(--space-3);border-top:3px solid var(--accent-on-dark);position:fixed;bottom:0}.consentimiento .envoltorio{gap:var(--space-3);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.consentimiento p{font-size:var(--text-base);flex:20rem;margin:0}.consentimiento .acciones{gap:var(--space-1);display:flex}.consentimiento .cta{background:var(--accent-on-dark);color:var(--accent-fg-dark)}.consentimiento .cta-secundario{color:var(--text-on-dark);border-color:var(--text-on-dark);background:0 0}.campo{margin-bottom:var(--space-3);max-width:32rem;display:block}.campo>span{font-size:var(--text-base);margin-bottom:.35rem;font-weight:600;display:block}.campo input,.campo textarea,.campo select{width:100%;font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-card);color:var(--text-on-light);padding:.65rem .75rem}.modo-cercania .campo input,.modo-cercania .campo textarea,.modo-cercania .campo select{border-color:var(--border-warm)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}@font-face{font-family:Lora;src:url(/fonts/Lora-400_700.woff2)format("woff2");font-weight:400 700;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/fonts/DMSans-300_700.woff2)format("woff2");font-weight:300 700;font-style:normal;font-display:swap}:root{--gutter:clamp(1.25rem, 5vw, 4.5rem);--ancho-max:88rem;--motion-scroll-follow:1s;--hero-ancho-foto:calc(.38 * (var(--ancho-max) - 2 * var(--gutter)))}body{background:var(--surface-warm);-webkit-font-smoothing:antialiased;font-size:clamp(1rem,.5vw + .92rem,1.125rem);line-height:1.62}html{scroll-behavior:smooth}section{padding-block:clamp(5rem,13vh,10rem);position:relative}section>*{max-width:var(--ancho-max);padding-inline:var(--gutter);margin-inline:auto}h1{font-family:var(--font-display);letter-spacing:-.035em;margin-block:0;font-size:clamp(3rem,10.5vw,8rem);font-weight:400;line-height:.94}h1 b{color:var(--accent-on-light);font-style:italic;font-weight:700}h2{font-family:var(--font-display);letter-spacing:-.025em;margin-block:0 1.5rem;font-size:clamp(2.1rem,5vw,4rem);font-weight:400;line-height:1.05}h2 b{font-style:italic;font-weight:700}.marcador{letter-spacing:.24em;text-transform:uppercase;opacity:.65;align-items:center;gap:1rem;margin-bottom:clamp(2rem,6vh,4rem);font-size:.75rem;display:flex}.marcador:after{content:"";opacity:.35;background:currentColor;flex:1;height:1px}.num{font-family:var(--font-display);opacity:.14;margin:0;font-size:clamp(3.5rem,7vw,6rem);line-height:1}.rejilla{grid-template-columns:1fr;gap:clamp(2rem,5vw,4rem);display:grid}@media (width>=60rem){.rejilla{grid-template-columns:repeat(12,1fr)}}.col-4{grid-column:span 4}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}@media (width<=60rem){.col-4,.col-6,.col-7,.col-8{grid-column:1/-1}}#hero{flex-direction:column;justify-content:center;min-height:100svh;padding-block:clamp(7rem,16vh,11rem) clamp(3rem,8vh,6rem);display:flex}#hero>.marcador,#hero>h1,#hero>.pie-hero{width:100%}@media (width>=60rem){#hero>h1{padding-inline-end:calc(var(--gutter) + var(--hero-ancho-foto))}}#hero{position:relative}#hero.modo-oscuro{background:0 0;padding-block-end:0}.video-hero{object-fit:cover;z-index:-3;pointer-events:none;width:100%;max-width:none;height:100%;margin-inline:0;padding-inline:0;position:absolute;inset:0}#hero:after{content:"";z-index:-2;pointer-events:none;background:color-mix(in srgb, var(--surface-dark) 72%, transparent);position:absolute;inset:0}.pie-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-top:clamp(2.5rem,7vh,5rem);display:flex}.pie-hero .bajada{opacity:.78;max-width:38ch;margin:0}.ctas{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.cinta{background:var(--surface-dark);width:100%;max-width:none;color:var(--surface-light);margin:0;padding-block:1.1rem;position:relative;overflow:hidden}.cinta-int{z-index:1;white-space:nowrap;font-family:var(--font-display);flex-shrink:0;gap:3rem;font-size:clamp(1.1rem,2.2vw,1.7rem);font-style:italic;animation:34s linear infinite correr-cinta;display:inline-flex;position:relative}.cinta:hover .cinta-int,.cinta:focus-within .cinta-int{animation-play-state:paused}@keyframes correr-cinta{to{transform:translate(-50%)}}.cinta-int ul{flex-shrink:0;align-items:center;gap:3rem;margin:0;padding:0;list-style:none;display:inline-flex}.cinta li{flex-shrink:0;align-items:center;gap:3rem;display:inline-flex}.cinta li:before{content:"◆";color:var(--gold);font-size:.5em;font-style:normal}#escucha{padding-block:clamp(3rem,8vh,6rem)}#escucha .filas{border-top:1px solid #1c1c1e2e}.fila{cursor:pointer;border-bottom:1px solid #1c1c1e2e;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1rem,3vw,2.5rem);margin:0;padding-block:clamp(1.4rem,3vw,2.2rem);transition:padding-inline .28s,background .28s;display:grid}.fila:hover{background:#7b2cbf0f;padding-inline:1rem}.fila .idx{font-family:var(--font-display);opacity:.45;width:2.2rem;font-size:.95rem}.fila h3{font-family:var(--font-display);margin:0;font-size:clamp(1.5rem,3.4vw,2.4rem);font-weight:400;line-height:1.1;transition:color .2s}.fila:hover h3,.fila:has(button[aria-pressed=true]) h3{color:var(--accent-on-light)}.fila .sub{opacity:.6;max-width:none;margin:.35rem 0 0;font-size:.9rem}.fila .accion{align-items:center;gap:1rem;display:flex}.fila .barras{align-items:center;gap:2px;width:clamp(60px,12vw,140px);height:30px;display:flex}.fila .barras i{background:#1c1c1e40;border-radius:1px;flex:1;height:25%}.fila:has(button[aria-pressed=true]) .barras i{background:var(--accent-on-light);animation:1s ease-in-out infinite vibra}@keyframes vibra{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}@media (width<=44rem){.fila .barras{display:none}}.fila .play{width:48px;height:48px;color:inherit;cursor:pointer;background:0 0;border:1.5px solid;border-radius:50%;flex:none;place-items:center;font-size:.95rem;transition:background .2s,color .2s;display:grid}.fila .play:before{content:"▶";font-size:.8em}.fila .play:hover,.fila .play[aria-pressed=true]{background:var(--accent-on-light);color:#fff;border-color:var(--accent-on-light)}.fila .play[aria-pressed=true]:before{content:"❚❚"}.fila .play:disabled{opacity:.4;cursor:not-allowed}.fila .play:disabled:hover{color:inherit;background:0 0;border-color:currentColor}.divisor-forma{background:var(--surface-dark);clip-path:polygon(0 0,100% 45%,100% 100%,0 100%);max-width:none;height:7vh;margin-inline:0;padding-inline:0}.modo-oscuro .cifra-valor{color:var(--gold)}.cifras{grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:clamp(2rem,5vw,3rem);margin-top:clamp(2rem,5vh,3.5rem);padding:0;list-style:none;display:grid}.cifra-valor{font-family:var(--font-display);margin-bottom:.35rem;font-size:clamp(2.6rem,6vw,4.2rem);font-weight:400;line-height:1;display:block}.cifra-etiqueta{letter-spacing:.14em;text-transform:uppercase;opacity:.62;font-size:.85rem}.capa-decorativa-g1{aspect-ratio:1;background:var(--gold);opacity:.4;pointer-events:none;z-index:-1;border:0;border-radius:50%;width:min(20vw,240px);max-width:none;position:absolute;top:12%;right:6%}.capa-decorativa-g2{bottom:6%;left:-1%;width:min(1.2vw,15px);height:min(22vw,260px);background:var(--surface-dark);opacity:.35;pointer-events:none;z-index:0;block-size:auto;border:0;border-radius:999px;max-width:none;position:absolute;inset-inline-end:auto}#confian{padding-block:clamp(2.5rem,6vh,4rem)}.banda-marquee{width:100%;max-width:none;margin:clamp(1.4rem,3.5vh,2.2rem) 0 0;overflow:hidden}.banda-marquee-int{flex-shrink:0;gap:clamp(1.5rem,4vw,3rem);animation:34s linear infinite reverse correr-cinta;display:inline-flex}.banda-marquee:hover .banda-marquee-int,.banda-marquee:focus-within .banda-marquee-int{animation-play-state:paused}.banda-logos{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:clamp(1.5rem,4vw,3rem);max-width:none;margin:0;padding:0;list-style:none;display:inline-flex}.banda-logos li{flex-shrink:0;align-items:center;display:flex}.banda-logos img{filter:grayscale();opacity:.55;width:auto;max-width:clamp(6rem,14vw,8.5rem);height:auto;max-height:clamp(1.9rem,4.5vw,2.6rem);transition:filter .35s,opacity .35s;display:block}.banda-logos li:hover img,.banda-logos li:focus-within img{filter:grayscale(0);opacity:1}@media (prefers-reduced-motion:reduce){.banda-logos img{transition:none}}.pie{background:var(--surface-dark);color:var(--surface-light);padding:clamp(4rem, 9vh, 7rem) var(--gutter)}.pie-int{max-width:var(--ancho-max);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-inline:auto;display:flex}.pie-wordmark{width:clamp(150px,18vw,220px);height:auto;display:block}.pie-descriptor{opacity:.7;margin:1rem 0 0;font-size:.85rem}.pie-redes{flex-wrap:wrap;gap:1.5rem;display:flex}.pie-redes a{opacity:.65;color:inherit;text-decoration:none}.pie-redes a:hover{opacity:1}.pie-fila{max-width:var(--ancho-max);margin-inline:auto;border-top:1px solid #f1faee26;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-top:3rem;padding-top:2rem;font-size:.85rem;display:flex}.pie-legales{flex-wrap:wrap;gap:1.5rem;display:flex}.pie-fila a{opacity:.65;color:inherit;text-decoration:none}.pie-fila a:hover{opacity:1}#contacto .cta{font-size:1rem}header.cabecera{z-index:40;background:var(--surface-dark);border-bottom:none;position:sticky;top:0}header.cabecera .envoltorio{max-width:var(--ancho-max);padding-inline:var(--gutter);letter-spacing:.2em;text-transform:uppercase;color:var(--text-on-dark);margin-inline:auto;padding-block:1.6rem;font-size:.78rem}header.cabecera nav a{text-decoration:none}header.cabecera nav a:hover,header.cabecera nav a[aria-current=page]{border-bottom-color:var(--accent-on-dark)}.wordmark-enlace{color:inherit;align-items:center;display:inline-flex}.wordmark{width:auto;height:40px;display:block}.wordmark-trazo{fill:none;stroke:currentColor;stroke-width:1px;font-family:var(--font-display);stroke-dasharray:600;stroke-dashoffset:600px;font-size:22px;animation:1.2s forwards dibujar-wordmark}@keyframes dibujar-wordmark{to{stroke-dashoffset:0}}header.cabecera .menu-movil-boton{width:44px;height:44px;color:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:none}.menu-movil-icono,.menu-movil-icono:before,.menu-movil-icono:after{content:"";background:currentColor;width:22px;height:2px;display:block}.menu-movil-icono{position:relative}.menu-movil-icono:before{position:absolute;top:-7px;left:0}.menu-movil-icono:after{position:absolute;top:7px;left:0}@media (width<=60rem){header.cabecera .envoltorio{flex-wrap:wrap;padding-block:.6rem}header.cabecera .menu-movil-boton{display:inline-flex}header.cabecera nav{flex-direction:column;flex-basis:100%;order:3;align-items:flex-start;gap:1rem;width:100%;padding-block-start:1rem}header.cabecera nav[hidden]{display:none}}@media (width>=60rem){header.cabecera nav[hidden]{display:flex}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}html{scroll-behavior:auto}.wordmark-trazo{stroke-dashoffset:0}}.legal{max-width:70ch;padding:clamp(3rem, 8vh, 6rem) var(--gutter);font-family:var(--font-body);color:var(--text-on-light);margin-inline:auto}.legal h1{font-family:var(--font-display);margin-bottom:2rem}.legal h2{font-family:var(--font-display);margin-top:2.5rem;margin-bottom:.75rem}.legal p{margin-bottom:1.25rem;line-height:1.7}.legal-volver{color:var(--accent-on-light);margin-bottom:2rem;text-decoration:none;display:inline-block}.legal-volver:hover{text-decoration:underline}
