/* BANNER */
.home #lightT {
    margin-top: 0;
}

#background-home {
    margin-top: 40px;
}

.home #background-home .banner-swiper-container img {
    filter: none;
}

.swiper-wrapper {
    margin-top: 0;
}

.banner-swiper-container picture {
    position: relative;
}

.banner-swiper-container picture::before {
    content: "";
    position: absolute;
    width: 100%;
    min-height: 200vh;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 34.22%, rgba(0, 0, 0, 0.7) 75.6%);
}

.titleBanner {
    position: absolute;
    top: 180px;
    left: 120px;
    width: 560px;
    z-index: 2;
    color: #ffff;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
}

.subtitleBanner {
    position: absolute;
    top: 320px;
    left: 120px;
    width: 560px;
    z-index: 2;
    color: #ffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

.breadcrumbNew {
    top: 110px;
}

/* BASE SECTIONS */
sup {
  font-size: 0.65em;
  position: relative;
  top: -0.4em;
}

.menuMobile {
    z-index: 99;
}

.show-mobile {
    display: none;
}

.c-white {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 100px 20px;
}

.c-gray {
    width: 100%;
    background: #F0F1F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 20px;
}

/* 
   C-WHITE CONTAINER
 */
.c-white__container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.c-white__media {
    flex: 1;
}

.c-white__media img {
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    display: block;
}

/* texto */
.c-white__content {
    flex: 1;
    max-width: 500px;
}

.c-white__content h2 {
    font-size: 36px;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 16px;
    color: #000;
}

.c-white__content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #47484C;
}

/* 
   SOLUÇÃO
 */
.solucao__container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.solucao__content {
    max-width: 480px;
}

.solucao__content h2 {
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 16px;
}

.solucao__content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #47484C;
}

/* VIDEO */
.card-video {
    position: relative;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.card-video img {
    width: 100%;
    display: block;
}

/* overlay (NÃO BLOQUEIA CLIQUE) */
.card-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

/* play */
.play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-video svg {
    width: 50px;
    /* reduzido */
    transition: 0.3s;
}

.card-video:hover .play-video svg {
    transform: scale(1.05);
}

/* CARDS  */
.cards-b2b {
    margin-top: 70px;
    max-width: 1200px;
    width: 100%;
}

.cards-b2b > h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 32px;
}

.cards-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.card-b2b {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
}

.card-b2b img {
    width: 32px;
    margin-bottom: 10px;
}

.card-b2b h2 {
    color: #47484C;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

/* VANTAGENS */
.vantagens {
    max-width: 1200px;
    width: 100%;
}

.vantagens__title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
}

.vantagens__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 80px;
}

.vantagens__text {
    flex: 1;
    max-width: 500px;
}

.vantagens__text h2 {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
}

.vantagens__text ul {
    list-style: none;
    padding-left: 0;
}

.vantagens__text li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #47484C;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}


.vantagens__text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px; 
    width: 6px;
    height: 6px;
    background-color: #CC092F;
    border-radius: 50%;
}

.vantagens__text li {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #47484C;
    margin-bottom: 8px;
}

.vantagens__text li::marker {
    color: #CC092F;
}

.vantagens__media {
    flex: 1;
    display: flex;
    justify-content: start;
}

.vantagens__media img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
}

.vantagens__item.reverse .vantagens__media {
    justify-content: end;
}

/* VIRTUAL CARD */
.c-gray-card {
    width: 100%;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.virtual-card {
    max-width: 1100px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 60px;
}

.virtual-card__media img {
    width: 240px;
    position: relative;
}

.virtual-card__media img::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 4px;
    backdrop-filter: blur(3.5px);
    background: red;
}

.virtual-card__content {
    max-width: 560px;
}

.virtual-card__content h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
}

.virtual-card__content ul {
    list-style: none;
    padding: 0;
}

