
.block_cpt.block_espacios .progress-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Espacios destacados */

.espacios-block{
    text-align: left;
    margin-bottom: 2rem;
}

/*Barra capacidad*/
.filtro-bloque .slider.slider-horizontal{
    height: 35px;
}
.filtro-bloque .slider-handle{
    background-image: none;
}
.filtro-bloque .slider-selection{
    background-color: var(--vsf-primary-color);
    background-image: none;
    box-shadow: none;
}
.filtro-bloque .slider-handle.round{
    width: 1.8125rem;
    height: 1.8125rem;
    border: 1px solid #E4E4E4;
    background-color: white;
    box-shadow: 0 3px 6px #00000029;
}

.filtro-bloque .slider.slider-horizontal .slider-track{
    height: 4px;
}
.filtro-bloque .number-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.875rem;
}

@media (max-width: 991px) {
    .filtro-bloque .filtro-capacidad{
        max-width: 230px;
    }
}