@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Franklin:wght@600;700;800&display=swap");
:root{--ink:#031e4c;--muted:#566f98;--blue:#0752a3;--blue-dark:#031e4c;--yellow:#da960c;--cream:#fcf9f4;--line:#d7d9df;--white:#fff;--green:#48a888;--surface:#f6f8fb;--shadow:0 16px 45px rgba(3,30,76,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",Arial,Helvetica,sans-serif;background:#fff;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.container{width:min(1240px,calc(100% - 48px));margin:auto}.topbar{background:var(--ink);color:#dce7eb;font-size:12px;letter-spacing:.02em}.topbar .container{height:34px;display:flex;align-items:center;justify-content:space-between}.topbar a{margin-left:24px}header{height:82px;border-bottom:1px solid #ecebe7;background:rgba(255,255,255,.96);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.header-inner{height:100%;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:11px;min-width:190px}.brand img{width:52px;height:52px;border-radius:50%;object-fit:cover}.brand strong{font-family:Georgia,serif;display:block;font-size:20px}.brand small{display:block;color:#798991;font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-top:3px}nav{display:flex;align-items:center;gap:19px;margin-left:auto}nav a{font-size:12px;font-weight:700;padding:31px 0 27px;border-bottom:3px solid transparent;white-space:nowrap}nav a:hover,nav a.active{color:var(--blue);border-bottom-color:var(--blue)}.pill{border:1px solid var(--blue);color:var(--blue);padding:11px 15px;border-radius:99px;font-size:11px;font-weight:800;white-space:nowrap}.menu{display:none;border:0;background:none;font-size:28px}.home-hero{background:linear-gradient(125deg,#fefdfb 0%,#f7f9fc 62%,#eef3fa 100%);overflow:hidden}.hero-grid{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:65px}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.16em;color:var(--blue);text-transform:uppercase;display:inline-flex;align-items:center;gap:8px}.eyebrow:before{content:"";width:22px;height:2px;background:var(--yellow)}h1,h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.035em;margin:16px 0;color:var(--ink)}h1{font-size:66px;line-height:.98}h2{font-size:43px;line-height:1.08}h1 em,h2 em{font-weight:400;color:var(--blue)}.hero-copy>p,.page-hero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:580px}.actions{display:flex;align-items:center;gap:28px;margin:30px 0 45px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;background:var(--blue);color:white;padding:16px 22px;border-radius:6px;border:1px solid var(--blue);font-weight:800;font-size:13px;cursor:pointer}.btn:hover{background:var(--blue-dark);transform:translateY(-1px)}.btn.outline{background:transparent;color:var(--blue)}.btn.white{background:#fff;color:var(--blue);border-color:#fff}.text-link{font-size:13px;font-weight:800;border-bottom:1px solid #9aa5a9;padding-bottom:3px}.trust{display:flex;gap:30px;padding-top:23px;border-top:1px solid #dbd8ce}.trust div{padding-right:28px;border-right:1px solid #ddd9cc}.trust div:last-child{border:0}.trust b{font-family:Georgia,serif;font-size:24px;display:block}.trust span{font-size:10px;text-transform:uppercase;color:#7a888d;letter-spacing:.08em}.hero-visual{height:530px;position:relative}.hero-visual>img{width:88%;height:94%;object-fit:cover;border-radius:48% 48% 8px 8px;position:absolute;right:0;bottom:0;filter:saturate(.9)}.dots{position:absolute;width:190px;height:180px;right:-50px;top:-5px;background-image:radial-gradient(#dfa32d 2px,transparent 2px);background-size:14px 14px}.float-card{position:absolute;z-index:2;bottom:40px;left:-10px;background:white;padding:16px 20px;border-radius:8px;box-shadow:0 18px 50px #031e4c30;display:flex;gap:12px;align-items:center}.float-card>span{background:#e8f5ef;color:var(--green);width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-weight:bold}.float-card b,.float-card small{display:block}.float-card small{color:#829097;margin-top:4px;font-size:10px}.float-note{position:absolute;right:-15px;top:48px;background:var(--yellow);padding:18px;border-radius:50%;width:120px;height:120px;text-align:center;transform:rotate(7deg);font-size:10px}.float-note:first-line{font-size:20px}.float-note b{font-family:Georgia,serif;font-size:18px}.strip{background:var(--blue);color:#fff;height:48px;display:flex;align-items:center;font-size:11px;text-transform:uppercase;letter-spacing:.13em}.strip .container{display:flex;justify-content:space-around}.strip span{color:var(--yellow)}.section{padding:100px 0}.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end;margin-bottom:44px}.section-head p,.lead,.section-title p{color:var(--muted);line-height:1.75}.section-head h2{margin-bottom:0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid var(--line);padding:28px 24px;background:#fff;min-height:255px;display:flex;flex-direction:column;transition:.25s;border-radius:6px}.card:hover{transform:translateY(-5px);box-shadow:0 18px 50px #0752a312;border-color:#bfd3ec}.icon{width:48px;height:48px;background:#eaf2fc;color:var(--blue);border-radius:10px;display:grid;place-items:center;font-size:21px;font-weight:700;margin-bottom:24px}.card:nth-child(2n) .icon{background:#fff4d6;color:#a66b00}.card h3{font-family:Georgia,serif;font-size:20px;margin:0 0 12px}.card p{color:var(--muted);font-size:13px;line-height:1.65}.card>a{margin-top:auto;color:var(--blue);font-size:12px;font-weight:800}.card small{color:var(--blue);font-weight:900;letter-spacing:.12em;font-size:9px;margin:-8px 0 10px}.split-section{background:var(--cream);padding:105px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}.collage{height:540px;position:relative}.collage .big{width:72%;height:88%;object-fit:cover;border-radius:160px 160px 8px 8px}.collage .small{width:45%;height:42%;object-fit:cover;position:absolute;right:0;bottom:0;border:10px solid var(--cream)}.badge{position:absolute;right:4%;top:5%;width:130px;height:130px;background:var(--blue);color:white;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Georgia,serif;font-size:34px}.badge span{font-family:Arial;font-size:9px;line-height:1.4;text-align:center;text-transform:uppercase;letter-spacing:.08em}.split>div>p{color:var(--muted);line-height:1.8}.checks{list-style:none;padding:0;margin:25px 0}.checks li{padding:10px 0 10px 31px;position:relative;font-weight:700;font-size:13px}.checks li:before{content:"✓";position:absolute;left:0;color:var(--green)}.cta{background:var(--blue);color:white}.cta-inner{min-height:275px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta h2{color:white;margin:13px 0;font-size:42px}.cta p{color:#dce7f5}.eyebrow.pale{color:#fff}.page-hero{background:var(--cream);overflow:hidden}.page-hero-grid{min-height:410px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:80px}.page-hero h1{font-size:54px;max-width:680px}.page-photo{height:340px;position:relative}.page-photo img{width:100%;height:100%;object-fit:cover;border-radius:150px 150px 12px 12px;position:relative;z-index:1}.page-photo i{position:absolute;width:110px;height:110px;border-radius:50%;background:var(--yellow);right:-35px;top:-35px}.crumb{display:flex;gap:10px;font-size:11px;margin-top:25px;color:#839097}.crumb b{color:var(--blue)}.section-title{margin-bottom:42px}.section-title.center{text-align:center;max-width:680px;margin:0 auto 45px}.section-title.center .eyebrow:before{display:none}.step-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;margin-bottom:60px}.step-grid ol{list-style:none;padding:0;margin:0}.step-grid li{display:flex;gap:22px;padding:20px 0;border-bottom:1px solid var(--line)}.step-grid li>span{font-family:Georgia,serif;font-size:27px;color:var(--blue)}.step-grid h3{margin:0 0 8px;font-family:Georgia,serif}.step-grid p{margin:0;color:var(--muted);font-size:13px}.feature-banner{margin-top:70px;background:var(--ink);display:grid;grid-template-columns:1fr 1fr;color:white;min-height:390px}.feature-banner img{width:100%;height:100%;object-fit:cover}.feature-banner div{padding:60px}.feature-banner h2{color:white}.feature-banner p{color:#c7d0d5;line-height:1.7}.notice{margin-top:50px;padding:25px 30px;background:#eaf2fc;border-left:4px solid var(--blue);display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center}.notice p{color:var(--muted);font-size:13px}.notice a{color:var(--blue);font-weight:800;font-size:12px}.stats-panel{background:var(--cream);padding:55px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;margin-bottom:55px}.stats-panel p{color:var(--muted);line-height:1.7}.fake-chart{background:#fff;padding:28px;box-shadow:0 16px 50px #031e4c15}.chart-top{display:flex;justify-content:space-between}.chart-top span{font-size:10px;color:#8a969b}.bars{height:190px;border-bottom:1px solid #ddd;display:flex;align-items:end;justify-content:space-around;padding:20px 8px 0}.bars i{width:27px;background:linear-gradient(var(--blue),#4f8bd4);border-radius:5px 5px 0 0}.chart-labels{display:flex;justify-content:space-around;font-size:10px;color:#839097;padding-top:8px}.resource-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.filters{display:flex;gap:8px}.filters button{border:1px solid var(--line);background:#fff;border-radius:99px;padding:9px 14px;font-size:11px;font-weight:700}.filters button.selected{background:var(--blue);color:white;border-color:var(--blue)}.downloads{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.downloads article{border:1px solid var(--line);display:flex;align-items:center;padding:20px;gap:18px;border-radius:5px}.file-icon{width:54px;height:64px;color:white;display:grid;place-items:center;border-radius:6px;font-size:24px}.downloads small{color:var(--blue);font-size:9px;text-transform:uppercase;font-weight:900;letter-spacing:.1em}.downloads h3{font-family:Georgia,serif;margin:5px 0;font-size:17px}.downloads span{font-size:10px;color:#8a969b}.downloads button{margin-left:auto;border:0;background:#edf4fc;color:var(--blue);width:38px;height:38px;border-radius:50%;cursor:pointer}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.contact-info>p{color:var(--muted);line-height:1.7}.contact-info>a{display:flex;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.contact-info>a>span{width:42px;height:42px;border-radius:50%;background:#eaf2fc;display:grid;place-items:center;color:var(--blue)}.contact-info small,.contact-info b{display:block}.contact-info small{font-size:10px;color:#849198;margin-bottom:4px}.hours{margin-top:25px;background:var(--cream);padding:18px;display:flex;flex-direction:column;gap:5px}.hours span{color:var(--muted);font-size:12px}.form{padding:36px;background:var(--cream);display:flex;flex-direction:column;gap:22px}.form .two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form label{font-size:11px;font-weight:800;display:flex;flex-direction:column;gap:8px}.form input,.form textarea,.form select{background:#fff;border:1px solid #dddcd6;padding:14px;border-radius:4px;outline:none}.form input:focus,.form textarea:focus,.form select:focus{border-color:var(--blue)}.form .consent{flex-direction:row;align-items:center;font-weight:400;color:var(--muted)}.form .consent input{width:auto}.form .btn{align-self:flex-start}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}.faq-grid>div:first-child>p{color:var(--muted);line-height:1.7;margin-bottom:26px}.accordion article{border-bottom:1px solid var(--line)}.accordion button{width:100%;border:0;background:transparent;display:flex;justify-content:space-between;text-align:left;padding:22px 0;color:var(--ink);cursor:pointer}.accordion button span{color:var(--blue);font-size:22px}.accordion article p{color:var(--muted);font-size:13px;line-height:1.7;margin:0;padding:0 40px 22px 0}.accordion article.open{border-bottom-color:var(--blue)}footer{background:var(--ink);color:#c6d1d6;padding:70px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .7fr 1fr;gap:65px}.brand.light strong{color:#fff}.footer-grid>div:first-child>p{font-size:12px;line-height:1.7;max-width:300px}.footer-grid h3{color:#fff;font-family:Georgia,serif;font-size:17px;margin:0 0 20px}.footer-grid>div:not(:first-child)>a{display:block;font-size:11px;margin:13px 0}.footer-grid a:hover{color:white}.copyright{border-top:1px solid #354b6e;margin-top:50px;padding:20px 0;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.04em}.whatsapp{position:fixed;right:22px;bottom:22px;width:53px;height:53px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:26px;z-index:30;box-shadow:0 10px 30px #173c2d40}
@media(max-width:1050px){.header-cta{display:none}nav{gap:13px}nav a{font-size:10px}.cards{grid-template-columns:repeat(2,1fr)}.hero-grid{gap:30px}h1{font-size:55px}.footer-grid{grid-template-columns:1fr 1fr}.page-hero-grid{gap:40px}}
@media(max-width:780px){.container{width:min(100% - 28px,1160px)}.topbar{display:none}header{height:70px}.brand img{width:43px;height:43px}.menu{display:block;margin-left:auto}nav{display:none;position:absolute;top:69px;left:0;right:0;background:#fff;padding:18px 22px;box-shadow:0 18px 30px #031e4c1f;flex-direction:column;align-items:flex-start;margin:0;gap:0}nav.open{display:flex}nav a{width:100%;padding:12px;border:0}.hero-grid,.page-hero-grid,.split,.step-grid,.contact-grid,.faq-grid{grid-template-columns:1fr}.hero-grid{padding:65px 0 0}.home-hero h1{font-size:48px}.hero-visual{height:430px}.hero-visual>img{width:94%}.trust{gap:13px}.trust div{padding-right:12px}.trust b{font-size:20px}.strip{height:auto;padding:14px 0}.strip .container{gap:8px;flex-wrap:wrap;justify-content:center}.section,.split-section{padding:70px 0}.section-head{grid-template-columns:1fr;gap:10px}.section-head h2,h2{font-size:36px}.cards{grid-template-columns:1fr}.card{min-height:220px}.split{gap:45px}.collage{height:420px}.cta-inner{padding:50px 0;flex-direction:column;align-items:flex-start}.page-hero-grid{padding:55px 0 0}.page-hero h1{font-size:44px}.page-photo{height:280px}.step-grid,.contact-grid,.faq-grid{gap:45px}.feature-banner,.stats-panel{grid-template-columns:1fr}.feature-banner div,.stats-panel{padding:30px}.notice{grid-template-columns:1fr;gap:5px}.resource-head{align-items:flex-start;flex-direction:column}.filters{flex-wrap:wrap}.downloads{grid-template-columns:1fr}.form{padding:22px}.form .two{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.copyright{flex-direction:column;gap:8px}.float-note{right:0}}
@media(max-width:480px){.actions{align-items:flex-start;flex-direction:column}.trust span{font-size:8px}.cards{grid-template-columns:1fr}.hero-visual{height:360px}.float-note{width:90px;height:90px;padding:12px}.float-card{left:0}.footer-grid{grid-template-columns:1fr}.downloads article{padding:15px}.page-hero h1{font-size:38px}}

.static-hero{padding:90px 0;background:var(--cream)}.static-hero .wrap{display:grid;grid-template-columns:1fr .72fr;gap:70px;align-items:center}.static-hero h1{font-size:58px}.static-hero img{width:100%;height:390px;object-fit:cover;border-radius:180px 180px 10px 10px}.intro{max-width:750px;margin:0 auto 55px;text-align:center}.intro p,.rich-text p{color:var(--muted);line-height:1.8}.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:240px 240px;gap:14px;margin-top:48px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:7px}.gallery img:first-child{grid-row:1/3}.rich-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.rich-grid>img{width:100%;height:430px;object-fit:cover;border-radius:8px}.fact-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:35px}.fact{background:var(--cream);padding:22px;border-left:3px solid var(--blue)}.fact b{display:block;font-family:Georgia,serif;font-size:19px;margin-bottom:8px}.faq-static details{border-bottom:1px solid var(--line);padding:20px 0}.faq-static summary{font-weight:800;cursor:pointer}.faq-static p{color:var(--muted);line-height:1.7}.static-card-link{display:inline-block;margin-top:auto;color:var(--blue);font-weight:800;font-size:12px}.route-note{padding:16px;background:#eef7f3;color:#326e5b;border-radius:5px;font-size:12px;margin-top:22px}@media(max-width:780px){.static-hero .wrap,.rich-grid{grid-template-columns:1fr}.static-hero{padding:55px 0 0}.static-hero h1{font-size:43px}.static-hero img{height:280px}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:220px 180px}.gallery img:first-child{grid-column:1/3;grid-row:auto}.fact-row{grid-template-columns:1fr}.header-inner nav{max-height:calc(100vh - 70px);overflow:auto}}

/* Acceso docente persistente en celulares */
.mobile-teacher-bar{display:none}
@media(max-width:780px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.mobile-teacher-bar{position:fixed;left:10px;right:10px;bottom:calc(9px + env(safe-area-inset-bottom));z-index:1000;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:58px;padding:7px 8px 7px 10px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(3,30,76,.96);box-shadow:0 12px 38px rgba(3,30,76,.28);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mobile-teacher-brand{display:flex;align-items:center;gap:8px;min-width:0}.mobile-teacher-brand img{width:38px;height:38px;flex:0 0 38px;border:2px solid rgba(255,255,255,.16);border-radius:50%;object-fit:cover;background:#fff}.mobile-teacher-brand span,.mobile-teacher-brand b,.mobile-teacher-brand small{display:block}.mobile-teacher-brand b{overflow:hidden;color:#fff;font-family:Georgia,serif;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.mobile-teacher-brand small{margin-top:1px;color:#91a8b3;font-size:8px;letter-spacing:.07em;text-transform:uppercase}.mobile-teacher-bar>a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 13px;border-radius:11px;color:#fff;background:var(--blue);box-shadow:0 7px 18px rgba(7,82,163,.3);font-size:11px;font-weight:800;white-space:nowrap}.mobile-teacher-bar>a:active{transform:scale(.98)}.mobile-teacher-bar svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.whatsapp{bottom:calc(84px + env(safe-area-inset-bottom));width:47px;height:47px;font-size:23px}}
@media(max-width:370px){.mobile-teacher-brand small{display:none}.mobile-teacher-bar>a{padding:0 10px;font-size:10px}}

/* Identidad visual oficial Ruta Docente */
.brand>div{display:none}
.brand img{width:185px;height:66px;border-radius:0;object-fit:contain;background:#fff}
footer .brand{display:inline-flex;min-width:0}
footer .brand img{width:220px;height:110px;padding:4px;border-radius:9px;box-shadow:0 10px 28px rgba(7,25,36,.2)}

/* Franja promocional de tests bajo el hero */
.tests-promo{position:relative;overflow:hidden;color:#fff;background:var(--ink);border-top:4px solid var(--yellow)}
.tests-promo:after{content:"";position:absolute;right:-90px;top:-140px;width:330px;height:330px;border:52px solid rgba(218,150,12,.07);border-radius:50%;pointer-events:none}
.tests-promo-inner{position:relative;z-index:1;display:grid;grid-template-columns:58px minmax(310px,1.35fr) auto auto;align-items:center;gap:28px;min-height:146px;padding:22px 0}
.tests-promo-icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(218,150,12,.45);border-radius:50%;color:var(--ink);background:var(--yellow);box-shadow:0 10px 28px rgba(0,0,0,.16);font-family:Georgia,serif;font-size:25px;font-weight:800}
.tests-promo-copy>span{display:block;margin-bottom:6px;color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:.18em}
.tests-promo-copy h2{margin:0 0 6px;color:#fff;font-size:25px;line-height:1.12;letter-spacing:-.02em}
.tests-promo-copy p{max-width:560px;margin:0;color:#c4d1d7;font-size:12px;line-height:1.55}
.tests-promo-features{display:flex;flex-direction:column;gap:8px;min-width:150px;margin:0;padding:0;list-style:none}
.tests-promo-features li{position:relative;padding-left:17px;color:#e4ecef;font-size:10px;font-weight:700;white-space:nowrap}
.tests-promo-features li:before{content:"✓";position:absolute;left:0;color:var(--yellow);font-weight:900}
.tests-promo-actions{display:flex;align-items:flex-end;flex-direction:column;gap:8px;text-align:right}
.tests-promo-actions>a{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:44px;padding:0 19px;border-radius:6px;color:var(--ink);background:var(--yellow);box-shadow:0 8px 22px rgba(0,0,0,.16);font-size:11px;font-weight:900;white-space:nowrap;transition:.2s}
.tests-promo-actions>a:hover{background:#e6b960;transform:translateY(-2px)}
.tests-promo-actions small{color:#9db1bb;font-size:9px;white-space:nowrap}
.tests-promo-actions small a{color:#fff;text-decoration:underline;text-underline-offset:2px}

@media(max-width:1050px){
    .tests-promo-inner{grid-template-columns:58px minmax(0,1fr) auto;gap:22px}
    .tests-promo-features{display:none}
}
@media(max-width:780px){
    .brand{min-width:152px}
    .brand img{width:152px;height:54px}
    footer .brand img{width:190px;height:95px}
    .tests-promo-inner{grid-template-columns:48px minmax(0,1fr);gap:12px 16px;padding:22px 0}
    .tests-promo-icon{width:48px;height:48px;font-size:21px}
    .tests-promo-copy h2{font-size:21px}
    .tests-promo-copy p{font-size:11px}
    .tests-promo-actions{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;text-align:left}
    .tests-promo-actions>a{width:100%;min-height:42px}
    .mobile-teacher-brand span{display:none}
    .mobile-teacher-brand img{width:122px;height:44px;flex:0 0 122px;border:0;border-radius:8px;object-fit:contain;background:#fff}
}
@media(max-width:480px){
    .tests-promo-inner{grid-template-columns:1fr;padding:24px 0}
    .tests-promo-icon{display:none}
    .tests-promo-actions{grid-column:auto;grid-template-columns:1fr}
    .tests-promo-actions small{text-align:center;white-space:normal}
    .mobile-teacher-brand img{width:105px;flex-basis:105px}
}

/* Formulario público de inscripción */
.registration-page{background:#f7f9fc}.registration-page header nav a.active{color:var(--blue);border-bottom-color:var(--yellow)}.registration-hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(120deg,var(--ink),var(--blue));border-bottom:5px solid var(--yellow)}.registration-hero:after{content:"";position:absolute;right:-110px;top:-190px;width:430px;height:430px;border:70px solid rgba(218,150,12,.08);border-radius:50%}.registration-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:70px;min-height:365px;padding:70px 0}.registration-hero h1{max-width:760px;margin:14px 0 16px;color:#fff;font-size:clamp(42px,6vw,70px);line-height:1.02}.registration-hero p{max-width:740px;margin:0;color:#d6e2ef;font-size:15px;line-height:1.75}.registration-meta{display:flex;gap:9px;flex-wrap:wrap;margin-top:27px}.registration-meta span{padding:8px 11px;border:1px solid rgba(255,255,255,.14);border-radius:99px;color:#e9eff6;background:rgba(255,255,255,.07);font-size:10px;font-weight:800}.registration-price{display:flex;align-items:center;flex-direction:column;justify-content:center;width:205px;height:205px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:rgba(255,255,255,.09);box-shadow:0 20px 50px rgba(0,0,0,.15);text-align:center}.registration-price small{color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:.15em}.registration-price strong{display:block;margin:8px 0 2px;color:#fff;font:700 35px Georgia,serif}.registration-price span{max-width:130px;color:#c7d6e3;font-size:9px;line-height:1.4}.registration-content{padding:70px 0 100px}.registration-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(310px,.7fr);gap:30px;align-items:start}.registration-main{min-width:0}.registration-form-heading{padding:0 8px 26px}.registration-form-heading h2{margin:12px 0 8px;font-size:33px}.registration-form-heading p{margin:0;color:var(--muted);font-size:12px}.registration-form{display:flex;flex-direction:column;gap:15px}.form-honeypot{position:absolute!important;left:-9999px!important}.registration-field{min-width:0;margin:0;padding:24px 26px 25px;border:1px solid #d9dee4;border-radius:10px;background:#fff;box-shadow:0 7px 22px rgba(3,30,76,.035)}.registration-field legend{width:auto;margin:0 0 15px;padding:0;color:var(--ink);font-size:13px;font-weight:800}.registration-field legend span{color:#c34645}.registration-field>input:not([type=file]),.registration-field textarea,.registration-field select{width:100%;padding:13px 0;border:0;border-bottom:1px solid #cfd6dc;border-radius:0;outline:0;color:var(--ink);background:transparent;font:inherit;font-size:14px}.registration-field textarea{padding:12px;border:1px solid #d5dbe0;border-radius:6px;resize:vertical}.registration-field select{cursor:pointer}.registration-field>input:focus,.registration-field textarea:focus,.registration-field select:focus{border-color:var(--blue);box-shadow:0 2px 0 var(--blue)}.registration-field.has-error{border-color:#d78383;background:#fffafa}.choice-list{display:flex;flex-direction:column;gap:8px}.choice-list label,.single-check{display:flex;align-items:flex-start;gap:11px;padding:11px 12px;border:1px solid #e0e4e7;border-radius:7px;cursor:pointer;transition:.18s}.choice-list label:hover,.single-check:hover{border-color:#adc7e6;background:#f6f9fd}.choice-list input,.single-check input,.registration-consent input{width:17px;height:17px;flex:0 0 17px;margin-top:1px;accent-color:var(--blue)}.choice-list span,.single-check span{font-size:12px;line-height:1.45}.field-help,.field-error{display:block;margin-top:9px;font-size:10px;line-height:1.45}.field-help{color:#71818a}.field-error{color:#b53333;font-weight:800}.file-upload{position:relative;display:flex;align-items:center;gap:12px;padding:16px;border:1px dashed #99b6d8;border-radius:8px;background:#f4f8fd;cursor:pointer}.file-upload:hover{border-color:var(--blue);background:#edf4fc}.file-upload-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:50%;color:#fff;background:var(--blue);font-size:20px}.file-upload b,.file-upload small{display:block}.file-upload b{color:var(--blue);font-size:12px}.file-upload small{margin-top:3px;color:#71818a;font-size:9px}.file-upload input{position:absolute;width:1px;height:1px;opacity:0}.file-upload.has-file{border-style:solid;border-color:#65a78e;background:#eff9f5}.file-upload.has-file .file-upload-icon{background:#28775a}.registration-consent{display:flex;align-items:flex-start;gap:10px;padding:16px 18px;border:1px solid #dce2e6;border-radius:8px;background:#fff;color:#566b78;font-size:10px;line-height:1.55}.registration-consent.has-error{border-color:#d78383;background:#fffafa}.consent-error{margin:-7px 4px 0}.registration-submit{align-self:flex-start;min-width:210px;margin-top:4px}.registration-privacy{margin:0;color:#88959a;font-size:9px}.registration-aside{position:sticky;top:105px;display:flex;flex-direction:column;gap:16px}.info-card,.bank-card,.help-card{position:relative;overflow:hidden;padding:28px;border:1px solid #dce1e5;border-radius:10px;background:#fff;box-shadow:0 10px 30px rgba(3,30,76,.05)}.info-card-number{position:absolute;right:18px;top:15px;color:#e8eef5;font:700 58px Georgia,serif}.info-card>small,.bank-card-top small{color:var(--blue);font-size:9px;font-weight:900;letter-spacing:.15em}.info-card h2,.bank-card h2{position:relative;margin:12px 0 17px;font-size:22px}.info-rich p{margin:0 0 14px;color:#5f7079;font-size:11px;line-height:1.75}.info-rich p:first-child{padding-left:13px;border-left:3px solid var(--yellow)}.bank-card{color:#fff;border:0;background:linear-gradient(145deg,var(--ink),#042a56)}.bank-card:after{content:"";position:absolute;right:-70px;top:-75px;width:190px;height:190px;border:34px solid rgba(218,150,12,.08);border-radius:50%}.bank-card>*{position:relative;z-index:1}.bank-card-top{display:flex;align-items:center;gap:8px}.bank-card-top>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;color:var(--ink);background:var(--yellow);font-size:9px;font-weight:900}.bank-card-top small{color:var(--yellow)}.bank-card h2{color:#fff}.bank-amount{display:flex;align-items:end;justify-content:space-between;margin:0 0 16px;padding:12px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.bank-amount small{color:#91a6b1;font-size:8px;font-weight:900;letter-spacing:.14em}.bank-amount strong{color:var(--yellow);font:700 28px Georgia,serif}.bank-card dl{margin:0}.bank-card dl>div{display:grid;grid-template-columns:105px minmax(0,1fr);gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08)}.bank-card dt{color:#91a6b1;font-size:9px}.bank-card dd{margin:0;color:#fff;font-size:11px;font-weight:700;overflow-wrap:anywhere}.bank-card dd{display:flex;align-items:center;justify-content:space-between;gap:8px}.bank-card dd button{padding:4px 7px;border:1px solid rgba(255,255,255,.17);border-radius:4px;color:#fff;background:rgba(255,255,255,.08);font-size:8px;cursor:pointer}.bank-card dd button:hover{background:var(--blue)}.bank-instructions{margin:17px 0 0;color:#c7d3d9;font-size:10px;line-height:1.65}.help-card{border-left:4px solid var(--yellow)}.help-card>span{color:var(--blue);font-size:9px;font-weight:900;letter-spacing:.13em}.help-card h3{margin:8px 0 13px;font:700 18px Georgia,serif}.help-card a{color:var(--blue);font-size:10px;font-weight:900}.registration-success,.registration-closed{display:flex;align-items:flex-start;gap:22px;padding:38px;border:1px solid #c9e1d7;border-radius:12px;background:#f0f9f5}.registration-success>span{display:grid;place-items:center;width:55px;height:55px;flex:0 0 55px;border-radius:50%;color:#fff;background:#28775a;font-size:25px}.registration-success small,.registration-closed>span{color:#28775a;font-size:9px;font-weight:900;letter-spacing:.14em}.registration-success h2,.registration-closed h2{margin:8px 0;font-size:29px}.registration-success p,.registration-closed p{color:#5f7079;line-height:1.7}.registration-closed{display:block;border-color:#e5d7af;background:#fff9e9}.registration-closed>span{color:#9a6500}
@media(max-width:1050px){.registration-grid{grid-template-columns:minmax(0,1fr) 330px}.registration-hero-grid{gap:35px}.registration-price{width:165px;height:165px}.registration-price strong{font-size:29px}}
@media(max-width:780px){.registration-hero-grid,.registration-grid{grid-template-columns:1fr}.registration-hero-grid{min-height:auto;padding:55px 0}.registration-price{display:none}.registration-content{padding:48px 0 75px}.registration-aside{position:static;grid-row:1}.registration-main{grid-row:2}.registration-form-heading h2{font-size:27px}.registration-field{padding:21px 18px}.registration-submit{width:100%}.registration-success{padding:26px 22px}.registration-page .mobile-teacher-bar{display:none}.registration-page{padding-bottom:0}.registration-page .whatsapp{bottom:22px}}
@media(max-width:480px){.registration-hero h1{font-size:39px}.registration-meta{gap:6px}.registration-meta span{font-size:8px}.bank-card dl>div{grid-template-columns:90px minmax(0,1fr)}.registration-success{align-items:flex-start;flex-direction:column}.registration-success h2,.registration-closed h2{font-size:24px}}

/* Página pública de Tests */
.tests-public-page{background:#fff}
.tests-public-page header nav a.active{color:var(--blue);border-bottom-color:var(--yellow)}
.tests-page-hero{position:relative;overflow:hidden;color:#fff;background:var(--ink);border-bottom:5px solid var(--yellow)}
.tests-page-hero:before{content:"";position:absolute;left:-150px;bottom:-260px;width:520px;height:520px;border:80px solid rgba(218,150,12,.06);border-radius:50%}
.tests-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);align-items:center;gap:68px;min-height:570px;padding:70px 0}
.tests-page-hero h1{max-width:680px;margin:14px 0 20px;color:#fff;font-size:clamp(48px,5.8vw,70px);line-height:1}
.tests-page-hero p{max-width:650px;margin:0;color:#c9d8e6;font-size:16px;line-height:1.72}
.tests-page-hero .actions{margin:30px 0 38px}
.test-gold-button{color:var(--ink);background:var(--yellow);border-color:var(--yellow)}
.test-gold-button:hover{color:var(--ink);background:#efb83d;border-color:#efb83d}
.test-light-link{color:#fff;border-bottom-color:rgba(255,255,255,.45)}
.tests-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);max-width:620px;border-top:1px solid rgba(255,255,255,.13)}
.tests-hero-stats div{padding:18px 18px 0 0}
.tests-hero-stats b,.tests-hero-stats span{display:block}
.tests-hero-stats b{margin-bottom:5px;color:var(--yellow);font:700 22px Georgia,serif}
.tests-hero-stats span{max-width:145px;color:#9fb2c2;font-size:9px;line-height:1.45;text-transform:uppercase;letter-spacing:.06em}
.tests-hero-image{position:relative;height:435px}
.tests-hero-image:after{content:"";position:absolute;right:-18px;top:-18px;width:84%;height:90%;border:2px solid rgba(218,150,12,.5);border-radius:190px 190px 12px 12px}
.tests-hero-image img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;border-radius:190px 190px 12px 12px;filter:saturate(.88)}
.tests-hero-image>span{position:absolute;z-index:2;left:-28px;bottom:24px;display:flex;align-items:center;gap:10px;padding:13px 17px;border-radius:7px;color:var(--ink);background:#fff;box-shadow:0 15px 38px rgba(0,0,0,.22);font-size:11px;font-weight:800}
.tests-hero-image>span b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;color:var(--ink);background:var(--yellow)}
.tests-benefits{background:#fff}
.tests-benefits .card{border-top:3px solid transparent}
.tests-benefits .card:hover{border-top-color:var(--yellow)}
.tests-process{background:var(--cream)}
.tests-process-grid{display:grid;grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);align-items:center;gap:90px}
.tests-process-photo{position:relative;height:520px}
.tests-process-photo img{width:100%;height:100%;object-fit:cover;border-radius:12px 190px 12px 12px}
.tests-process-photo>span{position:absolute;right:-28px;bottom:28px;padding:18px 20px;color:#fff;background:var(--blue);box-shadow:0 14px 35px rgba(3,30,76,.2);font-size:9px;line-height:1.45;letter-spacing:.13em}
.tests-process-photo>span b{color:var(--yellow);font-size:12px}
.tests-process .lead{max-width:620px}
.tests-steps{margin:24px 0 30px;padding:0;list-style:none}
.tests-steps li{display:flex;gap:18px;padding:17px 0;border-bottom:1px solid var(--line)}
.tests-steps li>span{flex:0 0 35px;color:var(--yellow);font:700 20px Georgia,serif}
.tests-steps h3{margin:0 0 6px;font:700 18px Georgia,serif}
.tests-steps p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}
.tests-gallery-section{background:#fff}
.tests-gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:210px 210px;gap:13px}
.tests-gallery img{width:100%;height:100%;object-fit:cover;border-radius:7px}
.tests-gallery img:first-child{grid-row:1/3}
.tests-gallery img:nth-child(4){grid-column:2/3}
.tests-gallery img:nth-child(5){grid-column:3/4}
.tests-cta{border-top:5px solid var(--yellow);background:var(--ink)}

@media(max-width:1050px){
 .tests-hero-grid{grid-template-columns:minmax(0,1fr) 360px;gap:42px}
 .tests-process-grid{gap:55px}
}
@media(max-width:780px){
 .tests-hero-grid,.tests-process-grid{grid-template-columns:1fr}
 .tests-hero-grid{gap:38px;min-height:auto;padding:55px 0 0}
 .tests-page-hero h1{font-size:44px}
 .tests-page-hero .actions{margin-bottom:30px}
 .tests-hero-image{height:340px;margin:0 10px}
 .tests-hero-image>span{left:-10px;bottom:18px}
 .tests-hero-stats div{padding-right:10px}
 .tests-process-grid{gap:48px}
 .tests-process-photo{height:380px;margin-right:16px}
 .tests-process-photo>span{right:-16px}
 .tests-gallery{grid-template-columns:1fr 1fr;grid-template-rows:230px 180px 180px}
 .tests-gallery img:first-child{grid-column:1/3;grid-row:auto}
 .tests-gallery img:nth-child(4),.tests-gallery img:nth-child(5){grid-column:auto}
}
@media(max-width:480px){
 .tests-page-hero h1{font-size:39px}
 .tests-page-hero p{font-size:14px}
 .tests-hero-stats{grid-template-columns:1fr}
 .tests-hero-stats div{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}
 .tests-hero-stats span{max-width:none}
 .tests-hero-image{height:290px}
 .tests-process-photo{height:330px}
 .tests-gallery{grid-template-columns:1fr;grid-template-rows:220px repeat(4,170px)}
 .tests-gallery img:first-child{grid-column:auto}
}

/* Revisión visual global 2026 */
body{color:#10284c;background:#fff}
h1,h2,h3{font-family:'Libre Franklin','DM Sans',Arial,sans-serif;letter-spacing:-.035em}
h1,h2{color:var(--ink)}
h1{font-size:clamp(42px,5vw,58px);line-height:1.03}
h2{font-size:clamp(30px,3.4vw,40px);line-height:1.12}
.topbar{background:var(--ink)}
.topbar .container{height:32px}
header{height:84px;border-bottom:1px solid #e5eaf0;background:rgba(255,255,255,.97);box-shadow:0 8px 26px rgba(3,30,76,.035)}
.header-inner{gap:20px}
.brand{min-width:172px}
.brand img{width:172px;height:62px}
nav{gap:13px}
nav a{padding:32px 0 27px;border-bottom-width:2px;color:#354b6e;font-size:11px;font-weight:700}
nav a:hover,nav a.active{color:var(--blue);border-bottom-color:var(--yellow)}
.pill{padding:10px 14px;border-radius:9px;font-size:10px}
.home-hero{background:#f6f8fb;border-bottom:1px solid #e7ecf2}
.hero-grid{min-height:590px;gap:58px}
.home-hero h1{max-width:680px;font-size:clamp(46px,5vw,60px)}
.hero-copy>p,.page-hero p{font-size:16px;line-height:1.7}
.hero-visual{height:480px}
.hero-visual>img{border-radius:22px}
.float-note{right:-4px;top:25px;width:106px;height:106px;padding:15px}
.actions{gap:22px;margin:27px 0 36px}
.btn{min-height:46px;padding:13px 20px;border-radius:9px;font-size:12px;transition:transform .2s,background .2s,box-shadow .2s}
.btn:hover{box-shadow:0 10px 24px rgba(3,30,76,.15)}
.text-link{color:var(--blue);font-size:12px}
.section,.split-section{padding:82px 0}
.section-head{gap:70px;margin-bottom:36px}
.section-head p,.lead,.section-title p{font-size:14px}
.cards{gap:16px}
.card{min-height:245px;padding:24px 22px;border-color:#dfe5eb;border-radius:12px;box-shadow:0 6px 20px rgba(3,30,76,.035)}
.card:hover{border-color:#bdd0e7;box-shadow:var(--shadow);transform:translateY(-4px)}
.icon{width:44px;height:44px;margin-bottom:20px;border-radius:9px;font-size:18px}
.card h3{font:700 18px 'Libre Franklin','DM Sans',sans-serif;letter-spacing:-.02em}
.card p{font-size:12px;line-height:1.7}
.split-section{background:#f7f9fc}
.split{gap:72px}
.cta{background:var(--ink);border-top:4px solid var(--yellow)}
.cta-inner{min-height:245px}
.cta h2{font-size:clamp(30px,3.4vw,40px)}
.static-hero{padding:72px 0;background:#f6f8fb;border-bottom:1px solid #e4eaf1}
.static-hero .wrap{grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:64px}
.static-hero h1{max-width:760px;margin:14px 0 18px;font-size:clamp(42px,4.8vw,54px);line-height:1.05}
.static-hero p{max-width:680px;color:var(--muted);font-size:15px;line-height:1.72}
.static-hero img{height:370px;border-radius:18px;box-shadow:var(--shadow)}
.intro{margin-bottom:44px}
.gallery{grid-template-rows:215px 215px;gap:12px;margin-top:42px}
.gallery img{border-radius:10px;box-shadow:0 7px 22px rgba(3,30,76,.06)}
.contact-grid,.faq-grid{gap:72px}
.form{padding:30px;border:1px solid #e1e6eb;border-radius:12px;background:#f7f9fc}
.form input,.form textarea,.form select{min-height:46px;border-color:#d7dfe6;border-radius:8px}
.faq-static details{padding:18px 0}
.faq-static summary{color:var(--ink);font-size:14px}
.faq-static p{font-size:12px}
footer{padding-top:62px;background:var(--ink)}
.footer-grid{gap:52px}
footer .brand img{width:205px;height:96px;border-radius:10px}
.copyright{margin-top:42px}
.registration-hero{background:var(--ink)}
.bank-card{background:var(--ink)}
.hero-image-frame{position:relative}
.hero-image-frame>span{position:absolute;left:-22px;bottom:22px;display:flex;align-items:center;gap:9px;padding:12px 15px;border-radius:8px;color:var(--ink);background:#fff;box-shadow:0 14px 34px rgba(3,30,76,.16);font-size:10px;font-weight:800}
.hero-image-frame>span b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:var(--ink);background:var(--yellow)}
.hero-highlights{display:flex;gap:10px;flex-wrap:wrap;margin-top:7px}
.hero-highlights span{padding:8px 10px;border:1px solid #dce4ec;border-radius:7px;color:#657990;background:#fff;font-size:9px}
.hero-highlights b{margin-right:4px;color:var(--blue)}
.tests-process-photo{height:470px}
.tests-process-photo img{border-radius:16px}
.tests-process-photo>span{right:-18px;bottom:22px;border-radius:8px}
.gallery.tests-gallery{grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:215px 215px}
.gallery.tests-gallery img:first-child{grid-column:auto;grid-row:1/3}
.gallery.tests-gallery img:nth-child(4){grid-column:2/3}
.gallery.tests-gallery img:nth-child(5){grid-column:3/4}

@media(max-width:1100px){
 .container{width:min(1240px,calc(100% - 36px))}
 .brand{min-width:145px}
 .brand img{width:145px;height:56px}
 nav{gap:10px}
 nav a{font-size:9px}
 .header-inner{gap:14px}
 .static-hero .wrap{grid-template-columns:1fr .72fr;gap:38px}
}
@media(max-width:780px){
 .container{width:min(1240px,calc(100% - 28px))}
 header{height:70px}
 .brand img{width:148px;height:52px}
 nav{top:69px;padding:12px 18px 18px;border-top:1px solid #e7ebef}
 nav a{padding:11px 4px;font-size:12px}
 nav a.active{padding-left:12px;border-left:3px solid var(--yellow);background:#f5f8fc}
 .hero-grid{min-height:auto;padding:55px 0 0}
 .hero-visual{height:390px}
 .section,.split-section{padding:62px 0}
 .static-hero{padding:52px 0 0}
 .static-hero .wrap{grid-template-columns:1fr;gap:34px}
 .static-hero h1{font-size:40px}
 .static-hero img{height:285px;border-radius:14px 14px 0 0;box-shadow:none}
 .hero-image-frame>span{left:12px;bottom:14px}
 .split{gap:42px}
 .tests-process-photo{height:350px;margin-right:0}
 .tests-process-photo>span{right:12px}
 .gallery,.gallery.tests-gallery{grid-template-columns:1fr 1fr;grid-template-rows:215px 175px 175px}
 .gallery img:first-child,.gallery.tests-gallery img:first-child{grid-column:1/3;grid-row:auto}
 .gallery.tests-gallery img:nth-child(4),.gallery.tests-gallery img:nth-child(5){grid-column:auto}
 .contact-grid,.faq-grid{gap:42px}
 .footer-grid{gap:32px}
}
@media(max-width:480px){
 h1,.static-hero h1{font-size:36px}
 h2{font-size:29px}
 .home-hero h1{font-size:40px}
 .hero-visual{height:330px}
 .actions{gap:14px}
 .hero-highlights{display:grid;grid-template-columns:1fr 1fr}
 .gallery,.gallery.tests-gallery{grid-template-columns:1fr;grid-template-rows:210px repeat(4,165px)}
 .gallery img:first-child,.gallery.tests-gallery img:first-child{grid-column:auto}
 .form{padding:22px 18px}
}

/* Identidad alegre y profesional */
:root{--blue:#0b5fbd;--yellow:#eda915;--surface:#eef6ff;--cream:#fff9ec}
.topbar{background:var(--blue);color:#fff}
.topbar a{color:#fff4cf}
header{border-bottom:3px solid #f3c552;box-shadow:0 8px 28px rgba(3,30,76,.07)}
nav a{position:relative}
nav a.active:after{content:"";position:absolute;left:50%;bottom:20px;width:6px;height:6px;border-radius:50%;background:var(--yellow);transform:translateX(-50%)}
.pill{color:var(--ink);border-color:var(--yellow);background:#fff5d9}
.pill:hover{color:var(--ink);background:var(--yellow)}
.home-hero,.static-hero{position:relative;isolation:isolate;overflow:hidden;background:#eef6ff}
.home-hero:before,.static-hero:before{content:"";position:absolute;z-index:-1;right:-120px;top:-170px;width:410px;height:410px;border:65px solid rgba(237,169,21,.16);border-radius:50%}
.home-hero:after,.static-hero:after{content:"";position:absolute;z-index:-1;left:3%;bottom:5%;width:150px;height:110px;opacity:.35;background-image:radial-gradient(#0b5fbd 2px,transparent 2px);background-size:15px 15px}
.eyebrow{color:var(--blue)}
.eyebrow:before{background:var(--yellow)}
h1 em,h2 em{color:var(--blue)}
.btn{background:var(--blue);border-color:var(--blue);box-shadow:0 9px 22px rgba(11,95,189,.2)}
.btn:hover{background:var(--ink);border-color:var(--ink)}
.hero-visual>img,.static-hero img{border:4px solid #fff;box-shadow:15px 15px 0 #d9eaff,-10px -10px 0 #fff0bd,0 18px 48px rgba(3,30,76,.1)}
.float-card{border-left:4px solid var(--yellow)}
.float-note{color:var(--ink);background:var(--yellow)}
.trust b{color:var(--blue)}
.strip{color:var(--ink);background:var(--yellow);font-weight:800}
.strip span{color:var(--blue)}
.tests-promo{background:var(--blue);border-top-color:var(--yellow)}
.tests-promo:after{border-color:rgba(255,255,255,.08)}
.tests-promo-copy>span{color:#ffe4a0}
.tests-promo-actions>a{background:var(--yellow)}
.section:nth-of-type(even){background:#fbfdff}
.section-head h2,.section-title h2,.intro h2{position:relative}
.section-title.center h2:after,.intro h2:after{content:"";display:block;width:54px;height:4px;margin:18px auto 0;border-radius:99px;background:var(--yellow)}
.card{overflow:hidden;border-top:4px solid var(--blue);background:#fff}
.card:nth-child(4n+2){border-top-color:var(--yellow);background:#fffdf7}
.card:nth-child(4n+3){border-top-color:#2c87dd;background:#fafdff}
.card:nth-child(4n+4){border-top-color:#f0bc45}
.card:nth-child(4n+1) .icon{color:#fff;background:var(--blue)}
.card:nth-child(4n+2) .icon{color:var(--ink);background:var(--yellow)}
.card:nth-child(4n+3) .icon{color:var(--blue);background:#dceeff}
.card:nth-child(4n+4) .icon{color:#8a5b00;background:#fff0bd}
.card>a{color:var(--blue)}
.split-section{position:relative;overflow:hidden;background:#fff8e8}
.split-section:after{content:"";position:absolute;right:-90px;bottom:-120px;width:280px;height:280px;border:45px solid rgba(11,95,189,.07);border-radius:50%}
.checks li:before{color:var(--blue)}
.hero-highlights span{border-color:#f2d785;background:#fff9e9}
.hero-highlights b{color:var(--blue)}
.tests-process-photo img{border:4px solid #fff;box-shadow:12px 12px 0 #dcecff,0 17px 42px rgba(3,30,76,.1)}
.tests-process-photo>span{background:var(--blue)}
.tests-steps li>span{color:var(--blue)}
.gallery img{border:3px solid #fff;box-shadow:0 9px 28px rgba(3,30,76,.11);transition:transform .25s,box-shadow .25s}
.gallery img:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(3,30,76,.15)}
.cta{position:relative;overflow:hidden;background:var(--blue)}
.cta:after{content:"";position:absolute;right:-70px;top:-120px;width:290px;height:290px;border:45px solid rgba(255,255,255,.09);border-radius:50%}
.cta-inner{position:relative;z-index:1}
.cta .btn.white{color:var(--ink);background:var(--yellow);border-color:var(--yellow)}
.form{border-top:4px solid var(--yellow);background:#fff}
.faq-static details{margin-bottom:9px;padding:17px 18px;border:1px solid #dfe8f2;border-radius:10px;background:#fff}
.faq-static details[open]{border-color:#b9d5f2;background:#f4f9ff}
.registration-hero{background:var(--blue)}
.registration-field{border-top:3px solid #dcecff}
.registration-field:nth-child(even){border-top-color:#f2cf73}
.info-card{border-top:4px solid var(--yellow)}
.help-card{background:#fff9e9}
footer{position:relative;overflow:hidden;border-top:5px solid var(--yellow)}
footer:before{content:"";position:absolute;right:-100px;top:-150px;width:320px;height:320px;border:50px solid rgba(237,169,21,.07);border-radius:50%}

@media(max-width:780px){
 nav a.active:after{display:none}
 .home-hero:before,.static-hero:before{right:-190px;top:-220px}
 .hero-visual>img,.static-hero img{box-shadow:8px 8px 0 #d9eaff,-5px -5px 0 #fff0bd}
}

/* Marco editorial curvo para imágenes principales */
.hero-visual>img{border-radius:230px 230px 18px 18px}
.static-hero img{border-radius:185px 185px 18px 18px}
.page-photo img{border-radius:170px 170px 16px 16px}
.collage .big,.tests-process-photo img,.rich-grid>img{border-radius:170px 170px 16px 16px}
.hero-visual:before{content:"";position:absolute;z-index:0;right:-11px;top:3px;width:88%;height:94%;border:2px solid rgba(237,169,21,.7);border-radius:230px 230px 20px 20px}
.hero-visual>img{z-index:1}
.static-hero img,.tests-process-photo img,.rich-grid>img{border:5px solid #fff;box-shadow:0 0 0 2px #e4c36c,0 20px 48px rgba(3,30,76,.13)}
.hero-image-frame:before{content:"";position:absolute;z-index:-1;inset:-11px 11px 11px -11px;border:2px solid rgba(237,169,21,.72);border-radius:190px 190px 20px 20px}
.hero-image-frame{isolation:isolate}
.hero-image-frame img{width:100%;object-fit:cover}
.split-section .split>div:last-child{position:relative;z-index:1}
.section-head>div,.section-title,.intro{position:relative;z-index:1}

@media(max-width:780px){
 .hero-visual>img{border-radius:180px 180px 14px 14px}
 .hero-visual:before{border-radius:180px 180px 16px 16px}
 .static-hero img,.page-photo img,.collage .big,.tests-process-photo img,.rich-grid>img{border-radius:125px 125px 12px 12px}
 .hero-image-frame:before{inset:-7px 7px 7px -7px;border-radius:130px 130px 14px 14px}
}

/* Optimización integral para celulares */
@media(max-width:780px){
 html,body{max-width:100%;overflow-x:hidden}
 body{font-size:15px}
 img,video,iframe{max-width:100%}
 .container{width:calc(100% - 28px)}
 header{position:sticky;top:0;z-index:1200}
 .header-inner{gap:10px}
 .brand{min-width:0;max-width:calc(100% - 58px)}
 .brand img{width:150px;height:52px}
 .menu{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;margin-left:auto;border:1px solid #cadcec;border-radius:10px;color:var(--ink);background:#fff;font-size:23px}
 .header-inner nav{top:69px;max-height:calc(100dvh - 70px);padding:12px 14px 22px;overflow-y:auto;border-bottom:4px solid var(--yellow);background:#fff;box-shadow:0 18px 42px rgba(3,30,76,.16)}
 .header-inner nav a{min-height:45px;padding:13px 12px;border-bottom:1px solid #e9eef3;font-size:13px}
 .home-hero:before,.static-hero:before{opacity:.6}
 .hero-grid{gap:26px;padding-top:44px}
 .home-hero h1,.static-hero h1{margin:12px 0 16px;font-size:clamp(36px,10vw,44px);line-height:1.06}
 .hero-copy>p,.static-hero p{font-size:14px;line-height:1.65}
 .actions{display:grid;grid-template-columns:1fr;gap:12px;margin:24px 0 28px}
 .actions .btn,.actions .text-link{width:100%;min-height:46px}
 .actions .text-link{display:flex;align-items:center;justify-content:center;padding:10px;border:1px solid #cbd9e7;border-radius:9px;background:#fff}
 .trust{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding-top:16px}
 .trust div{padding:0 9px;border-right:1px solid #d8e2ea;text-align:center}
 .trust b{font-size:19px}
 .trust span{font-size:7px;line-height:1.35}
 .hero-visual{height:350px}
 .hero-visual>img{right:2%;width:94%;height:96%}
 .hero-visual:before{right:0;width:94%;height:96%}
 .float-card{left:0;bottom:18px;max-width:210px;padding:11px 13px}
 .float-note{right:3px;top:10px;width:82px;height:82px;padding:11px;font-size:8px}
 .strip{font-size:9px;line-height:1.5}
 .strip .container{display:grid;grid-template-columns:1fr 1fr;text-align:center}
 .tests-promo-inner{grid-template-columns:1fr;gap:15px}
 .tests-promo-copy{text-align:center}
 .tests-promo-copy h2{font-size:20px}
 .tests-promo-actions{display:grid;grid-template-columns:1fr;gap:9px;width:100%}
 .tests-promo-actions small{text-align:center}
 .section,.split-section{padding:56px 0}
 .section-head{display:block;margin-bottom:28px}
 .section-head h2,.section-title h2,.intro h2{font-size:29px}
 .section-head>p{margin-top:14px}
 .cards{gap:12px}
 .card{min-height:auto;padding:21px 19px}
 .card h3{font-size:17px}
 .split{gap:36px}
 .collage{height:350px}
 .collage .big{width:78%;height:88%}
 .collage .small{width:48%;height:39%;border-width:7px}
 .badge{right:0;width:96px;height:96px;font-size:25px}
 .cta-inner{min-height:auto;padding:45px 0}
 .cta-inner .btn{width:100%}
 .static-hero .wrap{gap:26px}
 .static-hero img{height:270px}
 .hero-highlights{display:grid;grid-template-columns:1fr 1fr;gap:7px}
 .hero-highlights span{display:flex;align-items:center;min-height:42px}
 .tests-process-photo{height:330px}
 .tests-steps li{gap:13px;padding:15px 0}
 .gallery,.gallery.tests-gallery{gap:9px}
 .gallery img{min-height:0}
 .feature-banner{margin-top:42px}
 .feature-banner div{padding:26px 22px}
 .stats-panel{gap:28px;padding:24px 20px}
 .notice{padding:20px}
 .downloads article{gap:13px}
 .file-icon{width:46px;height:54px;flex:0 0 46px}
 .contact-grid,.faq-grid{gap:34px}
 .form{gap:17px;padding:22px 18px}
 .form input,.form textarea,.form select,.registration-field>input:not([type=file]),.registration-field textarea,.registration-field select{font-size:16px}
 .form .btn,.registration-submit{width:100%}
 .faq-static details{padding:15px 14px}
 .footer-grid{grid-template-columns:1fr;gap:28px}
 footer{padding-top:48px}
 footer .brand img{width:185px;height:86px}
 .copyright{gap:8px;margin-top:30px;padding-bottom:95px;line-height:1.5}
 .registration-hero-grid{padding:44px 0}
 .registration-hero h1{font-size:36px}
 .registration-content{padding:40px 0 70px}
 .registration-grid{gap:22px}
 .registration-field{padding:20px 17px}
 .choice-list label,.single-check{min-height:46px}
 .registration-aside{gap:12px}
 .info-card,.bank-card,.help-card{padding:22px 19px}
 .bank-card dl>div{grid-template-columns:88px minmax(0,1fr)}
 .mobile-teacher-bar{left:8px;right:8px;border-radius:13px}
}

@media(max-width:420px){
 .container{width:calc(100% - 22px)}
 .brand img{width:136px;height:48px}
 .home-hero h1,.static-hero h1{font-size:35px}
 .hero-visual{height:315px}
 .trust b{font-size:17px}
 .strip .container{grid-template-columns:1fr}
 .hero-highlights{grid-template-columns:1fr}
 .gallery,.gallery.tests-gallery{grid-template-rows:200px repeat(4,155px)}
 .downloads article{align-items:flex-start;flex-wrap:wrap}
 .downloads button{margin-left:auto}
 .bank-card dl>div{grid-template-columns:1fr;gap:4px}
 .mobile-teacher-brand img{width:96px;flex-basis:96px}
 .mobile-teacher-bar>a{padding:0 10px;font-size:9px}
}

/* Jerarquía compacta del formulario público */
.registration-page .registration-hero-grid{min-height:325px;gap:60px;padding:54px 0}
.registration-page .registration-hero h1{font-size:clamp(36px,4.2vw,52px);line-height:1.06}
@media(max-width:780px){.registration-page .registration-hero-grid{min-height:auto;padding:42px 0}.registration-page .registration-hero h1{font-size:36px}}
@media(max-width:480px){.registration-page .registration-hero h1{font-size:33px}}

/* Página pública de talleres disponibles */
.workshops-page{background:#f7f9fc}.workshops-page header nav a.active{color:var(--blue);border-bottom-color:var(--yellow)}.workshops-hero{position:relative;overflow:hidden;color:#fff;border-bottom:5px solid var(--yellow);background:linear-gradient(120deg,#031e4c,#0752a3)}.workshops-hero:after{content:"";position:absolute;right:-120px;top:-210px;width:470px;height:470px;border:72px solid rgba(255,255,255,.055);border-radius:50%}.workshops-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 190px;align-items:center;gap:70px;min-height:350px;padding:62px 0}.workshops-hero h1{margin:13px 0 14px;color:#fff;font-size:clamp(42px,6vw,68px);line-height:1}.workshops-hero p{max-width:720px;margin:0;color:#d7e5f2;font-size:15px;line-height:1.7}.workshops-hero-mark{display:grid;place-items:center;width:180px;height:180px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.08);text-align:center}.workshops-hero-mark strong{align-self:end;color:#fff;font:700 52px/1 Georgia,serif}.workshops-hero-mark span{align-self:start;max-width:110px;margin-top:7px;color:#f5d78d;font-size:10px;font-weight:800;line-height:1.3}.workshops-content{padding:64px 0 95px}.workshops-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:27px}.workshops-heading h2{max-width:680px;margin:11px 0 0;font-size:34px}.workshops-heading>p{max-width:410px;margin:0;color:#647681;font-size:13px;line-height:1.6;text-align:right}.workshops-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.workshop-card{overflow:hidden;display:flex;min-width:0;flex-direction:column;border:1px solid #dbe2e7;border-radius:12px;background:#fff;box-shadow:0 9px 27px rgba(3,30,76,.06);transition:.2s}.workshop-card:hover{border-color:#b7cde2;transform:translateY(-4px);box-shadow:0 16px 35px rgba(3,30,76,.11)}.workshop-card-image{position:relative;overflow:hidden;display:block;aspect-ratio:16/9;background:linear-gradient(135deg,#0752a3,#031e4c)}.workshop-card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.workshop-card:hover .workshop-card-image img{transform:scale(1.035)}.workshop-card-image>span{display:grid;place-items:center;width:100%;height:100%;color:#fff;text-align:center}.workshop-card-image>span b,.workshop-card-image>span small{display:block}.workshop-card-image>span b{font-size:13px;letter-spacing:.14em}.workshop-card-image>span small{margin-top:6px;color:#c5d8e8;font-size:9px}.workshop-card-image>i{position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#031e4c;background:var(--yellow);font-size:10px;font-style:normal;font-weight:900}.workshop-card-body{display:flex;flex:1;flex-direction:column;padding:20px}.workshop-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.workshop-card-meta span{color:#28775a;font-size:8px;font-weight:900;letter-spacing:.1em}.workshop-card-meta strong{color:#0752a3;font-size:13px}.workshop-card-body h2{margin:10px 0 0;font-size:23px;line-height:1.16}.workshop-card-body h3{margin:5px 0 0;color:#526b7d;font:700 13px/1.35 Arial,sans-serif}.workshop-card-body>p{display:-webkit-box;overflow:hidden;margin:11px 0 18px;color:#647681;font-size:12px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}.workshop-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:14px;border-top:1px solid #e9edef}.workshop-card-footer>span{color:#7b8b92;font-size:9px}.workshop-card-footer>a{display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:7px;color:#fff;background:#0752a3;font-size:10px;font-weight:900}.workshop-card-footer>a:hover{color:#031e4c;background:var(--yellow)}.workshops-empty{padding:55px 25px;border:1px dashed #b9c8d2;border-radius:12px;background:#fff;text-align:center}.workshops-empty>span{color:#0752a3;font-size:9px;font-weight:900;letter-spacing:.15em}.workshops-empty h2{margin:11px 0 8px;font-size:30px}.workshops-empty p{color:#6c7c84}.workshops-empty .btn{margin-top:10px}
@media(max-width:1000px){.workshops-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workshops-hero-grid{gap:35px}.workshops-heading{align-items:flex-start;flex-direction:column;gap:8px}.workshops-heading>p{text-align:left}}
@media(max-width:680px){.workshops-hero-grid{grid-template-columns:1fr;min-height:auto;padding:48px 0}.workshops-hero-mark{display:none}.workshops-hero h1{font-size:40px}.workshops-content{padding:45px 0 75px}.workshops-heading h2{font-size:28px}.workshops-grid{grid-template-columns:1fr}.workshop-card-body{padding:18px}.workshop-card-body h2{font-size:22px}}

/* Recursos públicos ordenados en tres bloques */
.resource-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:1050px){.resource-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.resource-cards{grid-template-columns:1fr}}

/* Colaborador tecnológico */
.activaweb-credit{position:relative;overflow:hidden;padding:48px 0;border-top:1px solid #d6e2ee;border-bottom:5px solid var(--yellow);background:linear-gradient(110deg,#f7faff 0,#fff 58%,#eef5fc 100%)}
.activaweb-credit:after{content:"GO";position:absolute;right:3%;top:50%;color:rgba(7,82,163,.035);font:900 180px/1 Arial,sans-serif;transform:translateY(-50%);pointer-events:none}
.activaweb-credit-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(300px,1fr) minmax(280px,430px) auto;align-items:center;gap:40px}
.activaweb-kicker{display:block;margin-bottom:9px;color:var(--blue);font-size:9px;font-weight:900;letter-spacing:.18em}
.activaweb-copy h2{max-width:550px;margin:0 0 10px;font-size:29px;line-height:1.14}
.activaweb-copy h2 strong{color:var(--blue);font-weight:inherit}
.activaweb-copy p{max-width:570px;margin:0;color:var(--muted);font-size:12px;line-height:1.65}
.activaweb-logo{display:flex;align-items:center;justify-content:center;min-height:108px;padding:20px 25px;border:1px solid #1264c3;border-radius:14px;background:#061b3a;box-shadow:0 14px 38px rgba(3,30,76,.16);transition:.22s ease}
.activaweb-logo:hover{border-color:#19b65b;transform:translateY(-3px);box-shadow:0 19px 42px rgba(3,30,76,.2)}
.activaweb-logo img{display:block;width:100%;height:auto;max-height:72px;object-fit:contain}
.activaweb-link{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:47px;padding:0 18px;border:1px solid var(--blue);border-radius:7px;color:var(--blue);background:#fff;font-size:11px;font-weight:900;white-space:nowrap;transition:.2s ease}
.activaweb-link:hover{color:#fff;background:var(--blue);transform:translateY(-2px)}
.activaweb-link span{font-size:16px}

@media(max-width:980px){
 .activaweb-credit-inner{grid-template-columns:1fr minmax(260px,380px)}
 .activaweb-link{grid-column:1/-1;width:max-content}
}

@media(max-width:780px){
 .activaweb-credit{padding:42px 0}
 .activaweb-credit:after{right:-35px;font-size:120px}
 .activaweb-credit-inner{grid-template-columns:1fr;gap:20px;text-align:center}
 .activaweb-copy h2,.activaweb-copy p{margin-left:auto;margin-right:auto}
 .activaweb-copy h2{font-size:25px}
 .activaweb-logo{width:100%;min-height:95px;padding:18px 22px}
 .activaweb-logo img{max-height:62px}
 .activaweb-link{grid-column:auto;width:100%}
}

/* Legibilidad general: tamaños mínimos cómodos sin alterar la jerarquía visual */
body{font-size:16px;line-height:1.55}
.topbar{font-size:13px}
.brand small{font-size:11px;line-height:1.35}
nav a{font-size:13px}
.pill{font-size:13px}
.eyebrow{font-size:12px;line-height:1.4}
.btn,.text-link{font-size:14px}
.trust span{font-size:11px;line-height:1.35}
.float-card small{font-size:12px}
.float-note{font-size:12px}
.strip{font-size:12px}
.card p,.step-grid p,.notice p,.accordion article p{font-size:15px}
.card>a,.static-card-link,.notice a{font-size:14px}
.card small,.downloads small{font-size:11px}
.crumb{font-size:13px}
.chart-top span,.chart-labels,.downloads span{font-size:12px}
.filters button{font-size:13px}
.contact-info small{font-size:12px}
.hours span{font-size:14px}
.form label{font-size:14px}
.form input,.form textarea,.form select{font-size:16px}
.footer-grid>div:first-child>p{font-size:14px}
.footer-grid>div:not(:first-child)>a{font-size:14px;line-height:1.45}
.copyright{font-size:12px;line-height:1.45}
.route-note{font-size:14px}
.tests-promo-copy>span{font-size:11px}
.tests-promo-copy p{font-size:14px}
.tests-promo-features li{font-size:12px}
.tests-promo-actions>a{font-size:13px}
.tests-promo-actions small{font-size:12px}
.mobile-teacher-brand small{font-size:10px}
.mobile-teacher-bar>a{font-size:13px}
.registration-form-heading p,.registration-privacy,.field-help,.field-error{font-size:14px}
.registration-field legend,.registration-consent{font-size:15px}
.registration-field input,.registration-field textarea,.registration-field select{font-size:16px}

@media(max-width:1050px){nav a{font-size:12px}}
@media(max-width:780px){
 nav a{font-size:16px;line-height:1.4}
 .brand strong{font-size:19px}
 .brand small{font-size:10px}
 .hero-copy>p,.page-hero p{font-size:17px}
 .card p,.step-grid p,.notice p,.accordion article p{font-size:16px}
 .footer-grid>div:not(:first-child)>a{font-size:15px}
 .copyright{font-size:13px}
}
@media(max-width:480px){.trust span{font-size:10px}}

/* Sello de calidad Aula Entretenida en el hero */
.hero-quality-seal{position:absolute;z-index:4;right:-6px;top:18px;width:164px;margin:0;text-align:center;transform:rotate(2deg);filter:drop-shadow(0 14px 24px rgba(3,30,76,.2))}
.hero-quality-seal span{display:inline-block;position:relative;z-index:2;margin-bottom:-8px;padding:7px 11px;border-radius:99px;color:#fff;background:var(--ink);box-shadow:0 5px 14px rgba(3,30,76,.18);font-size:10px;font-weight:900;line-height:1;letter-spacing:.1em;white-space:nowrap}
.hero-quality-seal img{display:block;width:100%;height:auto;aspect-ratio:1;border:5px solid #fff;border-radius:50%;background:#fff;object-fit:cover;clip-path:circle(50%);box-shadow:0 0 0 3px rgba(218,150,12,.75)}

@media(max-width:780px){
 .hero-quality-seal{right:2px;top:8px;width:126px}
 .hero-quality-seal span{padding:6px 8px;font-size:8px}
 .hero-quality-seal img{border-width:4px}
}

@media(max-width:420px){
 .hero-quality-seal{right:0;top:5px;width:108px}
 .hero-quality-seal span{font-size:7px;letter-spacing:.07em}
}

/* Ícono oficial de WhatsApp en el botón flotante */
.whatsapp{font-size:0}
.whatsapp::before{content:"";display:block;width:29px;height:32px;background:#fff;-webkit-mask:url('../img/whatsapp.svg') center/contain no-repeat;mask:url('../img/whatsapp.svg') center/contain no-repeat}

@media(max-width:780px){.whatsapp::before{width:26px;height:29px}}

/* Accesos principales bajo el hero */
.access-hub{position:relative;overflow:hidden;padding:38px 0 42px;border-top:4px solid var(--yellow);background:linear-gradient(125deg,#0752a3 0%,#0b63bc 62%,#0752a3 100%)}
.access-hub:after{content:"";position:absolute;right:-115px;top:-210px;width:430px;height:430px;border:66px solid rgba(255,255,255,.055);border-radius:50%;pointer-events:none}
.access-hub>.container{position:relative;z-index:1}
.access-hub-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:22px;color:#fff}
.access-hub-heading>div>span{display:block;margin-bottom:7px;color:#ffe09a;font-size:10px;font-weight:900;letter-spacing:.18em}
.access-hub-heading h2{margin:0;color:#fff;font-size:30px;line-height:1.08}
.access-hub-heading>p{max-width:480px;margin:0;color:#d7e7f7;font-size:14px;line-height:1.55;text-align:right}
.access-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.access-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;min-width:0;min-height:220px;padding:22px;border:1px solid rgba(255,255,255,.18);border-radius:14px;color:#fff;background:rgba(3,30,76,.32);box-shadow:0 13px 30px rgba(3,30,76,.16);backdrop-filter:blur(7px);transition:.2s ease}
.access-card:hover{border-color:rgba(255,255,255,.36);background:rgba(3,30,76,.43);transform:translateY(-3px)}
.access-card-icon{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:12px;color:var(--ink);background:#fff;font-size:19px;font-weight:900}
.access-card-tests .access-card-icon{background:var(--yellow)}
.access-card-tabs .access-card-icon{color:#0752a3;background:#e8f2ff}
.access-card-workshops .access-card-icon{color:#715000;background:#ffe28f}
.access-card small{display:block;margin:2px 0 6px;color:#bcd6ef;font-size:9px;font-weight:900;letter-spacing:.13em}
.access-card h3{margin:0 0 7px;color:#fff;font:700 21px/1.16 Georgia,serif}
.access-card p{margin:0;color:#d6e5f2;font-size:13px;line-height:1.55}
.access-card>a{grid-column:1/-1;align-self:end;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:46px;margin-top:7px;padding:0 15px;border-radius:8px;color:var(--ink);background:#fff;font-size:13px;font-weight:900;transition:.18s}
.access-card>a:hover{color:var(--ink);background:#fff4d6;transform:translateY(-1px)}
.access-card-workshops>a{background:var(--yellow)}

@media(max-width:900px){
 .access-hub-grid{grid-template-columns:1fr 1fr}
 .access-card-workshops{grid-column:1/-1;grid-template-columns:auto minmax(0,1fr) auto;min-height:auto}
 .access-card-workshops>a{grid-column:3;align-self:center;min-width:220px;margin:0}
}

@media(max-width:780px){
 .access-hub{padding:31px 0 35px}
 .access-hub-heading{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:18px}
 .access-hub-heading h2{font-size:26px}
 .access-hub-heading>p{text-align:left}
 .access-hub-grid{grid-template-columns:1fr;gap:11px}
 .access-card,.access-card-workshops{grid-column:auto;grid-template-columns:auto minmax(0,1fr);min-height:auto;padding:18px}
 .access-card-workshops>a,.access-card>a{grid-column:1/-1;width:100%;min-width:0;margin-top:4px}
 .access-card p{font-size:14px}
 .footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}
 .footer-grid>div:first-child{grid-column:1/-1}
 .footer-grid>div:last-child{grid-column:1/-1;padding-top:4px;border-top:1px solid rgba(255,255,255,.1)}
 .footer-grid>div:last-child>a{display:inline-block;margin:9px 18px 4px 0}
 footer .brand{max-width:100%}
 footer .brand img{width:170px;height:78px}
 .copyright{padding-bottom:98px}
 nav a{min-height:45px}
}

@media(max-width:420px){
 .access-hub-heading h2{font-size:24px}
 .access-card{grid-template-columns:40px minmax(0,1fr);padding:16px}
 .access-card-icon{width:40px;height:40px}
 .access-card h3{font-size:19px}
 .footer-grid{gap:26px 16px}
 .footer-grid h3{font-size:16px}
 .footer-grid>div:not(:first-child)>a{font-size:14px}
}


/* =========================================================
   SISTEMA VISUAL PÚBLICO V3 · RUTA DOCENTE
   Encabezado, navegación, componentes y footer unificados
   ========================================================= */
:root{
 --ink:#082650;--muted:#587094;--blue:#0864bd;--blue-dark:#052c5c;
 --yellow:#e3a21a;--cream:#f7f3eb;--line:#dbe5ef;--white:#fff;
 --green:#25a866;--surface:#f4f7fb;--shadow:0 18px 50px rgba(8,38,80,.09);
 --radius:16px;
}
body{color:var(--ink);background:#fff;line-height:1.55}
.container{width:min(1200px,calc(100% - 40px))}
h1,h2,.card h3,.brand strong{font-family:"Libre Franklin","DM Sans",Arial,sans-serif}
h1,h2{letter-spacing:-.045em}
h1{font-weight:800}
h2{font-weight:750}
.eyebrow{font-size:10px;letter-spacing:.18em}
.eyebrow:before{background:var(--yellow);border-radius:9px}
.btn{border-radius:10px;min-height:48px;padding:13px 22px;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.btn:hover{box-shadow:0 10px 25px rgba(8,100,189,.18)}

/* Barra superior */
.topbar{background:var(--ink);color:#e9f1fa;font-size:11px}
.topbar .container{height:36px}
.topbar-message{display:flex;align-items:center;gap:9px;font-weight:650;letter-spacing:.035em}
.topbar-message i{width:7px;height:7px;border-radius:50%;background:#55c985;box-shadow:0 0 0 4px rgba(85,201,133,.12)}
.topbar-contact{display:flex;align-items:center;gap:22px}
.topbar a{margin:0;color:#dce8f7;transition:color .2s}
.topbar a:hover{color:#fff}

/* Encabezado y menú */
.site-header{height:78px;border-bottom:1px solid #e5edf5;background:rgba(255,255,255,.97);box-shadow:0 4px 18px rgba(8,38,80,.035)}
.site-header .header-inner{gap:24px}
.site-header .brand{min-width:205px}
.site-header .brand img{width:48px;height:48px;border-radius:50%;box-shadow:0 5px 16px rgba(8,38,80,.1)}
.site-header .brand strong{font-size:18px;font-weight:800;letter-spacing:-.035em}
.site-header .brand small{font-size:8px;color:#71839c;letter-spacing:.15em}
.site-nav{display:flex;align-items:center;gap:4px;margin-left:auto}
.site-nav>a,.nav-dropdown-toggle{
 display:flex;align-items:center;min-height:42px;padding:0 12px;border:0;border-radius:9px;
 background:transparent;color:#284768;font-size:11px;font-weight:800;white-space:nowrap;cursor:pointer;
 transition:background .18s ease,color .18s ease;
}
.site-nav>a{border-bottom:0}
.site-nav>a:hover,.site-nav>a.active,.nav-dropdown-toggle:hover,.nav-dropdown-toggle.active{
 color:var(--blue);background:#edf5fd;border-bottom-color:transparent
}
.nav-dropdown{position:relative}
.nav-dropdown-toggle{gap:6px}
.nav-dropdown-toggle span{font-size:14px;transition:transform .2s}
.nav-dropdown-menu{
 position:absolute;top:calc(100% + 14px);left:50%;width:330px;padding:10px;
 border:1px solid #dce7f1;border-radius:14px;background:#fff;box-shadow:0 22px 55px rgba(8,38,80,.16);
 opacity:0;visibility:hidden;transform:translate(-50%,-7px);transition:.2s ease;
}
.nav-dropdown-menu:before{content:"";position:absolute;left:50%;top:-7px;width:13px;height:13px;background:#fff;border-left:1px solid #dce7f1;border-top:1px solid #dce7f1;transform:translateX(-50%) rotate(45deg)}
.nav-dropdown-menu a{position:relative;display:block;padding:11px 12px;border:0;border-radius:9px;white-space:normal}
.nav-dropdown-menu a:hover,.nav-dropdown-menu a.active{background:#f1f6fc;border:0}
.nav-dropdown-menu b{display:block;color:var(--ink);font-size:12px}
.nav-dropdown-menu small{display:block;margin-top:2px;color:#7588a2;font-size:10px;font-weight:500}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.nav-dropdown.open .nav-dropdown-toggle span{transform:rotate(180deg)}
.site-header .header-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:10px;background:var(--blue);color:#fff;border-color:var(--blue)}
.site-header .header-cta:hover{background:var(--blue-dark)}
.menu{width:44px;height:44px;padding:10px;border:1px solid #dbe5ef;border-radius:10px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.menu span{display:block;width:20px;height:2px;border-radius:2px;background:var(--ink);transition:.2s}

/* Línea visual general */
.home-hero,.page-hero,.static-hero{background:var(--surface)}
.hero-grid{min-height:610px}
.hero-visual>img,.static-hero img,.page-photo img{border-radius:20px;filter:none}
.static-hero .wrap{min-height:440px}
.static-hero h1,.page-hero h1{font-size:clamp(42px,4.5vw,58px)}
.static-hero p,.page-hero p{max-width:650px}
.section{padding:84px 0}
.split-section{padding:88px 0;background:#f8fafc}
.intro,.section-title{max-width:760px}
.intro h2,.section-title h2{font-size:clamp(32px,3.5vw,44px)}
.cards{gap:20px}
.card{min-height:250px;padding:27px 24px;border-color:#dce6f0;border-radius:var(--radius);box-shadow:0 8px 24px rgba(8,38,80,.035)}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#aac9e8}
.icon{width:46px;height:46px;border-radius:12px;margin-bottom:22px}
.gallery img,.rich-grid>img,.split-section img{border-radius:16px}
.contact-card,.registration-card,.faq-item,.resource-card,.test-card{border-radius:var(--radius)}
input,textarea,select{border-radius:10px}

/* CTA común */
.footer-cta{position:relative;overflow:hidden;background:var(--blue);color:#fff}
.footer-cta:after{content:"RD";position:absolute;right:5%;top:50%;transform:translateY(-50%);font:800 170px/1 "Libre Franklin",sans-serif;color:rgba(255,255,255,.045);pointer-events:none}
.footer-cta-inner{position:relative;z-index:1;min-height:270px;display:flex;align-items:center;justify-content:space-between;gap:70px}
.footer-cta h2{max-width:650px;margin:12px 0;color:#fff;font-size:clamp(34px,4vw,48px)}
.footer-cta p{max-width:690px;margin:0;color:#d9e9fa;line-height:1.7}
.footer-cta-actions{display:flex;align-items:center;gap:22px;flex:0 0 auto}
.footer-text-link{color:#fff;font-size:12px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:4px}
.eyebrow.pale{color:#fff}

/* Footer */
.site-footer{background:var(--ink);color:#dce8f5;padding-top:68px}
.site-footer .footer-grid{grid-template-columns:1.35fr .72fr .9fr 1fr;gap:58px;padding:0 0 56px}
.site-footer .brand strong{color:#fff}
.site-footer .brand small{color:#9fb4cb}
.site-footer .footer-brand-column>p{max-width:360px;margin:22px 0;color:#afc0d3;font-size:12px;line-height:1.75}
.footer-project{display:inline-flex;padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:7px;color:#9fb4cb;font-size:10px}
.footer-project b{color:#fff;margin-left:4px}
.site-footer h3{margin:4px 0 20px;color:#fff;font-size:11px;letter-spacing:.14em;text-transform:uppercase}
.site-footer .footer-grid>div:not(:first-child)>a{display:block;margin:0 0 12px;color:#b7c8d9;font-size:12px}
.site-footer .footer-grid a:hover{color:#fff}
.footer-contact-button{margin-top:20px!important;padding:11px 13px;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff!important;text-align:center}
.site-footer .copyright{min-height:58px;border-top:1px solid rgba(255,255,255,.1);color:#89a1ba;font-size:10px}
.site-footer .copyright a{color:#fff;font-weight:800}

/* WhatsApp */
.whatsapp{right:22px;bottom:22px;width:54px;height:54px;border-radius:15px;background:#25d366;box-shadow:0 15px 35px rgba(17,94,46,.28);display:grid;place-items:center}
.whatsapp img{width:27px;height:27px;filter:brightness(0) invert(1)}

/* Franja GoCreative */
.activaweb-credit{border-top:1px solid #dce6f0;background:#f5f8fc}
.activaweb-credit:after{color:rgba(8,38,80,.035)}
.activaweb-logo{background:#061b3a;border-color:#123f73}
.activaweb-copy h2 strong{color:var(--blue)}

/* Tablet */
@media(max-width:1100px){
 .site-header .brand{min-width:auto}
 .site-header .brand small{display:none}
 .site-nav>a,.nav-dropdown-toggle{padding:0 9px}
 .site-header .header-inner{gap:14px}
 .site-footer .footer-grid{grid-template-columns:1.2fr .8fr .9fr;gap:40px}
 .site-footer .footer-contact{grid-column:2/4}
}

/* Móvil */
@media(max-width:900px){
 body{padding-bottom:68px}
 .container{width:min(100% - 30px,720px)}
 .topbar .container{height:32px;justify-content:center}
 .topbar-message{font-size:9px}
 .topbar-contact{display:none}
 .site-header{height:68px;top:0}
 .site-header .header-inner{gap:10px}
 .site-header .brand{margin-right:auto}
 .site-header .brand img{width:42px;height:42px}
 .site-header .brand strong{font-size:16px}
 .menu{display:flex;order:3}
 .site-header .header-cta{display:none}
 .site-nav{
   position:absolute;left:15px;right:15px;top:calc(100% + 8px);display:block;max-height:calc(100vh - 125px);
   margin:0;padding:10px;border:1px solid #dbe5ef;border-radius:16px;background:#fff;
   box-shadow:0 24px 60px rgba(8,38,80,.2);overflow:auto;
   opacity:0;visibility:hidden;transform:translateY(-10px);transition:.2s ease;
 }
 .site-nav.open{opacity:1;visibility:visible;transform:translateY(0)}
 .site-nav>a,.nav-dropdown-toggle{width:100%;min-height:46px;padding:0 13px;border-radius:10px;font-size:12px;text-align:left;justify-content:space-between}
 .nav-dropdown{width:100%}
 .nav-dropdown-menu{
   position:static;width:100%;max-height:0;padding:0 8px;border:0;border-radius:10px;background:#f5f8fc;box-shadow:none;
   opacity:1;visibility:visible;overflow:hidden;transform:none;transition:max-height .25s ease,padding .25s ease
 }
 .nav-dropdown-menu:before{display:none}
 .nav-dropdown.open .nav-dropdown-menu{max-height:390px;padding:8px;transform:none}
 .nav-dropdown-menu a{padding:10px}
 .nav-dropdown:hover .nav-dropdown-menu:not(:focus-within){transform:none}
 body.nav-open{overflow:hidden}
 .menu[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
 .menu[aria-expanded="true"] span:nth-child(2){opacity:0}
 .menu[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
 .hero-grid{min-height:auto;grid-template-columns:1fr;gap:32px;padding:58px 0 48px}
 .hero-copy h1,h1{font-size:clamp(38px,11vw,52px);line-height:1.04}
 h2{font-size:clamp(30px,8vw,39px)}
 .hero-copy>p,.page-hero p,.static-hero p{font-size:15px;line-height:1.65}
 .hero-visual{height:390px}
 .hero-visual>img{width:100%;height:100%;position:relative;border-radius:18px}
 .static-hero .wrap,.page-hero-grid{min-height:auto;grid-template-columns:1fr;gap:28px;padding:56px 0}
 .static-hero img,.page-photo{height:270px;width:100%}
 .section,.split-section{padding:62px 0}
 .cards{grid-template-columns:1fr 1fr}
 .card{min-height:230px}
 .footer-cta-inner{min-height:auto;display:block;padding:58px 0}
 .footer-cta-actions{margin-top:28px}
 .site-footer{padding-top:52px}
 .site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:38px 26px;padding-bottom:42px}
 .site-footer .footer-brand-column{grid-column:1/-1}
 .site-footer .footer-contact{grid-column:auto}
 .site-footer .copyright{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;padding:14px 0}
 .whatsapp{bottom:82px;right:16px;width:50px;height:50px}
}

@media(max-width:560px){
 .container{width:calc(100% - 26px)}
 .site-header .brand strong{font-size:15px}
 .site-header .brand img{width:40px;height:40px}
 .actions{align-items:stretch;flex-direction:column;gap:13px;margin:26px 0 34px}
 .actions .btn,.actions .text-link{text-align:center;justify-content:center}
 .trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
 .trust div{padding-right:8px}
 .trust b{font-size:19px}
 .trust span{font-size:8px}
 .cards{grid-template-columns:1fr}
 .card{min-height:auto;padding:24px 21px}
 .gallery{grid-template-columns:1fr 1fr}
 .footer-cta-actions{display:grid;grid-template-columns:1fr;gap:15px}
 .footer-cta-actions .btn{width:100%}
 .footer-text-link{text-align:center}
 .site-footer .footer-grid{grid-template-columns:1fr}
 .site-footer .footer-contact{grid-column:auto}
 .mobile-teacher-bar{left:10px;right:10px;bottom:8px;width:auto;border-radius:15px}
}


/* =========================================================
   SISTEMA VISUAL PÚBLICO V4 · ESCALA Y CONSISTENCIA
   ========================================================= */
html{font-size:16px}
body{font-size:16px}
.container{width:min(1280px,calc(100% - 48px))}
.site-header{height:92px}
.site-header .header-inner{gap:30px}
.site-header .brand{min-width:250px;gap:14px}
.site-header .brand img{width:62px;height:62px}
.site-header .brand strong{font-size:21px}
.site-header .brand small{display:block;font-size:10px;margin-top:5px}
.site-nav{gap:6px}
.site-nav>a,.nav-dropdown-toggle{min-height:46px;padding:0 14px;font-size:13.5px;letter-spacing:-.01em}
.site-header .header-cta{min-height:48px;padding:0 19px;font-size:13px}
.nav-dropdown-menu{width:360px;padding:12px}
.nav-dropdown-menu a{padding:13px 14px}
.nav-dropdown-menu b{font-size:14px}
.nav-dropdown-menu small{font-size:12px;line-height:1.4}
.topbar{font-size:12.5px}
.topbar .container{height:40px}
.topbar-message{font-size:12px}
.topbar-contact{gap:28px}

/* Escala de lectura común */
main p,
.card p,
.access-card p,
.contact-info>p,
.accordion article p,
.registration-hero p,
.workshops-hero p,
.workshops-heading>p,
.info-rich p,
.registration-form-heading p{
 font-size:15.5px!important;line-height:1.72!important
}
main .lead{font-size:17px!important}
main .eyebrow,
.access-hub-heading>div>span,
.registration-meta span,
.info-card>small,
.bank-card-top small,
.workshops-empty>span{font-size:11.5px!important}
main .text-link,
main .static-card-link,
main .card>a,
.workshop-card a{font-size:14px!important}
main h3,.card h3{font-family:"Libre Franklin","DM Sans",Arial,sans-serif;font-size:21px;line-height:1.3}
main small{font-size:12px}
.btn{min-height:52px;padding:14px 24px;font-size:14px}
.actions{gap:24px}

/* Heroes interiores: misma estructura y lenguaje */
.static-hero,
.registration-hero,
.workshops-hero{
 color:var(--ink);background:var(--surface);border-bottom:1px solid var(--line)
}
.static-hero:before,.registration-hero:after,.workshops-hero:after{display:none}
.static-hero{padding:0}
.static-hero .wrap,
.registration-hero-grid,
.workshops-hero-grid{
 min-height:470px;padding:72px 0;grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);gap:76px
}
.static-hero h1,
.registration-hero h1,
.workshops-hero h1{
 max-width:780px;margin:16px 0 18px;color:var(--ink);font-size:clamp(48px,5vw,66px);line-height:1.04
}
.static-hero p,.registration-hero p,.workshops-hero p{max-width:720px;color:var(--muted)}
.static-hero img{height:350px;border-radius:22px;box-shadow:0 20px 50px rgba(8,38,80,.1)}
.registration-hero .eyebrow.pale,.workshops-hero .eyebrow.pale{color:var(--blue)}
.registration-meta span{padding:9px 13px;color:var(--blue);background:#fff;border:1px solid #cbdceb}
.registration-price,.workshops-hero-mark{
 width:230px;height:190px;margin-left:auto;border:1px solid #cbdceb;border-radius:20px;background:#fff;
 box-shadow:0 20px 50px rgba(8,38,80,.09)
}
.registration-price small{color:var(--blue);font-size:11px}
.registration-price strong{color:var(--ink);font:800 38px/1.1 "Libre Franklin",sans-serif}
.registration-price span{max-width:165px;color:var(--muted);font-size:12px}
.workshops-hero-mark strong{align-self:end;color:var(--blue);font:800 54px/1 "Libre Franklin",sans-serif}
.workshops-hero-mark span{align-self:start;max-width:150px;color:var(--muted);font-size:12px}

/* Inicio alineado con el sistema */
.home-hero{background:var(--surface)}
.hero-grid{min-height:660px}
.hero-copy h1{font-size:clamp(52px,5.3vw,70px)}
.hero-copy>p{font-size:17px!important}
.access-hub{padding:52px 0;background:var(--blue);border-top:0}
.access-hub:after{display:none}
.access-hub-heading{margin-bottom:30px}
.access-hub-heading h2{font-size:37px}
.access-hub-heading>p{font-size:15px!important}
.access-card{padding:27px;border-radius:16px}
.access-card h3{font-size:19px}
.access-card p{font-size:14px!important}
.access-card>a{font-size:13px!important}

/* Secciones, tarjetas e imágenes unificadas */
.section,.registration-content,.workshops-content{padding:88px 0;background:#fff}
.split-section,.tests-process{padding:88px 0;background:var(--surface)}
.intro,.section-title{margin-bottom:52px}
.intro p,.section-title p,.rich-text p{font-size:16px!important}
.cards{gap:24px}
.card,
.registration-field,
.info-card,.bank-card,.help-card,
.workshop-card,.workshops-empty,
.form,.hours{
 border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(8,38,80,.05)
}
.card{min-height:285px;padding:30px 27px}
.card p{font-size:15px!important}
.card .icon{width:52px;height:52px;border-radius:14px;font-size:23px}
.gallery{gap:18px;margin-top:58px}
.gallery img{border-radius:18px}
.rich-grid>img,.tests-process-photo img{border-radius:18px}
.fact{padding:24px;border:1px solid var(--line);border-radius:14px;background:#fff}
.fact b{font-size:16px}
.fact span{font-size:13px}

/* Contacto y preguntas */
.contact-grid,.faq-grid{gap:70px}
.contact-info>a{padding:18px 0;font-size:15px}
.contact-info small{font-size:12px}
.hours{padding:24px}
.hours span{font-size:14px}
.form{padding:34px}
.form label,.registration-field legend{font-size:14px}
.form input,.form textarea,.form select,
.registration-field>input:not([type=file]),.registration-field textarea,.registration-field select{
 min-height:50px;padding:13px 14px;font-size:15px;border-radius:10px
}
.accordion button{padding:24px 0;font-size:16px;font-weight:750}
.accordion article p{font-size:15px!important}

/* Inscripción */
.registration-content{background:#fff}
.registration-grid{gap:34px}
.registration-form-heading h2{font-size:38px}
.registration-form-heading p{font-size:15px!important}
.registration-form{gap:18px}
.registration-field{padding:28px}
.registration-field legend{font-size:15px}
.registration-aside{top:125px;gap:20px}
.info-card,.bank-card,.help-card{padding:30px}
.info-card h2,.bank-card h2{font-size:24px}
.info-rich p{font-size:14.5px!important}
.bank-card{color:#fff;background:var(--ink);border:0}
.help-card{background:#fffaf0}

/* Talleres */
.workshops-content{background:#fff}
.workshops-heading{margin-bottom:38px}
.workshops-heading h2{font-size:40px}
.workshops-heading>p{font-size:15px!important}
.workshops-grid{gap:24px}
.workshop-card{border-radius:18px}
.workshop-card-body{padding:26px}
.workshop-card-body p{font-size:15px!important}

/* Tests */
.tests-benefits{background:#fff}
.tests-process-photo{height:500px}
.tests-steps li p{font-size:15px!important}
.tests-cta{background:var(--blue)}

/* Footer más legible */
.site-footer .brand img{width:60px;height:60px}
.site-footer .brand strong{font-size:20px}
.site-footer .brand small{font-size:10px}
.site-footer .footer-brand-column>p{font-size:14px}
.site-footer h3{font-size:13px}
.site-footer .footer-grid>div:not(:first-child)>a{font-size:14px;margin-bottom:14px}
.footer-project{font-size:12px}
.site-footer .copyright{font-size:12px}
.footer-cta p{font-size:16px!important}

/* Tablet */
@media(max-width:1180px){
 .container{width:min(100% - 40px,1100px)}
 .site-header .brand{min-width:auto}
 .site-header .brand small{display:none}
 .site-nav>a,.nav-dropdown-toggle{padding:0 10px;font-size:12.5px}
 .site-header .header-inner{gap:16px}
}
@media(max-width:980px){
 .site-header{height:78px}
 .site-header .brand img{width:54px;height:54px}
 .site-header .brand strong{font-size:19px}
 .menu{width:48px;height:48px}
 .site-nav{top:calc(100% + 10px)}
 .site-nav>a,.nav-dropdown-toggle{min-height:52px;font-size:15px;padding:0 16px}
 .nav-dropdown-menu b{font-size:14px}
 .nav-dropdown-menu small{font-size:12px}
 .static-hero .wrap,.registration-hero-grid,.workshops-hero-grid{
   min-height:auto;grid-template-columns:1fr;gap:34px;padding:64px 0
 }
 .registration-price,.workshops-hero-mark{margin:0;width:100%;height:auto;min-height:150px}
 .registration-price span{max-width:none}
 .contact-grid,.faq-grid,.registration-grid{grid-template-columns:1fr;gap:45px}
 .registration-aside{position:static}
}

/* Celulares */
@media(max-width:620px){
 body{font-size:16px}
 .container{width:calc(100% - 30px)}
 .topbar-message{font-size:11px}
 .site-header{height:74px}
 .site-header .brand{gap:10px}
 .site-header .brand img{width:50px;height:50px}
 .site-header .brand strong{font-size:18px}
 .menu{width:46px;height:46px}
 .static-hero .wrap,.registration-hero-grid,.workshops-hero-grid{padding:52px 0}
 .static-hero h1,.registration-hero h1,.workshops-hero h1,.hero-copy h1{
   font-size:clamp(38px,11vw,48px)
 }
 main p,.card p,.access-card p,.info-rich p{font-size:15px!important}
 .section,.registration-content,.workshops-content,.split-section,.tests-process{padding:62px 0}
 .card{min-height:auto;padding:26px 23px}
 .gallery{grid-template-columns:1fr;grid-template-rows:none}
 .gallery img,.gallery img:first-child{height:240px;grid-row:auto}
 .form,.registration-field,.info-card,.bank-card,.help-card{padding:23px}
 .workshops-heading h2,.registration-form-heading h2{font-size:32px}
 .footer-cta p{font-size:15px!important}
 .site-footer .footer-brand-column>p,.site-footer .footer-grid>div:not(:first-child)>a{font-size:14px}
}


/* =========================================================
   SISTEMA VISUAL PÚBLICO V5 · LOGO COMPLETO Y HERO FOTOGRÁFICO
   ========================================================= */

/* Logo horizontal completo: sin máscara circular ni texto duplicado */
.site-header{height:104px}
.site-header .brand{width:210px;min-width:210px;height:88px;gap:0}
.site-header .brand>img{
 width:190px;height:84px;border-radius:0;object-fit:contain;background:transparent;
 box-shadow:none;filter:none
}
.site-header .brand>div{display:none}
.site-header .header-inner{gap:28px}
.site-footer .brand{width:210px;min-width:210px}
.site-footer .brand>img{width:190px;height:94px;border-radius:0;object-fit:contain;background:#fff;box-shadow:none}
.site-footer .brand>div{display:none}

/* Patrón de portada común */
.home-hero,.static-hero,.registration-hero,.workshops-hero{
 position:relative;isolation:isolate;overflow:hidden;color:#fff;background:#082650
}
.home-hero:before{display:none}
.static-hero:after,.registration-hero:before,.workshops-hero:before{
 content:"";display:block;position:absolute;inset:0;z-index:1;background:rgba(4,25,57,.72);pointer-events:none
}
.static-hero .wrap,.registration-hero-grid,.workshops-hero-grid{
 position:relative;z-index:2;min-height:570px;padding:82px 0;display:flex;align-items:center
}
.static-hero .wrap>div:first-child,.registration-hero-grid>div:first-child,.workshops-hero-grid>div:first-child{
 position:relative;z-index:3;width:min(760px,68%);max-width:760px
}
.static-hero .wrap>img{
 position:absolute;left:50%;top:0;z-index:-1;width:100vw;max-width:none;height:100%;
 transform:translateX(-50%);object-fit:cover;border-radius:0;box-shadow:none
}
.tests-static-hero .hero-image-frame{
 position:absolute;left:50%;top:0;z-index:-1;width:100vw;height:100%;transform:translateX(-50%);
 border:0;border-radius:0;background:transparent;box-shadow:none;overflow:hidden
}
.tests-static-hero .hero-image-frame img{width:100%;height:100%;object-fit:cover;border-radius:0}
.tests-static-hero .hero-image-frame>span{display:none}
.static-hero h1,.registration-hero h1,.workshops-hero h1{
 max-width:800px;color:#fff;text-shadow:0 3px 22px rgba(0,0,0,.25)
}
.static-hero p,.registration-hero p,.workshops-hero p{
 max-width:700px;color:#eef5fc!important;text-shadow:0 2px 12px rgba(0,0,0,.2)
}
.static-hero .eyebrow,.registration-hero .eyebrow.pale,.workshops-hero .eyebrow.pale{color:#ffd36c}
.static-hero .eyebrow:before,.registration-hero .eyebrow:before,.workshops-hero .eyebrow:before{background:#f0ad24}
.static-hero .actions,.registration-hero .actions,.workshops-hero .actions{margin-bottom:0}
.static-hero .btn,.registration-hero .btn,.workshops-hero .btn{
 color:var(--ink);background:#fff;border-color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.16)
}
.static-hero .btn:hover,.registration-hero .btn:hover,.workshops-hero .btn:hover{color:#fff;background:var(--blue);border-color:var(--blue)}
.static-hero .text-link,.registration-hero .text-link,.workshops-hero .text-link{color:#fff;border-bottom-color:rgba(255,255,255,.7)}

/* Inicio con fotografía a pantalla completa */
.home-hero{min-height:700px}
.home-hero .hero-grid{
 position:relative;min-height:700px;display:flex;align-items:center;padding:86px 0
}
.home-hero .hero-copy{position:relative;z-index:3;width:min(760px,68%);max-width:760px}
.home-hero .hero-visual{
 position:absolute;left:50%;top:0;z-index:0;width:100vw;height:100%;transform:translateX(-50%)
}
.home-hero .hero-visual>img{
 position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;filter:none
}
.home-hero .hero-visual:after{
 content:"";position:absolute;inset:0;z-index:1;background:rgba(4,25,57,.72)
}
.home-hero .hero-quality-seal,.home-hero .float-card{display:none}
.home-hero .hero-copy h1{color:#fff;text-shadow:0 3px 22px rgba(0,0,0,.25)}
.home-hero .hero-copy h1 em{color:#ffd36c;font-style:normal}
.home-hero .hero-copy>p{color:#eef5fc!important;text-shadow:0 2px 12px rgba(0,0,0,.2)}
.home-hero .hero-copy .eyebrow{color:#ffd36c}
.home-hero .hero-copy .eyebrow:before{background:#f0ad24}
.home-hero .hero-copy .btn{color:var(--ink);background:#fff;border-color:#fff}
.home-hero .hero-copy .btn:hover{color:#fff;background:var(--blue);border-color:var(--blue)}
.home-hero .hero-copy .text-link{color:#fff;border-bottom-color:rgba(255,255,255,.7)}
.home-hero .trust{border-top-color:rgba(255,255,255,.28)}
.home-hero .trust div{border-right-color:rgba(255,255,255,.25)}
.home-hero .trust b{color:#fff}
.home-hero .trust span{color:#dce9f6}

/* Portadas fotográficas de páginas sin imagen en el HTML */
.registration-hero{
 background-image:url("https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1900&q=86");
 background-size:cover;background-position:center
}
.workshops-hero{
 background-image:url("https://images.unsplash.com/photo-1524178232363-1fb2b075b655?auto=format&fit=crop&w=1900&q=86");
 background-size:cover;background-position:center
}
.registration-price,.workshops-hero-mark{
 position:relative;z-index:3;margin-left:auto;color:#fff;background:rgba(5,34,75,.82);
 border:1px solid rgba(255,255,255,.35);box-shadow:0 18px 45px rgba(0,0,0,.23);
 backdrop-filter:blur(8px)
}
.registration-price small{color:#ffd36c}
.registration-price strong,.workshops-hero-mark strong{color:#fff}
.registration-price span,.workshops-hero-mark span{color:#e4eef8}
.registration-meta span{color:#fff;background:rgba(5,34,75,.72);border-color:rgba(255,255,255,.35)}

/* Mobile */
@media(max-width:1180px){
 .site-header .brand{width:180px;min-width:180px}
 .site-header .brand>img{width:170px;height:78px}
 .site-nav>a,.nav-dropdown-toggle{padding:0 9px;font-size:12.5px}
}
@media(max-width:980px){
 .site-header{height:82px}
 .site-header .brand{width:160px;min-width:160px;height:70px}
 .site-header .brand>img{width:150px;height:68px}
 .static-hero .wrap,.registration-hero-grid,.workshops-hero-grid,.home-hero .hero-grid{
   min-height:580px;padding:68px 0
 }
 .static-hero .wrap>div:first-child,.registration-hero-grid>div:first-child,
 .workshops-hero-grid>div:first-child,.home-hero .hero-copy{width:min(680px,88%)}
 .registration-price,.workshops-hero-mark{position:absolute;right:0;bottom:42px;width:210px;min-height:120px;height:auto}
}
@media(max-width:620px){
 .site-header{height:76px}
 .site-header .brand{width:150px;min-width:150px;height:66px}
 .site-header .brand>img{width:145px;height:64px}
 .static-hero .wrap,.registration-hero-grid,.workshops-hero-grid,.home-hero .hero-grid{
   min-height:610px;padding:62px 0
 }
 .static-hero .wrap>div:first-child,.registration-hero-grid>div:first-child,
 .workshops-hero-grid>div:first-child,.home-hero .hero-copy{width:100%;max-width:none}
 .static-hero:after,.registration-hero:before,.workshops-hero:before,.home-hero .hero-visual:after{background:rgba(4,25,57,.76)}
 .registration-price,.workshops-hero-mark{position:relative;right:auto;bottom:auto;margin:28px 0 0;width:100%;min-height:120px}
 .home-hero .trust{gap:6px}
}


/* Contraste robusto para portadas con imagen embebida */
.static-hero .wrap:before{
 content:"";position:absolute;left:50%;top:0;z-index:1;width:100vw;height:100%;
 transform:translateX(-50%);background:rgba(4,25,57,.72);pointer-events:none
}
.static-hero .wrap>img,.tests-static-hero .hero-image-frame{z-index:0}
.static-hero .wrap>div:first-child{z-index:3}
@media(max-width:620px){.static-hero .wrap:before{background:rgba(4,25,57,.77)}}

/* =========================================================
   PÁGINAS INTERIORES V5C · HERO COMPACTO Y TÍTULOS EQUILIBRADOS
   ========================================================= */
.static-hero .wrap,
.registration-hero-grid,
.workshops-hero-grid{
 min-height:420px;padding:54px 0
}
.static-hero .wrap>div:first-child,
.registration-hero-grid>div:first-child,
.workshops-hero-grid>div:first-child{
 width:min(720px,68%);max-width:720px
}
.static-hero h1,
.registration-hero h1,
.workshops-hero h1{
 max-width:720px;margin:12px 0 14px;
 font-size:clamp(40px,4vw,50px);line-height:1.08
}
.static-hero p,
.registration-hero p,
.workshops-hero p{
 max-width:670px;font-size:17px!important;line-height:1.62
}
.static-hero .actions{margin-top:24px}
main>.static-hero~.section .section-title h2,
main>.static-hero~.section .section-head h2,
main>.static-hero~.section .contact-info h2,
main>.static-hero~.section .faq-grid>div:first-child h2,
.workshops-heading h2,
.registration-form-heading h2{
 font-size:clamp(30px,3vw,38px);line-height:1.12
}

@media(max-width:980px){
 .static-hero .wrap,
 .registration-hero-grid,
 .workshops-hero-grid{
  min-height:400px;padding:50px 0
 }
 .static-hero .wrap>div:first-child,
 .registration-hero-grid>div:first-child,
 .workshops-hero-grid>div:first-child{
  width:min(650px,74%);max-width:650px
 }
 .registration-price,.workshops-hero-mark{
  right:0;bottom:30px;width:185px;min-height:105px
 }
}

@media(max-width:620px){
 .static-hero .wrap{
  min-height:400px;padding:42px 0
 }
 .registration-hero-grid,
 .workshops-hero-grid{
  min-height:auto;padding:42px 0
 }
 .static-hero .wrap>div:first-child,
 .registration-hero-grid>div:first-child,
 .workshops-hero-grid>div:first-child{
  width:100%;max-width:none
 }
 .static-hero h1,
 .registration-hero h1,
 .workshops-hero h1{
  font-size:clamp(34px,9.5vw,40px);line-height:1.08
 }
 .static-hero p,
 .registration-hero p,
 .workshops-hero p{
  font-size:15px!important;line-height:1.58
 }
 .static-hero .actions{gap:18px;margin-top:22px}
 .registration-price,.workshops-hero-mark{
  right:auto;bottom:auto;width:100%;min-height:100px;margin-top:22px
 }
 main>.static-hero~.section .section-title h2,
 main>.static-hero~.section .section-head h2,
 main>.static-hero~.section .contact-info h2,
 main>.static-hero~.section .faq-grid>div:first-child h2,
 .workshops-heading h2,
 .registration-form-heading h2{
  font-size:clamp(28px,8.5vw,34px)
 }
}

/* =========================================================
   SISTEMA VISUAL PÚBLICO V6 · INICIO COMPACTO Y MENÚ AMPLIADO
   ========================================================= */

/* Menú de escritorio: más accesos visibles y mejor jerarquía */
.site-header{height:96px}
.site-header .header-inner{gap:16px}
.site-header .brand{
 width:190px;min-width:190px;height:80px;flex:0 0 190px
}
.site-header .brand>img{width:182px;height:78px}
.site-nav{
 flex:1 1 auto;min-width:0;justify-content:flex-end;gap:2px
}
.site-nav>a,.nav-dropdown-toggle{
 min-height:44px;padding:0 9px;border:1px solid transparent;border-radius:11px;
 color:#244568;font-size:12.5px;font-weight:800;letter-spacing:-.012em
}
.site-nav>a:hover,.site-nav>a.active,
.nav-dropdown-toggle:hover,.nav-dropdown-toggle.active{
 color:var(--blue);background:#eef5fc;border-color:#d7e7f7;
 box-shadow:inset 0 -2px 0 rgba(8,100,189,.9)
}
.nav-label-compact{display:none}
.nav-dropdown-menu{
 left:auto;right:0;width:340px;padding:11px;
 transform:translateY(-7px)
}
.nav-dropdown-menu:before{left:auto;right:25px;transform:rotate(45deg)}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu{transform:translateY(0)}
.nav-dropdown-menu a{padding:13px 14px;border-radius:10px}
.nav-dropdown-menu b{font-size:13.5px}
.nav-dropdown-menu small{font-size:11.5px}
.site-header .header-cta{
 min-height:46px;padding:0 15px;border-radius:12px;font-size:12.5px;
 box-shadow:0 10px 24px rgba(8,100,189,.18)
}

/* Hero de Inicio compacto, manteniendo la fotografía de portada */
.home-hero{min-height:560px}
.home-hero .hero-grid{min-height:560px;padding:56px 0}
.home-hero .hero-copy{width:min(690px,66%);max-width:690px}
.home-hero .hero-copy h1{
 max-width:680px;margin:13px 0 16px;
 font-size:clamp(44px,4.65vw,60px);line-height:1.02
}
.home-hero .hero-copy>p{max-width:570px;line-height:1.62!important}
.home-hero .actions{margin:24px 0 30px}
.home-hero .trust{padding-top:19px}

/* Ajuste intermedio para notebook */
@media(max-width:1240px){
 .site-header .brand{width:170px;min-width:170px;flex-basis:170px}
 .site-header .brand>img{width:166px;height:74px}
 .site-header .header-inner{gap:11px}
 .site-nav>a,.nav-dropdown-toggle{padding:0 7px;font-size:12px}
 .nav-label-wide{display:none}
 .nav-label-compact{display:inline}
 .site-header .header-cta{padding:0 12px;font-size:12px}
}

/* Menú desplegable limpio en tablets y pantallas medianas */
@media(max-width:1100px){
 .site-header{height:82px}
 .site-header .brand{
  width:160px;min-width:160px;height:70px;flex-basis:160px;margin-right:auto
 }
 .site-header .brand>img{width:152px;height:68px}
 .menu{display:flex;order:3;flex:0 0 48px;width:48px;height:48px}
 .site-header .header-cta{display:none}
 .site-nav{
  position:absolute;left:18px;right:18px;top:calc(100% + 9px);z-index:30;
  display:grid;grid-template-columns:1fr 1fr;gap:6px;max-height:calc(100vh - 120px);
  margin:0;padding:12px;border:1px solid #d7e4f1;border-radius:18px;background:#fff;
  box-shadow:0 24px 60px rgba(8,38,80,.2);overflow:auto;
  opacity:0;visibility:hidden;transform:translateY(-10px);transition:.2s ease
 }
 .site-nav.open{opacity:1;visibility:visible;transform:translateY(0)}
 .site-nav>a,.nav-dropdown-toggle{
  width:100%;min-height:50px;padding:0 15px;border-radius:11px;
  font-size:14px;text-align:left;justify-content:space-between
 }
 .nav-label-wide{display:inline}
 .nav-label-compact{display:none}
 .nav-dropdown{grid-column:1/-1;width:100%}
 .nav-dropdown-menu{
  position:static;display:grid;grid-template-columns:1fr 1fr;gap:5px;width:100%;
  max-height:0;padding:0 8px;border:0;border-radius:12px;background:#f3f7fb;box-shadow:none;
  opacity:1;visibility:visible;overflow:hidden;transform:none;
  transition:max-height .25s ease,padding .25s ease
 }
 .nav-dropdown-menu:before{display:none}
 .nav-dropdown.open .nav-dropdown-menu{max-height:190px;padding:8px;transform:none}
 .nav-dropdown-menu a{padding:12px}
 .nav-dropdown:hover .nav-dropdown-menu,
 .nav-dropdown:focus-within .nav-dropdown-menu{transform:none}
 body.nav-open{overflow:hidden}
 .home-hero{min-height:530px}
 .home-hero .hero-grid{min-height:530px;padding:52px 0}
 .home-hero .hero-copy{width:min(650px,76%);max-width:650px}
 .home-hero .hero-copy h1{font-size:clamp(42px,5.6vw,56px)}
}

@media(max-width:720px){
 .topbar .container{height:32px;justify-content:center}
 .topbar-contact{display:none}
 .site-header{height:76px}
 .site-header .brand{
  width:150px;min-width:150px;height:66px;flex-basis:150px
 }
 .site-header .brand>img{width:145px;height:64px}
 .menu{width:46px;height:46px;flex-basis:46px}
 .site-nav{left:12px;right:12px;display:block;padding:10px}
 .site-nav>a,.nav-dropdown-toggle{min-height:49px;margin-bottom:3px;font-size:14px}
 .nav-dropdown-menu{grid-template-columns:1fr}
 .nav-dropdown.open .nav-dropdown-menu{max-height:245px}
 .home-hero{min-height:520px}
 .home-hero .hero-grid{min-height:520px;padding:44px 0}
 .home-hero .hero-copy{width:100%;max-width:none}
 .home-hero .hero-copy h1{
  margin:11px 0 14px;font-size:clamp(36px,10vw,44px);line-height:1.04
 }
 .home-hero .hero-copy>p{font-size:15px!important;line-height:1.58!important}
 .home-hero .actions{margin:22px 0 27px}
 .home-hero .trust{padding-top:16px}
}

@media(max-width:420px){
 .home-hero,.home-hero .hero-grid{min-height:auto}
 .home-hero .hero-grid{padding:42px 0}
}

/* =========================================================
   MENÚ PÚBLICO V6B · NAVEGACIÓN SOBRIA Y PROFESIONAL
   ========================================================= */
.topbar-message i{display:none}
.site-header{
 height:92px;border-bottom:1px solid #dce6f0;
 box-shadow:0 5px 20px rgba(8,38,80,.045)
}
.site-header .header-inner{
 width:min(1380px,calc(100% - 40px));gap:18px
}
.site-header .brand{
 width:180px;min-width:180px;height:76px;flex-basis:180px
}
.site-header .brand>img{width:174px;height:74px}
.site-nav{align-self:stretch;gap:4px}
.site-nav>a,.nav-dropdown-toggle{
 position:relative;min-height:100%;padding:0 8px;
 border:0!important;border-radius:0;background:transparent!important;
 box-shadow:none!important;color:#304b6a;font-size:13px;font-weight:700;
 letter-spacing:-.01em
}
.site-nav>a:hover,.site-nav>a.active,
.nav-dropdown-toggle:hover,.nav-dropdown-toggle.active{
 color:var(--blue);background:transparent!important;
 border:0!important;box-shadow:none!important
}
/* Elimina definitivamente el antiguo punto amarillo */
.site-header nav a.active:after,
.site-header .site-nav a.active:after{display:none!important}
.site-nav>a.active:before,
.nav-dropdown-toggle.active:before{
 content:"";position:absolute;left:8px;right:8px;bottom:0;
 height:2px;border-radius:2px;background:var(--blue)
}
.nav-dropdown-toggle{gap:5px}
.nav-dropdown-toggle>span{color:#6f8299;font-size:12px}
.nav-dropdown-menu{
 top:calc(100% + 1px);width:330px;padding:9px;
 border:1px solid #d9e4ef;border-radius:14px;
 box-shadow:0 20px 48px rgba(8,38,80,.14)
}
.nav-dropdown-menu:before{display:none}
.nav-dropdown-menu a{
 padding:13px 14px;border-radius:9px;
 transition:background .18s ease,transform .18s ease
}
.nav-dropdown-menu a:hover{
 background:#f1f6fb;transform:translateX(2px)
}
.nav-dropdown-menu b{font-size:13px}
.nav-dropdown-menu small{font-size:11px}
.site-header .header-cta{
 min-height:44px;padding:0 15px;border:0;border-radius:10px;
 background:var(--blue);box-shadow:none;font-size:12.5px
}
.site-header .header-cta:hover{
 color:#fff;background:var(--blue-dark);box-shadow:0 8px 20px rgba(8,38,80,.15)
}

@media(max-width:1240px){
 .site-header .header-inner{width:min(100% - 32px,1200px);gap:10px}
 .site-header .brand{width:164px;min-width:164px;flex-basis:164px}
 .site-header .brand>img{width:160px;height:70px}
 .site-nav>a,.nav-dropdown-toggle{padding:0 6px;font-size:12px}
 .site-nav>a.active:before,.nav-dropdown-toggle.active:before{left:6px;right:6px}
}

@media(max-width:1100px){
 .site-header{height:80px}
 .site-header .header-inner{width:min(100% - 30px,900px)}
 .site-header .brand{
  width:158px;min-width:158px;height:68px;flex-basis:158px
 }
 .site-header .brand>img{width:152px;height:66px}
 .site-nav{align-self:auto}
 .site-nav>a,.nav-dropdown-toggle{
  min-height:50px;padding:0 15px;border-radius:10px!important;
  background:#fff!important;font-size:14px
 }
 .site-nav>a:hover,.site-nav>a.active,
 .nav-dropdown-toggle:hover,.nav-dropdown-toggle.active{
  background:#eef5fc!important
 }
 .site-nav>a.active:before,.nav-dropdown-toggle.active:before{display:none}
 .nav-dropdown-menu{top:auto}
 .nav-dropdown-menu a:hover{transform:none}
}

@media(max-width:720px){
 .site-header{height:76px}
 .site-header .header-inner{width:calc(100% - 26px)}
 .site-header .brand{
  width:150px;min-width:150px;height:66px;flex-basis:150px
 }
 .site-header .brand>img{width:145px;height:64px}
}

/* WHATSAPP V6C · EVITA DUPLICAR EL SVG REAL */
.whatsapp::before{content:none!important;display:none!important}
.whatsapp>img{display:block!important}

