.logo-header{
    border-radius: 2%;
}

/* Aumentar tamaño del logo */
.logo-header {
   width: 100px !important;
    height: auto !important;
}

/* Tipografía del menú */
.nav-link {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    color: #fff !important;
}

/* Hover opcional si querés que se mantenga blanco */
.nav-link:hover {
    color: #fff !important;
    opacity: 0.8;
    border-bottom: 2px solid #fff; 
}
.bg-primary navbar{
    height: 93px!important;
}