:root{color-scheme:dark;font-family:Degular,system-ui,sans-serif;--bg: #7651A2;--text: #FFFFFF;--muted: #b7c4dd;--active: #DEAF2C;--card: #8a66b3;--card-deep: #7a58a5;--yellow: #f4ef1a;--pink: #e86b82;--ink: #1a1220;--white: #fff;--max: 1080px}@font-face{font-family:Degular;src:url(./Degular-Regular-DH7mWEPy.otf) format("opentype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Degular;src:url(./Degular-Medium-Qp0YgTK-.otf) format("opentype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Degular;src:url(./Degular-Semibold-Pgr5Avce.otf) format("opentype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Degular;src:url(./Degular-Bold-DSnRk_CY.otf) format("opentype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Degular;src:url(./Degular-Black-C4JFZKGq.otf) format("opentype");font-style:normal;font-weight:800;font-display:swap}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}img{max-width:100%;height:auto;display:block}h1,h2,h3,p{margin:0}body{margin:0;min-height:100vh;background:var(--bg);color:var(--white);line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}.site-header{position:fixed;inset:0 0 auto;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0;background:transparent;pointer-events:none;transition:transform .22s ease,background-color .22s ease,backdrop-filter .22s ease;height:60px;width:100%}.site-header.is-scrolled{background:#7651a2cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-6px)}.site-nav{display:block;flex:1;position:fixed;top:22px;left:50%;width:86%;z-index:20;pointer-events:auto;margin:0 auto;translate:-50%}.menu{display:flex;align-items:center;justify-content:space-evenly;gap:24px;margin:0;padding:0;list-style:none}.menu a{display:inline-flex;padding-bottom:4px;border-bottom:4px solid transparent;font-weight:700;font-size:1.4rem}.menu-home a{margin-right:80px}.menu-inscricao a{margin-right:50px}.menu a:hover,.menu a:focus{color:var(--yellow);border-bottom-color:var(--yellow)}.menu-toggle{display:none;position:fixed;top:18px;right:18px;z-index:30;width:44px;height:44px;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:transparent;padding:10px;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;gap:5px;align-content:center}.menu-toggle span{display:block;width:100%;height:2px;border-radius:999px;background:var(--white)}.cta-mobile{display:none;position:fixed;right:1.5rem;bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));z-index:50;place-items:center;min-height:56px;padding:.95rem 1.6rem;background:var(--yellow);color:var(--ink);border-radius:16px;box-shadow:0 10px 24px #00000047;font-family:Degular,system-ui,sans-serif;font-weight:800;font-size:1.08rem;letter-spacing:.04em;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease,box-shadow .25s ease;width:clamp(17rem,24vw,23.5rem);max-width:calc(100vw - 3rem);animation:ctaFloat 5.8s ease-in-out infinite;will-change:transform,box-shadow}.cta-mobile.is-hidden{opacity:0;pointer-events:none;transform:translateY(12px)}.cta-mobile:hover,.cta-mobile:focus-visible{animation-play-state:paused;transform:translateY(-2px);box-shadow:0 14px 28px #00000052}@keyframes ctaFloat{0%,to{transform:translateY(0);box-shadow:0 10px 24px #00000047}50%{transform:translateY(-4px);box-shadow:0 12px 26px #0000004d}}@media (prefers-reduced-motion: reduce){.cta-mobile{animation:none}}main{min-height:100vh}.hero .hero-stage{position:relative;min-height:100vh;width:100%;display:flex;align-items:flex-start;justify-content:flex-end;overflow:hidden}.hero img{display:block;width:90%;height:auto;object-fit:contain;object-position:center top}.hero-info{position:relative;z-index:2;max-width:820px;margin:0 auto;padding:0 1rem .5rem;text-align:center}.hero-tags{color:var(--yellow);font-weight:800;font-size:clamp(.78rem,2vw,2.05rem);letter-spacing:.04em;text-transform:uppercase;line-height:1.4;margin-bottom:2.7rem;white-space:nowrap;margin-top:2.7rem}.hero-tags span{color:var(--yellow);padding:0 .15rem}.hero-datas{width:min(560px,88vw);margin:0 auto 1.1rem}.hero-cities{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;max-width:700px;margin:3rem auto}.hero-cities div{display:flex;flex-direction:column;gap:.15rem}.hero-cities strong{font-family:Degular,system-ui,sans-serif;font-weight:800;font-size:clamp(1.5rem,4vw,2.8rem);letter-spacing:.03em;text-transform:uppercase;color:var(--white)}.hero-cities span{font-size:1.6rem;font-weight:600}.hero-free{color:var(--yellow);font-family:Degular,system-ui,sans-serif;font-weight:800;font-size:clamp(1.8rem,5.5vw,3.2rem);letter-spacing:.03em;text-transform:uppercase;line-height:.95}.hero-access{margin-top:1rem;font-size:1.82rem;font-weight:600}section{min-height:1px}@media (max-width: 768px){.menu-toggle{position:absolute;top:18px;right:18px;left:auto;display:grid;place-items:center;background:#7651a2c7;border-color:#ffffff73;box-shadow:0 10px 24px #0000002e}.hero .hero-stage{min-height:0}.hero img{width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center top}.site-header.is-scrolled{background:#7651a2e6;transform:translateY(-4px)}}.ribbon{position:relative;z-index:5;margin:.2rem 0;pointer-events:none;overflow:hidden;width:100%}.ribbon img{width:118%;max-width:none;margin-left:-9%}.about,.schedule,.shows,.training,.faq,.credits{max-width:var(--max);margin:0 auto;padding:clamp(1.4rem,3.5vw,2.6rem) clamp(1rem,4vw,1.5rem)}.section-banner{width:min(560px,88vw);margin:0 auto 1.8rem}.section-banner.wide{width:min(720px,94vw)}.about{text-align:center}.about h2{color:var(--yellow);font-family:Degular,system-ui,sans-serif;font-size:clamp(1.7rem,4.6vw,2.9rem);font-weight:800;line-height:1.28;letter-spacing:.02em;text-transform:uppercase;max-width:none;width:fit-content;margin:0 auto 3rem}.about h2 span{display:block;white-space:nowrap}.about-lead{margin:0 auto 2.4rem;font-size:clamp(.9rem,2vw,1.75rem);font-weight:700;text-transform:uppercase;letter-spacing:.01em;line-height:1.45}.about-lead em{font-style:normal;color:var(--yellow)}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem 0rem;align-items:start;text-align:left}.hours{display:flex;flex-direction:column;align-items:flex-start}.hours-more{font-weight:800;font-size:2.15rem}.hours-num{color:var(--yellow);font-family:Degular,system-ui,sans-serif;font-weight:800;font-size:clamp(6.5rem,17vw,15rem);line-height:.8;letter-spacing:-.03em}.hours-of{margin-top:.35rem;font-weight:800;font-size:2.3rem}.about-copy{display:grid;gap:.95rem;font-size:1.5rem;line-height:1.65}.schedule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.city-card{background:var(--card);border-radius:22px;padding:1.35rem 1.1rem 1.5rem;text-align:center;box-shadow:inset 0 0 0 1px #ffffff0f}.city-card h3{color:var(--white);font-family:Degular,system-ui,sans-serif;font-weight:700;font-size:3.75rem;letter-spacing:.04em;text-transform:uppercase}.city-range{margin-top:.1rem;font-size:1.875rem;font-weight:700}.city-card hr{border:0;border-top:2px solid rgba(255,255,255,.55);margin:.85rem auto 1rem;width:88%}.city-body{text-align:center;display:grid;gap:1rem}.city-body p{font-size:1.725rem;line-height:1.5}.city-body strong{color:var(--yellow);font-size:1.77rem;letter-spacing:.03em}.city-body .note{font-size:1.53rem;font-weight:800;text-transform:uppercase;line-height:1.35}.shows{padding-top:.5rem}.shows-panel{background:var(--card);border-radius:26px;padding:1.6rem 1.2rem 1.8rem}.shows-panel>h2{color:var(--yellow);font-family:Degular,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;letter-spacing:.06em;text-transform:uppercase;text-align:center;margin-bottom:1.4rem}.shows-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.shows-cols h3{color:var(--white);font-family:Degular,system-ui,sans-serif;font-size:2.175rem;font-weight:900;line-height:1.25;text-transform:uppercase}.shows-cols h3 span{display:block;margin-top:.15rem;font-size:1.725rem;font-weight:700;text-transform:none}.shows-cols hr{border:0;border-top:2px solid rgba(255,255,255,.55);margin:.55rem 0 .8rem;width:70%}.shows-cols p,.shows-cols li{font-size:1.65rem;line-height:1.55}.shows-cols ul{margin:.75rem 0;padding-left:1rem}.shows-cols .where{margin-top:.65rem;font-size:1.56rem}.shows-cols .where strong{color:var(--yellow);text-transform:uppercase;font-size:1.65rem}.training{text-align:center}.formacao-title{position:relative;display:grid;place-items:center;width:min(380px,78vw);margin:0 auto 1.5rem}.formacao-title img{width:100%}.formacao-title h2{position:absolute;color:var(--ink);font-family:Degular,system-ui,sans-serif;font-size:clamp(2.65rem,5.6vw,3.8rem);font-weight:800;letter-spacing:.05em;text-transform:uppercase}.training-lead{max-width:46rem;margin:0 auto .85rem;font-size:2.07rem;font-weight:800;text-transform:uppercase;line-height:1.45}.training-sub{max-width:46rem;margin:0 auto;font-size:1.86rem;line-height:1.6}.topics{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin:2rem 0 1.5rem}.topics div{display:grid;place-items:center;min-height:5.6rem;padding:1rem;background:var(--card);border-radius:18px;font-weight:700;font-size:1.98rem}.material{color:var(--yellow);font-family:Degular,system-ui,sans-serif;font-weight:800;font-size:clamp(2.05rem,4.4vw,3rem);letter-spacing:.03em;text-transform:uppercase}.faq-list{display:grid;gap:1.15rem;max-width:900px;margin:0 auto}.faq-list h3{color:var(--white);font-size:1.38rem;font-weight:800;text-transform:uppercase;margin-bottom:.45rem;text-align:left}.faq-answer{background:#ffffff29;border-radius:12px;padding:.85rem 1.1rem}.faq-answer p{font-size:1.22rem;line-height:1.55}.cta{display:block;width:fit-content;max-width:calc(100% - 2rem);margin:2.3rem auto 0;padding:1rem 2.5rem;background:var(--yellow);color:var(--ink);border-radius:16px;font-family:Degular,system-ui,sans-serif;font-weight:800;font-size:clamp(1.5rem,3.4vw,2.05rem);letter-spacing:.04em;text-transform:uppercase;text-align:center;transition:transform .15s ease}.cta:hover,.cta:focus-visible{transform:translateY(2px)}.credits{text-align:center}.credits h2{font-family:Degular,system-ui,sans-serif;font-weight:800;font-size:clamp(2.85rem,4.6vw,4.25rem);letter-spacing:.06em;text-transform:uppercase;margin-bottom:2rem}.credits-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem 3rem;text-align:left;max-width:860px;margin:0 auto}.credits-grid p{margin-bottom:1.05rem;font-size:1.51rem;line-height:1.55}.credits-grid strong{color:var(--white);font-size:1.48rem;letter-spacing:.03em;text-transform:uppercase}.footer{margin-top:.5rem;position:relative;width:100%;overflow:hidden}.footer img[src*=footer-logos]{width:100%;max-width:100%;height:auto;display:block}.footer #logos-footer{position:absolute;top:25%;object-fit:contain;padding:10px;left:50%;translate:-50%;width:min(92%,1100px);max-width:1100px}@media (max-width: 1600px){.menu{gap:12px}.menu a{font-size:clamp(.95rem,1.05vw,1.25rem)}.menu-home a,.menu-inscricao a{margin-right:0}.hero .hero-stage{min-height:0;padding-top:4.5rem}.hero img{width:100%;max-width:100%;margin-left:0}.hero-tags{white-space:normal;font-size:clamp(1rem,1.6vw,1.7rem);margin-top:2rem;margin-bottom:2rem}.hero-cities{margin:2rem auto}.hero-cities span{font-size:clamp(1.1rem,1.4vw,1.45rem)}.hero-access{font-size:clamp(1.2rem,1.6vw,1.6rem)}.hours-more{font-size:clamp(1.5rem,1.8vw,1.9rem)}.hours-of{font-size:clamp(1.55rem,1.9vw,2rem)}.about-copy{font-size:clamp(1.05rem,1.25vw,1.35rem)}.city-card h3{font-size:clamp(2.4rem,3.2vw,3.2rem)}.city-range{font-size:clamp(1.3rem,1.6vw,1.65rem)}.city-body p{font-size:clamp(1.15rem,1.4vw,1.45rem)}.city-body strong{font-size:clamp(1.2rem,1.45vw,1.5rem)}.city-body .note{font-size:clamp(1.05rem,1.3vw,1.3rem)}.shows-cols h3{font-size:clamp(1.45rem,1.8vw,1.9rem)}.shows-cols h3 span{font-size:clamp(1.15rem,1.4vw,1.45rem)}.shows-cols p,.shows-cols li{font-size:clamp(1.05rem,1.3vw,1.4rem)}.shows-cols .where{font-size:clamp(1rem,1.2vw,1.3rem)}.shows-cols .where strong{font-size:clamp(1.05rem,1.3vw,1.4rem)}.training-lead{font-size:clamp(1.35rem,1.7vw,1.75rem)}.training-sub{font-size:clamp(1.2rem,1.5vw,1.55rem)}.topics div{font-size:clamp(1.25rem,1.6vw,1.7rem);min-height:4.8rem}.faq-list h3{font-size:clamp(1.05rem,1.3vw,1.25rem)}.faq-answer p{font-size:clamp(.95rem,1.15vw,1.1rem)}.credits-grid p{font-size:clamp(1.05rem,1.25vw,1.3rem)}.credits-grid strong{font-size:clamp(1.05rem,1.2vw,1.25rem)}.ribbon img{width:110%;margin-left:-5%}}@media (max-width: 1200px){.site-nav{width:94%}.menu{gap:8px}.menu a{font-size:.92rem}.about-grid{grid-template-columns:1fr;gap:1.5rem;text-align:center}.hours{align-items:center}.schedule-grid,.shows-cols{grid-template-columns:1fr}.topics{grid-template-columns:repeat(2,1fr)}.shows-cols article+article{border-top:1px solid rgba(255,255,255,.18);padding-top:1.4rem}.hero-datas,.section-banner{width:min(480px,86vw)}}@media (max-width: 1100px){.menu-toggle{display:grid;place-items:center;background:#7651a2c7;border-color:#ffffff73;box-shadow:0 10px 24px #0000002e}.site-nav{position:fixed;top:64px;left:1rem;right:1rem;width:auto;display:none;max-width:520px;padding:.85rem .9rem .95rem;background:#7651a2fa;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 18px 40px #00000038;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);translate:none;margin:0 auto}.site-nav.is-open{display:block}.menu{flex-direction:column;align-items:flex-start;gap:0;justify-content:flex-start;padding:0 20px}.menu li{width:100%}.menu a{width:100%;padding:.75rem 0;font-size:.95rem;line-height:1.15;letter-spacing:.04em;white-space:normal;border-bottom-width:2px}.menu-home a,.menu-inscricao a{margin-right:0}.cta-mobile{display:grid}}@media (max-width: 900px){.hero .hero-stage{padding-top:3.75rem}.menu-toggle{position:fixed;top:14px;right:14px}.hero-stage{width:100%;max-width:none;margin:0 auto 1.5rem;overflow:hidden}.hero-info{position:relative;z-index:3;padding:.75rem 1rem .2rem}.hero-tags{white-space:normal;font-size:.78rem;line-height:1.55;margin-bottom:1rem}.hero-cities{max-width:100%;gap:.35rem}.hero-cities strong{font-size:1.2rem}.hero-cities span{font-size:.78rem}.hero-free{font-size:clamp(1.55rem,8vw,2.2rem)}.ribbon{margin:.6rem 0}.ribbon img{width:120%;margin-left:-10%}.about,.schedule,.shows,.training,.faq,.credits{padding:1.4rem 1rem}.about h2{font-size:clamp(1.05rem,4.8vw,2.1rem)}.about-lead{font-size:.82rem;margin-bottom:1.6rem}.about-grid,.schedule-grid,.shows-cols,.credits-grid{grid-template-columns:1fr}.about-grid{gap:1.4rem;text-align:center}.hours{align-items:center}.hours-num{font-size:clamp(5.5rem,28vw,7.5rem)}.hours-more{font-size:1.45rem}.hours-of{font-size:1.5rem}.about-copy{font-size:.95rem;text-align:left}.section-banner,.section-banner.wide{width:min(100%,92vw);margin-bottom:1.2rem}.schedule-grid{gap:.85rem}.city-card{border-radius:18px;padding:1.15rem 1rem 1.25rem}.city-card h3{font-size:2.325rem}.city-body{text-align:left}.city-body p{font-size:1.23rem}.shows-panel{border-radius:18px;padding:1.2rem 1rem 1.4rem}.shows-cols{gap:1.6rem}.shows-cols article+article{border-top:1px solid rgba(255,255,255,.18);padding-top:1.4rem}.shows-cols h3{font-size:1.575rem}.shows-cols p,.shows-cols li,.shows-cols .where{font-size:1.23rem}.topics{grid-template-columns:repeat(2,1fr);gap:.7rem}.topics div{min-height:4.8rem;font-size:1.29rem;border-radius:14px}.training-lead{font-size:1.26rem}.training-sub{font-size:1.23rem;text-align:left}.faq-list h3{font-size:.86rem}.faq-answer{padding:.9rem 1rem}.faq-answer p{font-size:.84rem}.cta{width:100%;max-width:100%;padding:1.05rem 1.2rem;font-size:1.1rem}.credits-grid{gap:.4rem 1.5rem}.credits-grid p{font-size:1.09rem}.footer{overflow-x:auto;-webkit-overflow-scrolling:touch}.footer .conteudo{background-color:#fadd9d}.footer img{width:100%;max-width:none;background-color:transparent}.footer #logos-footer{width:auto;max-width:90%}.cta-mobile{display:grid;left:1rem;right:1rem;bottom:calc(.9rem + env(safe-area-inset-bottom,0px));width:calc(100dvw - 2rem);max-width:none;padding-inline:1rem}}@media (max-width: 560px){.hero-stage{width:100%;margin:0 auto 1rem;max-height:460px;overflow:hidden}.hero-info{padding-top:.75rem}.hero-tags{font-size:.7rem}.hero-datas{width:100%}.hero-cities{grid-template-columns:repeat(3,1fr);gap:.35rem;max-width:100%}.hero-cities strong{font-size:1.05rem}.hero-cities span{font-size:.72rem}.ribbon img{width:130%;margin-left:-15%}.topics{grid-template-columns:1fr 1fr}.formacao-title{width:min(320px,86vw)}.material{font-size:1.25rem}.hours-more{font-size:1.35rem}.hours-of{font-size:1.4rem}.about-copy{font-size:.95rem;line-height:1.55}.city-card h3{font-size:2rem}.city-range{font-size:1.2rem}.city-body p{font-size:1.05rem}.city-body strong{font-size:1.1rem}.city-body .note{font-size:.98rem}.shows-cols h3{font-size:1.35rem}.shows-cols h3 span{font-size:1.1rem}.shows-cols p,.shows-cols li,.shows-cols .where{font-size:1.02rem}.training-lead{font-size:1.15rem}.training-sub{font-size:1.05rem}.topics div{font-size:1.1rem;min-height:4.2rem}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.cta,.cta-mobile,.site-header,.menu-toggle span{transition:none}}
