/*@import url("https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.css");*/

/* página index */

/*header h1{*/
/*    text-align: center;*/
/*    color:#54595F;*/
/*    font-size: 3em;*/
/*    font-family: Arial, Helvetica, sans-serif;*/
/*}*/
/*header p{*/
/*    text-align: center;*/
/*    color:#54595F;*/
/*    font-size: 1.em;*/
/*    font-family: Arial, Helvetica, sans-serif;*/
   
/*}*/

/*section.titulo_formulario{*/
/*   font-family: Arial, Helvetica, sans-serif;*/
/*    background-color: #f4f4f4;*/
/*    padding: 20px 80px;*/
    
/*}*/
/*section.titulo_formulario h2{*/
/*    font-size: 2em;*/
/*    font-weight: 600;*/
/*    color:#54595F;*/
/*}*/
/*section.titulo_formulario p{*/
/*    font-size: 1em;*/
/*    font-weight: 400;*/
/*    line-height: 24px;*/
/*}*/
/*form.corpoFormulario p{*/
/*    font-size:2em;*/
/*}*/

/*section form ol{*/
/*    font-weight:400;*/
/*    line-height: 30px;*/
/*}*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.css");
/*RESET*/
*, *:before, *:after{
    margin: 0;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 1em; /*Todas as fontes serão relativas ao navegador com 16px*/
    font-weight: 400;

    line-height: 1.2; /*espaçamento da autura da linha*/
    letter-spacing: 0em; /*espaço entre os caracteres*/
    /*vertical-align: middle;*/

    box-sizing: border-box; /* tamanho da caixa será relativo a borda*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container{
    width: 100%;
   
   
}
.content{
    width: 90%;
    padding: 40px 20px;
    /* margin: 40px 0 40px 0; */
   
}
.space-content-margin{
    margin: 40px 0 40px 0
}
/* _______________________________//_____________________ */
.display_format_father{
    display: flex;
   flex-direction: row;
}
.align-justify-content-center{
    justify-content: center; 
}
/* _______________________________//_____________________ */
.display_format_child{
    display: flex;
   flex-direction: column;
}
.align-items-center{
    align-items: center;
}
/* _______________________________//_____________________ */
.grandiente{
    background:linear-gradient(45deg, #2e679c, #697466, #676767, #2c5983);
    background-size: 400% 400%;
    animation: colors 15s ease infinite;
}
@keyframes colors{
    0%{
        background-position: 100% 50%;
    }
    50%{
        background-position: 0% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}

.header_logo{
    max-width: 40%;
}
header h1{
    /* background-color: blueviolet; */
    /*width: 30%;*/
    color:#fff;
    font-size: 3em;
    font-family: Arial, Helvetica, sans-serif;
    
}
header p{
    color:#F2B705;
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}
section h2{
    font-size: 2.3em;
    font-weight: 600;
    color:#54595F;
    text-align: center;
}
section p.quiz{
    font-size: 1.2em;
    font-weight: 400;
    line-height: 34px;
    color:#54595F;
    margin-bottom: 20px;
    text-align: center;
}

.form-quiz p{
    font-size:1.7em;
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
    font-weight: 900;
    color:#54595F;
    
}

.form-quiz  ol{
    font-weight:600;
    line-height: 30px;
    color: #4a4e53;
    padding: 20px;
}
.form-quiz  ol li{
    line-height: 30px;
}

.form-quiz .btn{
    border: none;
    background: #f7c82a;
    padding: 15px 55px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875em;
    margin-top: 10px;
    cursor: pointer;
    color: #4a4e53;
    border-radius: 12px;
    
}
.form-quiz .btn:hover{
    background: #f0bc11;
    color: #4a4e53;
}

/*#graficoRoda{*/
/*    background-color: #efe1b2;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/



.visivel-teste-container{
    /* background-color: rgb(240, 200, 148); */

}
.visivel-teste-content{
    /* background-color: darkgreen; */
    /* border: solid 1px;
    border-color: #fff; */
}