.ctn__servicios {
    margin-top: 6rem;
}

.title__servicios {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 3rem;
    color: #fff;
    font-size: 1.5rem;
}

.steps__tab {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.multi__steps>li.is-active~li:after,
.multi__steps>li.is-active:after {
    background-color: #D1D5DB;
}

.multi__steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.multi__steps>li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: transparent;
}

.multi__steps>li:before {
    content: "";
    display: block;
    margin: 0 auto 4px;
    width: 56px;
    height: 56px;
    line-height: 32px;
    background-color: #F59D62;
    border-radius: 50%;
    background-image: url('../img/icons/icon__check.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto;
}

.multi__steps>li:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #F59D62;
    position: absolute;
    top: 27px;
    left: 50%;
    z-index: -1;
}

.multi__steps>li:last-child:after {
    display: none;
}

.multi__steps>li.is-active:before {
    background-color: #010408;
    border-radius: 0;
    background-image: url('../img/icons/icon__car.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 104px;
    height: 56px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.multi__steps>li.is-active {
    color: #fff;
}

/* .multi__steps>li.is-active~li {
    color: #fff;
} */

.multi__steps>li.is-active~li:before {
    border: 18px solid #010408;
    background-color: #BE9171;
    background-image: none;
    -webkit-box-shadow:
        -1px 0 0 #BE9171,
        0 -1px 0 #BE9171,
        1px 0 0 #BE9171,
        0 1px 0 #BE9171;
    box-shadow:
        -1px 0 0 #BE9171,
        0 -1px 0 #BE9171,
        1px 0 0 #BE9171,
        0 1px 0 #BE9171;
}


.content__finantial__services {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.list__models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 2rem;
}

.list__models li {
    max-width: 50%;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.list__models li.active {
    border: 1px solid #BE9171;
}

.list__models li p {
    margin-top: -2rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'exeed', 'calibriregular', sans-serif;
    color: #C4C5CA;
    text-align: center;
}

.form-select {
    color: #fff;
    font-size: 0.875rem;
    height: 52px;
    line-height: 1.35em;
    border: 1px solid #BCBEC0;
    border-radius: 0;
    background-color: transparent;
    background-image: url("../img/icons/arrow__select.svg");
    background-position: 95% center;
    background-size: 16px auto;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-select:focus,
.form-select:active {
    border-color: #BE9171;
    -webkit-box-shadow: 0 0 0 .25rem rgba(190, 145, 113, 0.25);
    box-shadow: 0 0 0 .25rem rgba(190, 145, 113, 0.25);
}

.form-control {
    border: 1px solid #6E757B;
    border-radius: 0;
    color: #ffff;
    background-color: transparent;
}

.form-floating>label {
    color: #fff;
}

.form-control:focus {
    background-color: transparent;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: #fff;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    color: #fff;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: transparent;
}

.resume__price {
    background-color: #131313;
    color: #fff;
    font-size: 1rem;
}

.price__details__title {
    border: 1px solid #BCBEC0;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.total__price {
    border-top: 1px solid #BCBEC0;
    margin-top: 2rem;
    padding: 1rem 2rem;
}

.payment__range {
    font-family: 'calibribold', sans-serif;
}

.price__details__legend {
    color: #fff;
    font-family: 'calibriregular', sans-serif;
    font-size: 0.875rem;
}

.disclaimer_services {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 0;
}

.disclaimer_services p {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
}

.card__model__selected {
    background-color: #4A5256;
    color: #fff;
    padding: 1rem 1rem 0 1rem;
    text-align: center;
}


.name__model__selected {
    text-transform: uppercase;
    color: #BE9171;
    font-weight: 600;
    font-size: 1.5rem;
}

.desc__model__selected {
    font-weight: 600;
    color: #EAEAEA;
    margin-top: 1rem;
    margin-bottom: 0;
}

.price__model__selected {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}

.btn__change__model {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    background-color: #fff;
    color: #4A5256;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: 'calibribold', sans-serif;
}

.wrap__slider__range .irs--flat .irs-handle>i:first-child {
    width: 4px;
    background-color: #DB7C3B;
    height: 28px;
    top: -5px;
    border-radius: 2px;
}

.wrap__slider__range .irs--flat .irs-line {
    height: 4px;
}

.irs--flat .irs-bar--single {
    height: 4px;
}

.irs--flat .irs-handle {
    top: 16px;
}

.wrap__slider__range {
    padding-top: 4rem;
}

.wrap__slider__range .irs--flat .irs-handle>i:first-child:after {
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    left: -4px;
    top: 10px;
    background-color: #DB7C3B;
    border-radius: 50%;
}

.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: #DB7C3B;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    color: #fff;
    background-color: transparent;
    font-size: 1rem;
    top: -10px;
}

.deposit__head {
    font-weight: 600;
    color: #fff;
    font-family: 'calibribold', sans-serif;
    font-size: 1.25rem;
}

.card__deposit {
    padding: 1.5rem 1rem;
    background-color: #131313;
}

.card__limit__range {
    padding: 1.5rem 1rem;
    background-color: #131313;
    margin-top: 2rem;
}

.list__months__range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 2rem;
    margin-bottom: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list__months__range li {
    cursor: pointer;
    border-bottom: 3px solid #DB7C3B;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1rem 0.5rem;
    width: 100%;
    margin-right: 1rem;
    text-align: center;
    color: #fff;

}

.list__months__range li:last-of-type {
    margin-right: 0;
}

.list__months__range li.active {
    background: #DB7C3B;
    font-weight: 600;
}

.card__limit__range {
    font-weight: 600;
    color: #fff;
    font-family: 'calibribold', sans-serif;
    font-size: 1.25rem;
}

.card__form{
    background-color: #131313;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}



.title__form__servicios{
    font-size: 1.25rem;
    font-weight: 600;
    font-family: 'calibribold', sans-serif;
    color: #fff;
}
.card__details__finance{
    background-color: #131313;
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
}
.card__details__finance h4 {
    font-size: 1.75rem;
    font-weight: 600;
    font-family: 'calibribold', sans-serif;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .list__models li {
        max-width: 100%;
    }

    .list__models {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .price__details {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .multi__steps>li.is-active:before {
        width: 70px;
        height: 30px;
    }

    .multi__steps>li:before {
        height: 30px;
        width: 30px;
        background-size: 20px;
    }

    .multi__steps>li.is-active~li:before {
        border-width: 10px;
    }

    .multi__steps>li:after {
        top: 14px;
        height: 1px;
    }

    .steps__tab {
        padding-left: 0;
        padding-right: 0;
    }

    .multi__steps>li {
        line-height: 1.25em;
        font-size: 0.875rem;
    }

    .content__finantial__services {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card__limit__range {
        font-size: 0.875rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .list__months__range {
        padding-right: 0;
    }

    .list__months__range li {
        font-size: 1rem;
        padding: 0.25rem 0.25rem;
        margin-right: 0.5rem;
    }

    .price__details {
        padding-left: 0;
        padding-right: 0;
    }

    .card__details__finance{
        padding-left: 0;
        padding-right: 0;
    }
    .card__details__finance h4{
        font-size: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: left;
    }
    .disclaimer_services{
        padding-left: 1rem;
        padding-right: 1rem;
    }

}