body,
html {
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* classes utilitarias */
._asset_container,
#t038,
#t014 {
    /*#t038 e #t014 se referem ao id dos módulos da CAIXA */
    width: 100%;
    position: relative;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
    box-sizing: border-box;
}

@media(min-width: 768px) {

    ._asset_container,
    #t038,
    #t014 {
        /*#t038 e #t014 se referem ao id dos módulos da CAIXA */
        width: 90%;
    }
}

@media(min-width: 1200px) {

    ._asset_container,
    #t038,
    #t014 {
        /*#t038 e #t014 se referem ao id dos módulos da CAIXA */
        width: 86%;
    }
}

._asset_carousel_wrapper,
._asset_carousel_wrapper .owl-carousel {
    width: 100%;
}

._asset_carousel_wrapper .owl-carousel .owl-buttons div {
    position: absolute;
    bottom: 30px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #D87B00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
}

@media(min-width: 1024px) {
    ._asset_carousel_wrapper .owl-carousel .owl-buttons div {
        width: 40px;
        height: 40px;
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
    }
}

._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-prev {
    left: 15%;
}

@media(min-width: 1024px) {
    ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-prev {
        left: 30px;
    }

    ._asset_carousel_wrapper_boxed .owl-carousel .owl-buttons .owl-prev {
        left: -60px;
    }
}

._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-prev::after {
    content: "";
    width: 50%;
    height: 50%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="white"><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>') no-repeat center;
    background-size: contain;
}

._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-next {
    right: 15%;
}

@media(min-width: 1024px) {
    ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-next {
        right: 30px;
    }

    ._asset_carousel_wrapper_boxed .owl-carousel .owl-buttons .owl-next {
        right: -60px;
    }
}

._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-next::after {
    content: "";
    width: 50%;
    height: 50%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="white"><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>') no-repeat center;
    background-size: contain;
}

._asset_carousel_wrapper .owl-carousel .owl-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

._asset_btn a,
._asset_btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D87B00;
    color: #FFF;
    width: fit-content;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    font-family: "CAIXA Std", sans-serif;
    padding: 12px 24px;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
}

@media(min-width: 1024px) {

    ._asset_btn a,
    ._asset_btn button {
        font-size: 15px;
        padding: 12px 24px;
    }
}

@media(min-width: 1800px) {

    ._asset_btn a,
    ._asset_btn button {
        font-size: 18px;
        padding: 16px 24px;
    }
}

._asset_desktop {
    display: none;
}

@media(min-width: 1024px) {
    ._asset_desktop {
        display: block;
    }
}

._asset_mobile {
    display: block;
}

@media(min-width: 1024px) {
    ._asset_mobile {
        display: none;
    }
}

._asset_h2 {
    font-size: 26px;
    line-height: 1.15;
    font-weight: normal;
    font-family: 'CAIXA Std', sans-serif;
}

@media(min-width: 1024px) {
    ._asset_h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

@media(min-width: 1800px) {
    ._asset_h2 {
        font-size: 44px;
    }
}

/* fim classes utilitarias */

/* inicio seção banner principal  */

#_banner_wrapper {
    width: 100vw;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

#_banner_wrapper * {
    box-sizing: border-box;
}

#_banner_wrapper .owl-pagination {
    bottom: 28px;
}

@media(min-width: 1024px) {
    #_banner_wrapper .owl-pagination {
        bottom: 20px;
    }
}

#_banner_wrapper .owl-pagination span {
    background-color: transparent;
    border: 1px solid white;
}

#_banner_wrapper .owl-pagination .active span {
    background-color: white;
}

#_banner_wrapper .banner {
    width: 100%;
    position: relative;
    min-height: 600px;
    display: flex;
    padding-top: 100px;
}

@media(min-width: 1024px) {
    #_banner_wrapper .banner {
        min-height: 556px;
        align-items: center;
        padding-top: 116px;
    }
}

@media(min-width: 1800px) {
    #_banner_wrapper .banner {
        min-height: 656px;
        padding-top: 116px;
    }
}

#_banner_wrapper .banner .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#_banner_wrapper .banner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#_banner_wrapper .banner .content {
    width: 100%;
    position: relative;
}

@media(min-width: 1024px) {
    #_banner_wrapper .banner .content {
        width: 60%;
    }

    #_banner_wrapper .banner.inverted .content {

        width: 55%;
        margin-left: auto;
    }
}

#_banner_wrapper .banner .content span {
    font-size: 26px;
    line-height: 1.15;
    display: block;
    font-weight: 300;
    color: #F7921D;
    margin-bottom: 8px;
    font-family: 'CAIXA Std Book', sans-serif;
}

@media(min-width: 1024px) {
    #_banner_wrapper .banner .content span {
        font-size: 34px;
    }
}

@media(min-width: 1800px) {
    #_banner_wrapper .banner .content span {
        font-size: 48px;
    }
}

#_banner_wrapper .banner .content h2 {
    font-size: 30px;
    line-height: 1.06;
    font-weight: normal;
    color: #FFF;
    margin-bottom: 24px;
    font-family: 'CAIXA Std', sans-serif;
}

@media(min-width: 1024px) {
    #_banner_wrapper .banner .content h2 {
        font-size: 50px;
    }
}

@media(min-width: 1800px) {
    #_banner_wrapper .banner .content h2 {
        font-size: 64px;
    }
}

#_banner_wrapper .banner .content p {
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    font-family: "CAIXA Std Light";
    margin: 0;
    max-width: 80%;
}

@media(min-width: 1024px) {
    #_banner_wrapper .banner .content p {
        font-size: 20px;
        max-width: 100%;
    }
}

@media(min-width: 1800px) {
    #_banner_wrapper .banner .content p {
        font-size: 24px;
    }
}

#_banner_wrapper .banner .content ._asset_btn a {
    margin: 36px 0 0 0;
}

@media(min-width: 1024px) {
    #_banner_wrapper .banner .content ._asset_btn a {
        margin: 40px 0 0 0;
    }
}

@media(min-width: 1800px) {
    #_banner_wrapper .banner .content ._asset_btn a {
        margin: 48px 0 0 0;
    }
}

/* fim seção banner principal  */


/* seção destaques */

#_destaques_wrapper {
    width: 100vw;
    padding: 40px 0;
    overflow: hidden;
}

@media(min-width: 1024px) {
    #_destaques_wrapper {
        padding: 50px 0;
    }
}

@media(min-width: 1800px) {
    #_destaques_wrapper {
        padding: 80px 0;
    }
}

#_destaques_wrapper * {
    box-sizing: border-box;
}

#_destaques_wrapper .owl-carousel {
    padding-bottom: 56px;
}

@media(min-width: 1024px) {
    #_destaques_wrapper .owl-carousel {
        padding-bottom: 0px;
    }
}

#_destaques_wrapper .owl-pagination {
    bottom: 28px;
}

@media(min-width: 1024px) {
    #_destaques_wrapper .owl-pagination {
        bottom: -40px;
    }
}

#_destaques_wrapper .owl-pagination span {
    background-color: transparent;
    border: 1px solid #0066B3;
}

#_destaques_wrapper .owl-pagination .active span {
    background-color: #0066B3;
}

#_destaques_wrapper .banner {
    width: 100%;
    position: relative;
}

#_destaques_wrapper .banner .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 8px;
    overflow: hidden;
}

#_destaques_wrapper .banner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#_destaques_wrapper .banner .content {
    width: 60%;
    position: relative;
    padding: 50px 0;
}

@media(min-width: 1024px) {
    #_destaques_wrapper .banner .content {
        width: 60%;
        padding: 50px 0;
    }
}

#_destaques_wrapper .banner .content h2 {
    color: #FFF;
    margin-bottom: 14px;
}

@media(min-width: 1024px) {
    #_destaques_wrapper .banner .content h2 {
        margin-bottom: 20px;
    }
}


#_destaques_wrapper .banner .content .text {

    max-width: 90%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media(min-width: 1024px) {
    #_destaques_wrapper .banner .content .text {
        max-width: 80%;
        gap: 0px;
    }
}

#_destaques_wrapper .banner .content p {
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    font-family: "CAIXA Std Light";
    margin: 0;
    max-width: 80%;
}

@media(min-width: 1024px) {
    #_destaques_wrapper .banner .content p {
        font-size: 20px;
        max-width: 100%;
    }
}

