/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
=== Facelift
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
h2 {
    all: inherit;
    font-family: 'BradescoSans-Regular';
    font-weight: normal;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
}

.img-banner {
    background: url("/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/banners/banner_006.jpg");
    width: 100%;
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.image-banner {
    width: 100%;
}

#wrapper {
    width: 100% !important;
    position: relative;
    padding-top: 0 !important;
}

.content-facelift {
    background-color: white;
    border-radius: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-top: 56px;
    padding-bottom: 0;
}

.content-facelift .titulo-descricao-container {
    margin: 0 10%;
}

.content-facelift .titulo-facelift {
    font-size: 30px;
    font-weight: 700;
    color: #595959;
    text-align: center;
}

.content-facelift .descricao-facelift {
    font-size: 17px;
    font-weight: normal;
    color: #221816;
    text-align: center;
    margin-top: 24px;
    line-height: 27px;
}

.content-facelift .red-line {
    width: 81px;
    height: 4px;
    background-color: #CC092F;
    margin: 16px auto 0;

}

.content-facelift .gold-line {
    width: 81px;
    height: 4px;
    background-color: #B9975B;
    margin: 16px auto 0;
}

.content-facelift .blue-line {
    width: 81px;
    height: 4px;
    background-color: #034694;
    margin: 16px auto 0;

}

.content-facelift div .solucoes {
    display: flex;
    justify-content: space-between;
    margin: 48px 16px 0;

}

.content-facelift div .solucoes .box {

    position: relative;
    margin: 0 16px;

}



.alpha-black-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);

    position: absolute;
    left: 0;
    top: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.alpha-black-box p {
    font-size: 16px;
    font-weight: 800;
    color: white;
    text-align: center;
    width: 100%;


}

.alpha-black-box .white-line {
    width: 55px;
    height: 4px;
    background-color: white;
    margin: 12px auto 10%;


}

.bt-simule {
    font-size: 14px;
    font-weight: 800;
    color: white;
    background-color: #E5173F;
    text-decoration: none;
    padding: 17px 20px 17px 40px;
    position: relative;
    display: block;

}

.bt-simule::before {
    content: "";
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Group_10%22%20data-name%3D%22Group%2010%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.402%22%20height%3D%2219%22%20viewBox%3D%220%200%2012.402%2019%22%3E%0D%0A%20%20%3Crect%20id%3D%22Rectangle_19%22%20data-name%3D%22Rectangle%2019%22%20width%3D%223.813%22%20height%3D%2213.726%22%20transform%3D%22translate%280%202.696%29%20rotate%28-45%29%22%20fill%3D%22%23fff%22/%3E%0D%0A%20%20%3Cpath%20id%3D%22Path_12%22%20data-name%3D%22Path%2012%22%20d%3D%22M0%2C0H3.813V7.922H0Z%22%20transform%3D%22translate%282.696%2019%29%20rotate%28-135%29%22%20fill%3D%22%23fff%22/%3E%0D%0A%3C/svg%3E%0D%0A');
    background-repeat: no-repeat;
    width: 12px;
    height: 19px;
    position: absolute;
    left: 22px;

}

.bt-saiba {
    font-size: 14px;
    font-weight: 800;
    color: #E5173F;
    background-color: transparent;
    text-decoration: none;
    padding: 17px 20px 17px 28px;
    position: relative;
    display: block;
}

.bt-saiba::before {
    content: "";
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Group_222%22%20data-name%3D%22Group%20222%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.402%22%20height%3D%2219%22%20viewBox%3D%220%200%2012.402%2019%22%3E%0D%0A%20%20%3Crect%20id%3D%22Rectangle_19%22%20data-name%3D%22Rectangle%2019%22%20width%3D%223.813%22%20height%3D%2213.726%22%20transform%3D%22translate%280%202.696%29%20rotate%28-45%29%22%20fill%3D%22%23cc092f%22/%3E%0D%0A%20%20%3Cpath%20id%3D%22Path_12%22%20data-name%3D%22Path%2012%22%20d%3D%22M0%2C0H3.813V7.922H0Z%22%20transform%3D%22translate%282.696%2019%29%20rotate%28-135%29%22%20fill%3D%22%23cc092f%22/%3E%0D%0A%3C/svg%3E%0D%0A');
    background-repeat: no-repeat;
    width: 12px;
    height: 19px;
    position: absolute;
    left: 10px;

}



.content-simulacao {
    margin-top: 90px;
}

.content-simulacao .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 32px;
}

.content-simulacao .content .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
    margin-top: 136px;
}

.content-simulacao .content .item .top, .content-simulacao .content .item .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-simulacao .content .item .texts {
    min-height: 200px;
}

.content-simulacao .content .item img {
    margin-bottom: 40px;
}

