@font-face {
    font-family: 'nunito';
    src: url(/src/fuentes/nunito/Nunito-VariableFont_wght.ttf);
}

body{
    font-family: 'nunito' !important;
}


.navbar-collapse{ 
    flex-grow: 0;
     text-align: right;
}

.boton_inicio:hover{
    background-color: #9D7E79;
    border-radius: 10px;

}

.container-fluid .bg-body-tertiary{
    background-color: #F1F1F1 !important;
}



.footer{
    background-color: #F1F1F1;
    text-align: center;
}