.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: #47484C;
    font-weight: 600;
}

.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/applepay/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: #000000;
    text-align: center;
}

.lnk-rodape {
    color: #fff;
}

/* 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: #bb082c;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

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

.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: 12px;
    padding: 40px;
    line-height: 1.5;
}

.video-section {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    gap: 40px;
    flex-wrap: wrap;
}

.video-section h3 {
    margin-top: 30px;
}

.video-box {
    width: 600px;
    cursor: pointer;
    padding: 20px;
    transition: transform 0.3s ease;
}

.video-box img:hover {
    background-color: #000;
    opacity: 0.8;
}

.video-box img:hover::before {
    background: #000;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    opacity: 0.7;
}

.video-box img {
    width: 100%;
    border-radius: 10px;
}

.modal {
    display: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal video {
    width: 80%;
    max-width: 490px;
    border-radius: 8px;
}

.close {
    color: #fff !important;
    font-size: 30px;
    position: absolute;
    top: 0px;
    right: 740px;
    cursor: pointer;
}

@media (max-width: 1600px) {
    .close {
        top: 60px;
        right: 590px;
    }
}

@media (max-width: 1366px) {
    .close {
        top: 125px;
        right: 490px;
    }

    .modal video {
        width: 80%;
        max-width: 420px;
        border-radius: 8px;
    }
}

@media (max-width: 768px) {

    .swiper-slide {
        top: 0px;
    }

    .steps {
        background-image: none;
    }

    .header {
        font-size: 25px;
    }

    .column {
        flex-direction: column;
    }

    .cards {
        flex-direction: column;
    }

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

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

    .close {
        top: 110px;
        right: 60px;
    }
}

@media (max-width: 375px) {
    .close {
        top: 30px;
    }
}

@media (max-width: 360px) {
    .close {
        top: 75px;
    }
}