.background--navy{
    background-color:#072146;
    color:#fff
}

.header {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    position: relative;
    zoom: 1;
    width: 100%;
    display: block
}

.header::after,
.header::before {
    content: ' ';
    display: block;
    height: 0;
    width: 0;
    overflow: hidden
}

.header::after {
    clear: both
}

.header__main {
    min-height: 88px;
    overflow: hidden;
    padding: 0 16px;
}

@media(min-width:0) and (max-width:991px) {
    .header__main {
        color: #fff;
        height: 48px;
        min-height: 48px
    }
}

.sticky .header__main {
    -webkit-transition: max-height .16667s, min-height .16667s;
    transition: max-height .16667s, min-height .16667s;
    min-height: 56px;
    max-height: 56px
}

.header__main {
    height: 80px
}

.header__base {
    position: relative;
    width: 100%;
    z-index: 14;
    height: auto;
    padding-top: 0;
    padding-bottom: 0
}

.sticky .header__base {
    background: #072146;
    padding-bottom: 48px
}

@media(min-width:992px) {
    .header__base {
        padding-bottom: 88px
    }
}

.ios .header__base {
    position: fixed;
    top: 0
}

.header__container {
    position: relative;
    zoom: 1;
    width: 100%;
    display: block;
    position: relative;
    z-index: 3
}

.header__container::after,
.header__container::before {
    content: ' ';
    display: block;
    height: 0;
    width: 0;
    overflow: hidden
}

.header__container::after {
    clear: both
}

@media(min-width:992px) {
    .header__container {
        position: fixed;
        width: 100%
    }
}

.keyboard-focus .header__container a:focus {
    outline: 1px solid #fff;
    outline-offset: -4px
}

.sticky .header__container {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1rem 0
}

.sticky .header__container--nosticky {
    position: relative
}

.header__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: left
}

@media(min-width:992px) {
    .header__wrapper {
        width: auto
    }
}

@media(min-width:0) and (max-width:991px) {
    .header__actions {
        width: 100%;
        height: 100%;
        position: absolute
    }
}

@media(min-width:992px) {
    .header__actions {
        width: auto;
        float: right
    }
}

@media(min-width:0) and (max-width:991px) {
    .header__actions--tablet-left {
        padding-left: 8px
    }
}

@media(min-width:0) and (max-width:991px) {
    .header__actions__ulist {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width:992px) {
    .header__actions__ulist {
        float: right
    }
}

@media(min-width:992px) {
    .header__actions__list {
        display: inline-block;
        vertical-align: middle
    }

    .header__actions__list:last-child {
        margin-right: 0
    }
}

.header__actions__item__link {
    font-family: BentonSansBBVA-Medium, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    line-height: 16px;
    opacity: 1;
    padding: 0;
    display: block
}

.header__actions__item__link--active,
.header__actions__item__link:focus,
.header__actions__item__link:hover {
    text-decoration: none
}

@media(min-width:992px) {
    .header__actions__item__link {
        line-height: 88px;
        -webkit-transition: line-height .16667s;
        transition: line-height .16667s;
        margin: 0 16px
    }

    .sticky .header__actions__item__link {
        line-height: 24px
    }
}

.header__actions__item__link {
    padding-left: 16px;
    padding-right: 16px
}

.header__campaign .header__actions__item__link:last-child {
    padding-right: 0;
    margin-right: 0
}

.header__actions__item__link .st0 {
    fill: #fff
}

@media(min-width:0) and (max-width:991px) {
    .header__actions__item__link__text {
        position: relative;
        top: 2px
    }
}

.header__actions--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:992px) {
    .header__access {
        font-family: BentonSansBBVA-Medium, Helvetica, Arial, sans-serif;
        font-size: 15px;
        color: #fff;
        text-align: center;
        letter-spacing: 0;
        line-height: 24px;
        will-change: background-position;
        background-size: 210% 100%;
        background-position: 99% center;
        background-repeat: no-repeat;
        -webkit-transition: background-position .66667s cubic-bezier(.24, .22, .31, 1.07);
        transition: background-position .66667s cubic-bezier(.24, .22, .31, 1.07);
        background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%);
        padding: 14px 24px;
        margin-left: 24px;
        cursor: pointer
    }

    .keyboard-focus .header__access:focus {
        outline: 1px solid #fff;
        outline-offset: -4px
    }
}

@media(min-width:0) and (max-width:599px) {
    .header__access__text--mobile {
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: middle;
        max-width: 64px
    }
}

@media(min-width:0) and (max-width:991px) {
    .header__base .header__access__text--default {
        display: none
    }
}

.header__access:focus,
.header__access:hover {
    background-position: 0 center
}

.header__access--error {
    opacity: 1;
    color: #f35e61
}

@media(min-width:0) and (max-width:599px) {
    .header__mainnavigation {
        position: fixed;
        width: 100%;
        bottom: 0
    }
}

.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);
    -webkit-transition: all .33333s;
    transition: all .33333s
}

@media(min-width:0) and (max-width:991px) {
    .header__logo {
        margin: 0 auto;
        z-index: 14
    }
}

@media(min-width:992px) {
    .header__logo {
        width: auto
    }
}

.header__logo__link {
    line-height: 8px
}

@media(min-width:0) and (max-width:991px) {
    .header__logo__link {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
}

@media(min-width:0) and (max-width:599px) {
    .header__campaign {
        min-height: initial;
        height: auto
    }
}

.header__campaign .header__logo {
    height: 12px;
    margin: 18px 0
}

@media(min-width:0) and (max-width:599px) {
    .header__campaign .header__logo {
        width: 100%
    }
}

@media(min-width:600px) {
    .header__campaign .header__logo {
        margin: 0;
        height: 100%;
        position: absolute
    }
}

@media(min-width:0) and (max-width:599px) {
    .header__campaign .header__navigationtitle {
        margin-left: 0;
        padding: 0;
        font-size: 14px
    }
}

@media(min-width:0) and (max-width:599px) {
    .header__campaign .header__actions {
        position: relative
    }
}

.header__image {
    height: 20px;
    width: auto;
    will-change: height;
    margin: 0 auto;
    -webkit-transition: height .33333s;
    transition: height .33333s;
    max-width: none;
    display: inline-block
}

.sticky .header__image {
    height: 53px
}

@media(min-width:992px) {
    .header__image {
        height: 40px;
        margin: 0
    }
}
