#layout-body-filters input[type='range'] {
    width: 94%;
    height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

/* WebKit: Chrome, Safari, Edge */
#layout-body-filters input[type='range']::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    background: var(--bs-danger);
}

#layout-body-filters input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background: var(--bs-danger);
    border: 1px solid var(--bs-danger);
    border-radius: 25px;
    z-index: 1;
    cursor: pointer;
}

/* Firefox */
#layout-body-filters input[type='range']::-moz-range-track {
    width: 100%;
    height: 1px;
    background: var(--bs-danger);
}

#layout-body-filters input[type='range']::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background: var(--bs-danger);
    border: 1px solid var(--bs-danger);
    border-radius: 25px;
    cursor: pointer;
}

/* Firefox fix: remove background from thumb */
#layout-body-filters input[type='range']::-moz-focus-outer {
    border: 0;
}

/* CONTENEDORES Y MAPA */
.rangeslider {
    height: 30px;
    width: 100%;
    display: inline-block;
    margin-top: -5px;
}

.rangeslider input[type='range'] {
    position: absolute;
}

.rangeslider span {
    position: absolute;
    margin-top: 30px;
    left: 0;
}

.rangeslider .right {
    position: relative;
    float: right;
    margin-right: -5px;
}

.rangeslider .left {
    position: relative;
    float: left;
    margin-left: -5px;
}

.vh-75 {
    height: 75vh !important;
}

.vh-85 {
    height: 85vh !important;
}

#map {
    height: 400px;
    z-index: 1;
}

/* LEAFLET */
.leaflet-popup-content {
    width: 80vw !important;
}

@media (min-width: 576px) {
    .leaflet-popup-content {
        width: 50vw !important;
    }
}

@media (min-width: 767px) {
    .leaflet-popup-content {
        width: 40vw !important;
    }
}

@media (min-width: 992px) {
    .leaflet-popup-content {
        width: 30vw !important;
    }
}

/* FILTROS */
@media only screen and (max-width: 767px) {
    #contenedor-filtros-elementor {
        height: 40px !important;
    }
}