.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
}

a {
    margin: 10px;
}

a:hover {
    color: #6fa5d8 !important;
}

.nav-ajuste {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.nav-ajuste ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}