
/* fonts color */
.text-azul-tam {
    color: #005CB9;
}

.text-verde-tam {
    color: #97c93d;
}

.text-celeste-tam {
    color: #43b4e4;
}

.text-gris-tam {
    color: #636466;
}
.bg-azul-tam {
    background-color: #005CB9 !important;
}

.bg-verde-tam {
    background-color: #97c93d !important;
}

.bg-celeste-tam {
    background-color: #43b4e4 !important;
}

.bg-gris-tam {
    background-color: #636466 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff !important;
	background-color: #ab0033 !important;
}


.text-guindo {
    color: #ab0033;
}

.text-dorado {
    color: #bc955c;
}

.text-crema {
    color: #ddc9a3;
}

.text-gris {
    color: #54565a;
}
.bg-guindo {
    background-color: #ab0033 !important;
}

.bg-dorado {
    background-color: #bc955c !important;
}

.bg-crema {
    background-color: #ddc9a3 !important;
}

.bg-gris {
    background-color: #54565a !important;
}

html{
    /* filter: grayscale(100%); */
}