/* Box de Dar Consentimento */
.TextodeDarConsentimento{
    font-size: 130%; 
    position: relative;
    left: 1.5%;
    font-family: Arial, sans-serif;
}
.ConsentimentoDados{
    font-size:120%; 
    text-align: center;
    font-family: Arial, sans-serif;
}
.TextoConsentimento{
    font-size: 130%; 
    font-family: Arial, sans-serif;
}
.checkbox {
    top: 0;
    transform: scale(2);
    background-color: grey;
    position: relative;
    left: 0.5%;
}
.checkbox:hover{
    cursor: pointer;
}