

*{
    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;

    padding-top: 0px!important;
    /*overflow: hidden!important;*/
    
}

h1, h2, h3, h4{
    font-family: "Roboto", 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-family: "Roboto", sans-serif!important;
}

a, .uk-button, div, strong{
    font-family: "Roboto", sans-serif!important;
    line-height: 30px!important;
}

.container{
    width:100%;
    max-width: 1000px;
}

.w100{
    width:100%!important;
}


.timerRevisao{
    font-size: 10px;
    position: fixed;
    bottom: 1%;
    left: 0%;
    padding: 5px 15px 5px 15px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}



#logo{
    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;
    padding: 2%;
    
}

.pergunta{
    margin-top:20%;
    margin-bottom:3%;
    padding:8px;
    width:100%;
    display: block;
    border:10px solid #000;
    line-height:18px!important;
}


.alternativas{
    border: 1px solid #ccc;
    width:100%;
    padding:25px;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
    background-color: #fff;
    
    
}

.btResponder{
    line-height: 18px!important;
    border:0px solid #000!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
    
}

a.btResponder:focus {
  outline: none; /* remove o contorno padrão do navegador */
  background-color: #0057b8; /* muda a cor de fundo */
  color: #fff; /* muda a cor do texto */
  box-shadow: 0 0 0 3px rgba(197, 3, 3, 1); /* adiciona um destaque visual */
  border-radius: 6px;
}

.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:0;
    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;
}


#quizGeral{
    position: relative;
}

#areaControles{
    width:100%;
}

#barra{
    width:98%;
    border:2px solid #ccc;
    padding: 2px;
    margin:0 1% 0 1%;
    background-color: #eaeaea;
    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{
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 999;
    width: auto;
    margin: 0;
    padding: 4px 6px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.infoPontos{
    padding: 5px;
    border-radius: 3px;
    margin: 3px;
    font-family: "Roboto", 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;
}

.infoPercentual{
    background-color: transparent;
    color: #fff;
    font-size: 11px;
    padding: 3px 4px;
}

#timerJogo{
    background-color: #008CCF;
    color:#fff;
}



.areaInputForm{
    width:100%;
    max-width:215px;
    margin: 5px;
    display: flex;
}

.titForm{
    padding:25px 0 0 0;
    font-size: 14px;
    display:none;
}
#statusConexao{
    font-size: 10px;
    background-color: #009E45;
    color:#fff;
    position: fixed;
    bottom: 1%;
    right: 0%;
    padding: 5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}



/*PERSONALIZAÇÃO*/
.colaborador{
    border:0px solid #ff0;
    width:9%;
    height:5%;
    cursor: pointer;
}


.colaboradorProximo{
    border:0px solid #ff0;
    width:80%;
    height:8%;
    cursor: pointer;
}


.pagina-explicacao{
    position: relative;
    width:100%;
    aspect-ratio: 9/16;
    
}

.pagina-explicacao img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}



 @font-face {
    font-family: 'fonteQuizNormal';
    src: url('../fontes/Gotham-Light.otf') format('opentype');
}

.pagina-explicacao div{
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 3;
    width:90%;
    height:57%;
    font-family: 'fonteQuiz'!important;
    font-size: 15px;
    line-height: 15px;
    border:0px solid #f00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:#000!important;
    overflow-y: auto;
    padding:0 5px 0 5px
}

.pagina-explicacao p{
    font-family: 'fonteQuiz'!important;
    font-size: 12px;
    line-height: 12px;
    color:#000!important;
    font-weight: 100;
}

.pagina-explicacao strong{
    font-family: 'fonteQuiz'!important;
    font-size: 14px;
    line-height: 14px;
    color:#000!important;
}

.pagina-explicacao a{
    font-family: 'fonteQuiz'!important;
    color:#000!important;
    border:1px solid #ff0!important;
}


.pagina-explicacao a:focus{
    border:5px solid #ff0!important;
}

.pagina-explicacao .btProximo{

    border:1px solid #f00;
    width:100%;
    height:5%;
    bottom:5%;

}


.uk-alert-danger{
    color:#fff!important;
    background-color: rgb(199, 0, 0)!important;
}

.uk-alert-success{
    color:#fff!important;
    background-color: #0AA049!important;
}

#feedResposta {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    z-index: 1000;
    text-align: center;
}

#modalDescricaoResposta .uk-modal-dialog {
    border-radius: 15px;
    overflow: hidden;
}

#modalDescricaoResposta .uk-modal-footer {
    text-align: center;
}

#btnFecharModalDesc {
    background-color: #0AA049;
    color: #fff;
    border-radius: 15px;
    border: none;
}


.uk-button{
    padding-top:5px!important;
    padding-bottom:5px!important; 
}