.timer div {
    border-radius: .5rem;
}

.owl-carousel article {
    background-color: #003140;
    border-radius: 1rem;
    padding: 1rem .75rem 2rem;
    text-align: start;
}

.owl-carousel article img:last-child {
    min-width: auto;
    height: 42px;
}

.text-verde-wpp {
    color: #25D366;
}

.webp .sec-faq:not(.sec-faq-timer) {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, 0) 100%), url(/assets/images/lancamento-wpp/webp/bg-faq-mobile.webp);
}

.no-webp .sec-faq:not(.sec-faq-timer) {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, 0) 100%), url(/assets/images/lancamento-wpp/bg-faq-mobile.png);
}

.sec-faq:not(.sec-faq-timer) {
    background-size: cover;
    background-position: 0 0;
}

.sec-faq:not(.sec-faq-timer) .accordion-item {
    background-color: transparent;
}

.sec-faq:not(.sec-faq-timer) .accordion-item *,
.sec-faq:not(.sec-faq-timer) .accordion .accordion-button {
    color: #fff;
}

.sec-faq:not(.sec-faq-timer) .accordion .accordion-button::after {
    filter: invert(1);
}

.sec-faq:not(.sec-faq-timer) .accordion .accordion-item+.accordion-item {
    border-color: rgba(255, 255, 255, .3);
}

.owl-carousel .owl-dots {
    margin-top: 2rem;
}

.item-lista {
    display: flex;
    align-items: end;
}

.item-lista .num {
    font-size: 76px;
    font-weight: 700;
    margin-right: 1rem;
    line-height: 1;
}

.item-lista img {
    position: absolute;
}

#accordionExampleAcc .accordion-item{
    border: none;
}

#accordionExampleAcc .accordion-button {
    border-radius: 24px;
    border: 1px solid rgba(0, 30, 39, 0.20);
    background: rgba(217, 217, 217, 0.30);
    font-weight: 700;
}

#accordionExampleAcc .accordion-button:not(.collapsed) {
    border-radius: 1.5rem 1.5rem 0 0;
    background: #25D366;
    color: #fff;
}

.nav-desktop.bg-white .cta, 
.nav-desktop.bg-white .items-menu a {
    color: #001E27;
    font-weight: 700;
    font-size: 1rem;
}

a.cta.transparent-cta {
    color: #fff;
    border-color: #00E2F4;
}

a.cta.transparent-cta:hover {
    box-shadow: 0px 6px 0px 0px rgba(0, 226, 244, .4);
}

.accordion-button .ico {
    background: rgba(37, 211, 102, 0.30);
}

.accordion-button:not(.collapsed) .ico {
    background: rgba(37, 211, 102, 1);
}

.accordion-button.collapsed .ico svg {
    filter: brightness(0) invert(1);
}

.progrees-timer::-webkit-progress-value {
    background: rgba(37, 211, 102, 1);
}

.progrees-timer {
    background: rgba(37, 211, 102, 0.30);
}

.sec-faq.sec-faq-timer .accordion .accordion-item {
    background-color: transparent;
}

.sec-faq.sec-faq-timer .accordion .accordion-item *{
    color: #fff;
}

.sec-faq.sec-faq-timer .accordion .accordion-button::after {
    filter: brightness(0) invert(1);
}

@media(min-width: 768px) {
    .item-lista img:first-child {
        top: 90%;
        left: -8%;
        width: 40px;
    }

    .item-lista img:nth-child(2) {
        top: 100%;
        right: 0%;
        width: 80px;
    }
}

@media(min-width: 992px) {
    .timer div {
        width: unset;
        min-width: 160px;
    }

    .cards-tab li {
        flex-grow: 1;
    }

    .cards-tab .nav-tabs .nav-link {
        border-radius: 32px 32px 0px 0px;
        border: 1px solid rgba(0, 30, 39, 0.20);
        background: rgba(0, 30, 39, 0.05);
        text-align: center;
        color: #001E27;
    }

    .cards-tab .nav-tabs .nav-link.active {
        background-color: #25D366;
        border-color: #25D366;
        color: #fff;
        font-weight: 700;
    }

    .webp .sec-faq:not(.sec-faq-timer) {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%), url(/assets/images/lancamento-wpp/webp/bg-fundo-faq2.webp);
    }

    .no-webp .sec-faq:not(.sec-faq-timer) {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%), url(/assets/images/lancamento-wpp/bg-fundo-faq2.png);
    }

    .sec-faq:not(.sec-faq-timer) img.img-fluid {
        width: 80%;
    }

    .item-lista img:nth-child(2) {
        right: 30%;
    }

    .sec-faq.sec-faq-timer {
        background-image: url(/assets/images/lancamento-wpp/playsneonsazul.png);
        background-position: 0% 40%;
        background-repeat: no-repeat;
        background-size: 55%;
    }
}



@media(max-width: 435px) {
    .item-lista .num {
        font-size: 2rem;
    }

    .item-lista img:first-child {
        top: 50%;
        left: -12%;
        width: 60px;
        transform: rotate(340deg);
    }
    
    .item-lista img:nth-child(2) {
        top: 10%;
        right: -10%;
        width: 80px;
    }

    .row-overflow {
        overflow: hidden;
    }
}