.color_principal{
    color: var(--main-color);
}
.color-verde{color: #22362b !important;}
.color_negro{
    color:#000;
}

/*** Fondos ***/
.fondo_verde{
    background-color: #22362b;
}
.fondo_verde_claro{
    background-color: #00b172;
}
.fondo-gris{background: #D9D7D0;}
.fondo_negro{background: #000}
.fondo_negro2{background: #0C0C0C;}
.color_azul{color: #00152C;}
.fondo_azul{background:  #00152C;}
.fondo_blanco{background: #fff;}
.fondo_transparente{background: #b6161500;}
.color_rojo{color: #B61615!important;}
.fondo_gris2{background: #E8E7E7;}
.fondo-crema{background: #ffecbc;}
.fondo-amarillo{background: #ffd674;}
.color-amarillo{color: #ffd674;}
.color-amarillo2{color:#ffecbc;}
.fondo_verde2{background: #385443;}
.color_verde{color: #365442;}

.color-white{color: white;}
.fondo-gris2{background-color: #53555a;}

.fondo-verde{background-color: #365442 !important;}