section.footer ul#menu-main_menu-1, section.footer ul#menu-main_menu_en-1, section.header > div ul, section.footer > div ul {
    display: flex !important;
    flex-flow: row !important;
    justify-content: space-evenly !important;
    width: 100% !important;
    visibility: visible !important;
    height: auto !important;
}

section.header > div ul li, section.footer > div ul li {
    list-style-type: none;
    flex: 1;
    text-align: center;
}

section.header > div ul li a, section.footer > div ul li a {
    text-decoration: none;
    color: unset;
}

section.footer > div ul {
    border-top: solid 1px var(--white);
    border-bottom: solid 1px var(--white);
    padding: 20px 0px;
    font-size: 14px;
}

.prefooter {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 92px;
}

footer {
    background-color: var(--dark-blue);
    color: var(--white);
    padding: 2em 15px;
}

footer a {
    color: var(--white);
    text-decoration: none;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    gap: 2em;
}

.footer-container > div:first-of-type {
    text-align: center;
    display: grid;
    gap: 2em;
}

.footer-container > div:first-of-type p {
    margin: 0 0 16px;
    font-size: 13px;
}

.footer-container > div:first-of-type a {
    margin: 0;
}

#mapa {
    height: 450px;
}

#mapa iframe {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media(max-width: 600px) {
    section.footer > div ul {
        flex-flow: column;
        gap: .75em;
    }
}