.idl-header .idl-logo {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 0
}

[data-segment=varejo] .idl-header .idl-logo img {
    height: 48px;
    width: 48px
}

[data-segment=empresas] .idl-header .idl-logo img {
    height: 48px;
    width: 48px
}

[data-segment=cartoes] .idl-header .idl-logo img {
    height: 48px;
    width: 48px
}

[data-segment=uniclass] .idl-header .idl-logo img {
    height: 48px;
    width: 48px
}

[data-segment=private-bank] .idl-header .idl-logo img {
    height: 48px;
    width: 48px
}

[data-segment=personnalite-rebranding] .idl-header .idl-logo img {
    max-width: 48px;
    height: auto
}

[data-segment=ibba] .idl-header .idl-logo img {
    height: 48px
}

[data-segment=investidores-institucionais] .idl-header .idl-logo img {
    height: 48px
}

[data-segment=investment-services] .idl-header .idl-logo img {
    height: 48px
}

[data-segment=family-office] .idl-header .idl-logo img {
    height: 48px;
    width: 48px
}

[data-segment=magalu] .idl-header .idl-logo img {
    width: 145px
}

.idl-header .idl-stripe-open-account .idl-stripe-desktop {
    display: none
}

@media(min-width: 80rem) {
    .idl-header .idl-stripe-open-account .idl-stripe-desktop {
        display: block
    }
}

.idl-header .idl-stripe-open-account .idl-stripe-mobile {
    display: block;
    background-color: var(--ids_color_bg_brand_primary) !important
}

.idl-header .idl-stripe-open-account .idl-stripe-mobile .ids-icon {
    color: var(--ids_color_contrast_onBrand_primary) !important
}

.idl-header .idl-stripe-open-account .idl-stripe-mobile .idl-stripe-title {
    color: var(--ids_color_contrast_onBrand_primary) !important
}

@media(min-width: 80rem) {
    .idl-header .idl-stripe-open-account .idl-stripe-mobile {
        display: none
    }
}

.idl-header .idl-stripe-open-account .idl-stripe-arrow {
    display: none
}

@media(min-width: 48rem) {
    .idl-header .idl-stripe-open-account .idl-stripe-arrow {
        display: block;
        text-align: center
    }
}

.idl-header .idl-stripe-open-account a,
.idl-header .idl-stripe-open-account a:active,
.idl-header .idl-stripe-open-account a:visited {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: var(--ids_size_border_small) solid var(--ids_color_border_soft);
    background-color: var(--ids_color_bg_base);
    height: 96px;
    width: 100%;
    text-decoration: none
}

.idl-header .idl-stripe-open-account a .idl-stripe-title,
.idl-header .idl-stripe-open-account a:active .idl-stripe-title,
.idl-header .idl-stripe-open-account a:visited .idl-stripe-title {
    padding: 33px 0px;
    white-space: nowrap;
    overflow: hidden;
    font: var(--ids_textStyle_f01_s20_h28_wrg);
    font-weight: 700;
    text-align: left;
    color: var(--ids_color_text_body_02)
}

.idl-header .idl-stripe-open-account a .ids-icon,
.idl-header .idl-stripe-open-account a:active .ids-icon,
.idl-header .idl-stripe-open-account a:visited .ids-icon {
    color: var(--ids_color_text_body_02)
}

.idl-header .idl-stripe-open-account a:hover,
.idl-header .idl-stripe-open-account a:focus {
    background-color: var(--ids_color_bg_brand_primary)
}

.idl-header .idl-stripe-open-account a:hover .ids-icon,
.idl-header .idl-stripe-open-account a:focus .ids-icon {
    color: var(--ids_color_bg_base)
}

.idl-header .idl-stripe-open-account a:hover .idl-stripe-title,
.idl-header .idl-stripe-open-account a:focus .idl-stripe-title {
    color: var(--ids_color_bg_base)
}

.idl-header .idl-stripe-open-account .idl-stripe-direction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--ids_size_general_20x)
}

.idl-loading-busca {
    width: 100vw;
    height: 100vh;
    background-color: var(--ids_color_contrast_onLight_medium);
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    display: none
}

.idl-loading-busca__container {
    position: relative
}

.idl-loading-busca__body {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: block;
    z-index: 100;
    background-color: var(--ids_color_bg_base)
}

