/* ===== OVERRIDE FINAL DO MENU – TWENTY-ONE ===== */

/* Links do menu principal */
.navbar-main .nav-link,
.navbar-main .navbar-nav > li > a {
    color: #ffffff !important;
}

/* Hover / ativo */
.navbar-main .nav-link:hover,
.navbar-main .nav-link:focus,
.navbar-main .navbar-nav > li.active > a,
.navbar-main .navbar-nav > li > a:hover {
    color: #FFD54F !important;
}

/* Dropdown */
.navbar-main .dropdown-menu {
    background-color: #0A375A !important;
    border: none !important;
}

.navbar-main .dropdown-menu .dropdown-item {
    color: #ffffff !important;
}

.navbar-main .dropdown-menu .dropdown-item:hover,
.navbar-main .dropdown-menu .dropdown-item:focus {
    background-color: #06263C !important;
    color: #ffffff !important;
}

/* Ícone do menu mobile */
.navbar-main .navbar-toggler {
    border-color: #ffffff !important;
}

.navbar-main .navbar-toggler-icon {
    filter: invert(1) !important;
}
