.mapa{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
}
.bck__section4{
    position: absolute;
    height: 74px;
    width: 428px;
    background: #BB8D39;
    margin-top: -35px;
    float: right;
    right: 0;
}
.mapa__box{
    display: flex;
    flex-direction: column;
    background-color: #BB8D39;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin-left: 20%;
    padding: 3rem 0;
}
.mapa__title{
    font-weight: 800;
    font-size: 5rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #102D40;
}
.cidade{
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 1rem;
}
.mapa__info{
    width: 40%;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
.contato{ margin-top: 5rem;}