html, body {
    height: 100%;
    background-color: #fcfcfc;
}

.form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 8px;
    height: 3.2em;
    border-radius: 44px;
    opacity: 1;
}

.breadcrumb {
    background-color: #D32345;
    color: #ffffff;
}

.breadcrumb>.active {
    color: #ffffff;
}

.breadcrumb a {
    color: #ffffff;
    font-weight: bold;
}

.nav-tabs>li.active>a {
    background-color: #D32345;
    color: #fff;
    border-bottom: 1px solid #D32345;
    border-color: #D32345 #D32345 #D32345;
}

.nav-tabs>li.active>a:hover {
    border-color: #D32345 #D32345 #D32345;
    background-color: #D32345;
    color: #fff;
}

.nav-tabs>li.active>a:focus {
    border-color: #D32345 #D32345 #D32345;
    background-color: #D32345;
    color: #fff;
}

.nav-tabs>li>a:hover {
    border-color: #D32345 #D32345 #D32345;
    background-color: #D32345;
    color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #D32345;
}

.hide-section {
    display: none;
}

h1, h2, h3, h4, h5, h6, label {
    /*color: #28357F !important;*/
    color: #000 !important;
}

/***************************************** Navbar *********************************************************************/
.navbar-inverse, ul, li {
    color: #fff !important;
}
.navbar-inverse, ul, li:hover {
    background-color: #28357F !important;
    color: #fff !important;
}
.navbar-inverse, ul, li > .active > a:focus {
    background-color: #28357F !important;
    color: #fff !important;
}

.navbar-brand,  .navbar-nav, .navbar-right, .nav, .navbar-nav a {
    color: #fff !important;
}

nav{
    background-image: url("../images/navbar/nav_background.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar-nav{
    background-image: url("../images/navbar/nav_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 93% !important;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px !important;
}

.dropdown-menu {
    background-color: #28357F !important;
}

.divider {
    margin: 0 !important;
}

.img-logo-navbar {
    height: 3.5rem;
    width: 100%;
    margin-top: -10%;
}
/**************************************** Login CSS *******************************************************************/
.login-promoter-section{
    background-image: url("../images/site_login/promoter_background.svg");
    width: 100%;
    height: 80vh;
}

.login-promoter-header{
    background-color: #ffffff;
    padding: 1% 80% 1% 1%;
    /*width: 130vh;*/
    height: 25vh;
}

.login-promoter-right{
    width : 80vh;
    height: 80vh;
}

.login-welcome{
    padding-top: 5%;
    padding-bottom: 2.5%;
    width : 70%;
}
.login-gradient{
    background: rgb(132,32,63);
    background: linear-gradient(90deg, rgba(132,32,63,1) 0%, rgba(192,32,63,1) 100%);
}
.login-gradient h1{
    color: #fff !important;
}
.login-gradient h4{
    color: #fff !important;
}
.panel-body{
    -webkit-box-shadow: 7px 10px 28px -9px rgba(0,0,0,0.45);
    -moz-box-shadow: 7px 10px 28px -9px rgba(0,0,0,0.45);
    box-shadow: 7px 10px 28px -9px rgba(0,0,0,0.45);
}
.form-login-icon-password {
    background-repeat: no-repeat;
    width: 12%;
    height: 35%;
    font-size: 20px;
    background-position: center;
    position: absolute;
    left: 1.9rem;
    top: 1.2rem;
}
.form-login-icon-password-view {
    background-repeat: no-repeat;
    width: 10%;
    height: 25%;
    font-size: 20px;
    background-position: center;
    position: absolute;
    right: 1.9rem;
    top: 1.5rem;
}
.form-login-icon-password-block {
    background-repeat: no-repeat;
    width: 10%;
    height: 25%;
    font-size: 20px;
    background-position: center;
    position: absolute;
    right: 1.9rem;
    top: 1.5rem;
}
.form-login-icon-user {
    background-repeat: no-repeat;
    width: 12%;
    height: 35%;
    font-size: 20px;
    background-position: center;
    position: absolute;
    left: 1.9rem;
    top: 1.2rem;
}
.input-form-login {
    padding-left: 6rem;
    border: 2px solid #28357F !important;
}
.input-form-login::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 20px !important;
}
.input-form-login::-moz-placeholder { /* Firefox 19+ */
    font-size: 20px !important;
}
.input-form-login:-ms-input-placeholder { /* IE 10+ */
    font-size: 20px !important;
}
.input-form-login:-moz-placeholder { /* Firefox 18- */
    font-size: 20px !important;
}
.input-form-login-costumer{
    padding-left: 6rem;
    border: 2px solid rgba(192,32,63,1) !important;
}
.input-form-login-costumer::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 20px !important;
}
.input-form-login-costumer::-moz-placeholder { /* Firefox 19+ */
    font-size: 20px !important;
}
.input-form-login-costumer:-ms-input-placeholder { /* IE 10+ */
    font-size: 20px !important;
}
.input-form-login-costumer:-moz-placeholder { /* Firefox 18- */
    font-size: 20px !important;
}


