*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,ul,ol,figure,blockquote,dl,dd,fieldset,legend{margin:0;padding:0}html,body{margin:0;padding:0;overflow-x:hidden;font-weight:normal;overflow-y:auto}html{font-size:19px}@media screen and (width > 720px){html{font-size:24px}}body{font-family:"Poppins",sans-serif;font-optical-sizing:auto}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ul,ol{list-style:none}button,input,select,textarea{margin:0;font:inherit;color:inherit}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,13,38,.7);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.modal.active{opacity:1;visibility:visible}.modal-content{background-color:#000d26;color:#fff;border:2px solid #008231;border-radius:1.5rem;padding:2rem;width:90%;max-width:560px;text-align:center;display:flex;flex-direction:column;gap:1.5rem}.modal-content h3{font-size:1rem;font-weight:600}.modal-content input{background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:.5rem;color:#fff;padding:.8rem;width:100%;font-size:1rem;outline:none}.modal-content input::placeholder{color:hsla(0,0%,100%,.7)}.modal-content p{font-size:.8rem;line-height:1.4}.modal-content p a{color:#008231;text-decoration:none;font-weight:600}.modal-content p a:hover{text-decoration:underline}.modal-content .error-message{color:#a30000;font-size:.8rem;font-weight:600;text-align:center;margin:0;display:none}.modal-content .error-message.visible{display:block}.modal-content button{width:100%;max-width:300px;margin:0 auto;padding:.5rem 3rem;background-color:#008231;color:#000d26;border:none;border-radius:.5rem;cursor:pointer;font-size:1rem;font-weight:600}.modal-content.success-content .success-logo{width:60%;max-width:300px;margin:0 auto}.modal-content.success-content h3{font-size:1rem;margin-top:.5rem}.modal-content.success-content .highlight-text{font-size:.9rem;line-height:1.5;margin-top:.5rem}.modal-content.success-content .primary-text{color:#008231;font-weight:700}.container{width:90%;padding:1rem;margin:0 auto}.main{position:relative;width:100dvw;min-height:100dvh;overflow-y:auto;background:url("../images/main-bg.jpg") no-repeat center bottom;background-size:cover;background-attachment:fixed;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}@media screen and (max-width: 768px){.main{background-image:url("../images/main-bg-mobile.jpg");background-position:center bottom}}.main .header{width:100%;padding:1rem 0}.main .header .container{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding-bottom:0}.main .header .container>article img{height:176px;display:inline-block;width:auto}@media screen and (max-width: 768px){.main .header .container>article img{height:86px}}@media screen and (max-width: 440px){.main .header .container>article img{height:66px}}.main .header .container>a img{height:76px;display:inline-block;width:auto}@media screen and (max-width: 768px){.main .header .container>a img{height:44px}}@media screen and (max-width: 440px){.main .header .container>a img{height:34px}}.main-section{flex:1;display:grid;grid-template-columns:minmax(auto, 517px) 1fr;gap:3rem;padding-bottom:0}@media screen and (max-width: 768px){.main-section{display:flex;flex-direction:column;gap:1rem}}.main-section .form-container{display:flex;flex-direction:column;color:#fff;gap:1rem;text-shadow:0 0 10px rgba(0,0,0,.6);width:100%;max-width:560px;padding-bottom:1rem}.main-section .form-container h2{font-size:1.6rem;font-weight:700;line-height:1.2}.main-section .form-container>p{font-size:1rem;line-height:1.1;font-weight:300}.main-section .form-container .bets-from span{display:block}.main-section .form-container .bets-from strong{display:inline-block;padding:0rem 1rem;font-size:1.7rem;font-weight:700;color:#facd01;background-color:#000d26;margin-top:.5rem}.main-section .form-container input{width:100%;border-radius:.5rem;border:1px solid #446bb6;background-color:rgba(0,13,38,.85);color:#fff;font-size:.6rem;padding:.5rem;outline:none;padding:.7rem 1rem}.main-section .form-container input::placeholder{color:#446bb6}.main-section .form-container button{width:100%;margin:0 auto;padding:.6rem 3rem;background-color:rgba(0,130,49,.85);color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-size:1rem;font-weight:600;color:#fff;font-weight:500}.main-section .form-container small{display:block;font-size:.6rem;margin:0rem}.main-section .form-container .error-message{color:#a30000;font-size:.8rem;font-weight:600;text-align:center;margin:0;display:none}.main-section .form-container .error-message.visible{display:block}.main-section .form-container .terms{font-size:.8rem;margin-top:.5rem;color:#fff;text-decoration:none}@media screen and (max-width: 768px){.main-section .form-container .terms{text-align:center}}.main-section .form-container .legal{display:block}@media screen and (max-width: 768px){.main-section .form-container .legal{display:none}}.main-section .characters-container{position:relative;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 768px){.main-section .characters-container{position:absolute;width:calc(95dvw - 560px);right:0;bottom:0;height:90%}}.main-section .characters-container>img{position:absolute;height:100%}.main-section .characters-container>img.planet{width:110%;height:auto}@media screen and (max-width: 768px){.main-section .characters-container>img.planet{width:120%;height:auto}}.main-section .characters-container>img.characters{z-index:3}@media screen and (max-width: 768px){.main-section .characters-container>img.characters{position:relative;width:90%;height:auto;margin:0 auto}}.main-section .characters-container>img.legal{display:none}@media screen and (max-width: 768px){.main-section .characters-container>img.legal{display:block;position:absolute;bottom:.5rem;left:0;width:90%;height:auto;z-index:3;left:5%}}.main .supersalud{position:absolute;bottom:3rem;left:1rem;width:60px;height:auto}@media screen and (max-width: 768px){.main .supersalud{bottom:4rem;left:.5rem;width:40px}}/*# sourceMappingURL=main.min.css.map */
