#map {
    width: 100%;
    height: 600px;
    min-height: calc(100vh - 75px);
    border: 1px solid #cfcfcf;
}

.info {
    padding: 6px 8px;
    font: 16px/18px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    text-align: left;
    line-height: 19px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
}


.mapa-form {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
}

.mapa-form .btn {
    width: 70px;
}

.infoul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.infoul li {
    padding-bottom: 5px;
    color: #4b4b4b;
}

.leaflet-control-zoomhome.leaflet-bar.leaflet-control {
    margin-left: 34px;
}

.leaflet-control-search.leaflet-control {
    margin-left: 30px;
}