@media(min-width: 1800px) {
    #_destaques_wrapper .banner .content p {
        font-size: 26px;
    }
}

#_destaques_wrapper .banner .content p strong {
    font-weight: 600;
    font-family: 'CAIXA Std SemiBold', sans-serif;
}

#_destaques_wrapper .banner .content ._asset_btn a {
    margin: 26px 0 0 0;
}

@media(min-width: 1024px) {
    #_destaques_wrapper .banner .content ._asset_btn a {
        margin: 30px 0 0 0;
    }
}

@media(min-width: 1800px) {
    #_destaques_wrapper .banner .content ._asset_btn a {
        margin: 38px 0 0 0;
    }
}

/* fim seção destaques */

/* inicio seção soluções */

#_solucoes_nav_wrapper {
    width: 100vw;
    padding: 0px 0 40px 0;
    overflow: hidden;
}

@media(min-width: 1024px) {
    #_solucoes_nav_wrapper {
        padding: 30px 0 50px 0;
    }
}

@media(min-width: 1800px) {
    #_solucoes_nav_wrapper {
        padding: 30px 0 80px 0;
    }
}

#_solucoes_nav_wrapper * {
    box-sizing: border-box;
}

#_solucoes_nav_wrapper h2 {

    color: #0066B3;
    margin: 0 0 16px 0;
}

@media(min-width: 1024px) {
    #_solucoes_nav_wrapper h2 {
        margin: 0 0 24px 0;
    }
}

#_solucoes_nav_wrapper .text {

    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media(min-width: 1024px) {
    #_solucoes_nav_wrapper .text {
        max-width: 80%;
        gap: 0px;
    }
}

#_solucoes_nav_wrapper .text p {
    font-size: 16px;
    font-weight: 300;
    color: #4C556C;
    font-family: "CAIXA Std Light";
    margin: 0;
}

@media(min-width: 1024px) {
    #_solucoes_nav_wrapper .text p {
        font-size: 18px;
        max-width: 100%;
    }
}

@media(min-width: 1800px) {
    #_solucoes_nav_wrapper .text p {
        font-size: 20px;
    }
}

#_solucoes_nav_wrapper .nav_cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 30px;
}

@media(min-width: 767px) {
    #_solucoes_nav_wrapper .nav_cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media(min-width: 1024px) {
    #_solucoes_nav_wrapper .nav_cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 40px;
    }
}

#_solucoes_nav_wrapper .nav_cards .card {

    width: 100%;
    border: 1px solid #D1E0E4;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
}

#_solucoes_nav_wrapper .nav_cards .card .header {

    width: 100%;
    height: 106px;
    background-color: #F9FBFB;
    display: flex;
    align-items: center;
    justify-items: start;
    gap: 20px;
    padding: 18px 20px;
}

@media(min-width: 1024px) {
    #_solucoes_nav_wrapper .nav_cards .card .header {
        padding: 18px 30px;
    }
}

@media(min-width: 1800px) {
    #_solucoes_nav_wrapper .nav_cards .card .header {
        padding: 24px 40px;
    }
}

#_solucoes_nav_wrapper .nav_cards .card .header h3 {

    font-size: 18px;
    line-height: 1.15;
    font-weight: 600;
    color: #004C8B;
    margin: 0;
    font-family: 'CAIXA Std SemiBold', sans-serif;
}

@media(min-width: 1024px) {
    #_solucoes_nav_wrapper .nav_cards .card .header h3 {
        font-size: 20px;
    }
}

@media(min-width: 1800px) {
    #_solucoes_nav_wrapper .nav_cards .card .header h3 {
        font-size: 24px;
    }
}

#_solucoes_nav_wrapper .nav_cards .card .content {

    width: 100%;
    height: calc(100% - 106px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

@media(min-width: 1024px) {
    #_solucoes_nav_wrapper .nav_cards .card .content {
        padding: 30px 40px;
    }
}

@media(min-width: 1800px) {
    #_solucoes_nav_wrapper .nav_cards .card .content {
        padding: 40px 50px;
    }
}

#_solucoes_nav_wrapper .nav_cards .card .content p {
    font-size: 14px;
    line-height: 1.22;
    font-weight: 300;
    color: #4C556C;
    margin: 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_solucoes_nav_wrapper .nav_cards .card .content p {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_solucoes_nav_wrapper .nav_cards .card .content p {
        font-size: 18px;
    }
}

#_solucoes_nav_wrapper .nav_cards .card .content p strong {
    font-weight: 600;
    font-family: 'CAIXA Std SemiBold', sans-serif;
}

#_solucoes_nav_wrapper .nav_cards .card .content .link {

    display: flex;
    align-items: center;
    justify-items: start;
    gap: 10px;
    margin-top: 40px;
}

@media(min-width: 1024px) {
    #_solucoes_nav_wrapper .nav_cards .card .content .link {
        margin-top: 30px;
    }
}

#_solucoes_nav_wrapper .nav_cards .card .content .link a {
    font-size: 14px;
    line-height: 1.22;
    font-weight: 600;
    color: #D87B00;
    margin: 0;
    font-family: "CAIXA Std SemiBold";
}

@media(min-width: 1024px) {
    #_solucoes_nav_wrapper .nav_cards .card .content .link a {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_solucoes_nav_wrapper .nav_cards .card .content .link a {
        font-size: 18px;
    }
}

#_solucoes_nav_wrapper .nav_cards .card .content .link i {
    font-size: 14px;
    color: #D87B00;
}

/* fim seção soluções */


/* inicio seção segurança  */

#_seguranca_wrapper {

    width: 100vw;
    background-color: #004C8B;
    padding: 80px 0px;
    overflow: hidden;
}

@media(min-width: 1024px) {
    #_seguranca_wrapper {
        padding: 100px 0px;
    }
}

@media(min-width: 1800px) {
    #_seguranca_wrapper {
        padding: 120px 0px;
    }
}

#_seguranca_wrapper * {
    box-sizing: border-box;
}

#_seguranca_wrapper ._asset_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media(min-width: 1400px) {
    #_seguranca_wrapper ._asset_container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 200px;
    }
}

#_seguranca_wrapper .text {
    width: 100%;
}

@media(min-width: 1400px) {
    #_seguranca_wrapper .text {
        width: 32%;
    }
}

#_seguranca_wrapper .text h2 {

    color: #FFF;
    margin: 0 0 8px 0;
}

#_seguranca_wrapper .text p {

    font-size: 16px;
    line-height: 1.30;
    font-weight: 300;
    color: #FFF;
    margin: 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_seguranca_wrapper .text p {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_seguranca_wrapper .text p {
        font-size: 20px;
    }
}

#_seguranca_wrapper .text p strong {
    font-weight: 600;
    font-family: 'CAIXA Std SemiBold', sans-serif;
}

#_seguranca_wrapper .cards_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media(min-width: 1024px) {
    #_seguranca_wrapper .cards_wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media(min-width: 1400px) {
    #_seguranca_wrapper .cards_wrapper {
        width: 62%;
    }
}

@media(min-width: 1800px) {
    #_seguranca_wrapper .cards_wrapper {
        gap: 30px;
    }
}

#_seguranca_wrapper .cards_wrapper .card {
    width: 100%;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px 16px;
}

@media(min-width: 1800px) {
    #_seguranca_wrapper .cards_wrapper .card {
        padding: 25px 28px;
    }
}

#_seguranca_wrapper .cards_wrapper .card img {
    width: 49px;
    height: 49px;
    object-fit: contain;
    margin-bottom: 20px;
}

#_seguranca_wrapper .cards_wrapper .card h3 {

    font-size: 16px;
    line-height: 1.37;
    font-weight: 600;
    color: #0066B3;
    margin: 0 0 10px 0;
    font-family: "CAIXA Std SemiBold";
}

@media(min-width: 1024px) {
    #_seguranca_wrapper .cards_wrapper .card h3 {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_seguranca_wrapper .cards_wrapper .card h3 {
        font-size: 20px;
        max-width: 90%;
    }
}

#_seguranca_wrapper .cards_wrapper .card p {

    font-size: 14px;
    line-height: 1.30;
    font-weight: 300;
    color: #4C556C;
    margin: 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_seguranca_wrapper .cards_wrapper .card p {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_seguranca_wrapper .cards_wrapper .card p {
        max-width: 80%;
        font-size: 18px;
    }
}

