.subtitle-banner {
    font-size: 40px;
    font-weight: 200;
    bottom: 10px;
}

.swiper-slide {
    top: 65px;
    margin-bottom: 30px;
}

body.home {
    background-image: none;
}

.home #containerBackgroundPage {
    display: none;
}

.subtitle-banner {
    line-height: 1;
    font-size: 30px;
}

.titleBanner {
    top: 40% !important;
}

.txt-banner {
    font-size: 70px;
    line-height: 1.3;
}

/* Seção Cartão Bradesco Empresarial */
.header {
    padding: 40px 20px;
    text-align: center;
    font-size: 42px;
    color: #000000;
    font-weight: 700;
}

.text-red {
    color: #CC092F;
    font-weight: 700;
}

.steps {
    display: flex;
    justify-content: center;
    margin: 40px auto;
    gap: 50px;
    flex-wrap: wrap;
    background-color: #fff;
    background-image: url(/html/pessoajuridica/solucoes-integradas/cartoes/samsungpay/img/grafismo-apple.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.title-column-card {
    font-size: 20px;
    color: #47484C;
    font-weight: 700;
    text-align: center;
}

.column-box {
    display: flex;
    flex-direction: column;
    max-width: 425px;
}

.column {
    display: flex;
    align-items: center;
    flex: 1 1 400px;
    max-width: 500px;
    max-height: 200px;
    margin: 10px;
    background: #F2F2F2;
    padding: 25px;
}

.svg-box {
    max-width: 60px;
    margin: 15px;
}

.r-text {
    color: #A7A8AC;
    text-align: center;
}

/* Seção Onde posso usar */

.onde-posso-usar {
    background-color: #F2F2F2;
    text-align: center;
    padding: 60px 20px
}

.onde-posso-usar h2 {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    color: #CC092F;
    font-size: 32px;
    font-weight: 600;
}

.onde-posso-usar p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #262626;
}

.onde-posso-usar .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-confira {
    padding: 15px;
    background: #e1173f;
    font: normal normal bold 14px / 18px Bradesco;
    margin: 5px 15px;
    width: 240px;
    border-radius: 24px;
    opacity: 1;
    color: #fff;
    letter-spacing: 0;
}

.btn-confira:hover {
    color: #fff;
    text-decoration: none;
}

/* Seção Onde posso usar */

.como-posso-usar {
    background-color: #fff;
    color: #e1173f;
    text-align: center;
    padding: 20px 20px;
}

.como-posso-usar h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.como-posso-usar p {
    color: #262626;
}

.cards {
    display: flex;
    flex-direction: wrap;
    justify-content: center;
    gap: 40px;
}

.card {
    max-width: 380px;
    text-align: center;
}

.video-thumb {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.text-sub-video {
    font-size: 32px;
    padding: 45px;
}

/* Seção Confira */

.dispositivos {
    background-color: #f4f4f4;
    text-align: center;
    padding: 60px 20px;
}

.icones {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.icones img {
    width: 40px;
    height: auto;
}

/* .texto {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.6;
} */

.btn-white {
    padding: 15px;
    margin: 5px 15px 35px;
    width: 240px;
    border: 2px solid #e1173f;
    border-radius: 24px;
    opacity: 1;
    color: #e1173f;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-white a {
    text-decoration: none;
    text-transform: uppercase;
}

.rodape-aviso {
    background-color: #6D6E71;
    color: #fff;
    font-size: 16px;
    padding: 40px;
    line-height: 1.5;
    text-align: center;
}

.lnk-info { 
    padding: 20px;
}

.lnk-info a {
    color: #333 !important;
}

.rodape-aviso a {
    text-decoration: none !important;
    color: #fff;
}
.rodape-aviso a:hover {
    text-decoration: none !important;
    color: #fff;
}

.img-mobile {
    display: none !important;
}

.cel-imagem img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {

    .swiper-slide {
        top: 0px;
    }

    .steps {
        background-image: none;
    }

    .header {
        font-size: 30px;
    }

    .column {
        flex-direction: column;
    }

    .cards {
        flex-direction: column;
    }

    .titleBanner {
        top: 5% !important;
        text-align: center;
        line-height: 0.9;
        font-size: 35px;
        margin-left: 25%;
    }

    .subtitle-banner {
        line-height: 0 !important;
        font-size: 18px;
    }

    .img-desktop {
        display: none !important;
    }

    .img-mobile {
        display: block !important;
    }
}