.idl-loading-busca__body--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--ids_size_general_8x);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100vh
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: var(--ids_size_general_16x);
    padding: var(--ids_size_general_24x) var(--ids_size_general_24x) var(--ids_size_general_24x) 0;
    width: 100%
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy {
        padding: 0;
        gap: 0
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy li {
    padding: var(--ids_size_general_8x) 0
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy li {
        width: 100%;
        padding: 0
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy .idl-fancy-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy .idl-fancy-item {
        gap: var(--ids_size_general_10x);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy .idl-arrow {
    display: none
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy .idl-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:link,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:visited {
    line-height: var(--ids_size_general_24x);
    color: var(--ids_color_action_neutral_variant);
    text-decoration: none
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:link,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:visited {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: var(--ids_size_border_small) solid var(--ids_color_border_soft);
        height: 72px;
        line-height: var(--ids_size_general_30x);
        padding: 0px var(--ids_size_general_20x);
        -webkit-transition: padding-left .3s ease;
        transition: padding-left .3s ease
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a .ids-icon,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:link .ids-icon,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:visited .ids-icon {
    color: var(--ids_color_action_neutral_variant)
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a .idl-fancy-title,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:link .idl-fancy-title,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:visited .idl-fancy-title {
    font: var(--ids_textStyle_f02_s16_h24_wrg);
    font-size: var(--ids_size_general_16x);
    line-height: var(--ids_size_general_24x)
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a .idl-fancy-title,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:link .idl-fancy-title,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:visited .idl-fancy-title {
        font: var(--ids_textStyle_f01_s20_h28_wrg);
        line-height: var(--ids_size_general_28x)
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a.default,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:link.default,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:visited.default {
    color: var(--ids_color_action_neutral_base)
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a.default .ids-icon,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:link.default .ids-icon,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:visited.default .ids-icon {
    color: var(--ids_color_action_neutral_base)
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:hover .idl-fancy-title,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:focus .idl-fancy-title {
    font: var(--ids_textStyle_f02_s16_h24_wbd);
    text-decoration: underline
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:hover .idl-fancy-title,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:focus .idl-fancy-title {
        text-decoration: none;
        font: var(--ids_textStyle_f01_s20_h28_wrg);
        font-weight: 700
    }
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:hover,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:focus {
        text-decoration: none;
        padding-left: var(--ids_size_general_40x);
        color: var(--ids_color_action_primary_contrast)
    }
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:hover .ids-icon,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:focus .ids-icon {
        color: var(--ids_color_action_primary_contrast)
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:hover.default,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:focus.default {
    color: var(--ids_color_action_neutral_base);
    background: var(--ids_color_action_neutral_base_soft)
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:hover.default .ids-icon,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:focus.default .ids-icon {
    color: var(--ids_color_action_neutral_base)
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:hover.varejo,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:focus.varejo {
    background-color: #ff6200
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:hover.uniclass,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:focus.uniclass {
    background-color: #0131ff
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:hover.personnalite,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:focus.personnalite {
    background-color: #000d3c
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:hover.private-bank,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:focus.private-bank {
    background-color: #3c3c3c
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:hover.family-office,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:focus.family-office {
    background-color: #3c3c3c
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:hover.empresas,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a:focus.empresas {
    background-color: #001e4f
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy.default {
    background-color: var(--ids_color_bg_brand_primary)
}

@media(min-width: 0rem)and (max-width: 79.99rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a.idl-card-mobile:link,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a.idl-card-mobile:active,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a.idl-card-mobile:visited {
        background: var(--ids_color_bg_base);
        border: var(--ids_size_border_small) solid var(--ids_color_border_soft);
        border-radius: var(--ids_size_cornerRadius_card_01);
        padding: var(--ids_size_general_20x);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none
    }
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a.idl-card-mobile:link .ids-icon,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a.idl-card-mobile:active .ids-icon,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a.idl-card-mobile:visited .ids-icon {
        color: var(--ids_color_action_primary_base) !important
    }
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a.idl-card-mobile:link .idl-fancy-title,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a.idl-card-mobile:active .idl-fancy-title,
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-fancy a.idl-card-mobile:visited .idl-fancy-title {
        text-decoration: none;
        margin-left: var(--ids_size_general_20x)
    }
}

@media(min-width: 0rem)and (max-width: 79.99rem) {
    .idl-header .idl-navegation .idl-panel-wrap a.idl-card-mobile:hover,
    .idl-header .idl-navegation .idl-panel-wrap a.idl-card-mobile:focus {
        background: var(--ids_color_action_neutral_base_soft) !important
    }
}

.idl-header .idl-menu-right-wrap .idl-login-wrap {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--ids_size_general_8x);
    height: var(--ids_size_general_48x)
}

@media(min-width: 80rem) {
    .idl-header .idl-menu-right-wrap .idl-login-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.idl-header .idl-menu-right-wrap .idl-login-wrap #idl-btn-login-ok {
    display: none;
    width: var(--ids_size_general_48x);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.idl-header .idl-menu-right-wrap .idl-login-wrap #idl-btn-login-lock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--ids_size_general_48x);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

[data-segment=blackweek] .idl-header .idl-menu-right-wrap .idl-login-wrap #idl-btn-login-lock {
    color: var(--ids_color_action_disabled_variant);
    background-color: var(--ids_color_bg_base);
    border-color: var(--ids_color_bg_base)
}

.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap {
    background-color: var(--ids_color_bg_base);
    border-radius: var(--ids_size_cornerRadius_button);
    height: 3.125rem;
    padding: 0 var(--ids_size_general_16x);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[data-segment=empresas] .idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap {
    background-color: var(--ids_color_bg_variant_01)
}

.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input {
    background: rgba(0, 0, 0, 0);
    border: 0;
    font: var(--ids_textStyle_label_medium_regular);
    color: var(--ids_color_text_body_02);
    text-align: center
}

[data-segment=personnalite-rebranding] .idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input {
    color: var(--ids_color_text_heading_01)
}

[data-segment=ibba] .idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input {
    color: var(--ids_color_text_body_01)
}

[data-segment=investidores-institucionais] .idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap {
    color: var(--ids_color_text_body_01)
}

.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input::-moz-placeholder {
    color: var(--ids_color_text_heading_02);
    opacity: 1
}

.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input::-webkit-input-placeholder {
    color: var(--ids_color_text_heading_02);
    opacity: 1
}

.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input:-ms-input-placeholder {
    color: var(--ids_color_text_heading_02);
    opacity: 1
}

.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input::-ms-input-placeholder {
    color: var(--ids_color_text_heading_02);
    opacity: 1
}

.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input::placeholder {
    color: var(--ids_color_text_heading_02);
    opacity: 1
}

[data-segment=blackweek] .idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input::-moz-placeholder {
    color: var(--ids_color_text_body_01)
}

[data-segment=blackweek] .idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input::-webkit-input-placeholder {
    color: var(--ids_color_text_body_01)
}

[data-segment=blackweek] .idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input:-ms-input-placeholder {
    color: var(--ids_color_text_body_01)
}

[data-segment=blackweek] .idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input::-ms-input-placeholder {
    color: var(--ids_color_text_body_01)
}

[data-segment=blackweek] .idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input::placeholder {
    color: var(--ids_color_text_body_01)
}

.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input:-ms-input-placeholder,
.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input::-ms-input-placeholder {
    color: var(--ids_color_text_heading_02)
}

[data-segment=blackweek] .idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input:-ms-input-placeholder,
[data-segment=blackweek] .idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-input::-ms-input-placeholder {
    color: var(--ids_color_text_body_01)
}

.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-agency {
    width: 58px
}

.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-operator {
    width: 182px
}

.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-login-account {
    width: 67px
}

.idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-splitter {
    border-left: 1px solid var(--ids_color_border_soft);
    margin-left: 8px
}

[data-segment=empresas] .idl-header .idl-menu-right-wrap .idl-login-wrap .idl-login-input-wrap .idl-splitter {
    border-left-color: var(--ids_color_text_heading_02)
}

.idl-header .idl-smart-banner {
    padding: var(--ids_size_general_24x) 0;
    color: var(--ids_color_text_body_01)
}

.idl-header .idl-smart-banner .idl-smart-card {
    padding: var(--ids_size_general_16x);
    max-width: 500px
}

.idl-header .idl-smart-banner .idl-smart-direction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--ids_size_general_16x)
}

.idl-header .ids-link {
    font-weight: 700
}

.idl-header .idl-login-more-access {
    color: var(--ids_color_text_body_01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 8px
}

@media(min-width: 80rem) {
    .idl-header .idl-login-more-access {
        margin: 0px
    }
}

.idl-header .idl-login-more-access .idl-more-access-button-zoom {
    display: none;
    background: none;
    border: none;
    color: var(--ids_color_action_primary_contrast);
    font: var(--ids_textStyle_body_01_bold);
    font-size: var(--ids_size_general_16x);
    line-height: var(--ids_size_general_24x);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.idl-header .idl-login-more-access .idl-more-acess-open-zoom {
    display: none
}

.idl-header .idl-login-more-access .idl-more-acess-open-zoom span::before {
    content: "usuario_outline"
}

.idl-header .idl-login-more-access.more-access-expand .idl-more-access-button-zoom {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.idl-header .idl-login-more-access.more-access-expand .idl-more-acess-open-desktop {
    display: none
}

.idl-header .idl-login-more-access.more-access-expand .idl-more-acess-open-zoom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.idl-header .idl-login-more-access.more-access-expand .idl-modal-more-access-backdrop {
    background: transparent
}

.idl-header .idl-login-more-access.more-access-expand .idl-modal-more-access-container {
    top: 80px;
    left: 0;
    width: 100%;
    border-radius: 0;
    height: calc(100vh - 80px);
    max-width: unset;
    -webkit-transform: unset;
    transform: unset;
    overflow: auto
}

.idl-header .idl-login-more-access.more-access-expand.open .idl-more-access-button-zoom::after {
    content: "";
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid #fff;
    position: absolute;
    top: 41px
}

.idl-header .idl-login-more-access.more-access-expand.open .idl-more-acess-open-zoom span::before {
    content: "fechar"
}

.idl-header .idl-login-more-access.more-access-expand .idl-modal-more-access-backdrop {
    position: absolute
}

.idl-header .idl-login-more-access.more-access-expand .idl-modal-more-access {
    height: calc(100vh - 80px);
    top: 80px
}

.idl-header .idl-login-more-access.more-access-expand .idl-modal-more-access-container {
    height: calc(100vh - 80px);
    top: 0px
}

.idl-header .idl-login-more-access.more-access-expand .idl-modal-more-access-container .idl-modal-more-access-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.idl-header .idl-login-more-access.more-access-expand .idl-modal-more-access-container .idl-modal-more-access-close-container {
    display: none
}

.idl-header .idl-login-more-access .idl-modal-more-access {
    display: none;
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.idl-header .idl-login-more-access .idl-modal-more-access-backdrop {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--ids_color_contrast_onLight_medium);
    opacity: 1;
    -webkit-transition: opacity .4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity .4s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.idl-header .idl-login-more-access .idl-modal-more-access-container {
    background: var(--ids_color_bg_base);
    z-index: 4;
    width: calc(100% - 32px);
    padding: var(--ids_size_general_32x);
    border-radius: var(--ids_size_general_10x)
}

@media(min-width: 48rem) {
    .idl-header .idl-login-more-access .idl-modal-more-access-container {
        max-width: 476px;
        margin: 0
    }
}

.idl-header .idl-login-more-access .idl-modal-more-access-close-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100 .idl-header .idl-login-more-access .idl-modal-more-access-close-container;
    margin-bottom: var(--ids_size_general_16x)
}

.idl-header .idl-login-more-access .idl-modal-more-access-close-container button {
    background: none;
    border: none;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.idl-header .idl-login-more-access .idl-modal-more-access-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--ids_size_general_24x)
}

.idl-header .idl-login-more-access .idl-modal-more-access-header h2 {
    font: var(--ids_textStyle_f01_s24_h32_wbd);
    color: var(--ids_color_action_neutral_variant)
}

[data-segment=investment-services] .idl-header .idl-login-more-access .idl-modal-more-access-header h2 {
    color: var(--ids_color_text_body_01)
}

.idl-header .idl-login-more-access .idl-modal-more-access-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.idl-header .idl-login-more-access .idl-modal-more-access-body .idl-modal-more-access-container-remember label {
    font: var(--ids_textStyle_f02_s16_h24_wrg)
}

.idl-header .idl-login-more-access .idl-modal-more-access-body .idl-modal-more-access-arrow {
    position: absolute;
    right: 0;
    z-index: -1
}

.idl-header .has-dialog {
    overflow: hidden
}

.idl-header .idl-menu-right-wrap .open-account-idl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(hover: hover)and (pointer: fine) {
    .idl-header .idl-menu-right-wrap .open-account-idl {
        margin-right: var(--ids_size_general_22x)
    }
}

@media(min-width: 80rem) {
    .idl-header .idl-menu-right-wrap .open-account-idl {
        margin-right: unset;
        margin-left: var(--ids_size_general_22x)
    }
}

.idl-header .idl-on-brand-button {
    border: var(--ids_size_border_small) solid var(--ids_color_bg_base);
    border-radius: var(--ids_size_cornerRadius_button);
    background-color: transparent;
    text-decoration: none;
    padding: var(--ids_size_general_12x) var(--ids_size_general_24x);
    color: var(--ids_color_bg_base);
    font: var(--ids_textStyle_f02_s20_h26_wbd);
    display: block
}

@media(max-width: 360px) {
    .idl-header .idl-on-brand-button {
        padding: 12px 12px
    }
}

.idl-header .idl-on-brand-button .text-ellipses {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.idl-header .idl-on-brand-button:hover,
.idl-header .idl-on-brand-button:focus {
    background-color: var(--ids_color_bg_base);
    color: var(--ids_color_bg_brand_primary)
}

.idl-header {
    z-index: 3;
    width: 100%
}

.idl-header .idl-btn-container {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(min-width: 0rem)and (max-width: 47.99rem) {
    .idl-header .idl-btn-container {
        max-width: 48rem;
        padding: 0 var(--ids_layout_padding_lg, 1.5rem)
    }
}

@media(min-width: 48rem) {
    .idl-header .idl-btn-container {
        max-width: 64rem;
        padding: 0 var(--ids_layout_padding_lg, 1.5rem)
    }
}

@media(min-width: 64rem) {
    .idl-header .idl-btn-container {
        max-width: 64rem;
        padding: 0 var(--ids_layout_padding_lg, 3rem)
    }
}

@media(min-width: 80rem) {
    .idl-header .idl-btn-container {
        max-width: initial;
        padding: initial
    }
}

.idl-header .idl-acessible-hide {
    display: none
}

@media(min-width: 80rem) {
    .idl-header .idl-acessible-hide {
        display: block
    }
}

@media(min-width: 80rem) {
    .idl-header .idl-hide-desktop {
        display: none
    }
}

.idl-header .idl-hide-mobile {
    display: none
}

@media(min-width: 80rem) {
    .idl-header .idl-hide-mobile {
        display: block
    }
}

.idl-header .idl-only-mobile {
    display: block
}

@media(hover: hover)and (pointer: fine) {
    .idl-header .idl-only-mobile {
        display: none !important
    }
}

.idl-header .idl-acessible-link {
    position: absolute;
    top: -1000px;
    z-index: 99999;
    padding: var(--ids_size_general_10x) var(--ids_size_general_20x);
    overflow: hidden;
    font: var(--ids_textStyle_label_small_bold);
    color: var(--ids_color_action_primary_contrast);
    background-color: var(--ids_color_action_neutral_base);
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    border-bottom-right-radius: var(--ids_size_cornerRadius_button);
    transition: top .3s;
    -ms-transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -o-transition: top .3s;
    text-decoration: none
}

.idl-header a.idl-acessible-link:active,
.idl-header a.idl-acessible-link:focus,
.idl-header a.idl-acessible-link:hover {
    top: 0
}

.idl-header .idl-menu-fixed {
    top: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 80px;
    z-index: 3
}

.idl-header .idl-menu-wrap {
    display: block;
    height: 100%;
    max-width: 100%;
    margin: 0;
    background-color: var(--ids_color_bg_brand_primary)
}

[data-segment=cartoes] .idl-header .idl-menu-wrap {
    background-color: var(--ids_color_bg_brand_secondary) !important
}

.idl-header .idl-menu-direction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    flex-direction: row
}

.idl-header .idl-menu-width {
    width: 100%
}

@media(min-width: 80rem) {
    .idl-header .idl-menu-width {
        width: auto
    }
}

[data-segment=magalu] .idl-header .idl-menu-width {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width: 48rem) {
    [data-segment=magalu] .idl-header .idl-menu-width {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.idl-header .idl-menu-header {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    width: auto
}

@media(min-width: 80rem) {
    .idl-header .idl-menu-header {
        width: auto
    }
}

.idl-header .idl-menu-header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.idl-header .idl-hamburguer {
    display: none
}

@media(min-width: 0rem)and (max-width: 79.99rem) {
    .idl-header .idl-hamburguer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }
}

@media(min-width: 80rem) {
    .idl-header .idl-hamburguer {
        display: none
    }
}

.idl-header .idl-hamburguer .idl-hamburguer-btn {
    background-color: transparent;
    border-color: transparent;
    border: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.idl-header .idl-hamburguer[data-open=true] .one {
    -webkit-transform: rotate(45deg) translate(7px, 6px);
    transform: rotate(45deg) translate(7px, 6px)
}

.idl-header .idl-hamburguer[data-open=true] .two {
    opacity: 0
}

.idl-header .idl-hamburguer[data-open=true] .three {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px)
}

.idl-header .idl-hamburguer[data-open=true]::before {
    content: "";
    border-top: 10px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid var(--ids_color_bg_base);
    position: absolute;
    top: 32px
}

.idl-header .idl-hamburguer .line {
    height: 2px;
    width: 24px;
    margin: var(--ids_size_general_6x) auto;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-color: var(--ids_color_bg_base)
}

.idl-header .idl-search-wrapper-mobile {
    display: block
}

.idl-header .idl-search-wrapper-mobile button {
    cursor: pointer;
    background: var(--ids_color_bg_base);
    border: 0;
    color: var(--ids_color_action_neutral_base);
    font: var(--ids_textStyle_f02_s18_h26_wrg);
    padding: var(--ids_size_general_24x) 0;
    line-height: var(--ids_size_general_28x);
    width: 100%;
    border-bottom: var(--ids_size_general_1x) solid var(--ids_color_action_disabled_base);
    text-align: left
}

.idl-header .idl-search-wrapper-mobile button .idl-search-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--ids_size_general_8x)
}

@media(min-width: 80rem) {
    .idl-header .idl-search-wrapper-mobile {
        display: none
    }
}

.idl-header .idl-search-wrapper-desktop {
    display: none
}

@media(min-width: 80rem) {
    .idl-header .idl-search-wrapper-desktop {
        display: block
    }
}

.idl-header .idl-navegation {
    display: none
}

@media(min-width: 0rem)and (max-width: 79.99rem) {
    .idl-header .idl-navegation {
        position: fixed;
        top: 80px;
        left: 0px;
        background: var(--ids_color_bg_base);
        height: calc(100% - 1.5em);
        width: 100%;
        overflow-y: scroll !important
    }
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation {
        display: block;
        overflow-y: hidden !important;
        height: auto;
        width: auto;
        padding-left: 56px
    }
}

.idl-header .idl-navegation ul.idl-navegation-main {
    width: 100%;
    list-style: none;
    padding: 0
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation ul.idl-navegation-main {
        list-style: none;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: var(--ids_size_general_16x)
    }
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation ul.idl-navegation-main li {
        border: 0
    }
}

.idl-header .idl-navegation .idl-nav-label {
    text-align: left;
    line-height: 26px;
    font: var(--ids_textStyle_f02_s20_h26_wbd);
    color: var(--ids_color_text_heading_01);
    background: var(--ids_color_action_primary_contrast);
    padding: var(--ids_size_general_24x) 0;
    cursor: pointer;
    border: 0
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-nav-label {
        text-align: center;
        text-decoration: none;
        color: var(--ids_color_action_primary_contrast);
        padding: 27px 0;
        background: none
    }
    .idl-header .idl-navegation .idl-nav-label .ids-icon {
        display: none
    }
}

.idl-header .idl-navegation .idl-nav-label[aria-expanded=true] .ids-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.idl-header .idl-navegation .idl-nav-label::after {
    display: none
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-nav-label::after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0px;
        width: 100%;
        background-color: var(--ids_color_action_primary_contrast);
        content: "";
        -webkit-transition: all .3s ease .1s;
        transition: all .3s ease .1s
    }
}

.idl-header .idl-navegation .idl-nav-label:hover::after,
.idl-header .idl-navegation .idl-nav-label:focus::after {
    height: var(--ids_size_border_large)
}

@media(min-width: 0rem)and (max-width: 63.99rem) {
    .idl-header .idl-navegation .idl-btn-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.idl-header .idl-navegation .idl-nav-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: var(--ids_size_general_1x) solid var(--ids_color_action_disabled_base)
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-nav-item {
        display: block;
        position: relative;
        border-bottom: 0
    }
}

.idl-header .idl-navegation .idl-nav-item-active {
    border-bottom: var(--ids_size_general_1x) solid var(--ids_color_action_disabled_base)
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-nav-item-active {
        border-bottom: 0
    }
}

.idl-header .idl-navegation .idl-nav-item-active .idl-nav-label::after {
    height: var(--ids_size_border_large)
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-head {
        padding-bottom: var(--ids_spacing_6x)
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-head .idl-menu-title-desktop {
    display: none
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-head .idl-menu-title-desktop {
        display: block;
        font: var(--ids_textStyle_f02_s18_h26_wbd);
        color: var(--ids_color_text_heading_01);
        line-height: 26px;
        cursor: default
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-head .idl-menu-title-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 0;
    font: var(--ids_textStyle_f02_s18_h26_wbd);
    color: var(--ids_color_text_heading_01);
    padding: var(--ids_size_general_24x) 0;
    width: 100%;
    cursor: pointer;
    border-bottom: var(--ids_size_general_1x) solid var(--ids_color_border_soft)
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-head .idl-menu-title-mobile {
        display: none
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-head .idl-menu-title-mobile[aria-expanded=true] .ids-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-section {
    display: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-section {
        display: block;
        max-height: initial;
        overflow: initial;
        -webkit-transition: none;
        transition: none
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: var(--ids_size_general_24x) var(--ids_size_general_24x) 0 0
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-submenu {
        gap: var(--ids_size_general_16x);
        padding: 0
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-submenu li {
    padding: var(--ids_size_general_8x) 0
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-wrap .idl-panel-submenu li {
        padding: 0
    }
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-submenu a,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-submenu a:link,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-submenu a:active {
    font: var(--ids_textStyle_f02_s16_h24_wrg);
    font-size: var(--ids_size_general_16x);
    line-height: var(--ids_size_general_24x);
    text-align: left;
    color: var(--ids_color_action_neutral_variant);
    text-decoration: none
}

.idl-header .idl-navegation .idl-panel-wrap .idl-panel-submenu a:hover,
.idl-header .idl-navegation .idl-panel-wrap .idl-panel-submenu a:focus {
    font: var(--ids_textStyle_f02_s16_h24_wbd);
    text-decoration: underline
}

@media(min-width: 0rem)and (max-width: 79.99rem) {
    .idl-header .idl-navegation .idl-menu-gap {
        gap: 0 !important
    }
}

.idl-header .idl-navegation .panel-head span {
    display: none
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .panel-head button {
        display: none
    }
    .idl-header .idl-navegation .panel-head span {
        display: block
    }
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-show {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }
}

@media(min-width: 80rem) {
    .idl-header .idl-navegation .idl-panel-hidden {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all .2s ease 0s;
        transition: all .2s ease 0s
    }
}

.idl-header .idl-panel {
    display: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

@media(min-width: 80rem) {
    .idl-header .idl-panel {
        width: 100%;
        max-height: initial;
        overflow: initial;
        z-index: -1 !important;
        position: absolute;
        display: block;
        left: 0;
        top: 80px;
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.idl-header .idl-common-links {
    background-color: var(--ids_color_bg_base);
    margin-left: var(--ids_size_general_24x)
}

@media(min-width: 80rem) {
    .idl-header .idl-common-links {
        background-color: var(--ids_color_bg_variant_01);
        border-bottom: var(--ids_size_border_small) solid var(--ids_color_border_soft);
        padding-top: var(--ids_spacing_10x);
        padding-bottom: var(--ids_spacing_10x);
        margin-left: 0
    }
}

@media(min-width: 0rem)and (max-width: 79.99rem) {
    .idl-header .idl-menu-mobile-fluid {
        padding: 0;
        max-width: 100%
    }
}

.idl-header .idl-mobile-collapse {
    display: block;
    max-height: 0px !important;
    overflow: hidden;
    -webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    transition: max-height .5s cubic-bezier(0, 1, 0, 1)
}

.idl-header .idl-mobile-collapse-show {
    max-height: calc(100vh - 80px) !important;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    visibility: unset
}

.idl-header .idl-mobile-collapse-show-all {
    max-height: 100% !important;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    border-bottom: var(--ids_size_general_1x) solid var(--ids_color_action_disabled_base)
}

.idl-header .idl-menu-right-wrap {
    display: none
}

@media(min-width: 80rem) {
    .idl-header .idl-menu-right-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.idl-header .idl-menu-right-wrap .idl-more-access-button {
    background: none;
    border: none;
    color: var(--ids_color_action_primary_contrast);
    font: var(--ids_textStyle_body_01_bold);
    font-size: var(--ids_size_general_16x);
    line-height: var(--ids_size_general_24x);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--ids_size_general_8x);
    cursor: pointer;
    margin-left: var(--ids_size_general_8x)
}

@media(min-width: 80rem) {
    .idl-header .idl-menu-right-wrap .idl-more-access-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.idl-header .idl-menu-right-wrap .idl-more-acess-open-desktop {
    font: var(--ids_textStyle_f02_s20_h26_wbd);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: row;
    -ms-flex: row;
    flex: row;
    gap: 8px
}

.idl-header .tablet-hidden-menu .idl-more-access-button,
.idl-header .tablet-hidden-menu .open-account-idl,
.idl-header .tablet-hidden-menu .idl-menu-right-wrap,
.idl-header .tablet-hidden-menu .idl-hide-desktop {
    display: none
}

.idl-header .tablet-hidden-menu .idl-navegation {
    padding-left: 0
}

.idl-header .tablet-hidden-menu .idl-menu-width {
    width: 100%
}

@media(min-width: 48rem) {
    .idl-header .tablet-hidden-menu .idl-login-more-access {
        margin: 0 16px
    }
}

.idl-header .tablet-hidden-menu .idl-menu-header-mobile .open-account-idl {
    display: block !important
}

.idl-header .tablet-hidden-menu .idl-menu-header-mobile .idl-search-wrapper-mobile {
    display: block
}

.idl-header .tablet-hidden-menu .idl-menu-header-mobile .idl-search-wrapper-desktop {
    display: none
}

.idl-header .tablet-hidden-menu .idl-menu-header-mobile .idl-hamburguer {
    display: block !important
}

.idl-header .tablet-hidden-menu .idl-menu-header-mobile .idl-hamburguer[data-open=true]::before {
    top: 56px !important
}

.idl-header .tablet-hidden-menu .idl-navegation {
    position: fixed;
    top: 80px;
    left: 0px;
    background: var(--ids_color_bg_base);
    height: 100vh;
    width: 100%;
    overflow-y: scroll !important;
    display: none
}

.idl-header .tablet-hidden-menu .idl-mobile-collapse {
    display: block !important
}

.idl-header .tablet-hidden-menu .idl-mobile-collapse .idl-navegation-main {
    display: block !important
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-nav-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: var(--ids_size_general_1x) solid var(--ids_color_action_disabled_base);
    position: initial
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-nav-item-active {
    border-bottom: var(--ids_size_general_1x) solid var(--ids_color_action_disabled_base)
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-hide-desktop {
    display: block !important
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-nav-label {
    text-align: left;
    color: var(--ids_color_text_heading_01) !important;
    background: var(--ids_color_action_primary_contrast) !important;
    padding: var(--ids_size_general_24x) !important
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-nav-label .ids-icon {
    display: block
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-nav-label::after {
    display: none
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-head {
    padding-bottom: 0
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-head .idl-menu-title-desktop {
    display: none
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-head .idl-menu-title-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section {
    display: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-submenu {
    padding: var(--ids_size_general_24x) var(--ids_size_general_24x) 0 0
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-submenu a:hover,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-submenu a:focus {
    font: var(--ids_textStyle_f02_s16_h24_wbd) !important;
    text-decoration: underline
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy {
    padding: var(--ids_size_general_24x) var(--ids_size_general_24x) var(--ids_size_general_24x) 0
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy li {
    padding: var(--ids_size_general_8x) 0
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:link,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:visited {
    height: initial !important;
    line-height: var(--ids_size_general_24x);
    color: var(--ids_color_action_neutral_variant);
    text-decoration: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    border-bottom: 0;
    padding: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a .idl-fancy-title,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:link .idl-fancy-title,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:visited .idl-fancy-title {
    font: var(--ids_textStyle_f02_s16_h24_wrg);
    font-size: var(--ids_size_general_16x);
    line-height: var(--ids_size_general_24x)
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a .idl-arrow,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:link .idl-arrow,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:visited .idl-arrow {
    display: none
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:hover .idl-fancy-title,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:focus .idl-fancy-title {
    font: var(--ids_textStyle_f02_s16_h24_wbd);
    text-decoration: underline
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:hover.varejo,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:hover.uniclass,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:hover.personnalite,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:hover.private-bank,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:hover.family-office,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:hover.empresas,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:focus.varejo,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:focus.uniclass,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:focus.personnalite,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:focus.private-bank,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:focus.family-office,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a:focus.empresas {
    background: none !important
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a.idl-card-mobile:link,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a.idl-card-mobile:active,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a.idl-card-mobile:visited {
    background: var(--ids_color_bg_base);
    border: var(--ids_size_border_small) solid var(--ids_color_border_soft);
    border-radius: var(--ids_size_cornerRadius_card_01);
    padding: var(--ids_size_general_20x);
    width: 100%
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a.idl-card-mobile:link .ids-icon,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a.idl-card-mobile:active .ids-icon,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a.idl-card-mobile:visited .ids-icon {
    color: var(--ids_color_action_primary_base) !important
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a.idl-card-mobile:link .idl-fancy-title,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a.idl-card-mobile:active .idl-fancy-title,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a.idl-card-mobile:visited .idl-fancy-title {
    text-decoration: none;
    margin-left: var(--ids_size_general_20x)
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a.idl-card-mobile:hover,
.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-panel-section .idl-panel-fancy a.idl-card-mobile:focus {
    background: var(--ids_color_action_neutral_base_soft)
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-common-links {
    background-color: var(--ids_color_bg_base);
    margin-left: var(--ids_size_general_24x);
    padding: 0;
    border-bottom: 0
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-common-links .ids-container-lg {
    max-width: 100% !important;
    padding: 0
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-common-links .idl-menu-gap {
    gap: 0 !important
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-common-links .ids-col-lg-4 {
    grid-column-end: span 12 !important
}

.idl-header .tablet-hidden-menu ul.idl-navegation-main .idl-common-links .idl-btn-container .ids-icon {
    margin-right: var(--ids_size_general_8x)
}

.idl-header .tablet-hidden-menu .idl-panel-show,
.idl-header .tablet-hidden-menu .idl-panel-hidden {
    visibility: unset;
    -webkit-transform: unset;
    transform: unset;
    -webkit-transition: unset;
    transition: unset
}

.idl-header .tablet-hidden-menu .idl-panel {
    display: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    width: initial;
    z-index: initial;
    left: initial;
    top: initial;
    visibility: initial;
    -webkit-transform: initial;
    transform: initial;
    position: initial
}

@media(min-width: 80rem) {
    .idl-header .tablet-hidden-menu .idl-btn-container {
        max-width: 80rem;
        padding: 0 var(--ids_layout_padding_lg, 3rem)
    }
}

.idl-header .tablet-hidden-menu .idl-stripe-mobile {
    display: block
}

.idl-header .tablet-hidden-menu .idl-stripe-desktop {
    display: none
}

main {
    background-color: var(--ids_color_bg_base);
    height: auto;
    padding-top: var(--ids_size_general_80x)
}