/*VERMELHO*/
.bg-color-1{
    background:#dc3545 !important;  
}
.text-color-1{
    color:#dc3545 !important;  
}
.border-color-1{
    border-color:#dc3545 !important;
}
.contrast-color-1{
    color:#ffffff !important;
}

/*AMARELO*/
.bg-color-2{
    background:#ffc107 !important;  
}
.text-color-2{
    color:#ffc107 !important;  
}
.border-color-2{
    border-color:#ffc107 !important;
}
.contrast-color-2{
    color:#000000 !important;
}

/*PRETO*/
.bg-color-3{
    background:#272727 !important;
}
.text-color-3{
    color:#272727 !important;  
}
.border-color-3{
    border-color:#272727 !important;
}
.contrast-color-3{
    color:#ffffff !important;
}

/*BRANCO*/
.bg-color-4{
    background:#d3d3d3 !important;
}
.text-color-4{
    color:#d3d3d3 !important;  
}
.border-color-4{
    border-color:#d3d3d3 !important;
}
.contrast-color-4{
    color:#000000 !important;
}

/*AZUL*/
.bg-color-5{
    background:#3586ff !important;
}
.text-color-5{
    color:#3586ff !important;  
}
.border-color-5{
    border-color:#3586ff !important;
}
.contrast-color-5{
    color:#ffffff !important;
}

/*VERDE*/
.bg-color-6{
    background:#388d4b !important;
}
.text-color-6{
    color:#388d4b !important;  
}
.border-color-6{
    border-color:#388d4b !important;
}
.contrast-color-6{
    color:#ffffff !important;
}

/*ROXO*/
.bg-color-7{
    background:#680b9e !important;
}
.text-color-7{
    color:#680b9e !important;  
}
.border-color-7{
    border-color:#680b9e !important;
}
.contrast-color-7{
    color:#ffffff !important;
}