.tema-escuro .conteiner, .tema-escuro .modal {
    background-color: #000;
}

.img-whatsapp {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
.img-whatsapp {
    display: block;
    max-height: 50px;
    width: auto;
}
}

.novaAba {
    target-new: tab ! important;
}

.titulo.cor-secundaria {
    background: #333;
    padding: 5px;
}

#rodape .titulo.cor-secundaria {
    background: none;
}

#cabecalho {
    background-color: #000;
    
}

.barra-inicial {
    background-color: #000;
    
}