/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2026 | 01:18:19 */
.footer #menu-1-f04baca {
    display: flex !important;
    flex-wrap: wrap !important;
    /* permite quebrar */
    gap: 8px 0;
    /* opcional: espaçamento vertical */
}

.footer #menu-1-f04baca li {
    flex: 0 0 50%;
    /* cada li ocupa 50% */
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .footer #menu-1-f04baca {
        flex-direction: row !important;
    }
}