.div-legend-mun h4{
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.div-legend-mun h5{
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.div-legend-mun-ind{
    display: flex;
    justify-content: space-around;
}

.div-legend-mun-ind div{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid;
    border-radius: 5px;
    padding: 2px;
    flex: 1;
    margin:5px;
    font-size: 10px;
    font-weight: bold;
}

.div-legend-mun-ind img{
    width: 20px;
}

.div-legend-mun table thead{
    text-align: center;
    font-size: 10px;
}
.div-legend-mun table tbody{
    font-size: 10px;
}

.div-legend-mun button{
    width: 100%;
}


.div-legend-mun table .table-bordered thead td, .table-bordered thead th{
    border-bottom-width: 1px;
}

.table-legend-mun{
    display: block;
}


.div-legend-mun .table thead th{
    border-bottom: 1px solid #000000;
}

.div-legend-mun .table-bordered td, .table-bordered th{
    border-bottom: 1px solid #000000;
}

.div-legend-mun .table-bordered td, .table-bordered th {
    border: 1px solid #000000;
}

div.leaflet-marker-icon{
    /*width: fit-content !important;
    background: transparent;
    border: unset;
    font-weight: bold;
    margin: 0 !important;
    min-width: 270px !important;
    font-size: 8px;*/

    width: 12px !important;
    height: 12px !important;
}

#title-map:hover{
    background: #eee;
}

body{
    margin: 0 !important;
}

.div-menu-item:hover{
    background: #d7e3ff;
    cursor: pointer;
}