.obrigatorio2{
    text-transform: none;
}

.background-none {background-color: unset;}

.corpo.sem-menu {padding-top: unset;}

.sem-menu .pagina__titulo { padding-top: 2em;}

.termo-privacidade {
    background-color: #e0f3fc;
    width: 100%;
    height: 20em;
    position: fixed;
    bottom: 0;
    z-index:9999;
    box-shadow: -1px -2px 9px 9px rgb(112 112 112 / 16%);
}

.termo-privacidade__conteudo {
    color: #626363;
    padding: 2em;
    width: 100%;
    text-align: justify;
}

.termo-privacidade__conteudo a {
    color: #626363 !important;
}

.termo-privacidade__acao {
    width: 100%;
    text-align: center;
}

.bt--error {
    background-color: #ff7675;
}

.bt--error:hover {
    background-color: #fab1a0;
}

@media only screen and (min-width: 768px) {

    .termo-privacidade {
        height: 8em;
    }

    .termo-privacidade__conteudo {
        width: 75%;
        float: left;
    }

    .termo-privacidade__acao {
        width: 25%;
        padding: 2em;
        float: left;
    }

}