::-webkit-scrollbar {
    display: none;
}

aside {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.elemento-txt {
    font-size: large;
}

.leaflet-popup-content {
    width: max-content !important;
}

.color-cultivo {
    border-radius: 50%;
    display: inline-block;
    height: 13px;
    width: 13px;
}

#mapa path,
#mapa img {
    cursor: crosshair;
}