.nav-azul {
	background-color: #383D7E;
}

/* text color */
.azul-escuro-text{ color:#383D7E !important }
.cinza-claro-text{ color:#E6E7E8 !important}
.cinza-medio-text{ color:#BDBFC1 !important}
.cinza-escuro-text{ color:#212529 !important}
.white-text{ color:#FFF !important}
.black-text{ color:#000 !important} 

/* background */
            
.bg-cor1 { background:#E6E7E8 !important;} /* cinza claro */
.bg-cor2 { background:#BDBFC1 !important;} /* cinza */
.bg-cor3 { background:#383D7E !important;} /* azul */ 
.bg-cor4 { background:#212529 !important;}
.bg-white { background: #FFF !important;}
.bg-black { background: #000 !important; }

.bg-gradient { background:#E6E7E8 !important;} /* cinza claro */
