.aeas-minmaxcontainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-weight: 500;
    margin-bottom: 0.625rem;
}

.aeas-slidecontainer{
    display: flex;
    align-items: center;
    height: 46px;
    margin-bottom: 2rem;
    position:relative;
    z-index: 1;
}
.aeas-slidecontainer:before,
.aeas-slidecontainer:after{
    content: "";
    display: block;
    width: 3px;
    height: 19px;
    background: #BACB7D;
}
.aeas-slidecontainer input{
    display: block;
    width: 100%;
    flex: 1 1 100%;
    -webkit-appearance: none;
    appearance: none;
    background: #DFE3E3;
    height: 5px;
    border-radius: 0;
}
.aeas-slidecontainer input:focus,
.aeas-slidecontainer input:focus-visible{
    outline: none;
}
.aeas-slidecontainer input::-moz-range-progress {
    background: #3D5857;
}
.aeas-slidecontainer input::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 46px;
    height: 46px;
    border: 0;
    background: url('/wp-content/plugins/abocados-elementor/apadrinar-slider/slider-thumb.png');
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.aeas-slidecontainer input::-moz-range-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 46px;
    height: 46px;
    border: 0;
    background: url('/wp-content/plugins/abocados-elementor/apadrinar-slider/slider-thumb.png');
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.aeas-range-progress{
    position:absolute;
    top: 20px;
    left: 3px;
    height: 5px;
    background: #3D5857;
    z-index: 2;
    pointer-events:none;
}
@supports (-moz-appearance:none) {
    .aeas-range-progress{
        display: none;
    }
}

.aeas-valuecontainer{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    gap: 1rem;
}
.aeas-valuecontainer > div:nth-child(1){
    font-size: 1rem;
}
.aeas-valuecontainer > div:nth-child(2){
    background: #E9F6C3;
    border-radius: 6px;
    padding: 0.5625rem 1rem;
    font-weight: 500;
    min-width: 8.5rem;
    text-align: right;
}
.aeas-valuecontainer > div:nth-child(3){

}

.aeas-actioncontainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aeas-actioncontainer > div {
    color: #000; /*var(--e-global-color-text);*/
    font-family: "roca", Sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 35px;
}

@media (max-width: 575px) {
    .aeas-valuecontainer{
        flex-wrap: wrap;
    }
    .aeas-actioncontainer{
        flex-wrap: wrap;
        gap: 1rem;
    }
}