/* fim seção segurança */

/* inicio seção fundos de investimento */

#_fundos_investimento_wrapper {
    width: 100vw;
    background-color: white;
    overflow: hidden;
    padding: 60px 0px;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper {
        padding: 100px 0px 80px 0px;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper {
        padding: 120px 0px 100px 0px;
    }
}

#_fundos_investimento_wrapper * {
    box-sizing: border-box;
}

#_fundos_investimento_wrapper ._asset_h2 {
    color: #0066B3;
    margin-bottom: 30px;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper ._asset_h2 {
        margin-bottom: 40px;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper ._asset_h2 {
        margin-bottom: 50px;
    }
}

#_fundos_investimento_wrapper .fundos_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container {
        gap: 80px;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper .fundos_container {
        gap: 100px;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo {
    width: 100%;
    flex-direction: column;
    gap: 16px;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo {
        gap: 22px;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper .fundos_container .fundo {
        gap: 30px;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .banner {
        flex-direction: row;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .banner .text {
    width: 100%;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .banner .text {
        width: 50%;
        padding: 50px;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .banner .text {
        padding: 80px;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .banner .text h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.10;
    color: #FFF;
    margin: 0 0 10px 0;
    font-family: "CAIXA Std";
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .banner .text h3 {
        font-size: 30px;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .banner .text h3 {
        font-size: 38px;
        margin: 0 0 12px 0;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .banner .text p {
    font-size: 14px;
    line-height: 1.22;
    font-weight: 300;
    color: #FFF;
    margin: 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .banner .text p {
        font-size: 16px;
        max-width: 81%;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .banner .text p {
        font-size: 18px;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .banner .text p strong {
    font-weight: 600;
    font-family: 'CAIXA Std SemiBold', sans-serif;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo:nth-child(1) .banner .text p {
        max-width: 80%;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper .fundos_container .fundo:nth-child(1) .banner .text p {
        max-width: 78%;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .banner .text img {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.1;
}

#_fundos_investimento_wrapper .fundos_container .fundo .banner .image {
    width: 100%;
    overflow: hidden;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .banner .image {
        width: 50%;
        height: 210px;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .banner .image {
        height: 262px;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .banner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards {
    width: 100%;
    margin-top: 20px;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards {
        margin-top: 30px;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .owl-carousel {
    padding-bottom: 76px;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .owl-carousel {
        padding-bottom: 0px;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .owl-item {
    display: flex;
    justify-content: center;
}

#_fundos_investimento_wrapper ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-prev {
    left: 12%;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-prev {
        left: -60px;
    }
}

#_fundos_investimento_wrapper ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-next {
    right: 12%;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-next {
        right: -60px;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .owl-pagination {
    bottom: 28px;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .owl-pagination {
        bottom: -60px;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .owl-pagination span {
    background-color: transparent;
    border: 1px solid #0066B3;
}

#_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .owl-pagination .active span {
    background-color: #0066B3;
}

#_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .card {
    width: 95%;
    height: 205px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: white;
    border: 1px solid #F1F1F2;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px 20px;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .card {
        padding: 30px 30px;
        width: 94%;
        height: 230px;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .card {
        height: 250px;
    }
}


#_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .card img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .card img {
        width: 44px;
        height: 44px;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .card img {
        width: 48px;
        height: 48px;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .card h4 {
    font-size: 16px;
    line-height: 1.30;
    font-weight: 600;
    color: #00569E;
    margin: 0;
    font-family: "CAIXA Std SemiBold";
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .card h4 {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .card h4 {
        font-size: 20px;
    }
}

#_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .card p {
    font-size: 14px;
    line-height: 1.22;
    color: #4C556C;
    margin: 0 0 20px 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .card p {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_fundos_investimento_wrapper .fundos_container .fundo .carousel_cards .card p {
        font-size: 18px;
    }
}

/* fim seção fundos de investimento */

/* inicio seção fundos em destaques */

#_fundos_destaques_wrapper {
    width: 100vw;
    background-color: #F9FBFB;
    padding: 60px 0;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper {
        padding: 80px 0;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper {
        padding: 100px 0;
    }
}

#_fundos_destaques_wrapper * {
    box-sizing: border-box;
}

#_fundos_destaques_wrapper .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .text {
        gap: 16px;
        max-width: 50%;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .text {
        gap: 20px;
    }
}

#_fundos_destaques_wrapper .text ._asset_h2 {
    color: #0066B3;
    margin: 0;
}

#_fundos_destaques_wrapper .text p {
    font-size: 16px;
    line-height: 1.30;
    font-weight: 300;
    color: #4C556C;
    margin: 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .text p {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .text p {
        font-size: 20px;
    }
}

#_fundos_destaques_wrapper .carousel_cards {
    margin-top: 30px;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .carousel_cards {
        margin-top: 40px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .carousel_cards {
        margin-top: 50px;
    }
}

#_fundos_destaques_wrapper .carousel_cards .owl-carousel {
    padding-bottom: 76px;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .carousel_cards .owl-carousel {
        padding-bottom: 0px;
    }
}

#_fundos_destaques_wrapper ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-prev {
    left: 10%;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-prev {
        left: -60px;
    }
}

#_fundos_destaques_wrapper ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-next {
    right: 10%;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-next {
        right: -60px;
    }
}

#_fundos_destaques_wrapper .carousel_cards .owl-pagination {
    bottom: 28px;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .carousel_cards .owl-pagination {
        bottom: -60px;
    }
}

#_fundos_destaques_wrapper .carousel_cards .owl-pagination span {
    background-color: transparent;
    border: 1px solid #0066B3;
}

#_fundos_destaques_wrapper .carousel_cards .owl-pagination .active span {
    background-color: #0066B3;
}

#_fundos_destaques_wrapper .carousel_cards .card {
    width: 95%;
    min-height: 338px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: white;
    border: 1px solid #D1E0E4;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px 20px;
}

#_fundos_destaques_wrapper .carousel_cards .card .empty {
    width: 100%;
    min-height: 338px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#_fundos_destaques_wrapper .carousel_cards .card .empty h3 {
    font-size: 16px;
    line-height: 1.22;
    font-weight: 400;
    color: #0066B3;
    text-align: center;
    margin: 0;
    font-style: italic;
    font-family: "CAIXA Std";
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .carousel_cards .card .empty h3 {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .carousel_cards .card .empty h3 {
        font-size: 20px;
    }
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .carousel_cards .card {
        gap: 22px;
        padding: 32px 19px;
        width: 96%;
        min-height: 370px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .carousel_cards .card {
        padding: 34px 26px;
    }
}

#_fundos_destaques_wrapper .carousel_cards .card .header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#_fundos_destaques_wrapper .carousel_cards .card .header h3 {
    font-size: 16px;
    line-height: 1.22;
    font-weight: 600;
    color: #0066B3;
    margin: 0;
    text-transform: uppercase;
    font-family: "CAIXA Std Semibold";
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .carousel_cards .card .header h3 {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .carousel_cards .card .header h3 {
        font-size: 20px;
    }
}

#_fundos_destaques_wrapper .carousel_cards .card .header span {
    font-size: 14px;
    width: fit-content;
    line-height: 1.22;
    font-weight: 300;
    color: #004C8B;
    margin: 0;
    font-family: "CAIXA Std Light";
    border: 1px solid #F7921D;
    border-radius: 8px;
    padding: 4px 12px;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .carousel_cards .card .header span {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .carousel_cards .card .header span {
        font-size: 18px;
    }
}

#_fundos_destaques_wrapper .carousel_cards .card .table_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#_fundos_destaques_wrapper .carousel_cards .card .table_list .line {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

#_fundos_destaques_wrapper .carousel_cards .card .table_list .line .name {
    font-size: 14px;
    line-height: 1.22;
    font-weight: 300;
    color: #666;
    margin: 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .carousel_cards .card .table_list .line .name {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .carousel_cards .card .table_list .line .name {
        font-size: 18px;
    }
}

#_fundos_destaques_wrapper .carousel_cards .card .table_list .line .value {
    font-size: 14px;
    line-height: 1.22;
    font-weight: 400;
    color: #0066B3;
    margin: 0;
    font-family: "CAIXA Std";
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .carousel_cards .card .table_list .line .value {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .carousel_cards .card .table_list .line .value {
        font-size: 18px;
    }
}

#_fundos_destaques_wrapper .carousel_cards .card .actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 4px;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .carousel_cards .card .actions {
        gap: 6px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .carousel_cards .card .actions {
        gap: 8px;
    }
}

#_fundos_destaques_wrapper .carousel_cards .card .actions ._asset_btn a {
    background-color: #00569E;
}

#_fundos_destaques_wrapper .carousel_cards .card .actions .link a {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.22;
    font-weight: 600;
    color: #D87B00;
    margin: 0;
    font-family: "CAIXA Std Semibold";
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .carousel_cards .card .actions .link a {
        font-size: 18px;
    }
}

/* ===== Controles (header) ===== */
#_fundos_destaques_wrapper .fd_header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
}

@media(min-width: 768px) {
    #_fundos_destaques_wrapper .fd_header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

#_fundos_destaques_wrapper .fd_tabs {
    width: 100%;
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
}

@media(min-width: 768px) {
    #_fundos_destaques_wrapper .fd_tabs {
        width: fit-content;
        padding-bottom: 0;
    }
}

#_fundos_destaques_wrapper .fd_tab {
    width: fit-content;
    white-space: nowrap;
    appearance: none;
    border: 1px solid #3B998A;
    background: #fff;
    color: #4C556C;
    padding: 12px 20px;
    border-radius: 999px;
    cursor: pointer;
    transition: .2s;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.22;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .fd_tab {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .fd_tab {
        font-size: 18px;
    }
}

#_fundos_destaques_wrapper .fd_tab.is-active {
    background: #00569E;
    color: #fff;
    border: 1px solid #00569E;
}

/* Botão filtros */
#_fundos_destaques_wrapper .fd_filter_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    color: #0066B3;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.22;
    font-family: "CAIXA Std Light";
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .fd_filter_btn {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .fd_filter_btn {
        font-size: 18px;
    }
}

#_fundos_destaques_wrapper .fd_filter_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #D87B00;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.22;
    font-family: "CAIXA Std Light";
}

/* ===== Modal ===== */
#_fundos_destaques_wrapper .fd_modal_backdrop[hidden] {
    display: none;
}

#_fundos_destaques_wrapper .fd_modal_backdrop {
    position: absolute;
    top: 110px;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .fd_modal_backdrop {
        top: 70px;
    }
}


#_fundos_destaques_wrapper .fd_modal {
    width: 90%;
    min-width: 290px;
    max-width: 380px;
    background: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #F1F1F2;
    border-radius: 8px;
}

#_fundos_destaques_wrapper .fd_modal_header {
    display: flex;
    justify-content: flex-end;
    padding: 10px 16px;
}

#_fundos_destaques_wrapper .fd_modal_close {
    background: none;
    border: 0;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #0066B3;
}

#_fundos_destaques_wrapper .fd_modal_body {
    padding: 0 16px 14px 16px;
    overflow: auto;
}

#_fundos_destaques_wrapper .fd_filter_group {
    margin: 12px 0;
    border-bottom: 1px solid #F1F1F2;
}

#_fundos_destaques_wrapper .fd_filter_group>summary {
    cursor: pointer;
    padding: 0 12px 15px 12px;
    color: #4C556C;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.30;
    font-family: "CAIXA Std Light";
    display: flex;
    align-items: center;
    gap: 8px;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .fd_filter_group>summary {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .fd_filter_group>summary {
        font-size: 20px;
    }
}

#_fundos_destaques_wrapper .fd_checks {
    list-style: none;
    padding: 8px 12px 14px 12px;
    margin: 0;
    display: grid;
    gap: 8px;
}

