@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100..900;1,100..900&display=swap');

*{
    box-sizing: border-box!important;
    
}
html,body{
    /*background-image: url('../img/bg.jpg');*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto 100%;
    width:100%;
    height:100%; 
    margin: 0!important;
    padding: 0!important;
    
}

h1, h2, h3, h4{
    font-family: "Grandstander", sans-serif!important;
    font-weight: bold!important;
    letter-spacing: 1px;
    color: #000!important;
}

h2{
    font-size:24px;
    line-height: 28px;
}

h3{
    font-size:24px;
    line-height: 26px;
}

p{
    font-size:20px;
    line-height: 22px;
    font-family: "Grandstander", sans-serif!important;
}

a, .uk-button, div, strong{
    font-family: "Grandstander", sans-serif!important;
    font-size:22px;
}

.container{
    width:100%;
    max-width: 1000px;
}

.w100{
    width:100%!important;
}

.botaoQuiz{
    border: 5px solid #fff;
    background-color:#122459;
    color:#fff;
    padding:10px 25px;
    font-size: 22px;
    border-radius:15px;

}

.barraProximoItem{
    position:fixed;
    bottom:5%; 
    right:5%;
    z-index:9999;
}

#barra-acessibilidade{
    background-color: #008CCF;
    padding:5px;
    color:#fff;
    font-weight: bold;
    font-size:16px;
    text-align: right;
    line-height: 22px;
    margin-bottom: 15px;
}

#barra-acessibilidade .bt-acessibilidade{
    background-color: #fff;
    color: #008CCF;
    border: 0;
    width:25px;
    height:25px;
    font-size:22px;
    line-height: 22px;
}

.area-principal{
    border:1px solid #ccc;
    border-radius:15px;
    max-width: 450px;
    width:96%;
    min-height: 90vh;
    margin: 0px auto;
    background-image: url('../arquivos/bg.jpg');
    background-size: cover;
    background-position: center center;
}

#logo{
    text-align: center;
    width:100%;
}

@media (max-width: 750px) {
    #logo{
        text-align: center;
    }
}
  

#rodape{
    text-align: center;
    width:96%;
    max-width: 1000px;
    padding:5px 0 5px;
    margin: 0 auto 15px;
    background-color: #fff;
    border-radius: 15px;
    
}

#rodape img{
    width: 300px;
    margin:15px;
}

@media (max-width: 750px) {
    #rodape img{
        width: 200px;
        margin:5px;
    }
}

.area-perguntas{
    width:100%;
    text-align: left;
    margin-bottom:30px;
    
}



.alternativas{
    border: 1px solid #ccc;
    width:100%;
    padding:25px;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
    background-color: #fff;
    
}

.botao{
    background-color: #fff;
    color: #333;
    font-size: 30px;
    padding: 10px 50px 10px 50px;
    border-radius: 10px;
    border:1px solid #ccc;
    font-weight: bold;
    text-decoration: none!important;

}

.botao-selecao{
    text-align: left;
    font-size: 14px;
    color:#333;
    margin: 10px 0 10px;
    border:0px solid #000;
    width:100%;
}

.conteudo{
    padding:5%;
    min-height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0px;
}

.areaqrcode{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 25px;
    border:1px solid #ccc;
}

.classCerto, .classErrado{
    transition-duration: 0.5s!important;
}

.uk-button{
    border-radius:15px;
    border:3px solid #444;
}

#barra{
    width:98%;
    border:1px solid #ccc;
    padding: 3px;
    margin:1%;
    background-color: #eaeaea;
    display:none;
    border-radius:8px;
    min-width:20px;
}


#barra-interna{
    width:5px;
    background-color: #009E45;
    color:#fff;
    text-align: center;
    border-radius:5px;
    font-size:12px;
    font-weight: 200;
    
}

#pontosUsuario{
    width:90%;
    text-align: center;
    margin: 0 auto;
    padding:10px;
    border-radius:10px;
    display:none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.infoPontos{
    padding: 5px;
    border-radius: 3px;
    margin: 3px;
    font-family: "Grandstander", sans-serif!important;
    font-size: 16px;
}

.infoAcerto{
    background-color: #009E45;
    color:#fff;
}

.infoQtd{
    background-color: #f8f8f8;
    color:#333;
}

.infoErro{
    background-color: #f00;
    color:#fff;
}

.infoPonto{
    background-color: #008CCF;
    color:#fff;
}





