*{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    text-decoration-color:unset;
}
a:visited {
    color: inherit;
}
.artigos{
    text-align: center;
    width: 32%;
    margin: 1px;
    display: inline-flex;
    margin-bottom: 20px;
}
p {
  margin: 0;
  text-indent: 2ch;
}
.botaoLogin{
    margin: 2px;
    background-color: white;
    width: 90%;
    padding-top: 10px;
    padding-bottom:10px;
    border-radius: 6px;
    color: rgb(0, 94, 50);
    text-decoration: none;
    font-weight: bolder;
    font-size: 16px;
    border: 0px solid rgb(255, 255, 255);
}
.botaoLogin:hover{
    background-color: rgb(32, 179, 172);
    border: 3.5px solid rgb(255, 255, 255);
    color: white;
    padding-top: 6.8px;
    padding-bottom:6.8px;
}
.botao{
    margin: 2px;
    background-color: rgb(32, 179, 172);
    width: 100px;
    padding-top: 8px;
    padding-bottom:8px;
    border-radius: 6px;
    border: 0px solid rgb(0, 255, 149);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bolder;
    font-size: 16px;
}
.botao:hover{
    background-color: rgb(255, 255, 255);
    border: 3px solid rgb(32, 179, 172);
    color: rgb(32, 179, 172);
    padding-top: 5.5px;
    padding-bottom:5.5px;
}
.botao_sair{
    margin: 2px;
    background-color: rgb(32, 179, 172);
    width: 110px;
    padding-top: 8px;
    padding-bottom:8px;
    border-radius: 6px;
    border: 0px solid rgb(0, 255, 149);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bolder;
    font-size: 16px;
    margin-left:50%;
}
.botao_sair:hover{
    background-color: rgb(255, 255, 255);
    border: 3px solid rgb(32, 179, 172);
    color: rgb(32, 179, 172);
    padding-top: 5.5px;
    padding-bottom:5.5px;
}
.botao_erro{
    margin: 2px;
    background-color: rgb(179, 32, 32);
    width: 110px;
    padding-top: 6px;
    padding-bottom:6px;
    border-radius: 6px;
    border: 0px solid rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    text-decoration: none;
    /*font-weight: bolder;*/
    font-size: 16px;
    margin-left:50%;
}
.botao_erro:hover{
    background-color: rgb(255, 255, 255);
    border: 3px solid rgb(179, 32, 32);
    color: rgb(179, 32, 32);
    padding-top: 3.7px;
    padding-bottom:3.7px;
}
.botao_maior{
    margin: 2px;
    background-color: rgb(32, 179, 172);
    width: 250px;
    padding-top: 10px;
    padding-bottom:10px;
    border-radius: 6px;
    border: 0px solid rgb(0, 255, 149);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bolder;
    font-size: 18px;
}
.botao_maior:hover{
    background-color: rgb(255, 255, 255);
    border: 5px solid rgb(32, 179, 172);
    color: rgb(32, 179, 172);
    padding-top: 5px;
    padding-bottom:5px;
}
#btn_loggoogle{
    margin-left: 15.7px;
}
#btn_loggoogle:hover{
    max-width:282px;
}
.central{   
    display: inline-flex;
    width: 100%;
    height: 800px;
}
.center {
        display: flex;
        justify-content: center;
        
    }
.desempenho_texto{
    position: absolute;
    margin-top: 0px;
    z-index: 1;
    margin-left:10%;
    background-color: rgb(241, 241, 241);
    transform: translate(-10%);
    border-radius: 3px;
    border: 2px solid rgb(1, 70, 5);
    padding-left: 5px;
    padding-right: 5px;
    padding-top:5px;
    padding-bottom:5px;
}
.div_central{
    margin-top:50px;
    width: 80%;
    display: inline-flex;
    margin-left: 50%;
    transform: translate(-50%);
}
.divgrafico1{
    width: 80%; 
    height: 300px; 
    position:relative;
    background-color: white;
    margin-left: 0px;
}
.dir{
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    width: 50%;
    background-color: rgb(230, 230, 230);
    text-align: center;
}
#modal{
    box-shadow: 10px 10px 10px 10px rgb(143, 143, 143);  
    text-align:center;
    margin-top:10%;
    border-radius: 8px;
}
.divBotao{
    text-align: center;
    margin-top: 100px;
}
.divBotaoPainel{
    display: inline-flex;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}
