.color_gris{
    color: #797979;
}
.color_naranja{
    color: #ea4e1b;
}
.color_negro{
    color: #000000 !important;
}
.main_color{
    color: var(--main-color);
}

.fondo_gris{
    background: #f8f8f8;
}
.fondo_blanco{
    background: #fff;
}
.fondo_verde{
    background: #198754;
}
.fondo_verde_light{
    background-color: #459645;
}
.fondo_rojo{
    background-color: #bc4545;
}