@font-face {
    font-family: 'BentonSansBBVA-Book';
    src: url("BentonSansBBVA-Book.otf");
    font-style: normal;
    font-weight: 400px;
}

@font-face {
    font-family: 'BentonSansBBVA-Medium';
    src: url("BentonSansBBVA-Medium.otf");
    font-style: normal;
}
@font-face {
    font-family: 'BentonSansBBVA-Light';
    src: url("BentonSansBBVA-Light.otf");
    font-style: normal;
    font-weight: 200;
}
* {
    outline: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #121212;
    text-align: left;
    letter-spacing: 0;
    line-height: 20px;
    min-height: 100%;
    width: 100vw;
    max-width: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    /*overflow-x: hidden;*/
}
body {
    font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #121212;
    text-align: left;
    letter-spacing: 0;
    line-height: 20px;
    color: #121212;
    font-size: 100%;
    min-height: 100vh;
    word-wrap: break-word;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.general-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    z-index: 8;
}
.header__container {
    position: relative;
    zoom: 1;
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
}
.header__container::before, .header__container::after {
    content: ' ';
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
}
.header__container::after {
    clear: both;
}
.header__base {
    position: relative;
    width: 100%;
    z-index: 14;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
 .background--core-blue {
    background-color: #004481;
    color: #fff;
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 216px);
    padding: 0 16px;
    -webkit-transition: all .33333s;
    transition: all .33333s;
}
.processheader__base {
    position: relative;
    zoom: 1;
    width: 100%;
    display: block;
}
.processheader__base::after {
    clear: both;
}
.processheader__base .header__logo {
    padding: 0 16px;
}
.header__logo__link {
    line-height: 8px;
}

a {
    color: #1d73b2;
    text-decoration: none;
    cursor: pointer;
}
.processheader__base .header__image {
    display: block;
}
.header__image {
    height: 17px;
    width: auto;
    will-change: height;
    margin: 0 auto;
    -webkit-transition: height .33333s;
    transition: height .33333s;
    max-width: none;
    display: inline-block;
}
.processheader__base .header__backbtn {
    font-family: "BentonSansBBVA-Medium",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #121212;
    text-align: left;
    letter-spacing: 0;
    line-height: 64px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
}
i {
    font-style: italic;
}
.bbva-icon {
    line-height: inherit;
    /*margin: 0 8px;*/
}
.bbva-icon {
    font-size: 24px;
    line-height: 24px;
}
.bbva-icon:before {
    font-family: 'BentonSansBBVA-Book' !important;
    font-style: normal;
    font-weight: normal !important;
    vertical-align: middle;
}
.bbva-icon, [class^='bbva-icon'] {
    display: inline-block;
}
.close{
 color: white;
 cursor: pointer;
 border: 0;
 background: 0 0;
 text-decoration: none;
 -webkit-appearance: none;
 appearance: none;
 font-size: 30px;
 vertical-align: middle;
    
}
div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer, .bbva--footer, header {
    clear: both;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.img_close{
    width: 60%;
    vertical-align: middle;
}
.processheader__base .header__backbtn span {
    color: white!important;
}
/*/////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 992px){
html {
    line-height: 24px;
}
.header__container {
    height: 64px;
    max-height: 64px;
}

.processheader__base .header__backbtn {
    line-height: 64px!important;
}
.header__image {
    height: 34px!important;
    margin: 0!important;
}
.bbva-icon {
    font-size: 20px!important;
    line-height: 20px!important;
}
.header__logo {
    width: auto;
}
.img_close{
    width: 70%;
    vertical-align: middle;
}

}
.processheader__base .header__main, .processheader__base .header__logo, .processheader__base .header__container {
    height: 48px;
    max-height: 48px!important;
}


@media(min-width: 992px){
    .processheader__base .header__main, .processheader__base .header__logo, .processheader__base .header__container {
    height: 64px!important;
    max-height: 64px!important;
}
}
/*///////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 600px){
.processheader__base .header__backbtn {
    line-height: 24px;
}
}
/*//////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 991px) and (min-width: 0){
.processheader__base .header__backbtn span {
    display: none;
}
.processheader__base .header__backbtn {
    line-height: 48px;
}
.processheader__base .header__logo {
    display: block!important;
    float: left!important;
    width: auto!important;
    margin: 0!important;
    padding: 16px!important;
    height: 48px;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
.img_close{
    margin-top: 80%;
}

}