.div_botoesProva{
    background-color: rgb(255, 255, 255, 0.7);
    width: 80%;
    margin-left: 50%;
    transform: translate(-50%);
    padding: 10px;
    border-radius: 3px;
    color: rgb(0, 0, 0);
    font-size: 17px;
    box-shadow:  0px 7px 10px rgb(180, 180, 180);
    display: inline-flex; 
    position:fixed; 
    bottom:2px;
    z-index:2; 
}

.div_comentario:nth-child(odd) {
    background:rgb(240, 240, 240);
}
.div_graficos{
    margin-top: 20px;
}
.divImg{
    width: 550px;
    height: 550px;
    margin-top:10px;
    border-radius: 10px 0px 0px 10px;
    box-shadow:  0px 7px 10px rgb(111, 111, 111);
}

.esq{
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: rgb(230, 230, 230);
    width: 50%;
    
}
.formulario{
    background-color: rgb(255, 255, 255);
    width: 60%;
    margin-top:15px;
    margin-left: 50%;
    transform: translate(-50%);
    padding: 10px;
    border-radius: 3px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    box-shadow:  0px 7px 10px rgb(180, 180, 180);  
    margin-bottom: 10px;
    line-height: 30px;
}
.formularioLogin{
    background-color: rgba(32, 179, 172,0.7);
    width: 320px;
    height: 530px;
    margin-top:10px;
    padding: 10px;
    border-radius: 0px 10px 10px 0px;
    color: white;
    font-size: 16px;  
    box-shadow:  0px 7px 10px rgb(190, 190, 190);    
}
.formProva{
    background-color: rgb(255, 255, 255);
    width: 80%;
    margin-top:15px;
    margin-left: 50%;
    transform: translate(-50%);
    padding: 10px;
    border-radius: 3px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    box-shadow:  0px 7px 10px rgb(180, 180, 180);  
}
.graficos{
    display:inline-flex; 
    width: 71.5%;  
}
.h1{
    font-size: 22px;
}
.icone_comentario{
    height: 15px;
    border: none;
    padding: 2px;
}
.img_artigo{
     width: 270px;
     height: 270px; 
}
.img_miniartigo{
    width:40px; 
    height:40px;
    display:none;
}
.btn_icone_comentario{
    margin-left: 10px;
    border: none;
    border-radius: 2px;
}
.btn_icone_comentario:hover{
    background-color: rgb(220, 181, 181);
}
.icone_google{
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: 20px;
    margin-left: -10px;
    border-radius: 10px;
}
.inputwhite{
    margin: 10px;
    border: none;
    border-bottom: 2px rgb(32, 179, 172) solid;
    background-color: initial;
    width: 70%;
    color: rgb(0, 0, 0);
    cursor: text;
    font-size: 16px;
    padding: 1.2px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.inputwhite:hover {
    border: none;
    border-bottom: 3.5px rgb(32, 179, 172) solid;
    background-color: initial;
    color: rgb(0, 0, 0);
    padding: 0.2px;
}
.inputwhite:focus {
    color: rgb(0, 0, 0);
    border: none;
    border-bottom: 3.5px rgb(32, 179, 172) solid;
    box-shadow: 0 0 0 0;
    outline: 0;
    padding: 0.2px;
}
.inputLogin{
    border: none;
    border-bottom: 2px rgb(250, 250, 250) solid;
    background-color: initial;
    width: 100%;
    color: white;
    cursor: text;
    font-size: 16px;
    padding: 1.5px;
}
.inputLogin:hover {
    border: none;
    border-bottom: 3.5px rgb(255, 255, 255) solid;
    color: rgb(255, 255, 255);
    padding: 0.8px;
}
.inputLogin:focus {
    color: rgb(255, 255, 255);
    border: none;
    border-bottom: 3.5px rgb(255, 255, 255) solid;
    box-shadow: 0 0 0 0;
    outline: 0;
    padding: 0px;
}
.img_pergunta{
    max-width: 500px;
    max-height: 500px;
}
input[type=radio]{
    opacity: 0%;
    width: 1px;
}
.label_comentario{
    width: 85%;
    font-size: 14px;
    color: rgb(40, 40, 40);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: 10px;
}
.label_headerprova{
    font-weight: bold;
    margin-left: 20px;
}
.nome_usuario{
    font-size: 14px;
    color: darkblue;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 5px;
    padding-top: 3px;
}
.num_ver{
    color:black;
    width: 1.5%;
    background-color:rgb(186, 238, 186) ;
    margin: 1.5px;
    padding: 1px;
    text-align: center;
    border-radius: 5px;
}
.num_no{
    background-color:rgb(194, 194, 194);
    width: 1.5%;
    margin: 1.5px;
    padding: 1px;
    text-align: center;
    border-radius: 5px;
}
.num_prin{
    color: black;
    width: 1.5%;
    background-color: rgb(254, 254, 147); ;
    margin: 1.5px;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;   
}

.questao_respondida{
    border: blue 3px;
    background-color: white;
    width: 80%;
    margin-top:10px;
    margin-left: 50%;
    transform: translate(-50%);
    padding: 9px;
    border-radius: 3px;
    border: 3px solid rgb(7, 11, 241);
    min-height: 10px;  
}

.table {
  text-align: center;
  background:#ffffff ;
  margin: 5px;
  
}

.radiosn{
    padding:10px;
    margin-left:10px;
}
section{
    margin-top: 50px;
}
.td_rank{
    width: 250px;
}
.td{
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 40%;
}
.tempo{
    margin-left: 50%;
    transform: translate(-50%);
}
.tr{
    background-color: white;
}
.tr:nth-child(odd) {
    background:rgb(198, 228, 211);
    margin: 3px;
}




@media(max-width: 1500px){
    .botaoLogin{
        margin: 2px;
        width: 90%;
        padding-top: 10px;
        padding-bottom:10px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: bolder;
        font-size: 16px;
    }
    .botaoLogin:hover{
        padding-top: 6.8px;
        padding-bottom:6.8px;
    }
    .botao{
        margin: 2px;
        width: 100px;
        padding-top: 8px;
        padding-bottom:8px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: bolder;
        font-size: 16px;
    }
    .botao:hover{
        padding-top: 5.5px;
        padding-bottom:5.5px;
    }
    .botao_sair{
        margin: 2px;
        width: 110px;
        padding-top: 8px;
        padding-bottom:8px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: bolder;
        font-size: 16px;
        margin-left:50%;
    }
    .botao_sair:hover{
        padding-top: 5.5px;
        padding-bottom:5.5px;
    }
    .botao_erro{
        margin: 2px;
        width: 110px;
        padding-top: 6px;
        padding-bottom:6px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 16px;
        margin-left:50%;
    }
    .botao_erro:hover{
        padding-top: 3.7px;
        padding-bottom:3.7px;
    }
    .botao_maior{
        margin: 2px;
        width: 250px;
        padding-top: 10px;
        padding-bottom:10px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: bolder;
        font-size: 18px;
    }
    .botao_maior:hover{
        padding-top: 5px;
        padding-bottom:5px;
    }
    .central{   
        display: inline-flex;
        width: 100%;
        height: 800px;
    }
    .desempenho_texto{
        margin-top: -10px;
    }
    .div_central{
        margin-top:50px;
        width: 80%;
        display: inline-flex;
        margin-left: 50%;
        transform: translate(-50%);
    }
    .dir{
        height: 600px;
        overflow: hidden;
        overflow-y: scroll;
        width: 50%;
    }
    .divBotao{
        text-align: center;
        margin-top: 130px;
    }
    .divImg{
        width: 550px;
        height: 550px;
        margin-top:10px;
        border-radius: 10px 0px 0px 10px;
        box-shadow:  0px 7px 10px rgb(111, 111, 111);
    }
    .esq{
        height: 600px;
        overflow: hidden;
        overflow-y: scroll;
        width: 50%;
    }
    .formulario{
        background-color: rgb(255, 255, 255);
        width: 60%;
        margin-top:15px;
        margin-left: 50%;
        transform: translate(-50%);
        padding: 10px;
        border-radius: 3px;
        color: rgb(0, 0, 0);
        box-shadow:  0px 7px 10px rgb(180, 180, 180);  
        margin-bottom: 10px;
    }
    .formularioLogin{
        background-color: rgba(32, 179, 172,0.7);
        width: 320px;
        height: 530px;
        margin-top:10px;
        padding: 10px;
        border-radius: 0px 10px 10px 0px;
        color: white;
        box-shadow:  0px 7px 10px rgb(190, 190, 190);    
    }
    .formProva{
        background-color: rgb(255, 255, 255);
        width: 80%;
        margin-top:15px;
        margin-left: 50%;
        transform: translate(-50%);
        padding: 10px;
        border-radius: 3px;
        color: rgb(0, 0, 0);
       
        box-shadow:  0px 7px 10px rgb(180, 180, 180);  
    }
    .graficos{
        display:inline-flex; 
        width: 80%;  
    }
    .h1{
        font-size: 22px;
    }
    .img_artigo{
        width: 270px;
        height: 270px; 
    }
    .img_miniartigo{
        width:40px; 
        height:40px;
        display:none;
    }
    .inputwhite{
        margin: 10px;
        border: none;
        border-bottom: 2px rgb(32, 179, 172) solid;
        background-color: initial;
        width: 70%;
        color: rgb(0, 0, 0);
        cursor: text;
        font-size: 16px;
        padding: 1.2px;
        margin-top: 0px;
        margin-bottom: 1px;
    }
    .inputwhite:hover {
        border: none;
        border-bottom: 3.5px rgb(32, 179, 172) solid;
        background-color: initial;
        color: rgb(0, 0, 0);
        padding: 0.2px;
    }
    .inputwhite:focus {
        color: rgb(0, 0, 0);
        border: none;
        border-bottom: 3.5px rgb(32, 179, 172) solid;
        box-shadow: 0 0 0 0;
        outline: 0;
        padding: 0px;
    }
    .inputLogin{
        border: none;
        border-bottom: 2px rgb(250, 250, 250) solid;
        background-color: initial;
        width: 100%;
        color: white;
        cursor: text;
        font-size: 16px;
        padding: 1.5px;
    }
    .inputLogin:hover {
        border: none;
        border-bottom: 3.5px rgb(255, 255, 255) solid;
        background-color: initial;
        color: rgb(255, 255, 255);
        padding: 0.8px;
    }
    .inputLogin:focus {
        color: rgb(255, 255, 255);
        border: none;
        border-bottom: 3.5px rgb(255, 255, 255) solid;
        box-shadow: 0 0 0 0;
        outline: 0;
        padding: 0px;
    }
    .img_pergunta{
        max-width: 500px;
        max-height: 500px;
    }
    input[type=radio]{
        opacity: 0%;
    }
    .label_headerprova{
        font-weight: bold;
        margin-left: 9px;
    }
    .num_ver{
        color:black;
        width: 1.5%;
        background-color:rgb(186, 238, 186) ;
        margin: 1.5px;
        padding: 1px;
        text-align: center;
        border-radius: 5px;
    }
    .num_no{
        background-color:rgb(194, 194, 194);
        width: 1.5%;
        margin: 1.5px;
        padding: 1px;
        text-align: center;
        border-radius: 5px;
    }
    .num_prin{
        color: black;
        width: 1.5%;
        background-color: rgb(254, 254, 147); ;
        margin: 1.5px;
        padding: 1px;
        text-align: center;
        font-weight: bold;
        border-radius: 5px;   
    }
    
    .questao_respondida{
        border: blue 3px;
        background-color: white;
        width: 80%;
        margin-top:10px;
        margin-left: 50%;
        transform: translate(-50%);
        padding: 9px;
        border-radius: 3px;
        border: 3px solid rgb(7, 11, 241);
        min-height: 10px;  
    }
    
    .table {
      text-align: center;
      background:#ffffff ;
      margin: 5px;
      
    }
    
    .radiosn{
        padding:10px;
        margin-left:10px;
    }
    .td_rank{
        width: 250px;
    }
    .td{
        padding-left: 5px;
        padding-bottom: 3px;
        padding-top: 3px;
        width: 40%;
    }
    .tempo{
        margin-left: 50%;
        transform: translate(-50%);
    }
    .tr{
        background-color: white;
    }
    .tr:nth-child(odd) {
        background:rgb(198, 228, 211);
        margin: 3px;
    }


}
/*----------------------------------------------------------------------*/
@media(max-width: 1100px){
    .botaoLogin{
        margin: 2px;
        width: 90%;
        padding-top: 10px;
        padding-bottom:10px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: bolder;
        font-size: 16px;
        border: 0px solid rgb(255, 255, 255);
    }
    .botaoLogin:hover{
        border: 3.5px solid rgb(255, 255, 255);
        padding-top: 6.8px;
        padding-bottom:6.8px;
    }
    .botao{
        margin: 2px;
        width: 100px;
        padding-top: 8px;
        padding-bottom:8px;
        border-radius: 6px;
        border: 0px solid rgb(0, 255, 149);
        text-decoration: none;
        font-weight: bolder;
        font-size: 14px;
    }
    .botao:hover{
        border: 3px solid rgb(32, 179, 172);
        padding-top: 5.5px;
        padding-bottom:5.5px;
    }
    .botao_maior{
        margin: 2px;
        background-color: rgb(32, 179, 172);
        width: 250px;
        padding-top: 10px;
        padding-bottom:10px;
        border-radius: 6px;
        border: 0px solid rgb(0, 255, 149);
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-weight: bolder;
        font-size: 18px;
    }
    .botao_maior:hover{
        background-color: rgb(255, 255, 255);
        border: 5px solid rgb(32, 179, 172);
        color: rgb(32, 179, 172);
        padding-top: 5px;
        padding-bottom:5px;
    }
    .botao_sair{
        margin: 2px;
        background-color: rgb(32, 179, 172);
        width: 110px;
        padding-top: 8px;
        padding-bottom:8px;
        border-radius: 6px;
        border: 0px solid rgb(0, 255, 149);
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-weight: bolder;
        font-size: 14px;
        margin-left:30%;
    }
    .botao_sair:hover{
        background-color: rgb(255, 255, 255);
        border: 3px solid rgb(32, 179, 172);
        color: rgb(32, 179, 172);
        padding-top: 5.7px;
        padding-bottom:5.5px;
    }
    .botao_erro{
        margin: 2px;
        width: 110px;
        padding-top: 6px;
        padding-bottom:6px;
        border-radius: 6px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 14px;
        margin-left:30%;
    }
    .botao_erro:hover{
        padding-top: 3.7px;
        padding-bottom:3.7px;
    }
    .central{   
        display: inline-flex;
        width: 100%;
        height: 800px;
    }
    .desempenho_texto{
        margin-top: -10px;
    }
    .div_central{
        margin-top:50px;
        width: 80%;
        display: inline-flex;
        margin-left: 50%;
        transform: translate(-50%);
    }
    .dir{
        height: 600px;
        overflow: hidden;
        overflow-y: scroll;
        width: 49%;
    }
    .divImg{
        width: 350px;
        height: 550px;
        margin-top:10px;
        border-radius: 10px 0px 0px 10px;
        box-shadow:  0px 7px 10px rgb(111, 111, 111);
    }
    .esq{
        height: 600px;
        overflow: hidden;
        overflow-y: scroll;
        width: 49%;
        margin-left: 5px;
    }
    .graficos{
        display:inline-flex; 
        width: 100%;
    }
    .formulario{
        background-color: rgb(255, 255, 255);
        width: 60%;
        margin-top:15px;
        margin-left: 50%;
        margin-bottom: 10px;
        transform: translate(-50%);
        padding: 10px;
        border-radius: 3px;
        color: rgb(0, 0, 0);
        font-size: 16px;
        box-shadow:  0px 7px 10px rgb(180, 180, 180);  
    }
    .formularioLogin{
        background-color: rgba(32, 179, 172,0.7);
        width: 320px;
        height: 530px;
        margin-top:10px;
        padding: 10px;
        border-radius: 0px 10px 10px 0px;
        color: white;
        font-size: 16px;  
        box-shadow:  0px 7px 10px rgb(190, 190, 190);    
    }
    .formProva{
        width: 80%;
        margin-top:15px;
        margin-left: 50%;
        transform: translate(-50%);
        padding: 10px;
        border-radius: 3px;
        font-size: 14px;
        box-shadow:  0px 7px 10px rgb(180, 180, 180);  
    }
    .img_artigo{
        width: 270px;
        height: 270px; 
    }
    .img_miniartigo{
        width:40px; 
        height:40px;
        display:none;
    }
    .inputwhite{
        border: none;
        border-bottom: 2px rgb(32, 179, 172) solid;
        background-color: initial;
        width: 70%;
        color: rgb(0, 0, 0);
        cursor: text;
        font-size: 16px;
        padding: 1px;
    }
    .inputwhite:hover {
        border: none;
        border-bottom: 3.5px rgb(32, 179, 172) solid;
        background-color: initial;
        color: rgb(0, 0, 0);
        padding: 0.2px;
    }
    .inputwhite:focus {
        color: rgb(0, 0, 0);
        border: none;
        border-bottom: 3.5px rgb(32, 179, 172) solid;
        box-shadow: 0 0 0 0;
        outline: 0;
        padding: 0px;
    }
    .label_headerprova{
        font-weight: bold;
        margin-left: 10px;
    }
    .divBotao{
        text-align: center;
        margin-top: 130px;
    }
    
    input[type=radio]{
        opacity: 0%;
    }
    .num_ver{
        color:black;
        width: 1.5%;
        background-color:rgb(186, 238, 186) ;
        margin: 1.5px;
        padding: 1px;
        text-align: center;
        border-radius: 5px;
    }
    .num_no{
        background-color:rgb(194, 194, 194);
        width: 1.5%;
        margin: 1.5px;
        padding: 1px;
        text-align: center;
        border-radius: 5px;
    }
    .num_prin{
        color: black;
        width: 1.5%;
        background-color: rgb(254, 254, 147); ;
        margin: 1.5px;
        padding: 1px;
        text-align: center;
        font-weight: bold;
        border-radius: 5px;   
    }
    .img_pergunta{
        max-width: 500px;
        max-height: 500px;
    }
    .questao_respondida{
        border: blue 3px;
        background-color: white;
        width: 80%;
        margin-top:10px;
        margin-left: 50%;
        transform: translate(-50%);
        padding: 9px;
        border-radius: 3px;
        border: 3px solid rgb(7, 11, 241);
        min-height: 10px;  
    }
    .table {
      text-align: center;
      background:#ffffff ;
      margin: 5px;
      
    }
    .td_rank{
        width: 250px;
    }
    .td{
        padding-left: 5px;
        padding-bottom: 3px;
        padding-top: 3px;
        width: 30%;
    }
    .tempo{
        margin-left: 50%;
        transform: translate(-50%);
    }
    .td1{
        width: 30%;
    }
}
@media(max-width: 900px){
    .desempenho_texto{
        margin-top: 0px;
        background-color: white;
        width: 80%;
        margin-left: 50%;
        transform: translate(-50%);   
    }
    .dir{
        display: block;  
        width: 99%;
        height: 400px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .div_central{
        margin-top:20px;
        width: 100%;
        display:inline-flex;
            
    }
    .divImg{
        width: 350px;
        height: 550px;
        margin-top:10px;
        border-radius: 10px 0px 0px 10px;
        box-shadow:  0px 7px 10px rgb(111, 111, 111);
    }
    .esq{
        display: block;
        width: 99%;
        height: 400px;
        overflow: hidden;
        overflow-y: scroll;  
        padding-left: 10%;
    }
    .graficos{
        display:block; 
        width: 100%;  
        text-align: center;
    }
    .img_artigo{
        width: 270px;
        height: 270px; 
    }
    .img_miniartigo{
        width:40px; 
        height:40px;
        display:none;
    }
}
@media(max-width: 700px){
    .artigos{
    text-align: center;
    width: 100%;
    margin: 1px;
    display: inline-flex;
    margin-bottom: 20px;
    }
    .botaoLogin{
        margin-top: 3px;
        width: 80%;
        padding-top: 10px;
        padding-bottom:10px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: bolder;
        font-size: 16px;
        border: 0px solid rgb(255, 255, 255);
    }
    .botaoLogin:hover{
        border: 3px solid rgb(255, 255, 255);
        font-weight: bolder;
        padding-top: 7px;
        padding-bottom:7px;
    }
    .botao{
        margin: 1px;
        width: 84px;
        padding-top: 7px;
        padding-bottom:7px;
        border-radius: 6px;
        border: 0px solid rgb(0, 255, 149);
        text-decoration: none;
        font-weight: bolder;
        font-size: 14px;
    }
    .botao:hover{
        border: 3px solid rgb(32, 179, 172);
        padding-top: 2.2px;
        padding-bottom:2.2px;
    }
    .botao_sair{
        margin: 1px;
        background-color: rgb(32, 179, 172);
        width: 100px;
        padding-top: 7px;
        padding-bottom:7px;
        border-radius: 6px;
        border: 0px solid rgb(0, 255, 149);
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-weight: bolder;
        font-size: 14px;
    }
    .botao_sair:hover{
        background-color: rgb(255, 255, 255);
        border: 3px solid rgb(32, 179, 172);
        color: rgb(32, 179, 172);
        padding-top: 5.7px;
        padding-bottom:5.5px;
    }
    .botao_erro{
        margin: 1px;
        width: 100px;
        padding-top: 6px;
        padding-bottom:6px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 14px;
    }
    .botao_erro:hover{
        border: 3px solid rgb(179, 32, 32);
        padding-top: 3.7px;
        padding-bottom:3.7px;
    }
    .botao_maior{
        margin: 2px;
        background-color: rgb(32, 179, 172);
        width: 250px;
        padding-top: 10px;
        padding-bottom:10px;
        border-radius: 6px;
        border: 0px solid rgb(0, 255, 149);
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-weight: bolder;
        font-size: 18px;
    }
    .botao_maior:hover{
        background-color: rgb(255, 255, 255);
        border: 5px solid rgb(32, 179, 172);
        color: rgb(32, 179, 172);
        padding-top: 5px;
        padding-bottom:5px;
    }
    #btn_loggoogle{
        margin-left: 10%;
    }
    .central{   
        display: block;
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
    .desempenho_texto{
        margin-top: 0px;
        background-color: white;
        color:rgb(1,70,5);
        
        width: 95%;
        margin-left: 50%;
        transform: translate(-50%);   
    }
    .div_botoesProva{
        width: 99%;
        margin-left: 0%;
        transform: translate(-0%);
        padding: 3px;
        padding-left: 8px;
        border-radius: 2px;
        font-size: 14px;
        box-shadow:  0px 7px 10px rgb(180, 180, 180);
    }
    .div_central{
        margin-top:20px;
        width: 100%;
        display:block;
        margin-left: 0px;    
    }
    .div_index{
        width: 100%;
        margin-left: 0px;
    }
    .dir{
        display: block;  
        width: 99%;
        height: 400px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .divImg{
        margin-left: 45%;
        width: 105%;
        height: 250px;
        margin-top:10px;
        border-radius: 0px 0px 0px 0px;
        box-shadow:  0px 0px 0px rgb(111, 111, 111);
    }
    .divBotao{
        text-align: center;
        margin-top: 15px;
    }
    .div_graficos{
        margin-top: 10px;
    }
    .esq{
        display: block;
        width: 100%;
        height: 400px;
        overflow: hidden;
        overflow-y: scroll;  
        padding-left: 0%;
        margin-left: 0px;
    }
    .formulario{
        background-color: rgb(255, 255, 255);
        width: 100%;
        margin-top:15px;
        margin-left: 0%;
        transform:none;
        padding: 0px;
        border-radius: 3px;
        color: rgb(0, 0, 0);
        font-size: 15px;
        box-shadow:  0px 0px 0px 0px rgb(180, 180, 180);  
        line-height: 24px;
    }
    .formularioLogin{
        background-color: rgba(32, 179, 172,0.7);
        width: 98%;
        height: 400px;
        padding: 5px;
        border-radius: none;
        font-size: 16px;  
        box-shadow:  none;    
        margin-left: 50.2%;
    }
    .formProva{
        width: 99%;
        margin-top:10px;
        margin-left: 0%;
        transform: translate(-0%);
        padding: 3px;
        border-radius: 2px;
        font-size: 13px;
        box-shadow:  0px 7px 10px rgb(180, 180, 180);  
    }
    .graficos{
        display:block; 
        width: 100%;  
    }
    .divgrafico1{
    width: 100%; 
    height: 300px; 
    margin-left: -30px;
    }   
    .h1{
        font-size: 16px;
        color: rgb(47, 55, 55);
    }
    .img_artigo{
     width: 99%;
     height: 99%; 
     
    }
    .img_miniartigo{
        width:40px; 
        height:40px;
        display:block;
    }
    .inputwhite{
        border: none;
        border-bottom: 2px rgb(32, 179, 172) solid;
        background-color: initial;
        width: 90%;
        color: rgb(0, 0, 0);
        cursor: text;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .inputwhite:hover {
        border-bottom: 3.5px rgb(32, 179, 172) solid;
        background-color: initial;
    }
    .inputwhite:focus {   
        border-bottom: 3.5px rgb(32, 179, 172) solid;
        box-shadow: 0 0 0 0;
        outline: 0;
    }
    .inputLogin{
        border: none;
        border-bottom: 2px rgb(250, 250, 250) solid;
        background-color: initial;
        width: 99%;
        cursor: text;
        font-size: 16px;
    }
    .inputLogin:hover {
        border-bottom: 3.5px rgb(255, 255, 255) solid;
        background-color: initial;
    }
    .inputLogin:focus {
        color: rgb(255, 255, 255);
        border-bottom: 3.5px rgb(255, 255, 255) solid;
        box-shadow: 0 0 0 0;
        outline: 0;
    }
    .img_pergunta{
        max-width: 99%;
        max-height: 99%;    
    }
    input[type=radio]{
        opacity: 0%;
    }
    .label_headerprova{
        font-weight: bold;
        margin-left: 5px;
    }
    #modal{
        box-shadow: 0px 0px 0px 0px rgb(143, 143, 143);  
        text-align:center;
        margin-top:20%;
        border-radius: 5px;
        margin-left: 50%;
        transform: translate(-50%);
    }
    .num_ver{
        color:black;
        width: 5%;
        background-color:rgb(186, 238, 186) ;
        margin: 2px;
        margin-bottom: 10px;
        padding: 2px;
        text-align: center;
        border-radius: 5px;
    }
    .num_no{
        background-color:rgb(194, 194, 194);
        width: 5%;
        margin: 2px;
        padding: 3px;
        text-align: center;
        font-weight: bold;
        border-radius: 5px;
    }
    .num_prin{
        color: black;
        width: 5%;
        background-color: rgb(254, 254, 147); ;
        margin: 2px;
        padding: 2px;
        text-align: center;
        font-weight: bold;
        border-radius: 5px;   
    }
    .questao_respondida{
        border: blue 3px;
        background-color: white;
        width: 97%;
        margin-top:10px;
        margin-left: 0%;
        transform: translate(-0%);
        padding: 3px;
        border-radius: 3px;
        border: 3px solid rgb(7, 11, 241);
        min-height: 10px;  
    }
    section{
        margin-top: 30px;
    }
    .table {
      text-align: center;
      background:#ffffff ;
      margin: 2px;
    }
    .td{
        padding-left: 5px;
        padding-bottom: 3px;
        padding-top: 3px;
        width: 30%;
    }
    .tempo{
        margin-left: 0%;
        transform: translate(0%);
    }
    
}