.content-simulacao .content .item h3 {
    font-size: 22px;
    font-weight: 600;
    color: #CC092F;
    margin-bottom: 8px;
    text-align: center;
}

.content-simulacao .content .item p {
    font-size: 16px;
    font-weight: normal;
    color: #221816;
    text-align: center;
    margin-bottom: 40px;
}



.content-explica {
    margin-top: 132px;
}

.content-explica .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-explica .content p {
    font-size: 18px;
    font-weight: normal;
    color: #595959;
    text-align: center;
    margin: 64px 0;
}

.nao-correntista-facelift {
    padding: 24px;
    background: linear-gradient(90.31deg, #CA173C 0.06%, #862A76 99.77%);
    margin: 121px 0;
    width: 100%;
}

.nao-correntista-facelift p {
    font-size: 20px;
    font-weight: normal;
    color: white;
    text-align: center;
}

.nao-correntista-facelift p a {
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.content-saiba .content {
    display: flex;
    justify-content: center;
    margin-top: 64px;

}

.content-saiba .content .item-saiba {
    position: relative;
}

.content-saiba .content .infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.content-saiba .content h3 {
    font-size: 22px;
    font-weight: normal;
    color: white;
    text-align: center;
}

.content-saiba .content .line {
    width: 64px;
    height: 3px;
    background-color: #CC092F;
    margin-top: 10px;
}

.content-saiba .content p {
    font-size: 17px;
    font-weight: normal;
    color: white;
    text-align: center;
    margin-top: 21px;
}

.content-saiba .content .bt-acesse {
    border: 2px solid white;
    padding: 16px 24px 16px 38px;
    font-size: 10px;
    font-weight: 800;
    color: white;
    text-decoration: none;
    position: relative;
    margin-top: 64px;
}

.content-saiba .content .bt-acesse::before {
    content: "";
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Group_238%22%20data-name%3D%22Group%20238%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229.877%22%20height%3D%2215.132%22%20viewBox%3D%220%200%209.877%2015.132%22%3E%0D%0A%20%20%3Crect%20id%3D%22Rectangle_19%22%20data-name%3D%22Rectangle%2019%22%20width%3D%223.037%22%20height%3D%2210.932%22%20transform%3D%22translate%280%202.147%29%20rotate%28-45%29%22%20fill%3D%22%23fff%22/%3E%0D%0A%20%20%3Cpath%20id%3D%22Path_12%22%20data-name%3D%22Path%2012%22%20d%3D%22M0%2C0H3.037V6.309H0Z%22%20transform%3D%22translate%282.147%2015.132%29%20rotate%28-135%29%22%20fill%3D%22%23fff%22/%3E%0D%0A%3C/svg%3E%0D%0A');
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    position: absolute;
    left: 22px;
    top: 14px;

}

/*====================================================*/
/*====================================================*/
/*====================================================*/
.menu-route-facelift {
    position: relative;
    margin: -46px 130px 30px 300px;
    opacity: 0.8;
}

.menu-route-facelift p {
    font-size: 14px;
    font-weight: 700;
    color: white;

}

.menu-route-facelift a {
    font-size: 14px;
    font-weight: 700;
    color: white;

}

.content-facelift .investimentos {
    margin: 56px 16px;

}

.content-facelift .investimentos table {
    width: 100%;

}

.content-facelift .investimentos img {
    margin: 0 auto;
    display: block;
}

#bannerCarousel .item .texto {
    position: absolute;
    padding-top: 12%;
    padding-left: 300px;
}

#bannerCarousel a {
    text-decoration: none;
}

#bannerCarousel .item .texto h1 {
    color: #034694;
    text-decoration: none;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 48px;
}

.bt-border-white {
    border: 2px solid #034694;
    color: #034694;
    font-size: 32px;
    font-weight: 700;
    padding: 12px 20px;
    text-decoration: none;
}

.flex-facelift {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}


.item-facelift {
    margin: 16px 24px;
}

.image-center-facelift.responsive {
    width: 100%;
}

.image-center-facelift {
    max-width: 1200px;
    margin: 56px auto 0;
}

.overlay-container {
    position: relative;
    background-color: white;
    border-radius: 4px;
    width: 75%;
    max-width: 920px;
    margin: -92px auto 0;
    padding: 56px 24px 0;
}

.overlay-container .text-facelift {
    font-size: 17px;
    font-weight: normal;
    color: #221816;
    text-align: center;
    width: 85%;
    margin: 56px auto;
}

.flex-facelift.custom1 {
    padding: 0 28px;
    flex-wrap: wrap;
    align-items: center;
}

.image-text {
    display: flex;
    align-items: center;
    margin: 16px 24px;
}

.image-text .texts {
    margin-left: 36px;
}

.image-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0E1E64;
}

.image-text p {
    font-size: 17px;
    font-weight: normal;
    color: #221816;
}

