@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap";html{overflow:hidden}:root{--genereali-background-color: #c21b17;--generali-input-color: #ffffff;--text-primary-color: #ffffff;--text-secondary-color: #c21b17;--text-gray-color: #4b4b4b}*{padding:0;margin:0;font-family:Roboto,sans-serif;box-sizing:border-box}div{overscroll-behavior:none}a{text-decoration:none;color:var(--text-primary-color);font-weight:600}#main{background-color:#000;min-width:20%;height:10%;position:absolute;top:0;left:0;z-index:1;display:flex;flex-direction:column;user-select:none}.container-login{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:1rem}.register-form{color:var(--text-primary-color);gap:1rem;width:100%}button,.btn{align-self:center;color:var(--text-primary-color);background-color:transparent;border:1.22px solid var(--text-primary-color);border-radius:10px;padding:.75rem 2.5rem;font-weight:600;font-size:1.2rem;background:#c21b17;width:100%;text-wrap:nowrap;text-align:center}span{color:var(--text-primary-color);font-weight:600;transition:.25s ease-in;font-size:1rem;text-align:center}.login-text,.register-text{font-size:1.2rem}button,.btn{cursor:pointer;margin-top:1rem;text-align:center}.form-container{display:flex;flex-direction:column;justify-content:center;align-self:center;width:100%;gap:1rem}.form-content{display:flex;flex-direction:row;gap:1rem}legend{color:var(--text-primary-color);font-weight:600;font-size:1rem;text-align:left}.form-input-box{display:flex;flex-direction:column;gap:.25rem;width:100%}.register-form>input{color:#c21b1775;font-size:1rem;text-align:center}.register-form>input::placeholder{color:#c21b1775;text-align:center}.confirm-email-text{cursor:auto;text-align:center;font-weight:700;font-size:1.25rem}.info-message{color:var(--text-primary-color);text-align:center;text-wrap:wrap;width:100%;display:flex;justify-content:center}.info-message>p{font-size:1rem;font-weight:700}.error-message{color:var(--text-primary-color);text-align:center;font-size:1rem;margin-top:1rem;font-weight:900}.auth-container{background-color:var(--genereali-background-color);width:100%;height:100svh;display:flex;justify-content:center;align-items:center}.top-layer{height:12svh;position:absolute;top:0;left:0;margin-bottom:0}.footer-layer{height:12svh;position:absolute;bottom:0;right:0;margin-bottom:0}.logo-generali{align-self:center;margin-bottom:1rem}.logo-generali-info-ingame{height:3svh}input,select{border:none;border-radius:10px;background-color:var(--generali-input-color);padding:1rem;width:100%;color:#c21b17;height:48px;line-height:1.2}select>option{color:#c21b17;font-weight:300}main{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;background:linear-gradient(152.16deg,rgba(255,255,255,.088) 4.22%,rgba(255,255,255,.033) 54.81%,rgba(255,255,255,.1518) 98.18%);box-shadow:0 4.66px 4.66px #00000040,inset 2.33px 2.33px 5.83px #ffffff30,inset -2.33px -2.33px 5.83px #ffffff1c;border-radius:1.1rem;padding:40px;min-width:20%;width:35%}.buttons-start-game-container{display:flex;flex-direction:column;gap:.5rem;width:85%;justify-content:center;align-items:center}.start-game-btn{width:100%;text-wrap:nowrap;text-align:center}.btn{background:#c21b17;border:1.22px solid #ffffff;color:var(--text-primary-color);font-weight:700}.box-codegame{display:flex;justify-content:center;border:none;background-color:#fff;border:1.22px solid #ffffff;padding:.75rem 2.5rem;border-radius:10px}.box-divider{position:relative;width:100%;height:2px;overflow:visible}.box-divider:after{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:url(../images/border-bottom.png) no-repeat center/cover}.final-codegame{color:#c21b17;font-weight:300;font-family:1.3rem}.text-codegame{color:#c21b1775;font-size:1.2rem;text-align:center}.title-login{font-weight:700;font-size:1rem;color:var(--text-primary-color);text-align:center;width:70%}.logo-generali{height:13vh}.custom-checkbox-wrapper{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;max-width:100%;margin-top:1rem;padding:.25rem .5rem;transition:background-color .2s ease-in-out}.custom-checkbox-wrapper.unchecked{background:#d9d9d942}.custom-checkbox-wrapper.checked{background:transparent}.custom-checkbox-wrapper input{display:none}.custom-checkbox-wrapper .checkmark{width:20px;height:20px;border:1.22px solid #ffffff;border-radius:5px;background:#c21b17;cursor:pointer;position:relative;flex-shrink:0;transition:background-color .2s,border-color .2s}.custom-checkbox-wrapper input:checked+.checkmark{background-color:#fff;border:none}.custom-checkbox-wrapper .checkmark:after{content:"";position:absolute;display:none;left:8px;top:5px;width:4px;height:8px;border:solid #c21b17;border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-checkbox-wrapper input:checked+.checkmark:after{display:block}.checkbox-text{font-size:1rem;color:#fff;user-select:none;cursor:default;white-space:normal;word-break:break-word;font-weight:300}.info-ingame,.info-ingame-logo{display:flex;flex-direction:column;position:absolute;top:2svh;right:2svh;z-index:999;background-color:#c21b17;border:var(--text-primary-color) solid 2px;padding:1rem;border-radius:1rem}.info-ingame-logo{display:inline-flex;align-items:center;width:100px;height:60px;padding:0;justify-content:center;border-radius:32px;cursor:pointer;overflow:visible}.info-ingame-logo:after{content:"Haz click para mostrar código";position:absolute;pointer-events:none;top:50%;right:100%;transform:translate(10px) translateY(-50%);opacity:0;white-space:nowrap;padding:.25rem .5rem;border:2px solid var(--text-primary-color);background:var(--genereali-background-color);color:var(--text-primary-color);border-radius:.25rem;font-size:.875rem;z-index:0;transition:transform .3s ease,opacity .3s ease,z-index 0s linear .3s}.info-ingame-logo:hover:after{transform:translate(0) translateY(-50%);opacity:1;z-index:2;transition:transform .3s ease,opacity .3s ease,z-index 0s}.info-codegame-ingame{font-weight:100;color:#c21b17;background-color:var(--text-primary-color);padding:.25rem .75rem;border-radius:.25rem;cursor:pointer;font-size:1rem;width:332px;text-align:center}.hide-codegame{padding:.25rem .75rem;width:fit-content;font-size:1rem;margin-top:1rem}.info-title-ingame{font-weight:700}.helper-age,.helper-copy-code{text-align:left;font-weight:300;font-size:.75rem}.helper-copy-code{text-align:center;margin-top:.5rem}.generali_endgame_container{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:0;gap:2rem;z-index:99999;height:100svh;width:100%;background-color:var(--genereali-background-color)}.credits-text{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.credits-photos{display:flex;justify-content:center;align-items:center;gap:1.5rem}@media (max-width: 480px){.checkbox-text{font-size:.9rem}}@media (min-width: 1200px){.logo-generali{height:13vh}.footer-layer,.top-layer{height:20svh}}@media (max-width: 920px){.logo-generali{height:13vh}.title-login{width:95%}main{width:90%;padding:20px 15px}}@media ((width > 920px) and (width < 1520px)){main{width:60%}}*,*:before,*:after{box-sizing:border-box}
