#budget {
    margin: 45px 100px 0 100px;
    padding: 30px;
    background: white;
    opacity: 0.95;
    border-radius: 5px;
}

.sliderrange {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: rgb(186, 186, 186);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-bottom: 20px;
}

.sliderrange:hover {
    opacity: 1;
}

.sliderrange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #87CEFA;
    cursor: pointer;
}

.nombre{
    padding-left: calc(50% - 15px);
}

span.vert {
    border: 1px solid #87CEFA;
    color: black;
    border-radius: 10px;
    padding: 5px;
}
