body,
html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1 0 auto;
    /* min-height: 100%;
    margin-bottom: -13.295rem; */
}

/* .push{
    height: 13.295rem;
} */

.footer {
    margin-top: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex-shrink: 0;
    background-color: #072146;
}

body {
    color: var(--color-text, #212529);
}

h3 {
    font-size: medium;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
}

.btn {
    font-size: medium;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px;
    border-radius: 0px !important;
}

.text-initial {
    text-transform: initial;
}

.text-danger {
    color: var(--color-error, --red) !important;
}


.small {
    font-size: 1rem;
}

.pl-5 {
    padding-left: 2rem !important;
}

label {
    /*text-transform: uppercase;*/
    font-weight: 500;
}

input, select {
    text-transform: uppercase;
    border-radius: 0px !important;
   


}

.form-control {
    font-size: 0.875rem;
}


img.header-logo {
    display: block;
    margin: auto;
    max-height: 80px;
}

svg.header-logo-svg {
    max-height: 80px;
}

h1 {
    color: var(--color-primary, #000);
    display: block;
    height: 100%;
    line-height: 5rem;
    font-size: 1.5rem;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    h1 {
        color: var(--color-primary,#000);
        display: block;
        line-height: 2rem;
        font-size: 1.1rem;
        margin-top: 10px;
    }


        h1.subtitle {
            line-height: 1.5rem;
            /*font-size: 10pt;*/
            font-family: 'Roboto';
            font-weight: bold;
            margin-top: -15px;
            font-size: 1.1rem;
        }


    /*    .size20 {
        font-size: 8pt;
    }

    .size22 {
        font-size: 6pt;
    }

    .size18 {
        font-size: 10pt;
    }*/

    .flechacolor:after {
        width: 10px;
        height: 10px;
        position: absolute;
        top: 31%;
        right: 25px;
        content: "";
        z-index: 98;
        border: solid dodgerblue;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate( 45deg);
        -webkit-transform: rotate( 45deg);
    }

    .backgroundsecondary option {
        background: var(--color-secondary-transparency,#8b0e68);
        color: black;
        border-radius: 0px !important;
        /*font-size: 8pt;*/
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    h1 {
        color: var(--color-primary,#000);
        display: block;
        font-size: 1.3rem;
        line-height: 2rem;
        margin-top: 20px;
    }

        h1.subtitle {
            line-height: 1.5rem;
            /*font-size: 14pt;*/
            font-family: 'Roboto';
            font-weight: bold;
            margin-top: -15px;
            font-size: 1.3rem;
        }
    /*.size20 {
        font-size: 10pt;
    }

    .size22 {
        font-size: 8pt;
    }

    .size18 {
        font-size: 12pt;
    }*/

    .flechacolor:after {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 19%;
        right: 27px;
        content: "";
        z-index: 98;
        border: solid dodgerblue;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate( 45deg);
        -webkit-transform: rotate( 45deg);
    }

    .backgroundsecondary option {
        background: var(--color-secondary-transparency,#8b0e68);
        color: black;
        font-size: 10pt;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    h1 {
        color: var(--color-primary,#000);
        display: block;
        font-size: 1.3rem;
        line-height: 2.5rem;
        margin-top: 20px;
    }


        h1.subtitle {
            line-height: 2.5rem;
            font-size: 24pt;
            font-family: 'Roboto-Bold';
        }


    /*    .size20 {
        font-size: 18pt;
    }

    .size22 {
        font-size: 20pt;
    }

    .size18 {
        font-*/ /*size: 16pt;
    }*/
    .flechacolor:after {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 13%;
        right: 49px;
        content: "";
        z-index: 98;
        border: solid dodgerblue;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate( 45deg);
        -webkit-transform: rotate( 45deg);
    }

    .backgroundsecondary option {
        background: var(--color-secondary-transparency,#8b0e68);
        color: black;
        font-size: 18pt;
    }
}

@media (min-width: 993px) {

    h1.subtitle {
        line-height: 2.5rem;
        /*font-size: 30pt;*/
        font-family: 'Roboto';
        font-weight: bold;
    }

    .marginheader {
        margin-left: 19%;
    }

    /*    .size20 {
        font-size: 20pt;
    }

    .size22 {
        font-size: 22pt;
    }

    .size18 {
        font-size: 18pt;
    }*/

    .flechacolor:after {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 7%;
        right: 32px;
        content: "";
        z-index: 98;
        border: solid dodgerblue;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate( 45deg);
        -webkit-transform: rotate( 45deg);
    }


    .backgroundsecondary option {
        background: var(--color-secondary-transparency,#f5f5f5);
        color: black;
        /*font-size: 20pt;*/
    }
}

.marginheader {
    /*margin-top: 50px;*/
    margin-bottom: 30px;
}


h2 {
    text-transform: uppercase;
    font-size: large;
    color: var(--color-primary, #000);
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    padding-left: 10px;
}

div.header-logo {
    width: 90%;
    padding-top: 54%;
    position: relative;
    margin: 1rem;
}

.logo {
    background-image: var(--logo);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.TPrivada {
    background-image: var(--logoPrivada,var(--logo));
    background-size: 90% !important;
}

.TVisa {
    background-image: var(--logoVisa,var(--logo));
    background-size: 90% !important;
}
.SinImagen {
    background-image: none;
}

.footer .brand-image {
    display: block;
    min-width: 11.5rem;
    width: auto;
    height: 2.5rem;
}

.footer .brand {
    color: #fff;
    font-size: 1rem;
    font-family: BBVA Web Book,sans-serif; /*font-family: BentonSansBBVA-Medium,sans-serif;*/
}

.nav-footer .nav-link {
    color: #5bbeff;
    cursor: pointer;
    font-family: BBVA Web Book,sans-serif; /*font-family: BentonSansBBVA-Medium,sans-serif;*/
}

    .nav-footer .nav-link:hover {
        /*color: #196ba0;*/
        color: #FFF;
    }





.footer__social {
    position: absolute;
    top: 0;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .footer__social .footer__sociallinks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin: 0;
    }


    .footer__social .bbva-icon {
        color: #5bbeff;
        background-size: 32px;
        width: 32px;
        height: 32px;
        display: inline-block;
        font-size: 32px;
        margin: 8px 4px;
        text-align: center;
    }


.bbva-icon, [class^="bbva-icon"] {
    display: inline-block;
}

.bbva-icon {
    font-size: 24px;
    line-height: 24px;
    line-height: inherit;
    margin: 0 8px;
}





.twitter {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
    background: transparent url('../images/twitter.png') center top no-repeat;
}

    .twitter:hover {
        background-image: url('../images/twitterb.png');
    }

.facebook {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
    background: transparent url('../images/facebook.png') center top no-repeat;
}

    .facebook:hover {
        background-image: url('../images/facebookb.png');
    }

.youtube {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    display: block;
    background: transparent url('../images/youtube.png') center top no-repeat;
}

    .youtube:hover {
        background-image: url('../images/youtubeb.png');
    }


.linkedin {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
    background: transparent url('../images/linkedin.png') center top no-repeat;
}

    .linkedin:hover {
        background-image: url('../images/linkedinb.png');
    }



.containertitle {
    margin-top: 35px;
}


.iinfo {
    margin-left: 7px;
    margin-top: -2px;
    font-family: 'Roboto';
    text-transform: lowercase;
    font-weight: bold;
    font-size: 11pt;
}

.backgroundsecondary {
    background: var(--color-secondary-transparency,#8b0e68);
}






.selectdiv {
    background: var(--color-secondary-transparency,#8b0e68) !important;
}

.RobotoBold {
    font-family: 'Roboto Bold';
}

.Roboto {
    font-family: 'Roboto';
}

.marginleft {
    margin-left: auto;
}

.colortexto {
    color: #495057;
}

.primary {
    color: var(--color-primary, #000);
}

.secondary {
    color: var(--color-secondary, #000);
}

body {
    font-weight: 300;
    font-size: 14px;
}

* {
    font-family: 'BBVA Web Bold', sans-serif;
}

.regular {
    font-weight: 300 !important;
}

small, .small {
    font-weight: 300;
    font-size: 13px;
}

img {
    max-width: 100%;
    height: auto;
}

/* buttons */

.btn {
    padding: 10px 40px;
}

    .btn.btn-primary {
        height: auto;
    }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    line-height: 1.2;
    text-transform: none;
    padding: 0;
    border: none;
}

h1, .h1 {
    height: auto;
    font-size: 32px;
    margin: 0 0 20px;
    font-weight: bold;
}

h2, .h2 {
    font-size: 27px;
}

h3, .h3 {
    font-size: 22px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 15px;
}

h6, .h6 {
    font-size: 12px;
}

.book {
    font-weight: 300;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

/* form */

.form-control {
    min-height: 60px;
    border-radius: none !important;
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    text-transform: none;
    outline: none;
    background-color: #f5f5f5 !important;
}

    .form-control:active,
    .form-control:focus {
        outline: none;
        box-shadow: none;
    }

    .form-control::placeholder {
        font-weight: 300;
        font-size: 12px;
    }

grd-checkbox label.checkbox-container {
    padding-left: 40px;
    margin: 4px 0 7px;
    padding-top: 4px;
    pointer-events: none;
}

    grd-checkbox label.checkbox-container span.checkmark {
        height: 30px;
        width: 30px;
        pointer-events: all;
    }

        grd-checkbox label.checkbox-container span.checkmark:after {
            left: 10px;
            top: 2px;
            width: 8px;
            height: 19px;
            border-width: 0 3px 3px 0;
        }

.flechacolor:after {
    border-color: var(--color-primary, #fafafa);
    top: 16px;
    width: 14px;
    height: 14px;
}

/* TRAVEL */

.backgroundsecondary {
    background: var(--color-fondo, #fafafa);
}



/* HEADER */


header {
    padding-top: 6px;
    padding-bottom: 6px;
}

    header div.header-logo {
        width: 80px;
        height: 50px;
        padding: 0;
        margin: 0;
    }

        header div.header-logo .logo {
            background-size: 100%;
            background-position: center center;
        }

    header * {
        font-size: 14px;
        height: auto;
        line-height: 1;
        margin: 0;
    }


/* TOOLTIP */


grd-label label span.grd-tooltip {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 10px;
    background: var(--color-primary,#8b0e68);
    color: #ffffff;
    top: 0px;
    margin-left: 1px;
}

    grd-label label span.grd-tooltip:after {
        content: attr(data-info);
        position: absolute;
        z-index: 1;
        left: 100%;
        font-size: 11px;
        text-align: left;
        line-height: 1.1;
        letter-spacing: 0.6px;
        width: 175px;
        font-weight: 300;
        margin-left: 4px;
        background-color: #236192;
        color: #fff;
        padding: 10px;
        top: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        visibility: hidden;
        transform: none;
    }

    grd-label label span.grd-tooltip:hover:after {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

.iinfo {
    font-size: 11px;
    position: absolute;
    top: 50%;
    line-height: 1;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    cursor: pointer;
}

.loading.modal-backdrop.show {
    opacity: 0;
}

/* DECORATED LIST */

ul.chek {
    /*   padding: 0;
    margin: 20px 0px;*/
    list-style: none;
}

    ul.chek li:before {
        content: "\2713 ";
        font-weight: bold;
        font-size: 10px;
        margin-right: 10px;
        margin-left: -20px;
    }
/*ul.dec-list > li {
        list-style: none;
        margin: 0 0 15px;
        padding-left: 20px;
        position: relative;
    }

        ul.dec-list > li:before {
            content: '\2714\0020';
            position: absolute;
            left: 0;
            top: 0;
            width: 10px;
            height: 4px;
            background-color: var(--color-secondary, #000);
            top: 10px;
        }*/

/* HERO CONTENT */


.hero-content {
    color: #666;
}

    .hero-content .h1 {
    }

    .hero-content .h4 {
    }

    .hero-content p {
    }

    .hero-content .button {
    }


/* FORMULARIO */

.main-form {
    border: 1px solid #ededed;
    padding: 20px 30px;
}

.formulario {
}

    .formulario .botones {
        padding: 15px 0px;
    }



.ng-invalid .-description {
    background-color: #d12424;
    color: #eeeeee;
    font-size: 11px;
    padding: 3px 10px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 1;
}

.form-group-dl {
    flex-wrap: wrap;
    position: relative;
    margin-top: 20px;
    background-color: whitesmoke;
}

    .form-group-dl > * {
        width: 100%;
        margin: 0;
    }

    .form-group-dl label {
        position: absolute;
        margin: 0 !important;
        top: 50%;
        transform: translateY(-50%);
        transition: all .4s;
        color: #777;
        font-weight: 300;
        padding: .375rem .75rem !important;
    }

    .form-group-dl input {
        position: relative;
        z-index: 1;
        background-color: transparent !important;
    }

        .form-group-dl input:focus:not(.ng-invalid),
        .form-group-dl input:active:not(.ng-invalid) {
            border-color: transparent;
        }

        .form-group-dl input:focus:not(.ng-invalid),
        .form-group-dl input:active:not(.ng-invalid) {
            border-bottom-color: var(--color-secondary, #000);
        }

        .form-group-dl input::placeholder {
            color: transparent !important;
        }

        .form-group-dl input:not(:placeholder-shown) + label {
            top: -13px;
            color: var(--color-primary, #212529);
            font-weight: bold;
            font-size: 12px;
        }


.bordered-content {
    padding: 30px;
    border: 1px solid var(--color-secondary, #212529);
}

/* RESPONSIVE */


@media(min-width: 992px) {

    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
        line-height: 1.2;
    }

    h1, .h1 {
        height: auto;
        font-size: 35px;
        margin: 0 0 20px;
    }

    h2, .h2 {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 14px;
    }

    header {
        padding-top: 14px;
        padding-bottom: 14px;
    }

        header div.header-logo {
            width: 180px;
            height: 100px;
        }

        header .title {
        }
}
/**/

.c-estructural-navegacionPrincipal_R2 {
	min-width: 98.7em!important;
	-moz-border-radius: 0!important;
	-o-border-radius: 0!important;
	-ms-border-radius: 0!important;
	-khtml-border-radius: 0!important;
	border-radius: 0!important
}

@font-face {
	font-family: 'BBVA Web Bold';
	src: url('../fonts/BentonSansBBVA-Book.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'BBVA Web Bold';
	src: url('../fonts/BentonSansBBVA-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'BBVA Web Bold';
	src: url('../fonts/BentonSansBBVA-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: stag;
	src: url(../fonts/stag-sans-book-webfont.eot);
	src: url(../fonts/stag-sans-book-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/stag-sans-book-webfont.woff) format("woff"), url(../fonts/stag-sans-book-webfont.ttf) format("truetype"), url(../fonts/stag-sans-book-webfont.svg#StagSansBook) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
    font-family: 'BentonSansBBVA-Book';
    src: url('../fonts/BentonSansBBVA-Book.woff2') format('woff2');
}
@font-face {
    font-family: 'BentonSansBBVA-Medium';
    src: url('../fonts/BentonSansBBVA-Medium.woff2') format('woff2');
}
@font-face {
    font-family: stagLight;
    src: url(../fonts/stag-sans-light-webfont.eot);
    src: url(../fonts/stag-sans-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/stag-sans-light-webfont.woff) format("woff"), url(../fonts/stag-sans-light-webfont.ttf) format("truetype"), url(../fonts/stag-sans-light-webfont.svg#StagSansLight) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
	font-family: stagMedium;
	src: url(../fonts/stag-sans-medium-webfont.eot);
	src: url(../fonts/stag-sans-medium-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/stag-sans-medium-webfont.woff) format("woff"), url(../fonts/stag-sans-medium-webfont.ttf) format("truetype"), url(../fonts/stag-sans-medium-webfont.svg#StagSansMedium) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: BBVA Web Book;
	src: url(../fonts/bbvaweb-book.eot);
	src: url(../fonts/bbvaweb-book.eot?#iefix) format("embedded-opentype"), url(../fonts/bbvaweb-book.woff) format("woff"), url(../fonts/bbvaweb-book.ttf) format("truetype"), url(../fonts/bbvaweb-book.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: BBVA Web Light;
	src: url(../fonts/bbvaweb-light.eot);
	src: url(../fonts/bbvaweb-light.eot?#iefix) format("embedded-opentype"), url(../fonts/bbvaweb-light.woff) format("woff"), url(../fonts/bbvaweb-light.ttf) format("truetype"), url(../fonts/bbvaweb-light.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: BBVA Web Medium;
	src: url(../fonts/bbvaweb-medium.eot);
	src: url(../fonts/bbvaweb-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/bbvaweb-medium.woff) format("woff"), url(../fonts/bbvaweb-medium.ttf) format("truetype"), url(../fonts/bbvaweb-medium.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: BBVAIcon;
	src: url(../fonts/BBVA_Icon.eot);
	src: url(../fonts/BBVA_Icon.eot?#iefix) format("embedded-opentype"), url(../fonts/BBVA_Icon.woff) format("woff"), url(../fonts/BBVA_Icon.ttf) format("truetype"), url(../fonts/BBVA_Icon.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: HN;
	src: url(../fonts/HelveticaNeueW01-55Roma.eot);
	src: url(../fonts/HelveticaNeueW01-55Roma.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueW01-55Roma.woff) format("woff"), url(../fonts/HelveticaNeueW01-55Roma.ttf) format("truetype"), url(../fonts/HelveticaNeueW01-55Roma.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: HNLight;
	src: url(../fonts/HelveticaNeueW01-45Ligh.eot);
	src: url(../fonts/HelveticaNeueW01-45Ligh.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueW01-45Ligh.woff) format("woff"), url(../fonts/HelveticaNeueW01-45Ligh.ttf) format("truetype"), url(../fonts/HelveticaNeueW01-45Ligh.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: HNMedium;
	src: url(../fonts/HelveticaNeueW01-65Medi.eot);
	src: url(../fonts/HelveticaNeueW01-65Medi.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueW01-65Medi.woff) format("woff"), url(../fonts/HelveticaNeueW01-65Medi.ttf) format("truetype"), url(../fonts/HelveticaNeueW01-65Medi.svg) format("svg");
	font-weight: 400;
	font-style: normal
}



@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Roboto-Bold;
	src: url(../fonts/Roboto-Bold.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}
[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: BBVAIcon;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	visibility: visible;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-glyph-7:before {
	content: "\e81a"
}

.icon-mobileOk:before {
	content: "\e816"
}

.icon-gestion:before {
	content: "\e818"
}

.icon-organizate:before {
	content: "\e817"
}

.icon-logoBbva:before {
	content: "\e819"
}

.icon-accede:before {
	content: "\e809"
}

.icon-calculadora:before {
	content: "\e81b"
}

.icon-comparador:before {
	content: "\e841"
}

.icon-simulador:before {
	content: "\e840"
}

.icon-videos:before {
	content: "\e81c"
}

.icon-descarga:before {
	content: "\e81e"
}

.icon-ayuda:before {
	content: "\e81f"
}

.icon-cerrar:before {
	content: "\e804"
}

.icon-cerrar2:before {
	content: "\e821"
}

.icon-left-circle:before {
	content: "\e811"
}

.icon-activar-desactivar-tarjeta:before {
	content: "\e823"
}

.icon-aportaciones-planes-pensiones-app:before {
	content: "\e824"
}

.icon-app-apple-watch:before {
	content: "\e825"
}

.icon-atencion-al-cliente-contigo:before {
	content: "\e851"
}

.icon-llamada-identificada:before {
	content: "\e826"
}

.icon-mis-conversaciones:before {
	content: "\e828"
}

.icon-firma-distancia-electronica:before {
	content: "\e827"
}

.icon-pagar-con-el-movil:before {
	content: "\e829"
}

.icon-pago-recibos-no-domiciliados:before {
	content: "\e82a"
}

.icon-sacar-dinero-sin-tarjeta-efectivo-movil:before {
	content: "\e82b"
}

.icon-mi-dia-a-dia:before {
	content: "\e852"
}

.icon-tpv-movil-smart-pay:before {
	content: "\e82c"
}

.icon-arrow-down:before {
	content: "\e80b"
}

.icon-arrow-up:before {
	content: "\e820"
}

.icon-arrow-down-light:before {
	content: "\e82e"
}

.icon-arrow-up-light:before {
	content: "\e82d"
}

.icon-trae-tus-recibos:before {
	content: "\e831"
}

.icon-restauracion:before {
	content: "\e838"
}

.icon-motor:before {
	content: "\e833"
}

.icon-moda:before {
	content: "\e835"
}

.icon-viajes:before {
	content: "\e83A"
}

.icon-tecnologia:before {
	content: "\e839"
}

.icon-salud:before {
	content: "\e831"
}

.icon-deportes:before {
	content: "\e834"
}

.icon-ocio:before {
	content: "\e836"
}

.icon-otros:before {
	content: "\e837"
}

.icon-belleza:before {
	content: "\e832"
}

.icon-cuentatarjeta:before {
	content: "\e83d"
}

.icon-apagartarjeta:before {
	content: "\e83b"
}

.icon-pagomovil:before {
	content: "\e83f"
}

.icon-efectivomovil:before {
	content: "\e83e"
}

.icon-fotorecibos:before {
	content: "\e842"
}

.icon-correspondencia-virtual:before {
	content: "\e843"
}

.icon-solicitud-moneda-extranjera:before {
	content: "\e845"
}

.icon-login-unico:before {
	content: "\E846"
}

.icon-boda:before {
	content: "\E844"
}

.icon-coche-nuevo:before {
	content: "\E849"
}

.icon-coche-viejo:before {
	content: "\E848"
}

.icon-electrodomesticos:before {
	content: "\E84F"
}

.icon-estudios:before {
	content: "\E84B"
}

.icon-moto:before {
	content: "\E84C"
}

.icon-muebles:before {
	content: "\E84D"
}

.icon-reforma:before {
	content: "\E84A"
}

.icon-sanidad:before {
	content: "\E850"
}

.icon-viajes:before {
	content: "\E84E"
}

.icon-error:before {
	content: "\e800"
}

.icon-play-circle:before {
	content: "\e853"
}

.icon-play-video:before {
	content: "\E85D"
}

.icon-play-bullet:before {
	content: "\E85E"
}

.icon-cita-previa:before {
	content: "\e855"
}

.icon-articulos:before {
	content: "\E85C"
}

.icon-productos:before {
	content: "\E856"
}

.icon-herramientas:before {
	content: "\E858"
}

.icon-buscador-vivienda:before {
	content: "\E857"
}

.icon-redes-twiter:before {
	content: "\E859"
}

.icon-redes-google:before {
	content: "\E85A"
}

.icon-redes-facebook:before {
	content: "\E85B"
}

.icon-videoteca:before {
	content: "\E81D"
}

.icon-clip:before {
	content: "\E85F"
}

.icon-lupa:before {
	content: "\e808"
}

.icon-cafe:before {
	content: "\e908"
}

.icon-angulo:before {
	content: "\e900"
}

.icon-anguloInverso:before {
	content: "\e901"
}

.icon-descargar2:before {
	content: "\e902"
}

.icon-arrow:before {
	content: "\e904"
}

.icon-check:before {
	content: "\e905"
}

.icon-mas-circulo:before {
	content: "\e80e"
}

.icon-mas:before {
	content: "\e82f"
}

.icon-flecha-derecha:before {
	content: "\e802"
}

.icon-flecha-der-circle:before {
	content: "\e906"
}

.icon-aire-acondicionado:before {
	content: "\e907"
}

.icon-caminando:before {
	content: "\e913"
}

.icon-cine:before {
	content: "\e90a"
}

.icon-comida:before {
	content: "\e90b"
}

.icon-compartir-coche:before {
	content: "\e90c"
}

.icon-fumar:before {
	content: "\e90d"
}

.icon-lapiz:before {
	content: "\e90e"
}

.icon-museos:before {
	content: "\e90f"
}

.icon-reutilizar-botellas:before {
	content: "\e912"
}

.icon-tarros:before {
	content: "\e911"
}

.icon-turno-digital:before {
	content: "\e914"
}

.icon-arrow-next:before {
	content: "\e809"
}

.icon-icn-ok:before {
	content: "\e915"
}

.icon-feed-si:before {
	content: "\e905"
}

.icon-feed-no:before {
	content: "\e916"
}

.icon-copiar:before {
	content: "\e917"
}

.icon-m-03:before {
	content: "\e91b"
}

.icon-glyph-19:before {
	content: "\e85c"
}

.icon-b-16:before {
	content: "\e918"
}

.icon-b-09:before {
	content: "\e919"
}

.icon-wallet-icon:before {
	content: "\e91a"
}

.icon-Icono-parking:before {
	content: "\e91e"
}

.icon-icono-ventilador:before {
	content: "\e91c"
}

.icon-icono-ducha:before {
	content: "\e91d"
}

.icon-icono-croissant:before {
	content: "\e91f"
}

.icon-icono-bombilla:before {
	content: "\e920"
}

.icon-casa-euro:before {
	content: "\e921"
}

.icon-casa-check:before {
	content: "\e922"
}

.icon-casa-ubicacion:before {
	content: "\e923"
}

.icon-parking:before {
	content: "\e924"
}

.icon-banera:before {
	content: "\e925"
}

.icon-lata:before {
	content: "\e926"
}

.icon-clases-ingles:before {
	content: "\e927"
}

.icon-jarra-cerveza:before {
	content: "\e928"
}

.icon-olla:before {
	content: "\e929"
}

.icon-valora:before {
	content: "\e92a"
}

.icon-b-14:before {
	content: "\e92b"
}

.icon-c-12:before {
	content: "\e92c"
}

.icon-g-13:before {
	content: "\e92d"
}

.icon-tutoriales-internet:before {
	content: "\e92e"
}

.icon-bolsa:before {
	content: "\e92f"
}

.icon-enchufe:before {
	content: "\e930"
}

.icon-secadora:before {
	content: "\e931"
}

.icon-snack:before {
	content: "\e932"
}

.icon-wifi-ppi:before {
	content: "\e933"
}

.icon-icon-cal2:before {
	content: "\e934"
}

.icon-icon-money-percent:before {
	content: "\e935"
}

.icon-icon-tae:before {
	content: "\e937"
}

.icon-bizum:before {
	content: "\e938"
}

.icon-termo:before {
	content: "\e939"
}

.icon-silbato:before {
	content: "\e93a"
}

.icon-plato:before {
	content: "\e93c"
}

.icon-pizza:before {
	content: "\e93d"
}

.icon-grifo:before {
	content: "\e93b"
}

.icon-lava30:before {
	content: "\e93e"
}

.icon-play-video-invert:before {
	content: "\e93f"
}

.icon-deskico:before {
	content: "\e941"
}

.icon-mobileico:before {
	content: "\e940"
}

.icon-tarjeta:before {
	content: "\e944"
}

.icon-cajero:before {
	content: "\e943"
}

.icon-trans:before {
	content: "\e942"
}

.icon-cunetatarjetanew:before {
	content: "\e945"
}

.icon-google-plus2:before {
	content: "\ea8b"
}

.icon-facebook2:before {
	content: "\ea90"
}

.icon-twitter2:before {
	content: "\ea96"
}

.icon-linkedin2:before {
	content: "\eaca"
}

.icon-quotedblleft:before {
	content: "\201c"
}

.icon-quotedblright:before {
	content: "\201d"
}

.icon-android:before {
	content: "\e947"
}

.icon-ios:before {
	content: "\e946"
}

.icon-clienteinstante:before {
	content: "\e948"
}

.icon-iconometas:before {
	content: "\e956"
}

.icon-domicilia:before {
	content: "\e957"
}

.icon-cajerobusca:before {
	content: "\e949"
}

.icon-tele:before {
	content: "\e94a"
}

.icon-geoloca:before {
	content: "\e94b"
}

.icon-turn:before {
	content: "\e94c"
}

.icon-horario:before {
	content: "\e94d"
}

.icon-circulo-borde:before {
	content: "\e80f"
}

.icon-select-down:before {
	content: "\e801"
}

.icon-teleoperador:before {
	content: "\e94f"
}

.icon-feedback:before {
	content: "\e950"
}

.icon-coche-basico:before {
	content: "\e953"
}

.icon-coche-lunas:before {
	content: "\e951"
}

.icon-coche-robo:before {
	content: "\e952"
}

.icon-camara:before {
	content: "\e83c"
}

.icon-gestion-dia:before {
	content: "\e818"
}

.icon-particula:before {
	content: "\e94e"
}

.icon-alert:before {
	content: "\e954"
}

.icon-errorform:before {
	content: "\e955"
}

.icon-uniE088:before {
	content: "\e088"
}

.icon-playpeli:before {
	content: "\e81d"
}

.icon-corocheck:before {
	content: "\e958"
}

.icon-onoff:before {
	content: "\e959"
}

.icon-coche2:before {
	content: "\e95a"
}

.icon-viaje2:before {
	content: "\e95b"
}

.icon-salud-circle:before {
	content: "\e95d"
}

.icon-house-percent:before {
	content: "\e95c"
}

.icon-icon_calcula_hipo:before {
	content: "\e95e"
}

.icon-icon_simula_subro:before {
	content: "\e95f"
}

.icon-collapse-up:before {
	content: "\e960"
}

.icon-risk:before {
	content: "\e961"
}

.icon-pdf:before {
	content: "\e962"
}

.icon-buy:before {
	content: "\e963"
}

.icon-epsv-graf:before {
	content: "\e964"
}

.icon-epsv-money:before {
	content: "\e965"
}

.icon-epsv-mixtos:before {
	content: "\e966"
}

.icon-cashup:before {
	content: "\e967"
}

.icon-usuario:before {
	content: "\e968"
}

.icon-grafica:before {
	content: "\e969"
}

.icon-vivienda:before {
	content: "\e96a"
}

.icon-corazon:before {
	content: "\e96b"
}

.icon-fracciona:before {
	content: "\e96c"
}

.icon-ahorra:before {
	content: "\e96d"
}

.icon-agrupa:before {
	content: "\e96e"
}

.icon-viv:before {
	content: "\e96f"
}

.icon-vivgastos:before {
	content: "\e970"
}

.icon-vivseg:before {
	content: "\e971"
}

.icon-mantenimiento:before {
	content: "\e972"
}

.icon-cashup:before {
	content: "\e973"
}

.icon-star:before {
	content: "\e974"
}

.icon-map-mobile:before {
	content: "\e975"
}

.icon-familia:before {
	content: "\e976"
}

.icon-esta-contigo:before {
	content: "\e977"
}

.icon-investment:before {
	content: "\e978"
}

.icon-elige-obj:before {
	content: "\e979"
}


/* FONTS */

/*@font-face {
    font-family: 'BBVA Web Bold';
    src: url('../fonts/BentonSansBBVA-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
	font-family: 'BBVA Web Bold';
	src: url('../fonts/BentonSansBBVA-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'BBVA Web Bold';
	src: url('../fonts/BentonSansBBVA-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}*/

.primary{
	color: var(--color-primary, #000);
}
.secondary{
	color: var(--color-secondary, #000);
}


.subtitle {
	color: var(--color-subtitle,var(--color-primary,#000));
}



body {
	font-weight: 300;
	font-size: 14px;
}
label {
}
* {
	font-family: 'BBVA Web Bold', sans-serif;
}

.regular{
	font-weight: 300 !important;
}
small, .small{
	font-weight: 300;
	font-size: 13px;
}

img{
	max-width: 100%;
	height: auto;
}



.size20 {
	font-size: 20px;
}

.lightgray-content {
	background-color: #f5f5f5;
}
  /* buttons */

.btn {
	padding: 10px 40px;
	transition: all .3s;
}

	.btn:hover {
		opacity: .7;
	}

	.btn.btn-primary {
		height: auto;
		transition: all .3s;
	}
  h1,.h1,h2,.h2,h3,.h3,h4,.h4, h5,.h5{
	  line-height: 1.2;
	  text-transform: none;
	  padding: 0;
	  border: none;
  }
  h1, .h1{
	  height: auto;
	  font-size: 32px;
	  margin: 0 0 20px;
	  font-weight: bold;
	 }
  h2, .h2{
	  font-size: 27px;
  }
  h3, .h3{
	  font-size: 22px;
  }
  h4, .h4{
	  font-size: 18px;
  }
  h5, .h5{
	  font-size: 15px;
  }
  h6, .h6{
	  font-size: 12px;
  }

  .book{
	  font-weight: 300;
  }
  .medium{
	  font-weight: 500;
  }
  .bold{
	  font-weight: 700;
  }

/* form */

.form-control{
    min-height: 60px;
    border-radius: none !important;
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    text-transform: none;
    outline: none;
    background-color: #f5f5f5 !important;
}
.form-control:active,
.form-control:focus{
    outline: none;
    box-shadow: none;
}

.form-control::placeholder{
	font-weight: 300;
	font-size: 12px;
}

grd-checkbox label.checkbox-container {
    padding-left: 40px;
    margin: 4px 0 7px;
    padding-top: 4px;
}
grd-checkbox label.checkbox-container span.checkmark {
    height: 30px;
    width: 30px;
}
grd-checkbox label.checkbox-container span.checkmark:after {
    left: 10px;
    top: 2px;
    width: 8px;
    height: 19px;
    border-width: 0 3px 3px 0;
}






/* HEADER */


header{
	padding-top: 6px;
	padding-bottom: 6px;
}
header div.header-logo{
	width: 80px;
	height: 50px;
	padding: 0;
	margin: 0;
}
header div.header-logo .logo{
	background-size: 100%;
	background-position: center center;
}
header *{
	font-size: 14px;
	height: auto;
	line-height: 1;
	margin: 0;
}


/* TOOLTIP */


grd-label label span.grd-tooltip {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 10px;
    background: var(--color-primary,#8b0e68);
    color: #ffffff;
    top: 0px;
    margin-left: 1px;
}

grd-label label span.grd-tooltip:after{
    content: attr(data-info);
    position: absolute;
    z-index: 1;
    left: 100%;
    font-size: 11px;
    text-align: left;
    line-height: 1.1;
    letter-spacing: 0.6px;
    width: 175px;
    font-weight: 300;
    margin-left: 4px;
    background-color: #236192;
    color: #fff;
    padding: 10px;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    transform: none;
}

grd-label label span.grd-tooltip:hover:after {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.iinfo{
    font-size: 11px;
    position: absolute;
    top: 50%;
    line-height: 1;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    cursor: pointer;
}
.loading.modal-backdrop.show{
    opacity: 0;
}

/* DECORATED LIST */

ul.dec-list{
    padding: 0;
    margin: 20px 0px;
}
ul.dec-list > li{
    list-style: none;
    margin: 0 0 15px;
    padding-left: 20px;
    position: relative;
}
ul.dec-list > li:before{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 4px;
	background-color: var(--color-bullets,var(--color-secondary, #000));
	top: 10px;
}

/* HERO CONTENT */


.hero-content{
    color: #666;
}
.hero-content .h1{}
.hero-content .h4{
}
.hero-content p{}
.hero-content .button{}


/* FORMULARIO */

.main-form{
	border: 1px solid #ededed;
    padding: 20px 30px;
}

.formulario{}
.formulario .botones {
    padding: 15px 0px;
}

input.ng-invalid{
    /*border-color: #d12323 !important;*/
}
.ng-invalid .-description{
	background-color: #d12424;
	color: #eeeeee;
	font-size: 11px;
	padding: 3px 10px;
	font-weight: 300;
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 1;
}

.ng-invalid .-descriptionbottom {
	background-color: #d12424;
	color: #eeeeee;
	font-size: 11px;
	padding: 3px 10px;
	font-weight: 300;
	position: absolute;
	bottom: -12px;
	right: 15px;
	z-index: 1;
}

.ng-invalid .-descriptionfile {
	background-color: #d12424;
	color: #eeeeee;
	font-size: 11px;
	padding: 3px 10px;
	font-weight: 300;
	position: absolute;
	bottom: 0;
	right: 89px;
	z-index: 1;
}

.btn {
	padding: 10px 0px;
}

.form-group-dl{
	flex-wrap: wrap;
	position: relative;
	margin-top: 20px;
	background-color: whitesmoke;
}
.form-group-dl  > *{
	width: 100%;
	margin: 0;
}
.form-group-dl label{
	position: absolute;
	margin: 0 !important;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s;
	color: #777;
	font-weight: 300;
	padding: .375rem .75rem !important;
}

.form-group-dl input{
	position: relative;
	z-index: 1;
	background-color: transparent !important;
}
.form-group-dl input:focus:not(.ng-invalid),
.form-group-dl input:active:not(.ng-invalid){
	border-color: transparent;
}

.form-group-dl input:focus:not(.ng-invalid),
.form-group-dl input:active:not(.ng-invalid){
	border-bottom-color: var(--color-secondary, #000);
}

.form-group-dl input::placeholder{
	color: transparent !important;
}
.form-group-dl input:not(:placeholder-shown) + label{
	top: -13px;
	color: var(--color-primary, #212529);
	font-weight: bold;
	font-size: 12px;
}


.bordered-content{
	padding: 30px;
	border: 1px solid var(--color-secondary, #212529);
}

a {
	pointer-events:all !important;
}



.image-upload {
	border: 1px solid #ededed;
	padding: 20px;
	cursor: pointer;
	transition: all .4s;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.image-upload:hover {
		opacity: .7;
		border-color: var(--color-primary, #212529);
	}

.file-content {
	background: #f5f5f5;
	padding: 20px;
	width: 100%;
	margin: 0 0 20px;
}

	.file-content > div {
		width: 100%;
	}

	.file-content .title {
		font-size: 18px;
		margin: 0 0 11px;
		color: var(--color-primary, #000000);
	}

	.file-content p {
		font-size: 13px;
		margin: 0;
		line-height: 1.3;
	}

/* RESPONSIVE */


@media(min-width: 992px){
	
	h1,.h1,h2,.h2,h3,.h3,h4,.h4, h5,.h5{
	  line-height: 1.2;
	  }
	  h1, .h1{
		  height: auto;
		  font-size: 35px;
		  margin: 0 0 20px;
		 }
	  h2, .h2{
		  font-size: 30px;
	  }
	  h3, .h3{
		  font-size: 24px;
	  }
	  h4, .h4{
		  font-size: 18px;
		 }
	  h5, .h5{
		  font-size: 16px;
	  }
	  h6, .h6{
		  font-size: 14px;
	  }
		
	header{
		padding-top: 14px;
		padding-bottom: 14px;
	}
	header div.header-logo{
		width: 180px;
		height: 100px;
	}
	header .title{
	}
}
.iconosbeneficiarios {
	width: 14px;
	height: 14px;
}

@media(min-width: 576px) {

	.iconosbeneficiarios {
		width: 18px;
		height: 18px;
	}
}
@media(min-width: 768px) {

	.iconosbeneficiarios {
		width: 21px;
		height: 21px;
	}
}

@media(min-width: 991px) {

	.iconosbeneficiarios {
		width: 41px;
		height: 41px;
	}
}
.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
}

.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
    border:0px
}

.hidden-model{
    position: absolute;
    opacity: 0;
}
.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
}

.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
    border:0px
}

.hidden-model{
    position: absolute;
    opacity: 0;
}
.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
}

.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
    border:0px
}

.hidden-model{
    position: absolute;
    opacity: 0;
}
.formulario {
    /*padding-top:10px;*/
}

    .formulario .botones {
        /*padding: 15px 0px;*/
        padding: 15px 0px;
    }
iframe.iframe-logalty{
    width: 100%;
}
iframe.iframe-logalty{
    width: 100%;
}
.error .error-description{
    font-weight: bold;
    color: var(--color-error, red);
    font-size: 0.75rem;
    line-height: 1;
    display: block;
    margin-bottom: 0rem;
    text-transform: uppercase;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}


