/* REMOVER BARRA SUPERIOR */
.barra-inicial {
   display: none;

}
/* Fundo branco e textos pretos  */
body { background: #000; color: white !important; }
.container { background: #111; }

