body:has(.hs)>footer{display:none}body:has(.hs)>main{height:calc(100vh - var(--nav-height));height:calc(100dvh - var(--nav-height));overflow:hidden}.hs-progress{position:fixed;bottom:0;left:0;right:0;height:4px;background:#1212120f;z-index:50}.hs-progress-fill{height:100%;width:0;background:var(--accent, var(--azul));transition:width .08s linear}.hs-hint{position:fixed;bottom:1.5rem;right:1.5rem;z-index:40;display:flex;align-items:center;gap:.4rem;padding:.2rem;background:var(--negro);color:#fff;font-size:.6rem;text-transform:uppercase;letter-spacing:.08em;border:2px solid var(--negro);box-shadow:3px 3px 0 var(--accent, var(--azul))}.hs-hint-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;cursor:pointer;padding:.25rem .4rem;font-size:.75rem;line-height:1;transition:background .15s}.hs-hint-btn:hover{background:#ffffff26}.hs-hint-btn:active{background:#ffffff40}.hs-hint-label{padding:0 .3rem;white-space:nowrap}.hs-hint-next i{animation:hsBounce 1s ease infinite}.hs-hint-label:empty{display:none}@keyframes hsBounce{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.hs{width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overscroll-behavior-x:contain;overscroll-behavior-y:none}.hs::-webkit-scrollbar{display:none}.hs-panel{flex-shrink:0;height:100%;scroll-snap-align:start;display:flex;align-items:center;padding:2rem 3rem;box-sizing:border-box}.hs-section-title{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;margin:0 0 1.25rem;white-space:nowrap}.hs-section-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#fff;font-size:1rem;border:2px solid var(--negro);flex-shrink:0}.hs-hero{width:92vw;max-width:1100px;gap:1rem 3rem;padding:2rem 4rem;display:grid;grid-template-columns:minmax(0,480px) auto;grid-template-rows:auto auto;align-items:center}.hs-hero-text{grid-column:1;grid-row:1;min-width:0;display:flex;flex-direction:column;gap:.75rem}.hs-hero-tags{grid-column:1;grid-row:2}.hs-hero-img{grid-column:2;grid-row:1 / 3;align-self:center}.hs-back{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-texto-apagado);text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}.hs-back:hover{color:var(--accent)}.hs-hero-title{font-size:clamp(2.2rem,5vw,3.5rem);line-height:1;margin:0;letter-spacing:-.02em}.hs-hero-desc{font-size:1.05rem;line-height:1.6;color:var(--color-texto-suave);margin:0;max-width:28rem}.hs-hero-tags{display:flex;flex-wrap:wrap;gap:.4rem;align-self:start}.hs-hero-img{position:relative;width:clamp(240px,30vw,400px);height:clamp(240px,30vw,400px)}.hs-hero-img-inner{width:100%;height:100%;border:2px solid var(--negro);box-shadow:8px 8px 0 var(--negro);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hs-hero-img-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:28px 28px}.hs-hero-comp-icon{position:absolute;color:#ffffff2e;z-index:1;translate:0 0;transition:translate .6s cubic-bezier(.34,1.56,.64,1),transform .6s cubic-bezier(.34,1.56,.64,1),color .3s ease}.hs-hero-comp-icon:first-of-type{color:#ffffff38}.hs-hero-img-inner:hover .hs-hero-comp-icon{color:#ffffff47}.hs-hero-img-inner:hover .hs-hero-comp-icon:nth-of-type(1){translate:15% 12%;transform:rotate(5deg) scale(1.05)}.hs-hero-img-inner:hover .hs-hero-comp-icon:nth-of-type(2){translate:-20% 25%;transform:rotate(-10deg) scale(1.1)}.hs-hero-img-inner:hover .hs-hero-comp-icon:nth-of-type(3){translate:-15% -18%;transform:rotate(12deg) scale(1.08)}.hs-hero-img-inner:hover .hs-hero-comp-icon:nth-of-type(4){translate:25% -10%;transform:rotate(-15deg) scale(1.15)}.hs-hero-img-inner:hover .hs-hero-comp-icon:nth-of-type(5){translate:-10% 20%;transform:rotate(8deg) scale(1.1)}.hs-hero-doodle{position:absolute;border-radius:50%;border:3px dashed rgba(255,255,255,.25);animation:hsWiggle 5s ease infinite}.hs-hero-doodle-1{width:90px;height:90px;top:40%;right:8%}.hs-hero-doodle-2{width:50px;height:50px;bottom:18%;left:12%;animation-delay:1.5s}@keyframes hsWiggle{0%,to{transform:rotate(-2deg)}50%{transform:rotate(2deg)}}.hs-hero-postit{position:absolute;padding:.7rem;background:var(--amarillo);box-shadow:3px 3px #12121233;font-family:var(--fuente-mono);font-size:.6rem;line-height:1.4;z-index:2;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.hs-hero-postit:hover{transform:rotate(0) scale(1.04)!important}.hs-hero-postit i{color:var(--accent);margin-right:.2rem}.hs-hero-postit--1{bottom:-14px;left:-28px;width:175px;transform:rotate(-3deg)}.hs-hero-postit--2{top:-22px;right:-24px;width:200px;background:var(--celeste);transform:rotate(2.5deg)}.hs-hero-note{position:absolute;padding:.3rem .6rem;font-size:.55rem;text-transform:uppercase;letter-spacing:.05em;border:1.5px solid var(--negro);background:#fff;box-shadow:2px 2px 0 var(--negro);z-index:2;white-space:nowrap;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.hs-hero-note:hover{transform:rotate(0) scale(1.06)!important}.hs-hero-note i{margin-right:.15rem}.hs-hero-note--1{bottom:20px;right:-30px;transform:rotate(3deg);background:var(--rosa);color:#fff;border-color:var(--rosa)}.hs-hero-note--2{top:50%;left:-35px;transform:rotate(-2deg)}.hs-hero-img:hover .hs-hero-postit--1{transform:rotate(-1deg) scale(1.18) translate(-8px,-10px)}.hs-hero-img:hover .hs-hero-postit--2{transform:rotate(1deg) scale(1.2) translate(8px,-8px)}.hs-hero-img:hover .hs-hero-note--1{transform:rotate(1deg) scale(1.16) translate(10px,-5px)}.hs-hero-img:hover .hs-hero-note--2{transform:rotate(-1deg) scale(1.16) translate(-10px,5px)}.hs-consiste{width:clamp(460px,45vw,640px)}.hs-card-big{width:100%;padding:2.5rem;position:relative;max-height:calc(100% - 4rem);overflow-y:auto;scrollbar-width:thin}.hs-tape{position:absolute;top:-12px;left:50%;transform:translate(-50%) rotate(-2deg);width:80px;height:22px;background:#ffc9288c;border:1px solid rgba(18,18,18,.08)}.hs-bodytext{font-size:.95rem;line-height:1.75;color:var(--color-texto);margin:0 0 1rem;max-width:36rem}.hs-bodytext:last-child{margin-bottom:0}.hs-quote-panel{width:clamp(360px,35vw,480px);justify-content:center}.hs-quote-card{max-width:400px;padding:2.5rem 2rem;background:var(--amarillo);box-shadow:6px 6px #12121233;transform:rotate(-2deg);position:relative;transition:transform .3s}.hs-quote-card:hover{transform:rotate(0) scale(1.02)}.hs-quote-tape{position:absolute;top:-11px;right:20px;width:55px;height:20px;background:#ffffff80;border:1px solid rgba(18,18,18,.06);transform:rotate(3deg)}.hs-quote-mark{font-size:5rem;line-height:.5;color:#1212121a;margin-bottom:.75rem}.hs-quote-text{font-size:clamp(1rem,2.2vw,1.4rem);line-height:1.35;margin:0 0 1rem;font-style:italic;color:var(--negro)}.hs-quote-author{font-size:.6rem;text-transform:uppercase;letter-spacing:.08em;color:#12121266;font-style:normal}.hs-aula{width:auto}.hs-aula-wrap{display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center}.hs-aula-title{margin:0 0 .25rem;white-space:nowrap;font-size:1.2rem}.hs-aula-cards{display:flex;gap:1.25rem;align-items:center;padding:.5rem}.hs-aula-card{flex-shrink:0;width:250px;padding:1.25rem;background:#fff}.hs-aula-accent{width:100%;height:5px;margin-bottom:.75rem}.hs-aula-card p{font-size:.88rem;line-height:1.5;margin:0}.hs-senales{width:clamp(400px,38vw,520px)}.hs-senales-card{width:100%;padding:2rem;background:#fff;border:2px solid var(--negro);box-shadow:5px 5px 0 var(--celeste);max-height:calc(100% - 4rem);overflow-y:auto;scrollbar-width:thin}.hs-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.hs-checklist li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;line-height:1.5;padding:.5rem 0;border-bottom:1px dashed rgba(18,18,18,.08)}.hs-checklist li:last-child{border-bottom:none}.hs-checklist li i{flex-shrink:0;font-size:1.1rem;margin-top:.1rem}.hs-errores{width:clamp(400px,38vw,520px)}.hs-errores-card{width:100%;padding:2rem;background:#fff;border:2px solid var(--negro);box-shadow:5px 5px 0 var(--coral);max-height:calc(100% - 4rem);overflow-y:auto;scrollbar-width:thin}.hs-errores-list{display:flex;flex-direction:column;gap:.6rem}.hs-error-item{display:flex;align-items:flex-start;gap:.6rem;padding:.8rem;background:#fff5f3;border:1.5px solid var(--coral);transition:transform .2s}.hs-error-item:hover{transform:rotate(0)!important}.hs-error-x{flex-shrink:0;width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center;background:var(--coral);color:#fff;font-size:.65rem;border:1.5px solid var(--negro)}.hs-error-item p{margin:0;font-size:.88rem;line-height:1.5}.hs-refs{flex-direction:column;align-items:flex-start;justify-content:center}.hs-ref-cards{display:flex;gap:1.25rem}.hs-ref-card{flex-shrink:0;width:220px;padding:1.5rem;background:#fff;text-align:center}.hs-ref-avatar{width:2.8rem;height:2.8rem;border:2px solid var(--negro);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:#fff;margin:0 auto .75rem}.hs-ref-card strong{font-size:.95rem;display:block;margin-bottom:.35rem}.hs-ref-card p{font-size:.8rem;line-height:1.5;color:var(--color-texto-suave);margin:0}.hs-board{width:auto;min-width:max-content;background-color:#c4956a;background-image:radial-gradient(ellipse 1px 1px at 3px 3px,rgba(90,55,20,.35) 50%,transparent 50%),radial-gradient(ellipse 1px 1px at 7px 8px,rgba(160,120,60,.25) 50%,transparent 50%),radial-gradient(ellipse 2px 1px at 11px 5px,rgba(80,45,15,.2) 50%,transparent 50%),radial-gradient(ellipse 3px 2px at 17px 12px,rgba(100,60,20,.22) 50%,transparent 50%),radial-gradient(ellipse 2px 3px at 5px 15px,rgba(140,95,40,.18) 50%,transparent 50%),radial-gradient(ellipse 1px 2px at 14px 2px,rgba(70,40,10,.2) 50%,transparent 50%),radial-gradient(circle 60px at 20% 30%,rgba(180,130,70,.3),transparent),radial-gradient(circle 80px at 70% 60%,rgba(160,100,50,.25),transparent),radial-gradient(circle 50px at 45% 80%,rgba(190,140,80,.2),transparent),radial-gradient(circle 70px at 85% 25%,rgba(140,90,40,.2),transparent);background-size:20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,100% 100%,100% 100%,100% 100%,100% 100%;border-left:none;border-top:8px solid #C4956A;border-bottom:8px solid #C4956A;box-shadow:inset 0 0 60px #0003,inset 0 2px #ffffff0f,inset 0 -2px #0000001a;scroll-snap-align:end;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem;padding:2rem 2.5rem}.hs-board-heading{font-size:1.1rem;color:#3d2508;margin:0;display:flex;align-items:center;gap:.5rem;white-space:nowrap;flex-shrink:0;text-shadow:0 1px 0 rgba(255,255,255,.15)}.hs-board-heading i{color:#5c3a14;font-size:1.2rem}.hs-board-grid{display:flex;flex-wrap:wrap;flex-direction:column;gap:1rem;max-height:calc(100dvh - var(--nav-height) - 8rem);align-content:flex-start;padding:.5rem 0}.hs-pin{position:absolute;top:-6px;width:14px;height:14px;border-radius:50%;box-shadow:0 2px 3px #00000059,inset 0 1px 2px #ffffff59;z-index:2;transform:translate(-50%)}.hs-lang-badge{position:absolute;top:6px;right:6px;font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.1rem .35rem;background:var(--negro);color:#fff;border-radius:2px;z-index:3;line-height:1.4}.hs-bcard{position:relative;flex-shrink:0;display:flex;flex-direction:column;gap:.35rem;padding:.9rem;background:#fff;border:none;box-shadow:2px 3px 6px #00000040;text-decoration:none;color:var(--negro);transition:all .2s}.hs-bcard:hover{transform:rotate(0) translate(-2px,-3px)!important;box-shadow:4px 6px 12px #00000059;z-index:5}.hs-bcard--nolink{pointer-events:none}.hs-bcard-tipo{display:inline-block;align-self:flex-start;font-size:.5rem;text-transform:uppercase;letter-spacing:.08em;padding:.1rem .4rem;color:#fff}.hs-bcard-title{font-size:.78rem;font-weight:700;line-height:1.25;color:var(--negro)}.hs-bcard-note{font-size:.62rem;color:var(--color-texto-suave);margin:0;line-height:1.35}.hs-bcard--book{width:145px;padding:.5rem;background:#fff}.hs-bcard-cover{width:100%;aspect-ratio:3/4;object-fit:cover;border:1px solid #e0d8c8;margin-bottom:.2rem}.hs-bcard--link{width:155px;justify-content:flex-start;text-align:left;align-items:flex-start;padding:1rem .9rem;background:#fff}.hs-bcard--link:nth-of-type(2n){width:162px}.hs-bcard--link:nth-of-type(3n){width:148px}.hs-bcard--link .hs-bcard-title{color:var(--negro)}.hs-bcard--link .hs-bcard-note{color:#0000008c}.hs-bcard-icon-box{width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff;border:1.5px solid rgba(0,0,0,.1);margin-bottom:.15rem}.hs-bcard--tool{width:155px;min-height:55px;flex-direction:row;align-items:center;gap:.6rem;background:#fff;border-left:3px solid var(--coral)}.hs-bcard--tool:nth-of-type(odd){width:170px}.hs-bcard--tool:nth-of-type(3n){width:145px}.hs-bcard--tool:hover{box-shadow:4px 5px 10px #0000004d}.hs-bcard-tool-icon{width:2rem;height:2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--coral);color:#fff;font-size:.8rem}.hs-bcard--related{width:175px;gap:.4rem;background:#fff;border-top:3px solid var(--accent)}.hs-bcard-related-list{display:flex;flex-direction:column;gap:.15rem}.hs-bcard-related-link{display:flex;align-items:center;justify-content:space-between;padding:.25rem 0;color:var(--color-texto-suave);text-decoration:none;font-size:.7rem;border-bottom:1px solid rgba(0,0,0,.06);transition:color .15s}.hs-bcard-related-link:hover{color:var(--negro)}.hs-bcard-related-link i{font-size:.6rem;opacity:.3}.hs-bcard--cta{width:160px;min-height:140px;justify-content:center;align-items:flex-start;gap:.6rem;background:transparent;border:none;box-shadow:none}.hs-bcard--cta:hover{box-shadow:none;transform:none!important;background:transparent}@media(max-width:768px){.hs{scroll-snap-type:x proximity}.hs-panel{padding:1.25rem}.hs-hero{width:92vw;grid-template-columns:1fr;grid-template-rows:auto auto auto;padding:1.5rem;gap:.6rem;align-items:start;align-content:start}.hs-hero-text{grid-column:1;grid-row:1;max-width:100%;gap:.4rem}.hs-hero-img{grid-column:1;grid-row:2;width:100%;height:clamp(170px,28vh,240px);justify-self:center}.hs-hero-tags{grid-column:1;grid-row:3}.hs-hero-postit,.hs-hero-note{display:none}.hs-hero-title{font-size:clamp(1.6rem,7vw,2.2rem)}.hs-hero-desc{font-size:.88rem;max-width:100%}.hs-hero-tags{gap:.3rem}.hs-hero-tags .tag-sticker{font-size:.6rem;padding:.15rem .45rem}.hs-hero-img-inner:hover .hs-hero-comp-icon{translate:0 0}.hs-consiste{width:88vw}.hs-card-big{padding:1.25rem}.hs-bodytext{font-size:.88rem;line-height:1.65}.hs-section-title{font-size:1.05rem;white-space:normal}.hs-quote-panel{width:82vw}.hs-quote-card{padding:2rem 1.5rem;max-width:100%}.hs-quote-text{font-size:1rem}.hs-quote-mark{font-size:3.5rem}.hs-aula-card{width:220px;padding:1rem}.hs-aula-card p{font-size:.82rem}.hs-aula-title{font-size:1.05rem;white-space:normal}.hs-senales,.hs-errores{width:88vw}.hs-senales-card,.hs-errores-card{padding:1.25rem}.hs-checklist li{font-size:.82rem;padding:.4rem 0}.hs-error-item{padding:.6rem}.hs-error-item p{font-size:.82rem}.hs-ref-cards{gap:1rem}.hs-ref-card{width:185px;padding:1.25rem}.hs-ref-card p{font-size:.75rem}.hs-ref-card strong{font-size:.88rem}.hs-board{min-width:auto;width:auto;padding:1.5rem 1.25rem}.hs-board-grid{max-height:calc(100dvh - var(--nav-height) - 7rem);flex-direction:column;flex-wrap:wrap;align-content:flex-start;gap:.75rem}.hs-board-heading{font-size:1rem}.hs-bcard{padding:.7rem}.hs-bcard--book{width:120px}.hs-bcard-cover{margin-bottom:.15rem}.hs-bcard--link,.hs-bcard--link:nth-of-type(2n),.hs-bcard--link:nth-of-type(3n){width:130px;padding:.8rem .7rem}.hs-bcard--tool,.hs-bcard--tool:nth-of-type(odd),.hs-bcard--tool:nth-of-type(3n){width:130px;min-height:48px}.hs-bcard--related{width:150px}.hs-bcard--cta{width:130px;min-height:110px}.hs-bcard-title{font-size:.7rem}.hs-bcard-note{font-size:.58rem}.hs-bcard-tipo{font-size:.45rem}.hs-hint{bottom:0;left:0;right:0;border:none;border-top:2px solid rgba(255,255,255,.1);box-shadow:0 -2px 12px #0000004d;padding:0;gap:0;justify-content:space-between;font-size:.55rem;padding-bottom:env(safe-area-inset-bottom,0)}.hs-hint-btn{min-width:56px;min-height:48px;font-size:1.1rem;padding:.5rem 1.2rem;-webkit-tap-highlight-color:transparent}.hs-hint-btn:active{background:#fff3}.hs-hint-label{font-size:.55rem}.hs-hint-next i{animation:none}.hs-progress{bottom:calc(48px + env(safe-area-inset-bottom,0px))}.hs-bcard--cta .sticker-btn{font-size:.65rem!important;padding:.5rem .8rem!important}}@media(max-width:480px){.hs-hero{width:96vw;padding:1rem;gap:1rem}.hs-hero-img{height:clamp(150px,25vh,200px)}.hs-hero-title{font-size:1.5rem}.hs-hero-desc{font-size:.82rem}.tag-sticker--lg{font-size:.6rem!important;padding:.25rem .6rem!important}.hs-consiste{width:92vw}.hs-card-big{padding:1rem}.hs-bodytext{font-size:.82rem}.hs-tape{width:60px;height:18px;top:-10px}.hs-quote-panel{width:88vw}.hs-quote-card{padding:1.5rem 1.25rem}.hs-quote-text{font-size:.92rem}.hs-quote-author{font-size:.55rem}.hs-aula-card{width:200px;padding:.9rem}.hs-aula-card p{font-size:.78rem}.hs-senales,.hs-errores{width:92vw}.hs-senales-card,.hs-errores-card{padding:1rem}.hs-checklist li{font-size:.78rem;gap:.4rem}.hs-checklist li i{font-size:.95rem}.hs-error-item p{font-size:.78rem}.hs-error-x{width:1.2rem;height:1.2rem;font-size:.55rem}.hs-ref-cards{gap:.75rem}.hs-ref-card{width:165px;padding:1rem}.hs-ref-card p{font-size:.7rem}.hs-ref-avatar{width:2.2rem;height:2.2rem;font-size:1rem}.hs-board{padding:1.25rem 1rem}.hs-board-grid{max-height:calc(100dvh - var(--nav-height) - 6rem);gap:.6rem}.hs-bcard--book{width:105px}.hs-bcard--link,.hs-bcard--link:nth-of-type(2n),.hs-bcard--link:nth-of-type(3n){width:118px}.hs-bcard--tool,.hs-bcard--tool:nth-of-type(odd),.hs-bcard--tool:nth-of-type(3n){width:118px}.hs-bcard--related{width:135px}.hs-bcard--cta{width:120px;min-height:100px}.hs-bcard-icon-box{width:1.8rem;height:1.8rem;font-size:.9rem}.hs-bcard-tool-icon{width:1.6rem;height:1.6rem;font-size:.7rem}.hs-bcard-related-link{font-size:.62rem}.hs-hint-label{font-size:.5rem}.hs-section-icon{width:1.6rem;height:1.6rem;font-size:.85rem}}@media(max-height:500px){.hs-hero{gap:.75rem;padding:.75rem 1.25rem}.hs-hero-img{height:clamp(120px,35vh,180px)}.hs-hero-title{font-size:1.3rem}.hs-hero-desc{font-size:.78rem}.hs-hero-tags{display:none}.hs-card-big{padding:1rem;max-height:calc(100% - 2rem)}.hs-bodytext{font-size:.8rem;line-height:1.55;margin-bottom:.6rem}.hs-quote-card{padding:1.25rem 1rem}.hs-quote-mark{font-size:2.5rem;margin-bottom:.4rem}.hs-quote-text{font-size:.88rem}.hs-senales-card,.hs-errores-card{padding:1rem;max-height:calc(100% - 2rem)}.hs-checklist li{padding:.3rem 0;font-size:.78rem}.hs-error-item{padding:.5rem}.hs-aula-card{width:200px;padding:.9rem}.hs-ref-card{width:170px;padding:1rem}.hs-board-grid{max-height:calc(100dvh - var(--nav-height) - 5rem);gap:.5rem}.hs-bcard{padding:.5rem}.hs-bcard--book{width:100px}.hs-bcard-note{display:none}.hs-hint-btn{min-height:40px;min-width:48px;font-size:1rem}}
