@import url(neutratext.font.css);
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Neutra Text';
}

img {
    width: 100%;
    height: auto;
    display: block;
}

header,
footer {
    display: none !important;
}

.header-sup {
    display: none !important;
}

.header-space {
    display: none !important;
}

p {
    color: #fff;
    font-family: 'Neutra Text';
    font-weight: 400;
}

.container-landing {
    overflow-x: hidden;
}


/** Header **/

.link-logo-banco {
    display: block;
    width: 80%;
    margin: 20px auto;
}


/** Banner **/

.content-rentaval {
    background-image: url(../files/images/landing-page/bg-formulario-mb.jpg);
    background-size: 100% auto;
}

.content-rentaval .box-descriccion {
    padding: 20px;
}

.content-rentaval .box-descriccion h1.title {
    color: #CDD951;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.content-rentaval .box-descriccion p {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    margin: 20px 0 10px;
}

a.btn-green {
    background-color: #cdd950;
    color: #1B353A;
    display: inline-block;
    border-radius: 17px;
    text-align: center;
    line-height: 1.1;
    padding: 12px 9px;
    font-size: 12px;
    font-weight: 600;
}

.content-rentaval .box-descriccion .active-form {
    text-align: center;
}

.content-rentaval .box-descriccion .active-form p.btn-form {
    background-color: #0087B0;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    padding: 10px 10px 8px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 45%);
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 45%);
    transform: translateY(-33px);
    margin-bottom: 0;
    line-height: 1;
}

.cont-btn {
    text-align: right;
}

.cont-btn span.arrow-green {
    display: block;
    background-image: url(../files/images/landing-page/arrow-green.png);
    background-size: 100% auto;
    width: 55px;
    height: 30px;
    margin: 10px 0 0 auto;
}


/** Footer **/

div#gnb-popover-content {
    display: none;
}

.footer {
    background-color: rgb(79 94 94 / 80%);
    margin-top: 180px;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
}

.footer p {
    margin: 0;
    font-size: 12px;
}

.footer p a {
    color: #fff;
}


/** Formulario **/