@media screen and (min-width: 768px) {
    .login-section .title-1{
        font-size: 430%
    }

    .login-section .title-2{
        font-size: 540%
    }

    .login-section img {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .login-section .title-1{
        font-size: 200%
    }

    .login-section .title-2{
        font-size: 240%
    }

    .login-section img {
        width: 80%;
    }

    .login-promoter-header{
        background-color: #ffffff;
        /*padding: 3%;*/
        width: 100%;
        height: 15vh;
    }

    .login-welcome{
        padding-top: 10%;
        padding-bottom: 4%;
    }

    .login-promoter-header{
        padding: 1%;
    }

    .form-group{
        padding-top: 5% !important;
    }
}

/**************************************** Progresbar steps *******************************************************************/
.progress-bar-container {
    display: flex;
    width: 100%;
    padding: 1% 1%;
    color: #0f0f0f !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #fff;
    border-radius: 11px;
    font-family: var(--font-site);
}

.progress-saved-container {
    display: inline-flex;
    flex-direction: column;
    width: 15%;
}

.progress-bar-check {
    background-color: gray;
    width: 95%;
    height: 1rem;
}

.progress-bar-check-start {
    background-color: #28357F;
    width: 95%;
    height: 1rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.progress-bar-check-middle {
    background-color: var(--main-color);
    width: 95%;
    height: 1rem;
}

.progress-bar-check-end {
    background-color: var(--main-color);
    width: 95%;
    height: 1rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.progress-bar-uncheck {
    background-color: #CECECE;
    width: 95%;
    height: 1rem;
}

.progress-bar-uncheck-start {
    background-color: #CECECE;
    width: 95%;
    height: 1rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.progress-bar-uncheck-end {
    background-color: #CECECE;
    width: 95%;
    height: 1rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.table {
    font-family: var(--font-site);
}
.request-left-img {
    width: 57vh;
    height: 92vh;
    margin-left: -28%;
    margin-top: -6.7%;
}

/**************************************** Modals *******************************************************************/
.modal-content {
    background-color: #F5F5F5;
    height: 50rem;
}
.modal-header{
    background: rgba(2, 8, 97,1);
}
.modal-header .modal-title{
    color: #fff !important;
    font-weight: bold !important;
}
.close{
    color: #fff !important;
    font-weight: bold !important;
}

    .modal {
        background-image: url("../images/modals/modal_backgrond.png");
        
        background-size: 100%;
    }





.modal-backdrop.in {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important; /* Para versiones anteriores de IE */
}
.model-verify-step-title {
    font-size: 3em;
    font-family: var(--font-site);
    font-weight: 300;
    color: #000;
}
.modal-text-div {
    display: inline-flex;
    justify-content: space-between;
    color: #000;
    border: 2px solid rgba(2, 8, 97,1);
    width: 100%;
    font-family: var(--font-site);
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
    border-radius: 20px;
    padding: 10px;
}
.image-header-circle{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #26184a;
    margin-top: -140px;
}
.image-header-circle img {
    margin-top: 55px;
}
.left-column{
    background:rgba(2, 8, 97,1);
    height:100% !important;
}
.image-modal{   
    vertical-align:middle;
    background:#2d2742;
    border-radius:50%;
    width:160px;
    height:160px;
    margin-top:120px;
    margin-left:-30px;
}
.image-modal img{
    margin-top: 40px;
}
#btnResend{
    color: rgb(2, 8, 97);
    font-weight: bold;
}
.btn-circle {
    background: rgba(2, 8, 97,1);
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 18px;
    line-height: 1.42;
    border-radius: 50% !important;
    margin-top: -30px;
    margin-right: -400px;
    border:2px solid #fff;
}
.modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 20%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .left-column{
        height: 30% !important;
    }
    .image-modal{
        margin-top: 0px !important;
        margin-left: 10px !important;
        text-align: center !important;
        width: 100px !important;
        height: 100px !important;
    }
    .image-modal img{
        margin-top: 30px;
    }
    .image-header-circle{
        width: 140px;
        height: 140px;
        margin-top: -60px;
    }
    .image-header-circle img {
        margin-top: 30px;
    }
    .modal-dialog{
        top: 0% !important;
    }
}

/**************************************** Buttons *******************************************************************/
.btn-exitus-blue, .btn-exitus-blue:hover, .btn-exitus-blue:active, .btn-exitus-blue:focus  {
    background: rgb(2, 8, 97) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    width: 14%;
}
.btn-exitus-red,.btn-exitus-red:hover, .btn-exitus-red:active, .btn-exitus-red:focus {
    background: #db0000 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    width: 14%;

}
.btn-exitus, .btn-exitus:active, .btn-exitus:focus {
    background-color: #28357F;
    color: #FFFFFF !important;
    border-radius: 22px;
}
.btn-spacial, .btn-spacial:hover, .btn-spacial:active, .btn-spacial:focus {
    width: 40%;
    padding: 2% 1%;
    background-color: #28357F;
    color: #FFFFFF !important;
}
.btn-spacial-costumer, .btn-spacial-costumer:hover, .btn-spacial-costumer:active, .btn-spacial-costumer:focus {
    width: 40%;
    padding: 2% 1%;
    background-color: rgba(192,32,63,1);
    color: #FFFFFF !important;
}
.btn-exitus-gray, .btn-exitus-gray:hover, .btn-exitus-gray:active, .btn-exitus-gray:focus {
    background-color: #707070;
    color: #ffffff !important;
    border-radius: 8px !important;
    width: 14%;
}
.btn {
    border-radius: 10px;
}
.btnine{
    border-radius: 10px;
    background-color: #db0000;
    
}
.title-nomina{
    padding: 10px;
    border: 2px solid #28357F;
    border-radius: 30px;
    color: #28357F !important;
}
.img-header{
    margin-top: -20px;
    width: 100%;
}

/**************************************** Documents *******************************************************************/
.container-documents-right-list {
    overflow: scroll;
    height: 40em;
}
.file-preview {
    overflow-x: scroll !important;
    max-height: 40em;
}
.img-header{
    background-image: url("../images/documents/banner_header_blue.svg") !important;
    width: 100%;
    height: 30vh;
    background-repeat: no-repeat;
}
.zell-home{
    width: 15%;
    height: 15%;
}
@media screen and (max-width: 767px) {
    .container-documents-right-list {
        height: 20em;
    }
    .file-preview {
        max-height: 20em;
    }
}
@media screen and (min-width: 768px) {
    .zell-home{
        width: 30% !important;
        height: 30% !important;
    }
}

/**************************************** Inputs *******************************************************************/
.filter-input{
    height: 3.2rem;
}

/**************************************** GIF loading *******************************************************************/
.message-load-request {
    font-family: var(--font-site);
}

.message-load-request > h3 {
    font-family: var(--font-site);
    color: var(--main-color) !important;
}

.message-load-request > h5 {
    color: var(--main-color);
}

.message-load-request > .img-load-request {
    background-image: url("../images/hourglass.gif");
    margin: 5% 50% 0 48%;
    background-repeat: no-repeat;
    height: 10rem;
    width: 10rem;
    margin-right: 3rem;
}

/**********************************************************************************************************************/
.font-color {
    color: #000 !important;
}

.font-color-w {
    color: #000 !important;
    font-size: 4em;
    text-align: center;
    font-weight: 500;
    font-family: var(--font-site);
}

.font-color-g {
    color: #707070 !important;
}

.font-color-b {
    color: #425CB1 !important;
}

.font-color-r {
    color: #D32345 !important;
}

.icons-circle {
    color: #fff;
    font-size: 300%;
    background-color: #707070;
    border-radius: 50%;
    padding: 5px;
    width: 75px;
    height: 75px;
}

.icons-circle-external {
    margin: auto;
    color: #fff;
    background: transparent linear-gradient(90deg, #425CB4 0%, #253B8C 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    padding: 5px;
    width: 90px;
    height: 90px;
}

.icons-circle-middle {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 80px;
    height: 80px;
}

.icons-circle-internal {
    font-size: 250%;
    color: #fff;
    padding: 15px;
    background: transparent linear-gradient(90deg, #425CB4 0%, #253B8C 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.icons-circle-external-green {
    margin: auto;
    color: #fff;
    background: transparent linear-gradient(90deg, #10f020 0%, #10af1b 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    padding: 5px;
    width: 90px;
    height: 90px;
}

.icons-circle-middle-green {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 80px;
    height: 80px;
}

.icons-circle-internal-green {
    font-size: 250%;
    color: #fff;
    padding: 15px;
    background: transparent linear-gradient(90deg, #10f020 0%, #10af1b 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.border-bottom-document {
    display: inline-flex;
    /*border-bottom: 1px solid #D32345;*/
}

.border-bottom-document>h6 {
    margin-left: 1rem;
}

.divTermsSlide {
    margin-top: 10px;
}

.divMountSlide {
    margin-top: 10px;
}

.forms-flow {
    padding: 1% 3%;
    color: #0f0f0f !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*border: 3px solid #435EAF;*/
    /*kmkz*/
    border: 3px solid #fff;
    border-radius: 11px;
    font-family: var(--font-site);
}

.calculator-table-1 {
    padding: 1% 3%;
    color: #0f0f0f !important;
    /*background: #f5f5f5;*/
    /*border: 2px solid #435EAF;*/
    border-left: var(--calculator-table-size);
    border-bottom: var(--calculator-table-size);
    border-bottom-left-radius: 20px;
    height: 10rem;
}

.calculator-table-2 {
    padding: 1% 3%;
    color: #0f0f0f !important;
    border-left: var(--calculator-table-size);
    border-bottom: var(--calculator-table-size);
    /*background: #f5f5f5;*/
    /*border: 2px solid #435EAF;*/
    /*border-left: 2px solid #435EAF;*/
    height: 10rem;
}

.calculator-table-3 {
    padding: 1% 3%;
    color: #0f0f0f !important;
    border-right: var(--calculator-table-size);
    border-left: var(--calculator-table-size);
    border-bottom: var(--calculator-table-size);
    /*background: #f5f5f5;*/
    /*border: 2px solid #435EAF;*/
    /*border-bottom: 2px solid #435EAF;*/
    height: 10rem;
}

.calculator-table-4 {
    padding: 1% 3%;
    color: #0f0f0f !important;
    border-right: var(--calculator-table-size);
    border-bottom: var(--calculator-table-size);
    border-bottom-right-radius: 20px;
    /*background: #f5f5f5;*/
    /*border: 2px solid #435EAF;*/
    /*border-bottom: 2px solid #435EAF;
    border-left: 2px solid #435EAF;*/
    height: 10rem;
}

.background-login {
    padding: 10px 20px;
    border-radius: 22px;
    background-color: #fff !important;
    opacity: .8;
}

.left-login {
    position: absolute;
    top: -600%;
    left: -20%;
    width: 100%;
    height: auto;
}

.panel-option {
    width: 100%;
    padding: 3%;
    margin-bottom: 5%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #F5F5F5;
    border-radius: 21px;
}

/**********************************************************************************************************************/

.padding-top-1 {
    padding-top: 1%;
}

.padding-top-2 {
    padding-top: 2%;
}

.padding-top-3 {
    padding-top: 3%;
}

.padding-top-4 {
    padding-top: 4%;
}

.padding-top-5 {
    padding-top: 5%;
}

.padding-top-7 {
    padding-top: 7%;
}

.padding-top-10 {
    padding-top: 10%;
}

.padding-top-15 {
    padding-top: 15%;
}

.margin-top-1 {
    margin-top: 1%;
}

.margin-top-2 {
    margin-top: 2%;
}

.margin-top-3 {
    margin-top: 3%;
}

.margin-top-4 {
    margin-top: 4%;
}

.margin-top-5 {
    margin-top: 5%;
}

.margin-top-10 {
    margin-top: 10%;
}

.no-padding-lr {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-l {
    padding-left: 0;
}

.no-padding-r {
    padding-right: 0;
}

.control-height-20 {
    min-height: 20px !important;
}

.control-height-30 {
    min-height: 30px !important;
}

.control-height-40 {
    min-height: 40px !important;
}

.control-height-50 {
    min-height: 50px !important;
}

.control-height-60 {
    min-height: 60px !important;
}
/**********************************************************************************************************************/
.incentives-img{
    width: 25%;
    display : scroll;
    position:fixed;
    bottom :0;
    right :0;
}
/**********************************************************************************************************************/
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    /*padding: 0 0 60px;*/
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/
            "\e151";
}

a.desc:after {
    content: /*"\e114"*/
            "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

nav .container {
    width: 100%;
}


/* align the logout "link" (button in form) of the navbar */

.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}


@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@media screen and (max-width: 767px) {
    .btn-exitus-blue, .btn-exitus-blue:hover, .btn-exitus-blue:active, .btn-exitus-blue:focus {
        width: 50%;
    }
    .btn-exitus-red,.btn-exitus-red:hover, .btn-exitus-red:active, .btn-exitus-red:focus{
        width: 50%;

    }
    .btn-exitus-gray, .btn-exitus-gray:hover, .btn-exitus-gray:active, .btn-exitus-gray:focus {
        width: 50%;
    }
    .btn-exitus-white, .btn-exitus-white:hover, .btn-exitus-white:active, .btn-exitus-white:focus {
        width: 50%;
    }
    .text-step-bar {
        display: none;
    }
    .credit-bureau-text {
        width: 90% !important;
    }
    .input-code-phone > .input-number-code-phone {
        width: 4rem;
        font-size: 1.8em;
    }
    .modal-content {
        width: 100%;
        font-size: .86em;
    }
    .calculator-table-1 {
        border-right: var(--calculator-table-size);
        border-bottom-left-radius: 0px;
    }
    .calculator-table-2 {
        border-right: var(--calculator-table-size);
    }
    .calculator-table-4 {
        border-bottom-left-radius: 20px;
        border-left: var(--calculator-table-size);
    }
    .range-text {
        display: none;
    }
    .divTermsSlide {
        margin-top: 2em;
    }
    .divMountSlide {
        margin-top: 1em;
    }
    .container-range-money {
        border-right: var(--calculator-table-size);
        border-top-right-radius: 20px;
    }
    .container-range-term {
        border-top-right-radius: 0px;
    }
    .required-text {
        display: none;
    }
    .confetti-1, .confetti-2, .confetti-3, .confetti-4, .confetti-5, .confetti-6, .confetti-7, .confetti-8 {
        display: none;
    }
    .btn-exitus-white, .btn-exitus-white:hover, .btn-exitus-white:active, .btn-exitus-white:focus {
        font-size: 116%;
    }
    .img-slogan {
        position: absolute !important;
    }
    .first-view-buttons {
        display: inline-flex !important;
        flex-direction: column;
    }
    .view-buttons-line {
        display: none;
    }
    .first-view-buttons > div > p {
        text-align: center;
    }
    .first-view-buttons > .view-buttons-promoter > button, .first-view-buttons > .view-buttons-credit > button {
        width: 100% !important;
    }
    .site-login > .space-login-left {
        display: none;
    }
    .modal-dialog-terms {
        width: 90%;
    }

    .required-text-registry {
        display: none;
    }
    .slogan-step {
        right: 0rem;
        height: 6rem;
        width: 7rem;
    }
    .title-first-slogan-subheader {
        font-size: 3em !important;
    }
    .logo-form-login {
        width: 90%;
    }
    .final-text-style{
        font-size: 1em;
        width: 100% !important;
    }
    .final-text-style > span:first-child{
        font-size: 3rem !important;
    }
    .view-buttons-promoter, .view-buttons-credit{
        width: 100% !important;
    }
    .offer-left {
        display: none;
    }
    .offer-right {
        display: none;
    }
    .modal-text-terms {
        font-family: var(--font-site);
        font-size: 1.2em;
        width: 100%;
        margin-left: 0%;
    }
    .modal-body-terms {
        font-size: 1em;
    }
    .modal-dialog-terms {
        width: 97%;
        left: 0;
    }
}
@media screen and (max-width: 1100px) {
    .offer-left {
        display: none;
    }
    .offer-right {
        display: none;
    }
    .title-money-approbed {
        font-size: 1.5rem !important;
    }
    .title-term-approbed {
        font-size: 1.5rem !important;
    }
    .title-number-amounts-table {
        font-size: 2rem;
    }
    .form-heigh-style {
        height: 80rem !important;
    }
    .btn-exitus-white, .btn-exitus-white:hover, .btn-exitus-white:active, .btn-exitus-white:focus, .btn-exitus-blue, .btn-exitus-blue:hover, .btn-exitus-blue:active, .btn-exitus-blue:focus {
        width: 90%
    }
    .btn-exitus-gray, .btn-exitus-gray:hover, .btn-exitus-gray:active, .btn-exitus-gray:focus {
        width: 90%
    }
}
@media screen and (max-width: 500px) {
    .btn-exitus-blue, .btn-exitus-blue:hover, .btn-exitus-blue:active, .btn-exitus-blue:focus  {
        width: 100%;
    }
    .btn-exitus-red,.btn-exitus-red:hover, .btn-exitus-red:active, .btn-exitus-red:focus{
        width: 100%;
    }
    .btn-exitus-gray, .btn-exitus-gray:hover, .btn-exitus-gray:active, .btn-exitus-gray:focus {
        width: 100%;
    }
    .btn-exitus-white, .btn-exitus-white:hover, .btn-exitus-white:active, .btn-exitus-white:focus {
        width: 100%;
    }
    .required-text {
        display: none;
    }
    .input-code-phone > .input-number-code-phone {
        font-size: 2em !important;
    }
    .title-first-slogan-subheader {
        font-size: 2em !important;
    }
    .remember-check-login-form > label {
        text-align: center;

        left: 90%;
    }
    .astronauta{
        right: 0% !important;
    }
}


/*Kmkz*/

#divInfo>h3 {
    text-align: justify;
    font-size: 1.2em;
    padding: 0 3rem 0 3rem;
    margin-bottom: 3rem;
    font-family: var(--font-site);
    font-weight: bold;
}

.title-step-forms {
    color: var(--main-color) !important;
    font-family: var(--font-site);
    font-weight: 500;
}
.slogan-step {
    background-image: url(../images/slogan.png);
    background-size: cover;
    height: 13rem;
    width: 16rem;
    position: absolute;
    /* margin-right: 3rem; */
    right: 7rem;
}
.complete-check-icon {
    top: -1rem;
    background-image: url(../images/completed.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 3rem;
    width: 4rem;
    position: relative;
    right: 0rem;
}
.text-step-bar {
    font-size: 80%;
    padding-top: 1rem;
}

.container-progress-check {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    width: 100%;
    height: 1rem;
}
.container-progress-check > i {
    font-size: 110%;
}
.container-check-terms {
    margin-left: 0;
    color: var(--main-color) !important;
    font-family: var(--font-site);
    font-weight: 600;
    font-size: 1.1em;
}
.nav-dark-style{
    font-family: var(--font-site);
    font-size: 1.7rem;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .navbar-nav > li > .dropdown-menu {
    font-family: var(--font-site);
    font-size: 1.7rem;
    background: #28357F;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: var(--main-color);
}
/*#w0 {
    overflow: scroll;
    max-height: 80rem;
}*/
#w0::-webkit-scrollbar {
    width: .5em;
    border-radius: 10px;
}

#w0::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px darkgrey;
}

#w0::-webkit-scrollbar-thumb {
    background-color:  rgba(0,0,0,0.3);
    outline: 1px solid slategrey;
}
.request-table-views {
    font-family: var(--font-site);
    font-size: 2.3em;
}

element.style {
    position: absolute;
    width: 100%;
    height: 87%;
    left: 0;
    background-color: #333;
}
#divTerms {
    width: 100%;
    position: relative;
    height: auto;
    left: 0;
    top: 0;
    background-color: rgb(150, 148, 148);
}
#divTerms div {
    background-color: #333;
    color: #fff;
    font-family: var(--main-color);
}
.modal-dialog-terms {
    width: 50%;
}
.modal-body-terms{
    margin: 30% 0 0 0;
    background-color: #333;
    color: #ffffff;
    height: 50rem;
    width: 100%;
    border-radius: 20px;
    overflow-x: hidden;
}
.modal-text-terms {
    font-family: var(--font-site);
    font-size: 1.2em;
    width: 85%;
    margin-left: 10%;
}
.button-modal-terms {
    font-family: 'Barlow', sans-serif;
    padding: 5px 25px;
    margin: 6rem 2rem 0 2rem ;
    font-size: 150%;
    color: #fff !important;
    cursor: pointer;
    border-radius: 50px !important;
    width: auto;
    height: 4.5rem;
}
.btn-accept-terms-modal{
    background-color: var(--main-color);
    color: #fff !important;
    border: 2px solid #0B0A0D;
}
.btn-accept-terms-modal > a:focus, .btn-accept-terms-modal > a:visited {
    color: #fff !important;
}
.btn-cancel-terms-modal {
    background-color: transparent;
    color: #fff !important;
    border: 2px solid #fff;
}
.logo-form-login{
    width: 50%;
}
.left-login-image{
    position: relative;
    width: 100%;
    object-fit: contain;
    top: 3rem;
}
.image-login-imss{
    position: relative;
    z-index: 5;
    top: 9rem;
    left: 1.7rem;
    width: 25%;
}
.image-login-slogan{
    position: absolute;
    bottom: 11rem;
    left: 65rem;
}
.site-login {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.site-login > .space-login-left{
    display: inline-flex;
    align-self: center;
    width: 67%;
}
.space-login-right{
    grid-column: 2 / 3;

    font-family: var(--font-site);
}
.space-login-right-content {
    margin: 9rem 0 0 0;
}
.space-login-right-content > form {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.text-subtitle-login-form{
    font-family: var(--font-site);
    text-align: center;
}
.text-subtitle-login-form > h5{
    font-size: 1.7rem;
    font-weight: 600;
    width: 100%;
    padding-bottom: 2rem;
}
/*kmkz*/
.text-subtitle-login-form h5 > a > b {
    cursor: pointer;
}
/**/
.space-login-right-content > form > div{
    margin-bottom: 3rem;
}
.space-login-right-content > form > div > .btn-exitus-blue{
    width: 100%;
}
.btn-modal-next, .btn-modal-next:hover {
    width: 50%;
}
/*.checkbox-login-form {
    height: 2rem;
    width: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    transition-duration: 0.3s;
    cursor: pointer;
    background-color: var(--main-color);
    color:rgb(150, 148, 148) !important;
}
.checkbox-login-form:checked {
    height: 2rem;
    width: 2rem;
    background-color: var(--main-color);
}

.checkbox-login-form:checked::before {
    content: 'x';
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0.7rem;
    top: 0.2rem;
}*/
.checkbox-login-form {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-login-form input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--main-color);
}


.checkbox-login-form:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-login-form input:checked ~ .checkmark {
    background-color: var(--main-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-login-form input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-login-form .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




.remember-check-login-form {
    margin-right: 26rem;
}
.remember-check-login-form  > label{
    font-size: 1.5rem;
    font-weight: 400;
}
.modal-logo-terms{
    padding-left: 39%;
    width: 26%;
    height: 40%;
    margin-bottom: 2rem;
}

.input-code-phone {
    display: inline-flex;
    margin-bottom: 3rem;
}
.input-code-phone > .input-number-code-phone {
    height: 8rem;
    font-size: 3em;
    width: 5.5rem;
    margin: 0 1rem 0 0;
    font-family: var(--font-site);
    font-weight: bold;
    border-radius: 10%;
    border:1px solid rgba(2, 8, 97,1);
}
.subtitle-registry {
    padding-bottom: 7rem;
}
.form-text-registry-subtitle {
    /*position: absolute;*/
    top: 20rem;
    left: 13rem;
}
.required-text-registry{
    /*position: absolute;*/
    right: 15rem;
    top: 20rem;
    color: var(--main-color);
    font-family: var(--font-site);
}
.texts-form-registry-client{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.required-text {
    position: absolute;
    right: 5rem;
    top: 5rem;
    color: var(--main-color);
    font-family: var(--font-site);
}
.title-request-type {
    font-family: var(--font-site);
    color: #000;
    font-size: 1.9rem;
}
.modal-header > .close-modal-credit {
    position: absolute;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 4rem;
    width: 5.5rem;
    height: 5.2rem;
    font-family: initial;
    font-size: 8rem;
    font-weight: lighter;
    right: -2rem;
    top: -2rem;
    line-height: 0rem;
    /* text-align: -webkit-right; */
    /* text-align: revert; */
    padding-top: -12px;
    opacity: 3.5;
}
.title-congratulation-approbed {
    color: #0B0A0D!important;
    font-family: var(--font-site);
    font-weight: 800;
    font-size: 4rem;
}
.subtitle-congratulation-approbed{
    margin-left: 25%;
    width: 50%;
}
.container-range-term{
    border: var(--calculator-table-size);
    border-top-right-radius: 20px;
    height: 14rem;
}
.container-range-money {
    border-top: var(--calculator-table-size);
    border-left: var(--calculator-table-size);
    border-bottom: var(--calculator-table-size);
    border-top-left-radius: 20px;
    height: 14rem;
}
.title-money-approbed {
    padding-left: 30%;
    color: var(--main-color) !important;
    font-family: var(--font-site);
    font-weight: 900;
    margin: 1.5rem 0 2.58rem 0;
}
.title-term-approbed  {
    padding-left: 30%;
    color: var(--main-color) !important;
    font-family: var(--font-site);
    font-weight: 900;
    margin: 1.5rem 0 2.58rem 0;
}
.range-text {
    font-weight: 400;
    font-size: 1.5rem !important;
}
.title-amounts-table {
    color: var(--main-color) !important;
    font-family: var(--font-site);
    font-weight: 700;
    min-height: 10px !important;
}
.title-number-amounts-table{
    margin-top: .5rem;
    font-family: var(--font-site);
    font-weight: 700;
    font-size: 2.5rem;
    color:#000 !important;
}

.offer-left {
    top: 3rem;
    right: 7rem;
    font-family: var(--font-site);
    font-size: 1.6rem;
    font-weight: 100;
    width: auto;
}
.offer-right {
    top: 3rem;
    left: 4rem;
    font-family: var(--font-site);
    font-size: 1.6rem;
    font-weight: 100;
    width: auto;
}
.modal-text-div > span:nth-child(2){
    color: var(--main-color);
}
.model-verify-step-footer{
    border: none !important;
    text-align: center;
    margin-bottom: 2rem;
}
.model-verify-step-footer::before  > .btn-exitus-white {
    width: auto !important;
    height: auto !important;
}
.model-verify-step-subtitle > h4{
    font-size: 1.5em;
    text-align: justify;
    margin-bottom: 3rem;
    font-family: var(--font-site);
}
.modal-content-verify-amount-step {
    height: auto !important;
}

.title-congratulation-approbed {
    color: #0B0A0D!important;
    font-family: var(--font-site);
    font-weight: 800;
    font-size: 4rem;
}
.subtitle-congratulation-approbed{
    margin-left: 25%;
    width: 50%;
}

.range-text {
    font-weight: 400;
    font-size: 1.5rem !important;
}
.modal-button-size, .modal-button-size::before, .modal-button-size:hover {
    width: auto;
    height: auto;
}
/*----------------*/