/* Força a cor definida na Extra Class para o link e para o ícone */
.text-primary a, .text-primary i { color: #007bff !important; }
.text-warning a, .text-warning i { color: #ff8800 !important; }
.text-success a, .text-success i { color: #28a745 !important; }
.text-info a, .text-info i { color: #17a2b8 !important; }
.text-danger a, .text-danger i { color: #dc3545 !important; }
.text-dark a, .text-dark i { color: #343a40 !important; }

/* Nova cor Lilás/Roxo */
.text-purple a, .text-purple i { color: #8e44ad !important; }

/* Adiciona a barrinha colorida embaixo ao passar o mouse (Estilo G1) */
.t4-megamenu .navbar-nav > li > a:hover {
    border-bottom: 3px solid inherit !important;
    background: rgba(0,0,0,0.05) !important;
}





/* --- EFEITO G1 NO HOVER (BARRINHA COLORIDA) --- */
.t4-megamenu .navbar-nav > li > a:hover {
    border-bottom: 3px solid currentColor !important;
    background: rgba(0,0,0,0.05) !important;
}

/* --- AJUSTE DE TAMANHO E PESO DA FONTE DO MENU --- */
.t4-megamenu .navbar-nav > li > a {
    font-size: 16px !important; 
    font-weight: 700 !important; /* Negrito para mais autoridade */
    letter-spacing: 0.3px;
}