﻿.nav-link.active {
    background-color: #0d6efd; /* azul bootstrap */
    color: white !important;
    font-weight: bold;
    border-radius: 6px;
}

.nav-link:hover {
    background-color: #e7f1ff;
    border-radius: 6px;
}
