.bg-amarillo{
    background: #FCEC79;
}
.bg-amarillo-suave{
    background: #F4EAB5;
}
.bg-azul-marino{
    background:#2970CA;
}
.bg-celeste{
    background: #4da6de8a;
}
.bg-celeste2{
    background: #4DA6DE;
}
.bg-azul{
    background: #285D98
}
.bg-white{
    background: white;
}

.color-azul-marino{
    color:#2970CA;
}
.color-amarillo{
    color: #FCEC79;
}
.color-amarillo:hover{
    color: #FCEC79;
}
.color-celeste{
    color: #4da6de8a;
}
.color-celeste2{
    color: #4DA6DE;
}
.color-azul{
    color: #285D98;
}
.color-azul a{
    color: #285D98;
}
.color-white{
    color: white!important;
}
