header .banner .logo-flutuante {
    top: 1rem;
}

.color-texto-caminho {
    margin-top: 1rem;
}

.whatps-bia-mob {
    display: none;
}

.whatps-bia-desktop {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.conheca-funcionalidades {
    height: fit-content;
}

body>div.conheca-funcionalidades>div.cards-conheca>div.box-cards-funcionalidades>div.cards-left>div:nth-child(8)>em {
    color: #fff;
}

body>div.conheca-funcionalidades>div.cards-conheca>div.box-cards-funcionalidades>div.cards-right>div:nth-child(8)>em {
    color: #fff;
}

.container-qrcode {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 288px;
    background: #fff;
    gap: 15px;
    margin: 1rem 0;
}

.video-explica.main-ctn {
    margin-top: -3rem;
}

.container-qrcode p.title {
    font-family: "Bradesco";
    color: #6D6E71;
    font-weight: bold;
    font-size: 18px;
}

.container-qrcode p.subtitle {
    font-family: "Bradesco";
    color: #6D6E71;
    font-weight: 600;
    opacity: .6;
    font-size: 14px;
}

.section-bradesco-novidades {
    background-color: #EFF1F5;
    padding: 30px 0;
    margin-bottom: 85px;
}

.section-bradesco-novidades .card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
    height: 100px;
    width: fit-content;
    margin: 0 auto;
    padding: 30px 20px;
}

.section-bradesco-novidades .card p {
    max-width: 700px;
    color: #434343;
    font-size: 16px;
    line-height: 20px;
    margin-right: 50px;
    margin-left: 15px;
}

.section-bradesco-novidades .card a {
    width: 155px;
    height: 35px;
    color: #fff;
    background-color: #CC092F;
    display: flex;
    align-items: center ;
    justify-content: center;
    border-radius: 35px;
    font-size: 16px;
}

.section-bradesco-novidades .card a:hover {
    text-decoration: none;
}

@media (max-width: 542px) {

    header .banner-mobile .item img {
        filter: brightness(.5);
    }

    .whatps-bia-desktop {
        display: none;
    }

    .section-principais-funcionalidades {
        margin: 0;
    }

    .box-mobile {
        padding: 0 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0rem;
        background: transparent linear-gradient(180deg, #CC092F 0%, #CC092F 40%, #B81570 90%, #B81570 100%) 0% 0% no-repeat padding-box;
        border-radius: 12px;
        color: #fff;
    }

    .whatps-bia-mob {
        display: block;
    }

    .img-wtahs-bia {
        transform: scale(.9);
    }

    .btn-bia-mobile {
        background: unset;
        margin: 0 1rem;
    }

    .section-principais-funcionalidades {
        min-height: 800px;
        height: auto;
    }

    .txt-1,
    .txt-2,
    .txt-3 {
        width: unset;
    }

    .slick-prev,
    .slick-next {
        margin-top: unset !important;
        height: 25px !important;
    }

    .slick-prev {
        left: unset !important;
        transform: translateX(-35px);
        width: 38px !important;
        z-index: 999;
    }

    .slick-next {
        width: 25px !important;
        transform: translateX(100px);
    }

    .mb-8 {
        margin-bottom: 0;
    }

    h4 {
        margin-bottom: 3rem;
    }

    .box {
        padding-bottom: 0;
    }

    .cards-conheca {
        height: auto;
    }

    div#topBar.headertopBar div.holderMobile>span {
        float: left;
        font-weight: 600;
        color: #fff;
        box-sizing: border-box;
        padding: 10px 0;
        font-size: 12px;
        margin: 0 0 0 20px;
    }

    div#topBar.headertopBar div.holderMobile a.baixe {
        right: 4px;
    }

    .section-bradesco-novidades {
        margin-bottom: 50px;
        padding: 0 1.2rem;
    }
    
    .section-bradesco-novidades .card {
        justify-content: space-between;
        flex-wrap: wrap;
        height: 220px;
        margin: 0 auto;
        padding: 30px 15px;
    }
    
    .section-bradesco-novidades .card p {
        max-width: 85%;
        margin: 0;
    }
    
    .section-bradesco-novidades .card a {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .btn-bia-mobile {
        background: unset;
        margin: 0 .2rem;
    }
}

@media (max-width: 320px) {

    div#topBar.headertopBar div.holderMobile a.baixe {
        right: 4px;
    }

    div#topBar.headertopBar div.holderMobile>span {
        font-size: 10px;
        padding: 12px 0;
    }

    .whatps-bia-mob {
        height: auto;
        margin-bottom: 2rem;
    }

    .img-wtahs-bia {
        transform: scale(.75);
    }

    .box-mobile {
        margin-bottom: 0;
    }
}