/*your custom css goes here*/ 

/* TOP NAVBAR – más intenso */
.top-navbar {
    background: linear-gradient(90deg, #FF6F00, #E65100) !important;
}

/* Textos */
.top-navbar a,
.top-navbar span {
    color: #FFFFFF !important;
    font-weight: 600;
}

/* Hover */
.top-navbar a:hover {
    color: #FFE0B2 !important;
}