.cor-azul-fundo {
    background-color: #edf2f8;
    width: 100%;
    height: 100%;
}

.localizado {
    font-size: 35px;
    text-align: center;
    padding-top: 50px;
}

.mapa {
    height: 100%;
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: center;
    padding-bottom: 50px;
}

.mapa iframe {
    width: 90%;
    border-radius: 20px;
}