@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap);#app{font-family:Lato,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center}#app,body{margin:0}.bg{height:110vh;left:0;z-index:-1}.bg,.fundo{width:110vw;position:fixed}.fundo{background:rgba(0,0,0,.7803921568627451);height:205vw;bottom:0;z-index:3}.dialog{background-color:#fff;height:40vh;width:70vw;border-radius:25px;position:fixed;top:25%;left:15%;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.dialog span{color:#1e88e5;font-weight:600}.dialog:before{background-color:#000;width:100vw;height:100vw;position:fixed}.container-home{justify-content:center}.container,.container-home{height:calc(100vh - 70px);display:flex;flex-direction:column;align-items:center}.container{justify-content:flex-start}.title_home{font-family:Roboto,sans-serif;font-weight:200;color:#fff;margin:0}.title{font-family:Lato,sans-serif;font-weight:400;font-size:2.7rem;color:red;text-shadow:0 0 4px red;margin:0}.content{font-size:1.6rem;width:93vw;margin-bottom:0}.content,.subTitle{font-weight:300;color:#fff;text-align:center}.subTitle{font-size:1.7rem;width:80vw;margin:0}.qr img{margin-bottom:5vh}.arrow{z-index:3}#nav,.arrow{position:fixed;right:0;left:0}#nav{height:70px;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:space-evenly;align-items:center;z-index:2}@media (max-width:375px){.title{font-size:2.3rem}.content{font-size:1.5rem;margin-bottom:0}.subTitle{font-size:1.5rem;margin-top:25px}.subTitleQR{font-size:8vw;margin:0}.qr img{margin-bottom:7vh}}