.bottom-facelift {
    background: linear-gradient(90.17deg, #034694 0.06%, #142463 99.77%);
    padding: 22px;
    margin-top: 64px;
}

.bottom-facelift p {
    font-size: 20px;
    font-weight: normal;
    color: white;
    text-align: center;
    margin: 0 auto;
}

.bottom-facelift a {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.contain-carousel {
    margin: 56px 24px;
}

.mobile-carousel-facelift {
    display: none !important;
}

.slick-dots li button:before {
    font-size: 0;
}

.slick-dots li {
    background: #E4E5E9;
    border-radius: 40px;
    width: 12px;
    height: 12px;
}

.slick-dots li.slick-active button:before {
    width: 12px;
    height: 12px;
    background-color: #A7A8AC;
    border-radius: 40px;
}

.flex-facelift.custom1 .item {
    width: 49%;
}

header.mainHeader {
    width: 100%;
}

.mainHeader .navSeg {
    position: absolute !important;
    right: 65px !important;
    top: 40px !important;
    margin-top: 86px;
    padding-left: 86px;
    z-index: 2 !important;
}

.mainHeader .busca-desk {
    margin-top: 2px;
    right: 60px;
}

div.busca {
    top: 80px;
    right: 60px;
}

.mainHeader .breadcrumb {
    display: none;
}

.face-a-mobile {
    display: none;
}

ul.navSeg {
    display: block;
}

.filtro_topo {
    height: 160px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    margin-top: 40px;
    left: 0;
}


@media only screen and (max-width:1440px) {
    .flex-facelift.custom {
        display: none;
    }

    .mobile-carousel-facelift {
        display: block !important;
    }

    #bannerCarousel .item .texto {
        padding-top: 18%;
    }

    #bannerCarousel .item .texto h1 {
        font-size: 40px;
    }

    #bannerCarousel .item .bt-border-white {
        font-size: 26px;
    }
}

@media only screen and (max-width:1024px) {
    .filtro_topo {
        display: none;
    }

    nav.navSegMobile {
        display: none;
    }

    .menu-route-facelift {
        display: none;
    }

    .flex-facelift.custom {
        display: none;
    }

    .mobile-carousel-facelift {
        display: block !important;
    }

    section.banner {
        margin-top: 120px;
    }

    #bannerCarousel .item .texto h1 {
        font-size: 36px;
    }

    #bannerCarousel .item .bt-border-white {
        font-size: 24px;
    }

    #bannerCarousel .item .texto {
        padding-top: 10%;
        padding-left: 8%;
    }

    .overlay-container {
        width: 85%;
        margin: -48px auto 0;
        padding: 56px 24px 0;
    }

    .overlay-container .text-facelift {
        width: 95%;
    }

    .flex-facelift.custom1 .item.chat {
        display: none;
    }

    .face-a-mobile {
        display: block;
    }

    .face-a-mobile {
        display: block;
    }

    .face-a-desktop {
        display: none;
    }

    .face-a-desktop {
        display: none;
    }

}

#bannerCarouselMobile {
    display: none !important;
}

@media only screen and (max-width:768px) {
    div.comboSegmentos {
        margin-top: 0;
        margin-bottom: 0;
        position: initial;
        transform: translateY(0) !important;
    }

    section.banner {
        margin-top: 0;
    }

    .carousel-emprestimos-financiamentos-subhome div.owl-controls div.owl-pagination {
        bottom: 40px !important;
    }

    #wrapper {
        padding-top: 120px !important;
    }

    .content-facelift div .solucoes {
        flex-wrap: wrap;
        justify-content: center;
    }

    .content-facelift div .solucoes .box {
        margin: 12px;
    }

    .content-saiba .content {
        flex-wrap: wrap;
    }

    .content-saiba .content .item-saiba {
        margin-top: 12px;
    }

    #bannerCarousel .item .texto h1 {
        font-size: 16px;
    }

    #bannerCarousel .item .bt-border-white {
        font-size: 16px;
    }

    #bannerCarousel .item .texto {
        padding-left: 14%;
        padding-top: 8%;
    }

    .flex-facelift.custom1 .item {
        width: 90%;
    }

}

@media only screen and (max-width:414px) {
    #bannerCarousel {
        display: none !important;
    }

    #bannerCarouselMobile {
        display: block !important;
    }

    .image-center-facelift {
        content: url("/assets/prime/img/produtos-servicos/investimentos/facelift-content/mobile-center.png");
    }

    .flex-facelift.custom1 .image-text {
        flex-wrap: wrap;
        justify-content: center;
    }

    .flex-facelift.custom1 .image-text .texts {
        margin: 0;
        width: 100%;
    }

    .flex-facelift.custom1 .image-text p, h3 {
        text-align: center;
        margin: 0 auto;
    }


}