#_fundos_destaques_wrapper .fd_checks li label,
#_fundos_destaques_wrapper .fd_radios label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #4C556C;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.22;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {

    #_fundos_destaques_wrapper .fd_checks li label,
    #_fundos_destaques_wrapper .fd_radios label {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {

    #_fundos_destaques_wrapper .fd_checks li label,
    #_fundos_destaques_wrapper .fd_radios label {
        font-size: 18px;
    }
}

#_fundos_destaques_wrapper .fd_checks input,
#_fundos_destaques_wrapper .fd_radios input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #D87B00;
    cursor: pointer;
    accent-color: #D87B00;
    margin: 0;
    width: 18px;
    height: 18px;
}

#_fundos_destaques_wrapper .fd_radios input {
    border-radius: 50%;
}

#_fundos_destaques_wrapper .fd_checks li label input:checked,
#_fundos_destaques_wrapper .fd_radios input:checked {
    background: #D87B00;
}

#_fundos_destaques_wrapper .fd_radios {
    display: grid;
    gap: 8px;
    padding: 8px 12px 14px 12px;
}

#_fundos_destaques_wrapper .fd_modal_footer {
    margin-top: auto;
    padding: 12px 16px;
    display: flex;
    justify-content: end;
    gap: 12px;
    border-top: 1px solid #E6EEF1;
}

#_fundos_destaques_wrapper .fd_btn_link {
    background: transparent;
    color: #0066B3;
    border: 0;
    padding: 10px 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.22;
    font-family: "CAIXA Std Light";
    cursor: pointer;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .fd_btn_link {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .fd_btn_link {
        font-size: 18px;
    }
}

#_fundos_destaques_wrapper .btn_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media(min-width: 1024px) {
    #_fundos_destaques_wrapper .btn_wrapper {
        margin-top: 90px;
    }
}

@media(min-width: 1800px) {
    #_fundos_destaques_wrapper .btn_wrapper {
        margin-top: 100px;
    }
}

/* fim seção fundos em destaques */

/* inicio seção resultados e certificacoes */

#_certificados_wrapper {
    width: 100vw;
    background-color: #FFF;
    overflow: hidden;
    padding: 60px 0;
}

@media(min-width: 1024px) {
    #_certificados_wrapper {
        padding: 80px 0;
    }
}

@media(min-width: 1800px) {
    #_certificados_wrapper {
        padding: 100px 0;
    }
}

#_certificados_wrapper * {
    box-sizing: border-box;
}

#_certificados_wrapper .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media(min-width: 1024px) {
    #_certificados_wrapper .box {
        gap: 80px;
        flex-direction: row;
    }
}

@media(min-width: 1800px) {
    #_certificados_wrapper .box {
        gap: 100px;
    }
}

#_certificados_wrapper .box .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media(min-width: 1024px) {
    #_certificados_wrapper .box .text {
        width: 55%;
        gap: 60px;
    }
}

@media(min-width: 1800px) {
    #_certificados_wrapper .box .text {
        gap: 70px;
    }
}

#_certificados_wrapper .box .text ._asset_h2 {
    color: #0066B3;
    margin: 0;
}

#_certificados_wrapper .box .text .certificados {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#_certificados_wrapper .box .text .certificados .item {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media(min-width: 1024px) {
    #_certificados_wrapper .box .text .certificados .item {
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }
}

#_certificados_wrapper .box .text .certificados .item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

@media(min-width: 1800px) {
    #_certificados_wrapper .box .text .certificados .item img {
        width: 100px;
        height: 100px;
    }
}

#_certificados_wrapper .box .text .certificados .item p {
    font-size: 14px;
    line-height: 1.22;
    color: #4C556C;
    margin: 0;
    font-family: "CAIXA Std Light";
    text-align: center;
}

@media(min-width: 1024px) {
    #_certificados_wrapper .box .text .certificados .item p {
        font-size: 16px;
        text-align: left;
    }
}

@media(min-width: 1800px) {
    #_certificados_wrapper .box .text .certificados .item p {
        font-size: 18px;
    }
}

#_certificados_wrapper .box .text .certificados .item p strong {
    font-weight: 600;
    font-family: 'CAIXA Std SemiBold', sans-serif;
}

#_certificados_wrapper .box .text .certificados .item p:nth-child(1) {
    margin-bottom: 4px;
}

#_certificados_wrapper .box .text .selos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media(min-width: 1024px) {
    #_certificados_wrapper .box .text .selos {
        gap: 40px;
    }
}

@media(min-width: 1800px) {
    #_certificados_wrapper .box .text .selos {
        gap: 68px;
    }
}

