.bg-wpp:not(.cta) {
    border-radius: 8px;
    background: rgba(37, 211, 102, 0.30);
    border-radius: .5rem;
    font-size: 14px;
    width: max-content;
    color: #fff;
}

.cta.green-cta.bg-wpp {
    background-color: #25D366;
    border-color: #25D366;
}

.webp .banner.banner-lanc-wpp {
    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-banner-mob.webp);
    background-size: cover;
    background-position: 0 0;
}

.no-webp .banner.banner-lanc-wpp {
    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-banner-mob.png);
    background-size: cover;
    background-position: 0 0;
}

.banner.banner-lanc-wpp .baloes {
    position: absolute;
    width: 50%;
}

.banner.banner-lanc-wpp .baloes img+img {
    margin-top: .5rem;
}

.banner.banner-lanc-wpp .baloes img {
    opacity: 0;
    animation: aparecerBalao 1s forwards;
}

.banner.banner-lanc-wpp .baloes img:nth-child(1) {
    animation-delay: 0s;
}

.banner.banner-lanc-wpp .baloes img:nth-child(2) {
    animation-delay: 1s;
}

.banner.banner-lanc-wpp .baloes img:nth-child(3) {
    animation-delay: 2s;
}

.banner.banner-lanc-wpp .baloes img:nth-child(4) {
    animation-delay: 3s;
}

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

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

@keyframes aparecerBalao {
    to {
        opacity: 1;
    }
}

.sec-cards-tab .cards-tab .nav-item.nav-item-wpp .nav-link.active,
.sec-cards-tab .cards-tab .nav-item.nav-item-wpp .nav-link {
    background: rgba(37, 211, 102, 0.15);
}

.sec-cards-tab .cards-tab .nav-item.nav-item-wpp .nav-link a {
    display: none;
}

.sec-cards-tab .cards-tab .nav-item.nav-item-wpp .nav-link.active a {
    display: block;
}

@media(min-width: 768px) {
    .banner.banner-lanc-wpp .baloes {
        top: 30%;
        left: -10%;
    }

    .banner.banner-lanc-wpp { 
        padding-bottom: 0;
    }

    .banner.banner-lanc-wpp .col-lg-6:first-child {
        padding: 3rem 0;
    }
}

@media(min-width: 992px) {
    .no-webp .banner.banner-lanc-wpp {
        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-desk.png);
        background-size: 105%;
        background-position: 0 -5px;
    }

    .webp .banner.banner-lanc-wpp {
        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-desk.webp);
        background-size: 105%;
        background-position: 0 -5px;
    }

    .banner.banner-lanc-wpp h1 {
        font-size: 2rem;
    }

    .banner.banner-lanc-wpp img.persona {
        width: 85%;
    }

    .banner.banner-lanc-wpp .col-lg-6:first-child {
        padding: 6rem 0;
    }

    section.cabecalho-wpp.bg-verde-wpp.ativo {
        position: sticky;
        width: 100%;
        top: 0;
        z-index: 99;
        min-height: 70px;
        background-color: #25D366 !important;
    }

    .banner.banner-lanc-wpp .baloes {
        left: 0%;
        top: 25%;
    }
}

@media(min-width: 1322px) {
    .banner.banner-lanc-wpp h1 {
        font-size: 2.5rem;
    }
    
    .banner.banner-lanc-wpp .baloes {
        left: -2%;
        top: 30%;
    }
    
    .banner.banner-lanc-wpp img.persona {
        width: 80%;
    }
}

@media(min-width: 1400px) {
    .banner.banner-lanc-wpp img.persona {
        width: 85%;
    }

    .banner.banner-lanc-wpp h1 {
        font-size: 3rem;
    }
}


@media(max-width: 435px) {
    .banner.banner-lanc-wpp {
        padding: 3rem 0 0;
    }

    .banner.banner-lanc-wpp img.persona {
        position: relative;
        width: 70%;
        z-index: 0;
    }

    .banner.banner-lanc-wpp .baloes {
        top: 3rem;
        left: 1rem;
        z-index: 1;
    }

    .banner.banner-lanc-wpp .baloes img:nth-child(1) {
        max-width: 95%;
    }

    .banner.banner-lanc-wpp .baloes img:nth-child(3) {
        max-width: 80%;
    }
}