/* --- Estilos personalizados nav-pills --- */
/*
.nav-pills .nav-link {
    color: white !important;
    background-color: #d4af37 !important;
    border-radius: 0.25rem !important;
    transition: color 0.3s ease !important;
    margin-right: 8px;
}



.nav-pills .nav-link:last-child {
    margin-right: 8px;
}

.nav-pills .nav-link:hover {
    color: #6E8C80 !important;
    background-color: #d4af37 !important;
}

.nav-pills .nav-link.active {
    color: white !important;
    background-color: #737373 !important;
    font-weight: bold !important;
}







.nav-pills .nav-link.active:hover {
    color: #6E8C80 !important;
    background-color: #d4af37 !important;
}*/

