#wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#mainMenu,
.mainHeader,
#MainMenuMobile {
    display: none !important;
}

.filtro {
    height: 110px;
    width: 100%;
    display: unset;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(transparent)) !important;
    background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, transparent 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0) !important;
    position: absolute;
    padding: 0 60px;
}

.banner .logo {
    width: 188px;
    height: auto;
    left: 125px;
    top: 70px;
    z-index: 9;
}

.title-d {
    position: absolute;
    width: 100%;
    top: 320px;
    left: 133px;
}

.banner h4 {
    /* position: relative; */
    /* left: 141px; */
    /* bottom: 550px; */
    width: 430px;
    /* height: 177px; */
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    padding-top: 30px;

}


.banner .banner-desktop {
    display: block;
    position: relative;
}

.banner .banner-desktop img {
    width: 100%;
    margin-top: -50px;
}

.banner .banner-mobile {
    display: none;
    position: relative;
}

.banner .banner-desktop h1 {
    /* position: relative; */
    /* left: 141px; */
    /* bottom: 440px; */
    width: 500px;
    /* height: 177px; */
    font-size: 52px;
    font-weight: 600;
    color: #FFF;
}

/* BENEFICIOS */

.beneficios {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-top: -180px;
}

.beneficios img {
    width: 100%;
}

.beneficios .content {
    display: flex;
    flex-direction: column;
}

.beneficios .content .title {
    text-align: center;
    margin: 0 0 50px;
}

