/* Cores de Texto */
.has-preto-color {
    color: #000000 !important;
}
.has-branco-color {
    color: #FFFFFF !important;
}
.has-laranja-color {
    color: #FA6221 !important;
}
.has-azul-escuro-color {
    color: #161540 !important;
}
.has-bege-color {
    color: #EDEBDF !important;
}
.has-verde-color {
    color: #D2F091 !important;
}
.has-lilas-color {
    color: #D7D4E4 !important;
}
.has-rosa-color {
    color: #FADCDB !important;
}
.has-azul-claro-color {
    color: #7BA2E6 !important;
}
/* Cores de Fundo */
.has-preto-background-color {
    background-color: #000000 !important;
}
.has-branco-background-color {
    background-color: #FFFFFF !important;
}
.has-laranja-background-color {
    background-color: #FA6221 !important;
}
.has-azul-escuro-background-color {
    background-color: #161540 !important;
}
.has-bege-background-color {
    background-color: #EDEBDF !important;
}
.has-verde-background-color {
    background-color: #D2F091 !important;
}
.has-lilas-background-color {
    background-color: #D7D4E4 !important;
}
.has-rosa-background-color {
    background-color: #FADCDB !important;
}
.has-azul-background-claro-color {
    background-color: #7BA2E6 !important;
}