.virtual-card__content li {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.virtual-card__content li img {
    width: 25px;
    box-shadow: 19
    px;
}

.virtual-card__content li img {
    width: 32px;
}

/* CTA */
.virtual-card__cta {
    max-width: 900px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.virtual-card__cta p {
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #262626;
}

.c-white.c-footnotes {
    padding: 50px 20px;
}

.footnotes {
    max-width: 1000px;
    width: 100%;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    font-weight: 400;
}

.footnotes li {
    margin-bottom: 5px;
}

/* MODAL */
.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999;
}

.modal.active {
    display: block;
}

.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.modal__content {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 5% auto;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.modal__video iframe {
    width: 100%;
    height: 450px;
}

.modal__close {
    position: absolute;
    top: -35px;
    right: 0;
    background: #fff;
    border: none;
    cursor: pointer;
}

.menuMobileContainer {
    padding: 0 20px;
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-footnotes .footnotes {
    counter-reset: item;
}

.c-footnotes .footnotes li {
    counter-increment: item;
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.c-footnotes .footnotes li::before {
    content: counter(item);
    position: absolute;
    left: 0;
}

/* RESPONSIVO */
@media (max-width: 1024px) {
    .cards-section {
        grid-template-columns: repeat(2, 1fr);
    }

    div.menuMobileContainer a.mobileMenu {
        position: initial;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        background: url(https://assets.bradesco/content/dam/portal-bradesco/html/corporate/solucoes-integradas/cartoes/assets/img/cartoes/img-menu-open.png) 0 0 no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -1000px;
    }
}

@media (max-width: 768px) {
    .banner-swiper-container picture::before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
            linear-gradient(180deg, rgba(0, 0, 0, 0) 45.8%, rgba(0, 0, 0, 0.5) 72.07%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0.53%, rgba(0, 0, 0, 0) 15.45%);
    }

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

    .titleBanner {
        width: 70%;
        left: 20px;
        top: 295px;
        font-size: 32px;
        line-height: 120%;
    }

    .subtitleBanner {
        width: 85%;
        left: 20px;
        top: 430px;
        font-size: 16px;
        line-height: 130%;
    }

    .c-white__container,
    .solucao__container,
    .vantagens__item,
    .virtual-card {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .c-white {
        padding: 50px 20px;
    }

    .c-gray {
        background-color: #fff;
        padding: 0 20px;
    }   

    .c-white__content h2,
    .solucao__content h2 {
        font-size: 28px;
    }

    .banner-swiper-container {
        margin-top: 0;
    }

    .vantagens__item {
        gap: 30px;
        margin-bottom: 50px;
    }

    .cards-section {
        grid-template-columns: 1fr;
    }

    .cards-b2b > h2 {
        font-weight: 500;
        font-size: 28px;
    }

    .card-b2b {
        background: #fff;
        border: 1px solid #D9D9D9;
        height: 160px;
        gap: 8px;
        border-radius: 15px;
        padding: 24px;
        justify-content: center;
    }

    .card-b2b h2 {
        font-size: 20px;
        margin: 0;
    }

    .modal.active {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal__video iframe {
        height: 250px;
    }

    .c-gray-card {
        padding: 50px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .virtual-card>h2 {
        width: 100%;
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
    }

    .vantagens__item.reverse {
        flex-direction: column-reverse;
    }

    .vantagens__title {
        color: #000;
        text-align: left;
        font-weight: 600;
        margin-bottom: 30px;
        font-size: 28px;
    }

    .vantagens__text {
        width: 100%;
    }

    .vantagens__text h2 {
        font-size: 26px;
        margin-bottom: 16px;
        font-weight: 600;
    }

    .vantagens__text li {
        font-size: 20px;
        display: inline-block;
    }

    .virtual-card__content li {
        gap: 20px;
    }

    .virtual-card__cta p,
    .virtual-card__content li span {
        font-size: 20px;
    }

    .virtual-card__cta {
        gap: 20px;
    }

    .footnotes {
        font-size: 12px;
        line-height: 16px;
    }

    .footnotes li {
        margin-bottom: 5px;
        line-height: 1.5;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: flex;
    }

    #background-home {
        margin-top: 0;
    }
}