.beneficios .content .title span {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.beneficios .content .title h2 {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.beneficios .content .title h2::after {
    content: "";
    width: 3.125rem;
    height: 0.25rem;
    display: block;
    position: relative;
    top: 1rem;
    margin: 0 auto;
    background: linear-gradient(90deg, #333B8F 0%, #333B8F 10%, #CC092F 35%, #CC092F 60%, #CC092F 100%);
}

.beneficios .content .title h2.mob {
    display: none;
}

.beneficios img.beneficios-d {
    display: block;
    width: 600px;
}

.beneficios .content img.beneficios-m {
    display: none;
}

.beneficios .cards {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 15px;
}

.beneficios .cards .card {
    width: 360px;
    height: 230px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 24px;
    opacity: 1;
    text-align: left;
    padding: 30px 20px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

.beneficios .cards .card img {
    width: 32px;
    height: 31px;
}

.beneficios .cards .card h4 {
    font-size: 16px;
    font-weight: semibold;
    color: #000;
    margin-top: 20px;
    text-align: left;
    padding: 0;
    text-transform: unset;
}

.beneficios .cards .card p {
    font-size: 14px;
    color: #47484C;
    margin-top: 15px;
    text-align: left;
}

.beneficios .cards .card a {
    margin-top: 20px;
    display: block;
    color: #3B69FF;
}

/* TAXAS */

.taxas {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding-bottom: 100px;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.taxas .content {
    background: url('https://assets.bradesco/content/dam/portal-bradesco/assets/pessoajuridica/img/solucoes-integradas/emprestimo-e-financiamento/bndes/bg-taxas.png') no-repeat center top;
    height: 598px;
    width: 1120px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.taxas .content .title {
    text-align: left;
    margin: 50px 0 50px 95px;
    color: #fff;
}

.taxas .content .title span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #fff;
}

.taxas .content .title h2 {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.taxas .content .title h2::after {
    content: "";
    width: 3.125rem;
    height: 0.25rem;
    display: inline-block;
    position: absolute;
    top: 3rem;
    left: 0;
    background: #fff;
}

.taxas .content .boxes {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 15px;
    justify-content: space-around;
}

.taxas .content .boxes .boxes-left,
.taxas .content .boxes .boxes-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.taxas .content .boxes .box {
    width: 363px;
    height: 99px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    text-align: left;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.taxas .content .boxes .box img {
    width: 32px;
    height: 31px;
}

.taxas .content .boxes .box h4 {
    font-size: 16px;
    font-weight: semibold;
    color: #000;
    text-align: left;
    padding: 0;
    text-transform: none;
}

.taxas .content .boxes .box p {
    font-size: 14px;
    color: #47484C;
    margin-top: 5px;
    text-align: left;
    font-weight: 600;
}

.taxas .content .boxes .box p.red {
    font-weight: bold;
    color: #E1173F
}

/* pre-requisitos */

.pre-requisitos {
    /* width: 100%; */
    height: auto;
    padding-bottom: 100px;
    padding-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pre-requisitos::after {
    content: url(https://assets.bradesco/content/dam/portal-bradesco/assets/pessoajuridica/img/solucoes-integradas/emprestimo-e-financiamento/bndes/img-requisitos.png);
    width: 556px;
    height: 463px;
    display: block;
    position: absolute;
    top: 0;
    right: 90px;
    z-index: -1;
}

.pre-requisitos .content {
    display: flex;
    flex-direction: column;
    width: 86%;
}

.pre-requisitos .content .title {
    text-align: left;
    margin: 0 0 120px;
}

.pre-requisitos .content .title span {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.pre-requisitos .content .title h2 {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.pre-requisitos .content .title h2::after {
    content: "";
    width: 3.125rem;
    height: 0.25rem;
    display: inline-block;
    position: absolute;
    top: 100px;
    left: 0;
    background: linear-gradient(90deg, #333B8F 0%, #333B8F 10%, #CC092F 35%, #CC092F 60%, #CC092F 100%);
}

.pre-requisitos .cards {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 25px;
    position: relative;
}

.pre-requisitos img.requisitos {
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: -1;
    height: auto;
    top: -310px;
    display: none;
}

.pre-requisitos .cards .card {
    width: 219px;
    height: 254px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    opacity: 1;
    text-align: left;
    padding: 20px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pre-requisitos .cards .card img {
    width: 32px;
    height: 31px;
}

.pre-requisitos .cards .card h4 {
    font-size: 16px;
    font-weight: semibold;
    color: #000;
    margin-top: 20px;
    text-align: left;
    padding: 0;
}

.pre-requisitos .cards .card p {
    font-size: 14px;
    color: #47484C;
    margin-top: 15px;
    text-align: left;
}

.pre-requisitos .cards .card a {
    color: rgb(59, 105, 255);
    font-weight: 600;
    font-size: 14px;
}

/* CONTRATAR */


.contratar {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    /* padding-top: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin: 0 auto;
    flex-direction: row-reverse;
}

.contratar .content {
    display: flex;
    flex-direction: column;
    width: 35%;
}

.contratar .content .title {
    text-align: left;
    margin: 0 0 50px;
}

.contratar .content .title span {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.contratar .content .title h2 {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.contratar .content .title h2::after {
    content: "";
    width: 3.125rem;
    height: 0.25rem;
    display: inline-block;
    position: absolute;
    top: 3rem;
    left: 0;
    background: linear-gradient(90deg, #333B8F 0%, #333B8F 10%, #CC092F 35%, #CC092F 60%, #CC092F 100%);
}

.contratar .cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    gap: 15px;
}

.contratar .cards p {
    font-size: 16px;
    padding: 30px 0 0;
    color: #47484C;
}

.btn-contratar {
    background-color: #E1173F;
    border-radius: 24px;
    text-align: center;
    padding: 12px;
    width: 150px;
    margin: 15px 0;
    font-size: 14px;
}

.cadastro {
    width: 100%;
    height: auto;
    position: relative;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: rgba(240, 241, 245, 1);
    opacity: 1;
    padding: 50px;
}

.cadastro .faca-o-cadastro {
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
}

.cadastro .faca-o-cadastro h2 {
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}

.cadastro .faca-o-cadastro h2::after {
    content: " ";
    width: 3.125rem;
    height: 0.25rem;
    display: inline-block;
    background: #FFFFFF;
    position: absolute;
    top: 5rem;
    right: 8rem;
    transform: translate(-50%, 50%);
}

.cadastro .faca-o-cadastro p {
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    width: 746px;
    position: relative;
    right: 75px;
}

.cadastro .net-empresa {
    display: flex;
    justify-content: space-evenly;
    width: 60%;
    margin: 70px auto;
}

.cadastro .net-empresa .card {
    width: 377px;
    height: 630px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
}

.btn-card {
    margin: 0 auto;
    background-color: #E1173F;
    border-radius: 24px;
    opacity: 1;
    text-align: center;
    padding: 12px;
    margin: 37%;
}

.btn-card:hover {
    background-color: #AF002B;
}

.title-pix {
    color: #fff;
    text-align: center;
    padding: 50px;
}

.cadastro .net-empresa .card .net-empresa-computador,
.cadastro .net-empresa .card .app-net-empresa {
    text-align: center;
    margin-top: 25px;
}

.cadastro .net-empresa .card img {
    width: 69px;
    height: 69px;
}

.cadastro .net-empresa .card h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 25px;
}

.cadastro .net-empresa .card ul>li {
    font-size: 16px;
    color: #000000;
    letter-spacing: -0.03px;
    text-align: left;
    padding: 15px 20px 0px 20px;
}

.cadastro .duvidas {
    width: 100%;
    border-radius: 24px;
    opacity: 1;
    margin: 0 auto;
}

.cadastro .duvidas h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    position: relative;
    top: 10px;
}

.cadastro .duvidas span {
    display: block;
    margin: 20px 0;
}

.cadastro .duvidas span::after {
    content: " ";
    width: 3.125rem;
    height: 0.25rem;
    display: inline-block;
    background: linear-gradient(90deg, #333B8F 0%, #333B8F 10%, #CC092F 35%, #CC092F 60%, #CC092F 100%);
    position: absolute;
    top: 9rem;
    left: 50%;
    transform: translate(-50%, 50%);
}

.cadastro .duvidas .title {
    text-align: center;
}

.main-container {
    width: 1315px;
    margin: 0 auto;
    padding: 140px 0 0 0;
}

.collapse {
    display: block;
    width: 998px;
    margin: 70px auto;
    z-index: 9;
    position: relative;
}

.collapse .pergunta {
    border: none;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.collapse-content {
    display: none;
    padding: 20px 15px;
    font-size: 16px;
    letter-spacing: -0.03px;
    width: 895px;
    color: #47484C;
}

.collapse-content a {
    text-decoration: underline;
    color: #3B69FF;
    font-size: 14px;
}

.collapse-button {
    background-color: transparent;
    cursor: pointer;
    width: 95%;
    height: 62px;
    text-align: left;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 0 15px;
}

.collapse-button::after {
    content: " ";
    width: 15px;
    height: 15px;
    position: relative;
    border-top: 3px solid #3B68FF;
    border-right: 3px solid #3B68FF;
    border-radius: 2px;
    -webkit-transform: rotate(135deg);
    transition: all 0.5s;
    float: right;
    top: 23px;
    right: -21px;
    position: absolute;
}

.collapse-button.active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px;
}

.path-link {
    margin: 100px 0px 0px 0px !important;
    float: left;
    list-style: none;
    margin: 0;
    left: 140px;
    padding: 0;
    position: absolute;
    top: 60px;
    bottom: 18px;
    overflow: hidden;
    width: 80%;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 9;
}

.path-link a {
    color: #fff;
    font-size: 13px;
    display: inline;
    text-decoration: none;
}

.slick-list {
    height: 270px
}

header.headerMobile a.buscaMobile {
    top: 25px;
    right: 30px;
}

.qrcode {
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 350px;
}

.glass-box {
    position: fixed;
    top: 350px;
    right: 20px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px;
    z-index: 1000;
    transition: all 0.3s ease;
}

.glass-box p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.glass-box img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    border-radius: 5px;
}

.glass-box:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.glass-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 16px;
    z-index: -1;
}

.headerMobile {
    display: none;
}

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

    .headerMobile {
        display: block;
    }

}

@media (min-width: 1024px) and (max-width: 1500px) {
    .title-d {
        top: 210px;
    }

    .path-link {
        top: 60px;
    }

    .main-container {
        padding: 130px 0 0 0;
    }

    body.mobile div.holderFixed {
        display: none;
    }

    #wrapper>section:nth-child(12) {
        margin-top: 0;
    }
}



@media only screen and (max-width: 1024px) {

    div.comboSegmentos {
        background: #fff !important;
        position: absolute;
        top: 40px !important;
        border-top: 1px solid #ffffff5e;
        z-index: 2;
        width: 100%;
        display: block !important;
    }

    .banner {
        margin-top: 25px !important;
    }

    .banner .logo,
    .busca,
    .filtro {
        display: none;
    }

    .banner .banner-desktop {
        display: none;
    }

    .banner .banner-mobile {
        display: block;
    }

    .banner .banner-mobile h4 {
        position: absolute;
        bottom: 200px;
        text-align: left;
        color: #fff;
        padding: 30px;
        font-size: 16px;
        left: 0;
        width: 100%;
    }

    .banner .banner-mobile img {
        width: 100%;
    }

    .banner .logo .busca.busca-desk {
        display: none;
    }

    .banner .banner-mobile h1 {
        position: relative;
        bottom: 450px;
        width: 395px;
        height: 177px;
        font-size: 50px;
        font-weight: 600;
        color: #FFF;
        text-align: left;
        padding: 0 30px;
    }

    .main-container {
        padding: 0 0 0 0;
    }

    .beneficios {
        width: 100vw;
        height: auto;
        display: flex;
        gap: 100px;
        flex-direction: column;
        padding: 30px;
    }

    .beneficios .content {
        width: 100%;
    }

    .beneficios .cards {
        flex-direction: column;
    }

    .beneficios .cards .card {
        width: 100%;
        height: 220px;
    }

    .beneficios img.beneficios-d {
        display: none;
    }

    .beneficios .content img.beneficios-m {
        display: block;
        margin: 20px 0;
    }


    .taxas {
        width: 100vw;
        padding: 10px 0;
    }

    .taxas .content .boxes {
        flex-direction: column;
        align-items: center;
    }

    .taxas .content {
        background: url('https://assets.bradesco/content/dam/portal-bradesco/assets/pessoajuridica/img/solucoes-integradas/emprestimo-e-financiamento/bndes/bg-taxas-m.png') no-repeat center bottom;
        justify-content: unset;
        height: 1200px;
        background-size: cover;
    }

    .pre-requisitos {
        width: 100vw;
        padding: 30px;
        justify-content: unset;
    }

    .pre-requisitos .content {
        width: 100%;
    }

    .pre-requisitos .cards {
        display: block;
    }

    .pre-requisitos .cards .card {
        margin: 0 30px;
        width: 250px !important;
    }

    /* .pre-requisitos .cards .slick-slide {
        width: 240px !important;
    } */

    .pre-requisitos img.requisitos {
        position: unset;
        width: 100%;
        margin-bottom: 50px;
        display: block;
    }

    .pre-requisitos::after {
        display: none;
    }

    .slick-dots {
        position: unset;
    }

    .slick-dots li {
        width: 30px;
    }

    .slick-dots li button {
        display: none;
    }

    .slick-dots li {
        background: rgb(203 204 207);
        border-radius: 10px;
        width: 8px;
        height: 8px;
    }

    .slick-dots li.slick-active {
        width: 28px;
        background: rgb(204, 9, 47);
    }

    .slick-dots li.slick-active button {
        display: none;
    }


    .slick-dots li button:before {
        display: none;
    }

    .contratar {
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
        padding: 30px;
        width: 100vw;
        margin: unset;
    }

    .contratar .content {
        width: 100%;
    }

    .cadastro {
        padding: 30px;
    }

    .cadastro .duvidas {
        width: 100%;
        padding: 0;
    }

    .collapse,
    .collapse-content {
        width: 100%;
        padding: 20px 10px
    }

    .collapse-button {
        font-size: 16px;
        margin: 10px 0;
        width: 87%;
        padding: 10px 20px 10px 10px;
        font-weight: 500;
    }

    .collapse .pergunta {
        border: none;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 10px;
        min-height: 100px;
    }

    .cadastro .duvidas span::after {
        background: #CC092F;
    }

    .path-link {
        display: none;
    }

    header.headerMobile a.mobileMenu {
        display: none;
    }

    .btn-contratar {
        width: 100%;
    }

    .beneficios .content .title {
        text-align: left;
    }

    .beneficios .content .title h2.mob {
        display: block;
    }

    .beneficios .content .title h2.desk {
        display: none;
    }

    .beneficios .content .title h2::after {
        margin: 0;
    }

    .pre-requisitos .cards .card img {
        width: 40px;
        height: 40px;
    }

    .pre-requisitos .cards .card p {
        margin: 25px 0;
        font-size: 16px;
    }

    .pre-requisitos .cards .card a {
        font-size: 16px
    }
}

@media screen and (max-width: 321px) {
    .collapse-button {
        font-size: 14px;
        width: 80%;
    }

}

@media only screen and (max-width: 768px) {
    .home div.comboSegmentos {
        top: 118px;
    }
}

@media (max-width: 450px) {
    .cadastro .duvidas h2 {
        font-size: 24px;
    }

    .contratar .content .title h2 {
        font-size: 24px;
    }

    .pre-requisitos .content .title h2 {
        font-size: 24px;
    }

    .beneficios .content .title h2 {
        font-size: 24px;
    }

    .taxas .content .title h2 {
        font-size: 24px;
    }

    .taxas .content .boxes .boxes-left,
    .taxas .content .boxes .boxes-right {
        width: 100%;
        padding: 0 10px;
    }

    .taxas .content .boxes .box {
        width: 100%;
    }
}

div.area-restrita a {
    background: rgb(51, 59, 143) !important;
}

.busca-desk {
    z-index: 1 !important;
}

.sub-box {
    text-align: center;
    font-size: 15px;
}

.beneficios .content .title span,
.taxas .content .title span,
.pre-requisitos .content .title span,
.contratar .content .title span {
    text-transform: uppercase;
}