*{
    font-family: 'Quicksand'!important;
}
/*Colores de texto*/
.verde-primario{
    color: #005A3A!important;
}
.verde-secundario{
    color: rgba(16, 75, 11, 0.671)!important;
}
.amarillo{
    color: #f5c31e!important;
}
.rosa{
    color: #D31D8C!important;
}
.azul-cielo{
    color: #92B8CB!important;
}
.azul{
    color: #01B4BB!important;
}
.gris{
    color: gray!important;
}
/*BOTONES GENERALES*/
.btn-azul{
    background-color: #01B4BB!important;
    color: white!important;
}
.btn-azul:hover{
    background-color: white;
    color: #01B4BB;
    box-shadow: #01b5bb59;
}