#_certificados_wrapper .box .text .selos img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#_certificados_wrapper .box .image {
    display: none;
}

@media(min-width: 1024px) {
    #_certificados_wrapper .box .image {
        display: block;
        width: 45%;
        border-radius: 8px;
        overflow: hidden;
    }
}

#_certificados_wrapper .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#_certificados_wrapper .carousel_cards {
    width: 100%;
    margin-top: 30px;
}

@media(min-width: 1024px) {
    #_certificados_wrapper .carousel_cards {
        margin-top: 60px;
    }
}

@media(min-width: 1800px) {
    #_certificados_wrapper .carousel_cards {
        margin-top: 80px;
    }
}

#_certificados_wrapper .carousel_cards .card {
    width: 95%;
    height: 205px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: white;
    border: 1px solid #F1F1F2;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px 20px;
}

@media(min-width: 1024px) {
    #_certificados_wrapper .carousel_cards .card {
        padding: 30px 30px;
        width: 94%;
        height: 230px;
    }
}

#_certificados_wrapper .carousel_cards .card img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@media(min-width: 1024px) {
    #_certificados_wrapper .carousel_cards .card img {
        width: 44px;
        height: 44px;
    }
}

@media(min-width: 1800px) {
    #_certificados_wrapper .carousel_cards .card img {
        width: 48px;
        height: 48px;
    }
}

#_certificados_wrapper .carousel_cards .card a {
    font-size: 16px;
    line-height: 1.30;
    font-weight: 600;
    color: #004C8B;
    margin: 0;
    font-family: "CAIXA Std SemiBold";
    text-decoration: underline;
}

@media(min-width: 1024px) {
    #_certificados_wrapper .carousel_cards .card a {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_certificados_wrapper .carousel_cards .card a {
        font-size: 20px;
    }
}

#_certificados_wrapper .carousel_cards .card p {
    font-size: 14px;
    line-height: 1.22;
    color: #4C556C;
    margin: 0 0 20px 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_certificados_wrapper .carousel_cards .card p {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_certificados_wrapper .carousel_cards .card p {
        font-size: 18px;
    }
}

#_certificados_wrapper .carousel_cards .owl-carousel {
    padding-bottom: 54px;
}

@media(min-width: 1024px) {
    #_certificados_wrapper .carousel_cards .owl-carousel {
        padding-bottom: 0px;
    }
}

#_certificados_wrapper .carousel_cards .owl-pagination span {
    background-color: transparent;
    border: 1px solid #0066B3;
}

#_certificados_wrapper .carousel_cards .owl-pagination .active span {
    background-color: #0066B3;
}

#_certificados_wrapper .carousel_cards .owl-carousel .owl-buttons .owl-prev {
    left: 24%;
}

#_certificados_wrapper .carousel_cards .owl-carousel .owl-buttons .owl-next {
    right: 24%;
}

#_certificados_wrapper ._asset_btn {
    width: fit-content;
    margin-top: 40px;
    margin-inline: auto;
}

@media(min-width: 1024px) {
    #_certificados_wrapper ._asset_btn {
        margin-top: 40px;
    }
}

/* fim seção resultados e certificacoes */

/* inicio seção depoimentos  */

#_depoimentos_wrapper {
    width: 100vw;
    padding: 0 0 20px 0;
    background-color: #FFF;
    overflow: hidden;
}

@media(min-width: 1024px) {
    #_depoimentos_wrapper {
        padding: 0 0 40px 0;
    }
}

@media(min-width: 1800px) {
    #_depoimentos_wrapper {
        padding: 0 0 60px 0;
    }
}

#_depoimentos_wrapper * {
    box-sizing: border-box;
}

#_depoimentos_wrapper ._asset_h2 {
    color: #0066B3;
    text-align: center;
    margin-bottom: 30px;
}

@media(min-width: 1024px) {
    #_depoimentos_wrapper ._asset_h2 {
        margin-bottom: 40px;
    }
}

@media(min-width: 1800px) {
    #_depoimentos_wrapper ._asset_h2 {
        margin-bottom: 50px;
    }
}

#_depoimentos_wrapper .carousel_cards {
    width: 100%;
}

#_depoimentos_wrapper .carousel_cards .owl-carousel {
    padding-bottom: 54px;
}

#_depoimentos_wrapper ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-prev {
    left: 12%;
}

@media(min-width: 1024px) {
    #_depoimentos_wrapper ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-prev {
        left: -60px;
    }
}

#_depoimentos_wrapper ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-next {
    right: 12%;
}

@media(min-width: 1024px) {
    #_depoimentos_wrapper ._asset_carousel_wrapper .owl-carousel .owl-buttons .owl-next {
        right: -60px;
    }
}

#_depoimentos_wrapper .carousel_cards .owl-pagination span {
    background-color: transparent;
    border: 1px solid #0066B3;
}

#_depoimentos_wrapper .carousel_cards .owl-pagination .active span {
    background-color: #0066B3;
}

#_depoimentos_wrapper .carousel_cards .card {
    background-color: #F9FBFB;
    width: 94%;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
}

@media(min-width: 1024px) {
    #_depoimentos_wrapper .carousel_cards .card {
        padding: 40px 30px;
        height: 300px;
    }
}

@media(min-width: 1800px) {
    #_depoimentos_wrapper .carousel_cards .card {
        padding: 60px 40px;
        height: 348px;
    }
}

#_depoimentos_wrapper .carousel_cards .card .message {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media(min-width: 1024px) {
    #_depoimentos_wrapper .carousel_cards .card .message {
        gap: 30px;
    }
}

#_depoimentos_wrapper .carousel_cards .card .message img {
    width: fit-content;
    height: 18px;
}

@media(min-width: 1024px) {
    #_depoimentos_wrapper .carousel_cards .card .message img {
        height: 20px;
    }
}

#_depoimentos_wrapper .carousel_cards .card .message p {
    font-size: 14px;
    line-height: 1.3;
    color: #4C556C;
    margin: 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_depoimentos_wrapper .carousel_cards .card .message p {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_depoimentos_wrapper .carousel_cards .card .message p {
        font-size: 20px;
    }
}

#_depoimentos_wrapper .carousel_cards .card .author {
    width: 100%;
}

#_depoimentos_wrapper .carousel_cards .card .author p {
    font-size: 16px;
    line-height: 1.3;
    color: #0066B3;
    margin: 0 0 4px 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_depoimentos_wrapper .carousel_cards .card .author p {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_depoimentos_wrapper .carousel_cards .card .author p {
        font-size: 20px;
    }
}

#_depoimentos_wrapper .carousel_cards .card .author span {
    font-size: 14px;
    line-height: 1.3;
    color: #4C556C;
    margin: 0;
    padding-left: 18px;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_depoimentos_wrapper .carousel_cards .card .author span {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_depoimentos_wrapper .carousel_cards .card .author span {
        font-size: 18px;
    }
}

/* fim seção depoimentos */

/* inicio seção simulador  */

/* fim seção simulador */

#_simulador_wrapper {
    width: 100vw;
    padding: 60px 0px;
    background-color: #004C8B;
    overflow: hidden;
}

@media(min-width: 1024px) {
    #_simulador_wrapper {
        padding: 80px 0px;
    }
}

@media(min-width: 1800px) {
    #_simulador_wrapper {
        padding: 100px 0px;
    }
}

#_simulador_wrapper * {
    box-sizing: border-box;
}

#_simulador_wrapper .box_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media(min-width: 1024px) {
    #_simulador_wrapper .box_wrapper {
        gap: 60px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media(min-width: 1800px) {
    #_simulador_wrapper .box_wrapper {
        gap: 80px;
    }
}

#_simulador_wrapper .box_wrapper .content {
    width: 100%;
}

@media(min-width: 1024px) {
    #_simulador_wrapper .box_wrapper .content {
        width: 40%;
    }
}

@media(min-width: 1800px) {
    #_simulador_wrapper .box_wrapper .content {
        width: 36%;
    }
}

#_simulador_wrapper .box_wrapper .content ._asset_h2 {
    color: #FFF;
    text-align: center;
    margin: 0 0 16px 0;
}

@media(min-width: 1024px) {
    #_simulador_wrapper .box_wrapper .content ._asset_h2 {
        text-align: left;
        margin: 0 0 30px 0;
    }
}