.content-form {
    display: none;
    position: fixed;
    background-color: rgb(11 4 4 / 63%);
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-fic {
    width: 90%;
    height: 90%;
    margin: 5% auto;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.form-fic-rentaval {
    width: 100%;
    background-color: #fff;
    padding: 20px;
}

.form-fic-rentaval .box-logo-form {
    width: 90%;
    margin: 0 0 15px auto;
}

h2.title-form {
    color: #CDD951;
    text-align: center;
    font-size: 26px;
    line-height: 0.8;
    font-weight: 700;
}

p.close-modal {
    position: absolute;
    top: 0;
    background-color: #CDD951;
    padding: 13px 6px;
    font-size: 30px;
    line-height: 0;
    font-weight: 500;
    border-radius: 50%;
    right: 0;
}

.cont-form-programar label.label-inf {
    display: none;
}

.cont-form-programar .form-control {
    width: 100%;
    padding: 0 0 0 24px;
    min-width: 100%;
    font-family: 'Neutra Text';
    font-size: 17px;
    color: #949191;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #B3B3B3;
    font-family: 'Neutra Text';
}

span.icon-input {
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
}

span.icon-input.icon-nombre {
    background-image: url(../files/images/landing-page/icon-user.jpg);
}

span.icon-input.icon-idetificacion {
    background-image: url(../files/images/landing-page/icon-identificacion.png);
}

span.icon-input.icon-correo {
    background-image: url(../files/images/landing-page/icon-email.png);
}

span.icon-input.icon-celular {
    background-image: url(../files/images/landing-page/icon-cel.png);
}

span.icon-input.icon-tel {
    background-image: url(../files/images/landing-page/icon-tel.png);
}

span.icon-input.icon-hora {
    background-image: url(../files/images/landing-page/icon-horario.png);
}

span.icon-input.icon-observaciones {
    background-image: url(../files/images/landing-page/icon-comentario.png);
}

.form-group {
    position: relative;
}

.form-group span.requerido {
    display: none;
}

.form-group.group-observaciones {
    border: 1px solid #B3B3B3;
    margin-top: 30px;
}

.form-group.group-observaciones span.icon-input.icon-observaciones {
    top: -8px;
    z-index: 1;
}

.form-group.group-observaciones label.label-inf {
    display: block;
    font-family: 'Neutra Text';
    font-size: 17px;
    color: #999999 !important;
    background-color: #fff;
    display: inline-block;
    padding: 6px 10px 7px 35px;
    line-height: 1;
    position: absolute;
    top: -10px;
    left: -10px;
    width: auto;
}

.cont-form-programar textarea.form-control {
    border: 0;
    padding: 20px 10px;
    height: 130px;
}

.gracias {
    display: none;
    padding-bottom: 20%;
}

.gracias .content-gracias {
    text-align: center;
}

.gracias .content-gracias p {
    color: #515151;
    margin-bottom: 5%;
    font-family: 'Neutra Text';
}

.gracias .content-gracias img {
    width: 90%;
    max-width: max-content;
    margin: 18% auto 15%;
}

.gracias .content-gracias h2.title-gracias {
    color: #cdd950;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Neutra Text';
}


/*********** Responsive ***********/

@media (min-width: 700px) {
    .content-rentaval {
        background-image: url(../files/images/landing-page/bg-formulario.jpg);
        background-size: cover;
        background-position: right top;
        position: relative;
    }
    .content-rentaval::before {
        background-image: url(../files/images/landing-page/img-formulario.png);
        background-size: auto 70%;
        background-repeat: no-repeat;
        background-position: left top;
        content: "";
        display: block;
        width: 100%;
        height: 70%;
        position: absolute;
        bottom: 0;
    }
    .columns-rentaval {
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 768px) {
    a.link-logo-banco {
        width: 340px;
    }
    .content-rentaval .box-descriccion p br {
        display: none;
    }
    .columns-rentaval {
        display: flex;
    }
    .cont-btn {
        text-align: center;
    }
    .content-form {
        display: inline-block;
        width: 50%;
        position: relative;
        background-color: transparent;
    }
    .content-des {
        display: inline-block;
        width: 50%;
    }
    .form-fic-rentaval .box-logo-form {
        display: none !important;
    }
    p.close-modal {
        display: none;
    }
    .content-rentaval .box-descriccion .active-form {
        display: none !important;
    }
    .cont-btn span.arrow-green {
        display: none !important;
    }
    .cont-btn {
        position: absolute;
        bottom: 5%;
        left: 10%;
    }
    .content-rentaval::before {
        background-size: auto 70%;
        height: 56%;
    }
    .content-rentaval .box-descriccion h1.title {
        font-size: 33px;
        line-height: 0.9;
        position: relative;
        margin-top: 20px;
    }
    span.arrow-gray {
        background-image: url(../files/images/landing-page/arrow-title.png);
        background-size: auto 100%;
        position: absolute;
        left: 79%;
        display: block;
        width: 50%;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
    }
    .content-rentaval .box-descriccion {
        padding-right: 0;
    }
    .content-rentaval .box-descriccion p {
        font-size: 17px;
    }
    .form-fic-rentaval {
        padding: 0;
        border-radius: 15px;
        overflow: hidden;
    }
    h2.title-form {
        color: #232323;
        background-color: #CDD951;
        padding: 15px 10px 10px;
        margin: 0;
        line-height: 1.2;
    }
    .cont-form-programar form {
        background-color: #fff;
        padding: 20px;
    }
    .footer {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .columns-rentaval {
        display: flex;
        width: 100%;
        max-width: 1380px;
        margin: 0px auto;
        padding: 30px 0;
    }
    .content-des {
        width: 60%;
    }
    .content-form {
        width: 40%;
    }
    .content-rentaval::before {
        background-size: 1550px auto;
        background-position: left bottom;
        height: 100%;
    }
    .form-fic-rentaval {
        padding: 0;
        border-radius: 15px;
        overflow: hidden;
        width: 100%;
        max-width: 400px;
        min-height: 600px;
    }
    .cont-btn {
        position: absolute;
        bottom: 5%;
        left: 19%;
    }
    a.btn-green {
        font-size: 18px;
        padding: 14px;
        border-radius: 40px;
    }
    span.line-green {
        background-image: url(../files/images/landing-page/line-green.png);
        background-size: 100% 100%;
        position: absolute;
        display: block;
        height: 67%;
        width: 120px;
        bottom: 7%;
        left: 51%;
    }
    span.line-green .arrow-green {
        background-image: url(../files/images/landing-page/arrow-green.png);
        display: block;
        width: 75px;
        height: 40px;
        position: absolute;
        bottom: -19px;
        left: 16%;
    }
    .content-fic {
        margin: 0 auto;
    }
    .content-rentaval .box-descriccion p br {
        display: none;
    }
    .content-rentaval .box-descriccion h1.title {
        font-size: 40px;
        line-height: 0.9;
        margin-top: 6px;
    }
    .content-rentaval .box-descriccion p {
        font-size: 25px;
        width: 80%;
        max-width: 640px;
        margin: 0 auto;
    }
}

@media (min-width: 1366px) {
    .content-rentaval::before {
        background-size: 1720px auto;
        background-position: center bottom;
    }
}

@media (min-width: 1600px) {
    .content-rentaval::before {
        background-size: 1620px auto;
        background-position: center bottom;
    }
}