@font-face {
    font-family: 'biko';
    src: url("../fonts/Biko_Bold.otf") format("opentype");
}
@font-face {
    font-family: 'bunuelo';
    src: url("../fonts/BunueloCleanPro-Regular.ttf") format("truetype");
}
.text-naranja{
    color: #Ff6600! important;
}
.text-verde{
    color: #003333! important;
}
.bg-verde{
    background-color: #003333 ! important;
    color: #fff ! important;
}
.ff-biko{
    font-family: 'biko';
}
.ff-bunuelo{
    font-family: 'bunuelo';
}