#_simulador_wrapper .box_wrapper .content p {
    color: #FFF;
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-family: "CAIXA Std Light";
    text-align: center;
}

@media(min-width: 1024px) {
    #_simulador_wrapper .box_wrapper .content p {
        font-size: 18px;
        text-align: left;
    }
}

@media(min-width: 1800px) {
    #_simulador_wrapper .box_wrapper .content p {
        font-size: 20px;
    }
}

#_simulador_wrapper .box_wrapper .simulador {
    width: 100%;
    height: 424px;
    background-color: white;
}

@media(min-width: 1024px) {
    #_simulador_wrapper .box_wrapper .simulador {
        width: 50%;
        height: 500px;
    }
}

@media(min-width: 1800px) {
    #_simulador_wrapper .box_wrapper .simulador {
        width: 50%;
        height: 600px;
    }
}

/* inicio seção sobre  */

#_sobre_wrapper {
    width: 100vw;
    padding: 60px 0px;
    background-color: #FFF;
    overflow: hidden;
}

@media(min-width: 1024px) {
    #_sobre_wrapper {
        padding: 80px 0px;
    }
}

@media(min-width: 1800px) {
    #_sobre_wrapper {
        padding: 100px 0px;
    }
}

#_sobre_wrapper * {
    box-sizing: border-box;
}

#_sobre_wrapper .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media(min-width: 1024px) {
    #_sobre_wrapper .box {
        gap: 60px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media(min-width: 1800px) {
    #_sobre_wrapper .box {
        gap: 70px;
    }
}


#_sobre_wrapper .box .image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

@media(min-width: 1024px) {
    #_sobre_wrapper .box .image {
        width: 50%;
    }
}

#_sobre_wrapper .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#_sobre_wrapper .box .content {
    width: 100%;
}

@media(min-width: 1024px) {
    #_sobre_wrapper .box .content {
        width: 50%;
        padding: 0px 40px;
    }
}

@media(min-width: 1800px) {
    #_sobre_wrapper .box .content {
        padding: 0px 80px;
    }
}

#_sobre_wrapper .box .content ._asset_h2 {
    color: #0066B3;
    margin: 0 0 30px 0;
}

#_sobre_wrapper .box .content p {
    font-size: 16px;
    line-height: 1.30;
    color: #4C556C;
    margin: 0 0 20px 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_sobre_wrapper .box .content p {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_sobre_wrapper .box .content p {
        font-size: 20px;
    }
}

#_sobre_wrapper .box .content p strong {
    font-weight: 600;
    font-family: 'CAIXA Std SemiBold', sans-serif;
}

#_sobre_wrapper .banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
}

@media(min-width: 1024px) {
    #_sobre_wrapper .banner {
        flex-direction: row;
        margin-top: 40px;
    }
}

@media(min-width: 1800px) {
    #_sobre_wrapper .banner {
        margin-top: 60px;
    }
}

#_sobre_wrapper .banner .text {
    width: 100%;
    padding: 40px 36px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #004C8B;
}

@media(min-width: 1024px) {
    #_sobre_wrapper .banner .text {
        width: 56%;
        padding: 100px 70px;
    }
}

@media(min-width: 1800px) {
    #_sobre_wrapper .banner .text {
        padding: 130px 100px;
    }
}

#_sobre_wrapper .banner .text h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.10;
    color: #FFF;
    margin: 0 0 10px 0;
    font-family: "CAIXA Std";
}

@media(min-width: 1024px) {
    #_sobre_wrapper .banner .text h3 {
        font-size: 30px;
    }
}

@media(min-width: 1800px) {
    #_sobre_wrapper .banner .text h3 {
        font-size: 38px;
        margin: 0 0 12px 0;
    }
}

#_sobre_wrapper .banner .text img {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.1;
}

#_sobre_wrapper .banner .image {
    width: 100%;
    overflow: hidden;
}

@media(min-width: 1024px) {
    #_sobre_wrapper .banner .image {
        width: 44%;
        height: 354px;
    }
}

@media(min-width: 1800px) {
    #_sobre_wrapper .banner .image {
        height: 454px;
    }
}

#_sobre_wrapper .banner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* fim seção sobre  */

/* inicio seção como investir */

#_como_investir_wrapper {
    width: 100vw;
    background-color: #D1E0E4;
    overflow: hidden;
    padding: 60px 0px;
}

@media(min-width: 1024px) {
    #_como_investir_wrapper {
        padding: 80px 0px;
    }
}

@media(min-width: 1800px) {
    #_como_investir_wrapper {
        padding: 100px 0px;
    }
}

#_como_investir_wrapper * {
    box-sizing: border-box;
}

#_como_investir_wrapper ._asset_h2 {
    color: #00569E;
    text-align: center;
    margin: 0 0 30px 0;
}

@media(min-width: 1024px) {
    #_como_investir_wrapper ._asset_h2 {
        margin: 0 0 40px 0;
    }
}

@media(min-width: 1800px) {
    #_como_investir_wrapper ._asset_h2 {
        margin: 0 0 50px 0;
    }
}

#_como_investir_wrapper .cards_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media(min-width: 1024px) {
    #_como_investir_wrapper .cards_wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media(min-width: 1400px) {
    #_como_investir_wrapper .cards_wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

#_como_investir_wrapper .cards_wrapper .card {
    width: 100%;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}

#_como_investir_wrapper .cards_wrapper .card .header {
    width: 100%;
    background-color: #F9FBFB;
    display: flex;
    align-items: center;
    padding: 23px 30px;
    gap: 20px;
}

@media(min-width: 1024px) {
    #_como_investir_wrapper .cards_wrapper .card .header {
        padding: 32px 36px;
    }
}

@media(min-width: 1800px) {
    #_como_investir_wrapper .cards_wrapper .card .header {
        padding: 40px 36px;
        gap: 30px;
    }
}

#_como_investir_wrapper .cards_wrapper .card .header .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media(min-width: 1024px) {
    #_como_investir_wrapper .cards_wrapper .card .header .text {
        gap: 6px;
    }
}

#_como_investir_wrapper .cards_wrapper .card .header .text h3 {
    font-size: 18px;
    line-height: 1.23;
    font-weight: 600;
    color: #004C8B;
    margin: 0;
    font-family: 'CAIXA Std SemiBold', sans-serif;
}

@media(min-width: 1024px) {
    #_como_investir_wrapper .cards_wrapper .card .header .text h3 {
        font-size: 22px;
    }
}

@media(min-width: 1800px) {
    #_como_investir_wrapper .cards_wrapper .card .header .text h3 {
        font-size: 26px;
    }
}

#_como_investir_wrapper .cards_wrapper .card .header .text p {
    font-size: 14px;
    line-height: 1.22;
    font-weight: 300;
    color: #004C8B;
    margin: 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_como_investir_wrapper .cards_wrapper .card .header .text p {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_como_investir_wrapper .cards_wrapper .card .header .text p {
        font-size: 18px;
    }
}

#_como_investir_wrapper .cards_wrapper .card .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    padding: 30px;
}

@media(min-width: 1024px) {
    #_como_investir_wrapper .cards_wrapper .card .content {
        width: 95%;
        height: calc(100% - 134px);
        padding: 30px 40px 40px 30px;
    }
}

@media(min-width: 1800px) {
    #_como_investir_wrapper .cards_wrapper .card .content {
        height: calc(100% - 150px);
    }
}

#_como_investir_wrapper .cards_wrapper .card .content .text p,
#_como_investir_wrapper .cards_wrapper .card .content .text li {
    font-size: 16px;
    line-height: 1.30;
    font-weight: 300;
    color: #4C556C;
    margin: 0 0 16px 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1800px) {

    #_como_investir_wrapper .cards_wrapper .card .content .text p,
    #_como_investir_wrapper .cards_wrapper .card .content .text li {
        font-size: 20px;
    }
}

#_como_investir_wrapper .cards_wrapper .card .content .text ul {
    list-style: disc;
    padding-left: 20px;
    margin: 16px 0 0 0;
}

#_como_investir_wrapper .agendar_wrapper {
    width: 100%;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
    padding: 50px 28px;
}

@media(min-width: 1024px) {
    #_como_investir_wrapper .agendar_wrapper {
        gap: 22px;
        padding: 40px 32px;
    }
}

