
@font-face{font-family:Museo;src:url('museo.otf');font-weight:400 500;font-display:swap}@font-face{font-family:Museo;src:url('museo-bold.otf');font-weight:700 900;font-display:swap}@font-face{font-family:Poetsen;src:url('poetsen.woff2');font-display:swap}
:root{--red:#cc3326;--yellow:#ffde00;--ink:#0f1628;--blue:#48539b;--bg:#fafafa;--font:Museo,Arial,sans-serif;--heading:Poetsen,Arial,sans-serif;--size:17px;--radius:22px;--space:32px;--line:#dce0e6;--muted:#596071}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:var(--size)/1.5 var(--font)}[hidden]{display:none!important}a{color:inherit}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}:focus-visible{outline:3px solid var(--blue);outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--heading);font-weight:400;line-height:1.12;color:#090909}h1{font-size:clamp(36px,4.3vw,60px);letter-spacing:-.025em;margin-bottom:20px}h2{font-size:clamp(28px,3vw,38px);margin-bottom:14px}h3{font-size:20px;line-height:1.35}p{margin-bottom:18px}.muted,small{color:var(--muted)}small{font-size:13px}.container{width:min(1160px,calc(100% - 64px));margin:auto}.header{background:white;border-bottom:1px solid var(--line)}.header .container{display:flex;align-items:center;justify-content:space-between;min-height:112px;gap:22px}.logo{width:146px;height:89px;object-fit:contain}.header-links{display:flex;align-items:center;gap:32px;font-size:16px}.header-links a{text-decoration:none}.pill,.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:56px;padding:14px 24px;background:var(--red);color:white;text-decoration:none;font-weight:700;min-height:48px}.btn:hover{filter:brightness(.93)}.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.dark{background:var(--ink)}.textbtn{background:none;border:0;padding:12px 0;color:var(--ink);text-decoration:underline;text-underline-offset:4px}.eyebrow{font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;margin-bottom:12px}.hero{display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:center;padding:48px 0 38px}.hero p{max-width:630px;font-size:18px}.hero-meta{display:flex;gap:22px;font-size:14px;flex-wrap:wrap}.hero-meta span:before{content:'✓';color:var(--red);font-weight:700;margin-right:7px}.hero-art{height:240px;position:relative;display:grid;place-items:center}.sun{position:absolute;width:190px;height:190px;background:var(--yellow);border-radius:50%;right:12%;top:15px}.art-card{transform:rotate(-7deg);width:210px;height:157px;border:3px solid var(--ink);background:white;border-radius:16px;position:relative;padding:16px;box-shadow:9px 9px 0 var(--ink)}.art-card strong{display:block;font-family:var(--heading);font-size:22px}.bars{height:65px;display:flex;gap:12px;align-items:end;border-bottom:3px solid var(--ink);padding:0 8px}.bars i{display:block;width:34px;background:#f07372;border:2px solid var(--ink)}.art-check{position:absolute;right:13%;bottom:22px;border:3px solid var(--ink);background:var(--yellow);width:63px;height:63px;border-radius:50%;text-align:center;font-size:39px;font-weight:bold;transform:rotate(12deg)}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);margin-bottom:34px;gap:16px}.step{padding:17px 0;display:flex;align-items:center;gap:12px;border-bottom:3px solid transparent;font-size:15px;color:var(--muted)}.step b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#eceef3}.step.active{color:var(--ink);border-color:var(--red);font-weight:700}.step.active b{background:var(--yellow);color:var(--ink)}.step.done b{background:var(--ink);color:white}.layout{display:grid;grid-template-columns:265px minmax(0,1fr);gap:44px;align-items:start}.aside{position:sticky;top:30px;padding-top:12px}.aside h2{font-size:28px}.aside p{font-size:15px}.aside-note{border-top:1px solid var(--line);padding-top:24px;margin-top:24px}.tag{display:inline-block;font-size:12px;padding:5px 10px;background:#f0eef8;border-radius:8px;color:var(--blue);font-weight:700}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:var(--space);margin-bottom:22px}.card legend{font-weight:700;font-size:19px;padding:0 8px}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:flex;flex-direction:column;gap:7px;font-size:15px}.field.wide{grid-column:1/-1}input:not([type=checkbox]):not([type=radio]):not([type=color]),select,textarea{width:100%;background:white;border:1px solid #b9bfca;border-radius:9px;padding:12px;color:var(--ink);min-height:48px}textarea{min-height:100px;resize:vertical}label{font-weight:500}fieldset{min-width:0}input[type=checkbox],input[type=radio]{width:19px;height:19px;accent-color:var(--blue);flex:none}.choice{display:flex;gap:10px;align-items:flex-start;cursor:pointer}.choice input{margin:3px 0}.choices{display:flex;flex-wrap:wrap;gap:12px 24px}.choices .choice{font-size:15px}.actions{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:26px;flex-wrap:wrap}.consent{font-size:14px}.notice{padding:14px 18px;border-radius:12px;background:#fff7cd;font-size:14px}.error{color:#a0251d}.progress{height:7px;border-radius:8px;background:#eeedf3;margin:20px 0 28px;overflow:hidden}.progress span{display:block;height:100%;background:var(--blue)}.qheading{font:700 24px/1.4 var(--font);margin:18px 0 25px}.option{display:flex;align-items:start;gap:14px;padding:17px;border:1px solid #c7cbd4;border-radius:12px;margin:12px 0;cursor:pointer}.option:hover{border-color:var(--blue)}.option:has(input:checked){border:2px solid var(--blue);padding:16px;background:#f1f1fa}.option input{margin-top:4px}.option span{flex:1}.result-top{background:var(--yellow);border:0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:26px}.result-top h2{font-size:48px}.score-ring{width:132px;height:132px;border:8px solid var(--ink);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.score-ring strong{font-size:35px;line-height:1}.score-ring small{color:var(--ink)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.area{border:1px solid var(--line);border-radius:14px;padding:20px}.badge{display:inline-block;padding:4px 10px;font-size:13px;border-radius:20px;font-weight:700}.Bajo{background:#fce8e3;color:#943522}.Medio{background:#fff1bc;color:#705600}.Alto{background:#e2f3e9;color:#226344}.route{border-top:1px solid var(--line);padding:24px 0}.route:first-child{border:0;padding-top:5px}.route p,.route li{font-size:15px}.route h3{margin:10px 0}.route .btn{font-size:14px;padding:10px 17px}.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;max-width:430px;margin:18px 0}.calendar button{border:1px solid var(--line);background:white;border-radius:8px;min-height:44px;padding:4px}.calendar button.available{background:#eeedf9;border-color:var(--blue);font-weight:700}.calendar button.selected{background:var(--blue);color:white}.calendar small{text-align:center}.calendar button:disabled{opacity:.35}.hours{display:flex;gap:10px;flex-wrap:wrap}.hours label{padding:9px 15px;border:1px solid var(--line);border-radius:30px}.hours label:has(input:checked){border-color:var(--blue);background:#eeedf9}footer{margin-top:64px;background:var(--yellow);padding:30px 0;font-size:14px}footer .container{display:flex;justify-content:space-between;gap:20px}.admin-wrap{max-width:1240px;margin:32px auto;padding:0 28px}.admin-nav{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.admin-nav button[aria-pressed=true]{background:var(--ink);color:white}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:25px 0}.stats .card{margin:0}.stats strong{font:36px var(--heading);display:block}.tablewrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:14px;text-align:left}th,td{padding:14px 12px;border-bottom:1px solid var(--line);white-space:nowrap}th{background:#f3f3f7}td .textbtn{padding:0}.toolbar{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.toolbar input{flex:1;min-width:180px}.toolbar select{width:auto}.edit-options{display:grid;gap:10px;margin:15px 0}.edit-option{display:flex;align-items:center;gap:9px}.edit-option textarea{min-height:66px}.admin-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:15px 24px;border-radius:12px;z-index:20;max-width:90vw;font-size:14px}.skip{position:absolute;left:10px;top:-100px}.skip:focus{top:10px;background:white;padding:12px;z-index:9}details summary{cursor:pointer;font-weight:700;padding:12px 0}dialog{border:1px solid var(--line);border-radius:20px;max-width:800px;width:calc(100% - 36px);max-height:85vh;padding:28px}dialog::backdrop{background:#0f162880}#detailbody{overflow-wrap:anywhere}#detailbody table td{white-space:normal}.admin-only{font-size:14px}.small-title{font:700 18px var(--font)}
@media(max-width:800px){.container{width:calc(100% - 36px)}.header .container{min-height:88px}.logo{width:117px;height:73px}.header-links a{display:none}.header-links .pill{font-size:12px;padding:9px 14px;min-height:38px}.hero{gap:20px;padding:32px 0 22px}.hero-art{transform:scale(.8);transform-origin:right center}.layout{grid-template-columns:1fr;gap:12px}.aside{position:static;display:none}.card{padding:24px}.steps{gap:8px}.step{font-size:13px;gap:7px}.step b{width:24px;height:24px}.admin-wrap{padding:0 18px}.stats .card{padding:18px}}
@media(max-width:540px){.hero{grid-template-columns:1fr}.hero-art{display:none}.hero p{font-size:16px}.hero-meta{gap:10px;font-size:12px}.steps{gap:6px;margin-bottom:24px}.step{flex-direction:column;align-items:start;font-size:11px;gap:8px}.formgrid,.grid2{grid-template-columns:1fr}.card{padding:20px;border-radius:16px}.field.wide{grid-column:auto}.result-top{grid-template-columns:1fr}.result-top h2{font-size:38px}.score-ring{width:100px;height:100px}.actions .btn{width:100%}.stats{grid-template-columns:1fr}.admin-title{align-items:start;flex-direction:column}footer .container{flex-direction:column}.header-links{gap:0}.qheading{font-size:21px}.admin-nav .btn{font-size:14px;padding:10px 14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

html{scroll-behavior:auto}body{overflow-x:hidden}.header-links a{font-size:14px}.fsf-honey{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.field select{max-width:100%}.admin-nav{row-gap:10px}button[aria-busy=true]{opacity:.6}.admin-wrap .notice{overflow-wrap:anywhere}

.fsf-no-header>.header,.fsf-no-footer>footer{display:none}
