#map {
    height: 450px;
    width: 100%;
}
.map-container {
    height: 100vh;
    width: 100%;
    position: relative;
}
.map-overlay {
    width: 380px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-right: 1px solid #eee;
    overflow-y: auto;
}
#lista-vagas {
    margin-top: -10px;
}
