#mapa {
    min-height: 75vh;
}

#mapa #search-suggestions {
    position: absolute;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9000;
    max-width: 1300px;
    width: 100% !important;
}
  
#mapa .leaflet-map-pane svg {
    top: 13px;
    position: absolute;
    left: 11px;
}