#_como_investir_wrapper .agendar_wrapper h3 {
    font-size: 18px;
    line-height: 1.23;
    font-weight: 600;
    color: #0066B3;
    margin: 0;
    font-family: 'CAIXA Std SemiBold', sans-serif;
    text-align: center;
}

@media(min-width: 1024px) {
    #_como_investir_wrapper .agendar_wrapper h3 {
        font-size: 22px;
    }
}

@media(min-width: 1800px) {
    #_como_investir_wrapper .agendar_wrapper h3 {
        font-size: 26px;
    }
}

#_como_investir_wrapper .agendar_wrapper p {
    font-size: 14px;
    line-height: 1.30;
    font-weight: 300;
    color: #666;
    margin: 0 auto;
    font-family: "CAIXA Std Light";
    text-align: center;
    max-width: 80%;
}

@media(min-width: 1024px) {
    #_como_investir_wrapper .agendar_wrapper p {
        font-size: 16px;
        max-width: 54%;
    }
}

@media(min-width: 1800px) {
    #_como_investir_wrapper .agendar_wrapper p {
        font-size: 18px;
        max-width: 44%;
    }
}

#_como_investir_wrapper .agendar_wrapper ._asset_btn {
    margin: 0 auto;
}

/* fim seção como investir */

/* inicio seção conteudo investimentos */

#_conteudo_investimentos_wrapper {
    width: 100vw;
    background-color: white;
    overflow: hidden;
    padding: 60px 0px;
}

@media(min-width: 1024px) {
    #_conteudo_investimentos_wrapper {
        padding: 80px 0px;
    }
}

@media(min-width: 1800px) {
    #_conteudo_investimentos_wrapper {
        padding: 100px 0px;
    }
}

#_conteudo_investimentos_wrapper * {
    box-sizing: border-box;
}

#_conteudo_investimentos_wrapper ._asset_h2 {
    color: #0066B3;
    text-align: center;
    margin-bottom: 30px;
}

@media(min-width: 1024px) {
    #_conteudo_investimentos_wrapper ._asset_h2 {
        margin-bottom: 44px;
    }
}

@media(min-width: 1800px) {
    #_conteudo_investimentos_wrapper ._asset_h2 {
        margin-bottom: 62px;
    }
}

#_conteudo_investimentos_wrapper .carousel_cards .owl-carousel {
    padding-bottom: 54px;
}

@media(min-width: 1024px) {
    #_conteudo_investimentos_wrapper .carousel_cards .owl-carousel {
        padding-bottom: 0px;
    }
}

#_conteudo_investimentos_wrapper .carousel_cards .owl-pagination span {
    background-color: transparent;
    border: 1px solid #0066B3;
}

#_conteudo_investimentos_wrapper .carousel_cards .owl-pagination .active span {
    background-color: #0066B3;
}

#_conteudo_investimentos_wrapper .carousel_cards .owl-carousel .owl-buttons .owl-prev {
    left: 24%;
}

#_conteudo_investimentos_wrapper .carousel_cards .owl-carousel .owl-buttons .owl-next {
    right: 24%;
}

#_conteudo_investimentos_wrapper .carousel_cards .card {
    width: 95%;
    height: 410px;
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 1px solid #D1E0E4;
    border-radius: 8px;
    overflow: hidden;
}

@media(min-width: 1024px) {
    #_conteudo_investimentos_wrapper .carousel_cards .card {
        width: 94%;
        height: 420px;
    }
}

@media(min-width: 1800px) {
    #_conteudo_investimentos_wrapper .carousel_cards .card {
        height: 486px;
    }
}

#_conteudo_investimentos_wrapper .carousel_cards .card .image {
    width: 100%;
    height: 55%;
}

#_conteudo_investimentos_wrapper .carousel_cards .card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#_conteudo_investimentos_wrapper .carousel_cards .card .content {
    width: 100%;
    height: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

@media(min-width: 1024px) {
    #_conteudo_investimentos_wrapper .carousel_cards .card .content {
        padding: 30px 20px;
    }
}

#_conteudo_investimentos_wrapper .carousel_cards .card .content h3 {
    font-size: 16px;
    line-height: 1.30;
    font-weight: 600;
    color: #006BAE;
    margin: 0 0 8px 0;
    font-family: 'CAIXA Std SemiBold', sans-serif;
}

@media(min-width: 1800px) {
    #_conteudo_investimentos_wrapper .carousel_cards .card .content h3 {
        font-size: 20px;
    }
}

#_conteudo_investimentos_wrapper .carousel_cards .card .content p {
    font-size: 16px;
    line-height: 1.37;
    font-weight: 300;
    color: #4C556C;
    margin: 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1800px) {
    #_conteudo_investimentos_wrapper .carousel_cards .card .content p {
        font-size: 20px;
    }
}

#_conteudo_investimentos_wrapper .carousel_cards .card .content .link a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.11;
    font-weight: 600;
    color: #D87B00;
    margin: 0;
    font-family: 'CAIXA Std SemiBold', sans-serif;
    display: flex;
    align-items: center;
    justify-items: start;
    gap: 10px;
}

@media(min-width: 1800px) {
    #_conteudo_investimentos_wrapper .carousel_cards .card .content .link a {
        font-size: 18px;
    }
}

#_conteudo_investimentos_wrapper .carousel_cards .card .content .link a:hover {
    text-decoration: underline;
}

#_conteudo_investimentos_wrapper ._asset_btn {
    width: fit-content;
    margin: 30px auto 0 auto;
}

@media(min-width: 1024px) {
    #_conteudo_investimentos_wrapper ._asset_btn {
        margin: 40px auto 0 auto;
    }
}

/* fim seção conteudo investimentos */

/* inicio seção transparencia  */

#_transparencia_wrapper {
    width: 100vw;
    background-color: #D1E0E420;
    overflow: hidden;
    padding: 60px 0;
}

@media(min-width: 1024px) {
    #_transparencia_wrapper {
        padding: 80px 0;
    }
}

@media(min-width: 1800px) {
    #_transparencia_wrapper {
        padding: 100px 0;
    }
}

#_transparencia_wrapper * {
    box-sizing: border-box;
}

#_transparencia_wrapper .content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

@media(min-width: 1024px) {
    #_transparencia_wrapper .content {
        max-width: 800px;
    }
}

@media(min-width: 1800px) {
    #_transparencia_wrapper .content {
        max-width: 1000px;
    }
}

#_transparencia_wrapper .content ._asset_h2 {
    margin: 0 0 16px 0;
    color: #0066B3;
}

@media(min-width: 1024px) {
    #_transparencia_wrapper .content ._asset_h2 {
        margin: 0 0 22px 0;
    }
}

@media(min-width: 1800px) {
    #_transparencia_wrapper .content ._asset_h2 {
        margin: 0 0 26px 0;
    }
}

#_transparencia_wrapper .content p {
    font-size: 16px;
    line-height: 1.37;
    font-weight: 300;
    color: #4C556C;
    margin: 0;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_transparencia_wrapper .content p {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_transparencia_wrapper .content p {
        font-size: 20px;
    }
}

#_transparencia_wrapper .content .accordion {
    width: 100%;
    background: #D1E0E420;
    overflow: hidden;
    margin-top: 20px;
}

@media(min-width: 1024px) {
    #_transparencia_wrapper .content .accordion {
        margin-top: 50px;
    }
}

#_transparencia_wrapper .content .accordion .acc-row {
    margin-bottom: 12px;
}

#_transparencia_wrapper .content .acc-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    background: #1A6CB2;
    color: #fff;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.37;
    font-family: "CAIXA Std";
    cursor: pointer;
    transition: background .22s ease;
    position: relative;
}

@media(min-width: 1024px) {
    #_transparencia_wrapper .content .acc-btn {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_transparencia_wrapper .content .acc-btn {
        font-size: 20px;
    }
}

#_transparencia_wrapper .content .acc-btn:hover,
#_transparencia_wrapper .content .acc-btn:focus-visible {
    background: #084a84;
    outline: none;
}

#_transparencia_wrapper .content .acc-btn+#_transparencia_wrapper .content .acc-panel {
    border-top: 1px solid #D1E0E4;
}

