/* 10/febrero/2025 */


@font-face {
    font-family: IB;
    src: url(/banamex/assets/fonts/Interstate-Bold/Interstate-Bold.woff) format("woff"), url(/banamex/assets/fonts/Interstate-Bold/Interstate-Bold.woff2) format("woff2"), url(/banamex/assets/fonts/Interstate-Bold/Interstate-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: IEL;
    src: url(/banamex/assets/fonts/Interstate-ExtraLight/Interstate-ExtraLight.woff) format("woff"), url(/banamex/assets/fonts/Interstate-ExtraLight/Interstate-ExtraLight.woff2) format("woff2"), url(/banamex/assets/fonts/Interstate-ExtraLight/Interstate-ExtraLight.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: IL;
    src: url(/banamex/assets/fonts/Interstate-Light/Interstate-Light.woff) format("woff"), url(/banamex/assets/fonts/Interstate-Light/Interstate-Light.woff2) format("woff2"), url(/banamex/assets/fonts/Interstate-Light/Interstate-Light.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: IR;
    src: url(/banamex/assets/fonts/Interstate-Regular/Interstate-Regular.woff) format("woff"), url(/banamex/assets/fonts/Interstate-Regular/Interstate-Regular.woff2) format("woff2"), url(/banamex/assets/fonts/Interstate-Regular/Interstate-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*, ::after, ::before {
    box-sizing: inherit;
}
svg {
    width: 100%;
    height: 100%}
body, html {
    margin: 0;
    box-sizing: border-box;
    font-size: 16px !important;
}
[m-back=background-gray] {
    background-color: #f2f4f8;
}
[m-back=img] {
    position: relative;
}
[m-back=img] .background {
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
[m-back=img] .background img {
    display: block;
    height: auto;
    width: 100%}
[m-back=g-priority] {
    background: linear-gradient(to bottom, #11172c 0, #003558 100%);
}
html[m-browser=ie] .cbx-icon i {
    position: relative;
    top: 7%}
html[m-browser=ie] [disabled].cbx-link[m-mody=phone] {
    opacity: 1;
    cursor: default;
}
body {
    position: relative;
}
body .cbx-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 350ms ease-in-out;
}
body[m-overlay=true] {
    overflow: hidden;
}
body[m-overlay=true] .cbx-overlay {
    background-color: #000;
    position: fixed;
    opacity: .7;
    width: 100%;
    height: 100%;
    z-index: 5;
}
body[m-overlay=true] .cbx-header[m-open=true]~.cbx-overlay {
    z-index: 3;
}
body[m-overlay=true] .cbx-exit[m-visible=true] {
    z-index: 7;
}
@media (min-width:768px) {
    body[m-overlay=true] .cbx-header[m-open=true] {
    z-index: 6;
}
}

p {
    margin: 0;
    /*font-weight: 400;*/
}
figure {
    margin: 0;
}
.h1, .h2, .h3, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
}
label {
    margin-bottom: 0;
}
input {
    border: none;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
}
input:focus {
    outline: 0;
    box-shadow: none;
}
input[type=checkbox], input[type=radio] {
    opacity: 0;
    visibility: none;
    margin-top: 0;
}
input::-ms-clear {
    display: none;
}
input, label, select {
    font-weight: 400;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: 0 0;
}
select:disabled {
    color: #ccc;
}
select::-ms-expand {
    display: none;
}
figure, picture {
    display: inline-block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
:focus {
    outline: 0;
}
.cbx-img[m-placeholder=full] {
    background-color: #eee;
    background-size: cover;
    background-position: center;
}
button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
}
button:active {
    box-shadow: none;
    outline: 0;
}
button:active:focus {
    outline: 0;
}
button:focus {
    outline: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}
a {
    text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
}
[disabled] {
    opacity: .2;
    cursor:not-allowed;
}
[disabled]:not(button) {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[hidden] {
    display: none;
}
[m-cursor] {
    cursor: pointer;
}
.white-space {
    white-space: nowrap;
}

[m-font~=inherit-size] {
    font-size: inherit!important;
}

[m-font~=inherit-color] {
    color: inherit!important;
}
[m-font~=inherit] {
    font-size: inherit!important;
    color: inherit!important;
}
[m-font~=pre-line] {
    white-space: pre-line;
}
html.landscape {
    background-image: url(/banamex/assets/img/home-rotacion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%}
html.landscape body {
    display: none;
}
@media (min-width:1024px) {
    html.landscape {
    overflow: visible;
    height: auto;
    position: static;
}
html.landscape body {
    display: block;
}
}
/*hr {
    border: .5px solid #eee;
    margin: 0;
}*/
@font-face {
    font-family: cbx-icons;
    src: url(/banamex/assets/fonts/cbx-icons/cbx-icons.woff) format("woff"), url(/banamex/assets/fonts/cbx-icons/cbx-icons.ttf) format("truetype"), url(/banamex/assets/fonts/cbx-icons/cbx-icons.svg#cbx-icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
[class*=icon-]:not([class*=dft-icon-]):not([class*=glyphicon])::before, [class^=icon-]:not([class^=dft-icon-]):not([class^=glyphicon])::before {
    font-family: cbx-icons!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-accessible-o:before {
    content: "\61"}
.icon-accessible-s:before {
    content: "\62"}
.icon-airplane-o:before {
    content: "\63"}
.icon-airplane-s:before {
    content: "\64"}
.icon-angle-down-o:before {
    content: "\65"}
.icon-angle-down-s:before {
    content: "\66"}
.icon-angle-left-o:before {
    content: "\67"}
.icon-angle-left-s:before {
    content: "\68"}
.icon-angle-right-o:before {
    content: "\69"}
.icon-angle-right-s:before {
    content: "\6a"}
.icon-angle-up-o:before {
    content: "\6b"}
.icon-angle-up-s:before {
    content: "\6c"}
.icon-arrow-down-o:before {
    content: "\6d"}
.icon-arrow-down-s:before {
    content: "\6e"}
.icon-arrow-left-o:before {
    content: "\6f"}
.icon-arrow-left-s:before {
    content: "\70"}
.icon-arrow-right-o:before {
    content: "\71"}
.icon-arrow-right-s:before {
    content: "\72"}
.icon-arrow-up-o:before {
    content: "\73"}
.icon-arrow-up-s:before {
    content: "\74"}
.icon-bookmark-o:before {
    content: "\75"}
.icon-bookmark-s:before {
    content: "\76"}
.icon-brief-case-o:before {
    content: "\77"}
.icon-brief-case-s:before {
    content: "\78"}
.icon-card-o:before {
    content: "\79"}
.icon-card-s:before {
    content: "\7a"}
.icon-cards-o:before {
    content: "\41"}
.icon-cards-s:before {
    content: "\42"}
.icon-chartline-o:before {
    content: "\43"}
.icon-citipay-o:before {
    content: "\45"}
.icon-citipay-s:before {
    content: "\46"}
.icon-cup-o:before {
    content: "\47"}
.icon-cup-s:before {
    content: "\48"}
.icon-gold-o:before {
    content: "\49"}
.icon-gold-s:before {
    content: "\4a"}
.icon-heart-o:before {
    content: "\4b"}
.icon-heart-s:before {
    content: "\4c"}
.icon-money-o:before {
    content: "\4d"}
.icon-money-s:before {
    content: "\4e"}
.icon-search-o:before {
    content: "\4f"}
.icon-search-s:before {
    content: "\50"}
.icon-shop-bag-o:before {
    content: "\51"}
.icon-shop-bag-s:before {
    content: "\52"}
.icon-star-o:before {
    content: "\53"}
.icon-star-s:before {
    content: "\54"}
.icon-tag-o:before {
    content: "\55"}
.icon-tag-s:before {
    content: "\56"}
.icon-tenis-o:before {
    content: "\57"}
.icon-tenis-s:before {
    content: "\58"}
.icon-menos-o:before {
    content: "\59"}
.icon-menu-o:before {
    content: "\5a"}
.icon-plus-o:before {
    content: "\30"}
.icon-close-o:before {
    content: "\31"}
.icon-youtube-o:before {
    content: "\32"}
.icon-facebook-o:before {
    content: "\34"}
.icon-linkedin-o:before {
    content: "\35"}
.icon-ayuda-o:before {
    content: "\36"}
.icon-ayuda-s:before {
    content: "\37"}
.icon-localizador-o:before {
    content: "\38"}
.icon-localizador-s:before {
    content: "\39"}
.icon-twitter-o:before {
    content: "\33"}
.icon-telefonos-o:before {
    content: "\21"}
.icon-telefonos-s:before {
    content: "\22"}
.icon-estado:before {
    content: "\23"}
.icon-notificaciones:before {
    content: "\24"}
.icon-cajeros:before {
    content: "\25"}
.icon-audiomatico:before {
    content: "\26"}
.icon-bancanet:before {
    content: "\27"}
.icon-equal-o:before {
    content: "\28"}
.icon-info-o:before {
    content: "\29"}
.icon-chek-s:before {
    content: "\2a"}
.icon-chek-o:before {
    content: "\2b"}
.icon-tip-o:before {
    content: "\2c"}
.icon-tip-s:before {
    content: "\2d"}
.icon-cajeros-o:before {
    content: "\2e"}
.icon-geolocalizacion-o:before {
    content: "\2f"}
.icon-grid-s:before {
    content: "\3a"}
.icon-clock-s:before {
    content: "\3b"}
.icon-info-inverse-s:before {
    content: "\3c"}
.icon-billete-o:before {
    content: "\3d"}
.icon-billete-s:before {
    content: "\3e"}
.icon-category-o:before {
    content: "\3f"}
.icon-category-s:before {
    content: "\40"}
.icon-growth-o:before {
    content: "\5b"}
.icon-percent-o:before {
    content: "\5d"}
.icon-percent-s:before {
    content: "\5e"}
.icon-idea-o:before {
    content: "\5f"}
.icon-idea-s:before {
    content: "\60"}
.icon-zoom-in-o:before {
    content: "\7b"}
.icon-zoom-out-o:before {
    content: "\7c"}
.icon-chartline-s:before {
    content: "\44"}
.icon-car-o:before {
    content: "\7d"}
.icon-car-s:before {
    content: "\7e"}
.icon-credit-o:before {
    content: "\5c"}
.icon-credit-s:before {
    content: "\e000"}
.icon-house-o:before {
    content: "\e001"}
.icon-house-s:before {
    content: "\e002"}
.icon-investment-o:before {
    content: "\e003"}
.icon-master-card-o:before {
    content: "\e004"}
.icon-master-card-s:before {
    content: "\e005"}
.icon-alta-cuentas-o:before {
    content: "\e006"}
.icon-alta-cuentas-s:before {
    content: "\e007"}
.icon-bancanet-o:before {
    content: "\e008"}
.icon-bancanet-s:before {
    content: "\e009"}
.icon-bank-o:before {
    content: "\e00a"}
.icon-bank-s:before {
    content: "\e00b"}
.icon-callcenter-o:before {
    content: "\e00c"}
.icon-callcenter-s:before {
    content: "\e00d"}
.icon-cambio-nip-o:before {
    content: "\e00e"}
.icon-cambio-nip-s:before {
    content: "\e00f"}
.icon-cdmx-o:before {
    content: "\e010"}
.icon-cdmx-s:before {
    content: "\e011"}
.icon-contact-less-o:before {
    content: "\e012"}
.icon-copy-o:before {
    content: "\e013"}
.icon-copy-s:before {
    content: "\e014"}
.icon-dislike-o:before {
    content: "\e015"}
.icon-dislike-s:before {
    content: "\e016"}
.icon-download-o:before {
    content: "\e017"}
.icon-download-s:before {
    content: "\e018"}
.icon-editar-o:before {
    content: "\e019"}
.icon-editar-s:before {
    content: "\e01a"}
.icon-key-o:before {
    content: "\e01b"}
.icon-key-s:before {
    content: "\e01c"}
.icon-like-o:before {
    content: "\e01d"}
.icon-like-s:before {
    content: "\e01e"}
.icon-llamanos-o:before {
    content: "\e01f"}
.icon-llamanos-s:before {
    content: "\e020"}
.icon-mexico-o:before {
    content: "\e021"}
.icon-mexico-s:before {
    content: "\e022"}
.icon-netkey-movil-o:before {
    content: "\e023"}
.icon-netkey-movil-o-1:before {
    content: "\e024"}
.icon-netkey-movil-s:before {
    content: "\e025"}
.icon-netkey-movil-s-1:before {
    content: "\e026"}
.icon-netkey-o:before {
    content: "\e027"}
.icon-netkey-s:before {
    content: "\e028"}
.icon-notificaciones-o:before {
    content: "\e029"}
.icon-notificaciones-s:before {
    content: "\e02a"}
.icon-pago-impuestos-o:before {
    content: "\e02b"}
.icon-pago-impuestos-s:before {
    content: "\e02c"}
.icon-password-o:before {
    content: "\e02d"}
.icon-password-s:before {
    content: "\e02e"}
.icon-seguridad-o:before {
    content: "\e02f"}
.icon-seguridad-s:before {
    content: "\e030"}
.icon-shopping-cart-o:before {
    content: "\e031"}
.icon-tarjeta-activa-o:before {
    content: "\e032"}
.icon-tarjeta-activa-s:before {
    content: "\e033"}
.icon-tarjeta-o:before {
    content: "\e034"}
.icon-tarjeta-s:before {
    content: "\e035"}
.icon-transference-o:before {
    content: "\e036"}
.icon-transference-s:before {
    content: "\e037"}
.icon-twitter-o-1:before {
    content: "\e038"}
.icon-twitter-s:before {
    content: "\e039"}
.icon-instagram-s:before {
    content: "\e03a"}
.icon-print-o:before {
    content: "\e03b"}
.icon-print-s:before {
    content: "\e03c"}
.icon-mail-o:before {
    content: "\e03d"}
.icon-mail-s:before {
    content: "\e03e"}
html[m-browser~=edge] .cbx-header .header-category>ul:first-of-type>li[m-open]>ul, html[m-browser~=ie] .cbx-header .header-category>ul:first-of-type>li[m-open]>ul {
    display: none;
}
html[m-browser=ie] .cbx-header {
    width: 100%}
html[m-browser=ie] .cbx-header .header-list>a .cbx-img {
    flex-basis: inherit;
}
html[m-browser=ie] .cbx-header .header-list>.aniversary {
    width: 87.5vw;
}
html[m-browser=ie] .cbx-header .header-list .header-list {
    height: 15vw;
}
html[m-browser=ie] .cbx-header .header-list .header-list>a {
    width: 100%;
    height: inherit;
}
html[m-browser=ie] .cbx-header .header-category>ul>li:first-child>ul>li {
    flex-basis: 0;
}
html[m-browser=ie] .cbx-header .header-category>ul>li:first-child>ul>li>ul li .cbx-link {
    color: #003746;
}
html[m-browser~=mobile] .cbx-header {
    transition-property: overflow;
    transition-delay: .35s;
}
html[m-browser~=mobile] .cbx-header[m-banca=false]:not([m-search=true]):not([m-open=true]) {
    overflow: hidden;
}
html[m-browser~=safari] .cbx-header[m-open=true] {
    overflow: visible;
}
html[m-browser~=safari][m-browser~=iphone] .cbx-header .header-category>.cbx-card {
    margin-bottom: 56.25vw;
}
.cbx-header {
    position: sticky;
    position: -webkit-sticky;
    box-shadow: 0 1.875vw 5vw rgba(0, 45, 114, .15);
    background-color: #fff;
    color: #323232;
    top: 0;
    z-index: 5;
    transition: all .35s ease;
}
.cbx-header a, .cbx-header button:not(.cbx-icon) {
    display: flex;
}
.cbx-header a:not([m-mody=cta]), .cbx-header button:not(.cbx-icon), .cbx-header ul {
    color: inherit;
}
.cbx-header[m-open=true] {
    z-index: 7;
    overflow: visible;
}
.cbx-header[m-open=true] .header-category {
    right: 0;
    overflow-y: auto;
}
.cbx-header[m-open=true] .header-category .header-copyright, .cbx-header[m-open=true] .header-category>ul:last-of-type {
    right: 0;
}
.cbx-header[m-search=true] .header-helpers .helpers-content>.cbx-link {
    pointer-events: none;
}
.cbx-header[m-search=true] .header-helpers .header-search {
    width: 93.75vw;
    right: 0;
    margin-right: 3.125vw;
    margin-left: 3.125vw;
}
.cbx-header[m-search=true] .header-helpers .header-search .search-content {
    width: 100%}
.cbx-header[m-search=true] .header-helpers .header-search .search-content>.cbx-icon {
    display: flex;
    opacity: 1;
    pointer-events: visible;
}
.cbx-header[m-search=true] .header-helpers .header-search .search-content>input {
    padding-right: 15.625vw;
    padding-left: 15.625vw;
}
@supports (display:grid) {
    .cbx-header[m-search=true] .header-helpers .header-search .search-content>input {
    padding: 3.125vw 10.9375vw;
}
}
.cbx-header .header-content {
    background-color: #003746;
    height: 15vw;
    display: flex;
    align-items: center;
    position: relative;
}
.cbx-header .header-content .cbx-icon {
    color: #fff;
    width: 15vw;
    height: 15vw;
    -webkit-text-stroke-color: #fff;
}
.cbx-header .header-content>.cbx-icon {
    order: 2;
}
.cbx-header .header-list {
    display: flex;
    flex-basis: calc(50vw + 45px);
    padding-left: 3.125vw;
    justify-content: space-between;
    order: 0;
    max-width: 50%;
    height: 100%}
.cbx-header .header-list>.aniversary {
    margin-bottom: 0;
    max-width: none;
}
.cbx-header .header-list>.aniversary>svg {
    max-width: 90px;
    display: block;
}
.cbx-header .header-list>.aniversary>svg:nth-child(1) {
    display: block;
}
.cbx-header .header-list>a {
    max-width: 60px;
}
.cbx-header .header-list>a .cbx-img {
    display: block;
    background: 0 0;
}
.cbx-header .header-list>a>svg:nth-child(1) {
    display: none;
}
.cbx-header .header-list>ul {
    display: none;
}
.cbx-header .header-helpers {
    order: 1;
    margin-left: auto;
    display: flex;
}
.cbx-header .header-helpers>.cbx-link {
    display: none;
}
.cbx-header .header-helpers>.cbx-link+ul {
    display: none;
}
.cbx-header .header-helpers>.localizador {
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    width: inherit;
}
.cbx-header .header-helpers>.localizador span:first-child {
    display: none;
}
.cbx-header .header-helpers .helpers-content {
    display: flex;
}
.cbx-header .header-helpers .helpers-content>.cbx-link span:not(.cbx-icon) {
    display: none;
}
.cbx-header .header-search {
    position: absolute;
    top: 3.125vw;
    height: 9.375vw;
    right: 3.125vw;
    width: 0;
    margin: 0;
    transition: width 350ms ease-in-out;
}
.cbx-header .header-search .search-content, .cbx-header .header-search input {
    height: inherit;
    width: inherit;
}
.cbx-header .header-search .search-content {
    display: flex;
    justify-content: space-between;
}
.cbx-header .header-search .search-content>.cbx-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    opacity: 0;
    transition: opacity 350ms ease-in-out;
    pointer-events: none;
}
.cbx-header .header-search .search-content>.cbx-icon[m-size] i {
    font-size: 4.6875vw;
}
.cbx-header .header-search .search-content>.cbx-icon:first-of-type {
    color: #ccc;
    left: -3.125vw;
}
.cbx-header .header-search .search-content>.cbx-icon:last-of-type {
    color: #002d72;
    right: -3.125vw;
}
.cbx-header .header-search .search-content>input {
    padding: 0;
    border-radius: 1.25vw;
    font-size: 4.375vw;
    color: #323232;
}
.cbx-header .header-search .search-content>input:-ms-placeholder, .cbx-header .header-search .search-content>input::-moz-placeholder {
    color: #ccc;
    font-size: 4.375vw;
}
.cbx-header .header-search .search-content>input:-ms-placeholder, .cbx-header .header-search .search-content>input::-moz-placeholder, .cbx-header .header-search .search-content>input::placeholder {
    color: #ccc;
    font-size: 4.375vw;
}
.cbx-header .header-category {
    transition-property: right;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 6.25vw;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: -100%}
.cbx-header .header-category>.cbx-icon {
    height: 15vw;
    width: 15vw;
    color: #003746;
    margin-left: auto;
    padding-right: 6.25vw;
    padding-left: 6.25vw;
}
.cbx-header .header-category>.cbx-icon>i {
    justify-content: flex-end;
}
.cbx-header .header-category a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 12.5vw;
    text-decoration: none;
}
.cbx-header .header-category a[m-mody=cta] {
    justify-content: flex-start;
}
.cbx-header .header-category a>.cbx-icon {
    color: #003746;
    width: 10%;
    height: 100%}
.cbx-header .header-category a:focus {
    color: #323232;
}
.cbx-header .header-category>ul:first-of-type {
    padding-right: 6.25vw;
    padding-bottom: 6.25vw;
    padding-left: 6.25vw;
}
.cbx-header .header-category>ul:first-of-type>a, .cbx-header .header-category>ul:first-of-type>li {
    border-top-width: 1px;
    border-top-color: rgba(204, 204, 204, .2);
    border-top-style: solid;
}
.cbx-header .header-category>ul:first-of-type li:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(204, 204, 204, .2);
    text-align: left;
}
.cbx-header .header-category>ul:first-of-type li[m-open=true]>a .cbx-icon i::before {
    content: "\59"}
.cbx-header .header-category>ul:first-of-type li[m-open=true]>a+ul {
    display: block;
}
.cbx-header .header-category>ul:first-of-type li>a[m-active=true] .cbx-icon i::before {
    content: '\59'}
.cbx-header .header-category>ul:first-of-type li>a+ul {
    display: none;
}
.cbx-header .header-category>ul:first-of-type li>a+ul[m-open=true] {
    display: block;
}
.cbx-header .header-category>ul:first-of-type li>a+ul li {
    padding-left: 6.25vw;
    width: 100%}
.cbx-header .header-category>ul:first-of-type li>a+ul li>a {
    padding-right: 0;
}
.cbx-header .header-category>ul:first-of-type li>a+ul li>a:not([m-mody=cta])>.cbx-icon {
    width: 20%;
    height: 100%;
    -webkit-text-stroke-color: currentColor;
    stroke: currentColor;
}
.cbx-header .header-category>ul:first-of-type li>a+ul li>a:not(.cbx-link) {
    justify-content: flex-start;
}
.cbx-header .header-category>ul:nth-of-type(2) {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 6.25vw;
    margin-bottom: 0;
    -ms-overflow-style: none;
    scrollbar-color: #fff #fff;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: repeat(31.25vw);
    scroll-snap-points-x: repeat(31.25vw);
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.cbx-header .header-category>ul:nth-of-type(2)::-webkit-scrollbar {
    display: none;
}
.cbx-header .header-category>ul:nth-of-type(2) li {
    margin-right: 4.6875vw;
    scroll-snap-align: center;
}
.cbx-header .header-category>ul:nth-of-type(2) li:first-child {
    padding-left: 4.6875vw;
}
.cbx-header .header-category>ul:nth-of-type(2) li:last-child {
    padding-right: 4.6875vw;
    margin-right: 0;
}
.cbx-header .header-category>ul:nth-of-type(2) li .cbx-card {
    box-shadow: 0 1.875vw 5vw rgba(0, 45, 114, .15);
    border-radius: 1.25vw;
    padding: 6.25vw;
    width: 33.125vw;
    height: 33.125vw;
    justify-content: center;
    text-align: center;
}
.cbx-header .header-category>ul:nth-of-type(2) li .cbx-card .cbx-icon {
    margin-bottom: 3.125vw;
}
.cbx-header .header-category>ul:nth-of-type(2) li .card-content {
    align-items: center;
}
.cbx-header .header-category>ul:nth-of-type(2) li .cbx-icon {
    color: #003746;
    margin-right: auto;
    margin-left: auto;
}
.cbx-header .header-category>.cbx-card {
    box-shadow: 0 1.875vw 5vw rgba(0, 45, 114, .15);
    border-radius: 1.25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87.5vw;
    height: 33.125vw;
    margin-right: auto;
    margin-bottom: 37.5vw;
    margin-left: auto;
}
.cbx-header .header-category>.cbx-card .card-content {
    width: 100%}
.cbx-header .header-category>.cbx-card .card-content .cbx-link {
    justify-content: center;
}
.cbx-header .header-category>.cbx-card .cbx-icon {
    margin-right: 0;
}
.cbx-header .header-category .header-interest {
    overflow-x: scroll;
}
.cbx-header .header-category .header-copyright, .cbx-header .header-category>ul:last-of-type {
    transition-property: right;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    position: fixed;
    width: 100%;
    right: -100%}
.cbx-header .header-category .header-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    bottom: 0;
    height: 12.5vw;
    background-color: #323232;
    color: #fff;
}
.cbx-header .header-category .header-copyright p.cbx-legal {
    display: none;
}
.cbx-header .header-category .header-copyright>ul {
    color: inherit;
    text-align: right;
    display: flex;
    width: 100%;
    text-align: center;
}
.cbx-header .header-category .header-copyright>ul>li {
    flex-grow: 1;
    flex-basis: 50%;
    flex-shrink: 1;
}
.cbx-header .header-category .header-copyright>ul>li>a {
    height: auto;
    display: block;
}
.cbx-header .header-category>ul:last-of-type {
    box-shadow: 0 .9375vw 2.5vw rgba(0, 45, 114, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    bottom: 0;
    height: 25vw;
}
.cbx-header .header-category>ul:last-of-type>li {
    flex-grow: 0;
    flex-basis: 26.875vw;
    margin-right: 3.125vw;
}
.cbx-header .header-category>ul:last-of-type>li:last-child {
    margin-right: 0;
}
.cbx-header .header-category>ul:last-of-type>li>a {
    flex-direction: column;
    height: auto;
}
.cbx-header .header-category>ul:last-of-type>li>a .cbx-icon {
    padding-bottom: 3.125vw;
}
@media (min-width:768px) {
    html[m-browser=ie] .cbx-header[m-fixed=true]+* {
    margin-top: 50px;
}
html[m-browser=ie] .cbx-header .header-list {
    height: 48px;
}
html[m-browser=ie] .cbx-header .header-list>.aniversary {
    width: 280px;
}
html[m-browser~=safari][m-browser~=iphone] .cbx-header .header-category>ul:first-of-type {
    padding-bottom: 130px;
}
.cbx-header {
    box-shadow: 0 6px 16px rgba(0, 45, 114, .15);
}
.cbx-header[m-open=true] .header-content {
    pointer-events: none;
    opacity: .5;
}
.cbx-header[m-search=true] .header-helpers .header-search {
    width: 748px;
    margin-right: 10px;
    margin-left: 10px;
}
.cbx-header[m-search=true] .header-helpers .header-search .search-content>input {
    padding-right: 50px;
    padding-left: 50px;
}
@supports (display:grid) {
    .cbx-header[m-search=true] .header-helpers .header-search .search-content>input {
    padding: 10px 40px;
}
}
.cbx-header .header-content {
    height: 48px;
    padding-right: 20px;
    padding-left: 20px;
}
.cbx-header .header-content .cbx-icon {
    width: 44px;
    height: 44px;
}
.cbx-header .header-list {
    flex-basis: calc(50vw + 45px);
    padding-left: 10px;
    height: 30px;
    max-width: inherit;
}
.cbx-header .header-list>a {
    max-width: 80px;
}
.cbx-header .header-search {
    top: 10px;
    height: 30px;
    right: 10px;
}
.cbx-header .header-search .search-content {
    position: relative;
}
.cbx-header .header-search .search-content>.cbx-icon[m-size] i {
    font-size: 15px;
}
.cbx-header .header-search .search-content>.cbx-icon:first-of-type {
    left: 0;
}
.cbx-header .header-search .search-content>.cbx-icon:last-of-type {
    right: 0;
}
.cbx-header .header-search .search-content>input {
    border-radius: 4px;
    font-size: 14px;
}
.cbx-header .header-search .search-content>input:-ms-placeholder, .cbx-header .header-search .search-content>input::-moz-placeholder {
    font-size: 14px;
}
.cbx-header .header-search .search-content>input:-ms-placeholder, .cbx-header .header-search .search-content>input::-moz-placeholder, .cbx-header .header-search .search-content>input::placeholder {
    font-size: 14px;
}
.cbx-header .header-category {
    padding-bottom: 20px;
    width: 320px;
}
.cbx-header .header-category>.cbx-icon {
    margin-bottom: 0;
    height: 48px;
    width: 48px;
    padding-right: 20px;
    padding-left: 20px;
}
.cbx-header .header-category a {
    height: 40px;
}
.cbx-header .header-category>ul:first-of-type {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.cbx-header .header-category>ul:first-of-type>li {
    border-top-width: 1px;
}
.cbx-header .header-category>ul:first-of-type>li:last-child {
    border-bottom-width: 1px;
}
.cbx-header .header-category>ul:first-of-type>li>a+ul li {
    padding-left: 20px;
}
.cbx-header .header-category>ul:nth-of-type(2) {
    padding-bottom: 20px;
    -ms-scroll-snap-points-x: repeat(100px);
    scroll-snap-points-x: repeat(100px);
}
.cbx-header .header-category>ul:nth-of-type(2) li {
    margin-right: 15px;
}
.cbx-header .header-category>ul:nth-of-type(2) li:first-child {
    padding-left: 15px;
}
.cbx-header .header-category>ul:nth-of-type(2) li:last-child {
    padding-right: 15px;
    margin-right: 0;
}
.cbx-header .header-category>ul:nth-of-type(2) li .cbx-card {
    box-shadow: 0 6px 16px rgba(0, 45, 114, .15);
    border-radius: 4px;
    width: 106px;
    height: 106px;
    padding: 20px;
}
.cbx-header .header-category>ul:nth-of-type(2) li .cbx-card:focus {
    text-decoration: none;
}
.cbx-header .header-category>ul:nth-of-type(2) li .cbx-card .cbx-icon {
    margin-bottom: 10px;
}
.cbx-header .header-category>.cbx-card {
    box-shadow: 0 6px 16px rgba(0, 45, 114, .15);
    border-radius: 4px;
    margin-bottom: 120px;
    width: 280px;
    height: 106px;
}
.cbx-header .header-category .header-copyright {
    width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
}
.cbx-header .header-category .header-copyright>ul>li:first-child {
    margin-bottom: 5px;
}
.cbx-header .header-category>ul:last-of-type {
    height: 80px;
    width: 320px;
}
.cbx-header .header-category>ul:last-of-type>li {
    margin-right: 10px;
}
}
@media (min-width:1024px) {
    html[m-browser~=edge] .cbx-header .header-helpers>.cbx-link+ul {
    transition: none;
}
html[m-browser=ie] .cbx-header[m-search=true] .header-helpers .header-search {
    width: 430%}
html[m-browser=ie] .cbx-header[m-fixed=true]+* {
    margin-top: 8.79vw;
}
html[m-browser=ie] .cbx-header .header-list {
    height: 4.88vw;
}
html[m-browser=ie] .cbx-header .header-list>.aniversary {
    width: 27.34vw;
    height: 60%}
html[m-browser=ie] .cbx-header .header-list>a {
    height: inherit;
}
html[m-browser=ie] .cbx-header .header-category>ul:first-of-type {
    left: 24.41vw;
}
html[m-browser~=safari] .cbx-header[m-banca=false] {
    overflow: visible;
}
html[m-browser~=safari] .cbx-header .header-category>ul:first-of-type>li[m-open]>a+ul {
    pointer-events: none;
}
html[m-browser~=mobile] .cbx-header .header-category>ul:first-of-type>li[m-open=true]::after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #fff;
    border: none;
}
html[m-browser~=mobile] .cbx-header .header-category>ul:first-of-type>li[m-open=true]>a {
    color: #fff;
}
html[m-browser~=mobile] .cbx-header .header-category>ul:first-of-type>li[m-open=true]>a+ul {
    max-height: 10000px;
    display: flex;
    overflow: visible;
    opacity: 1;
    z-index: 3;
    transition: max-height .2s ease-in-out 150ms, opacity .2s ease-in-out .2s, padding 50ms ease-in-out 50ms;
}
html[m-browser~=mobile] .cbx-header .header-category>ul:first-of-type>li[m-open=true]>a+ul>li {
    padding-top: 1.95vw;
    padding-right: 1.56vw;
    padding-bottom: 1.95vw;
    padding-left: 1.56vw;
    margin-bottom: 0;
}
html[m-browser~=mobile] .cbx-header .header-category>ul:first-of-type>li[m-open=true]>a+ul>li:first-child {
    padding-right: 0;
    padding-left: 3.13vw;
}
html[m-browser~=mobile] .cbx-header .header-category>ul:first-of-type>li[m-open=true]>a+ul>li:nth-child(4) {
    padding-right: .78vw;
}
html[m-browser~=mobile] .cbx-header .header-category>ul:first-of-type>li[m-open=true]>a+ul>li:last-child {
    padding-right: 3.13vw;
    padding-left: .78vw;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover::after {
    will-change: background-color;
    background-color: #fff;
    border: none;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul {
    max-height: 10000px;
    display: flex;
    overflow: visible;
    z-index: 3;
    opacity: 1;
    transition: max-height .2s ease-in 150ms, opacity .2s ease-in .2s, padding 50ms ease-in 50ms;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul>li {
    padding-top: 1.95vw;
    padding-right: 1.56vw;
    padding-bottom: 1.95vw;
    padding-left: 1.56vw;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul>li:first-child {
    padding-right: 0;
    padding-left: 3.13vw;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul>li:nth-child(4) {
    padding-right: .78vw;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul>li:last-child {
    padding-right: 3.13vw;
    padding-left: .78vw;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul>li>ul a:not([m-mody=cta]):hover {
    color: #003746;
}
html:not([m-browser~=mobile]) .cbx-header .header-helpers>.cbx-link+ul>li {
    transition-property: color;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
}
html:not([m-browser~=mobile]) .cbx-header .header-helpers>.cbx-link+ul>li:hover {
    will-change: color;
    color: #003746;
}
.cbx-header {
    box-shadow: 0 .59vw 1.56vw rgba(0, 45, 114, .2);
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.cbx-header[m-search=true] .header-helpers .header-search {
    margin-right: 1.95vw;
    margin-left: 0;
    width: 585%}
@supports (display:grid) {
    .cbx-header[m-search=true] .header-helpers .header-search {
    width: 22.46vw;
}
}
.cbx-header[m-search=true] .header-helpers .header-search .search-content>input {
    padding-right: 4.88vw;
    padding-left: 4.88vw;
}
@supports (display:grid) {
    .cbx-header[m-search=true] .header-helpers .header-search .search-content>input {
    padding: .98vw 3.91vw;
}
}
.cbx-header[m-banca=true] .header-helpers>.cbx-link+ul {
    max-height: 97.66vw;
}
.cbx-header[m-banca=true] .header-helpers>button.cbx-link .cbx-icon i::before {
    content: "\6b"}
.cbx-header .cbx-link:hover {
    color: #323232;
}
.cbx-header .cbx-link[m-active=true]::after {
    background-color: #fff;
}
.cbx-header .cbx-link::after {
    background-color: #fff;
}
.cbx-header .header-content {
    display: flex;
    width: 100vw;
    height: 0;
    padding-right: 1.95vw;
    padding-left: 1.95vw;
    position: relative;
}
.cbx-header .header-content .cbx-icon {
    width: 4.3vw;
    height: 4.3vw;
}
.cbx-header .header-content .cbx-icon:first-of-type {
    display: none;
}
.cbx-header .header-helpers, .cbx-header .header-list {
    position: relative;
    top: 2.34vw;
    height: inherit;
    z-index: 1;
}
.cbx-header .header-list {
    left: -1.95vw;
    height: 2.44vw;
    height: auto;
    padding-right: 0;
    padding-left: 1.95vw;
    align-items: center;
    flex-basis: 19.6vw;
}
.cbx-header .header-list>a {
    flex-basis: 85%;
    max-width: 200px;
}
.cbx-header .header-list>a svg:nth-child(1) {
    display: block;
}
.cbx-header .header-list>a svg:nth-child(2) {
    display: none;
}
.cbx-header .header-list>.aniversary {
    display: flex;
    justify-content: center;
    width: 50%;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 2px;
}
.cbx-header .header-list>.aniversary svg {
    max-width: 130px;
}
.cbx-header .header-list>ul {
    display: flex;
    align-items: inherit;
    height: inherit;
}
.cbx-header .header-list>ul>li {
    margin-right: 1.95vw;
}
.cbx-header .header-list>ul>li:last-child {
    margin-right: 0;
}
.cbx-header .header-helpers {
    left: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: #323232;
}
.cbx-header .header-helpers .cbx-link#openSearch>span:not(.cbx-icon), .cbx-header .header-helpers .cbx-link.localizador>span:not(.cbx-icon) {
    display: none!important;
}
.cbx-header .header-helpers .cbx-link::after {
    content: none;
}
.cbx-header .header-helpers>.cbx-link {
    display: flex;
    align-items: center;
    padding-left: 1.95vw;
    color: #fff;
}
.cbx-header .header-helpers>.cbx-link>.cbx-icon {
    width: auto;
    height: auto;
}
.cbx-header .header-helpers>.cbx-link+ul {
    box-shadow: 0 .59vw 1.56vw rgba(0, 45, 114, .2);
    position: absolute;
    top: 2.34vw;
    right: -1.95vw;
    width: 21.48vw;
    max-height: 0;
    overflow: hidden;
    display: block;
    transition: max-height 350ms linear;
    z-index: 1;
    background-color: #fff;
}
.cbx-header .header-helpers>.cbx-link+ul>li {
    height: 3.91vw;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
}
.cbx-header .header-helpers>.cbx-link+ul>li:last-child {
    border: 0;
}
.cbx-header .header-helpers>.cbx-link+ul>li>a {
    display: flex;
    align-items: center;
    padding: .98vw;
    height: inherit;
    width: inherit;
}
.cbx-header .header-helpers>.cbx-link span:not(.cbx-icon) {
    display: block!important;
    margin-right: .98vw;
}
.cbx-header .header-helpers>.cbx-link .cbx-icon {
    margin-bottom: 0;
}
.cbx-header .header-helpers>.cbx-link .cbx-icon[m-size] i {
    font-size: 1.46vw;
}
.cbx-header .header-helpers>.localizador {
    border-right-style: solid;
    border-right-width: .1vw;
    border-right-color: rgba(255, 255, 255, .2);
    padding-right: 1.95vw;
    height: 2.73vw;
}
.cbx-header .header-helpers .helpers-content {
    position: relative;
    height: inherit;
    align-items: center;
    display: flex;
}
.cbx-header .header-helpers .helpers-content>.cbx-link {
    height: 2.44vw;
    align-items: center;
    padding-right: 1.95vw;
    padding-left: 1.95vw;
    color: #fff;
    border-right-width: .1vw;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, .2);
}
.cbx-header .header-helpers .helpers-content>.cbx-link:first-child {
    padding-left: 0;
}
.cbx-header .header-helpers .helpers-content>.cbx-link span:not(.cbx-icon) {
    display: block;
    margin-right: .98vw;
}
.cbx-header .header-helpers .helpers-content>.cbx-link .cbx-icon {
    width: auto;
    height: auto;
}
.cbx-header .header-search {
    height: 2.93vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .98vw;
}
.cbx-header .header-search .search-content>.cbx-icon {
    display: flex;
}
.cbx-header .header-search .search-content>.cbx-icon[m-size] i {
    font-size: 1.46vw;
}
.cbx-header .header-search .search-content>input {
    border-radius: .39vw;
    font-size: 1.37vw;
}
.cbx-header .header-search .search-content>input:-ms-placeholder, .cbx-header .header-search .search-content>input::-moz-placeholder {
    font-size: 1.37vw;
}
.cbx-header .header-search .search-content>input:-ms-placeholder, .cbx-header .header-search .search-content>input::-moz-placeholder, .cbx-header .header-search .search-content>input::placeholder {
    font-size: 1.37vw;
}
.cbx-header .header-category {
    color: #fff;
    background-color: #003746;
    display: flex;
    position: relative;
    padding: 0;
    width: 100vw;
    height: 4.69vw;
    left: 0;
    transition: none;
}
.cbx-header .header-category>.cbx-icon {
    display: none;
}
.cbx-header .header-category a[m-mody=cta]:hover {
    color: #003746;
}
.cbx-header .header-category a:not([m-mody=cta]) {
    height: auto;
}
.cbx-header .header-category a:not([m-mody=cta]) .cbx-icon {
    display: none;
}
.cbx-header .header-category ul {
    align-items: center;
}
.cbx-header .header-category ul a.m-headServ a, .cbx-header .header-category ul li.m-headServ a {
    white-space: pre;
}
.cbx-header .header-category ul a.m-headProd li:last-child, .cbx-header .header-category ul a.m-headServ li:last-child, .cbx-header .header-category ul li.m-headProd li:last-child, .cbx-header .header-category ul li.m-headServ li:last-child {
    border: none;
}
.cbx-header .header-category>ul>li>a {
    border: none!important;
}
.cbx-header .header-category .header-copyright {
    position: absolute;
    top: -2.44vw;
    z-index: 1;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 2.44vw;
    transition: none;
}
.cbx-header .header-category .header-copyright p.cbx-legal {
    display: block;
}
.cbx-header .header-category .header-copyright>.cbx-legal {
    color: #fff;
}
.cbx-header .header-category .header-copyright>ul {
    width: auto;
}
.cbx-header .header-category .header-copyright>ul>li {
    flex-grow: 0;
    flex-basis: auto;
}
.cbx-header .header-category .header-copyright>ul>li:first-child {
    margin-right: 1.95vw;
    margin-bottom: 0;
}
.cbx-header .header-category>ul {
    display: flex;
    justify-content: center;
    height: 7.81vw;
}
.cbx-header .header-category>ul:first-of-type {
    padding-bottom: 0;
    height: inherit;
    position: relative;
    left: 18.55vw;
}
.cbx-header .header-category>ul:first-of-type li>a+ul {
    display: block;
    max-height: 100000px;
}
.cbx-header .header-category>ul:first-of-type li>a+ul li>a {
    padding-right: 0;
    height: 3.13vw;
}
.cbx-header .header-category>ul:first-of-type li>a+ul li>a:not([m-mody=cta]) {
    color: #323232;
}

.cbx-header .header-category>ul:first-of-type li[m-open]>a:focus {
    color: #fff;
}
.cbx-header .header-category>ul:first-of-type li[m-open]>a+ul {
    position: absolute;
    left: 0;
    top: 4.69vw;
    background-color: #fff;
    z-index: 2;
}
.cbx-header .header-category>ul:first-of-type li[m-open]>a+ul>li>ul {
    position: relative;
    left: 0;
    top: 0;
}
.cbx-header .header-category>ul:first-of-type li[m-open]>a+ul>li>ul a:not([m-mody=cta]) {
    color: #323232;
    transition: color 350ms ease-in-out;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link:hover {
    color: #fff;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link:hover::after {
    background-color: #fff;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link, .cbx-header .header-category>ul:first-of-type>li {
    height: inherit;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link:nth-child(2)>ul>li, .cbx-header .header-category>ul:first-of-type>li:nth-child(2)>ul>li {
    flex-grow: 0;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link:nth-child(2)>ul>li:last-child, .cbx-header .header-category>ul:first-of-type>li:nth-child(2)>ul>li:last-child {
    background-color: transparent;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link:nth-child(n+4), .cbx-header .header-category>ul:first-of-type>li:nth-child(n+4) {
    display: none;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link::after, .cbx-header .header-category>ul:first-of-type>li::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-property: background-color;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    content: '';
    background-color: transparent;
    height: .39vw;
    width: 100%;
    position: absolute;
    bottom: .98vw;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link[m-open]>ul, .cbx-header .header-category>ul:first-of-type>li[m-open]>ul {
    left: 0;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link[m-open]>a, .cbx-header .header-category>ul:first-of-type>li[m-open]>a {
    pointer-events: none;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link[m-open]>a+ul, .cbx-header .header-category>ul:first-of-type>li[m-open]>a+ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height .1s ease-in .1s, opacity 50ms ease-in 50ms, padding .3s ease-in .3s;
    opacity: 0;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link>a+ul, .cbx-header .header-category>ul:first-of-type>li>a+ul {
    box-shadow: 0 1.17vw 3.52vw rgba(0, 45, 114, .15);
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link>a+ul li, .cbx-header .header-category>ul:first-of-type>li>a+ul li {
    padding-left: 0;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link>a+ul>li, .cbx-header .header-category>ul:first-of-type>li>a+ul>li {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 20%;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 1.95vw;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link>a+ul>li:last-child, .cbx-header .header-category>ul:first-of-type>li>a+ul>li:last-child {
    padding-right: 0;
    padding-left: .98vw;
    background-color: #f2f4f8;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link>a+ul>li:last-child>ul, .cbx-header .header-category>ul:first-of-type>li>a+ul>li:last-child>ul {
    margin-bottom: .98vw;
    background-color: transparent;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link>a+ul>li:nth-child(1)>ul, .cbx-header .header-category>ul:first-of-type>li>a+ul>li:nth-child(1)>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link>a+ul>li:nth-child(4), .cbx-header .header-category>ul:first-of-type>li>a+ul>li:nth-child(4) {
    padding-right: .98vw;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link>a+ul>li>a, .cbx-header .header-category>ul:first-of-type>li>a+ul>li>a {
    pointer-events: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}
.cbx-header .header-category>ul:nth-of-type(2) {
    display: none;
}
.cbx-header .header-category>ul>li {
    margin-right: 2.93vw;
    flex-basis: auto;
}
.cbx-header .header-category>ul>li:last-child {
    margin-right: 0;
}
.cbx-header .header-category>ul>li:last-child>a+ul>li:nth-child(2) {
    width: 45.9vw;
    margin-right: 0;
}
.cbx-header .header-category>ul>li:last-child>a+ul>li:nth-child(2)>ul {
    display: flex;
    flex-wrap: wrap;
}
.cbx-header .header-category>ul>li:last-child>a+ul>li:nth-child(2)>ul>li {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 50%}
.cbx-header .header-category>ul:last-of-type {
    display: none;
}
.cbx-header .header-category>.cbx-card {
    display: none;
}
}
@media (min-width:1280px) {
    html[m-browser=ie] .header-list {
    height: 3.13vw;
}
html[m-browser=ie] .header-list>.aniversary {
    width: 17.5vw;
}
html[m-browser=ie] .cbx-header[m-fixed=true]+* {
    margin-top: 5.63vw;
}
html[m-browser=ie] .cbx-header .header-list {
    height: 3.13vw;
}
html[m-browser=ie] .cbx-header .header-category>ul:first-of-type {
    left: 15.63vw;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul>li {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul>li:first-child {
    padding-left: 3.13vw;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul>li:last-child {
    padding-right: 3.13vw;
}
.cbx-header {
    box-shadow: 0 .38vw 1vw rgba(0, 45, 114, .15);
}
.cbx-header[m-search=true] .header-helpers .header-search {
    margin-right: 1.25vw;
    width: 585%}
@supports (display:grid) {
    .cbx-header[m-search=true] .header-helpers .header-search {
    width: 26.88vw;
}
}
.cbx-header[m-search=true] .header-helpers .header-search .search-content>input {
    padding-right: 3.13vw;
    padding-left: 3.13vw;
}
@supports (display:grid) {
    .cbx-header[m-search=true] .header-helpers .header-search .search-content>input {
    padding: .63vw 2.5vw;
}
}
.cbx-header[m-banca=true] .header-helpers>.cbx-link+ul {
    max-height: 62.5vw;
}
.cbx-header .header-content {
    padding-right: 1.25vw;
    padding-left: 1.25vw;
}
.cbx-header .header-content .cbx-icon {
    width: 2.75vw;
    height: 2.75vw;
}
.cbx-header .header-helpers, .cbx-header .header-list {
    top: 1.38vw;
}
.cbx-header .header-list {
    height: 1.56vw;
    flex-basis: 15.63vw;
    left: -1.25vw;
    padding-left: 1.25vw;
}
.cbx-header .header-list>ul>li {
    margin-right: 1.25vw;
}
.cbx-header .header-helpers .cbx-link#openSearch>span:not(.cbx-icon), .cbx-header .header-helpers .cbx-link.localizador>span:not(.cbx-icon) {
    display: block!important;
}
.cbx-header .header-helpers>.cbx-link {
    padding-left: 1.25vw;
}
.cbx-header .header-helpers>.cbx-link+ul {
    box-shadow: 0 .38vw 1vw rgba(0, 45, 114, .15);
    top: 1.56vw;
    right: -1.25vw;
    width: 15.63vw;
}
.cbx-header .header-helpers>.cbx-link+ul>li {
    height: 2.5vw;
    border-bottom-width: .06vw;
}
.cbx-header .header-helpers>.cbx-link+ul>li>a {
    padding: .63vw;
}
.cbx-header .header-helpers>.cbx-link span:not(.cbx-icon) {
    margin-right: .63vw;
}
.cbx-header .header-helpers>.cbx-link .cbx-icon[m-size] i {
    font-size: .94vw;
}
.cbx-header .header-helpers>.localizador {
    border-right-width: .06vw;
    padding-right: 1.25vw;
    height: 1.75vw;
}
.cbx-header .header-helpers .helpers-content>.cbx-link {
    height: 1.56vw;
    padding-right: 1.25vw;
    padding-left: 1.25vw;
    border-right-width: .06vw;
}
.cbx-header .header-helpers .helpers-content>.cbx-link span:not(.cbx-icon) {
    margin-right: .63vw;
}
.cbx-header .header-search {
    height: 1.88vw;
    right: .63vw;
}
.cbx-header .header-search .search-content>.cbx-icon[m-size] i {
    font-size: .94vw;
}
.cbx-header .header-search .search-content>input {
    border-radius: .25vw;
    font-size: .88vw;
}
.cbx-header .header-search .search-content>input:-ms-placeholder, .cbx-header .header-search .search-content>input::-moz-placeholder {
    font-size: .88vw;
}
.cbx-header .header-search .search-content>input:-ms-placeholder, .cbx-header .header-search .search-content>input::-moz-placeholder, .cbx-header .header-search .search-content>input::placeholder {
    font-size: .88vw;
}
.cbx-header .header-category {
    height: 3vw;
}
.cbx-header .header-category .header-copyright {
    top: -1.56vw;
    height: 1.56vw;
}
.cbx-header .header-category .header-copyright>.cbx-legal {
    padding-right: 1.25vw;
}
.cbx-header .header-category .header-copyright>ul>li:first-child {
    margin-right: 1.25vw;
}
.cbx-header .header-category>ul {
    height: 5vw;
}
.cbx-header .header-category>ul:first-of-type {
    left: 13.75vw;
}
.cbx-header .header-category>ul:first-of-type li>a+ul li>a {
    height: 2vw;
}
.cbx-header .header-category>ul:first-of-type li[m-open]>a+ul {
    top: 3vw;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link::after, .cbx-header .header-category>ul:first-of-type>li::after {
    height: .25vw;
    bottom: .5vw;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link>a+ul, .cbx-header .header-category>ul:first-of-type>li>a+ul {
    box-shadow: 0 .75vw 2.25vw rgba(0, 45, 114, .15);
}
.cbx-header .header-category>ul>li {
    margin-right: 1.88vw;
}
.cbx-header .header-category>ul>li:last-child>a+ul>li:nth-child(2) {
    width: 34.06vw;
}
}
@media (min-width:1440px) {
    html[m-browser=ie] .cbx-header[m-search=true] .header-helpers .header-search {
    width: 350%}
html[m-browser=ie] .cbx-header[m-fixed=true]+* {
    margin-top: 6.25vw;
}
html[m-browser=ie] .cbx-header .header-list {
    height: 3.47vw;
}
html[m-browser=ie] .cbx-header .header-list>.aniversary {
    width: 19.44vw;
    height: 50%}
html[m-browser=ie] .cbx-header .header-category>ul:first-of-type {
    left: 17.36vw;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul>li {
    padding-top: 1.39vw;
    padding-right: 1.11vw;
    padding-bottom: 1.39vw;
    padding-left: 1.11vw;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul>li:first-child {
    padding-right: 0;
    padding-left: 2.22vw;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul>li:nth-child(4) {
    padding-right: .56vw;
}
html:not([m-browser~=mobile]) .cbx-header .header-category>ul:first-of-type>li[m-open]:hover>a+ul>li:last-child {
    padding-right: 2.22vw;
    padding-left: .56vw;
}
.cbx-header {
    box-shadow: 0 .42vw 1.11vw rgba(0, 45, 114, .15);
}
.cbx-header[m-search=true] .header-helpers .header-search {
    margin-right: 1.39vw;
}
@supports (display:grid) {
    .cbx-header[m-search=true] .header-helpers .header-search {
    width: 24.31vw;
}
}
.cbx-header[m-search=true] .header-helpers .header-search .search-content>input {
    padding-right: 3.47vw;
    padding-left: 3.47vw;
}
@supports (display:grid) {
    .cbx-header[m-search=true] .header-helpers .header-search .search-content>input {
    padding: .69vw 2.78vw;
}
}
.cbx-header[m-banca=true] .header-helpers>.cbx-link+ul {
    max-height: 69.44vw;
}
.cbx-header .header-content {
    padding-right: 1.39vw;
    padding-left: 1.39vw;
}
.cbx-header .header-content .cbx-icon {
    width: 3.06vw;
    height: 3.06vw;
}
.cbx-header .header-helpers, .cbx-header .header-list {
    top: 1.6vw;
}
.cbx-header .header-list {
    flex-basis: 13.89vw;
    left: -1.39vw;
    padding-left: 1.39vw;
}
.cbx-header .header-list>.aniversary svg {
    max-width: 170px;
}
.cbx-header .header-list>ul>li {
    margin-right: 1.39vw;
}
.cbx-header .header-helpers>.cbx-link {
    padding-left: 1.39vw;
}
.cbx-header .header-helpers>.cbx-link+ul {
    box-shadow: 0 .42vw 1.11vw rgba(0, 45, 114, .15);
    top: 1.74vw;
    right: -1.39vw;
    width: 17.36vw;
}
.cbx-header .header-helpers>.cbx-link+ul>li {
    height: 2.78vw;
    border-bottom-width: .07vw;
}
.cbx-header .header-helpers>.cbx-link+ul>li>a {
    padding: .69vw;
}
.cbx-header .header-helpers>.cbx-link span:not(.cbx-icon) {
    margin-right: .69vw;
}
.cbx-header .header-helpers>.cbx-link .cbx-icon[m-size] i {
    font-size: 1.04vw;
}
.cbx-header .header-helpers>.localizador {
    border-right-width: .07vw;
    padding-right: 1.39vw;
    height: 1.94vw;
}
.cbx-header .header-helpers .helpers-content>.cbx-link {
    height: 1.74vw;
    padding-right: 1.39vw;
    padding-left: 1.39vw;
    border-right-width: .07vw;
}
.cbx-header .header-helpers .helpers-content>.cbx-link span:not(.cbx-icon) {
    margin-right: .69vw;
}
.cbx-header .header-search {
    height: 2.08vw;
    right: .69vw;
}
.cbx-header .header-search .search-content>.cbx-icon[m-size] i {
    font-size: 1.04vw;
}
.cbx-header .header-search .search-content>input {
    border-radius: .28vw;
    font-size: .97vw;
}
.cbx-header .header-search .search-content>input:-ms-placeholder, .cbx-header .header-search .search-content>input::-moz-placeholder {
    font-size: .97vw;
}
.cbx-header .header-search .search-content>input:-ms-placeholder, .cbx-header .header-search .search-content>input::-moz-placeholder, .cbx-header .header-search .search-content>input::placeholder {
    font-size: .97vw;
}
.cbx-header .header-category {
    height: 3.33vw;
}
.cbx-header .header-category .header-copyright {
    top: -1.81vw;
    height: 1.74vw;
}
.cbx-header .header-category .header-copyright>.cbx-legal {
    padding-right: 1.39vw;
}
.cbx-header .header-category .header-copyright>ul>li:first-child {
    margin-right: 1.39vw;
}
.cbx-header .header-category>ul {
    height: 5.56vw;
}
.cbx-header .header-category>ul:first-of-type {
    left: 11.81vw;
}
.cbx-header .header-category>ul:first-of-type li>a+ul li>a {
    height: 2.22vw;
}
.cbx-header .header-category>ul:first-of-type li[m-open]>a+ul {
    top: 3.33vw;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link::after, .cbx-header .header-category>ul:first-of-type>li::after {
    height: .28vw;
    bottom: .56vw;
}
.cbx-header .header-category>ul:first-of-type>.cbx-link>a+ul, .cbx-header .header-category>ul:first-of-type>li>a+ul {
    box-shadow: 0 .83vw 2.5vw rgba(0, 45, 114, .15);
}
.cbx-header .header-category>ul>li {
    margin-right: 2.08vw;
}
.cbx-header .header-category>ul>li:last-child>a+ul>li:nth-child(2) {
    width: 37.15vw;
}
}
.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    color: #000;
    z-index: 99;
    top: 101.5%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
}
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}
.autocomplete-active {
    background-color: #e9e9e9!important;
}
html[m-browser=ie] .cbx-footer .footer-content li.active::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cbx-footer {
    background-color: #323232;
}
.cbx-footer>.cbx-wrapper {
    color: #fff;
}
.cbx-footer>.cbx-wrapper a, .cbx-footer>.cbx-wrapper ul {
    color: inherit;
}
.cbx-footer>.cbx-wrapper a li, .cbx-footer>.cbx-wrapper ul li {
    margin-bottom: 0;
}
.cbx-footer .cbx-link::after {
    background-color: #fff;
}
.cbx-footer .footer-top>.cbx-sub-headline {
    color: inherit;
    margin-bottom: 6.25vw;
}
.cbx-footer .footer-top>ul {
    display: flex;
    margin-bottom: 6.25vw;
}
.cbx-footer .footer-top>ul>li {
    height: 6.25vw;
    width: 6.25vw;
    margin-right: 6.25vw;
}
.cbx-footer .footer-top>ul>li:last-child {
    margin-right: 0;
}
.cbx-footer .footer-top>ul>li>button {
    height: inherit;
    width: inherit;
    color: inherit;
}
.cbx-footer .footer-bottom li, .cbx-footer .footer-content li {
    height: 10vw;
    display: flex;
    align-items: center;
}
.cbx-footer .footer-bottom li.active, .cbx-footer .footer-content li.active {
    position: relative;
}
.cbx-footer .footer-bottom li.active::before, .cbx-footer .footer-content li.active::before {
    content: "\69";
    font-family: cbx-icons!important;
    color: #97999b;
    position: absolute;
    left: -6.25vw;
}
.cbx-footer .footer-bottom li.active>a, .cbx-footer .footer-content li.active>a {
    color: #97999b;
}
.cbx-footer .footer-content {
    color: inherit;
    margin-bottom: 6.25vw;
}
.cbx-footer .footer-content .content-item {
    color: inherit;
}
.cbx-footer .footer-content .content-item>a {
    height: 12.5vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.cbx-footer .footer-content .content-item>a::after, .cbx-footer .footer-content .content-item>a::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, .2);
    left: 0;
    position: absolute;
}
.cbx-footer .footer-content .content-item>a::before {
    top: 0;
    display: none;
}
.cbx-footer .footer-content .content-item>a::after {
    bottom: 0;
}
.cbx-footer .footer-content .content-item>a[m-open=true]::after {
    content: none;
}
.cbx-footer .footer-content .content-item>a[m-open=true]>.cbx-icon .icon-angle-down-o::before {
    content: "\6b"}
.cbx-footer .footer-content .content-item>a[m-open=true]+ul {
    max-height: 1000px;
    transition: max-height 350ms ease-in-out;
}
.cbx-footer .footer-content .content-item>a[m-open=true]+ul>li:last-child::after {
    content: ''}
.cbx-footer .footer-content .content-item>ul {
    max-height: 0;
    overflow: hidden;
}
.cbx-footer .footer-content .content-item>ul>li:last-child {
    position: relative;
}
.cbx-footer .footer-content .content-item>ul>li:last-child::after {
    content: none;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: 0;
    bottom: 0;
}

.cbx-footer .footer-content .content-item>ul>li>a span {
    margin-right: 1.5625vw;
}
.cbx-footer .footer-bottom {
    margin-bottom: 6.25vw;
}
.cbx-footer .footer-legal {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.cbx-footer .footer-legal>.cbx-legal {
    margin-bottom: 6.25vw;
    color: inherit;
    color: #97999b;
}
.cbx-footer .footer-costos {
    display: flex;
    justify-content: flex-end;
}
.cbx-footer .footer-costos>a {
    flex-basis: 65%;
    text-align: right;
}
.cbx-footer[m-mody~=compromiso]>.cbx-wrapper hr {
    border-color: #53565a;
}
.cbx-footer[m-mody~=compromiso]>.cbx-wrapper .footer-content {
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
}

.cbx-footer[m-mody~=compromiso]>.cbx-wrapper .footer-bottom {
    padding-top: 6.25vw;
}
@media (min-width:768px) {
    .cbx-footer .footer-top {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.cbx-footer .footer-top>.cbx-sub-headline {
    margin-bottom: 0;
    flex-grow: 1;
}
.cbx-footer .footer-top>ul {
    margin-bottom: 0;
}
.cbx-footer .footer-top>ul>li {
    height: 20px;
    width: 20px;
    margin-right: 20px;
}
.cbx-footer .footer-bottom li, .cbx-footer .footer-content li {
    height: 32px;
}
.cbx-footer .footer-bottom li.active::before, .cbx-footer .footer-content li.active::before {
    left: -20px;
}
.cbx-footer .footer-content, .cbx-footer .footer-top {
    margin-bottom: 20px;
}
.cbx-footer .footer-content {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.cbx-footer .footer-content .content-item {
    width: calc(100% / 4 - 20px);
}
.cbx-footer .footer-content .content-item>a {
    height: 40px;
    pointer-events: none;
}
.cbx-footer .footer-content .content-item>a::before {
    content: none;
}
.cbx-footer .footer-content .content-item>a>.cbx-icon {
    display: none;
}
.cbx-footer .footer-content .content-item>ul {
    max-height: none;
    overflow: visible;
}
.cbx-footer .footer-content .content-item>ul>li>a span {
    margin-right: 5px;
}
.cbx-footer .footer-bottom {
    margin-bottom: 20px;
}
.cbx-footer .footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
}
.cbx-footer .footer-bottom ul>li {
    margin-right: 20px;
}
.cbx-footer .footer-bottom ul>li:last-child {
    margin-right: 0;
}
.cbx-footer .footer-legal {
    justify-content: space-between;
}
.cbx-footer .footer-legal>.cbx-legal {
    flex-grow: 0;
    flex-shrink: 1;
    margin-bottom: 20px;
}
.cbx-footer .footer-costos {
    flex-basis: 100%}
.cbx-footer[m-mody~=compromiso]>.cbx-wrapper .footer-content {
    margin-top: 40px;
    margin-bottom: 40px;
}
.cbx-footer[m-mody~=compromiso]>.cbx-wrapper .footer-bottom {
    padding-top: 0;
}
}
@media (min-width:1024px) {
    .cbx-footer .footer-top>ul>li {
    height: 1.95vw;
    width: 1.95vw;
    margin-right: 1.95vw;
}
.cbx-footer .footer-bottom li, .cbx-footer .footer-content li {
    height: 3.13vw;
}
.cbx-footer .footer-bottom li.active::before, .cbx-footer .footer-content li.active::before {
    left: -1.95vw;
}
.cbx-footer .footer-content, .cbx-footer .footer-top {
    margin-bottom: 1.95vw;
}
.cbx-footer .footer-content .content-item>a {
    height: 3.91vw;
}
.cbx-footer .footer-content .content-item>ul>li>a span {
    margin-right: .49vw;
}
.cbx-footer .footer-bottom {
    margin-bottom: 1.95vw;
}
.cbx-footer .footer-bottom ul {
    justify-content: space-between;
    font-size: 1.17vw;
}
.cbx-footer .footer-bottom ul>li {
    margin-right: 0;
}
.cbx-footer .footer-legal>.cbx-legal {
    margin-bottom: 0;
}
.cbx-footer .footer-costos {
    flex-basis: auto;
}
.cbx-footer .footer-costos>a {
    flex-basis: auto;
}
.cbx-footer[m-mody~=compromiso]>.cbx-wrapper .footer-content {
    margin-top: 3.91vw;
    margin-bottom: 3.91vw;
}
.cbx-footer[m-mody~=compromiso]>.cbx-wrapper .footer-content .menu {
    margin-right: 3.91vw;
}
.cbx-footer[m-mody~=compromiso]>.cbx-wrapper .footer-content .menu:last-child {
    margin-right: 0;
}
.cbx-footer[m-mody~=compromiso]>.cbx-wrapper .footer-bottom {
    padding-top: 0;
}
}
@media (min-width:1280px) {
    .cbx-footer .footer-top>ul>li {
    height: 1.25vw;
    width: 1.25vw;
    margin-right: 1.25vw;
}
.cbx-footer .footer-bottom li, .cbx-footer .footer-content li {
    height: 2vw;
}
.cbx-footer .footer-bottom li.active::before, .cbx-footer .footer-content li.active::before {
    left: -1.25vw;
}
.cbx-footer .footer-content, .cbx-footer .footer-top {
    margin-bottom: 1.25vw;
}
.cbx-footer .footer-content .content-item>a {
    height: 2.5vw;
}
.cbx-footer .footer-content .content-item>ul>li>a span {
    margin-right: .31vw;
}
.cbx-footer .footer-bottom {
    margin-bottom: 1.25vw;
}
.cbx-footer .footer-bottom ul {
    font-size: .75vw;
}
.cbx-footer[m-mody~=compromiso]>.cbx-wrapper .footer-content {
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    justify-content: flex-start;
}
.cbx-footer[m-mody~=compromiso]>.cbx-wrapper .footer-content .menu {
    margin-right: 2.5vw;
}
}
@media (min-width:1440px) {
    .cbx-footer .footer-top>ul>li {
    height: 1.39vw;
    width: 1.39vw;
    margin-right: 1.39vw;
}
.cbx-footer .footer-bottom li, .cbx-footer .footer-content li {
    height: 2.22vw;
}
.cbx-footer .footer-bottom li.active::before, .cbx-footer .footer-content li.active::before {
    left: -1.39vw;
}
.cbx-footer .footer-content, .cbx-footer .footer-top {
    margin-bottom: 1.39vw;
}
.cbx-footer .footer-content .content-item>a {
    height: 2.78vw;
}
.cbx-footer .footer-content .content-item>ul>li>a span {
    margin-right: .35vw;
}
.cbx-footer .footer-bottom {
    margin-bottom: 1.39vw;
}
.cbx-footer .footer-bottom ul {
    font-size: .83vw;
}
[m-mody~=compromiso]>.cbx-wrapper .footer-content {
    margin-top: 2.78vw;
    margin-bottom: 2.78vw;
}
[m-mody~=compromiso]>.cbx-wrapper .footer-content .menu {
    margin-right: 2.78vw;
}
}
html[m-browser=ie] .cbx-icon {
    padding: 0;
}
html[m-browser=ie] .cbx-icon>i {
    top: 0;
}
.cbx-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.cbx-icon i {
    width: inherit;
    height: inherit;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}
.cbx-icon i::before {
    color: inherit;
}
.cbx-icon.drop-button {
    position: absolute;
    right: 6.25vw;
    top: 3.125vw;
}
.cbx-icon.drop-button[m-mody] {
    transition-property: background-color, color;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    background-color: #f2f4f8;
    color: #003746;
}
.cbx-icon.drop-button[m-mody][m-open=true] {
    will-change: background-color;
    background-color: #fff;
}
.cbx-icon[m-size="10"] {
    width: 3.125vw;
    height: 3.125vw;
}
.cbx-icon[m-size="10"] i {
    font-size: 1.875vw;
}
.cbx-icon[m-size="20"] {
    width: 6.25vw;
    height: 6.25vw;
}
.cbx-icon[m-size="20"] i {
    font-size: 3.75vw;
}
.cbx-icon[m-size="30"] {
    width: 9.375vw;
    height: 9.375vw;
}
.cbx-icon[m-size="30"] i {
    font-size: 5vw;
}
.cbx-icon[m-size="40"] {
    width: 12.5vw;
    height: 12.5vw;
}
.cbx-icon[m-size="40"] i {
    font-size: 6.875vw;
}
.cbx-icon[m-size="50"] {
    width: 15.625vw;
    height: 15.625vw;
}
.cbx-icon[m-size="50"] i {
    font-size: 9.375vw;
}
.cbx-icon[m-mody~=fill] {
    background-color: #003746;
}
.cbx-icon[m-mody~=border] {
    color: #003746;
    border-width: .3125vw;
    border-style: solid;
    border-color: #003746;
}
.cbx-icon[m-mody~=circle] {
    border-radius: 50%}
.cbx-icon[m-mody~=rounded] {
    border-radius: 1.25vw;
}
.cbx-icon[m-mody~=icon-bold] {
    text-shadow: -1px -1px 0 #fff, -1px -1px 0 #fff, -1px -1px 0 #fff;
    -webkit-text-stroke-color: currentColor!important;
}
@supports (display:grid) {
    .cbx-icon[m-mody~=icon-bold] {
    -webkit-text-stroke: .3125vw;
    text-shadow: none;
}
}
.cbx-icon[m-mody~=flat] {
    width: auto;
    height: auto;
}
.cbx-icon[m-mody~=flat][m-size="10"] i {
    font-size: 3.125vw;
}
.cbx-icon[m-mody~=flat][m-size="20"] i {
    font-size: 6.25vw;
}
.cbx-icon[m-mody~=flat][m-size="30"] i {
    font-size: 9.375vw;
}
.cbx-icon[m-mody~=flat][m-size="40"] i {
    font-size: 12.5vw;
}
.cbx-icon[m-mody~=flat][m-size="50"] i {
    font-size: 15.625vw;
}
@media (min-width:768px) {
    .cbx-icon.drop-button {
    right: 20px;
    top: 20px;
}
.cbx-icon[m-size="10"] {
    width: 10px;
    height: 10px;
}
.cbx-icon[m-size="10"] i {
    font-size: 6px;
}
.cbx-icon[m-size="20"] {
    width: 20px;
    height: 20px;
}
.cbx-icon[m-size="20"] i {
    font-size: 12px;
}
.cbx-icon[m-size="30"] {
    width: 30px;
    height: 30px;
}
.cbx-icon[m-size="30"] i {
    font-size: 16px;
}
.cbx-icon[m-size="40"] {
    width: 40px;
    height: 40px;
}
.cbx-icon[m-size="40"] i {
    font-size: 22px;
}
.cbx-icon[m-size="50"] {
    width: 50px;
    height: 50px;
}
.cbx-icon[m-size="50"] i {
    font-size: 30px;
}
.cbx-icon[m-mody~=border] {
    border-width: 1px;
}
.cbx-icon[m-mody~=rounded] {
    border-radius: 4px;
}
@supports (display:grid) {
    .cbx-icon[m-mody~=icon-bold] {
    -webkit-text-stroke: 1px;
}
}
.cbx-icon[m-mody~=flat][m-size="10"] i {
    font-size: 10px;
}
.cbx-icon[m-mody~=flat][m-size="20"] i {
    font-size: 20px;
}
.cbx-icon[m-mody~=flat][m-size="30"] i {
    font-size: 30px;
}
.cbx-icon[m-mody~=flat][m-size="40"] i {
    font-size: 40px;
}
.cbx-icon[m-mody~=flat][m-size="50"] i {
    font-size: 50px;
}
}
@media (min-width:1024px) {
    .cbx-icon.drop-button {
    right: 1.95vw;
    top: 1.95vw;
}
.cbx-icon.drop-button i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cbx-icon[m-size="10"] {
    width: .98vw;
    height: .98vw;
}
.cbx-icon[m-size="10"] i {
    font-size: .59vw;
}
.cbx-icon[m-size="20"] {
    width: 1.95vw;
    height: 1.95vw;
}
.cbx-icon[m-size="20"] i {
    font-size: 1.17vw;
}
.cbx-icon[m-size="30"] {
    width: 2.93vw;
    height: 2.93vw;
}
.cbx-icon[m-size="30"] i {
    font-size: 1.56vw;
}
.cbx-icon[m-size="40"] {
    width: 3.91vw;
    height: 3.91vw;
}
.cbx-icon[m-size="40"] i {
    font-size: 2.15vw;
}
.cbx-icon[m-size="50"] {
    width: 4.88vw;
    height: 4.88vw;
}
.cbx-icon[m-size="50"] i {
    font-size: 2.93vw;
}
.cbx-icon[m-mody~=border] {
    border-width: .1vw;
}
.cbx-icon[m-mody~=rounded] {
    border-radius: .39vw;
}
@supports (display:grid) {
    .cbx-icon[m-mody~=icon-bold] {
    -webkit-text-stroke: .1vw;
}
}
.cbx-icon[m-mody~=flat][m-size="10"] i {
    font-size: .98vw;
}
.cbx-icon[m-mody~=flat][m-size="20"] i {
    font-size: 1.95vw;
}
.cbx-icon[m-mody~=flat][m-size="30"] i {
    font-size: 2.93vw;
}
.cbx-icon[m-mody~=flat][m-size="40"] i {
    font-size: 3.91vw;
}
.cbx-icon[m-mody~=flat][m-size="50"] i {
    font-size: 4.88vw;
}
}
@media (min-width:1280px) {
    .cbx-icon.drop-button {
    right: 1.25vw;
    top: 1.25vw;
}
.cbx-icon[m-size="10"] {
    width: .63vw;
    height: .63vw;
}
.cbx-icon[m-size="10"] i {
    font-size: .38vw;
}
.cbx-icon[m-size="20"] {
    width: 1.25vw;
    height: 1.25vw;
}
.cbx-icon[m-size="20"] i {
    font-size: .75vw;
}
.cbx-icon[m-size="30"] {
    width: 1.88vw;
    height: 1.88vw;
}
.cbx-icon[m-size="30"] i {
    font-size: 1vw;
}
.cbx-icon[m-size="40"] {
    width: 2.5vw;
    height: 2.5vw;
}
.cbx-icon[m-size="40"] i {
    font-size: 1.38vw;
}
.cbx-icon[m-size="50"] {
    width: 3.13vw;
    height: 3.13vw;
}
.cbx-icon[m-size="50"] i {
    font-size: 1.88vw;
}
.cbx-icon[m-mody~=border] {
    border-width: .06vw;
}
.cbx-icon[m-mody~=rounded] {
    border-radius: .25vw;
}
@supports (display:grid) {
    .cbx-icon[m-mody~=icon-bold] {
    -webkit-text-stroke: .06vw;
}
}
.cbx-icon[m-mody~=flat] {
    width: auto;
    height: auto;
}
.cbx-icon[m-mody~=flat][m-size="10"] i {
    font-size: .63vw;
}
.cbx-icon[m-mody~=flat][m-size="20"] i {
    font-size: 1.25vw;
}
.cbx-icon[m-mody~=flat][m-size="30"] i {
    font-size: 1.88vw;
}
.cbx-icon[m-mody~=flat][m-size="40"] i {
    font-size: 2.5vw;
}
.cbx-icon[m-mody~=flat][m-size="50"] i {
    font-size: 3.13vw;
}
}
@media (min-width:1440px) {
    .cbx-icon.drop-button {
    right: 1.39vw;
    top: 1.39vw;
}
.cbx-icon[m-size="10"] {
    width: .69vw;
    height: .69vw;
}
.cbx-icon[m-size="10"] i {
    font-size: .42vw;
}
.cbx-icon[m-size="20"] {
    width: 1.39vw;
    height: 1.39vw;
}
.cbx-icon[m-size="20"] i {
    font-size: .83vw;
}
.cbx-icon[m-size="30"] {
    width: 2.08vw;
    height: 2.08vw;
}
.cbx-icon[m-size="30"] i {
    font-size: 1.11vw;
}
.cbx-icon[m-size="40"] {
    width: 2.78vw;
    height: 2.78vw;
}
.cbx-icon[m-size="40"] i {
    font-size: 1.53vw;
}
.cbx-icon[m-size="50"] {
    width: 3.47vw;
    height: 3.47vw;
}
.cbx-icon[m-size="50"] i {
    font-size: 2.08vw;
}
.cbx-icon[m-mody~=border] {
    border-width: .07vw;
}
.cbx-icon[m-mody~=rounded] {
    border-radius: .28vw;
}
@supports (display:grid) {
    .cbx-icon[m-mody~=icon-bold] {
    -webkit-text-stroke: .07vw;
}
}
.cbx-icon[m-mody~=flat] {
    width: auto;
    height: auto;
}
.cbx-icon[m-mody~=flat][m-size="10"] i {
    font-size: .69vw;
}
.cbx-icon[m-mody~=flat][m-size="20"] i {
    font-size: 1.39vw;
}
.cbx-icon[m-mody~=flat][m-size="30"] i {
    font-size: 2.08vw;
}
.cbx-icon[m-mody~=flat][m-size="40"] i {
    font-size: 2.78vw;
}
.cbx-icon[m-mody~=flat][m-size="50"] i {
    font-size: 3.47vw;
}
}
.cbx-img {
    background-color: #f2f4f8;
    background-size: cover;
    background-position: center;
}
.cbx-img img {
    height: auto;
    width: 100%;
    vertical-align: middle;
}
.cbx-legal {
    font-size: inherit;
}
.cbx-legal [m-mody=cat] {
    font-size: 5vw;
}
@media (min-width:768px) {
    .cbx-legal {
    font-size: 12px;
}
.cbx-legal [m-mody=cat] {
    font-size: 16px;
}
}
@media (min-width:1024px) {
    .cbx-legal {
    font-size: 1.17rem;
}
.cbx-legal [m-mody=cat] {
    font-size: 1.56vw;
}
}
@media (min-width:1280px) {
    .cbx-legal {
    font-size: .75rem;
}
.cbx-legal [m-mody=cat] {
    font-size: 1vw;
}
}
@media (min-width:1440px) {
    .cbx-legal {
    font-size: .83rem;
}
.cbx-legal [m-mody=cat] {
    font-size: 1.11vw;
}
}
html:not([m-browser~=mobile]) .cbx-link[m-mody~=phone] {
    pointer-events: none;
    color: #323232;
}
html:not([m-browser~=mobile]) .cbx-link[m-mody~=phone]::after {
    content: none;
}
.cbx-link {
    color: #008294 !important;
    cursor: pointer;
    display: inline-block;
}
.cbx-link[m-active=true]::after {
    background-color: #003746;
    width: 100%}
.cbx-link[m-mody~=inherit] {
    color: inherit;
    font-size: inherit;
}
.cbx-link[m-mody~=inherit-color] {
    color: inherit;
}
.cbx-link[m-mody~=inherit-size] {
    font-size: inherit;
}
.cbx-link[m-mody~=bread-crumb], .cbx-link[m-mody~=cta] {
    display: flex;
    align-items: center;
    line-height: 15px;
}
.cbx-link[m-mody~=bread-crumb]::after, .cbx-link[m-mody~=cta]::after {
    content: none;
}
.cbx-link[m-mody~=bread-crumb] .cbx-icon, .cbx-link[m-mody~=cta] .cbx-icon {
    color: #003746;
    background-color: transparent;
    border: none;
    height: auto;
}
.cbx-link[m-mody~=bread-crumb][m-mody~=b-right] .cbx-icon, .cbx-link[m-mody~=cta] .cbx-icon {
    margin-left: 1.5625vw;
}
.cbx-link[m-mody~=bread-crumb]:not([m-mody~=b-right]) .cbx-icon {
    margin-right: 1.5625vw;
}
.cbx-link[m-mody~=cta] .cbx-icon {
    transition-property: left;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    position: relative;
    left: 0;
}
.cbx-link[m-mody~=no-underline]::after {
    content: none;
}
@media (min-width:768px) {
  
.cbx-link[m-mody~=bread-crumb][m-mody~=b-right] .cbx-icon, .cbx-link[m-mody~=cta] .cbx-icon {
    margin-left: 5px;
}
.cbx-link[m-mody~=bread-crumb]:not([m-mody~=b-right]) .cbx-icon {
    margin-right: 5px;
}
}
@media (min-width:1024px) {
    .cbx-link {
    position: relative;
    transition: color 350ms ease-in-out;
}
.cbx-link::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    bottom: -.2vw;
    width: 0;
    background-color: #008294;
    height: .1vw;
    transition: width 350ms ease-in-out;
}
.cbx-link:focus, .cbx-link:hover {
    color: #008294;
}
.cbx-link:focus::after, .cbx-link:hover::after {
    width: 100%}
.cbx-link[m-active=true]::after {
    width: 100%}
.cbx-link[m-mody~=bread-crumb][m-mody~=b-right] .cbx-icon, .cbx-link[m-mody~=cta] .cbx-icon {
    margin-left: .98vw;
}
.cbx-link[m-mody~=bread-crumb]:not([m-mody~=b-right]) .cbx-icon {
    margin-right: .49vw;
}
}
@media (min-width:1280px) {
   
.cbx-link::after {
    bottom: -.13vw;
    height: 1px;
}
.cbx-link[m-mody~=bread-crumb][m-mody~=b-right] .cbx-icon, .cbx-link[m-mody~=cta] .cbx-icon {
    margin-left: .31vw;
}
.cbx-link[m-mody~=cta]:hover .cbx-icon {
    will-change: left;
    left: 5px;
}
@supports (display:grid) {
    .cbx-link[m-mody~=cta]:hover .cbx-icon {
    left: .31vw;
}
}
.cbx-link[m-mody~=bread-crumb]:not([m-mody~=b-right]) .cbx-icon {
    margin-right: .31vw;
}
}
@media (min-width:1440px) {
  
.cbx-link::after {
    bottom: -.14vw;
    height: 1px;
}
.cbx-link[m-mody~=bread-crumb][m-mody~=b-right] .cbx-icon, .cbx-link[m-mody~=cta] .cbx-icon {
    margin-left: .35vw;
}
@supports (display:grid) {
    .cbx-link[m-mody~=cta]:hover .cbx-icon {
    left: .35vw;
}
}
.cbx-link[m-mody~=bread-crumb]:not([m-mody~=b-right]) .cbx-icon {
    margin-right: .35vw;
}
}
.cbx-sub-headline {
    font-size: 5vw;
}
@media (min-width:768px) {
    .cbx-sub-headline {
    font-size: 16px;
}
}
@media (min-width:1024px) {
    .cbx-sub-headline {
    font-size: 1.56vw;
}
}
@media (min-width:1280px) {
    .cbx-sub-headline {
    font-size: 1.25vw;
}
}
@media (min-width:1440px) {
    .cbx-sub-headline {
    font-size: 1.39vw;
}
}
.cbx-svg-icon {
    fill: #323232;
}
.cbx-svg-icon[m-size="5"] {
    width: 1.5625vw;
    height: 1.5625vw;
}
.cbx-svg-icon[m-size="10"] {
    width: 3.125vw;
    height: 3.125vw;
}
.cbx-svg-icon[m-size="15"] {
    width: 4.6875vw;
    height: 4.6875vw;
}
.cbx-svg-icon[m-size="20"] {
    width: 6.25vw;
    height: 6.25vw;
}
.cbx-svg-icon[m-size="25"] {
    width: 7.8125vw;
    height: 7.8125vw;
}
.cbx-svg-icon[m-size="30"] {
    width: 9.375vw;
    height: 9.375vw;
}
.cbx-svg-icon[m-size="35"] {
    width: 10.9375vw;
    height: 10.9375vw;
}
.cbx-svg-icon[m-size="40"] {
    width: 12.5vw;
    height: 12.5vw;
}
.cbx-svg-icon[m-size="45"] {
    width: 14.0625vw;
    height: 14.0625vw;
}
.cbx-svg-icon[m-size="50"] {
    width: 15.625vw;
    height: 15.625vw;
}
@media (min-width:768px) {
    .cbx-svg-icon[m-size="5"] {
    width: 5px;
    height: 5px;
}
.cbx-svg-icon[m-size="10"] {
    width: 10px;
    height: 10px;
}
.cbx-svg-icon[m-size="15"] {
    width: 15px;
    height: 15px;
}
.cbx-svg-icon[m-size="20"] {
    width: 20px;
    height: 20px;
}
.cbx-svg-icon[m-size="25"] {
    width: 25px;
    height: 25px;
}
.cbx-svg-icon[m-size="30"] {
    width: 30px;
    height: 30px;
}
.cbx-svg-icon[m-size="35"] {
    width: 35px;
    height: 35px;
}
.cbx-svg-icon[m-size="40"] {
    width: 40px;
    height: 40px;
}
.cbx-svg-icon[m-size="45"] {
    width: 45px;
    height: 45px;
}
.cbx-svg-icon[m-size="50"] {
    width: 50px;
    height: 50px;
}
}
@media (min-width:1024px) {
    .cbx-svg-icon[m-size="5"] {
    width: .49vw;
    height: .49vw;
}
.cbx-svg-icon[m-size="10"] {
    width: .98vw;
    height: .98vw;
}
.cbx-svg-icon[m-size="15"] {
    width: 1.46vw;
    height: 1.46vw;
}
.cbx-svg-icon[m-size="20"] {
    width: 1.95vw;
    height: 1.95vw;
}
.cbx-svg-icon[m-size="25"] {
    width: 2.44vw;
    height: 2.44vw;
}
.cbx-svg-icon[m-size="30"] {
    width: 2.93vw;
    height: 2.93vw;
}
.cbx-svg-icon[m-size="35"] {
    width: 3.42vw;
    height: 3.42vw;
}
.cbx-svg-icon[m-size="40"] {
    width: 3.91vw;
    height: 3.91vw;
}
.cbx-svg-icon[m-size="45"] {
    width: 4.39vw;
    height: 4.39vw;
}
.cbx-svg-icon[m-size="50"] {
    width: 4.88vw;
    height: 4.88vw;
}
}
@media (min-width:1280px) {
    .cbx-svg-icon[m-size="5"] {
    width: .31vw;
    height: .31vw;
}
.cbx-svg-icon[m-size="10"] {
    width: .63vw;
    height: .63vw;
}
.cbx-svg-icon[m-size="15"] {
    width: .94vw;
    height: .94vw;
}
.cbx-svg-icon[m-size="20"] {
    width: 1.25vw;
    height: 1.25vw;
}
.cbx-svg-icon[m-size="25"] {
    width: 1.56vw;
    height: 1.56vw;
}
.cbx-svg-icon[m-size="30"] {
    width: 1.88vw;
    height: 1.88vw;
}
.cbx-svg-icon[m-size="35"] {
    width: 2.19vw;
    height: 2.19vw;
}
.cbx-svg-icon[m-size="40"] {
    width: 2.5vw;
    height: 2.5vw;
}
.cbx-svg-icon[m-size="45"] {
    width: 2.81vw;
    height: 2.81vw;
}
.cbx-svg-icon[m-size="50"] {
    width: 3.13vw;
    height: 3.13vw;
}
}
@media (min-width:1440px) {
    .cbx-svg-icon[m-size="5"] {
    width: .35vw;
    height: .35vw;
}
.cbx-svg-icon[m-size="10"] {
    width: .69vw;
    height: .69vw;
}
.cbx-svg-icon[m-size="15"] {
    width: 1.04vw;
    height: 1.04vw;
}
.cbx-svg-icon[m-size="20"] {
    width: 1.39vw;
    height: 1.39vw;
}
.cbx-svg-icon[m-size="25"] {
    width: 1.74vw;
    height: 1.74vw;
}
.cbx-svg-icon[m-size="30"] {
    width: 2.08vw;
    height: 2.08vw;
}
.cbx-svg-icon[m-size="35"] {
    width: 2.43vw;
    height: 2.43vw;
}
.cbx-svg-icon[m-size="40"] {
    width: 2.78vw;
    height: 2.78vw;
}
.cbx-svg-icon[m-size="45"] {
    width: 3.13vw;
    height: 3.13vw;
}
.cbx-svg-icon[m-size="50"] {
    width: 3.47vw;
    height: 3.47vw;
}
}
html[m-browser=ie] .cbx-text {
    letter-spacing: .5px;
}
.cbx-text {
    color: #003746;
}
.cbx-text .cbx-link {
    display: inline;
}
.cbx-text .cbx-link[m-mody~=cta] {
    display: flex;
}
@media (min-width:768px) {

}
@media (min-width:1024px) {
  
}
@media (min-width:1280px) {
   
}
@media (min-width:1440px) {
  
}
html[m-browser=ie] .cbx-exit .cbx-icon i {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cbx-exit {
    box-shadow: 0 3.75vw 11.25vw rgba(0, 45, 114, .15);
    display: none;
    min-height: 56.25vw;
    width: 68.75vw;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 7;
}
.cbx-exit .cbx-legal {
    color: #53565a;
}
.cbx-exit .cbx-link {
    color: #003746;
}
.cbx-exit .cbx-link .cbx-icon {
    color: inherit;
}
.cbx-exit .cbx-link .cbx-icon [class*=icon-] {
    color: inherit;
}
.cbx-exit[m-visible=true] {
    display: block;
}
.cbx-exit[m-visible=true] .exit-description {
    padding: 3.125vw;
}
.cbx-exit .exit-main {
    border-radius: 1.25vw;
    overflow: hidden;
}
.cbx-exit .exit-description {
    background-color: #fff;
}
.cbx-exit .exit-description .cbx-legal {
    margin-bottom: 4.6875vw;
}
.cbx-exit .exit-description .cbx-legal:last-child {
    color: #97999b;
    margin-bottom: 0;
}
.cbx-exit .exit-cta {
    height: 12.5vw;
    background-color: #f2f4f8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cbx-exit>.cbx-icon {
    position: absolute;
    top: -3.125vw;
    right: -3.125vw;
}
@media (min-width:768px) {
    .cbx-exit {
    box-shadow: 0 12px 36px rgba(0, 45, 114, .15);
    min-height: 180px;
    width: 220px;
}
.cbx-exit[m-visible=true] .exit-description {
    padding: 10px;
}
.cbx-exit .exit-main {
    border-radius: 4px;
}
.cbx-exit .exit-description .cbx-legal {
    margin-bottom: 15px;
}
.cbx-exit .exit-cta {
    height: 40px;
}
.cbx-exit>.cbx-icon {
    top: -10px;
    right: -10px;
}
}
@media (min-width:1024px) {
    .cbx-exit {
    box-shadow: 0 1.17vw 3.52vw rgba(0, 45, 114, .15);
    min-height: inherit;
    width: 21.48vw;
    position: absolute;
    left: 0;
    top: 0;
}
.cbx-exit[m-visible=true] .exit-description {
    padding: .98vw;
}
.cbx-exit .exit-main {
    border-radius: .39vw;
}
.cbx-exit .exit-description .cbx-legal {
    margin-bottom: 1.46vw;
}
.cbx-exit .exit-cta {
    height: 3.91vw;
}
.cbx-exit>.cbx-icon {
    top: -.98vw;
    right: -.98vw;
}
}
@media (min-width:1280px) {
    .cbx-exit {
    box-shadow: 0 .75vw 2.25vw rgba(0, 45, 114, .15);
    width: 13.75vw;
}
.cbx-exit[m-visible=true] .exit-description {
    padding: .63vw;
}
.cbx-exit .exit-main {
    border-radius: .25vw;
}
.cbx-exit .exit-description .cbx-legal {
    margin-bottom: .94vw;
}
.cbx-exit .exit-cta {
    height: 2.5vw;
}
.cbx-exit>.cbx-icon {
    top: -.63vw;
    right: -.63vw;
}
}
@media (min-width:1440px) {
    .cbx-exit {
    box-shadow: 0 .83vw 2.5vw rgba(0, 45, 114, .15);
    width: 15.28vw;
}
.cbx-exit[m-visible=true] .exit-description {
    padding: .69vw;
}
.cbx-exit .exit-main {
    border-radius: .28vw;
}
.cbx-exit .exit-description .cbx-legal {
    margin-bottom: 1.04vw;
}
.cbx-exit .exit-cta {
    height: 2.78vw;
}
.cbx-exit>.cbx-icon {
    top: -.69vw;
    right: -.69vw;
}
}
.cbx-cookies {
    background-color: #f2f4f8;
    display: none;
}
.cbx-cookies.blue {
    background-color: #003746;
}
.cbx-cookies.blue .cbx-icon {
    color: #fff;
}
.cbx-cookies.blue .cbx-icon[m-mody~=border] {
    border-color: #fff;
}
.cbx-cookies.blue .content-text>* {
    color: #fff;
}
.cbx-cookies.yellow {
    background-color: #fda200;
}
.cbx-cookies.yellow .cbx-icon {
    color: #323232;
}
.cbx-cookies.yellow .cbx-icon[m-mody~=border] {
    border-color: #323232;
}
.cbx-cookies.yellow .content-text>* {
    color: #323232;
}
.cbx-cookies.alert+.cbx-cookies .cookie-content {
    position: relative;
}
.cbx-cookies.alert+.cbx-cookies .cookie-content>button {
    position: absolute;
    right: 3.125vw;
}
.cbx-cookies.alert+.cbx-cookies .content-text {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
}
.cbx-cookies.alert+.cbx-cookies .content-text>* {
    margin-bottom: 3.125vw;
}
.cbx-cookies.alert+.cbx-cookies .content-text>:last-child {
    margin-bottom: 0;
}
.cbx-cookies.alert+.cbx-cookies .cbx-legal {
    padding: 0;
}
.cbx-cookies[m-open=true] {
    display: flex;
}
@media (max-width:767px) {
    .cbx-cookies[m-open=true]~.cbx-dmp[m-active=true] {
    max-height: 67vh;
    top: 2vh;
    bottom: 0;
    -webkit-transform: inherit;
    transform: inherit;
}
}
@media (max-width:1023px) {
    .cbx-cookies[m-open=true]~.cbx-dmp[m-active=true] {
    height: auto;
}
}
.cbx-cookies[m-open=true]~.cbx-dmp[m-active=true] .dmp-info {
    overflow: auto;
}
@media (min-width:1024px) {
    .cbx-cookies[m-open=true]~.cbx-dmp[m-active=true][m-mody*=fase-]:not([m-mody*=last-impresion]) {
    bottom: 60%;
    height: calc(100vh - 300px);
}
}
.cbx-cookies[m-open=true]~.cbx-dmp[m-active=true][m-mody=fase-2] {
    bottom: 60%;
    height: calc(100vh - 300px);
}
.cbx-cookies[m-open=true]~.cbx-dmp[m-active=true][m-mody=fase-2] .dmp-info {
    overflow: auto;
}
.cbx-cookies[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-1 last-impresion"] {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    bottom: 0;
    top: inherit;
}
.cbx-cookies[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 46.875vw;
    top: inherit;
}
@media (min-width:768px) {
    .cbx-cookies[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 150px;
}
}
@media (min-width:1024px) {
    .cbx-cookies[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 24.41vw;
}
}
@media (min-width:1280px) {
    .cbx-cookies[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 15.63vw;
}
}
@media (min-width:1440px) {
    .cbx-cookies[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 17.36vw;
}
}
@media (min-width:768px) {
    .cbx-cookies[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 0;
    height: auto;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}
}
.cbx-cookies[m-open=true]~.cbx-dmp[m-active=false] {
    bottom: 46.875vw;
}
@media (min-width:768px) {
    .cbx-cookies[m-open=true]~.cbx-dmp[m-active=false] {
    bottom: 150px;
}
}
@media (min-width:1024px) {
    .cbx-cookies[m-open=true]~.cbx-dmp[m-active=false] {
    bottom: 14.65vw;
}
}
@media (min-width:1280px) {
    .cbx-cookies[m-open=true]~.cbx-dmp[m-active=false] {
    bottom: 9.38vw;
}
}
@media (min-width:1440px) {
    .cbx-cookies[m-open=true]~.cbx-dmp[m-active=false] {
    bottom: 10.42vw;
}
}
.cbx-cookies .cookie-content {
    display: flex;
    padding: 6.25vw 3.125vw;
}
.cbx-cookies .cookie-content .cbx-icon:last-child {
    color: inherit;
}
.cbx-cookies .cookie-content .cbx-icon:last-child[m-mody~=border] {
    border-color: inherit;
}
.cbx-cookies .cbx-legal {
    padding: 0 3.125vw;
    font-size: 3.125vw;
    line-height: 1.5;
}
.cbx-warning {
    transition-property: bottom;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    position: fixed;
    bottom: -100%;
    background-color: #f2f4f8;
    width: 100%;
    z-index: 100;
}
.cbx-warning[m-open=true] {
    bottom: 0;
}
.cbx-warning[m-open=true]~.cbx-cookies[m-open=true] {
    z-index: 2;
    bottom: 45.3125vw;
}
@media (max-width:767px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true] {
    max-height: 67vh;
    top: 2vh;
    bottom: 0;
    -webkit-transform: inherit;
    transform: inherit;
}
}
@media (max-width:1023px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true] {
    height: auto;
}
}
.cbx-warning[m-open=true]~.cbx-dmp[m-active=true] .dmp-info {
    overflow: auto;
}
@media (min-width:1024px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody*=fase-]:not([m-mody*=last-impresion]) {
    bottom: 60%;
    height: calc(100vh - 300px);
}
}
.cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 "] {
    bottom: 60%;
    height: calc(100vh - 300px);
}
.cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 "] .dmp-info {
    overflow: auto;
}
.cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-1 "] {
    bottom: 60%;
    height: calc(100vh - 300px);
}
.cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-1 "] .dmp-info {
    overflow: auto;
}
.cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-1 last-impresion"] {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    bottom: 0;
    top: inherit;
}
@media (max-width:767px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-1 last-impresion"] {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}
}
@media (max-width:767px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 "] .dmp-info>.cbx-img>.fase-img {
    max-height: 31.25vw;
    -o-object-fit: cover;
    object-fit: cover;
}
}
@media (max-width:767px) and (min-width:768px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 "] .dmp-info>.cbx-img>.fase-img {
    max-height: 100px;
}
}
@media (max-width:767px) and (min-width:1024px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 "] .dmp-info>.cbx-img>.fase-img {
    max-height: 9.77vw;
}
}
@media (max-width:767px) and (min-width:1280px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 "] .dmp-info>.cbx-img>.fase-img {
    max-height: 6.25vw;
}
}
@media (max-width:767px) and (min-width:1440px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 "] .dmp-info>.cbx-img>.fase-img {
    max-height: 6.94vw;
}
}
@media (max-width:767px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-1 "] .dmp-info>.cbx-img>img:not(.fase-img) {
    max-height: 21.875vw;
    -o-object-fit: contain;
    object-fit: contain;
}
}
@media (max-width:767px) and (min-width:768px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-1 "] .dmp-info>.cbx-img>img:not(.fase-img) {
    max-height: 70px;
}
}
@media (max-width:767px) and (min-width:1024px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-1 "] .dmp-info>.cbx-img>img:not(.fase-img) {
    max-height: 6.84vw;
}
}
@media (max-width:767px) and (min-width:1280px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-1 "] .dmp-info>.cbx-img>img:not(.fase-img) {
    max-height: 4.38vw;
}
}
@media (max-width:767px) and (min-width:1440px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-1 "] .dmp-info>.cbx-img>img:not(.fase-img) {
    max-height: 4.86vw;
}
}
.cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 46.875vw;
    top: inherit;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
}
@media (min-width:768px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 150px;
}
}
@media (min-width:1024px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 24.41vw;
}
}
@media (min-width:1280px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 15.63vw;
}
}
@media (min-width:1440px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 17.36vw;
}
}
@media (min-width:768px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 0;
    height: auto;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}
}
.cbx-warning[m-open=true]~.cbx-dmp[m-active=false] {
    bottom: 46.875vw;
}
@media (min-width:768px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=false] {
    bottom: 150px;
}
}
@media (min-width:1024px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=false] {
    bottom: 14.65vw;
}
}
@media (min-width:1280px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=false] {
    bottom: 9.38vw;
}
}
@media (min-width:1440px) {
    .cbx-warning[m-open=true]~.cbx-dmp[m-active=false] {
    bottom: 10.42vw;
}
}
.cbx-warning .header {
    background-color: #fda200;
    padding-top: 1.5625vw;
    padding-right: 3.125vw;
    padding-bottom: 1.5625vw;
    padding-left: 3.125vw;
}
.cbx-warning .header .content {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.cbx-warning .header .content .cbx-icon:first-child {
    margin-right: 3.125vw;
}
.cbx-warning .header .content .cbx-icon:first-child[m-mody~=border] {
    color: #323232;
    border-color: #323232;
}
.cbx-warning .header .content .cbx-icon:last-child {
    margin-left: auto;
}
.cbx-warning .header .content .cbx-legal {
    color: #323232;
}
.cbx-warning .cookie-content {
    display: flex;
    padding: 6.25vw 3.125vw;
}
.cbx-warning .cookie-content .cbx-icon:last-child {
    color: inherit;
}
.cbx-warning .cookie-content .cbx-icon:last-child[m-mody~=border] {
    border-color: inherit;
}
@media (max-width:767px) {
    .cbx-cookies.alert[m-open=true] {
    bottom: 29.375vw!important;
}
}
@media (min-width:768px) {
    .cbx-cookies.alert+.cbx-cookies .cookie-content>button {
    right: 10px;
}
.cbx-cookies.alert+.cbx-cookies .content-text {
    padding-right: 10px;
    padding-left: 10px;
}
.cbx-cookies.alert+.cbx-cookies .content-text>* {
    margin-bottom: 10px;
}
.cbx-cookies .cookie-content {
    padding: 20px 10px;
    max-width: 680px;
    margin: 0 auto;
}
.cbx-cookies .cbx-legal {
    font-size: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.cbx-warning[m-open=true]~.cbx-cookies[m-open=true] {
    bottom: 106px;
}
.cbx-warning .header {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.cbx-warning .header .content {
    max-width: 680px;
}
.cbx-warning .header .content .cbx-icon:first-child {
    margin-right: 10px;
}
.cbx-warning .cookie-content {
    padding: 20px 10px;
    max-width: 680px;
    margin: 0 auto;
}
}
@media (max-width:1023px) {
    .cbx-cookies {
    transition-property: bottom;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    position: fixed;
    bottom: -100vh;
    z-index: 4;
    width: 100%}
.cbx-cookies[m-open=true] {
    bottom: 0;
}
.cbx-cookies.alert[m-open=true] {
    bottom: 79px;
}
}
@media (min-width:1024px) {
    .cbx-cookies {
    width: 100%;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 0;
    display: flex;
    transition: all .35s ease;
}
.cbx-cookies[m-open=true] {
    z-index: 3;
    height: 100px;
}
.cbx-cookies[m-open=true] .cookie-content {
    height: 6.84vw;
}
.cbx-cookies.alert+.cbx-cookies[m-open=true] .cookie-content {
    height: 7.81vw;
}
.cbx-cookies.alert+.cbx-cookies .cookie-content {
    max-width: 960px;
}
.cbx-cookies.alert+.cbx-cookies .cookie-content>button {
    right: .98vw;
}
.cbx-cookies .cookie-content {
    transition-property: height;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    align-items: center;
    height: 0;
    padding: 0 .98vw;
    max-width: 93.75vw;
    margin: auto;
}
.cbx-cookies .cbx-legal {
    font-size: 1.17vw;
    padding-right: .98vw;
    padding-left: .98vw;
}
.cbx-cookies[m-open=true]~.cbx-header, .cbx-cookies[m-open=true]~.cbx-nav {
    top: 100px;
}
.cbx-warning {
    -webkit-transform: inherit;
    transform: inherit;
    top: inherit;
}
.cbx-warning[m-open=true]~.cbx-cookies[m-open=true] {
    bottom: 0;
}
.cbx-warning .header {
    padding-top: .98vw;
    padding-right: 1.95vw;
    padding-bottom: .98vw;
    padding-left: 1.95vw;
}
.cbx-warning .header .content {
    max-width: inherit;
}
.cbx-warning .header .content .cbx-icon:first-child {
    margin-right: .98vw;
}
.cbx-warning .cookie-content {
    transition-property: height;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    align-items: center;
    height: 6.84vw;
    padding: 0 .98vw;
    max-width: 93.75vw;
}
}
@media (min-width:1280px) {
    .cbx-cookies[m-open=true] .cookie-content {
    height: 4.38vw;
}
.cbx-cookies.alert+.cbx-cookies[m-open=true] .cookie-content {
    height: 5vw;
}
.cbx-cookies.alert+.cbx-cookies .cookie-content {
    max-width: 1100px;
}
.cbx-cookies.alert+.cbx-cookies .cookie-content>button {
    right: .63vw;
}
.cbx-cookies .cookie-content {
    max-width: 68.75vw;
    padding: 0 .63vw;
}
.cbx-cookies .cbx-legal {
    font-size: .75vw;
    padding-right: .63vw;
    padding-left: .63vw;
}
.cbx-warning .header {
    padding-top: .63vw;
    padding-right: 1.25vw;
    padding-bottom: .63vw;
    padding-left: 1.25vw;
}
.cbx-warning .header .content .cbx-icon:first-child {
    margin-right: .63vw;
}
.cbx-warning .cookie-content {
    margin: auto;
    max-width: 68.75vw;
    height: 4.38vw;
    padding: 0 .63vw;
}
}
@media (min-width:1440px) {
    .cbx-cookies[m-open=true] .cookie-content {
    height: 4.86vw;
}
.cbx-cookies.alert+.cbx-cookies[m-open=true] .cookie-content {
    height: 5.56vw;
}
.cbx-cookies.alert+.cbx-cookies .cookie-content>button {
    right: .69vw;
}
.cbx-cookies .cookie-content {
    max-width: 76.39vw;
    padding: 0 .69vw;
}
.cbx-cookies .cbx-legal {
    font-size: .83vw;
    padding-right: .69vw;
    padding-left: .69vw;
}
.cbx-warning .header {
    padding-top: .69vw;
    padding-right: 1.39vw;
    padding-bottom: .69vw;
    padding-left: 1.39vw;
}
.cbx-warning .header .content .cbx-icon:first-child {
    margin-right: .69vw;
}
.cbx-warning .cookie-content {
    max-width: 76.39vw;
    padding: 0 .69vw;
    height: 4.86vw;
}
}
.cbx-wrapper {
    width: 100%;
    padding: 6.25vw;
    margin-right: auto;
    margin-left: auto;
}
.cbx-wrapper .wrapper-inline, .cbx-wrapper>.cbx-category, .cbx-wrapper>.cbx-sub-headline, .cbx-wrapper>.cbx-title {
    margin-bottom: 6.25vw;
}
.cbx-wrapper>.cbx-headline-section, .cbx-wrapper>.cbx-text {
    margin-bottom: 9.375vw;
}
.cbx-wrapper>.cbx-category, .cbx-wrapper>.cbx-headline-section, .cbx-wrapper>.cbx-sub-category, .cbx-wrapper>.cbx-sub-headline, .cbx-wrapper>.cbx-text, .cbx-wrapper>.cbx-title {
    text-align: center;
}
.cbx-wrapper .wrapper-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cbx-wrapper[m-mody=text-right]>.cbx-category, .cbx-wrapper[m-mody=text-right]>.cbx-headline-section, .cbx-wrapper[m-mody=text-right]>.cbx-sub-category, .cbx-wrapper[m-mody=text-right]>.cbx-sub-headline, .cbx-wrapper[m-mody=text-right]>.cbx-text, .cbx-wrapper[m-mody=text-right]>.cbx-title {
    text-align: right;
}
.cbx-wrapper[m-theme=white]>* {
    color: #fff;
}
.cbx-wrapper[m-mody=text-left]>.cbx-category, .cbx-wrapper[m-mody=text-left]>.cbx-headline-section, .cbx-wrapper[m-mody=text-left]>.cbx-sub-category, .cbx-wrapper[m-mody=text-left]>.cbx-sub-headline, .cbx-wrapper[m-mody=text-left]>.cbx-text, .cbx-wrapper[m-mody=text-left]>.cbx-title {
    text-align: left;
}
@media (max-width:767px) {
    .cbx-wrapper .wrapper-inline>* {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 70%}
.cbx-wrapper .wrapper-inline>.cbx-link {
    flex-basis: 30%;
    text-align: right;
}
.cbx-wrapper>:only-child {
    margin-bottom: 0;
}
}
@media (min-width:768px) {
    .cbx-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    width: 680px;
}
.cbx-wrapper .wrapper-inline, .cbx-wrapper>.cbx-category, .cbx-wrapper>.cbx-headline-section, .cbx-wrapper>.cbx-sub-headline, .cbx-wrapper>.cbx-text, .cbx-wrapper>.cbx-title {
    margin-bottom: 20px;
}
}
@media (min-width:1024px) {
    .cbx-wrapper {
    padding-top: 3.91vw;
    padding-bottom: 3.91vw;
    width: 93.75vw;
}
.cbx-wrapper .wrapper-inline, .cbx-wrapper>.cbx-category, .cbx-wrapper>.cbx-headline-section, .cbx-wrapper>.cbx-sub-headline, .cbx-wrapper>.cbx-text, .cbx-wrapper>.cbx-title {
    margin-bottom: 1.95vw;
}
.cbx-wrapper[m-mody=carousel-arrows] {
    width: 97.66vw;
}
}
@media (min-width:1280px) {
    .cbx-wrapper {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    width: 68.75vw;
}
.cbx-wrapper .wrapper-inline, .cbx-wrapper>.cbx-category, .cbx-wrapper>.cbx-headline-section, .cbx-wrapper>.cbx-sub-headline, .cbx-wrapper>.cbx-text, .cbx-wrapper>.cbx-title {
    margin-bottom: 1.25vw;
}
.cbx-wrapper[m-mody=carousel-arrows] {
    width: 71.25vw;
}
}
@media (min-width:1440px) {
    .cbx-wrapper {
    padding-top: 2.78vw;
    padding-bottom: 2.78vw;
    width: 76.39vw;
}
.cbx-wrapper .wrapper-inline, .cbx-wrapper>.cbx-category, .cbx-wrapper>.cbx-headline-section, .cbx-wrapper>.cbx-sub-headline, .cbx-wrapper>.cbx-text, .cbx-wrapper>.cbx-title {
    margin-bottom: 1.39vw;
}
.cbx-wrapper[m-mody=carousel-arrows] {
    width: 76.39vw;
}
}
html[m-browser=ff] .cbx-nav .header-content>ul.nav-brand>li.brand svg {
    width: 100%}
html[m-browser=ff] .cbx-nav .header-content>ul.nav-brand>li.aniversary svg {
    width: 100%}
html[m-browser=ie] .cbx-nav {
    position: relative;
}
html[m-browser~=iphone] .cbx-nav .header-content>ul.right-content>li.item .cbx-text, html[m-browser~=iphone] .cbx-nav .header-content>ul.toggle-btn>.item>.cbx-icon, html[m-browser~=safari] .cbx-nav .header-content>ul.right-content>li.item .cbx-text, html[m-browser~=safari] .cbx-nav .header-content>ul.toggle-btn>.item>.cbx-icon {
    height: auto;
}
html[m-browser~=iphone] .cbx-nav .header-content>ul>li.item .submenu>.item, html[m-browser~=safari] .cbx-nav .header-content>ul>li.item .submenu>.item {
    flex-basis: auto;
}
html[m-browser~=iphone] .cbx-nav .header-content>ul>li.item .submenu>.item[m-open=true], html[m-browser~=safari] .cbx-nav .header-content>ul>li.item .submenu>.item[m-open=true] {
    max-height: 100vh;
}
.cbx-nav {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    /* background-color: #003746; */
    overflow: hidden;
    transition: all .35s ease;
    z-index: 6;
}
.cbx-nav ul li, .cbx-nav ul ol {
    margin-bottom: 0;
}
.cbx-nav ul ul {
    padding-left: 0;
}
.cbx-nav .cbx-cookies {
    min-height: 0;
    display: flex;
    transition: all .35s ease;
}
.cbx-nav .cbx-cookies .cookie-content {
    height: 0;
}
.cbx-nav .cbx-warning {
    height: 0;
    overflow: hidden;
    transition: all .35s ease;
}
.cbx-nav .header-content {
    display: flex;
    position: relative;
}
.cbx-nav .header-content>ul {
    display: flex;
    -ms-scroll-snap-points-x: repeat(100px);
    scroll-snap-points-x: repeat(100px);
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%}
.cbx-nav .header-content>ul>li {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
}
.cbx-nav .header-content>ul>li.item {
    margin-top: 0;
    justify-content: center;
    flex-direction: column;
    flex-grow: 0;
    align-items: flex-start;
    width: 10.9375vw;
}
.cbx-nav .header-content>ul>li.item>.cbx-text, .cbx-nav .header-content>ul>li.item>svg {
    height: 14.0625vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
}
.cbx-nav .header-content>ul>li.item>.cbx-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.cbx-nav .header-content>ul>li.item>.cbx-text::after {
    content: '';
    width: 100%;
    height: 1.5625vw;
    background-color: #fff;
    opacity: 0;
    left: 0;
    position: absolute;
    transition: all .35s ease;
}
.cbx-nav .header-content>ul>li.item>.cbx-text .cbx-icon {
    color: #fff;
    -webkit-text-stroke-color: currentColor;
    stroke: currentColor;
}
.cbx-nav .header-content>ul>li.item .submenu {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all .35s ease;
}
.cbx-nav .header-content>ul>li.item .submenu>.item {
    position: relative;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 20%}
.cbx-nav .header-content>ul>li.item .submenu>.item .cbx-text, .cbx-nav .header-content>ul>li.item .submenu>.item>.cbx-link {
    color: #323232;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.cbx-link {
    justify-content: space-between;
    position: relative;
    display: flex;
    padding-right: 3.125vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    padding-left: 0;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.cbx-link::after {
    display: none;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.cbx-icon {
    color: #003746;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 6.25vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.submenu-content {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all .35s ease;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.submenu-content>.item {
    padding-left: 6.25vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
}
@media (min-width:1024px) {
    .cbx-nav .header-content>ul>li.item .submenu>.item>.submenu-content>.item>:hover {
    color: #003746;
}
}
.cbx-nav .header-content>ul>li.item .submenu>.container>.submenu>.item {
    padding-left: 0;
}
.cbx-nav .header-content>ul>li.item .dropdown {
    box-shadow: 0 .59vw 1.56vw rgba(0, 45, 114, .2);
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #fff;
    overflow: hidden;
    height: 0;
    z-index: 3;
    transition: all .35s ease;
}
.cbx-nav .header-content>ul>li.item .dropdown>ol {
    padding: 0;
}
.cbx-nav .header-content>ul>li.item .dropdown>ol.item {
    transition: all .35s ease;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
}
.cbx-nav .header-content>ul>li.item .dropdown>ol.item .cbx-text {
    transition: all .35s ease;
    color: #323232;
    display: flex;
}
.cbx-nav .header-content>ul>li.item .dropdown>ol.item .cbx-text:hover {
    color: #003746;
}
.cbx-nav .header-content>ul>li.item[m-open=true] .submenu {
    max-height: 100vh;
    opacity: 1;
    z-index: 3;
}
@media (max-width:767px) {
    .cbx-nav .header-content>ul>li.item[m-open=true] .submenu>.item {
    padding-left: 12.5vw;
}
}
.cbx-nav .header-content>ul>li.item[m-open=true] .submenu>.item>.cbx-link {
    display: flex;
    width: 100%}
.cbx-nav .header-content>ul>li.item[m-open=true] .submenu>.item>.cbx-link>.cbx-icon {
    height: auto;
}
.cbx-nav .header-content>ul>li.item[m-open=true] .submenu>.item:last-child {
    display: block;
}
@media (max-width:767px) {
    .cbx-nav .header-content>ul>li.item[m-open=true] .submenu>.item:last-child.container {
    width: 100%;
    padding-left: 12.5vw;
}
}
.cbx-nav .header-content>ul>li.item[m-open=true] .submenu>.item[m-open=true] .cbx-icon i.icon-plus-o::before {
    content: '\59'}
.cbx-nav .header-content>ul>li.item[m-open=true] .submenu>.item[m-open=true]>.submenu-content {
    max-height: 100vh;
}
.cbx-nav .header-content>ul>li.item[m-open=true]>.cbx-text .cbx-icon i::before {
    content: "\59"}
.cbx-nav .header-content>ul>li.item.mobile {
    z-index: 2;
    background-color: #fff;
}
.cbx-nav .header-content>ul>li.item.mobile:nth-of-type(3) {
    padding-left: 0;
}
.cbx-nav .header-content>ul>li.item.mobile:nth-child(6) {
    border-bottom: none;
    overflow-x: scroll;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: none;
    -ms-overflow-style: none;
    scrollbar-color: #fff #fff;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: repeat(31.25vw);
    scroll-snap-points-x: repeat(31.25vw);
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.cbx-nav .header-content>ul>li.item.mobile:nth-child(6)>.cbx-card {
    margin: 0;
    -ms-grid-row-align: center;
    align-self: center;
}
.cbx-nav .header-content>ul>li.item.mobile:nth-child(6) .slide {
    width: 100%}
.cbx-nav .header-content>ul>li.item.mobile:nth-child(6) .slide .cbx-card {
    min-width: 34.375vw;
    height: 34.375vw;
    word-break: keep-all;
}
.cbx-nav .header-content>ul>li.item.mobile:nth-child(6) .slide .cbx-card .card-content {
    width: 100%}
.cbx-nav .header-content>ul>li.item.mobile:nth-child(6) .slide .cbx-card .card-content .card-description {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cbx-nav .header-content>ul>li.item.mobile:nth-child(6)::-webkit-scrollbar {
    display: none;
}
.cbx-nav .header-content>ul>li.item.mobile:last-child {
    box-shadow: 0 1.875vw 5vw rgba(0, 45, 114, .15);
    position: fixed;
    bottom: 0;
    left: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    transition: all .35s ease;
    z-index: 2;
}
@media (max-width:1023px) {
    .cbx-nav .header-content>ul>li.item.mobile:last-child {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
}
}
@media (max-width:1023px) and (min-width:768px) {
    .cbx-nav .header-content>ul>li.item.mobile:last-child {
    padding-top: 20px;
}
}
@media (max-width:1023px) and (min-width:1024px) {
    .cbx-nav .header-content>ul>li.item.mobile:last-child {
    padding-top: 0;
}
}
@media (max-width:1023px) and (min-width:1280px) {
    .cbx-nav .header-content>ul>li.item.mobile:last-child {
    padding-top: 0;
}
}
@media (max-width:1023px) and (min-width:1440px) {
    .cbx-nav .header-content>ul>li.item.mobile:last-child {
    padding-top: 0;
}
}
@media (max-width:1023px) and (min-width:768px) {
    .cbx-nav .header-content>ul>li.item.mobile:last-child {
    padding-bottom: 20px;
}
}
@media (max-width:1023px) and (min-width:1024px) {
    .cbx-nav .header-content>ul>li.item.mobile:last-child {
    padding-bottom: 0;
}
}
@media (max-width:1023px) and (min-width:1280px) {
    .cbx-nav .header-content>ul>li.item.mobile:last-child {
    padding-bottom: 0;
}
}
@media (max-width:1023px) and (min-width:1440px) {
    .cbx-nav .header-content>ul>li.item.mobile:last-child {
    padding-bottom: 0;
}
}
.cbx-nav .header-content>ul>li.item.mobile:last-child>.pseudo-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cbx-nav .header-content>ul>li.item.mobile:last-child>.pseudo-card>.cbx-icon {
    justify-content: center;
}
.cbx-nav .header-content>ul>li.item.mobile .slide {
    display: flex;
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
}
.cbx-nav .header-content>ul>li.item.mobile .slide .cbx-card {
    width: 33.75vw;
    height: 33.75vw;
    margin-right: 6.25vw;
    scroll-snap-align: center;
    -ms-scroll-snap-points-x: repeat(100px);
    scroll-snap-points-x: repeat(100px);
}
.cbx-nav .header-content>ul>li.item.mobile .slide .cbx-card:first-child {
    margin-left: 6.25vw;
}
.cbx-nav .header-content>ul>li.item.mobile .slide .cbx-card .card-content {
    align-items: center;
}
.cbx-nav .header-content>ul>li.item.mobile .slide .cbx-card .card-content .cbx-icon {
    color: #003746;
}
.cbx-nav .header-content>ul>li.item.mobile .slide .cbx-card .card-content .card-description {
    text-align: center;
}
.cbx-nav .header-content>ul>li.item.mobile>.cbx-card {
    margin-right: auto;
    margin-bottom: 6.25vw;
    margin-left: auto;
    height: auto;
    min-height: 80px;
}
.cbx-nav .header-content>ul>li.item.mobile>.cbx-card .card-content {
    width: 100%}
.cbx-nav .header-content>ul>li.item.mobile>.cbx-card .card-content .cbx-link {
    display: flex;
    justify-content: center;
}
.cbx-nav .header-content>ul.nav-brand {
    justify-content: space-between;
    flex-basis: 60%;
    padding-left: 3.125vw;
}
.cbx-nav .header-content>ul.nav-brand>li.brand {
    padding-right: 0;
    width: auto;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary {
    flex-grow: 0;
    width: 31.25vw;
    padding-right: 0;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary .cbx-link, .cbx-nav .header-content>ul.nav-brand>li.brand .cbx-link {
    height: 15vw;
    padding-top: 4.0625vw;
    padding-bottom: 4.0625vw;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary .cbx-link::after, .cbx-nav .header-content>ul.nav-brand>li.brand .cbx-link::after {
    display: none;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary .cbx-link svg, .cbx-nav .header-content>ul.nav-brand>li.brand .cbx-link svg {
    width: auto;
    min-width: 100px;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary .cbx-link svg:first-child, .cbx-nav .header-content>ul.nav-brand>li.brand .cbx-link svg:first-child {
    display: none;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary .cbx-link svg:last-child, .cbx-nav .header-content>ul.nav-brand>li.brand .cbx-link svg:last-child {
    display: inline-block;
}
.cbx-nav .header-content>ul.left-content {
    flex-basis: 0;
}
.cbx-nav .header-content>ul.right-content {
    justify-content: flex-end;
    flex-basis: 0;
    position: relative;
    z-index: 3;
}
.cbx-nav .header-content>ul.right-content>li.item {
    justify-content: center;
    align-items: flex-end;
    padding-right: 0;
    position: relative;
}
.cbx-nav .header-content>ul.right-content>li.item .cbx-text {
    height: 100%}
.cbx-nav .header-content>ul.right-content>li.item .cbx-text.search-btn {
    cursor: pointer;
}
.cbx-nav .header-content>ul.right-content>li.item .search {
    display: none;
}
.cbx-nav .header-content>ul.right-content>li.item:last-child {
    display: none;
}
.cbx-nav .header-content>ul.right-content>li.item.localizador>.cbx-text span:first-child {
    display: none;
}
.cbx-nav .header-content>ul.right-content>li.item>.cbx-text::after {
    display: none;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar {
    position: absolute;
    z-index: 3;
    top: 0;
    height: 100%;
    right: -26.5625vw;
    width: 0;
    overflow: hidden;
    padding-top: 1.5625vw;
    padding-right: 0;
    padding-bottom: 1.5625vw;
    padding-left: 0;
    transition: all .35s ease;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-input {
    height: 100%;
    width: 100%;
    border-radius: 1.25vw;
    padding-left: 12.5vw;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-icon:first-child {
    left: 6.25vw;
    color: #ccc;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-icon.close-search {
    right: 6.25vw;
    color: #003746;
}
.cbx-nav .header-content>ul.right-content.toggle-menu {
    justify-content: flex-start;
}
.cbx-nav .header-content>ul.toggle-menu {
    position: fixed;
    top: 0;
    right: -100%;
    flex-direction: column;
    width: 100vw;
    transition: all .35s ease;
    background-color: #fff;
    z-index: 3;
    height: 100vh;
    overflow: auto;
}
@media (max-width:767px) {
    .cbx-nav .header-content>ul.toggle-menu {
    padding-bottom: 31.25vw;
}
}
.cbx-nav .header-content>ul.toggle-menu>li.item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
}
.cbx-nav .header-content>ul.toggle-menu>li.item:nth-child(2) {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #eee;
}
.cbx-nav .header-content>ul.toggle-menu ol.item, .cbx-nav .header-content>ul.toggle-menu>li.item {
    padding-right: 6.25vw;
}
.cbx-nav .header-content>ul.toggle-menu ol.item .cbx-text, .cbx-nav .header-content>ul.toggle-menu>li.item .cbx-text {
    color: #323232;
}
.cbx-nav .header-content>ul.toggle-menu ol.item:nth-child(7).mobile, .cbx-nav .header-content>ul.toggle-menu>li.item:nth-child(7).mobile {
    padding-right: 0;
}
@media (max-width:1023px) {
    .cbx-nav .header-content>ul.toggle-menu ol.item:nth-child(7).mobile, .cbx-nav .header-content>ul.toggle-menu>li.item:nth-child(7).mobile {
    padding-bottom: 46.875vw;
}
}
@media (max-width:1023px) and (min-width:768px) {
    .cbx-nav .header-content>ul.toggle-menu ol.item:nth-child(7).mobile, .cbx-nav .header-content>ul.toggle-menu>li.item:nth-child(7).mobile {
    padding-bottom: 150px;
}
}
@media (max-width:1023px) and (min-width:1024px) {
    .cbx-nav .header-content>ul.toggle-menu ol.item:nth-child(7).mobile, .cbx-nav .header-content>ul.toggle-menu>li.item:nth-child(7).mobile {
    padding-bottom: 0;
}
}
@media (max-width:1023px) and (min-width:1280px) {
    .cbx-nav .header-content>ul.toggle-menu ol.item:nth-child(7).mobile, .cbx-nav .header-content>ul.toggle-menu>li.item:nth-child(7).mobile {
    padding-bottom: 0;
}
}
@media (max-width:1023px) and (min-width:1440px) {
    .cbx-nav .header-content>ul.toggle-menu ol.item:nth-child(7).mobile, .cbx-nav .header-content>ul.toggle-menu>li.item:nth-child(7).mobile {
    padding-bottom: 0;
}
}
.cbx-nav .header-content>ul.toggle-menu ol.item.close, .cbx-nav .header-content>ul.toggle-menu>li.item.close {
    align-items: flex-end;
    margin: 0;
    border: none;
    padding-right: 10px;
}
.cbx-nav .header-content>ul.toggle-menu ol.item.close .cbx-icon, .cbx-nav .header-content>ul.toggle-menu>li.item.close .cbx-icon {
    color: #003746;
    height: 14.0625vw;
}
.cbx-nav .header-content>ul.toggle-menu ol.item .submenu .item .cbx-icon, .cbx-nav .header-content>ul.toggle-menu>li.item .submenu .item .cbx-icon {
    max-height: 14.0625vw;
}
.cbx-nav .header-content>ul.toggle-menu ol.item>.cbx-link, .cbx-nav .header-content>ul.toggle-menu ol.item>.cbx-text, .cbx-nav .header-content>ul.toggle-menu>li.item>.cbx-link, .cbx-nav .header-content>ul.toggle-menu>li.item>.cbx-text {
    width: 100%;
    padding-left: 3.125vw;
}
.cbx-nav .header-content>ul.toggle-menu ol.item>.cbx-link::after, .cbx-nav .header-content>ul.toggle-menu ol.item>.cbx-text::after, .cbx-nav .header-content>ul.toggle-menu>li.item>.cbx-link::after, .cbx-nav .header-content>ul.toggle-menu>li.item>.cbx-text::after {
    display: block;
}
.cbx-nav .header-content>ul.toggle-menu ol.item>.cbx-link>.cbx-icon, .cbx-nav .header-content>ul.toggle-menu ol.item>.cbx-text>.cbx-icon, .cbx-nav .header-content>ul.toggle-menu>li.item>.cbx-link>.cbx-icon, .cbx-nav .header-content>ul.toggle-menu>li.item>.cbx-text>.cbx-icon {
    color: #003746;
    -webkit-text-stroke-color: currentColor;
    stroke: currentColor;
    height: 100%;
    width: 30%;
    justify-content: flex-end;
    z-index: 22;
}
.cbx-nav .header-content>ul.toggle-menu ol.item>.cbx-link>.cbx-icon i, .cbx-nav .header-content>ul.toggle-menu ol.item>.cbx-text>.cbx-icon i, .cbx-nav .header-content>ul.toggle-menu>li.item>.cbx-link>.cbx-icon i, .cbx-nav .header-content>ul.toggle-menu>li.item>.cbx-text>.cbx-icon i {
    color: currentColor;
}
.cbx-nav .header-content>ul.toggle-menu ol.item[m-open=true]>a, .cbx-nav .header-content>ul.toggle-menu>li.item[m-open=true]>a {
    font-weight: 700;
}
.cbx-nav .header-content>ul.toggle-menu ol.item.mobile:last-child, .cbx-nav .header-content>ul.toggle-menu>li.item.mobile:last-child {
    position: fixed;
    left: inherit;
    right: -100%;
    width: 100vw;
}
@media (min-width:768px) {
    .cbx-nav .header-content>ul.toggle-menu ol.item.mobile:last-child, .cbx-nav .header-content>ul.toggle-menu>li.item.mobile:last-child {
    width: 320px;
}
}
@media (min-width:1024px) {
    .cbx-nav .header-content>ul.toggle-menu ol.item.mobile:last-child, .cbx-nav .header-content>ul.toggle-menu>li.item.mobile:last-child {
    width: 31.25vw;
}
}
@media (min-width:1280px) {
    .cbx-nav .header-content>ul.toggle-menu ol.item.mobile:last-child, .cbx-nav .header-content>ul.toggle-menu>li.item.mobile:last-child {
    width: 20vw;
}
}
@media (min-width:1440px) {
    .cbx-nav .header-content>ul.toggle-menu ol.item.mobile:last-child, .cbx-nav .header-content>ul.toggle-menu>li.item.mobile:last-child {
    width: 22.22vw;
}
}
.cbx-nav .header-content>ul.toggle-menu[m-open=true] {
    right: 0;
}
.cbx-nav .header-content>ul.toggle-menu[m-open=true]>li.item.mobile:last-child {
    justify-content: space-around;
    display: flex;
    right: 0;
}
.cbx-nav .header-content>ul.toggle-btn {
    justify-content: flex-end;
    flex-basis: 0;
    padding-right: 3.125vw;
}
.cbx-nav .header-content>ul.toggle-btn>.item {
    align-items: flex-end;
    padding-right: 0;
}
.cbx-nav .header-content>ul.toggle-btn>.item>.cbx-icon {
    height: 100%}
.cbx-nav[m-banca=true] .header-content>ul>li.item .dropdown {
    height: calc(38px * 7);
}
.cbx-nav[m-banca=true] .header-content>ul>li.item .dropdown>ol.item>.cbx-text {
    padding: 3.125vw 6.25vw;
}
.cbx-nav[m-open=true] {
    background-color: #82b6d7;
    overflow: visible;
    z-index: 7;
}
.cbx-nav[m-open=true] .header-content>ul.toggle-menu>li.item {
    width: 100%;
    align-items: flex-end;
}
.cbx-nav[m-open=true] .header-content>ul.toggle-menu>li.item:last-child {
    display: flex;
}
.cbx-nav[m-open=true] .aniversary, .cbx-nav[m-open=true] .brand {
    opacity: .5;
}
.cbx-nav[m-search=true] {
    overflow: visible;
}
.cbx-nav[m-search=true] .header-content>ul.right-content>li.item .search-bar {
    overflow: visible;
    width: 103.125vw;
    padding-right: 3.125vw;
    padding-left: 3.125vw;
}
.cbx-nav[m-search=true] .header-content>ul.toggle-menu {
    overflow: visible;
}
.cbx-nav[m-cookies=true] .cbx-cookies {
    min-height: 100px;
    bottom: 0;
}
.cbx-nav[m-cookies=true] .cbx-cookies .cookie-content {
    height: auto;
}
.cbx-nav[m-warning=true][m-cookies=true] .cbx-cookies {
    bottom: 180px;
}
.cbx-nav[m-warning=true] .cbx-warning {
    bottom: 0;
    height: 180px;
}
.cbx-nav[m-mody=logo] ul.nav-brand {
    flex-basis: 100%!important;
    justify-content: center!important;
    max-width: 100%!important;
}
.cbx-nav[m-mody=logo] .left-content, .cbx-nav[m-mody=logo] .nav-brand>li:not(:first-child), .cbx-nav[m-mody=logo] .right-content, .cbx-nav[m-mody=logo] .toggle-btn {
    display: none!important;
}
@media (min-width:768px) {
    .cbx-nav .header-content>ul>li.item {
    width: 50px;
}
.cbx-nav .header-content>ul>li.item>.cbx-text, .cbx-nav .header-content>ul>li.item>svg {
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cbx-nav .header-content>ul>li.item>.cbx-text>.cbx-icon, .cbx-nav .header-content>ul>li.item>svg>.cbx-icon {
    width: auto;
    padding: 5px;
}
.cbx-nav .header-content>ul>li.item .submenu>.item {
    padding-left: 20px;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.cbx-link {
    padding-top: 10px;
    padding-bottom: 10px;
}
.cbx-nav .header-content>ul>li.item .submenu>.item .submenu-content>.item {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cbx-nav .header-content>ul>li.item .submenu>.container {
    padding-top: 0;
    padding-bottom: 0;
}
.cbx-nav .header-content>ul>li.item .submenu>.container>.submenu {
    position: static;
    box-shadow: none;
    width: 100%;
    -webkit-transform: inherit;
    transform: inherit;
}
.cbx-nav .header-content>ul>li.item .submenu>.container>.submenu>.item {
    padding-left: 0;
}
.cbx-nav .header-content>ul>li.item .submenu>.container>.submenu>.item>.submenu-content {
    margin-bottom: 0;
}
.cbx-nav .header-content>ul>li.item[m-open=true] .submenu>.container {
    padding-top: 0;
    padding-bottom: 0;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar {
    right: -125px;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-input {
    border-radius: 4px;
}
.cbx-nav .header-content>ul.nav-brand {
    flex-basis: 45%}
.cbx-nav .header-content>ul.nav-brand>li.brand {
    min-width: 80px;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary {
    justify-content: center;
    display: flex;
    flex-direction: row;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary .cbx-link, .cbx-nav .header-content>ul.nav-brand>li.brand .cbx-link {
    height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cbx-nav .header-content>ul.toggle-menu {
    width: 320px;
}
.cbx-nav .header-content>ul.toggle-menu>li.item {
    padding-right: 20px;
}
.cbx-nav .header-content>ul.toggle-menu>li.item>.cbx-text {
    padding-left: 10px;
}
.cbx-nav .header-content>ul.toggle-menu>li.item.close .cbx-icon {
    height: 45px;
}
.cbx-nav .header-content>ul.toggle-menu>li.item.mobile>.cbx-card {
    margin-bottom: 20px;
    height: 120px;
    width: 90%}
.cbx-nav .header-content>ul.toggle-menu>li.item.mobile:nth-child(6) {
    padding-right: 0;
}
.cbx-nav .header-content>ul.toggle-menu>li.item.mobile:nth-child(6) .slide .cbx-card {
    min-width: 110px;
    height: 110px;
}
.cbx-nav .header-content>ul.toggle-menu>li.item.mobile:last-child {
    position: fixed;
}
.cbx-nav .header-content>ul.toggle-menu>li.item.mobile:last-child .pseudo-card {
    width: calc(100% / 3);
}
.cbx-nav .header-content>ul.toggle-menu>li.item .submenu .item .cbx-icon {
    max-height: 36px;
}
.cbx-nav .header-content>ul.toggle-btn {
    flex-grow: 0;
}
.cbx-nav[m-mody~=compromiso] .header-content>ul.nav-brand>li.aniversary {
    margin-right: auto;
}
.cbx-nav[m-search=true] .header-content>ul.right-content>li.item .search-bar {
    width: 100vw;
    padding-right: 10px;
    padding-left: 10px;
}
.cbx-nav[m-warning=true][m-cookies=true] .cbx-cookies {
    bottom: 100px;
}
.cbx-nav[m-warning=true] .cbx-warning {
    bottom: 0;
    height: 100px;
}
.cbx-nav.on-top {
    position: fixed;
    top: 0;
    width: 100vw;
}
}
@media (min-width:1024px) {
    .cbx-nav {
    /* background-color: #003746; */
    overflow: visible;
}
.cbx-nav .header-content>ul>li {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
}
.cbx-nav .header-content>ul>li.item {
    padding-right: 1.95vw;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: auto;
    border: none;
}
.cbx-nav .header-content>ul>li.item:nth-child(2) {
    border-top: none;
}
.cbx-nav .header-content>ul>li.item:nth-child(3)>.submenu {
    justify-content: flex-start;
}
.cbx-nav .header-content>ul>li.item:nth-child(3)>.submenu>ol.item {
    flex-grow: 0;
}
.cbx-nav .header-content>ul>li.item:nth-child(3)>.submenu>ol.item:last-child {
    background-color: transparent;
}
.cbx-nav .header-content>ul>li.item:nth-child(3)>.submenu>ol.item:last-child .cbx-link {
    padding-top: inherit;
}
.cbx-nav .header-content>ul>li.item.mobile {
    display: none!important;
}
.cbx-nav .header-content>ul>li.item>.cbx-text, .cbx-nav .header-content>ul>li.item>svg {
    height: 4.39vw;
    width: auto;
    position: relative;
    padding-top: .98vw;
    padding-bottom: .98vw;
}
.cbx-nav .header-content>ul>li.item>.cbx-text::after, .cbx-nav .header-content>ul>li.item>svg::after {
    height: .49vw;
    bottom: .49vw;
    display: inline-block;
}
.cbx-nav .header-content>ul>li.item>.cbx-text .cbx-icon, .cbx-nav .header-content>ul>li.item>svg .cbx-icon {
    color: #fff;
}
.cbx-nav .header-content>ul>li.item .cbx-text {
    color: #fff;
}
.cbx-nav .header-content>ul>li.item .cbx-text::after {
    display: inline-block;
}
.cbx-nav .header-content>ul>li.item .submenu {
    box-shadow: 0 .59vw 1.56vw rgba(0, 45, 114, .2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 0;
    flex-direction: row;
}
.cbx-nav .header-content>ul>li.item .submenu>.item {
    padding-top: 1.95vw;
    padding-right: .98vw;
    padding-bottom: 1.95vw;
    padding-left: .98vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item .cbx-icon {
    display: none;
}
.cbx-nav .header-content>ul>li.item .submenu>.item:first-child {
    padding-left: 1.95vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item:last-child {
    padding-top: .98vw;
    padding-left: .98vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item:last-child>.cbx-link {
    padding-top: 0;
    padding-bottom: .98vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.cbx-link {
    padding-bottom: .98vw;
    padding-left: 0;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-width: .1vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.submenu-content {
    height: auto;
    max-height: 1000px;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.submenu-content .item {
    padding-top: .49vw;
    padding-bottom: .49vw;
    padding-left: 0;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.submenu-content .item>.cbx-link .cbx-icon {
    display: block;
}
.cbx-nav .header-content>ul>li.item .submenu>.container {
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.cbx-nav .header-content>ul>li.item .submenu>.container>.submenu {
    position: static;
    box-shadow: none;
    width: 100%;
    -webkit-transform: inherit;
    transform: inherit;
}
.cbx-nav .header-content>ul>li.item .submenu>.container>.submenu>.item>.submenu-content {
    margin-bottom: 0;
    max-height: 1000px;
}
.cbx-nav .header-content>ul>li.item:hover .submenu, .cbx-nav .header-content>ul>li.item[m-open=true] .submenu {
    opacity: 1;
    z-index: 3;
    max-height: 1000px;
}
.cbx-nav .header-content>ul>li.item:hover .submenu>.item:last-child, .cbx-nav .header-content>ul>li.item[m-open=true] .submenu>.item:last-child {
    background-color: #f2f4f8;
}
.cbx-nav .header-content>ul.nav-brand {
    justify-content: flex-start;
    max-width: 450px;
    flex-basis: inherit;
    flex-grow: 0;
    padding-left: 1.95vw;
}
.cbx-nav .header-content>ul.nav-brand>li.brand {
    min-width: 170px;
    flex-grow: 0;
    margin-right: 2.93vw;
}
.cbx-nav .header-content>ul.nav-brand>li.brand::after {
    display: none;
}
.cbx-nav .header-content>ul.nav-brand>li.brand .cbx-link svg:first-child {
    display: inline-block;
}
.cbx-nav .header-content>ul.nav-brand>li.brand .cbx-link svg:last-child {
    display: none;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary {
    width: 9.77vw;
    justify-content: flex-start;
    margin-right: 5.86vw;
    margin-left: 2.93vw;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary::after {
    display: none;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary .cbx-link, .cbx-nav .header-content>ul.nav-brand>li.brand .cbx-link {
    height: 4.69vw;
    padding-top: .98vw;
    padding-bottom: .98vw;
}
.cbx-nav .header-content>ul.left-content {
    flex-basis: 0;
    flex-grow: 0;
}
.cbx-nav .header-content>ul.left-content>li.item .cbx-text {
    color: #fff;
}
.cbx-nav .header-content>ul.right-content {
    flex-basis: auto;
    margin-left: auto;
    flex-grow: 0;
}
.cbx-nav .header-content>ul.right-content>li.item {
    flex-grow: 0;
    padding-right: .98vw;
    padding-left: .98vw;
}
.cbx-nav .header-content>ul.right-content>li.item:last-child {
    padding-right: 1.95vw;
    display: flex;
}
.cbx-nav .header-content>ul.right-content>li.item:last-child::after {
    display: none;
}
.cbx-nav .header-content>ul.right-content>li.item::after {
    content: '';
    height: 80%;
    width: 1px;
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    right: 0;
    top: 10%}
.cbx-nav .header-content>ul.right-content>li.item .cbx-text {
    color: #fff;
}
.cbx-nav .header-content>ul.right-content>li.item .cbx-text .cbx-icon {
    margin-left: .49vw;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar {
    right: 0;
    padding-top: .49vw;
    padding-right: 0;
    padding-bottom: .49vw;
    padding-left: 0;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-icon:first-child {
    left: 1.95vw;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-icon.close-search {
    right: 1.95vw;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-input {
    padding-left: 3.91vw;
}
.cbx-nav .header-content>ul.right-content>li.item .dropdown {
    width: 29.3vw;
}
.cbx-nav .header-content>ul.right-content>li.item .dropdown>ol.item {
    height: 3.91vw;
}
.cbx-nav .header-content>ul.right-content.toggle-menu {
    justify-content: flex-end;
}
.cbx-nav .header-content>ul.toggle-menu {
    position: static;
    background-color: transparent;
    flex-direction: row;
    height: inherit;
    overflow: visible;
}
.cbx-nav .header-content>ul.toggle-menu>li.item {
    margin-right: 0;
    margin-left: 0;
    padding-right: 1.95vw;
    border: none;
}
.cbx-nav .header-content>ul.toggle-menu>li.item:nth-child(2) {
    border-top: none;
}
.cbx-nav .header-content>ul.toggle-menu>li.item:hover>.cbx-text::after, .cbx-nav .header-content>ul.toggle-menu>li.item[m-open=true]>.cbx-text::after {
    opacity: 1;
    width: 100%}
.cbx-nav .header-content>ul.toggle-menu>li.item::after {
    display: none;
}
.cbx-nav .header-content>ul.toggle-menu>li.item>.cbx-text {
    padding-left: 0;
}
.cbx-nav .header-content>ul.toggle-menu>li.item>.cbx-text .cbx-icon {
    display: none;
}
.cbx-nav .header-content>ul.toggle-menu>li.close {
    display: none;
}
.cbx-nav .header-content>ul.toggle-btn {
    display: none;
}
.cbx-nav[m-banca=true] .header-content>ul>li.item .dropdown {
    height: calc(3.91vw * 7);
}
.cbx-nav[m-banca=true] .header-content>ul>li.item .dropdown>ol.item>.cbx-text {
    padding: .98vw 1.95vw;
}
.cbx-nav[m-mody~=compromiso] .header-content>ul.nav-brand>li.aniversary {
    margin-left: 0;
}
.cbx-nav[m-mody~=compromiso] .header-content>ul.toggle-menu {
    flex-basis: 70%}
.cbx-nav[m-mody~=compromiso] .header-content>ul.toggle-menu>li.item>.cbx-text {
    padding-left: 0;
}
.cbx-nav[m-search=true] .header-content>ul.right-content>li.item .search-bar {
    width: 39.06vw;
    padding-right: .98vw;
    padding-left: .98vw;
}
.cbx-nav[m-warning=true][m-cookies=true] .cbx-cookies {
    bottom: 12.7vw;
}
.cbx-nav[m-warning=true] .cbx-warning {
    height: 12.7vw;
}
}
@media (min-width:1280px) {
    html[m-browser~=ie] .cbx-nav .header-content>ul.nav-brand>li.brand svg {
    width: 11.25vw;
}
.cbx-nav .header-content>ul>li.item {
    padding-right: 1.25vw;
}
.cbx-nav .header-content>ul>li.item .submenu {
    box-shadow: 0 .38vw 1vw rgba(0, 45, 114, .15);
}
.cbx-nav .header-content>ul>li.item .submenu>.item {
    padding-top: 1.25vw;
    padding-right: .63vw;
    padding-bottom: 1.25vw;
    padding-left: .63vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item:first-child {
    padding-left: 1.25vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item:last-child {
    padding-top: .63vw;
    padding-left: .63vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item:last-child>.cbx-link {
    padding-bottom: .63vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.cbx-link {
    padding-bottom: .63vw;
    border-bottom-width: .06vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.submenu-content .item {
    padding-top: .31vw;
    padding-bottom: .31vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.container {
    padding: 0;
}
.cbx-nav .header-content>ul>li.item svg, .cbx-nav .header-content>ul>li.item>.cbx-text {
    height: 2.81vw;
    padding-top: .63vw;
    padding-bottom: .63vw;
}
.cbx-nav .header-content>ul>li.item svg::after, .cbx-nav .header-content>ul>li.item>.cbx-text::after {
    height: .31vw;
    bottom: .31vw;
}
.cbx-nav .header-content>ul.nav-brand {
    padding-left: 1.25vw;
}
.cbx-nav .header-content>ul.nav-brand>li.brand {
    min-width: 100px;
    margin-right: 1.88vw;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary {
    width: 6.25vw;
    margin-right: 3.75vw;
    margin-left: 1.88vw;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary .cbx-link, .cbx-nav .header-content>ul.nav-brand>li.brand .cbx-link {
    display: flex;
    align-items: center;
    height: 3vw;
    padding-top: .63vw;
    padding-bottom: .63vw;
}
.cbx-nav .header-content>ul.right-content>li.item {
    padding-right: .63vw;
    padding-left: .63vw;
}
.cbx-nav .header-content>ul.right-content>li.item:last-child {
    padding-right: 1.25vw;
}
.cbx-nav .header-content>ul.right-content>li.item .cbx-text .cbx-icon {
    margin-left: .31vw;
}
.cbx-nav .header-content>ul.right-content>li.item .dropdown {
    width: 18.75vw;
}
.cbx-nav .header-content>ul.right-content>li.item .dropdown>ol.item {
    height: 2.5vw;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar {
    padding-top: .31vw;
    padding-right: 0;
    padding-bottom: .31vw;
    padding-left: 0;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-icon:first-child {
    left: 1.25vw;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-icon.close-search {
    right: 1.25vw;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-input {
    padding-left: 2.5vw;
}
.cbx-nav .header-content>ul.right-content>li.item.localizador>.cbx-text span:first-child {
    display: inline-block;
}
.cbx-nav .header-content>ul.right-content>li.item .search {
    display: flex;
}
.cbx-nav .header-content>ul.right-content.toggle-menu {
    justify-content: flex-end;
}
.cbx-nav .header-content>ul.right-content.toggle-menu>li.item {
    padding-right: 1.25vw;
}
.cbx-nav[m-banca=true] .header-content>ul>li.item .dropdown {
    height: calc(2.5vw * 7);
}
.cbx-nav[m-banca=true] .header-content>ul>li.item .dropdown>ol.item>.cbx-text {
    padding: .63vw 1.25vw;
}
.cbx-nav[m-search=true] .header-content>ul.right-content>li.item .search-bar {
    width: 25vw;
    padding-right: .63vw;
    padding-left: .63vw;
}
.cbx-nav[m-warning=true][m-cookies=true] .cbx-cookies {
    bottom: 8.13vw;
}
.cbx-nav[m-warning=true] .cbx-warning {
    height: 8.13vw;
}
}
@media (min-width:1440px) {
    html[m-browser~=ie] .cbx-nav .header-content>ul.nav-brand>li.brand svg {
    width: 12.5vw;
}
.cbx-nav .header-content>ul>li.item>.cbx-text, .cbx-nav .header-content>ul>li.item>svg {
    height: 3.13vw;
    padding-top: .69vw;
    padding-bottom: .69vw;
}
.cbx-nav .header-content>ul>li.item .submenu {
    box-shadow: 0 .42vw 1.11vw rgba(0, 45, 114, .15);
}
.cbx-nav .header-content>ul>li.item .submenu>.item {
    padding-top: 1.39vw;
    padding-right: .69vw;
    padding-left: .69vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item:first-child {
    padding-left: 1.39vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item:last-child {
    padding-top: .69vw;
    padding-left: .69vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item:last-child>.cbx-link {
    padding-bottom: .69vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.cbx-link {
    padding-bottom: .69vw;
    border-bottom-width: .07vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.item>.submenu-content .item {
    padding-top: .35vw;
    padding-bottom: .35vw;
}
.cbx-nav .header-content>ul>li.item .submenu>.container {
    padding: 0;
}
.cbx-nav .header-content>ul.nav-brand {
    max-width: inherit;
    padding-left: 1.39vw;
}
.cbx-nav .header-content>ul.nav-brand>li.brand {
    min-width: 160px;
    margin-right: 2.08vw;
}
.cbx-nav .header-content>ul.nav-brand>li.aniversary {
    width: 6.94vw;
    margin-right: 4.17vw;
    margin-left: 2.08vw;
}
.cbx-nav .header-content>ul.right-content>li.item {
    padding-right: .69vw;
    padding-left: .69vw;
}
.cbx-nav .header-content>ul.right-content>li.item:last-child {
    padding-right: 1.39vw;
}
.cbx-nav .header-content>ul.right-content>li.item .cbx-text .cbx-icon {
    margin-left: .35vw;
}
.cbx-nav .header-content>ul.right-content>li.item .dropdown {
    width: 20.83vw;
}
.cbx-nav .header-content>ul.right-content>li.item .dropdown>ol.item {
    height: 2.78vw;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar {
    padding-top: .69vw;
    padding-bottom: .69vw;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-icon:first-child {
    left: 1.39vw;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-icon.close-search {
    right: 1.39vw;
}
.cbx-nav .header-content>ul.right-content>li.item .search-bar .cbx-input {
    padding-left: 2.78vw;
}
.cbx-nav .header-content>ul.right-content.toggle-menu>li.item {
    padding-right: 1.39vw;
}
.cbx-nav[m-banca=true] .header-content>ul>li.item .dropdown {
    height: calc(2.78vw * 7);
}
.cbx-nav[m-banca=true] .header-content>ul>li.item .dropdown>ol.item>.cbx-text {
    padding: .69vw 1.39vw;
}
.cbx-nav[m-search=true] .header-content>ul.right-content>li.item .search-bar {
    width: 24.31vw;
    padding-right: .69vw;
    padding-left: .69vw;
}
.cbx-nav[m-warning=true][m-cookies=true] .cbx-cookies {
    bottom: 9.03vw;
}
.cbx-nav[m-warning=true] .cbx-warning {
    height: 9.03vw;
}
}
@media (min-width:1024px) {
    html[m-browser~=safari] .cbx-dmp[m-active=false] {
    width: calc(100vw / 6);
}
}
html[m-browser=ie] .cbx-dmp[m-mody*=fase-2]>.dmp-info {
    display: block;
    text-align: center;
}
html[m-browser=ie] .cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-img {
    display: inline-block;
    text-align: left;
}
html[m-browser=ie] .cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-img>img:not(.fase-img) {
    width: 50%;
    height: auto;
}
html[m-browser=ie] .cbx-warning[m-open=false]~.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-button {
    margin-top: 15.625vw;
}
@media (min-width:768px) {
    html[m-browser=ie] .cbx-warning[m-open=false]~.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-button {
    margin-top: 50px;
}
}
@media (min-width:1024px) {
    html[m-browser=ie] .cbx-warning[m-open=false]~.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-button {
    margin-top: 4.88vw;
}
}
@media (min-width:1280px) {
    html[m-browser=ie] .cbx-warning[m-open=false]~.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-button {
    margin-top: 3.13vw;
}
}
@media (min-width:1440px) {
    html[m-browser=ie] .cbx-warning[m-open=false]~.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-button {
    margin-top: 3.47vw;
}
}
html[m-browser=ie] .cbx-warning[m-open=false]~.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-img>.fase-img {
    height: 100%}
html[m-browser=ie] .cbx-warning[m-open=true]~.cbx-dmp[m-active=true][m-mody="fase-2 last-impresion"] {
    bottom: 0;
    height: 100%}
.cbx-dmp {
    box-shadow: 0 .29vw .78vw rgba(0, 45, 114, .2);
    position: fixed;
    z-index: 6;
    width: 100%;
    max-width: calc(100vw - 90px);
    min-width: 100px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    bottom: 50%;
    display: flex;
    flex-direction: column;
    height: auto;
    padding-right: 7%;
    padding-left: 7%;
    background-color: #003746;
    border-top-left-radius: 1vw;
    border-bottom-left-radius: 1vw;
    overflow: hidden;
    transition: all .35s ease;
}
.cbx-dmp .dmp-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.cbx-dmp .dmp-info {
    max-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: all .35s ease;
    transition-delay: .5s;
}
.cbx-dmp .dmp-info>* {
    margin-bottom: 5%;
    background-color: transparent;
}
.cbx-dmp .dmp-info>:last-child {
    margin-bottom: 0;
}
.cbx-dmp .dmp-info>.cbx-link {
    height: 15.625vw;
    color: #fff;
    margin-bottom: 0;
    line-height: inherit;
}
@media (min-width:768px) {
    .cbx-dmp .dmp-info>.cbx-link {
    height: 50px;
}
}
@media (min-width:1024px) {
    .cbx-dmp .dmp-info>.cbx-link {
    height: 4.88vw;
}
}
@media (min-width:1280px) {
    .cbx-dmp .dmp-info>.cbx-link {
    height: 3.13vw;
}
}
@media (min-width:1440px) {
    .cbx-dmp .dmp-info>.cbx-link {
    height: 3.47vw;
}
}
.cbx-dmp .dmp-info>.cbx-link>.cbx-icon {
    color: currentColor;
}
.cbx-dmp .dmp-info>.cbx-img {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 100%;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.cbx-dmp .dmp-info>.cbx-img::-webkit-scrollbar {
    display: none;
}
.cbx-dmp .dmp-info>.cbx-img .fase-img {
    display: none;
}
.cbx-dmp .dmp-info>.cbx-img img {
    margin-bottom: 10%;
    width: 100%;
    max-width: 240px;
    margin-right: auto;
}
.cbx-dmp .dmp-info>.cbx-img figcaption {
    color: #fff;
}
.cbx-dmp .dmp-info>.cbx-img figcaption>* {
    color: currentColor;
    margin-bottom: 10%}
.cbx-dmp .dmp-info>.cbx-img figcaption>:last-child {
    margin-bottom: 0;
}
.cbx-dmp .dmp-info>.cbx-button {
    font-weight: 700;
    width: 100%;
    background-color: #fff;
    color: #003746;
    min-width: inherit;
    margin: auto;
    margin-bottom: 5%}
.cbx-dmp .dmp-min {
    max-height: 0;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: all .35s ease;
}
.cbx-dmp .dmp-min>.cbx-icon {
    position: absolute;
    top: 20%;
    right: 5%;
    display: none;
    z-index: 2;
}
.cbx-dmp .dmp-min>.cbx-text {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cbx-dmp .dmp-min>.cbx-text>* {
    color: currentColor;
}
.cbx-dmp .dmp-min>.cbx-text>span {
    display: none;
}
.cbx-dmp .dmp-min>.cbx-text .cbx-svg-icon {
    fill: currentColor;
    position: relative;
}
.cbx-dmp .dmp-min>.cbx-text .cbx-svg-icon::after {
    content: '!';
    background-color: red;
    position: absolute;
    top: -3%;
    right: -3%;
    border-radius: 50%;
    width: 1vw;
    height: 1vw;
}
.cbx-dmp[m-active=false] {
    height: 10vh;
    width: calc(100vw / 6);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0;
    bottom: 5%;
    flex-direction: row;
}
.cbx-dmp[m-active=false] .dmp-info {
    max-height: 0;
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
.cbx-dmp[m-active=false] .dmp-min {
    max-height: 10vh;
    opacity: 1;
}
.cbx-dmp[m-active=false] .dmp-min>.cbx-text {
    padding: 15%;
    width: 100%}
.cbx-dmp[m-active=false] .dmp-min>.cbx-text>.cbx-svg-icon {
    min-width: 20%}
.cbx-dmp[m-open=false] {
    right: -100%}
.cbx-dmp[m-theme=white] {
    background-color: #fff;
}
.cbx-dmp[m-theme=white] .dmp-bg #Mask {
    fill: #fff!important;
}
.cbx-dmp[m-theme=white] .dmp-bg>polygon {
    fill: #eee!important;
    fill-opacity: 1!important;
}
.cbx-dmp[m-theme=white] .dmp-info>.cbx-link {
    color: #53565a;
}
.cbx-dmp[m-theme=white] .dmp-info>.cbx-img figcaption {
    color: #53565a;
}
.cbx-dmp[m-theme=white] .dmp-info>.cbx-button {
    background-color: #003746;
    color: #fff;
}
.cbx-dmp[m-theme=white] .dmp-min>.cbx-icon {
    color: #53565a;
}
.cbx-dmp[m-theme=white] .dmp-min>.cbx-text {
    color: #53565a;
}
.cbx-dmp[m-theme=white] .dmp-min>.cbx-text>.cbx-svg-icon {
    fill: #003746;
}
.cbx-dmp[m-theme=gray] {
    background-color: #dedede;
}
.cbx-dmp[m-theme=gray] .dmp-bg #Mask {
    fill: #dedede!important;
}
.cbx-dmp[m-theme=gray] .dmp-bg>polygon {
    fill: #e7e7e7!important;
    fill-opacity: 1!important;
}
.cbx-dmp[m-theme=gray] .dmp-info>.cbx-link {
    color: #53565a;
}
.cbx-dmp[m-theme=gray] .dmp-info>.cbx-img figcaption {
    color: #53565a;
}
.cbx-dmp[m-theme=gray] .dmp-info>.cbx-button {
    background-color: #003746;
    color: #fff;
}
.cbx-dmp[m-theme=gray] .dmp-min>.cbx-icon {
    color: #53565a;
}
.cbx-dmp[m-theme=gray] .dmp-min>.cbx-text {
    color: #53565a;
}
.cbx-dmp[m-theme=gray] .dmp-min>.cbx-text>.cbx-svg-icon {
    fill: #003746;
}
.cbx-dmp[m-hidden=true] {
    right: -100%}
.cbx-dmp[m-mody~=last-impresion] {
    height: auto;
    bottom: 5%;
    -webkit-transform: none;
    transform: none;
}
.cbx-dmp[m-mody~=last-impresion] .dmp-info>.cbx-img {
    flex-wrap: nowrap;
    margin-bottom: 10%;
    height: auto;
    position: relative;
}
.cbx-dmp[m-mody~=last-impresion] .dmp-info>.cbx-img.img-generica img:not(.fase-img) {
    margin-top: inherit!important;
    width: 25%!important;
}
.cbx-dmp[m-mody~=last-impresion] .dmp-info>.cbx-img .fase-img {
    display: none;
}
.cbx-dmp[m-mody~=last-impresion] .dmp-info>.cbx-img img:not(.fase-img) {
    margin-bottom: 0;
    bottom: 60%;
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
}
.cbx-dmp[m-mody~=last-impresion] .dmp-info>.cbx-img>figcaption>.cbx-sub-headline {
    margin-bottom: 10%;
    padding-left: 35%}
.cbx-dmp[m-mody~=last-impresion] .dmp-info>.cbx-img>figcaption>.cbx-sub-headline>:last-child {
    display: none;
}
.cbx-dmp[m-mody~=last-impresion] .dmp-info>.cbx-button {
    margin-bottom: 10%}
.cbx-dmp[m-mody~=last-impresion][m-active=true] {
    bottom: 5%}
.cbx-dmp[m-mody~=last-impresion][m-active=true]>.dmp-info {
    min-height: inherit;
    display: flex;
    flex-direction: column;
}
.cbx-dmp[m-mody*=fase-2] {
    padding-left: 0;
    padding-right: 0;
    bottom: 7%}
.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-img {
    width: 100%;
    position: relative;
}
.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-img.img-generica img:not(.fase-img) {
    width: 70%!important;
    margin-top: -40%!important;
    max-width: inherit!important;
}
.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-img .fase-img {
    display: block;
    width: 100%;
    margin-bottom: 15%;
    max-width: inherit;
}
.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-img>img:not(.fase-img) {
    position: static;
    margin-left: 8%;
    margin-top: -30%;
    width: 40%;
    height: auto;
}
.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-img figcaption {
    padding-right: 8%;
    padding-left: 8%}
.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-link {
    padding-left: 8%;
    padding-right: 8%}
.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-button {
    max-width: 85%}
.cbx-dmp[m-mody*=fase-2][m-active=true] {
    bottom: 50%}
@media (min-width:2500px) {
    .cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion] {
    min-height: 15.97vw;
}
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true] {
    bottom: 5%}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-img {
    position: relative;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-img.img-generica img:not(.fase-img) {
    max-width: inherit!important;
    top: 0;
    margin-top: inherit!important;
    width: 20%!important;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-img>figcaption .cbx-text {
    padding-left: 0;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion]>.dmp-info>.cbx-img .fase-img {
    display: none;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion]>.dmp-info>.cbx-img>img:not(.fase-img) {
    top: 0;
    width: 20%;
    margin-top: 0;
    position: absolute;
}
@media (min-width:768px) {
    .cbx-dmp {
    padding: 2%;
    max-width: 373px;
    height: calc(90vh - 40px);
}
.cbx-dmp .dmp-min>.cbx-text {
    justify-content: space-between;
}
.cbx-dmp .dmp-min>.cbx-text>.cbx-svg-icon {
    margin-right: 10%}
.cbx-dmp .dmp-min>.cbx-text>span {
    display: inline-block;
}
.cbx-dmp[m-active=false] {
    width: calc(100vw / 4);
}
.cbx-dmp[m-active=false] .dmp-min {
    min-height: 10vh;
    max-height: inherit;
    padding-top: 2%;
    padding-bottom: 2%}
.cbx-dmp[m-active=false] .dmp-min>.cbx-text>.cbx-svg-icon {
    min-width: 30%}
.cbx-dmp[m-mody~=last-impresion][m-active=true] {
    max-width: 43.95vw;
}
.cbx-dmp[m-mody~=last-impresion][m-active=true] .dmp-info>.cbx-img {
    flex-wrap: nowrap;
}
.cbx-dmp[m-mody~=last-impresion][m-active=true] .dmp-info>.cbx-img>figcaption>p {
    padding-left: 30%}
.cbx-dmp[m-mody~=last-impresion][m-active=true] .dmp-info>.cbx-img>figcaption .cbx-sub-headline {
    margin-bottom: 5%}
.cbx-dmp[m-mody~=last-impresion][m-active=true] .dmp-info>.cbx-img>figcaption .cbx-text {
    padding-left: 30%}
.cbx-dmp[m-mody~=last-impresion][m-active=true] .dmp-info>.cbx-button {
    max-width: 70%}
.cbx-dmp[m-mody*=fase-2]>.dmp-info>.cbx-img>img {
    bottom: 10%}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion] {
    padding: 0;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info {
    display: flex;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion]>.dmp-info {
    display: none;
    height: 0;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion]>.dmp-info>.cbx-link {
    position: static;
    padding-left: 8%;
    margin-bottom: 5%;
    margin-top: 5%}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion]>.dmp-info>.cbx-img {
    height: auto;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion]>.dmp-info>.cbx-img .fase-img {
    bottom: 10%;
    position: static;
    height: auto;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5%;
    flex-grow: 1;
    flex-shrink: 1;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion]>.dmp-info>.cbx-img img:not(.fase-img) {
    width: 100%;
    max-width: 35%;
    margin-top: -15%;
    margin-bottom: 0;
    position: relative;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion]>.dmp-info>.cbx-img>figcaption {
    padding-top: 15%;
    position: static;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion]>.dmp-info>.cbx-img>figcaption .cbx-sub-headline {
    padding-left: 0;
    margin-bottom: 5%}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion]>.dmp-info>.cbx-button {
    position: static;
    margin-left: 8%;
    margin-top: 10%}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true] {
    height: calc(100vh - 100px);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    bottom: 50%}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info {
    height: auto;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-img {
    position: static;
    margin-bottom: 0;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-img.img-generica img:not(.fase-img) {
    width: 60%!important;
    margin-top: -25%!important;
}
}
@media (min-width:1024px) {
    .cbx-dmp {
    padding: 2%;
    height: calc(100vh - 40px);
    max-width: 34.18vw;
}
.cbx-dmp[m-active=false] {
    width: auto;
}
.cbx-dmp[m-active=false] .dmp-min {
    width: calc(100vw / 6);
    cursor: pointer;
}
.cbx-dmp[m-active=false] .dmp-min>.cbx-text {
    padding: 5%}
.cbx-dmp[m-active=false] .dmp-min>.cbx-text>cbx-svg-icon {
    min-width: 20%}
.cbx-dmp[m-active=false] .dmp-min>.cbx-text>span {
    padding-right: 10%}
.cbx-dmp[m-active=false] .dmp-min>.cbx-icon {
    display: block;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true] {
    width: 100%;
    height: auto;
    max-height: 24.41vw;
    bottom: 22%;
    overflow: visible;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info {
    height: 300px;
    overflow: visible;
    display: flex;
    margin-bottom: 0;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-link {
    position: static;
    padding-left: 5%;
    margin-top: 3%;
    margin-bottom: 0;
    z-index: 3;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-img {
    height: 100%;
    flex-direction: row;
    overflow: visible;
    max-height: 24.41vw;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-img.img-generica img:not(.fase-img) {
    width: 50%!important;
    margin: 0!important;
    max-width: inherit!important;
    left: -70%;
    top: inherit;
    bottom: 0;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-img>.fase-img {
    width: auto;
    height: 100%;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-img>img:not(.fase-img) {
    width: 25%;
    right: 145%;
    top: 60%;
    left: inherit;
    position: absolute;
    margin-top: inherit;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-img>figcaption {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-img>figcaption .cbx-text {
    height: 30%;
    overflow: auto;
}
.cbx-dmp[m-mody*=fase-2][m-mody~=last-impresion][m-active=true]>.dmp-info>.cbx-button {
    position: absolute;
    bottom: 8%;
    margin-left: 5%;
    margin-bottom: 0;
}
}
@media (min-width:1280px) {
    .cbx-dmp {
    max-width: 21.88vw;
}
.cbx-dmp[m-mody~=last-impresion][m-active=true] {
    max-width: 28.13vw;
}
.cbx-dmp[m-mody~=fase-2][m-mody~=last-impresion][m-active=true] {
    max-height: 15.63vw;
}
.cbx-dmp[m-mody~=fase-2][m-mody~=last-impresion][m-active=true] .dmp-info>.cbx-img {
    max-height: 15.63vw;
}
.cbx-dmp[m-mody~=fase-2][m-mody~=last-impresion][m-active=true] .dmp-info>.cbx-img>img:not(.fase-img) {
    width: 30%;
    top: 60%}
.cbx-dmp[m-mody~=fase-2][m-mody~=last-impresion][m-active=true] .dmp-info>.cbx-img>figcaption .cbx-text {
    height: 25%}
}
@media (min-width:1440px) {
    .cbx-dmp {
    max-width: 24.31vw;
}
.cbx-dmp[m-active=false] .dmp-min>.cbx-text {
    padding: 5%}
.cbx-dmp[m-mody~=last-impresion][m-active=true] {
    max-width: 31.25vw;
}
.cbx-dmp[m-mody~=fase-2][m-mody~=last-impresion][m-active=true] {
    max-height: 17.36vw;
}
.cbx-dmp[m-mody~=fase-2][m-mody~=last-impresion][m-active=true] .dmp-info>.cbx-img {
    max-height: 17.36vw;
}
.cbx-dmp[m-mody~=fase-2][m-mody~=last-impresion][m-active=true] .dmp-info>.cbx-img>img:not(.fase-img) {
    width: 25%;
    top: 65%}
.cbx-dmp[m-mody~=fase-2][m-mody~=last-impresion][m-active=true] .dmp-info>.cbx-img>figcaption .cbx-sub-headline {
    margin-bottom: 3%}
.cbx-dmp[m-mody~=fase-2][m-mody~=last-impresion][m-active=true] .dmp-info>.cbx-img>figcaption .cbx-text {
    height: 30%}
}
