.mainNavigation__link.__appTitle {
    font-family: "BentonSansBBVA-Light", Helvetica, Arial, sans-serif;
    border: none;
    text-transform: none;
    font-size: 24px;
    cursor: default;
    position: relative;
    padding-left: 4px;
}

.header__mainNavigation {
    width: auto !important;
    float: left;
    margin-left: 130px;
    /* margin-right: -100%; */
    display: block;
}

.mx-auto {
    margin: auto!important;
}
.mainNavigation__link.__appTitle::before {
    content: "\00a0 ";
    background-color: #ffffff;
    height: 32px;
    width: 2px;
    position: absolute;
    margin-left: -11px;
    left: 0px;
}


/*FORM LOGIN*/

.loginsec {
	/* margin-top: 40px; */
    margin-bottom: 40px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-family: "BentonSansBBVA-Light", Helvetica, Arial, sans-serif;
}

.loginsec2{
	position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


.loginsec h3,
.loginsec h4,
.loginsec h5 {
    font-family: BentonSansBBVA-Book, Helvetica, Arial, sans-serif;
    color: #072146;
    text-align: center;
}

.jumbotron-bbva h3,
.jumbotron-bbva h4,
.jumbotron-bbva h5 {
    font-family: "BentonSansBBVA-Light", Helvetica, Arial, sans-serif;
    color: #000;
}

.jumbotron-bbva-small h3,
.jumbotron-bbva-small h4,
.jumbotron-bbva-small h5 {
    font-family: "BentonSansBBVA-Light", Helvetica, Arial, sans-serif;
    color: #FFF;
}

.form-group {
    margin-bottom: 12px;
}

.form-control {
    border: transparent;
    font-family: inherit;
    height: 27px;
    
}

.form-control {
    display: block;
    width: 100%;
    padding: 22px 11px 0;
    font-size: 15px;
    line-height: 1.25;
    border-style: none none solid;
    border-image: initial;
    border-bottom: 1px solid #666;
    background: rgb(244, 244, 244);    
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.placeholder-wrapper .placeholder-simulator {
    color: #666;
    font-size: 15px;
    padding: 0 12px;
    position: absolute;
    top: 16px;
    transition: all .25s ease;
}

.placeholder-wrapper {
    position: relative;
}

.actionsection {
    height: 50px;
	/* width: 85%; */
    margin-top: 30px;
}

.fpass {
    font-family: "BentonSansBBVA-Bold", Helvetica, Arial, sans-serif;
    width: 225px;
    float: left;
    line-height: 50px;
}

.submtbtn {
    display: table-cell;
}

.form-group.iconizer {
    position: relative;
}

.form-group.iconizer .bbva-icon {
    position: absolute;
    right: 0px;
    top: 29%;
    z-index: 5;
    cursor: pointer;
    margin-right: 16px;
}

.form-group.iconizer .bbva-icon:hover {
    color: #2a86ca;
}

.form-group-info {
    margin-bottom: 7px;
    padding-left: 16px;
}

.form-group-info .isec {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 4px;
}

.form-group-meter .isec {
    /* width: 6%; */
    display: inline-block;
    vertical-align: top;
    padding: 2px;
}

.bbva-icon.blue1 {
    color: #5BBEFF;
}

.bbva-icon.error {
    color: #D44B50;
}

.bbva-icon.bigicon {
    font-size: 40px;
}

.form-group-info .itextsec {
    width: 78%;
    display: inline-block;
    text-align: justify;
    font-size: 12px;
    margin-left: 2px;
    line-height: 1.6;
    font-family: BentonSansBBVA-Book;
    color: #666666;
    letter-spacing: 0;
}


.form-group-meter {
    margin-top: 5px;
    margin-bottom: 12px;
}

.form-group-meter .meter-wrapper {
    background-color: #D8D8D8;
    width: 90%;
    display: inline-block;
    margin-left: 12px;
}

.form-group-meter .bbva-icon {
    width: 10px;
    display: inline-block;
}

.meter-bar {
    left: -.5em;
}

.meter-bar {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 1s;
    transition-timing-function: ease;
    will-change: transform;
}

.meter-bar {
    height: 5px;
    background: #2A86CA;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    position: relative;
}

.form-group-meter p {
    font-size: 12px;
}


/*ERROR INPUT*/

.form-validation-group.haserror .form-control {
	background: #FCDFDF;
    border-bottom: 1px solid #D44B50;
}

.form-validation-group.haserror .select-title {
    background: #FCDFDF !important;
    border-bottom: 1px solid #D44B50 !important;
}

.form-validation-group.haserror .select-title{
    color: #D44B50;
}

.form-validation-group.haserror .placeholder-simulator {
    color: #D44B50;
}

/*DROP DOWN LIST*/
.form-group-select{
    margin-bottom: 8px;
}

.form-group-select ul {
    background: #F4F4F4;
    position: absolute;
    width: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    z-index: 7;
}

.form-group-select .option-select {
    position: relative;
}

.form-group-select .option-select .select-title {
    background: #F4F4F4;
    height: 56px;
    padding-left: 12px;
    padding-top: 4px;
    position: relative;
    border-bottom: 1px solid #666;
}

.form-group-select.white ul {
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.form-group-select.white .option-select .select-title {
    background: #fff;
    border-bottom: 1px solid #666;
}

.form-group-select .option-select .select-title .option-text,
.form-group-select .option-select .select-title .selected-option {
    display: block;
}

.form-group-select .option-select .select-title .option-text {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 12px;
}

.form-group-select .option-select .select-title .option-text.center {
    font-size: 15px;
    margin-top: 15px;
}

.form-group-select .option-select .select-title .selected-option {
    font-size: 15px;
}

.form-group-select .option-select .select-title .bbva-icon {
    top: 30%;
    right: 0px;
    position: absolute;
    font-size: 44px;
    color: #2A86CA;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 0.5);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 0.5);
}

.form-group-select li {
    line-height: 3.5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    font-family: 'BentonSansBBVA-Book';
    font-weight: 400;
    font-size: 1rem;
    color: #666;
    letter-spacing: -0.19px;
    text-align: left;
    border-top: 1px solid #E5E5E5;
    padding-left: 0.625rem;
    -webkit-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.form-group-select li:hover {
    background: #e9e9e9;
}


/*MODAL*/

.outer {
    display: table;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

.modal-message {
    background: rgba(0, 68, 129, 0.90);
    z-index: 10;
}

.modal-message .inner {
    background: #ffffff;
    box-shadow: 3px 3px 13px 6px rgba(0, 0, 0, 0.1);
    width: 600px;
    text-align: center;
}

.modal-message .icon-area {
    padding: 46px 0 12px 0;
    color: #ffffff;
}

.modal-message.success .icon-area {
    background: #86c82d;
}

.modal-message.error .icon-area {
    background: #fff;
}

.modal-message.warning .icon-area {
    background: #F6891E;
}

.modal-message.success .bbva-icon_message:before {
    content: "\ea58";
}

.modal-message.error .bbva-icon_message:before {
    content: "\ea59";
}

.modal-message.warning .bbva-icon_message:before {
    content: "\eaa2";
}

.modal-message .icon-area i {
    font-size: 47px;
}

.modal-message p {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

.modal-message p.tit {
    font-size: 18px;
    font-family: "BentonSansBBVA-Bold", Helvetica, Arial, sans-serif;
}

.modal-message.success p.tit:before {
    content: "Correcto!";
}

.modal-message.error p.tit:before {
    content: "Error inesperado";
}

.modal-message.warning p.tit:before {
    content: "Aviso!";
}

.modal-message .btn-area {
    padding-bottom: 15px;
}

.waitmodal {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
}


/*SPINNER*/

.spinner {
    box-sizing: border-box;
    pointer-events: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.spinner([hidden]),
[hidden] {
    display: none;
}

.spinner([paused]) .stripe {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.spinner *,
.spinner *:before,
.spinner *:after {
    box-sizing: border-box;
}

svg {
    display: none;
}

figure {
    margin: auto;
    height: 3em;
    width: 2.5em;
    position: relative;
}

.stripe--item-1,
.stripe--item-3,
.stripe--item-5 {
    height: 0.72em;
}

.stripe {
    contain: layout style;
    -webkit-transform-origin: top;
    transform-origin: top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    stroke: none;
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    ;
}

.stripe--item-1 {
    background: #2a86ca;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    ;
}

.stripe--item-2 {
    -webkit-animation-name: st2;
    animation-name: st2;
    ;
}

.stripe--item-3 {
    background: #004481;
    -webkit-animation-name: st3;
    animation-name: st3;
    ;
}

.stripe--item-4 {
    -webkit-animation-name: st4;
    animation-name: st4;
    ;
}

.stripe--item-5 {
    background: #2dcccd;
    -webkit-animation-name: st5;
    animation-name: st5;
    ;
}

@-webkit-keyframes st2 {
    0% {
        -webkit-transform: translate(0, 3em);
        transform: translate(0, 3em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    25% {
        -webkit-transform: translate(0, 0.66em);
        transform: translate(0, 0.66em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    50% {
        -webkit-transform: translate(0, 3em);
        transform: translate(0, 3em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    75% {
        -webkit-transform: translate(0, 1.8em);
        transform: translate(0, 1.8em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    100% {
        -webkit-transform: translate(0, 3em);
        transform: translate(0, 3em);
    }
}

@keyframes st2 {
    0% {
        -webkit-transform: translate(0, 3em);
        transform: translate(0, 3em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    25% {
        -webkit-transform: translate(0, 0.66em);
        transform: translate(0, 0.66em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    50% {
        -webkit-transform: translate(0, 3em);
        transform: translate(0, 3em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    75% {
        -webkit-transform: translate(0, 1.8em);
        transform: translate(0, 1.8em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    100% {
        -webkit-transform: translate(0, 3em);
        transform: translate(0, 3em);
    }
}

@-webkit-keyframes st3 {
    0% {
        -webkit-transform: scale(1, 0.99742) translate(0, -100%);
        transform: scale(1, 0.99742) translate(0, -100%);
    }
    25% {
        -webkit-transform: scale(1, 0.99742) translate(0, -100%);
        transform: scale(1, 0.99742) translate(0, -100%);
    }
    50% {
        -webkit-transform: scale(1, 0.99742) translate(0, -100%);
        transform: scale(1, 0.99742) translate(0, -100%);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    75% {
        -webkit-transform: scale(1, 2.4) translate(0, -100%);
        transform: scale(1, 2.4) translate(0, -100%);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    100% {
        -webkit-transform: scale(1, 0.99742) translate(0, -100%);
        transform: scale(1, 0.99742) translate(0, -100%);
    }
}

@keyframes st3 {
    0% {
        -webkit-transform: scale(1, 0.99742) translate(0, -100%);
        transform: scale(1, 0.99742) translate(0, -100%);
    }
    25% {
        -webkit-transform: scale(1, 0.99742) translate(0, -100%);
        transform: scale(1, 0.99742) translate(0, -100%);
    }
    50% {
        -webkit-transform: scale(1, 0.99742) translate(0, -100%);
        transform: scale(1, 0.99742) translate(0, -100%);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    75% {
        -webkit-transform: scale(1, 2.4) translate(0, -100%);
        transform: scale(1, 2.4) translate(0, -100%);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    100% {
        -webkit-transform: scale(1, 0.99742) translate(0, -100%);
        transform: scale(1, 0.99742) translate(0, -100%);
    }
}

@-webkit-keyframes st4 {
    0% {
        -webkit-transform: translate(0, 0.374em);
        transform: translate(0, 0.374em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    25% {
        -webkit-transform: translate(0, 2em);
        transform: translate(0, 2em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    50% {
        -webkit-transform: translate(0, 0.374em);
        transform: translate(0, 0.374em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    75% {
        -webkit-transform: translate(0, 2.626em);
        transform: translate(0, 2.626em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    100% {
        -webkit-transform: translate(0, 0.3734em);
        transform: translate(0, 0.3734em);
    }
}

@keyframes st4 {
    0% {
        -webkit-transform: translate(0, 0.374em);
        transform: translate(0, 0.374em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    25% {
        -webkit-transform: translate(0, 2em);
        transform: translate(0, 2em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    50% {
        -webkit-transform: translate(0, 0.374em);
        transform: translate(0, 0.374em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    75% {
        -webkit-transform: translate(0, 2.626em);
        transform: translate(0, 2.626em);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    100% {
        -webkit-transform: translate(0, 0.3734em);
        transform: translate(0, 0.3734em);
    }
}

@-webkit-keyframes st5 {
    0% {
        -webkit-transform: scale(1, 0.99742) translate(0%, -50%);
        transform: scale(1, 0.99742) translate(0%, -50%);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    25% {
        -webkit-transform: scale(1, 2.4) translate(0%, -50%);
        transform: scale(1, 2.4) translate(0%, -50%);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    50% {
        -webkit-transform: scale(1, 0.99742) translate(0%, -50%);
        transform: scale(1, 0.99742) translate(0%, -50%);
    }
    75% {
        -webkit-transform: scale(1, 0.99742) translate(0%, -50%);
        transform: scale(1, 0.99742) translate(0%, -50%);
    }
    100% {
        -webkit-transform: scale(1, 0.99742) translate(0%, -50%);
        transform: scale(1, 0.99742) translate(0%, -50%);
    }
}

@keyframes st5 {
    0% {
        -webkit-transform: scale(1, 0.99742) translate(0%, -50%);
        transform: scale(1, 0.99742) translate(0%, -50%);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    25% {
        -webkit-transform: scale(1, 2.4) translate(0%, -50%);
        transform: scale(1, 2.4) translate(0%, -50%);
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    50% {
        -webkit-transform: scale(1, 0.99742) translate(0%, -50%);
        transform: scale(1, 0.99742) translate(0%, -50%);
    }
    75% {
        -webkit-transform: scale(1, 0.99742) translate(0%, -50%);
        transform: scale(1, 0.99742) translate(0%, -50%);
    }
    100% {
        -webkit-transform: scale(1, 0.99742) translate(0%, -50%);
        transform: scale(1, 0.99742) translate(0%, -50%);
    }
}


/*END SPINNER*/

.jumbotron__image {
    width: auto;
    display: inline;
}

@media(min-width:0) and (max-width:991px) {
    .jumbotron__image {
        width: 15%;
        max-width: 15%;
    }
}

.jumbotron-bbva {
    margin-bottom: 2rem;
    background-color: #f4f4f4;
    border-radius: .3rem;
    padding: 1rem 2rem;
}

.jumbotron-bbva-small {
    margin-bottom: 2rem;
    background-color: #043263;
    padding: 1rem 2rem;
}

@media (min-width: 576px) {
    .jumbotron-bbva {
        padding: 1rem 3.2rem;
    }
}

@media (min-width: 576px) {
    .jumbotron-bbva-small {
        padding: 1.7334rem 2rem;
    }
}

.table-striped tbody tr:nth-of-type(2n) {
    background: rgba(212, 237, 252, 0.40);
}

.table td,
.table th {
    padding: 1rem;
    vertical-align: top;
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

.href-disabled {
    color: #fff;
    opacity: 0.5;
    text-decoration: 'none';
}


/* Fix width to 95%*/

.fixW95 {
    width: 95% !important;
}

.fixW80 {
    width: 80% !important;
}

.panel-bbva {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background-color: #f5f5f5;
}

.panel-default-bbva {
    border-color: #ddd;
}

.panel-body-bbva {
    padding: 10px 15px;
    color: #333;
    border-color: #ddd
}

.flex-img {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.marginleft-2 {
    margin-left: 2rem;
}

.d-flex-bbva {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.acc_aho_tag_p {
    font-family: BentonSansBBVA-Medium;
    font-size: 16px;
    color: #121212;
    letter-spacing: -0.09px;
    text-align: center;
    line-height: 24px;
}

.acc_aho_tag_a {
    font-family: BentonSansBBVA-Bold;
    font-size: 15px;
    color: #2A86CA;
    line-height: 24px;
}

.text-center {
    text-align: center;
}

.footer-bbva-corredores {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.justify-content-center-bbva {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-around-bbva {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}

.justify-content-between-bbva {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.align-items-center-bbva {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

@media(min-width:0) and (max-width:450px) {
    .loginsec{
		margin-top: 40px;
		width:250px;
		margin-top: 0px;
	}
	.loginsec2{
		top:35%;
	}
	
	.footer-menu {
		margin-left: 20%; 
	}
	
}

@media(min-width:0) and (max-width:850px) and (orientation: landscape) {
    .loginsec{
		margin-top: 9%;
		width:300px;
	}
	.footer-bbva-corredores{
		display: none;
	}
}

.img-u31 {
    width: auto;
    max-width: 5% !important;
}

@media(min-width:0) and (max-width:660px) {
    .img-u38 {
        width: auto;
        min-width: 4%;
    }
	.img-u31 {
        width: auto;
        min-width: 10%;
    }
}

.img-u38 {
    width: auto;
    max-width: 2% !important;
}

.col-md-3-bbva {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
}

.col-md-4-bbva {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.img-fluid-bbva {
    max-width: 100%;
    height: auto;
}

.img-auto {
    width: auto;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.fases-height {
    height: 22rem;
}

.fases-title {
    padding: 0 16px 0 40px;
    font-family: BentonSansBBVA-Medium;
    font-size: 16px;
    color: #040404;
    letter-spacing: 0;
}

.fnt-size-35 {
    font-size: 35px;
}

.fnt-size-25 {
    font-size: 25px;
}

.img-text-over{
    background-image: url('../images/icons/text.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 48px;
    text-align: center;
    display: grid;
}

.img-text-over span{
    font-family: BentonSansBBVA-Book;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 24px;
}

div > .casos-paginacion {
    text-align: center; 
    padding-top: 1rem;
}

.casos-paginacion > ul {
    display: inline-flex;
}

.casos-paginacion > ul > li:not(:first-child):not(:nth-child(2)):not(:nth-last-child(2)):not(:last-of-type){
    padding: 0 1rem 0 0;
    display: inline-block;
}
.casos-paginacion ul.pagination li:not(:last-of-type):after{
    content: '|';
    padding-left: 1rem;
    color: gray;
}

.casos-paginacion ul.pagination li:nth-last-child(2):after{
    content: '';
    padding: 0;
}

.casos-paginacion ul.pagination li:nth-last-child(3):after{
    content: '';
    padding: 0;
}

.casos-paginacion ul.pagination li:first-child:after{
    content: '';
    padding: 0;
}

.casos-paginacion ul.pagination li:nth-child(2):after{
    content: '';
    padding: 0;
}

a > img.arrow-right {
    transform: rotate(180deg);
    padding: 0;
}

div > .casos-paginacion .pagination > ul > li > a{
    padding: 0; 
    font-family: BentonSansBBVA-Medium;
    font-size: 15px;
    color: #1973B8;
    letter-spacing: 0;
    line-height: 24px;
}

.page-active a{
    color: #121212 !important;
}

ul.pagination > span.span-arrow{
    padding: 0 0.5rem 0 0 !important
}

.icono-size-4 {
    width: 4% !important;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0.1rem 4px;
    margin-left: -1px;
    text-decoration: none;
    background-color: #fff;
    font-family: BentonSansBBVA-Medium;
    font-size: 15px;
    color: #1973B8;
    letter-spacing: 0;
    line-height: 24px;
}

tr td:nth-child(3){
    text-align: right;
}

tr td:nth-child(4){
    text-align: right;
}

tr td:nth-child(5){
    font-family: "BentonSansBBVA-Medium", Helvetica, Arial, sans-serif;
}

tr th:nth-child(3){
    text-align: right !important;
}

tr th:nth-child(4){
    text-align: right !important;
}

.fnt-size-22 {
    font-size: 22px;
}

.pt-10 {
    padding-top: 10px;
}
.pb-5 {
    padding-bottom: 5px;
}

.bgLogin {  
	 background-image: url(../images/logo/bg_login.jpg);
	 background-repeat: no-repeat;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 -ms-background-size: cover; 
	 background-size: cover;
	 height: 750px;   
 }
 
.footer-menu {
	display: block;
	float: left;
	margin-top: 30px; 
}
.footer-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px; 
}
.footer-menu ul li {
	float: left; 
}
.footer-menu ul li a {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-family: 'BentonSansBBVA-Book';
	font-size: 15px;
	color: #2A86CA; 
}

#boton_regresar {
   width: 25%;
   float: left;
   margin-top: 16px;
   display: flex;
}



.return {
    font-family: BentonSansBBVA-Medium;
    background-image: url(../images/icons/left.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 34px;
    color: #237ABA;
    font-size: 15px;
    text-decoration: none;
}

.submtbtnExp {
	float: right;
	margin-top: 5px;
}	
 