 /*.info { padding: 6px 8px; font: 14px/16px 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: 18px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }


            .clase_terreno_numero{
                width: 24px !important;
                height: 24px !important;
                margin-left: -12px !important;
                margin-top: -12px !important;
                border-radius: 18px;
                text-align: center;
                color: #fff;
                
                font-size: 12px;
                
            }

            .clase_manzana_numero{
                width: 24px !important;
                height: 24px !important;
                margin-left: -12px;
                margin-top: -12px;
                border-radius: 18px;
                text-align: center;
                /*color: #3F51B5;*/
                color: #D22C3F;
                background-color: #fff;
                font-size: 16px;
                border: 2px solid #D22C3F;
            }
            
            #map{
                width:100%;
                min-height:850px;
                }
                
.leaflet-popup-content {
    margin: 13px 0px;
    line-height: 1.4;
    width: 300px !important;
}


@media screen and (max-width: 767px) {
    #map{
        min-height:450px;
    }
    .legendModal {
        border-radius: 10px 10px 0 0 !important;
        width: 120px !important;
    }
    .legendModal-title {
    font-size: 10px !important;

    }
    .legendModal-item {
    padding: 2px 0 !important;
    }
    .legendModal-text {
    font-size: 8px !important;
    margin-right: 2px !important;
    }
    .leaflet-left .leaflet-control {
        margin-left: 2px !important;
    }

    .legendModal-square {
        width: 10px !important;
        height: 10px !important;
        margin-right: 2px !important;
        border-radius: 2px !important;
    }

    .legendModal .modal-header {
        padding: 10px 10px 10px !important;
        border-radius: 10px 10px 0 0 !important;
    }

    .legendModal-body {
        padding: 2px 10px !important;
    }
    
    .leaflet-popup-content {
    width: 170px !important;
}
    
}                

.legendModal {
/*    position: absolute; */
    bottom: 0;
 /*   right: 0;*/
    border-radius: 20px 20px 0 0;
    background-color: #ededed;
    width: 225px;
 /*   z-index: 8;*/
}
.modal-header {
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
    padding: 20px 35px;
    display: inline-flex;
    justify-content: space-between;
    background-color: #fff;
}

.legendModal .modal-header {
    padding: 15px 25px 12px;
    border-radius: 20px 20px 0 0;
}

.legendModal-title {
    font-size: 20px;
    font-weight: 600;
}
.modal-close {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 30px;
    text-align: center;
}

.legendModal-square {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 4px;
}
.greenBackground {
    background-color: #61e73f !important;

}

.legendModal-text {
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    font-weight: 600;
    font-size: 14px;
    margin-right: 8px;
}
.yellowBackground {
    background-color: #f2de24!important;

}
.purpleBackground {
    background-color: #7d2181!important;

}
.redBackground {
    background-color: #d22c3f!important;

}
.leaflet-bottom .leaflet-control {
    margin-bottom: 0px;
}
.legendModal-item {
    padding: 8px 0;
}
.legendModal-body {
    padding: 16px 24px;
    box-sizing: border-box;
    justify-content: space-between;
}


.leaflet-container a.leaflet-popup-close-button {
    padding: 26px 26px 0 0 !important;
    color: white !important;
}