/* CSS */

@media (min-width: 992px) {
    .sidebar-sticky {
        position: sticky;           
        top: 110px;                 
        align-self: flex-start;     
        max-height: calc(100vh - 110px);
        overflow-y: auto;          
        padding-right: 15px;       
    }
}

/* Mapa */
#mapDinamicoGlobal {
    height: 310px;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden; 
}

.leaflet-container {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden !important;
    z-index: 1;
}

/*
.legend-malnutricion {
    background: white;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.legend-malnutricion i {
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 8px;
    opacity: 0.9;
}
*/

/* Iconos */
.img-custom-i {
    width: 75px;
    height: auto;
    display: block;      
    margin-left: auto;   
    margin-right: auto;  
}