#_transparencia_wrapper .content .acc-caret {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    transition: transform .22s ease;
}

#_transparencia_wrapper .content .acc-btn[aria-expanded="true"] #_transparencia_wrapper .content .acc-caret {
    transform: rotate(90deg);
}

#_transparencia_wrapper .content .acc-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .22s ease;
}

#_transparencia_wrapper .content .acc-panel-inner {
    padding: 8px 0;
}

#_transparencia_wrapper .content .acc-group .acc-group-title {
    display: block;
    color: #0066B3;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.37;
    font-family: "CAIXA Std";
    margin: 0;
    padding: 10px;
}

@media(min-width: 1024px) {
    #_transparencia_wrapper .content .acc-group .acc-group-title {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_transparencia_wrapper .content .acc-group .acc-group-title {
        font-size: 18px;
    }
}

#_transparencia_wrapper .content .sublist {
    margin: 0;
    padding: 0;
    list-style: none;
}

#_transparencia_wrapper .content .sublist li {
    width: 100%;
}

#_transparencia_wrapper .content .sublist li+li {
    border-top: 1px solid #e5e8ee;
}

#_transparencia_wrapper .content .sublist a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #4C556C;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.37;
    font-family: "CAIXA Std Light";
    padding: 20px;
    gap: 20px;
}

@media(min-width: 1024px) {
    #_transparencia_wrapper .content .sublist a {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_transparencia_wrapper .content .sublist a {
        font-size: 20px;
    }
}

#_transparencia_wrapper .content .sublist a img {
    transition: transform .22s ease;
}

#_transparencia_wrapper .content .sublist a:hover img {
    transform: scale(1.15);
}

#_transparencia_wrapper .content .sublist a:hover {
    text-decoration: 1px underline;
}

#_transparencia_wrapper .content .acc-text {
    width: 100%;
    padding: 20px
}

#_transparencia_wrapper .content .acc-text p {
    color: #4C556C;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.37;
    font-family: "CAIXA Std Light";
    margin: 0 0 12px 0;
}

@media(min-width: 1024px) {
    #_transparencia_wrapper .content .acc-text p {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_transparencia_wrapper .content .acc-text p {
        font-size: 18px;
    }
}

#_transparencia_wrapper .content .thin {
    padding-block: 14px;
}

#_transparencia_wrapper .content .acc-row:focus-within #_transparencia_wrapper .content .acc-btn {
    background: #084a84;
}

#_transparencia_wrapper .content .acc-row+#_transparencia_wrapper .content .acc-row #_transparencia_wrapper .content .acc-btn {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

/* fim seção transparencia */


/* inicio seção canais de atendimento */

#_canais_atendimento_wrapper {
    width: 100vw;
    background-color: white;
    overflow: hidden;
    padding: 60px 0;
}

@media(min-width: 1024px) {
    #_canais_atendimento_wrapper {
        padding: 80px 0;
    }
}

@media(min-width: 1800px) {
    #_canais_atendimento_wrapper {
        padding: 100px 0;
    }
}

#_canais_atendimento_wrapper * {
    box-sizing: border-box;
}

#_canais_atendimento_wrapper .banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    background-color: #0066B3;
}

@media(min-width: 1024px) {
    #_canais_atendimento_wrapper .banner {
        flex-direction: row;
        align-items: center;
    }
}

#_canais_atendimento_wrapper .banner .content {
    width: 100%;
    padding: 40px 30px;
}

@media(min-width: 1024px) {
    #_canais_atendimento_wrapper .banner .content {
        width: 50%;
        padding: 60px 70px;
    }
}

@media(min-width: 1800px) {
    #_canais_atendimento_wrapper .banner .content {
        padding: 74px 100px;
    }
}

#_canais_atendimento_wrapper .banner .content ._asset_h2 {
    margin: 0 0 16px 0;
    color: white;
}

@media(min-width: 1800px) {
    #_canais_atendimento_wrapper .banner .content ._asset_h2 {
        margin: 0 0 20px 0;
    }
}

#_canais_atendimento_wrapper .banner .content p {
    margin: 0 0 18px 0;
    color: white;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_canais_atendimento_wrapper .banner .content p {
        font-size: 18px;
        margin: 0 0 30px 0;
    }
}

@media(min-width: 1800px) {
    #_canais_atendimento_wrapper .banner .content p {
        margin: 0 0 40px 0;
        font-size: 20px;
    }
}

#_canais_atendimento_wrapper .banner .image {
    width: 100%;
    height: 180px;
}

@media(min-width: 1024px) {
    #_canais_atendimento_wrapper .banner .image {
        width: 50%;
        height: 346px;
    }
}

@media(min-width: 1800px) {
    #_canais_atendimento_wrapper .banner .image {
        height: 420px;
    }
}

#_canais_atendimento_wrapper .banner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#_canais_atendimento_wrapper .infos_wrapper {
    width: 100%;
}

#_canais_atendimento_wrapper .infos_wrapper h3 {
    margin: 60px 0 16px 0;
    font-size: 26px;
    line-height: 1.11;
    font-weight: 400;
    color: #0066B3;
    font-family: "CAIXA Std";
}

@media(min-width: 1024px) {
    #_canais_atendimento_wrapper .infos_wrapper h3 {
        margin: 70px 0 18px 0;
        font-size: 32px;
    }
}

@media(min-width: 1800px) {
    #_canais_atendimento_wrapper .infos_wrapper h3 {
        margin: 80px 0 18px 0;
        font-size: 38px;
    }
}

#_canais_atendimento_wrapper .infos_wrapper p {
    margin: 0 0 14px 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    color: #4C556C;
    font-family: "CAIXA Std Light";
    max-width: 840px;
}

#_canais_atendimento_wrapper .infos_wrapper a {
    font-family: "CAIXA Std Light";
}

@media(min-width: 1024px) {
    #_canais_atendimento_wrapper .infos_wrapper p {
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_canais_atendimento_wrapper .infos_wrapper p {
        font-size: 20px;
    }
}

#_canais_atendimento_wrapper .infos_wrapper p strong {
    font-weight: 600;
    font-family: 'CAIXA Std SemiBold', sans-serif;
}


#_canais_atendimento_wrapper .infos_wrapper p a {
    color: #0066B3;
    text-decoration: underline;
}

#_canais_atendimento_wrapper .infos_wrapper .infos_boxes {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 30px;
}

@media(min-width: 768px) {
    #_canais_atendimento_wrapper .infos_wrapper .infos_boxes {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media(min-width: 1024px) {
    #_canais_atendimento_wrapper .infos_wrapper .infos_boxes {
        grid-template-columns: repeat(4, 1fr);
        gap: 0px;
        margin-top: 40px;
    }
}

#_canais_atendimento_wrapper .infos_wrapper .infos_boxes .box {
    width: 100%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #E7E9F1;
    padding: 40px 30px;
}

@media(min-width: 1800px) {
    #_canais_atendimento_wrapper .infos_wrapper .infos_boxes .box {
        padding: 50px 40px;
    }
}

#_canais_atendimento_wrapper .infos_wrapper .infos_boxes .box h4 {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    color: #0066B3;
    font-family: "CAIXA Std Light";
    text-align: center;
}

@media(min-width: 1024px) {
    #_canais_atendimento_wrapper .infos_wrapper .infos_boxes .box h4 {
        margin: 0 0 16px 0;
        font-size: 18px;
    }
}

@media(min-width: 1800px) {
    #_canais_atendimento_wrapper .infos_wrapper .infos_boxes .box h4 {
        font-size: 20px;
    }
}

#_canais_atendimento_wrapper .infos_wrapper .infos_boxes .box p {
    font-size: 14px;
}

@media(min-width: 1024px) {
    #_canais_atendimento_wrapper .infos_wrapper .infos_boxes .box p {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_canais_atendimento_wrapper .infos_wrapper .infos_boxes .box p {
        font-size: 18px;
    }
}

#_canais_atendimento_wrapper .infos_wrapper .infos_boxes .box p a {
    color: currentColor;
    text-decoration: none;
}


/* fim seção canais de atendimento */

/* estilização dos módulos nativos da CAIXA */

.wp038-ancora {
    background: #006bae;
    border-bottom: none;
}

#t038,
#t014 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: "CAIXA Std";
}

#t038 {
    border-bottom-width: 0;
}