*{box-sizing:border-box}#preloader{z-index:99999;background:radial-gradient(circle,#ffead5 0%,#f2d5b8 100%);justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .4s cubic-bezier(.165,.84,.44,1),visibility .4s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.loader-bg-wheels{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.ghost-wheel{opacity:.08;filter:blur(6px)grayscale();position:absolute}.ghost-1{width:400px;animation:40s linear infinite ghost-spin-float-1;top:-100px;left:-100px}.ghost-2{width:300px;animation:35s linear infinite ghost-spin-float-2;bottom:-50px;right:-50px}.ghost-3{width:200px;animation:30s linear infinite ghost-spin-float-3;top:20%;right:15%}@keyframes ghost-spin-float-1{0%{transform:rotate(0)translateY(0)}50%{transform:rotate(180deg)translateY(-40px)}to{transform:rotate(360deg)translateY(0)}}@keyframes ghost-spin-float-2{0%{transform:rotate(360deg)translateY(0)}50%{transform:rotate(180deg)translateY(-30px)}to{transform:rotate(0)translateY(0)}}@keyframes ghost-spin-float-3{0%{transform:rotate(0)translateY(0)}50%{transform:rotate(180deg)translateY(-20px)}to{transform:rotate(360deg)translateY(0)}}#preloader.hide-preloader{opacity:0;visibility:hidden}.loader-content{justify-content:center;align-items:center;display:flex;position:relative}.loader-wheel{filter:drop-shadow(0 15px 30px #ea1d7666);width:140px;height:auto;animation:3s linear infinite loader-spin-float;position:relative}@keyframes loader-spin-float{0%{transform:rotate(0)translateY(0)}50%{transform:rotate(180deg)translateY(-15px)}to{transform:rotate(360deg)translateY(0)}}.loader-logo{z-index:10;filter:drop-shadow(0 5px 15px #ea1d7633);width:50px;height:auto;animation:1.5s ease-in-out infinite loader-pulse;position:absolute}.loader-phrase{color:#ea1d76;white-space:nowrap;letter-spacing:5px;text-transform:uppercase;text-shadow:0 2px 5px #ea1d7633;opacity:0;font-size:1.1rem;font-weight:900;animation:1s ease-out .5s forwards phrase-fade-in;position:absolute;bottom:-60px;left:50%;transform:translate(-50%)}.loader-progress-container{background:#ea1d7614;border:1px solid #ea1d7626;border-radius:10px;width:220px;height:6px;position:absolute;bottom:-90px;left:50%;overflow:hidden;transform:translate(-50%)}.loader-progress-bar{background-color:#ea1d76;width:0%;height:100%;transition:width .1s linear;box-shadow:0 0 15px #ea1d7699}.loader-percentage{color:#ea1d76;letter-spacing:1px;font-size:1rem;font-weight:900;position:absolute;bottom:-135px;left:50%;transform:translate(-50%)}@keyframes phrase-fade-in{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@keyframes loader-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.15)}}body{color:#333;background-color:#ffead5;margin:0;padding:0;font-family:Inter,sans-serif;overflow-x:hidden}.site-wrapper{width:100%;position:relative;overflow-x:clip}.navbar{z-index:1000;background-color:#f6dec5;width:100%;position:fixed;top:0;left:0;box-shadow:0 4px 10px #0000000d}.nav-container{justify-content:space-between;align-items:center;max-width:1300px;margin:0 auto;padding:1.5rem 3%;display:flex}.logo-img{width:auto;height:38px;display:block}.nav-links{gap:2.5rem;padding-left:2rem;display:flex}.nav-links a{color:#ea1d76;letter-spacing:.5px;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .2s,opacity .2s}.nav-links a:hover{color:#be125c}.nav-action .btn-inscricao{color:#fff;background-color:#ea1d76;border-radius:4px;padding:.75rem 2.2rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block}.nav-action .btn-inscricao:hover{background-color:#be125c;transform:translateY(-2px)}.mobile-menu-btn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;display:none}.mobile-menu-btn .bar{background-color:#ea1d76;border-radius:4px;width:28px;height:3px;transition:all .3s}.mobile-btn{display:none}@media (width<=992px){.nav-action{display:none}.mobile-menu-btn{display:flex}.nav-links{-webkit-backdrop-filter:blur(15px);background-color:#ffead5fa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;padding-left:0;transition:right .4s cubic-bezier(.77,0,.175,1);position:fixed;top:0;right:-100%}.nav-links.active{right:0}.nav-links a{font-size:1.5rem}.nav-links a.mobile-btn{color:#fff;text-align:center;background-color:#ea1d76;border-radius:4px;margin-top:1rem;padding:1rem 3rem;font-weight:800;display:inline-block}.nav-links a.mobile-btn:hover{color:#fff;background-color:#be125c}.mobile-menu-btn.active .bar:first-child{transform:translateY(9px)rotate(45deg)}.mobile-menu-btn.active .bar:nth-child(2){opacity:0}.mobile-menu-btn.active .bar:nth-child(3){transform:translateY(-9px)rotate(-45deg)}}.hero-section{z-index:1;background-color:#0000;width:100%;padding-top:130px;position:relative}.roda-decorativa{z-index:-1;filter:drop-shadow(0 15px 30px #ea1d7666);width:320px;transform:translateX(var(--tx)) rotate(0deg);position:absolute}.roda-left{--tx:-55%;animation:40s linear infinite spin-wheel;top:15%;left:0}.roda-right{--tx:50%;animation:40s linear infinite spin-wheel-reverse;bottom:-100px;right:0}@keyframes spin-wheel{0%{transform:translateX(var(--tx)) rotate(0deg)}to{transform:translateX(var(--tx)) rotate(360deg)}}@keyframes spin-wheel-reverse{0%{transform:translateX(var(--tx)) rotate(0deg)}to{transform:translateX(var(--tx)) rotate(-360deg)}}@media (width<=992px){.roda-decorativa{width:160px}.roda-left{--tx:-50%;top:5%}.roda-right{--tx:50%;bottom:-15px}}.hero-images{justify-content:center;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 5%;display:flex}.img-hero{object-fit:contain;border-radius:8px;width:50%;height:auto}@media (width<=768px){.hero-images{flex-direction:column;gap:1rem;padding:0 4%}.img-hero{width:90%;max-width:400px;margin:0 auto}}.impact-phrase{text-align:center;z-index:10;width:100%;margin-top:1rem;padding:3rem 5%;position:relative}.impact-phrase h2{color:#ea1d76;letter-spacing:.5px;margin:0;font-size:2.2rem;font-weight:400}.impact-phrase h2 strong{font-weight:800}@media (width<=768px){.impact-phrase{padding:1.5rem 5%}.impact-phrase h2{letter-spacing:0;font-size:1.25rem}}.sobre-section{z-index:1;width:100%;padding:6rem 5% 4rem;position:relative}.roda-sobre{z-index:-1;transform:translateX(var(--tx)) rotate(0deg);position:absolute}.roda-verde-left{--tx:-50%;filter:drop-shadow(0 15px 30px #a2d02466);width:160px;animation:30s linear infinite spin-wheel-reverse;bottom:20%;left:0}.roda-verde-top-right{--tx:-50%;filter:drop-shadow(0 15px 30px #a2d02466);opacity:.9;width:280px;animation:35s linear infinite spin-wheel;top:5%;left:65%}.roda-rosa-bottom-right{--tx:30%;filter:drop-shadow(0 15px 30px #ea1d7666);width:380px;animation:40s linear infinite spin-wheel;bottom:-80px;right:0}.sobre-container{align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.sobre-text{z-index:2;flex:1;padding-right:2rem}.sobre-text h2{color:#ea1d76;letter-spacing:-1px;margin-top:0;margin-bottom:2rem;font-size:3.5rem;font-weight:800;line-height:1.1}.sobre-paragraphs{color:#ea1d76;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;font-size:1.15rem;font-weight:500;line-height:1.5;display:flex}.sobre-paragraphs p{max-width:600px;margin:0}.btn-sobre{color:#fff;background-color:#ea1d76;border-radius:6px;padding:1rem 3.5rem;font-size:1.25rem;font-weight:800;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-block;box-shadow:0 4px 15px #ea1d764d}.btn-sobre:hover{background-color:#be125c;transform:translateY(-2px)}.sobre-image{flex:1;justify-content:flex-end;display:flex;position:relative}.img-mulher{object-fit:contain;z-index:2;width:100%;max-width:580px;height:auto}@media (width<=992px){.sobre-container{flex-direction:column;align-items:center;gap:2rem}.sobre-text{text-align:center;padding-right:0}.sobre-paragraphs{text-align:justify;padding:0 1rem}.sobre-paragraphs p{margin:0 auto}.sobre-text h2{font-size:2.6rem}.sobre-image{justify-content:center}.roda-verde-top-right{opacity:.6;width:150px;top:55%;left:auto;right:-60px}}@media (width<=768px){.sobre-text h2{margin-top:1rem;font-size:2.3rem}.roda-rosa-bottom-right{--tx:55%;width:280px;bottom:5%}.roda-verde-left{--tx:-40%;width:150px}.roda-verde-top-right{width:180px;top:58%;right:-50px}}.circuitos-section{text-align:center;z-index:1;width:100%;padding:6rem 5% 4rem;position:relative}.section-title{color:#ea1d76;text-transform:uppercase;letter-spacing:-1px;margin-top:0;margin-bottom:4rem;font-size:3rem;font-weight:900}.circuitos-container{justify-content:center;gap:4rem;max-width:1000px;margin:0 auto;display:flex}.circuito-card{color:#fff;background-color:#ea1d76;border-radius:20px;flex-direction:column;flex:1;align-items:center;max-width:450px;padding:3rem 2rem;display:flex;position:relative;box-shadow:0 10px 30px #ea1d7633}.circuito-content{z-index:3;flex-direction:column;align-items:center;width:100%;display:flex}.circuito-card h3{margin:0;font-size:4rem;font-weight:900;line-height:1}.circuito-card p{text-transform:uppercase;margin:1.5rem 0 2rem;font-size:1.15rem;font-weight:500}.circuito-card p strong{font-weight:900}.btn-circuito{color:#ea1d76;text-transform:uppercase;background-color:#fff;border-radius:6px;padding:.8rem 2.5rem;font-size:1.15rem;font-weight:900;text-decoration:none;transition:transform .2s,background-color .2s;box-shadow:0 4px 10px #0000001a}.btn-circuito:hover{background-color:#f8f8f8;transform:translateY(-2px)}.roda-circuito{z-index:-1;position:absolute}.roda-5km{--tx:0%;filter:drop-shadow(0 15px 30px #a2d02466);width:240px;animation:30s linear infinite spin-wheel;bottom:-50px;right:-60px}.roda-3km{--tx:0%;filter:drop-shadow(0 15px 30px #a2d02466);width:280px;animation:35s linear infinite spin-wheel-reverse;top:-60px;right:-60px}@media (width<=768px){.circuitos-container{flex-direction:column;align-items:center;gap:3rem}.section-title{margin-bottom:3rem;font-size:2.5rem}.circuito-card h3{font-size:3.5rem}.roda-3km{width:220px;inset:auto auto -60px -60px}.roda-5km{width:200px;bottom:-60px;right:-60px}}.hype-section{z-index:1;width:100%;padding:10rem 5% 8rem;position:relative}.hype-container{align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.hype-text{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.hype-logo{width:280px;height:auto;margin-bottom:2rem}.hype-subtitle{color:#ea1d76;text-transform:uppercase;margin-bottom:1.5rem;font-size:1.5rem;font-weight:900}.hype-title{color:#a2d024;white-space:nowrap;margin-top:0;margin-bottom:3rem;font-size:3rem;font-weight:900;line-height:1.4}.btn-saiba-mais{color:#fff;text-transform:uppercase;background-color:#ea1d76;border-radius:6px;padding:1.2rem 4rem;font-size:1.4rem;font-weight:900;text-decoration:none;transition:transform .2s,background-color .2s;box-shadow:0 4px 15px #ea1d764d}.btn-saiba-mais:hover{background-color:#be125c;transform:translateY(-2px)}.hype-image-container{z-index:2;flex:1;justify-content:center;display:flex;position:relative}.hype-copos{z-index:3;object-fit:contain;width:100%;max-width:850px;height:auto}.roda-hype{z-index:1;position:absolute}.roda-hype-rosa{--tx:0%;filter:drop-shadow(0 15px 30px #ea1d7666);width:380px;animation:35s linear infinite spin-wheel;top:40px;left:20px}.roda-hype-verde{--tx:0%;filter:drop-shadow(0 15px 30px #a2d02466);width:300px;animation:30s linear infinite spin-wheel-reverse;bottom:20px;right:20px}@media (width<=992px){.hype-container{flex-direction:column;gap:4rem}}@media (width<=768px){.hype-section{padding:4rem 1.5rem 2rem}.hype-container{gap:2rem}.hype-title{margin-bottom:2rem;font-size:1.8rem}.roda-hype-rosa{width:220px;top:20px;left:20px}.roda-hype-verde{width:200px;bottom:20px;right:20px}.hype-image-container{justify-content:center;width:100%;display:flex;overflow:visible}.hype-copos{z-index:3;flex-shrink:0;transform:translate(4%);width:130%!important;max-width:none!important}}.global-ghost-container{pointer-events:none;z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.global-ghost{opacity:.05;filter:blur(10px)grayscale();position:absolute}.g-ghost-1{width:500px;animation:70s linear infinite ghost-spin-float-1;top:15%;right:-100px}.g-ghost-2{width:400px;animation:60s linear infinite ghost-spin-float-2;top:45%;left:-150px}.g-ghost-3{width:600px;animation:80s linear infinite ghost-spin-float-3;top:75%;right:-200px}.g-ghost-4{width:350px;animation:50s linear infinite ghost-spin-float-1;top:90%;left:10%}.g-ghost-5{opacity:.04;width:450px;animation:65s linear infinite ghost-spin-float-3;top:30%;left:20%}.g-ghost-6{opacity:.03;width:550px;animation:75s linear infinite ghost-spin-float-2;top:60%;right:5%}.g-ghost-7{opacity:.04;width:300px;animation:55s linear infinite ghost-spin-float-1;top:50%;left:45%}.g-ghost-8{opacity:.03;width:480px;animation:85s linear infinite ghost-spin-float-2;top:10%;left:-100px}.sponsors-section{z-index:1;text-align:center;width:100%;padding:8rem 5%;position:relative}.sponsors-container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.sponsors-title{color:#ea1d76;text-transform:uppercase;letter-spacing:-1px;margin-bottom:5rem;font-size:3.5rem;font-weight:900}.tier-master{justify-content:center;margin-bottom:4rem;display:flex}.tier-silver{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-bottom:4rem;display:flex}.tier-bronze{grid-template-columns:repeat(5,1fr);gap:1.5rem;max-width:1100px;margin:0 auto 5rem;display:grid}.logo-card{background:#ffffff4d;border:1.5px solid #3333331a;border-radius:24px;justify-content:center;align-items:center;padding:2rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.logo-card:hover{border-color:#ea1d764d;transform:translateY(-5px);box-shadow:0 10px 25px #ea1d761a}.card-master{width:100%;max-width:400px;height:200px}.card-silver{width:100%;max-width:280px;height:160px}.card-bronze{border-radius:18px;width:100%;height:110px;padding:1rem}.logo-placeholder{text-transform:uppercase;letter-spacing:1px;font-size:1.2rem;font-weight:900}.card-master .logo-placeholder{color:#ffb800;font-size:1.8rem}.card-silver .logo-placeholder{color:#8c8c8c;font-size:1.4rem}.card-bronze .logo-placeholder{color:#b5845c;font-size:.9rem}.sponsors-action{margin-top:2rem}.btn-sponsor{color:#fff;text-transform:uppercase;background-color:#ea1d76;border-radius:8px;padding:1rem 3rem;font-size:1.1rem;font-weight:900;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #ea1d764d}.btn-sponsor:hover{background-color:#be125c;transform:scale(1.05)}.roda-sponsor{z-index:1;pointer-events:none;position:absolute}.roda-sponsor-right{filter:drop-shadow(0 15px 30px #ea1d7666);width:350px;animation:25s linear infinite sponsor-spin-float-right;top:80px;right:-180px}.roda-sponsor-left{filter:drop-shadow(0 15px 30px #a2d02466);width:250px;animation:20s linear infinite sponsor-spin-float-left;bottom:120px;left:-120px}@keyframes sponsor-spin-float-right{0%{transform:rotate(0)translateY(0)}50%{transform:rotate(180deg)translateY(-30px)}to{transform:rotate(360deg)translateY(0)}}@keyframes sponsor-spin-float-left{0%{transform:rotate(360deg)translateY(0)}50%{transform:rotate(180deg)translateY(-25px)}to{transform:rotate(0)translateY(0)}}@media (width<=992px){.tier-bronze{grid-template-columns:repeat(3,1fr)}.sponsors-title{font-size:2.5rem}}@media (width<=768px){.tier-silver{flex-direction:column;align-items:center;gap:1.5rem}.tier-bronze{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 10px}.card-master,.card-silver{width:100%;max-width:90%}.roda-sponsor-right{width:220px;top:250px;right:-80px}.roda-sponsor-left{width:180px;bottom:100px;left:-60px}}
