/*
Custom Css

*/
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: #CF85DE !important; /* Rosa fuerte tipo "hot pink" */
}

.nav-link {
    transition: color 0.3s ease;
}