/*LEGENDA DEL MAPA*/

.legend-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.legend-item {
    margin: 5px 20px;
    color: #2c2c2c;
}

.legend-key {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.legend-title {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0px;
    color: #2c2c2c;
}

.legend-line {
    margin-top: 4px;
    margin-bottom: 4px;
}

.leaflet-logo {
    /*position: absolute;*/
    bottom: 10px;
    left: 10px;
    z-index: 1000;
}