/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2025 | 13:54:45 */
.menu-categorias {
    background: #000; /* fundo preto */
    padding: 15px;
    text-align: center;
}

.menu-categorias ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 20px;
}

.menu-categorias li {
    display: inline;
}

.menu-categorias a {
    color: #fff; /* texto branco */
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.menu-categorias a:hover {
    color: #1e90ff; /* azul no hover */
}
