:root{--color-bg:#161616;--color-bg-alt:#1f1f1f;--color-surface:#262626;--color-primary:#ffc700;--color-primary-dark:#e6a800;--color-secondary:#ec1f83;--color-text:#fff;--color-text-muted:#c6c6c6;--color-border:#ffffff1f;--font-heading:"hitmarker-regular",sans-serif;--font-body:"hitmarker-regular",sans-serif;--navbar-height:76px;--content-max-width:1200px;--shadow-soft:0 10px 30px #00000059}@font-face{font-family:hitmarker-Regular;font-style:normal;font-weight:400;src:url(/static/media/HitmarkerCondensed-Regular.6fd169f61b8e5a980696.ttf) format("truetype")}@font-face{font-family:hitmarkerR-regular;font-style:normal;font-weight:400;src:url(/static/media/HitmarkerText-Regular.a229dca0d3d6a17517d5.ttf) format("truetype")}@font-face{font-family:hitmarkerR-medium;font-style:normal;font-weight:500;src:url(/static/media/HitmarkerText-Medium.d95156dc973e00034d9d.ttf) format("truetype")}@font-face{font-family:hitmarker-Bold;font-style:normal;font-weight:700;src:url(/static/media/HitmarkerCondensed-Bold.20184e8430604b3c6af2.ttf) format("truetype")}@font-face{font-family:hitmarker-Medium;font-style:normal;font-weight:500;src:url(/static/media/HitmarkerCondensed-Medium.2448c9f6ec1ff5c6a900.ttf) format("truetype")}.hitmarker-font-regular{font-family:hitmarker-regular,sans-serif;font-style:normal;font-weight:400}.hitmarker-font-bold{font-family:hitmarker-Bold,sans-serif;font-style:normal;font-weight:700}.hitmarker-font-medium{font-family:hitmarker-Medium,sans-serif;font-style:normal;font-weight:500}*{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#161616;background-color:var(--color-bg);color:#fff;color:var(--color-text);font-family:hitmarker-regular,sans-serif;font-family:var(--font-body);margin:0}h1,h2,h3,h4{font-family:hitmarker-regular,sans-serif;font-family:var(--font-heading);margin:0}p{margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:hitmarker-regular,sans-serif;font-family:var(--font-body)}ul{list-style:none;margin:0;padding:0}img{display:block;max-width:100%}.container{margin:0 auto;max-width:1200px;max-width:var(--content-max-width);width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;background-color:initial!important;display:flex;height:var(--navbar-height);justify-content:space-around;left:0;position:fixed;right:0;top:0;transition:transform .38s cubic-bezier(.16,1,.3,1);will-change:transform;z-index:500}.navbar--hidden{transform:translateY(-100%)}@keyframes navbarDropIn{0%{opacity:0;transform:translateY(-28px) rotate(0deg);transform:translateY(-28px) rotate(var(--rot,0deg))}to{opacity:1;transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(var(--rot,0deg))}}.navbar__inner{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0;min-width:100%;position:relative;z-index:1}.navbar__brand{animation:navbarDropIn .6s cubic-bezier(.16,1,.3,1) both;color:var(--color-text);font-family:var(--font-heading);font-size:22px;font-weight:600;letter-spacing:.5px;margin-left:16px;transform:ease-in-out;-webkit-transform:ease-in-out;-moz-transform:ease-in-out;-ms-transform:ease-in-out;-o-transform:ease-in-out}.navbar__brand img:hover{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}.navbar__brand span{color:var(--color-primary)}.navbar__menu{animation:navbarDropIn .6s cubic-bezier(.16,1,.3,1) .12s both;margin-right:16px;position:relative}.navbar__toggle{align-items:center;background-color:initial;border:1px solid #0000;border-radius:10px;display:flex;flex-direction:column;gap:5px;height:44px;justify-content:center;transition:background-color .2s ease;-webkit-transition:background-color .2s ease;-moz-transition:background-color .2s ease;-ms-transition:background-color .2s ease;-o-transition:background-color .2s ease;width:44px}.navbar__toggle span{background-color:#fff;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;height:2px;transition:transform .2s ease,opacity .2s ease;width:20px}.navbar__toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.navbar__toggle.is-open span:nth-child(2){opacity:0}.navbar__toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__social-image{height:42px;max-height:42px;max-width:58px;object-fit:contain;width:58px}.navbar__popup{animation:navbar-popup-in .15s ease-out;border-radius:14px;display:flex;flex-direction:column;gap:10px;padding:14px 24px 14px 14px;position:absolute;right:-10px;top:calc(100% + 20px);transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);-webkit-transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);-moz-transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);-ms-transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);-o-transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);width:300px}@keyframes navbar-popup-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.navbar__popup-title{color:var(--color-text-muted);font-size:11px;letter-spacing:1px;margin-bottom:6px;text-transform:uppercase}.navbar__popup-group ul{display:flex;flex-direction:column;gap:6px;margin-top:12x}.navbar__social-group{display:flex;gap:10px;justify-content:center;margin-top:10px}.navbar__popup-group a,.navbar__popup-group button{background:none;border:none;border-radius:8px;color:var(--color-text);display:block;font-family:var(--font-body);font-size:20px;padding:8px 10px;text-align:left;text-align:center;width:100%}.navbar__popup-group a:hover,.navbar__popup-group button:hover{background-color:#ffff0d2d;color:#ffff0d}.navbar__popup-divider{background-color:var(--color-border);height:1px}.footer{background-color:initial!important;top:0;width:100%;z-index:1}.footer,.footer__container{min-height:290px;position:relative}.footer__container{height:290px;max-height:290px}.footer__background{bottom:0;max-height:335px;min-height:335px;position:absolute;width:100%;z-index:1}.footer__inner-container{flex-direction:column;height:100%;justify-content:center;top:10px}.footer__inner-buttons,.footer__inner-container{align-items:center;display:flex;position:relative;z-index:1}.footer__inner-buttons{flex-direction:row;gap:16px;justify-content:space-between;margin-top:0;padding-left:5%;padding-right:5%;width:100%}.footer__inner-button{color:#fff;cursor:pointer;font-size:20px;text-align:center;width:33%}.footer__social-group{align-items:center;display:flex;gap:16px;justify-content:center;margin-top:6px}.footer__socials{cursor:pointer;width:50px}.footer__logo{height:112px;margin-bottom:20px;margin-top:20px;width:130px}.footer__inner{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1.4fr 1fr 1fr;padding-bottom:32px;padding-top:48px}@media (max-width:720px){.footer__inner{grid-template-columns:1fr}.footer__social-group{margin-bottom:20px}.footer{min-height:340px}.footer__background{bottom:0;max-height:408px;min-height:408px;object-fit:cover;position:absolute;width:100%;z-index:1}.footer__inner-buttons{flex-direction:column;gap:16px;padding-left:0;padding-right:0;width:100%}.footer__inner-button{font-size:16px;width:100%!important}.footer__container{height:100%;max-height:100%;min-height:0}}.intro{align-items:center;background:#000;display:flex;inset:0;justify-content:center;position:fixed;transition:opacity .7s ease;z-index:9999}.intro--fade{opacity:0;pointer-events:none}.intro__video{height:100%;object-fit:cover;width:100%}@keyframes bob-and-tilt2{0%,to{transform:translateY(2px) rotate(0deg);-webkit-transform:translateY(2px) rotate(0deg);-moz-transform:translateY(2px) rotate(0deg);-ms-transform:translateY(2px) rotate(0deg);-o-transform:translateY(2px) rotate(0deg)}50%{transform:translateY(-8px) rotate(-4deg);-webkit-transform:translateY(-8px) rotate(-4deg);-moz-transform:translateY(-8px) rotate(-4deg);-ms-transform:translateY(-8px) rotate(-4deg);-o-transform:translateY(-8px) rotate(-4deg)}}.embajadores-section{align-items:center;background-image:var(--bg-desktop);background-position:50%;background-size:100% 100%;display:flex;max-height:100vh;min-height:calc(90vh - 50px);overflow:visible;padding:100px;position:relative;top:-4px;width:100%}.embajadores-sticker-container{height:0;left:0;overflow:visible;position:absolute;top:0;width:0;z-index:1}.embajadores-section__sticker1{left:88vw;min-height:170px;min-width:170px;overflow:visible;position:absolute;top:40vh;z-index:1}.embajadores-section__sticker2{left:5vw;min-width:250px;overflow:visible;position:absolute;rotate:-25deg;top:62vh;transform:scaleX(-1);-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);z-index:1}.embajadores-section__content{align-items:center;display:flex;flex-direction:column;height:100%;position:relative;width:100%;z-index:2}.embajadores-section__footer{height:auto;width:100%}.embajadores-section__footer-container{height:auto;margin-top:0;max-width:664px;width:60%}.embajadores-section__controls-container{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:20px}.embajadores-text-container{animation:bob-and-tilt2 6s ease-in-out infinite;-webkit-animation:bob-and-tilt2 6s ease-in-out infinite}.embajadores-text-container,.embajadores-text-container2{height:0;overflow:visible;width:0}.embajadores-text{font-size:24px;min-height:100px;min-width:100px;position:relative;right:120px;text-align:center;top:-12px}.embajadores-section__deco{height:auto;max-width:180px;width:50%}.embajadores-section__control{margin-right:20px}.embajadores-section__control,.embajadores-section__control--right{transition:transform .5s ease-in-out;-webkit-transition:transform .5s ease-in-out;-moz-transition:transform .5s ease-in-out;-ms-transition:transform .5s ease-in-out;-o-transition:transform .5s ease-in-out;width:40px}.embajadores-section__control--right{margin-left:20px}.embajadores-section__control--right:active,.embajadores-section__control:active{cursor:pointer;transform:translateX(-50%) scale(.5);-webkit-transform:translateX(-50%) scale(.5);-moz-transform:translateX(-50%) scale(.5);-ms-transform:translateX(-50%) scale(.5);-o-transform:translateX(-50%) scale(.5)}.embajadores-section__content-items{display:flex;flex-direction:row;height:auto;justify-content:center;overflow:visible;padding:15px;position:relative;width:100%}.embajadores-section__title{height:auto;width:70%}.embajadores-section__brand{min-height:auto;min-width:170px;position:relative;right:34vw;top:-120px}.embajadores-section__poster{width:60%}.embajadores-section__button{bottom:8vw;left:-5vw;min-height:auto;min-width:clamp(250px,30vw,550px);position:relative;transition:transform .3s ease-in-out;z-index:5}.embajadores-section__button2{animation:bob-and-tilt 6s ease-in-out infinite;bottom:16vw;left:18vw;min-height:auto;min-width:clamp(100px,10vw,150px);position:relative;z-index:5}.embajadores-section__button:hover{transform:scale(1.05)}.embajadores-section__content,.embajadores-sticker-container{transition:opacity .8s ease,transform .8s ease;-webkit-transition:opacity .8s ease,transform .8s ease;-moz-transition:opacity .8s ease,transform .8s ease;-ms-transition:opacity .8s ease,transform .8s ease;-o-transition:opacity .8s ease,transform .8s ease}.embajadores-section--visible .embajadores-section__content{animation:fadeSlideDown .7s cubic-bezier(.22,.61,.36,1) .1s forwards;-webkit-animation:fadeSlideDown .7s cubic-bezier(.22,.61,.36,1) .1s forwards}@media (max-width:720px){.embajadores-section{background-image:var(--bg-mobile);background-size:100% 100%;min-height:clamp(700px,90vh,750px);padding:10px;top:-6px}.embajadores-section__poster{width:90%}.embajadores-section__button{left:0;min-height:0;min-width:0;position:relative;top:10px;width:90%}.embajadores-section__button2{bottom:19vw}.embajadores-section__sticker1{left:-12vw;top:72vh}.embajadores-section__content-items{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;padding:0}.embajadores-section__footer-container{position:relative;top:30px;width:90%}.embajadores-section__title{margin-bottom:10px;padding-top:50px;width:90%}.embajadores-section__brand{min-height:100px;min-width:120px;right:48vw;rotate:0deg;top:-30px}}@keyframes slideFromLeft{0%{opacity:0;transform:translate(calc(-50% - 120px),-50%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes slideFromRight{0%{opacity:0;transform:translate(calc(-50% + 120px),-50%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes social-shake{0%{transform:translate(-50%,-50%)}0.8%{transform:translate(calc(-50% - 5px),-50%)}1.6%{transform:translate(calc(-50% + 5px),-50%)}2.4%{transform:translate(calc(-50% - 5px),-50%)}3.2%{transform:translate(calc(-50% + 5px),-50%)}4%{transform:translate(calc(-50% - 4px),-50%)}4.8%{transform:translate(calc(-50% + 4px),-50%)}5.6%{transform:translate(calc(-50% - 3px),-50%)}6.4%{transform:translate(calc(-50% + 3px),-50%)}7.2%{transform:translate(calc(-50% - 2px),-50%)}8%{transform:translate(calc(-50% + 2px),-50%)}9%{transform:translate(-50%,-50%)}to{transform:translate(-50%,-50%)}}.inicio-section{align-items:center;background-image:var(--bg-desktop);background-position:50%;background-size:100% 100%;display:flex;min-height:calc(100vh - 76px);overflow:hidden;position:relative;top:-2px}.inicio-section__overlay{inset:0;position:absolute}.inicio-section__content{align-items:center;display:flex;flex-direction:column;min-height:600px;position:relative;top:-4vh;z-index:1}.inicio-section__home-mark{height:auto;left:50%;max-width:1000px;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:100%;z-index:1}.inicio-section__home-elreto{cursor:pointer;height:100px;padding-top:20px;transition:transform .4s ease;-webkit-transition:transform .4s ease;-moz-transition:transform .4s ease;-ms-transition:transform .4s ease;-o-transition:transform .4s ease;width:auto}.inicio-section__home-elreto:hover{transform:scale(1.15);-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transition:transform .3s ease}@keyframes art-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-14px);-webkit-transform:translateY(-14px);-moz-transform:translateY(-14px);-ms-transform:translateY(-14px);-o-transform:translateY(-14px)}}@keyframes art-bob-i{0%,to{transform:translateY(0)}50%{transform:translateY(14px);-webkit-transform:translateY(14px);-moz-transform:translateY(14px);-ms-transform:translateY(14px);-o-transform:translateY(14px)}}@keyframes scale-bob{0%,to{transform:Scale(1);-webkit-transform:Scale(1);-moz-transform:Scale(1);-ms-transform:Scale(1);-o-transform:Scale(1)}50%{transform:Scale(.9);-webkit-transform:Scale(.9);-moz-transform:Scale(.9);-ms-transform:Scale(.9);-o-transform:Scale(.9)}}.inicio-section__home-logo-container{left:24%;max-width:500px;min-width:170px;width:30%}.inicio-section__home-logo-container,.inicio-section__home-logo-container-2{animation:art-bob 10s ease-in-out infinite;-webkit-animation:art-bob 10s ease-in-out infinite;height:auto;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);z-index:10}.inicio-section__home-logo-container-2{left:78%;max-width:480px;min-width:180px;width:35%}.inicio-section__home-logo{height:auto;margin-bottom:20px;max-width:250px;min-width:179px;width:22%}@media (max-height:750px){.inicio-section__home-logo{margin-bottom:10px;margin-top:15px;width:18%}}.inicio-section__home-ghost,.inicio-section__home-girl{position:absolute;width:100%}.inicio-section__home-facebook,.inicio-section__home-instagram,.inicio-section__home-tiktok{transition:opacity .4s ease,transform .4s ease}.inicio-section__social--hidden{opacity:0!important;pointer-events:none;transform:translate(-50%,-30%)!important}.inicio-section__home-tiktok{left:calc(100% - 30px);position:fixed;top:70%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transition:transform .3s ease;width:75px;z-index:1000}.inicio-section__home-facebook:hover,.inicio-section__home-instagram:hover,.inicio-section__home-tiktok:hover{transform:translate(-50%,-50%) scale(1.1) translateX(-10px);-webkit-transform:translate(-50%,-50%) scale(1.1) translateX(-10px);-moz-transform:translate(-50%,-50%) scale(1.1) translateX(-10px);-ms-transform:translate(-50%,-50%) scale(1.1) translateX(-10px);-o-transform:translate(-50%,-50%) scale(1.1) translateX(-10px)}.inicio-section__home-facebook{top:calc(70% + 120px)}.inicio-section__home-facebook,.inicio-section__home-instagram{left:calc(100% - 30px);position:fixed;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:75px;z-index:1000}.inicio-section__home-instagram{top:calc(70% + 60px)}.inicio-section__home-tiktok-mobile{height:auto;left:calc(50% - 80px);position:absolute;top:75vh;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:50px;z-index:100}.inicio-section__home-facebook-mobile{left:calc(50% + 80px)}.inicio-section__home-facebook-mobile,.inicio-section__home-instagram-mobile{position:absolute;top:75vh;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:70px;z-index:100}.inicio-section__home-instagram-mobile{height:auto;left:50%}.inicio-section__eyebrow{color:var(--color-secondary);font-family:var(--font-heading);font-size:18px;letter-spacing:4px;margin-bottom:8px;text-transform:uppercase}.inicio-section__title{color:var(--color-text);font-family:hitmarker-Bold,sans-serif;font-size:clamp(14px,2vw,36px);font-weight:700;line-height:1.05;text-align:center;text-transform:uppercase;width:50%}.inicio-section__subtitle{color:#fff;font-family:hitmarkerR-Regular,sans-serif;font-size:16px;margin-bottom:20px;margin-top:4px;text-align:center;width:50%}.inicio-section__home-cod-logo{height:auto;margin-bottom:20px;max-width:200px;top:42.5%;width:20%}@media (max-width:720px){.inicio-section__home-elreto{height:80px;padding-top:20px}.inicio-section{background-image:var(--bg-mobile);background-size:100% 100%;opacity:1}.inicio-section__home-mark{max-height:530px;top:58%;width:100%}.inicio-section__home-cod-logo{width:139px}.inicio-section__home-logo-container{left:5%;top:20%}.inicio-section__home-logo-container-2{left:45%;top:19%}.inicio-section__home-logo{height:auto;top:12%;width:179px}.inicio-section__content{top:-50px}.inicio-section__home-girl{left:92.5%;top:20%}.inicio-section__home-ghost{left:10%;top:20%}.inicio-section__title{font-size:clamp(20px,8vw,32px);margin-top:20px;max-width:400px;width:100%}.inicio-section__subtitle{font-size:14px;width:85%}}@media (max-height:781px){.inicio-section__home-mark{height:80%;top:58%;width:100%}}@media (max-width:720px){.inicio-section__home-facebook-mobile,.inicio-section__home-instagram-mobile,.inicio-section__home-tiktok-mobile{top:68vh}}@media (max-height:800px) and (max-width:720px){.inicio-section__content{gap:0;top:0}.inicio-section__title{margin-top:0}.inicio-section__home-elreto{padding-top:20px}.inicio-section__home-facebook-mobile,.inicio-section__home-instagram-mobile,.inicio-section__home-tiktok-mobile{top:73vh}.inicio-section__home-logo{min-width:149px;width:20vh}.inicio-section__content{gap:0;top:0}.inicio-section__title{margin-top:0}.inicio-section__home-elreto{padding-top:20px}.inicio-section__home-facebook-mobile,.inicio-section__home-instagram-mobile,.inicio-section__home-tiktok-mobile{top:72vh}}@media (max-height:750px) and (max-width:720px){.inicio-section__home-facebook-mobile,.inicio-section__home-instagram-mobile,.inicio-section__home-tiktok-mobile{top:70vh}}@media (max-height:700px) and (max-width:720px){.inicio-section__content{gap:-5px;top:10px}.inicio-section__home-facebook-mobile,.inicio-section__home-instagram-mobile,.inicio-section__home-tiktok-mobile{top:72vh}.inicio-section__home-logo{min-width:149px;top:12%;width:20vh}}@media (max-height:720px) and (min-width:720px){.inicio-section__content{top:1vh}.inicio-section__home-logo-container-2{left:82%}.inicio-section__home-logo-container{left:19%}}@media (max-height:800px) and (min-width:800px) and (max-width:1024px){.inicio-section__content{top:1vh}.inicio-section__home-logo-container-2{left:82%}.inicio-section__home-logo-container{left:19%}}.inicio-section__content,.inicio-section__home-cod-logo,.inicio-section__home-facebook-mobile,.inicio-section__home-ghost,.inicio-section__home-girl,.inicio-section__home-instagram-mobile,.inicio-section__home-logo,.inicio-section__home-mark,.inicio-section__home-tiktok-mobile{opacity:1}.inicio-section__home-ghost,.inicio-section__home-girl{opacity:0}.inicio-section--visible .inicio-section__home-ghost{animation:slideFromLeft .7s cubic-bezier(.22,.61,.36,1) .1s forwards}.inicio-section--visible .inicio-section__home-girl{animation:slideFromRight .7s cubic-bezier(.22,.61,.36,1) .1s forwards}.inicio-section--visible .inicio-section__home-logo{animation:fadeIn .6s ease .3s forwards}.inicio-section--visible .inicio-section__home-cod-logo{animation:fadeIn .6s ease .4s forwards}.inicio-section--visible .inicio-section__home-mark{animation:fadeIn .8s ease 0s forwards}.inicio-section--visible .inicio-section__content{animation:fadeSlideUp .7s ease .35s forwards}.inicio-section--visible .inicio-section__home-tiktok-mobile{animation:fadeIn .5s ease .5s forwards,social-shake 8s linear 2s infinite}.inicio-section--visible .inicio-section__home-facebook-mobile{animation:fadeIn .5s ease .65s forwards,social-shake 8s linear 6s infinite}.inicio-section--visible .inicio-section__home-instagram-mobile{animation:fadeIn .5s ease .58s forwards,social-shake 8s linear 4s infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes up-down{0%,to{transform:translateY(0)}50%{transform:translateY(-14px);-webkit-transform:translateY(-14px);-moz-transform:translateY(-14px);-ms-transform:translateY(-14px);-o-transform:translateY(-14px)}}@keyframes float-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes drift-left-right{0%,to{transform:translateX(0)}50%{transform:translateX(10px)}}@keyframes pulse-soft{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.14);-webkit-transform:scale(1.14);-moz-transform:scale(1.14);-ms-transform:scale(1.14);-o-transform:scale(1.14)}}@keyframes sway-rotate{0%,to{transform:rotate(0deg)}25%{transform:rotate(-5deg);-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-ms-transform:rotate(-5deg);-o-transform:rotate(-5deg)}75%{transform:rotate(5deg);-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg)}}@keyframes breathe{0%,to{filter:brightness(1);opacity:1}50%{filter:brightness(1.08);opacity:.85}}@keyframes bob-and-tilt{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-12px) rotate(-4deg);-webkit-transform:translateY(-12px) rotate(-4deg);-moz-transform:translateY(-12px) rotate(-4deg);-ms-transform:translateY(-12px) rotate(-4deg);-o-transform:translateY(-12px) rotate(-4deg)}50%{transform:translateY(0) rotate(0deg)}75%{transform:translateY(-8px) rotate(4deg);-webkit-transform:translateY(-8px) rotate(4deg);-moz-transform:translateY(-8px) rotate(4deg);-ms-transform:translateY(-8px) rotate(4deg);-o-transform:translateY(-8px) rotate(4deg)}}.idle-float-soft{animation:float-soft 4.6s ease-in-out infinite}.idle-drift{animation:drift-left-right 6.4s ease-in-out infinite}.idle-pulse{animation:pulse-soft 3.2s ease-in-out infinite}.idle-sway{animation:sway-rotate 5.2s ease-in-out infinite;transform-origin:center bottom}.idle-breathe{animation:breathe 3.6s ease-in-out infinite;-webkit-animation:breathe 3.6s ease-in-out infinite}.idle-bob-tilt{animation:bob-and-tilt 4.8s ease-in-out infinite;transform-origin:center center}.reto-section{align-items:center;background-image:var(--bg-desktop);background-position:50%;background-size:100% 100%;display:flex;min-height:calc(100vh - 50px);overflow:hidden;padding:70px;position:relative;top:-3px;width:100%}.reto-section__stickers{height:100%;position:absolute;width:100%}.reto-section__sticker--knife{animation:bob-and-tilt 5s ease-in-out infinite;-webkit-animation:bob-and-tilt 5s ease-in-out infinite;left:0;position:relative;top:20%;width:200px;z-index:1}.reto-section__sticker--gun{animation:sway-rotate 5s ease-in-out infinite;-webkit-animation:sway-rotate 5s ease-in-out infinite;left:80%;position:relative;top:50%;width:250px;z-index:1}.reto-section__sticker--crown{animation:pulse-soft 5s ease-in-out infinite;-webkit-animation:pulse-soft 5s ease-in-out infinite;left:82%;position:relative;top:0;width:140px;z-index:1}.reto-section__content{align-items:center;display:flex;flex-direction:column;height:100%;position:relative;width:100%;z-index:2}.reto-section__info{height:auto;max-width:330px;object-fit:contain;width:clamp(200px,30%,330px)}.reto-section__info-mobil{animation-duration:.35s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.22,.61,.36,1);object-fit:contain;width:280px}@keyframes slideInFromLeft{0%{opacity:0;scale:.5;transform:translateX(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%)}to{opacity:1;scale:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;scale:.5;transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%)}to{opacity:1;scale:1;transform:translateX(0)}}.reto-section__info-mobil--right-in{animation-name:slideInFromLeft}.reto-section__info-mobil--left-in{animation-name:slideInFromRight}.reto-section__title{height:100%;max-height:229px;max-width:607px;min-width:350px;width:100%}.reto-section__footer{height:auto;width:100%}.reto-section__footer-container{animation:up-down 10s ease-in-out infinite;height:auto;margin-top:30px;max-width:664px;width:60%}.reto-section__footer_image{left:calc(50% - 260px);rotate:10deg;top:80%;width:170px}.reto-section__footer_image,.reto-section__footer_text{bottom:50px;position:absolute;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);z-index:1}.reto-section__footer_text{color:#000;font-size:24px;left:calc(50% + 30px);text-align:center;width:100%}.reto-section__control{left:10%}.reto-section__control,.reto-section__control--right{bottom:0;position:absolute;top:50%;transform:translateX(-50%);transition:transform .5s ease-in-out;-webkit-transition:transform .5s ease-in-out;-moz-transition:transform .5s ease-in-out;-ms-transition:transform .5s ease-in-out;-o-transition:transform .5s ease-in-out;width:40px}.reto-section__control--right{left:90%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.reto-section__control--right:active,.reto-section__control:active{cursor:pointer;transform:translateX(-50%) scale(.5);-webkit-transform:translateX(-50%) scale(.5);-moz-transform:translateX(-50%) scale(.5);-ms-transform:translateX(-50%) scale(.5);-o-transform:translateX(-50%) scale(.5)}.reto-section__info-mobil-container{display:flex;height:300px;justify-content:center;overflow:hidden;padding:15px;position:relative;width:100%}.reto-section__info-desktop{display:flex;flex-direction:row;gap:50px;height:50%;justify-content:center;margin-top:20px;width:100%}.reto-section__footer,.reto-section__footer_text,.reto-section__info-desktop,.reto-section__info-mobil-container,.reto-section__stickers,.reto-section__title{opacity:0;transition:opacity .8s ease,transform .8s ease;-webkit-transition:opacity .8s ease,transform .8s ease;-moz-transition:opacity .8s ease,transform .8s ease;-ms-transition:opacity .8s ease,transform .8s ease;-o-transition:opacity .8s ease,transform .8s ease}.reto-section--visible .reto-section__stickers,.reto-section--visible .reto-section__title{animation:fadeSlideDown .7s cubic-bezier(.22,.61,.36,1) .1s forwards}.reto-section--visible .reto-section__info-desktop,.reto-section--visible .reto-section__info-mobil-container{animation:fadeSlideUp .7s cubic-bezier(.22,.61,.36,1) .3s forwards}.reto-section--visible .reto-section__footer{animation:fadeSlideUp .6s ease .5s forwards}.reto-section--visible .reto-section__footer_text{animation:fadeIn .6s ease .45s forwards;-webkit-animation:fadeIn .6s ease .45s forwards}.reto-section__info-arrows{height:0;overflow:visible;position:absolute;width:0}.reto-section__info-arrow-1{left:-230px;top:20px}.reto-section__info-arrow-1,.reto-section__info-arrow-2{min-height:auto;min-width:100px;position:absolute;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.reto-section__info-arrow-2{left:150px;top:270px}@media (max-width:720px){.reto-section{background-image:var(--bg-mobile);background-size:100% 100%;padding:10px}.reto-section__info-mobil-container{margin-top:10px}.reto-section__sticker--knife{left:-10%;top:26%;width:120px}.reto-section__sticker--gun{left:70%;top:42%;width:200px}.reto-section__sticker--crown{left:82%;top:-23%;width:100px}.reto-section__footer-container{height:auto;margin-top:20px;min-width:350px;width:90%}}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.premios-card__shakewrap{display:block;transform-origin:50% 55%}.premios-card__shakewrap.is-shaking{animation:prizeShake 1.1s ease-in-out 1}.premios-section{background-image:var(--bg-desktop);background-position:50%;background-size:100% 100%;max-height:clamp(90vh,100vh,850px);min-height:clamp(90vh,100vh,850px);overflow:hidden;position:relative;top:-3px}@media (min-height:900px){.premios-section{display:flex;flex-direction:column;justify-content:center}}.premios-section__stickers{height:100%;opacity:0;position:absolute;transition:opacity .8s ease,transform .8s ease;-webkit-transition:opacity .8s ease,transform .8s ease;-moz-transition:opacity .8s ease,transform .8s ease;-ms-transition:opacity .8s ease,transform .8s ease;-o-transition:opacity .8s ease,transform .8s ease;width:100%;z-index:1}.premios-section__picale{animation:bob-and-tilt 5s ease-in-out infinite;position:absolute;right:45%;rotate:15deg;top:25%;width:110px}.premios-section__sticker--knife{animation:bob-and-tilt 5s ease-in-out infinite;-webkit-animation:bob-and-tilt 5s ease-in-out infinite;left:80%;position:relative;scale:-1 1;top:70%;width:140px;z-index:1}.premios-section__sticker--bomb{animation:sway-rotate 5s ease-in-out infinite;-webkit-animation:sway-rotate 5s ease-in-out infinite;left:5%;position:relative;top:2%;width:150px;z-index:1}.premios-section__content{align-items:center;display:flex;flex-direction:column;position:relative;text-align:center;z-index:1}.premios-section__eyebrow{color:var(--color-primary);font-family:var(--font-heading);font-size:16px;letter-spacing:4px;margin-bottom:10px;text-align:center;text-transform:uppercase}.premios-section__title{margin-bottom:0;max-width:784px;opacity:0;text-align:center;transition:opacity .8s ease,transform .8s ease;-webkit-transition:opacity .8s ease,transform .8s ease;-moz-transition:opacity .8s ease,transform .8s ease;-ms-transition:opacity .8s ease,transform .8s ease;-o-transition:opacity .8s ease,transform .8s ease;width:90%}.premios-section__grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin-top:60px}.premios-card{background:none;border:none;cursor:pointer;opacity:0;padding:0;transition:opacity .8s ease,transform .2s ease;-webkit-transition:opacity .8s ease,transform .2s ease;-moz-transition:opacity .8s ease,transform .2s ease;-ms-transition:opacity .8s ease,transform .2s ease;-o-transition:opacity .8s ease,transform .2s ease}.premios-card__image:hover{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2)}.premios-card__image{display:block;height:auto;max-width:250px;object-fit:contain;transition:all .3s ease;width:20vw}.premios-section__sticker--gato{animation:bob-and-tilt 5s ease-in-out infinite;-webkit-animation:bob-and-tilt 5s ease-in-out infinite;left:-8%;position:absolute;top:275vh;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:65px;z-index:1}@media screen and (min-width:720px){.premios-section__sticker--gato{left:15%;top:267vh;width:90px}}@media screen and (max-height:660px){.premios-section__sticker--gato{scale:0;top:285vh;width:60px}}@media screen and (max-height:800px) and (min-width:720px){.premios-section__sticker--gato{left:15%;top:285vh;width:90px}}@media screen and (max-height:750px) and (min-width:720px){.premios-section__sticker--gato{left:15%;top:300vh;width:90px}}@media screen and (max-height:700px) and (min-width:720px){.premios-section__sticker--gato{left:15%;top:310vh;width:90px}}.premios-section--visible .premios-section__stickers,.premios-section--visible .premios-section__title{animation:fadeSlideDown .6s cubic-bezier(.22,.61,.36,1) .1s forwards}.premios-section--visible .premios-card:first-child{animation:fadeSlideUp .6s cubic-bezier(.22,.61,.36,1) .25s forwards}.premios-section--visible .premios-card:nth-child(2){animation:fadeSlideUp .6s cubic-bezier(.22,.61,.36,1) .4s forwards}.premios-section--visible .premios-card:nth-child(3){animation:fadeSlideUp .6s cubic-bezier(.22,.61,.36,1) .55s forwards}@media (max-width:720px){.premios-section{background-image:var(--bg-mobile);background-size:100% 100%;max-height:732px;min-height:732px}.premios-section__picale{position:absolute;right:6%;rotate:15deg;top:12.5%;width:80px}.premios-card__image{display:block;object-fit:contain}.premios-card,.premios-card__image{height:195px;width:150px}.premios-section__sticker--knife{left:75%;top:76%;width:90px}.premios-section__sticker--bomb{left:-10%;top:2%;width:100px}.premios-section__grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:55px}}.info-section{background-image:var(--bg-desktop);background-position:50%;background-size:100% 100%;flex-direction:row-reverse;justify-content:center;max-height:90vh;min-height:90vh;overflow:visible;padding-left:10%;position:relative;top:-4px}.info-section,.info-section-container{align-items:center;display:flex;text-align:center;width:100%}.info-section-container{flex-direction:column;gap:32px;height:100%;z-index:2}@keyframes slideInFromRight2{0%{opacity:0;scale:.5;transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%)}25%{opacity:1;scale:1;transform:translateX(0)}75%{opacity:1;scale:1;transform:translateX(0)}to{opacity:0;scale:.5;transform:translateX(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%)}}.info-section__sticker3-container{overflow:visible}.info-section__button{cursor:pointer;height:70px;transition:transform .4s ease;-webkit-transition:transform .4s ease;-moz-transition:transform .4s ease;-ms-transition:transform .4s ease;-o-transition:transform .4s ease;width:auto}.info-section__button:hover{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transition:transform .3s ease-in-out}.info-section__title{height:100%;max-height:180px;max-width:100%;width:auto}.info-section__subtitle{height:40px;max-height:40px;width:auto}.info-section__text{position:relative;top:-10px;width:75%}.info-section__sticker1{animation:art-bob 4s ease-in-out infinite;-webkit-animation:art-bob 4s ease-in-out infinite;height:auto;left:-7vw;min-width:210px;top:25vh;z-index:10}.info-section__sticker1,.info-section__sticker2{position:absolute;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.info-section__sticker2{animation:art-bob2 4s ease-in-out infinite;-webkit-animation:art-bob2 4s ease-in-out infinite;height:70%;left:85%;max-width:515px;top:50%;z-index:1;z-index:0}.info-section__sticker3{animation:art-bob23 4s ease-in-out infinite;-webkit-animation:art-bob23 4s ease-in-out infinite;position:relative;right:5%;width:clamp(400px,40vw,90%)}@keyframes art-bob23{0%,to{transform:translateY(0)}50%{transform:translateY(30px);-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px)}}.info-section__sticker4-container{height:0;overflow:visible;width:0}.info-section__sticker4{animation:art-bob2 4s ease-in-out infinite;min-width:120px;position:relative;right:7vw;top:46vh;transform:translate(-50%,-50%);z-index:1}@media (max-width:720px){.info-section__container-2{left:30%;top:50%}.info-section__sticker3{max-width:350px;right:2%;top:-30px;width:90vw}.info-section__container-1{left:15%;top:40%}.info-section-container{position:relative;top:-20px;width:90%}.info-section__text{width:75%}.info-section__button{height:auto;min-width:clamp(110%,90vw,100%)}.info-section__title{height:auto;margin-left:4%;width:100%}.info-section__subtitle{height:25px;max-height:40px;width:auto}}.info-section__container-1{z-index:10}.info-section-container,.info-section__container-1,.info-section__content,.info-section__sticker2,.info-section__title{opacity:0;transition:opacity .8s ease,transform .8s ease;-webkit-transition:opacity .8s ease,transform .8s ease;-moz-transition:opacity .8s ease,transform .8s ease;-ms-transition:opacity .8s ease,transform .8s ease;-o-transition:opacity .8s ease,transform .8s ease}.info-section--visible .info-section__title{animation:fadeIn .7s ease 0s forwards}.info-section--visible .info-section__container-1{animation:slideFromLeft .7s cubic-bezier(.22,.61,.36,1) .2s forwards;-webkit-animation:slideFromLeft .7s cubic-bezier(.22,.61,.36,1) .2s forwards}.info-section--visible .info-section__sticker2{animation:slideFromRight .7s cubic-bezier(.22,.61,.36,1) .3s forwards;-webkit-animation:slideFromRight .7s cubic-bezier(.22,.61,.36,1) .3s forwards}.info-section--visible .info-section__phrase{animation:slideFromRight .6s cubic-bezier(.22,.61,.36,1) .25s forwards}.info-section--visible .info-section__sticker2{animation:slideFromLeft .6s cubic-bezier(.22,.61,.36,1) .15s forwards}.info-section--visible .info-section-container{animation:fadeSlideUp .7s ease .1s forwards}@media (max-width:720px){.dudas-section__keyword1,.dudas-section__keyword2{max-width:257px;width:100%}.dudas-section__keyword1{margin-bottom:20px}.dudas-section__ticket1{height:130px;left:5%;top:50%;width:150px}.dudas-section__ticket2{height:180px;left:100%;top:65%;width:200px}.info-section{background-image:var(--bg-mobile);background-size:100% 100%;max-height:732px;min-height:732px;padding:10px}}.info-popup-overlay{align-items:center;animation:fadeIn .3s ease forwards;background:#000000d9;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.info-popup{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:flex;flex-direction:column;gap:28px;height:70%;justify-content:flex-start;max-width:1200px;min-height:620px;padding-top:60px;position:relative;text-align:center;width:70%}.info-popup__title{height:auto;margin-bottom:20px;margin-top:20px;width:47%}.info-popup__ghost{bottom:2%;height:auto;position:absolute;right:20px;width:30%}.info-popup__list{align-items:center;display:flex;flex-direction:column;gap:18px;list-style:none;margin:0 0 50px;padding:0;width:80%}.info-popup__item{align-items:center;display:flex;gap:14px;justify-content:flex-start;width:100%}.info-popup__bullet{flex-shrink:0;height:auto;width:28px}.info-popup__text{color:#fff;font-family:hitmarkerR-regular,sans-serif;font-size:18px;text-align:left}.info-popup__close{cursor:pointer;height:auto;position:absolute;right:-1.5vw;top:-.6vw;transition:transform .3s ease-in-out;width:70px}.info-popup__close:hover{transform:scale(1.15)}@media (min-height:900px){.info-section{max-height:clamp(80vh,100vh,700px);min-height:clamp(80vh,100vh,700px)}.info-section__subtitle{height:45px;margin-top:20px;max-height:45px}.info-section__text{margin-top:20px;width:75%}}@media (max-width:720px){.info-popup{gap:18px;height:calc(67vh + 100px);justify-content:flex-start;min-height:620px;padding:20px 5px;width:85%}.info-popup__title{margin-bottom:6px;max-width:260px;width:72%}.info-popup__list{gap:12px}.info-popup__bullet{width:18px}.info-popup__text{font-size:14px}.info-popup__close{width:40px}.info-popup__ghost{right:50%;transform:translateX(50%);width:60%}}@media (max-width:720px) and (max-height:700px){.info-popup__list{gap:8px}.info-popup__text{font-size:12px}.info-popup{min-height:530px}}.calendar-section{background-image:var(--bg-desktop);background-position:50%;background-size:100% 100%;justify-content:center;max-height:100vh;min-height:100vh;overflow:hidden;position:relative;top:-4px;width:100%}.calendar-section,.calendar-section__container{align-items:center;display:flex;text-align:center}.calendar-section__container{flex-direction:column;gap:0;height:90%;padding:5%;width:90%;z-index:1}.calendar-sticker-container{height:0;left:0;overflow:visible;position:absolute;top:0;width:0;z-index:1}.calendar-section__sticker2{animation:float-soft 6s ease-in-out infinite;-webkit-animation:float-soft 6s ease-in-out infinite;left:5vw;min-height:100px;min-width:100px;overflow:visible;position:absolute;top:65vh;z-index:1}.calendar-section__sticker1{animation:pulse-soft 6s ease-in-out infinite;-webkit-animation:pulse-soft 6s ease-in-out infinite;left:84vw;min-height:170px;min-width:170px;overflow:visible;position:absolute;top:35vh;z-index:1}.calendar-self-wrapper{display:flex;justify-content:center;position:relative;top:20px;width:70%}.calendar-self{margin-right:3%;width:100%}.calendar-title{max-width:800px;width:55%}@media (min-height:850px){.calendar-title{width:70%}}.calendar-button-2-link,.calendar-button-link{cursor:pointer;display:contents}.calendar-button{bottom:-8%;left:35%;max-width:500px;position:absolute;transition:transform .3s ease-in-out;-webkit-transition:transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out;-ms-transition:transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;width:50%;z-index:2}@media (min-width:1400px){.calendar-button{bottom:-6%;left:auto;right:12%}}.calendar-button:hover{transform:scale(1.05);transition:transform .3s ease-in-out}.calendar-button-2:hover{transform:scale(1.15);-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transition:transform .3s ease-in-out}.calendar-footer{left:0;margin-right:5%;position:relative;top:8vh;width:35%}.calendar-button-2{animation:wiggle-grow 1.5s ease-in-out infinite;-webkit-animation:wiggle-grow 1.5s ease-in-out infinite;bottom:2%;position:absolute;right:8%;width:80px;z-index:3}@media (min-height:850px){.calendar-self-wrapper{width:90%}.calendar-footer{width:40%}.calendar-button-2{bottom:3%;right:8vw}}@keyframes wiggle-grow{0%,to{transform:rotate(0deg) scale(1)}25%{transform:rotate(-6deg) scale(1.08)}50%{transform:rotate(0deg) scale(1.15)}75%{transform:rotate(6deg) scale(1.08)}}@media (max-width:720px){.calendar-self-wrapper{align-items:center;flex-direction:column;top:45px;width:100%}.calendar-section__container{height:100vh;justify-content:flex-start;padding:0;width:100%}.calendar-title{max-width:270px;position:relative;top:10vw;width:75%;z-index:100}.calendar-button{bottom:-9%;left:5%;width:90%}.calendar-footer{left:0;margin-right:0;position:relative;top:13.5vh;width:65%;z-index:10000}.calendar-button-2{bottom:-3%;max-width:60px;right:4%;width:60px}.calendar-section__sticker2{left:-15vw;min-height:80px;min-width:80px;top:50vh}.calendar-section__sticker1{left:100vw;min-height:120px;min-width:120px;scale:0;top:15vh}}.calendar-section__container,.calendar-sticker-container{transition:opacity .8s ease,transform .8s ease;-webkit-transition:opacity .8s ease,transform .8s ease;-moz-transition:opacity .8s ease,transform .8s ease;-ms-transition:opacity .8s ease,transform .8s ease;-o-transition:opacity .8s ease,transform .8s ease}.calendar-section--visible .calendar-section__container{animation:fadeIn .7s ease 0s forwards;-webkit-animation:fadeIn .7s ease 0s forwards}.calendar-section--visible .calendar-sticker-container{animation:fadeIn .7s ease 0s forwards}@media (max-width:720px){.calendar-section{background-image:var(--bg-mobile);background-position:50%;background-size:100% 100%;min-height:732px;padding:0;top:-5px}.calendar-self{height:auto;margin-right:0;width:98%}}.dudas-section{align-items:center;background-image:var(--bg-desktop);background-position:50%;background-size:100% 100%;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:30px;position:relative;text-align:center;top:-4px;width:100%}.dudas-section__keyword2{animation:art-bob3 4s ease-in-out infinite;-webkit-animation:art-bob3 4s ease-in-out infinite;width:auto}.dudas-section__keyword1{animation:art-bob3 4s ease-in-out infinite;width:auto}.dudas-section__content{align-items:center;display:flex;flex-direction:column;gap:0;height:100%;text-align:center;width:100%;z-index:1}.dudas-section__tornado{height:90%;left:50%;max-height:907.2px;max-width:856px;position:absolute;top:52%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:auto;z-index:0}.dudas-section__ticket1{height:232px;left:25vw;rotate:-20deg;top:60%;width:290px}.dudas-section__ticket1,.dudas-section__ticket2{animation:art-bob2 4s ease-in-out infinite;-webkit-animation:art-bob2 4s ease-in-out infinite;position:absolute;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);z-index:0}.dudas-section__ticket2{height:304px;left:80%;top:90%;width:337px}.dudas-section__phrase{height:118px;left:76%;position:absolute;top:68%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:177px;z-index:0}.dudas-section__button{background-color:var(--color-primary);border-radius:999px;color:#161616;display:inline-block;font-weight:600;padding:14px 32px;transition:transform .2s ease,background-color .2s ease}.dudas-section__sticker1{height:180px;left:78%;top:40%;width:200px}.dudas-section__sticker1,.dudas-section__sticker2{position:absolute;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);z-index:0}.dudas-section__sticker2{height:230px;left:30%;top:30%;width:280px}.dudas-section__ticket-container-1{animation:art-bob5 4s ease-in-out infinite;-webkit-animation:art-bob5 4s ease-in-out infinite;height:180px;left:0;overflow:visible;position:absolute;top:45%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:250px}.dudas-section__ticket-container-2{animation:art-bob6 4s ease-in-out infinite;-webkit-animation:art-bob6 4s ease-in-out infinite;height:230px;left:65%;overflow:visible;position:absolute;top:70%;transform:translate(-50%,-50%);width:280px}@media (max-width:720px){.dudas-section__ticket-container-2{left:30%;top:50%}.dudas-section__ticket-container-1{left:15%;top:40%}}@keyframes art-bob2{0%,to{transform:translateY(0)}50%{transform:translateY(-30px);-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-ms-transform:translateY(-30px);-o-transform:translateY(-30px)}}@keyframes art-bob3{0%,to{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}50%{transform:translateX(-8px);-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);-ms-transform:translateX(-8px);-o-transform:translateX(-8px)}}@keyframes art-bob5{0%,to{transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0)}50%{transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0)}}@keyframes art-bob6{0%,to{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}50%{transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0)}}@keyframes art-bob4{0%,to{transform:translateY(0)}50%{transform:translateY(-8px);-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);-ms-transform:translateY(-8px);-o-transform:translateY(-8px)}}.dudas-section__question{cursor:pointer;height:clamp(250px,20vw,450px)}.dudas-section__question,.dudas-section__question-text{animation:art-bob2 4s ease-in-out infinite;-webkit-animation:art-bob2 4s ease-in-out infinite}.dudas-section__question-text{height:80px;position:relative;top:0;z-index:1}.dudas-section__content,.dudas-section__phrase,.dudas-section__sticker1,.dudas-section__sticker2,.dudas-section__ticket1,.dudas-section__ticket2,.dudas-section__tornado{opacity:0;transition:opacity .8s ease,transform .8s ease;-webkit-transition:opacity .8s ease,transform .8s ease;-moz-transition:opacity .8s ease,transform .8s ease;-ms-transition:opacity .8s ease,transform .8s ease;-o-transition:opacity .8s ease,transform .8s ease}.dudas-section--visible .dudas-section__tornado{animation:fadeIn .7s ease 0s forwards}.dudas-section--visible .dudas-section__ticket1{animation:slideFromLeft .7s cubic-bezier(.22,.61,.36,1) .2s forwards;-webkit-animation:slideFromLeft .7s cubic-bezier(.22,.61,.36,1) .2s forwards}.dudas-section--visible .dudas-section__ticket2{animation:slideFromRight .7s cubic-bezier(.22,.61,.36,1) .3s forwards;-webkit-animation:slideFromRight .7s cubic-bezier(.22,.61,.36,1) .3s forwards}.dudas-section--visible .dudas-section__phrase{animation:slideFromRight .6s cubic-bezier(.22,.61,.36,1) .25s forwards}.dudas-section--visible .dudas-section__sticker1{animation:slideFromRight .6s cubic-bezier(.22,.61,.36,1) .35s forwards}.dudas-section--visible .dudas-section__sticker2{animation:slideFromLeft .6s cubic-bezier(.22,.61,.36,1) .15s forwards}.dudas-section--visible .dudas-section__content{animation:fadeSlideUp .7s ease .1s forwards}@media (max-width:720px){.dudas-section__keyword1,.dudas-section__keyword2{max-width:257px;width:100%}.dudas-section__keyword1{margin-bottom:20px}.dudas-section__ticket1{height:130px;left:5%;top:50%;width:150px}.dudas-section__ticket2{height:180px;left:100%;top:65%;width:200px}.dudas-section__phrase{height:70px;left:90%;top:50%;width:100px}.dudas-section{background-image:var(--bg-mobile);background-position:50%;background-size:100% 100%;min-height:100vh;padding:10px;top:-7px}}.parallax-stickers{bottom:0;height:680vh;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;z-index:1}@media (max-width:720px){.parallax-stickers{height:calc(500vh + 1400px)}}.parallax-stickers-1{left:50%;top:8.5%;width:375px}.parallax-stickers-1,.parallax-stickers-2{position:absolute;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.parallax-stickers-2{left:15%;top:25%;width:390px}.parallax-stickers-3{position:absolute;right:6%;top:29%;width:250px}.parallax-stickers-4{left:12%;top:37%;width:350px}.parallax-stickers-4,.parallax-stickers-4-1{position:absolute;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.parallax-stickers-4-1{left:90%;top:36%;width:200px}.parallax-stickers-5{left:0;position:absolute;top:48%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);width:200px}.parallax-stickers-6{position:absolute;right:0;top:86%;width:220px}@media (max-width:1000px){.parallax-stickers-6{position:absolute;scale:0}}@media (max-width:720px){.parallax-stickers-1{top:10%;width:300px}.parallax-stickers-2{left:0;top:25%;width:250px}.parallax-stickers-3{left:75%;top:3%;width:150px}.parallax-stickers-4{left:10%;top:34%;width:250px}.parallax-stickers-5{left:95%;right:0;top:44%;width:150px}}.home-page{display:flex;flex-direction:column;overflow:hidden;position:relative}.faq-item{max-width:1200px;overflow:visible}.faq-item.is-open{align-items:center;border-color:var(--color-primary);display:flex;flex-direction:column;justify-content:center}.faq-item__question{align-items:center;background:none;border:none;color:#000;display:flex;font-family:hitmarker-regular,sans-serif;font-size:24px;font-weight:500;gap:16px;justify-content:space-between;padding:5px 20px;text-align:left;transition:transform .2s ease-in-out;width:100%}.faq-item__question:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}.faq-item__text{font-size:clamp(16px,2vw,24px);margin-left:100px;text-transform:uppercase}.faq-item__number,.faq-item__text{font-family:hitmarker-bold,sans-serif;position:absolute}.faq-item__number{font-size:clamp(16px,2vw,32px);margin-left:23px;text-align:center;text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff}.faq-item__bckg{height:auto;width:99%}.faq-item__button{height:50px;min-width:50px;position:relative;right:40px;top:-5px}.faq-item__button-container{height:40px;max-width:0;overflow:visible}.faq-item__icon{color:var(--color-primary);flex-shrink:0;font-size:20px}.faq-item__answer{color:var(--color-text-muted);font-family:hitmarkerR-medium,sans-serif!important;font-size:18px;font-weight:500;line-height:1.7;padding:20px 40px;text-align:left}.faq-item__answer-container{background-color:rgba(0,0,0,.801);height:auto;left:10px;position:relative;top:-13px;width:88%}@media (max-width:850px){.faqs-page__content{height:auto;width:100%}.faq-item__answer-container{height:auto;left:0;padding-bottom:0;top:-10px;width:85%}.faq-item__button{height:40px;min-width:40px;position:relative;right:38px;top:0}.faq-item{height:auto;width:100%}.faq-item__text{margin-left:60px;width:100%}.faq-item__number{margin-left:10px}.faqs-page__group{width:100%}.faq-item__bckg{height:60px;min-height:60px}.faq-item__question:hover{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}}@media (max-width:849px){.faq-item__number{margin-left:2vw}}@media (max-width:500px){.faqs-page__content{height:auto;width:100%}.faq-item__bckg{height:65px;min-height:65px}.faq-item{height:auto;width:100%}.faq-item__text{font-size:clamp(12px,3.4vw,18px);height:auto;margin-left:13vw;width:calc(100% - 36vw)}.faqs-page__list{gap:0!important}.faq-item__number{margin-left:3.5vw}.faq-item__answer-container{height:auto;left:0;padding-bottom:0;top:-10px;width:75%}.faq-item__answer{font-size:14px;padding:10px 20px 20px}}.faqs-page{align-items:center;background-image:var(--bg-desktop);background-position:top;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;overflow:hidden;position:relative;text-align:center;top:-2px;width:100%}.faqs-page__texture--1{height:auto;left:30%;position:absolute;top:0;width:70vw;z-index:0}.faqs-page__texture--2{height:auto;left:75%;position:absolute;top:0;width:25vw;z-index:0}.faqs-page__texture--3{height:auto;left:0;position:absolute;top:0;width:30vw;z-index:0}.faqs-page .premios-page__texture--3{bottom:20px;left:80%}.faqs-page .premios-page__texture--4{bottom:auto;bottom:20px;left:0}@media (max-width:720px){.faqs-page{background-image:var(--bg-mobile);background-position:top;background-size:100% auto}.faqs-page__texture--2{height:auto;left:35%;position:absolute;top:-40px;width:85vw;z-index:0}.faqs-page__texture--3{height:auto;left:-10%;opacity:1;position:absolute;top:70px;width:50vw;z-index:0}.faqs-page .premios-page__texture--3{left:70%;top:80vh}.faqs-page .premios-page__texture--4{top:85vh}}.faqs-page__hero{align-items:center;display:flex;flex-direction:column;padding-top:60px;position:relative;text-align:center;z-index:10}.faqs-page__hero-image{max-width:824px;width:100%}@media (max-width:720px){.faqs-page__hero-image{max-width:500px;width:120%}}.faqs-page__hero-text{color:var(--color-text-muted);font-size:15px;line-height:1.7;margin-top:20px;max-width:520px}.faqs-page__content{align-content:center;align-items:center;display:flex;flex-direction:column;gap:44px;margin-bottom:60px}.faqs-page__group-title{color:var(--color-primary);font-size:22px;margin-bottom:18px}.faqs-page__list{display:flex;flex-direction:column;gap:12px;position:relative;z-index:10}.faqs-page__back{display:flex;justify-content:center;margin-top:60px}.faqs-page__back-button{align-items:center;display:flex;justify-content:center;position:relative}.faqs-page__back-button img{width:220px}.faqs-page__back-button span{color:var(--color-primary);font-family:var(--font-heading);font-size:14px;font-weight:600;letter-spacing:1px;position:absolute;text-transform:uppercase}.legal-page{background-color:var(--color-bg);padding-bottom:90px}.legal-page__hero{border-bottom:1px solid var(--color-border);padding-bottom:40px;padding-top:60px}.legal-page__eyebrow{color:var(--color-secondary);font-family:var(--font-heading);font-size:14px;letter-spacing:3px;margin-bottom:10px;text-transform:uppercase}.legal-page__title{font-size:clamp(28px,4vw,40px);margin-bottom:12px}.legal-page__updated{color:var(--color-text-muted);font-size:13px}.legal-page__content{display:flex;flex-direction:column;gap:32px;margin-top:40px;max-width:780px}.legal-page__section h2{color:var(--color-primary);font-size:18px;margin-bottom:10px}.legal-page__section p{color:var(--color-text-muted);font-size:14px;line-height:1.8}.privacy-page{background-color:var(--color-bg);padding-bottom:90px}.privacy-page__hero{border-bottom:1px solid var(--color-border);padding-bottom:40px;padding-top:60px}.privacy-page__eyebrow{color:var(--color-secondary);font-family:var(--font-heading);font-size:14px;letter-spacing:3px;margin-bottom:10px;text-transform:uppercase}.privacy-page__title{font-size:clamp(28px,4vw,40px);margin-bottom:12px}.privacy-page__updated{color:var(--color-text-muted);font-size:13px}.privacy-page__content{display:flex;flex-direction:column;gap:32px;margin-top:40px;max-width:780px}.privacy-page__section h2{color:var(--color-primary);font-size:18px;margin-bottom:10px}.privacy-page__section p{color:var(--color-text-muted);font-size:14px;line-height:1.8}@keyframes prizeGlow{0%,30%{box-shadow:0 0 0 0 #ffffff59,0 8px 18px #00000073,0 0 26px #7241e866;box-shadow:0 0 0 0 #ffffff59,0 8px 18px #00000073,0 0 26px var(--card-glow,#7241e866)}65%{box-shadow:0 0 0 0 #fff9,0 8px 18px #00000073,0 0 42px #7241e8a6;box-shadow:0 0 0 0 #fff9,0 8px 18px #00000073,0 0 42px var(--card-glow,#7241e8a6)}to{box-shadow:0 0 0 0 #ffffff59,0 8px 18px #00000073,0 0 26px #7241e866;box-shadow:0 0 0 0 #ffffff59,0 8px 18px #00000073,0 0 26px var(--card-glow,#7241e866)}}@keyframes prizeShake{0%,to{transform:rotate(0deg)}15%{transform:rotate(-1.2deg);-webkit-transform:rotate(-1.2deg);-moz-transform:rotate(-1.2deg);-ms-transform:rotate(-1.2deg);-o-transform:rotate(-1.2deg)}30%{transform:rotate(1deg);-webkit-transform:rotate(1deg);-moz-transform:rotate(1deg);-ms-transform:rotate(1deg);-o-transform:rotate(1deg)}45%{transform:rotate(-.6deg);-webkit-transform:rotate(-.6deg);-moz-transform:rotate(-.6deg);-ms-transform:rotate(-.6deg);-o-transform:rotate(-.6deg)}60%{transform:rotate(.3deg);-webkit-transform:rotate(.3deg);-moz-transform:rotate(.3deg);-ms-transform:rotate(.3deg);-o-transform:rotate(.3deg)}75%{transform:rotate(-.8deg)}90%{transform:rotate(.4deg)}}@keyframes prizeFoil{0%{background-position:200% 0}to{background-position:-100% 0}}@keyframes prizeRise{0%{opacity:0;transform:translateZ(0) scale(.75)}12%{opacity:1}75%{opacity:1}to{opacity:0;transform:translate3d(4px,-110px,0) scale(1.15);-webkit-transform:translate3d(4px,-110px,0) scale(1.15);-moz-transform:translate3d(4px,-110px,0) scale(1.15);-ms-transform:translate3d(4px,-110px,0) scale(1.15);-o-transform:translate3d(4px,-110px,0) scale(1.15)}}@keyframes prizeFlash{0%{opacity:0;transform:scale(.4)}18%{opacity:1}to{opacity:0;transform:scale(2.4)}}@keyframes prizeScanIn{0%{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:translateZ(0)}}.prize-showcase{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(5,minmax(0,200px));justify-content:center;padding:10px 0 24px}.prize-showcase__card{-webkit-tap-highlight-color:transparent;all:unset;animation:prizeGlow 9s ease-in-out infinite;-webkit-animation:prizeGlow 9s ease-in-out infinite;aspect-ratio:200/265;border-radius:12px;box-sizing:border-box;cursor:pointer;display:block;overflow:hidden;position:relative;width:100%}.prize-showcase__shakewrap{inset:0;position:absolute;transform-origin:50% 55%}.prize-showcase__shakewrap.is-shaking{animation:prizeShake .5s ease-in-out 1;-webkit-animation:prizeShake .5s ease-in-out 1}.prize-showcase__art{border-radius:12px;height:100%;inset:0;object-fit:contain;position:absolute;width:100%}.prize-showcase__spark{animation-iteration-count:infinite;animation-name:prizeRise;animation-timing-function:linear;background:#8cf3ff;bottom:6%;height:4px;position:absolute;width:4px}.prize-hero{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.prize-hero__backdrop{background:#030712eb;background-image:radial-gradient(70% 45% at 50% 38%,#7241e873,#0000 70%);inset:0;position:absolute;transition:opacity .32s ease}.prize-hero__canvas{height:100%;inset:0;pointer-events:none;position:absolute;width:100%}.prize-hero__stage{max-width:480px;position:relative;transform-origin:center center;transition:transform .46s cubic-bezier(.2,.85,.25,1),opacity .4s ease;width:90vw;will-change:transform,opacity}.prize-hero__card{-webkit-tap-highlight-color:transparent;all:unset;aspect-ratio:200/265;border-radius:16px;box-shadow:0 0 0 0 #ffffff8c,0 24px 60px #000000b3,0 0 70px #7241e8b3;box-shadow:0 0 0 0 #ffffff8c,0 24px 60px #000000b3,0 0 70px var(--card-glow,#7241e8b3);box-sizing:border-box;cursor:pointer;display:block;overflow:hidden;position:relative;width:100%}.prize-hero__art{height:100%;object-fit:contain;width:100%}.prize-hero__art,.prize-hero__foil{border-radius:16px;inset:0;position:absolute}.prize-hero__foil{animation:prizeFoil 2.6s ease-in-out infinite alternate;background:linear-gradient(115deg,#0000 28%,#ffffffd9 45%,#b4faff8c 55%,#0000 72%);background-size:220% 100%;margin-bottom:10px;mix-blend-mode:screen;pointer-events:none;scale:.979 .98}.prize-hero__info{animation:prizeScanIn .4s ease .22s both;display:flex;justify-content:center;margin-top:22px;transition:opacity .3s ease}.prize-hero__close{all:unset;align-items:center;background:#e44968;border:2px solid #000;border-radius:48px;box-shadow:0 4px 4px #00000040;box-sizing:border-box;color:#000;cursor:pointer;display:flex;font-family:var(--font-heading);font-size:14px;font-weight:700;justify-content:center;letter-spacing:.06em;min-height:48px;padding:0 30px;text-transform:uppercase}.prize-hero__flash{animation:prizeFlash .55s ease-out forwards;background:radial-gradient(circle,#fffffff2 0,#b4faff99 38%,#7241e800 72%);border-radius:50%;height:220px;margin:-110px 0 0 -110px;pointer-events:none;position:absolute;width:220px}@media (max-width:900px){.prize-showcase{gap:16px;grid-template-columns:repeat(3,minmax(0,151px))}.prize-hero__card{margin-left:2vw;width:85vw}}@media (max-width:640px){.prize-showcase{grid-template-columns:repeat(2,minmax(0,151px))}}@media (prefers-reduced-motion:reduce){.prize-showcase__card,.prize-showcase__spark{animation:none!important}}.premios-page{background-color:var(--color-bg);background-image:var(--bg-desktop);background-position:50%;background-repeat:repeat;background-size:50% 50%;min-height:100vh;overflow:hidden;padding-bottom:60px;position:relative;top:-2px;z-index:1}.premios-page__hero{align-items:center;display:flex;flex-direction:column;margin-top:20px;text-align:center;width:100%;z-index:1}.premios-section__sticker--gun{left:62%;position:relative;top:calc(100% - 330px);width:250px;z-index:1}.premios-page__hero-img{max-width:662px;width:50%}.premios-back-button-container{height:0;overflow:show;width:100%;z-index:100}.premios-back-button{cursor:pointer;height:auto;left:5%;position:relative;top:40px;width:36px;z-index:100}.premios-section__home-ghost{height:auto;left:10%;max-width:364px;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:25%;z-index:0}.premios-section__home-girl-container{left:93%;position:absolute;top:104%;transform:translate(-50%,-50%);width:0}.premios-page__texture--1{height:auto;left:75%;position:absolute;top:0;width:25vw;z-index:0}.premios-page__texture--2{height:auto;left:0;position:absolute;top:0;width:30vw;z-index:0}.premios-page__texture--3{bottom:0;height:auto;left:80%;position:absolute;width:20vw;z-index:0}.premios-page__texture--4{bottom:0;height:auto;left:0;position:absolute;width:25vw;z-index:0}.premios-section__home-girl{height:auto;left:100%;max-width:419px;overflow:hidden;position:relative;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:25vw;z-index:0}.premios-page__eyebrow{color:var(--tier-accent);font-family:var(--font-heading);font-size:14px;letter-spacing:3px;margin-bottom:10px;text-transform:uppercase}.premios-page__title{color:var(--tier-accent);font-size:clamp(30px,4vw,46px);margin-bottom:14px}.premios-page__text{color:var(--color-text-muted);font-size:15px;line-height:1.7}.premios-page__grid{display:flex;flex-wrap:wrap;gap:22px;justify-content:center;margin-top:44px}@keyframes card-pop-in{0%{opacity:0;transform:scale(.55) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}.premios-page__back{display:flex;justify-content:center;margin-top:56px}.premios-page__back-button{background:none;border:1px solid var(--tier-accent);border-radius:999px;color:var(--tier-accent);font-size:14px;font-weight:600;padding:12px 28px;transition:background-color .2s ease,color .2s ease}.premios-page__back-button:hover{background-color:var(--tier-accent);color:#161616}@media (max-width:720px){.premios-page{background-image:var(--bg-mobile);background-size:100% auto}.premios-section__home-ghost,.premios-section__home-girl{scale:0}}@media (max-width:900px){.premios-page__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.premios-page__hero-img{margin-top:10px;max-width:220px;width:60%}.premios-back-button{left:2.5%;top:45px}.premios-page__texture--1{height:auto;left:50%;top:0;width:50vw}.premios-page__texture--2{height:auto;left:0;position:absolute;top:0;width:50vw}.premios-page__texture--3{bottom:0;height:auto;left:70%;width:30vw}.premios-page__texture--4{bottom:0;height:auto;left:0;width:50vw}}@media (max-width:640px){.premios-page__grid{grid-template-columns:repeat(2,1fr)}}.special-card-card{align-items:center;animation:card-pop-in 1s cubic-bezier(.64,2.56,.64,1) forwards;-webkit-animation:card-pop-in 1s cubic-bezier(.64,2.56,.64,1) forwards;background:#0000;border-radius:14px;box-shadow:20px 20px 60px #bebebe,-20px -20px 60px #fff;display:flex;flex-direction:column;height:270px;justify-content:center;max-height:85vh;max-width:min(420px,85vw);overflow:hidden;position:relative;width:210px;z-index:11}.special-card-blob{animation:card-pop-in 1s cubic-bezier(.64,2.56,.64,1) forwards;animation:blob-bounce 6s ease-in-out infinite;-webkit-animation:blob-bounce 6s ease-in-out infinite;background-color:red;filter:blur(12px);height:150px;left:50%;opacity:1;position:absolute;top:50%;width:150px;z-index:1}@keyframes blob-bounce{0%{transform:translate(-100%,-100%) translateZ(0)}33%{transform:translate(-100%,-100%) translate3d(100%,30%,0)}66%{transform:translate(-100%,-100%) translate3d(20%,100%,0)}to{transform:translate(-100%,-100%) translateZ(0)}}.embajador-item__links{display:flex;flex-direction:row;gap:2px;height:0;justify-content:center;position:relative;top:-40px;width:0}.embajador-item__links a:hover{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transition:transform .3s ease-in-out;-webkit-transition:transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out;-ms-transition:transform .3s ease-in-out;-o-transition:transform .3s ease-in-out}.embajador-item--slide-left{animation:slide-left .5s ease-in-out;-webkit-animation:slide-left .5s ease-in-out}.embajador-item--slide-right{animation:slide-right .5s ease-in-out;-webkit-animation:slide-right .5s ease-in-out}@keyframes slide-left{0%{opacity:0;transform:translateX(60%);-webkit-transform:translateX(60%);-moz-transform:translateX(60%);-ms-transform:translateX(60%);-o-transform:translateX(60%)}to{opacity:1;transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0)}}@keyframes slide-right{0%{opacity:0;transform:translateX(-60%);-webkit-transform:translateX(-60%);-moz-transform:translateX(-60%);-ms-transform:translateX(-60%);-o-transform:translateX(-60%)}to{opacity:1;transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0)}}.embajador-item__links a img{min-height:clamp(55px,10vw,70px);min-width:clamp(55px,10vw,70px)}.embajador-item__image{height:auto;object-fit:contain;width:100%}.embajador-item{align-items:center;display:flex;flex-direction:column;height:300px;justify-content:center;overflow:visible;width:20%}@media (max-width:720px){.embajador-item{height:auto;margin-bottom:20px;width:clamp(120px,45vw,200px)}.embajador-item__links{left:-3px;top:-30px}.embajador-item__image{height:100%;object-fit:contain;width:100%}}.embajadores-page{background-color:var(--color-bg);background-image:var(--bg-desktop);background-position:50%;background-repeat:repeat-y;background-size:100% auto;min-height:100vh;overflow:hidden;padding-bottom:60px;position:relative;top:-2px;z-index:1}.embajadores-page__hero{align-items:center;display:flex;flex-direction:column;margin-top:20px;text-align:center;width:100%;z-index:1}.embajadores-page__hero-img{max-width:662px;width:50%}.embajadores-back-button-container{height:0;overflow:visible;width:100%;z-index:100}.embajadores-back-button{cursor:pointer;height:auto;left:5%;position:relative;top:40px;width:36px;z-index:100}.embajadores-section__home-ghost{height:auto;left:10%;max-width:364px;position:absolute;top:50%;transform:translate(-50%,-50%);width:25%;z-index:0}.embajadores-section__home-girl-container{left:93%;position:absolute;top:104%;transform:translate(-50%,-50%);width:0}.embajadores-section__home-girl{height:auto;left:100%;max-width:419px;overflow:hidden;position:relative;transform:translate(-50%,-50%);width:25vw;z-index:0}.embajadores-page__sticker-2{height:auto;left:0;position:absolute;top:0;width:30vw;z-index:0}.embajadores-page__sticker-3{height:auto;left:75%;position:absolute;top:10%;width:25vw;z-index:0}.embajadores-page__sticker-4{height:auto;position:absolute;right:0;top:45%;width:25vw;z-index:0}.embajadores-page__sticker-5{height:auto;left:0;position:absolute;top:45%;width:35vw;z-index:0}.embajadores-page__sticker-6{bottom:-3%;height:auto;left:80%;position:absolute;width:20vw;z-index:0}.embajadores-page__grid{display:flex;flex-wrap:wrap;gap:50px;justify-content:center;margin-bottom:50px;margin-top:44px;padding:0 20px}@media (max-width:720px){.embajadores-page{background-image:var(--bg-mobile);background-size:100% auto}.embajadores-section__home-girl{left:0;scale:1;top:-20vh;width:50vw}.embajadores-section__home-ghost{scale:0}.embajadores-page__hero-img{margin-top:10px;max-width:220px;width:60%}.embajadores-back-button{left:2.5%;top:45px}.embajadores-page__sticker-2{height:auto;left:0;position:absolute;top:0;width:50vw;z-index:0}.embajadores-page__sticker-3{height:auto;left:55%;position:absolute;top:10%;width:50vw;z-index:0}.embajadores-page__sticker-4{height:auto;position:absolute;right:0;top:45%;width:60vw;z-index:0}.embajadores-page__sticker-5{height:auto;left:0;position:absolute;top:45%;width:50vw;z-index:0}.embajadores-page__sticker-6{bottom:0;height:auto;left:60%;position:absolute;width:40vw;z-index:0}.embajadores-page__grid{gap:6px;padding:0 10px}}.App{display:flex;flex-direction:column;max-width:100vw;min-height:100vh;overflow-x:hidden}.App main{flex:1 1;padding-top:var(--navbar-height)}
/*# sourceMappingURL=main.684401d2.css.map*/