@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.form__input {
    border-radius: 10.174px;
    border: 1.696px solid #D7D7D7;
    background: #FFF;
}

.form__progress > div {
    background: #09D171;

}

.form__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #0049FF;
    border-radius: 6px;
    height: 50px;
    color: #FFF;
}

.form__btn.inactive {
    background-color: #6c757d;
    cursor: default;
}

.form__arrows-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 129px;
    height: 50px;
    background: white;
    border-radius: 6px;
    border: 1px solid #0049FF;
}

.icon-arrow-left::before {
    content: "< Volver atrás";
    color: #0049FF;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 134.7%;
}

.icon-arrow-right::before {
    content: "Continuar";
    color: #FFF;
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 134.7%;

}

.form__arrows-item.right {
    width: 57%;
    background-color: #0049FF;
    border-radius: 6px;
    height: 50px;
    color: #FFF;


}

.form__title {
    color: #000;
    font-family: Open Sans;
    font-size: 27.13px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 100% !important;
}

@media (max-width: 630px) {
    .form__title {
        font-size: 18px !important;
    }
}

.form {
    padding: 50px 0px 271px 0px;
    background-image: url("../images/form_bg.jpg");
}


#formProgressPercentApproval {
    color: #09D171;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 134.7%;
}

.form__inner {
    max-width: 790px;
    background: white;
    padding: 40px;
    border-radius: 8px;
}

.bank_account h3 {
    font-size: 18px !important;
}


.form__bank-text {
    color: #696464;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
}


.document_number .form__arrows-item.right {
    width: 100% !important;
}

.form__radio-label {
    border-radius: 10.174px !important;
    border: 1px solid #D7D7D7 !important;
    background: #FBFBFB !important;
    color: #696464;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.form__input-region {
    font-size: 22px;
    margin-top: 5px;
}

.form__input.tel {
    padding-left: 60px;
}


/* hide "continuar" button*/
.tab[data-show-continuar="0"] .form__arrows-item.right {
    display: none;
}

@media (max-width: 300px) {
    .form__arrows {
        flex-direction: column-reverse;
        align-items: center;
    }

    .form__arrows-item.left {
        width: 100%;
        min-width: 60%;
        margin: 15px 0 0 0;
        height: 44px;
        border-radius: 6px;
    }
}


@media (min-width: 300px) and (max-width: 500px) {
    .form {
        padding: 18px 15px 92px 15px;
    }

    .form__arrows {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .tab[data-show-continuar="0"] .form__arrows {
        justify-content: center;
    }

    .tab[data-show-continuar="0"] .form__arrows-item.left {
        margin-right: 0;
    }

    .form__arrows-item.left[style*="display:none"] ~ .form__arrows-item.right,
    .form__arrows-item.left[style*="display: none"] ~ .form__arrows-item.right {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
        max-width: 100%;
    }

    .form__arrows-item.right {
        width: 100%;
        min-width: 60%;
        background-color: #0049FF;
        border-radius: 6px;
        height: 50px;
        color: #FFF;
        display: flex;
        float: left;

    }

    .form__arrows-item.left {
        width: 100%;
        min-width: 60%;
        margin: 15px 0 0 0;
        height: 44px;
        border-radius: 6px;
    }
}

@media (min-width: 501px) and (max-width: 874px) {
    .form__arrows {
        max-width: 320px;
    }

    .form__arrows-item.left {
        margin-right: 20px;
        height: 50px;
        border-radius: 6px;
    }

    .form__arrows-item.right {
        min-width: 60%;
    }
}
