#mapView {
    width: 100%;
    z-index: 0
}

#listagemEmpreendimentos {
    padding: 0
}

#listagemEmpreendimentos li {
    list-style: none
}


@media only screen and (min-width: 1024px) {

    #mapView,
    .boxlistportfolio {
        height: 60vh
    }
}

@media only screen and (max-width: 1024px) {

    #mapView,
    .boxlistportfolio {
        height: 60vh
    }

    #mapView,
    .map {
        height: 25vh
    }
}

.boxlistportfolio {
    direction: rtl;
    overflow-y: scroll;
    overflow-x: hidden
}

.boxlistportfolio .list {
    direction: ltr;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 10px;
}