/* ---------------------------------------------
 * Estilos personalizados - UNAP Campus Digital
 * Solo clases que NO cubre Tailwind
 * v2.0.0
 * --------------------------------------------- */

/* Navbar */
.navbar-item {
    background-color: #0069b0;
    transition: color 0.3s;
}

.navbar-item:hover {
    color: white;
    background-color: #083351;
    transform: scale(1.05);
}

/* Particles.js */
#particles-js {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 108, 174, 0.4);
}
