/*tamaño menu*/
.navbar>.container{
    padding: 10px !important;
}
/*subrayar texto en el que nos encontramos*/
.active2{
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
    font-weight: bold !important;
}
.active3{
    font-weight: bold !important;
    color:lightpink !important;
}
.menu {
    background-color: white;
}
/*hover menu*/
.menu li:hover{
    text-decoration: underline !important;
    text-decoration-color: black !important;
    text-underline-offset: 5px !important;
}

/*texto menu*/
.text-size-18{
    font-size: 18px;
}
.text-black{
    color: black !important;
}