:root{--c-mint: #50f9cd;--c-neon: #00ff55;--c-volt: #e5ff00;--c-burgundy: #7c1220;--c-dark-green: #00331a;--c-black: #030805}.mundial-scope{font-family:Teko,sans-serif;background-color:var(--c-black);color:var(--c-mint);overflow-x:hidden;position:relative;line-height:1.2}.mundial-scope .top-bar{background-color:var(--c-neon);color:var(--c-black);padding:10px 0;overflow:hidden;white-space:nowrap;position:relative;z-index:50;box-shadow:0 4px 15px #00ff554d}.mundial-scope .marquee{display:inline-block;animation:scrollMarquee 25s linear infinite;font-size:1.4rem;font-weight:600;letter-spacing:3px;text-transform:uppercase}.mundial-scope .marquee span{padding:0 2vw}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.mundial-scope .hero{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem;overflow:hidden;z-index:10;min-height:85vh}.mundial-scope .bg-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:var(--c-black);overflow:hidden}.mundial-scope .shape{position:absolute;border-radius:40% 60% 70% 30%/40% 50% 60%;animation:morph 15s ease-in-out infinite both alternate;opacity:.9;filter:blur(50px)}.mundial-scope .shape-1{width:120vw;height:120vw;background:var(--c-dark-green);top:-30vw;left:-10vw;animation-duration:25s}.mundial-scope .shape-2{width:80vw;height:80vw;background:radial-gradient(circle,var(--c-neon) 0%,transparent 60%);bottom:-20vw;right:-10vw;animation-duration:18s;animation-delay:-3s}.mundial-scope .shape-3{width:60vw;height:60vw;background:radial-gradient(circle,var(--c-mint) 0%,transparent 70%);top:10vw;left:10vw;animation-duration:22s}.mundial-scope .shape-4{width:90vw;height:50vw;background:radial-gradient(circle,var(--c-burgundy) 0%,transparent 60%);bottom:10vh;left:-10vw;animation-duration:15s;animation-delay:-7s}.mundial-scope .shape-5{width:70vw;height:70vw;background:radial-gradient(circle,var(--c-volt) 0%,transparent 50%);top:-10vh;right:-10vw;animation-duration:20s}@keyframes morph{0%{border-radius:40% 60% 70% 30%/40% 50% 60%;transform:rotate(0) scale(1)}to{border-radius:60% 40% 30% 70%/50% 60% 40% 50%;transform:rotate(180deg) scale(1.15)}}.mundial-scope .noise-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");pointer-events:none}.mundial-scope .content-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1200px;width:100%}.mundial-scope .title{font-size:clamp(5rem,15vw,12rem);font-weight:700;text-transform:uppercase;line-height:.85;margin:0;transform:skew(-12deg);color:transparent;-webkit-text-stroke:2px var(--c-volt);text-shadow:8px 8px 0 var(--c-dark-green),15px 15px 0 var(--c-burgundy);letter-spacing:2px}.mundial-scope .subtitle{font-size:clamp(1.5rem,3vw,2.5rem);color:var(--c-mint);margin-top:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:5px;text-shadow:0 0 15px rgba(80,249,205,.6);transform:skew(-8deg)}.mundial-scope .countdown-wrapper{margin:4rem 0;background:#00331a66;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(80,249,205,.3);border-radius:20px;padding:2.5rem 4rem;display:flex;gap:clamp(1.5rem,5vw,4rem);box-shadow:0 30px 60px -15px #000000e6,inset 0 0 30px #00ff5526;transform:skew(-5deg)}.mundial-scope .time-box{display:flex;flex-direction:column;align-items:center;min-width:80px}.mundial-scope .time-value{font-size:clamp(3.5rem,7vw,6rem);font-weight:700;color:var(--c-neon);line-height:.9;text-shadow:0 0 20px rgba(0,255,85,.6)}.mundial-scope .time-label{font-size:clamp(1rem,1.5vw,1.5rem);color:var(--c-volt);letter-spacing:3px;text-transform:uppercase;margin-top:10px}.mundial-scope .cta-container{margin-top:1rem}.mundial-scope .cta-button{position:relative;background:var(--c-burgundy);color:var(--c-volt);font-family:Teko,sans-serif;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;text-transform:uppercase;padding:1rem 4rem;border:none;cursor:pointer;letter-spacing:3px;transform:skew(-12deg);transition:all .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 0 30px #7c1220cc;text-decoration:none;display:inline-block}.mundial-scope .cta-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:3px solid var(--c-volt);transform:translate(10px,10px);transition:all .3s ease;z-index:-1}.mundial-scope .cta-button:hover{transform:skew(-12deg) scale(1.05) translateY(-5px);box-shadow:0 15px 40px var(--c-burgundy),0 0 20px var(--c-burgundy);color:var(--c-mint)}.mundial-scope .cta-button:hover:after{transform:translate(0);border-color:var(--c-mint)}@media(max-width:768px){.mundial-scope .countdown-wrapper{padding:1.5rem 2rem;gap:1.5rem;flex-wrap:wrap;justify-content:center;border-radius:15px;transform:skew(0)}.mundial-scope .title{text-shadow:5px 5px 0 var(--c-dark-green),10px 10px 0 var(--c-burgundy);-webkit-text-stroke:1px var(--c-volt)}.mundial-scope .time-box{min-width:60px}.mundial-scope .cta-button{padding:1rem 2.5rem}}.degradado-transicion{width:100%;height:180px;background:linear-gradient(to bottom,#030805,#fff);position:relative;z-index:20;margin-bottom:-30px}
/*# sourceMappingURL=/cdn/shop/t/9/assets/mundial-styles.css.map */
