.acessibilidade {
    height: 42px;
}

.acessibilidade > * {
    cursor: pointer !important;
}
 
.fundo-preto-texto-branco,.fundo-preto-texto-branco * {
    color: #ffffff !important;
    background: #000000 !important;
    background-color: #000000 !important;
}

.fundo-preto-texto-branco .box {
    border: 2px solid #ffffff !important;
}

.fundo-branco-texto-preto, .fundo-branco-texto-preto * {
    color: #000000 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
}

.fundo-branco-texto-preto .box {
    border: 2px solid #000000 !important;
}
