/*#region mapa*/
.map-container {
    width: 100%;
    height: 450px;
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 8px solid white;
    /* Efeito de moldura de foto */
}

@media (max-width: 600px) {
    .map-container {
        height: 300px;
        /* Menor em celulares */
    }
}

/*#endregion*/