/* Após passagem Maio 2026 */

.full-banner.fb-boxedhero .boxedhero-box{padding:40px;border-radius:32px;}   
.full-banner.fb-boxedhero .heading{margin:0;}

.card-block.card-block-cta{align-items:start !important;}
div:has(> .card-block-cta){display:flex;}
.cards-mobile-slider-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.cards-mobile-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.cards-mobile-slider-wrapper > div {
    flex: 0 0 85%;
    scroll-snap-align: start;
}

@media (max-width:767px) {
    .full-banner.fb-boxedhero{height:750px;}
    .full-banner.fb-boxedhero .boxedhero-box{
        margin-top:40px;
        padding:30px 20px;
        border-radius:24px;
        text-align:center;
    }
}

@media (min-width: 576px) {
    .cards-mobile-slider-wrapper {
        flex-wrap: wrap;
        overflow-x: visible;
    }
    .cards-mobile-slider-wrapper > div {
        flex: 0 0 auto;
    }
}

.cards-mobile-slider-dots {
    gap: 8px;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.cards-mobile-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background-color: #101419;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cards-mobile-slider-dot.active {
    background-color: #101419;
}

@media (max-width: 575px) {
    .card-stack-heading {
        position: sticky;
        top: 70px;
    }
    .card-stack-card {
        position: sticky;
        transition: transform 0.25s ease;
    }
    section:has(.cards-slider-wrapper) {
        overflow-x: hidden;
    }
    .container:has(.cards-slider-wrapper) {
        padding: 0;
    }
    .cards-slider-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        --bs-gutter-y: 0;
        align-items: stretch;
        margin-left: 0;
        margin-right: 0;
        padding-left: 17px;
    }
    .cards-slider-wrapper::-webkit-scrollbar {
        display: none;
    }
    .cards-slider-wrapper > div {
        flex: 0 0 85%;
        max-width: 85%;
        scroll-snap-align: start;
        padding-left: 17px;
        padding-right: 0;
    }
    .cards-slider-wrapper > div:last-child {
        padding-right: 17px;
    }
    .cards-slider-dots {
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .cards-slider-dot {
        width: 10px;
        height: 10px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #BCC5D1;
        transition: background-color 0.2s;
    }
    .cards-slider-dot.active {
        background-color: #000000;
    }
}