.bot-floating-button {
    z-index: 2;
    position: fixed;
    top: 76px;
    right: -26px;
}

.bot-floating-button img {
    height: 100px;
}

.slider-da-bolinha input {
    left: 131px;
    /*bottom: 225px;*/
}
.step-background-circle {
    width: 300px;
    height: 300px;
    color: white;
    background-image: url(../img/s1.jpg);
    border-radius: 50%;
    padding: 86px 20px 5px 20px;
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 50%;
    margin-left: -249px;
    top: 42%;
    margin-top: -190px;
}

.step-two-circle {
    width: 500px;
    height: 500px;
    color: #2e6bb3;
    background-color: white;
    border-radius: 50%;
    /* padding: 86px 20px 5px 20px; */
    position: absolute;
    text-align: center;
    z-index: 3;
    left: 50%;
    margin-left: -66px;
    top: 42%;
    margin-top: -123px;
    justify-content: space-around;
}

.slider-da-bolinha {
    height: 225px;
    /* background-color: darkgoldenrod; */
    /*display: flex;*/
    align-items: center;
    margin-left: 77px;
    justify-content: space-between;
    width: 160px;
    /* margin-right: 401px; */

}

.slider-da-bolinha input {
    border-radius: 18px;
    background-image: linear-gradient(90deg, #2e3d99, #2e6bb3);
    color: white;
    padding: 0 14px;
    width: 104px;
    border: 0;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 79px;
    height: 24px;
    font-size: 19px;
    bottom: 147px;
    z-index: 10
}

.step-one-form {

    width: 300px;
    height: 300px;
    color: white;
    background-image: linear-gradient(45deg, #8cbf47, #3db64a);
    border-radius: 50%;
    /* padding: 84px 18px 5px 15px; */
    position: absolute;
    text-align: center;
    z-index: 4;
    left: 50%;
    margin-left: -295px;
    top: 42%;
    margin-top: -3px;
}

.continue-button {
    width: 140px;
    height: 140px;
    color: white;
    background-image: linear-gradient(45deg, #2e3896, #2e6ab2);
    border-radius: 50%;
    position: absolute;
    text-align: center;
    z-index: 4;
    left: 50%;
    margin-left: 42px;
    top: 42%;
    margin-top: 350px;
}

.continue-button-text {
    margin-top: 60px;
    font-weight: bolder;
    font-size: 18px;
}

.credit-conditions {
    position: absolute;
    left: 0%;
    margin-left: 0px;
    top: 42%;
    margin-top: 320px;
    color: #2e6ab2;
    width: 181px;
    font-size: 13px !important;
}

.credit-conditions p {
    margin: 0;
}

.homepage-step-number {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 20px;

}


.homepage-step-number-two {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 50px;
}

.homepage-step-number-blue-line {
    height: 2px;
    width: 98px;
    background-image: linear-gradient(90deg, #2e3d99, #2e6bb3);
    margin-left: 126px;
    margin-top: -12px;
}

.homepage-step-number-green-line {
    height: 2px;
    width: 98px;
    background-image: linear-gradient(90deg, #8cbf47, #3bb54a);
    margin-left: 141px;
    margin-top: -12px;
    margin-bottom: 5px;
}

.step-two-subtitle {
    text-align: right;
    font-weight: bolder;
    font-size: 22px;
    margin-right: 260px;

}

.step-two-subline {
    margin-bottom: 10px;
}

.slider-min-value, .slider-max-value {
    font-weight: bold;
    font-size: 22px;
    position: absolute;

}
.slider-min-value {
    top: 341px;
    left: 165px;
}

@media only screen and (max-width: 350px) {
    .slider-min-value {
        top: 331px;
        left: 165px;
    }
}


.slider-max-value {
    top: 148px;
    left: 141px;
}

.step-two-slider-container {
    margin-right: 214px;
}

.credit-type-button-one {
    width: 70px;
    height: 70px;
    color: #2e6bb3;
    background-color: whitesmoke;
    border-radius: 50%;
    margin-top: 50px;
    border: solid white 2px;
    cursor: pointer;
}

.credit-type-button-two {
    width: 70px;
    height: 70px;
    color: #2e6bb3;
    background-color: whitesmoke;
    border-radius: 50%;
    margin-top: 50px;
    border: solid white 2px;
    cursor: pointer;
}

.credit-type-active {
    background-image: linear-gradient(62deg, #2e3d99, #2e6bb3) !important;
    color: white !important;
}

.credit-type-wrapper {
    display: flex;
    justify-content: space-around;
    width: 154px;
    margin-left: 117px;
}

.credit-type-label {
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
}

.step-one-subtitle {
    font-weight: bolder;
    font-size: 22px;
    margin-right: -31px;
}

.step-one-subline {
    font-weight: bolder;
    font-size: 22px;
    margin-right: -85px;
}

.credit-type-buttons {
    margin-top: -34px;
}

.accept-conditions {
    /*font-weight: bold;*/
    font-size: 13px;

}

.accept-conditions-link a {
    text-decoration: underline;
    font-size: 12px;
}

.accept-conditions-radio {
    height: 20px;
    width: 20px;
}

.accept-conditions-container {
    display: flex;
    margin-top: 20px;
    width: 195px;
    justify-content: space-between;
}

.homepage-section-1 {
    position: relative;
    height: 880px;
    margin-bottom: 30px;
    /*background: red;*/
}

body {
    background-color: #dfecf3 !important;

}


.homepage-title {
    color: #2e6bb3;
    font-size: 24px;
    font-weight: bold;
    top: 10%;
    position: absolute;
    width: 300px;
}

.credit-conditions-footer {
    color: #2e6ab2;
}

.terms-button {
    height: 20px;
    display: none;
}

.consolidado-home-image {
    width: 100%;
    margin-left: -44px;
    margin-top: 47px;
    margin-bottom: 47px;
}

.consolidado-home-footer {
    width: 100%;
    margin-top: 47px;
}

.consolidado-header {
    width: 200px;
    margin-left: 3px;
    margin-bottom: 10px;
}

li {
    color: #2e6ab2;
    /*font-weight: bold;*/
}

.homepage-headers-container ul {
    margin-bottom: 30px;
}

.continue-button-text a, .continue-button-text a:hover {
    color: white !important;
}

.mobile-menu-trap {
    min-height: 510px;
}
@media only screen and (max-width: 767px) {
    .container {
        overflow-x: hidden !important;
    }

    .site-mobile {
        display: block;
    }
    .container{
        padding-bottom: 50px;
    }
    .site-desktop, .navbar-desktop {
        display: none;
    }

    .slider-da-bolinha input {
        bottom: 225px;
        left: 72px;
    }


}


@media only screen and (min-width: 768px) {
    .slider-da-bolinha input {
        left: 78px !important;
        bottom: 147px;
    }

    .slider-max-value {
        left: 102px;
    }

    .slider-min-value {
        left: 121px;
    }
    .site-mobile {
        display: none;
    }

    .site-desktop, .navbar-desktop {
        display: block;
    }

    .step-background-circle {
        background-image: url(../img/s1_lg.jpg);
    }
    .container {
        max-width: 100% !important;
    }

    .consolidado-header {

    }

    .step-background-circle {
        z-index: 2;
        left: 40%;
        top: 42%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 450px;
        height: 450px;
    }

    .step-one-form {
        z-index: 2;
        left: 27%;
        top: 28%;
        width: 240px;
        height: 240px;
    }

    .footer-column-desktop-first {
        margin-left: 15px !important
    }
    .step-two-circle {
        width: 400px;
        height: 400px;
        z-index: 1;
        left: 61%;
        top: 42%;
    }

    .desktop-credit-container {
        width: 445px !important;
    }
    .step-two-subtitle {
        font-size: 20px;
        margin-right: 159px;
    }

    .homepage-step-number-two {
        font-size: 58px;
        margin-right: -52px !important;
    }

    .slider-min-value, .slider-max-value {
        font-weight: bold;
        font-size: 18px;
        position: absolute;
    }

    .slider-da-bolinha {
        height: 195px;
    }

    .slider-max-value {
        top: 146px;
        left: 96px;
    }

    .slider-min-value {
        top: 316px;
        left: 118px;
    }

    .continue-button {
        left: 79%;
        top: 7%;
    }

    .credit-type-wrapper {
        margin-left: 47px;
    }

    .credit-type-button-one {
        width: 65px;
        height: 65px;
    }

    .credit-type-button-two {
        width: 65px;
        height: 65px;
    }

    .slider-da-bolinha input {
        left: 102px;
        /*bottom: 225px;*/
    }

    .credit-type-wrapper {
        margin-left: 55px;
    }

    .homepage-step-number {
        margin-right: 88px;
    }

    .homepage-step-number-blue-line {
        margin-left: 65px;
        margin-bottom: 8px;
    }

    .step-one-subtitle {
        margin-right: 30px;
        font-size: 20px;
    }

    .step-one-subline {
        font-size: 20px;
        margin-right: -18px;
        line-height: 18px;
    }

    .homepage-step-number-green-line {
        margin-bottom: 8px;
    }

    .credit-conditions {
        left: 14%;
    }

    .accept-conditions-container {
        position: absolute;
        left: 64%;
        margin-left: 42px;
        top: 35%;
        padding-left: 37px;
        margin-top: 350px;
        color: #2e6bb3;
    }

    .credit-conditions-footer {
        margin-top: 94px;
        margin-left: -17px;
        margin-bottom: 24px;
    }

}

@media only screen and (min-width: 400px) and (max-width: 767px) {
    .homepage-step-number {
        margin-right: 60px;
    }

    .step-one-subline {
        margin-right: -45px;
    }

    .step-one-subtitle {
        margin-right: 5px;
    }

    .homepage-step-number-blue-line {
        margin-left: 107px;
    }

    .credit-type-wrapper {
        margin-left: 97px;
    }

    .homepage-step-number-two {
        margin-right: 30px !important;
    }

    .slider-da-bolinha input {
        left: 77px;
    }
    .step-two-subtitle {
        margin-right: 248px;
    }

    .slider-da-bolinha {
        margin-left: 91px;
    }

    .step-two-slider-container {
        margin-right: 199px;
    }

    .homepage-step-number-green-line {
        margin-left: 150px !important;
    }
}


.slider-max-value {
    left: 79px;
}

.slider-min-value {
    left: 98px;
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
    .slider-da-bolinha input {
        left: 135px;
        bottom: 225px;
    }

    .slider-max-value {
        left: 142px;
    }

    .slider-min-value {
        left: 169px;
    }
    .homepage-step-number {
        margin-right: 99px;
    }

    .homepage-title {
        margin-left: 45px;
    }

    .step-one-subline {
        margin-right: -14px;
    }

    .step-one-subtitle {
        margin-right: 41px;
    }

    .credit-type-wrapper {
        margin-left: 81px;
    }

    .homepage-step-number-blue-line {
        margin-left: 89px;
    }

    .step-background-circle {
        left: 45%;
    }

    .step-one-form {
        left: 45%;
    }

    .step-two-circle {
        left: 45%;
    }

    /*.credit-type5-button-one {*/
    /*margin-left: 71px;*/
    /*}*/
    .homepage-step-number-two {
        margin-right: -69px !important;
    }

    .step-two-subtitle {
        margin-right: 200px;
    }

    .slider-da-bolinha {
        margin-left: 137px;
    }

    .step-two-slider-container {
        margin-right: 99px;
    }

    .homepage-step-number-green-line {
        margin-left: 201px !important;
    }

    .site-mobile-menu {
        left: 63% !important;
    }

}

@media only screen and (min-width: 400px) {
    .site-mobile-menu {
        left: 33% !important;
    }
}

@media only screen and (min-width: 450px) {
    .site-mobile-menu {
        left: 39% !important;
    }
}

@media only screen and (min-width: 500px) {
    .site-mobile-menu {
        left: 45% !important;
    }
}

@media only screen and (min-width: 550px) {
    .site-mobile-menu {
        left: 53% !important;
    }
}

@media only screen and (min-width: 600px) {
    .site-mobile-menu {
        left: 56% !important;
    }
}

@media only screen and (min-width: 650px) {
    .site-mobile-menu {
        left: 59% !important
    }
}

@media only screen and (min-width: 672px) and (max-width: 767px) {
    .step-background-circle {
        left: 39%;
    }

    .step-one-form {
        left: 39%;
    }

    .step-two-circle {
        left: 39%;
    }
}

@media only screen and (min-width: 700px) {
    .site-mobile-menu {
        left: 61% !important
    }
}

@media only screen and (min-width: 750px) {
    .site-mobile-menu {
        left: 64% !important
    }
}

@media only screen and (max-width: 767px) {
    body, .container {
        overflow-x: hidden !important
    }
}

.desktop-credit-features-container {
    background-color: white;
    border: #2e3d99 solid 10px;
    /*height: 220px;*/
    padding-top: 20px;
    margin-bottom: 44px;
    border-radius: 10px;
}

.consolidado-desktop-wrapper img {
    margin: 40px auto 0 auto;
    display: block;
    width: 600px;

}

@media (min-width: 768px) and (max-width: 992px) {
    .step-background-circle {
        width: 400px;
        height: 400px;
    }

    .step-one-form {
        z-index: 2;
        left: 32%;
        top: 28%;
        width: 240px;
        height: 240px;
    }

    .continue-button {
        left: 80%;
    }

    .continue-button-text {
        font-size: 14px;

    }
}

.navbar-nav > li {
    font-weight: bold;

}