:root{--background-color:#31398e;--header-color:#1f2560;--green_:#4fec6a;--ice_white:#fefefe;--realizadores_white:#f1f9ff;--dark_blue:#202a5d;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}button{cursor:pointer}*{border:0;margin:0;padding:0}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}#background{height:135rem;width:100vw}#background,#page-home{background:var(--background-color);background-image:url(/static/media/background.7e750e0472b3266751fb.svg);background-size:cover}#page-home{display:flex;flex-direction:column;height:100%;margin:0;padding:0;width:100%}header{align-items:center;-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);background-color:var(--header-color);box-shadow:0 -10px 30px #000;display:flex;filter:opacity(.9);font-family:M PLUS Rounded\ 1c,sans-serif;height:4rem;justify-content:space-between;line-height:100%;position:fixed;text-shadow:0 15.7534px 25.2055px #0d962933;text-transform:uppercase;width:100vw;z-index:1}header .libraske-header{color:var(--green_);flex-direction:row;font-size:1.125rem;font-weight:800;margin-left:20vw}header .options{color:var(--ice_white);font-size:.875rem;font-weight:500;margin-right:18vw}header .options a{color:var(--ice_white);text-decoration:none}header .options a:first-child{margin-right:1.5rem}#page-home .main-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:11rem 0 0}#page-home .main-content .main{display:flex;flex-direction:column;margin-bottom:4.5rem}#page-home .main-content .main .suite{color:var(--ice_white);font-family:Open Sans,sans-serif;font-size:1.25rem;font-weight:400;margin-bottom:2.5rem;text-align:center}#page-home .main-content .main .init-container{display:flex;gap:2rem}#page-home .main-content .main .init-container .icaro{height:18.75rem;width:18.75rem}#page-home .main-content .main .init-container div{align-items:flex-start;display:flex;flex-direction:column}#page-home .main-content .main .init-container .title{color:var(--green_);font-family:M PLUS Rounded\ 1c,sans-serif;font-size:6rem;font-weight:800;letter-spacing:-.06em;line-height:100%}#page-home .main-content .main .init-container .subtitle{color:var(--ice_white);font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:400;line-height:100%;margin-bottom:1.25rem;margin-top:.5rem}#page-home .main-content .main .init-container div img{width:13rem}#page-home .main-content .realizadores{background:var(--realizadores_white);border-radius:1.5rem;height:6.25rem;margin-bottom:4.5rem;width:43.125rem}#page-home .main-content .realizadores span{color:#000;display:block;font-family:Open Sans,sans-serif;font-size:.875rem;font-weight:600;line-height:100%;margin:1.25rem 0 0 1.5rem}.camera-permission-modal{& button{margin-bottom:16px}& p{color:var(--ice_white);font-family:Open Sans,sans-serif;font-size:1.125rem;font-weight:400;line-height:200%}}#page-home .main-content .realizadores .logos_realizadores_container{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:.5rem 1.5rem 2rem}#page-home .main-content .realizadores .logos_realizadores_container img{margin:0 .5rem}#page-home .main-content .projeto{display:flex;flex-direction:row;gap:11rem;height:12.5rem;justify-content:space-between;margin-bottom:4.5rem;margin-left:15rem;margin-right:15rem}#page-home .main-content .projeto .sobre{display:flex;flex-direction:column;width:24.125rem}#page-home .main-content .projeto .sobre img{height:2rem;margin-right:.75rem;width:2rem}#page-home .main-content .projeto .sobre div{color:#fff;font-family:M PLUS Rounded\ 1c,sans-serif;font-size:2rem;font-weight:800;margin-bottom:2rem}#page-home .main-content .projeto .sobre p{color:var(--ice_white);font-family:Open Sans,sans-serif;font-size:1.125rem;font-weight:400;line-height:200%}#page-home .main-content .projeto div:last-child{align-items:center;display:flex;justify-content:flex-end}#page-home .main-content .projeto div:last-child img:first-child{height:12rem;position:absolute;width:12rem}#page-home .main-content .projeto div:last-child img:last-child{height:16rem;width:16rem}#page-home .main-content .funciona{background:var(--dark_blue);border-radius:.75rem;height:11.2rem;margin-bottom:5rem;margin-left:7rem;margin-right:7rem}#page-home .main-content .funciona .funciona_titulo{color:#fff;font-family:M PLUS Rounded\ 1c,sans-serif;font-size:1.5rem;font-style:normal;font-weight:800;letter-spacing:-.06em;line-height:100%;margin-left:3.8rem;margin-top:2rem}#page-home .main-content .funciona .icons_container{color:#fff;display:flex;flex-direction:row;font-family:Open Sans,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;gap:3rem;justify-content:space-between;line-height:150%;margin-left:3.8rem;margin-right:3.6rem;margin-top:1.5rem}#page-home .main-content .funciona .icons_container div{align-items:center;display:flex;gap:.7rem;max-width:25.25rem}#page-home .main-content .vlibras{display:flex;flex-direction:row;gap:2rem;height:12.5rem;justify-content:space-between;margin-bottom:4.5rem;margin-left:15rem;margin-right:15rem}#page-home .main-content .vlibras .sobre{height:13.5rem}#page-home .main-content .vlibras .sobre img{height:2rem;margin-right:.75rem;width:2rem}#page-home .main-content .vlibras .sobre div:first-child{color:#fff;font-family:M PLUS Rounded\ 1c,sans-serif;font-size:32px;font-style:normal;font-weight:800;line-height:100%;margin-bottom:2rem}#page-home .main-content .vlibras .sobre .sobre_container{display:flex;gap:2rem;margin-bottom:4rem}#page-home .main-content .vlibras .sobre .sobre_container p{color:var(--ice_white);font-family:Open Sans,sans-serif;font-size:1.125rem;font-weight:400;line-height:200%;width:23.875rem}#page-home .main-content .vlibras .sobre .sobre_container img{height:12.5rem;width:24rem}#page-home .main-content .vlibras .sobre .sobre_container .player-box{display:flex;height:12.5rem;justify-content:center;width:24rem}#page-home footer{align-items:center;background-color:var(--dark_blue);display:flex;filter:opacity(.9);height:6.5rem;justify-content:center;margin-top:auto;width:100%}#page-home footer .direitos{align-items:center;color:#fff;display:flex;font-family:Mulish,sans-serif;font-size:.875rem;gap:.5rem;letter-spacing:.3px;line-height:1.125rem}#page-home footer .social{display:flex;gap:1rem;margin-right:8rem;position:absolute;right:0}#page-home .player-wrapper{border:10px solid #fff3;border-radius:50%;height:18rem;overflow:hidden;width:18rem}#page-home .player-wrapper-small{align-items:flex-start;border:10px solid #fff3;border-radius:50%;display:flex;flex-direction:column;height:12rem;overflow:hidden;position:absolute;width:12rem}#page-home .react-player{align-self:center;position:relative}@media (max-width:70rem){#page-home{height:192rem;margin:auto;width:auto}#page-home .main-content{padding:11rem 0 0}#page-home .main-content .main{align-items:center;display:flex;flex-direction:column;justify-content:center}#page-home .main-content .main .suite{width:75vw}#page-home .main-content .main .init-container{align-items:center;flex-direction:column}#page-home .main-content .main .init-container .title{font-size:4.5rem}#page-home .main-content .main .init-container div{align-items:center}#page-home .main-content .realizadores{align-items:center;display:flex;flex-direction:column;height:12.68rem;width:22.5rem}#page-home .main-content .realizadores .logos_realizadores_container{display:flex;flex-direction:column;margin:.5rem 1.5rem 2rem}#page-home .main-content .realizadores .logos_realizadores_container div{display:flex;flex-direction:row;margin-top:1rem}#page-home .main-content .realizadores span{margin:1.25rem 0 0}#page-home .main-content .realizadores .logos_realizadores_container img{margin:0 .5rem}#page-home .main-content .projeto{align-items:center;flex-direction:column;gap:2rem;height:auto;margin:0 0 4.5rem}#page-home .main-content .projeto .sobre{align-items:center;max-width:26rem;text-align:justify;width:90vw}#page-home .main-content .funciona{height:19rem;margin-left:.5rem;margin-right:.5rem}#page-home .main-content .funciona .funciona_titulo{align-items:center;display:flex;justify-content:center;margin-left:0}#page-home .main-content .funciona .icons_container{flex-direction:column;margin:0;padding:1.5rem}#page-home .main-content .vlibras .sobre{max-width:26rem;text-align:justify;width:90vw}#page-home .main-content .vlibras .sobre div:first-child{text-align:center}#page-home .main-content .vlibras .sobre_container{align-items:center;display:flex;flex-direction:column;gap:2rem}#page-home .main-content .vlibras .sobre .sobre_container p{max-width:26rem;width:90vw}#page-home .main-content .vlibras .sobre .sobre_container img{margin:0;width:95vw}#page-home .main-content .vlibras .sobre .sobre_container img:last-child{height:10rem;width:20rem}#page-home footer{height:5rem;justify-content:space-between;margin-top:auto}#page-home footer .direitos{padding-left:2rem}#page-home footer .social{margin-right:2rem;position:relative}}@media (max-width:35rem){#page-home{height:200rem}header{gap:1rem}header .libraske-header{margin-left:1.5rem}header .options{margin-right:1.75rem}#page-home .main-content{padding:7rem 0 0}}@media (min-width:2560px){header .libraske-header{margin-left:28vw}header .options{margin-right:28vw}}.buttons button{background-color:initial;border:.1875rem solid var(--green_);border-radius:3rem;color:#fff;cursor:pointer;font-family:M PLUS Rounded\ 1c,sans-serif;font-size:1.5rem;font-style:normal;font-weight:800;line-height:100%;transition:background-color .2s}.buttons .button_icons:hover{background-color:var(--green_);box-shadow:0 25px 40px #0d962959;transform:scale(1.05)}.buttons .normal{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:1rem 1.5rem}.buttons .normal:hover{background-color:var(--green_);box-shadow:0 25px 40px #0d962959;transform:scale(1.2)}.buttons .button_icons{align-items:center;display:flex;flex-direction:row;font-weight:800;gap:1rem;height:3.5rem;line-height:100%;padding-left:1.5rem;width:19.1rem}.gov_strong{font-weight:900}.buttons .button_icons img{height:1.25rem;width:1.5rem}.buttons .entrar{height:3.5rem;width:17.375rem}.buttons .entrar:hover{background-color:var(--green_);box-shadow:0 25px 40px #0d962959;transform:scale(1.05)}.buttons .voltar{align-items:center;display:flex;font-size:1rem;height:2.75rem;justify-content:space-between;left:2rem;padding:0 1.25rem 0 .5rem;position:absolute;top:2rem;width:7.9rem}.buttons .voltar:hover{background-color:var(--green_);box-shadow:0 25px 40px #0d962959;transform:scale(1.05)}@media (max-width:35rem){.buttons .voltar{font-size:1rem;height:2.5rem;left:1rem;padding:0;top:2rem;width:2.5rem}.buttons .voltar div{color:#0000;width:0}.buttons .entrar{height:2.75rem;width:14rem}}@media (max-height:35rem){.buttons .voltar{height:2.25rem;left:1rem;top:1rem;width:7rem}}#login_background{align-items:center;background-color:#1c1e4c;display:flex;flex-direction:column;min-height:100vh;width:100vw}#login_background .title{color:var(--green_);font-family:M PLUS Rounded\ 1c,sans-serif;font-size:4rem;font-weight:800;letter-spacing:-.01em;line-height:100%;margin-top:7rem}#login_background .subtitle{color:var(--ice_white);font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:400;line-height:100%;margin-bottom:4rem;margin-top:.4rem}.main_login{display:flex;flex-direction:row;gap:1rem;margin-bottom:3rem}.main_login span{color:#fff;font-family:M PLUS Rounded\ 1c,sans-serif;font-size:2rem;font-style:normal;font-weight:800;line-height:100%;margin-bottom:.5rem}.guest_container,.main_login div{display:flex;flex-direction:column;gap:1rem;justify-content:center}.guest_container{grid-gap:1rem}.guest_container .guest_input{align-items:center;border:1px solid #fff;border-radius:.25rem;box-sizing:border-box;display:flex;flex-direction:row;height:3rem;justify-content:flex-start;padding:.75rem 1.5rem .75rem 1rem;width:18rem}.guest_container .guest_input:hover{border:1px solid #46e662}.guest_container .guest_input input{background-color:initial;color:#fff;font-family:Roboto,sans-serif;font-size:1.2rem;font-style:normal;font-weight:300;height:1.5rem;line-height:100%;outline:none;width:10.625rem}.guest_container .guest_input input::placeholder{color:#bbbbc4;font-size:1.4rem}.guest_container img{height:1.25rem;width:1.1rem}.guest_container span{color:#9dbeff;font-family:Roboto,sans-serif;font-size:.75rem;font-style:italic;font-weight:400;line-height:100%}.guest_input:focus-within{background-color:#121434;border-color:var(--green_)}.guest_input input:focus::placeholder{color:#0000}.guest_row{align-items:center;background:#ffffff1a;border-radius:16px;display:flex;margin-top:1px;padding:10px 14px}.guest_row img{height:3rem;margin-right:14px}.guest_row:hover{border:1px solid #46e662;margin-top:0}.guest_mode{color:#fbfbfb;cursor:default;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:160%;text-align:center}.guest_mode .govbr{color:var(--green_);cursor:pointer;text-decoration:underline}.fullscreen{background-color:initial;border-radius:1.8rem 0 0 0;bottom:0;height:4rem;padding:.5rem 0 0 .25rem;position:absolute;right:0;transition:background-color .2ms;width:4.5rem}.fullscreen:hover{background-color:#3234554d}.footer_login{color:#fff;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:150%;margin-bottom:2rem;margin-top:auto}#loading{height:3.5rem;width:auto}#login_background .player-wrapper{border:10px solid #fff3;border-radius:50%;height:15rem;margin-right:26px;overflow:hidden;width:15rem}#login_background .react-player{align-self:center;background-color:#fff;position:relative}@media (max-width:35rem){#login_background{min-height:100vh}#login_background .title{margin-top:5rem}#login_background .subtitle{margin-bottom:1.5rem}#loading{height:2.75rem}.main_login{align-items:center;display:flex;flex-direction:column;gap:0;margin-bottom:2rem}.main_login span{margin-bottom:0;text-align:center}.guest_mode{font-size:.9rem;margin:0 .75rem .5rem}.guest_row{margin-bottom:1rem;width:86%}.guest_row img{height:3rem;margin-right:6px}.guest_container{align-items:center}.guest_container span{margin-bottom:0}.govbr{margin:0}.footer_login{font-size:.8rem;margin-bottom:1rem}#login_background .player-wrapper{margin:18px 0}}@media (max-height:35rem){#login_background .title{font-size:2.75rem;margin-top:1rem}#login_background .subtitle{font-size:1rem;margin-bottom:0}.main_login{margin-bottom:.05rem}.guest_mode{font-size:.8rem;margin:0 .75rem .2rem}.govbr{margin:0}.footer_login{font-size:.8rem;margin-bottom:1rem}}#page-authorize{align-items:center;background-color:#1c1e4c;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100vw}.text{color:var(--ice_white);font-family:M PLUS Rounded\ 1c,sans-serif;font-size:1.6rem;margin-top:8px}.loading{width:7rem}#page-game{background-color:#1c1e4c;flex-direction:column;height:100vh;width:100vw}#corner-items,#page-game{align-items:center;display:flex;justify-content:center}#corner-items{bottom:0;position:absolute;right:0}#corner-button{align-items:center;background:#1c1e4d;border-radius:30px 0 0 0;cursor:pointer;display:flex;height:3.8rem;justify-content:center;width:3.8rem}.logout-icon{content:url(/static/media/logout.a4ffb6bf06351d560cfc.svg);margin-left:8px;margin-top:4px;width:2rem}.logout-text{background:#1c1e4d;border-radius:53px;color:#fff;font-family:Roboto,sans-serif;font-size:1rem;margin-right:8px;padding:6px 22px}.modal-wrapper{background:#0009;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%}#logout-modal,.modal-wrapper{align-items:center;display:flex}#logout-modal{background:#fff;border-radius:8px;flex-direction:column;padding:32px 28px;width:20%}#logout-title{color:#1c1e4c;font-family:M PLUS Rounded\ 1c,sans-serif;font-size:1.3rem;font-weight:700}.button-row{flex-direction:row;justify-content:space-evenly;margin-top:14px;width:100%}.button-row,.fill-button{align-items:center;display:flex}.fill-button{background:linear-gradient(135deg,#4fec6a,#20cb3d);border-radius:100px;color:#fff;cursor:pointer;font-family:M PLUS Rounded\ 1c,sans-serif;font-size:1.4rem;font-weight:800;justify-content:center;margin:3.6px;padding:8px 24px;transition:.2s}.fill-button:hover{font-size:1.5rem;margin:0;padding:10px 26px}#warning-modal{align-items:center;background:#1c1e4c;border-radius:8px;display:flex;flex-direction:column;font-family:M PLUS Rounded\ 1c,sans-serif;height:100vh;justify-content:center;padding:18px 22px;width:100%;span{color:#fff;opacity:.7}p{font-size:32px;font-weight:700}}#warning-title{color:#fff;font-family:M PLUS Rounded\ 1c,sans-serif;font-size:2.2rem;font-weight:800;margin-bottom:16px}#info-primary{font-weight:700;margin-bottom:16px}#info-primary,#info-secondary{color:#fff;font-family:M PLUS Rounded\ 1c,sans-serif;font-size:1rem;text-align:center}#info-secondary{font-weight:300;margin-bottom:40px}#page-game .player-wrapper{border:10px solid #fff3;border-radius:50%;display:flex;flex-direction:column;height:15rem;margin-bottom:2rem;overflow:hidden;width:15rem}#page-game .react-player{align-self:center;background-color:#fff}
/*# sourceMappingURL=main.e1b01855.css.map*/