/*****************************************************/
/* Utilerias                                         */
/*****************************************************/

.bred {
    border: 1px solid red!important;
}

.bblu {
    border: 1px solid blue!important;
}


.item-categoria {
    width: 100%;
    display: flex;
    align-items: flex-start;    
    gap: 10px;
}

.categoria-total {
    font-size: 12px;
    font-weight: 600;
    color: #9e9e9e;
    margin-bottom: 6px;
    /* margin-left: 20px; */
}

.bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: brown;
    flex-shrink: 0;
    margin-top: 4px;
}

.nodata {
    font-size: 14px;
}


.leaflet-popup-content-wrapper {
    padding: 10px;
}

.leaflet-popup-close-button {
    font-size: 30px!important;
    margin: 6px;
}