/* CSS directo para forzar la animación TopNet */
.brand-net {
    color: white !important;
    transition: color 2s ease !important;
}

.brand-topnet.animate-brand .brand-net,
.brand-net.blue-active {
    color: #0056D2 !important;
    color: rgb(0, 86, 210) !important;
}

/* Test directo */
.force-blue {
    color: #0056D2 !important;
}