.mapa-footer-secao {
    background-color: #f2f2f2 !important;
    background-image: url("/images/e3a79aa9221c0f88c7ff2e0199b9051d5b0726f4fc5e57e822b326f09f5e728bbdb232f989588578fd8fc4cb3b41a055fad51efc98b5eb9b8bc636_1280.jpg") !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    padding-top: 380px !important;
    min-height: 700px;
}

.mapa-footer-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.mapa-footer-grid {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mapa-footer-col {
    flex: 1;
    min-width: 200px;
    padding: 10px;
}

.mapa-footer-col h4 a,
.mapa-footer-col p a {
    color: #478ac9 !important;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif !important;
}

.mapa-footer-logo {
    width: 148px;
    margin: 30px auto;
    display: block;
    cursor: pointer;
}

@media (max-width: 768px) {
    .mapa-footer-secao {
        background-image: none !important;
        padding-top: 20px !important;
    }

    .mapa-footer-grid {
        flex-direction: column !important;
    }
}