@charset "UTF-8";
/* CSS Document */

/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@100..900&family=Roboto:wght@100..900&family=Sora:wght@100..800&display=swap');

html, body {
    font-family: "Montserrat", sans-serif;
}
/* Reset */

/* Header */
header.header {
    padding: 20px 0;
    background: #030306;
    background: -webkit-linear-gradient(90deg, #17002d 0%, #0A0611 45%, #0A0611 100%);
    background: -moz-linear-gradient(90deg, #17002d 0%, #050508 45%, #0A0611 100%);
    background: linear-gradient(90deg, #17002d 0%, #050508 45%, #0A0611 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17002d", endColorstr="#0A0611", GradientType=1);
    border-bottom: 1px solid #202020;
}
.header img {
    clear: both;
    display: block;
    width: 200px;
    margin: 10px auto 10px auto;
}
/* Header */

/* Principal */
section.principal {
    padding: 70px 0;
    background: #0A0611;
    background: -webkit-linear-gradient(180deg, #050508 0%, #0A0611 45%, #17002d 100%);
    background: -moz-linear-gradient(180deg, #050508 0%, #0A0611 45%, #17002d 100%);
    background: linear-gradient(180deg, #050508 0%, #0A0611 45%, #17002d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A0611", endColorstr="#17002d", GradientType=0);
}
.principal h1 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    text-align: center;
    width: 65%;
    line-height: 54px;
    font-size: 2.5vw;
    font-weight: 400;
    margin: 0 auto 25px auto;
}
.principal .red {
    color: #ff0000;
}
.principal .roxo {
    color: #821ce8;
}
.principal p {
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    width: 60%;
    line-height: 1.5;
    font-weight: 300;
    margin: 0 auto 30px auto;
}
.principal .amarelo {
    color: #FDA800;
}
.principal .verde {
    color: #00ff00;
}
.video-vimeo {
    max-width: 800px;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.video-vimeo iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.audio-box {
    width: 43%;
    padding: 15px 5px;
    background: #131018;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0 auto;
}

.audio-icon i {
    font-size: 24px;
    color: #9b35ff;
    line-height: 1;
}

.audio-box p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 200;
    color: #ffffff;
}
button.cta, a.cta {
    font-family: "Sora", sans-serif;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: fit-content;
    max-width: 830px;
    background: linear-gradient(180deg, #0E8128 0%, #08B823 100%);
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 35px;
    border: none;
    margin: 20px auto 0 auto;
    box-shadow: 0px 0px 80px 0px #43d05884;
    border-radius: 16px;
    cursor: pointer;
    line-height: 1;
}
button.cta .cta-play,
a.cta .cta-play {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: block;
}
/* Animação do degradê */
@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/* Efeito de pulsar */
.blob-cta {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.blob-cta.green {
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: pulse-green 2s infinite;
}
/* Keyframes para o pulse verde */
@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}
.whatsapp-fixo {
    position: fixed;
    right: 28px;
    bottom: 28px;
    width: 62px;
    height: 62px;
    background: #00c853;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 34px;
    z-index: 9999;
    box-shadow: 0 0 25px rgba(0, 200, 83, 0.55);
    transition: all 0.3s ease;
}

.whatsapp-fixo:hover {
    color: #ffffff;
    background: #00b84a;
    transform: scale(1.08);
}
/* Principal */

/* Streamings */
section.streamings {
    padding: 20px 0 20px 0;
    background: #521893;
}
.streamings h1 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 28px;
    width: 85%;
    font-weight: 400;
    line-height: 40px;
    margin: 0px auto 0px auto;
}
.streamings .desk {
    clear: both;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.streamings .mobile {
    display: none;
}
/* Streamings */

/* Depoimentos */
section.depoimentos {
    padding: 100px 0;
    background: #F8F8F8;   
}
.depoimentos h1 {
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 25px auto;
}
.depoimentos .dep {
    clear: both;
    display: block;
    width: 40%;
    margin: 0 auto 50px auto;
}
.depoimentos .box {
    padding: 20px;
    gap: 10px;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 0 auto 35px auto;
    background: #FFFFFFE3;
    border: solid 1px #ECECEC;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
}
.depoimentos .depoimento-card {
    display: flex;
}
.depoimentos .depoimento-card .box {
    flex: 1;
}
.depoimentos .box .top {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
}
.depoimentos p {
    color: #000000;
    font-size: 15px;
    line-height: 1.4;
    margin: 0 auto 15px auto;
}
.depoimentos .box .depo {
    display: block;
    width: 100%;
    border-radius: 8px 8px 8px 8px;
    margin: 0 auto 0 auto;
}
.depoimentos .box-destaque {
    padding: 30px;
    gap: 10px;
    width: 40%;
    margin: 0 auto 35px auto;
    background: #FFFFFFE3;
    border: solid 1px #D8D8D8;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
}
.depoimentos .box-destaque h2 {
    font-family: "Sora", sans-serif;
    font-size: 69px;
    font-weight: 650;
    color: #5A199B;
    margin: 0 auto;
}
.depoimentos .box-destaque p {
    font-family: "Poppins", sans-serif;
    color: #363636;
    font-weight: 500;
    font-size: 17px;
    margin: 0 auto;
}
/* Depoimentos */

/* Funciona */
section.funciona {
    padding: 70px 0;
    background: #0A0611;
    background: -webkit-linear-gradient(180deg, #0d090f 0%, #0A0611 45%, #120426 100%);
    background: -moz-linear-gradient(180deg, #0d090f 0%, #0A0611 45%, #120426 100%);
    background: linear-gradient(180deg, #0d090f 0%, #0A0611 45%, #120426 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A0611", endColorstr="#120426", GradientType=0);   
}
.funciona h1 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 45px auto;
}
.funciona .box {
    padding: 15px;
    gap: 10px;
    width: 360px;
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 0 auto 35px auto;
    background: #430B7A;
    border: solid 1px #A658F3;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.funciona .depoimento-card {
    display: flex;
    justify-content: center;
}

.funciona .depoimento-card .box {
    flex: none;
}
.funciona .box img {
    display: block;
    border-radius: 10px 10px 10px 10px;
    width: 75%;
    margin: 0 auto 0 auto;
}
.funciona h2 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}
.funciona p {
    font-family: "Poppins", sans-serif;
    text-align: center;
    width: 90%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 29px;
    margin: 0 auto 15px auto;
}
.funciona .garantias {
    display: block;
    width: 17%;
    margin: 10px auto 0 auto;
}
/* Funciona */

/* Lançamentos */
section.lançamentos {
    padding: 70px 0;
    background: #0A0611;
    background: -webkit-linear-gradient(180deg, #3E1566 0%, #3E1566 45%, #11002C 100%);
    background: -moz-linear-gradient(180deg, #3E1566 0%, #3E1566 45%, #11002C 100%);
    background: linear-gradient(180deg, #3E1566 0%, #3E1566 45%, #11002C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A0611", endColorstr="#11002C", GradientType=0);   
}
.lançamentos h1 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
    line-height: 47px;
    width: 75%;
    text-align: center;
    margin: 0 auto 20px auto;
}
.lançamentos .green {
    color: #00ff00;
}
.lançamentos p {
    font-family: "Poppins", sans-serif;
    text-align: center;
    width: 90%;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    width: 70%;
    margin: 0 auto 15px auto;
}   
.lançamentos img {
    display: block;
    border-radius: 10px 10px 10px 10px;
    width: 55%;
    margin: 0 auto 0 auto;
}
/* Lançamentos */

/* Canais */
section.canais {
    padding: 30px 0px 30px 0px;
    background: #0A0611;
    background: -webkit-linear-gradient(180deg, #0d090f 0%, #0A0611 45%, #17002d 100%);
    background: -moz-linear-gradient(180deg, #0d090f 0%, #0A0611 45%, #17002d 100%);
    background: linear-gradient(180deg, #0d090f 0%, #0A0611 45%, #17002d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A0611", endColorstr="#17002d", GradientType=0);   
}
.canais h1 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 10px auto;
    padding: 17px 17px 17px 17px;
    border-radius: 10px 10px 10px 10px;
    background: #9665FF;
    background: -webkit-linear-gradient(70deg, #21014C 0%, #9665FF 100%);
    background: -moz-linear-gradient(70deg, #21014C 0%, #9665FF 100%);
    background: linear-gradient(70deg, #21014C 0%, #9665FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A0611", endColorstr="#9665FF", GradientType=0);  
}
.canais p {
    font-family: "Poppins", sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 auto 15px auto;
}
.canais .box {
    padding: 15px;
    gap: 10px;
    width: 360px;
    aspect-ratio: 1 / 1;
    height: auto;
    display: flex;
    flex-direction: column;
}
.canais .depoimento-card {
    display: flex;
    justify-content: center;
}
.canais .depoimento-card .box {
    flex: none;
}
.canais .box img {
    display: block;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    margin: 0 auto 0 auto;
}
/* Canais */

/* Plataformas */
section.plataformas {
    padding: 70px 0;
    background: #ffffff;
}
.plataformas h1 {
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 45px;
    font-weight: 400;
    line-height: 47px;
    width: 50%;
    text-align: center;
    margin: 0 auto 25px auto;
}
.plataformas img {
    display: block;
    border-radius: 18px 18px 18px 18px;
    width: 75%;
    margin: 0 auto 0 auto;
}
.plataformas .garantias {
    display: block;
    width: 15%;
    margin: 10px auto 0 auto;
}
/* Plataformas */

/* Bonus */
section.bonus {
    padding: 80px 0px 80px 0px;
    background: #0A0611;
    background: -webkit-linear-gradient(180deg, #0d090f 0%, #0A0611 45%, #17002d 100%);
    background: -moz-linear-gradient(180deg, #0d090f 0%, #0A0611 45%, #17002d 100%);
    background: linear-gradient(180deg, #0d090f 0%, #0A0611 45%, #17002d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A0611", endColorstr="#17002d", GradientType=0);   
}
.bonus h1 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    color:#400097;
    width: 23%;
    background-color: #F6EDFF;
    padding: 15px 15px 15px 15px;
    border-radius: 40px 40px 40px 40px;
    border: solid 1px #400097;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 auto 10px auto;
}
.bonus h2 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
    line-height: 47px;
    width: 45%;
    text-align: center;
    margin: 0 auto 20px auto;
}
.bonus .green1 {
    color: #00ff00;
}
.bonus p {
    font-family: "Poppins", sans-serif;
    text-align: center;
    width: 90%;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    width: 70%;
    margin: 0 auto 15px auto;
} 
.bonus .bonus-box {
    width: 75%;
    padding: 25px 60px;
    margin: 0 auto 30px auto;
    background: #450978;
    border: 1px solid #a658f3;
    border-radius: 16px;
}
.bonus .bonus-img {
    width: 90%;
    border-radius: 13px;
    display: block;
}
.bonus .bonus-content {
    padding-left: 35px;
}
.bonus .bonus-content h3 {
    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0 0 15px 0;
    line-height: 1.2;
}
.bonus .bonus-content p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    margin: 0 auto 0 auto;
} 
.bonus .garantias {
    display: block;
    width: 15%;
    margin: 10px auto 0 auto;
}
/* Bonus */

/* Planos */
.planos {
    padding: 80px 0;
    background: #f5f5f5;
}
.planos h1 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    color:#400097;
    width: 53%;
    background-color: #F6EDFF;
    padding: 15px 15px 15px 15px;
    border-radius: 40px 40px 40px 40px;
    border: solid 1px #400097;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
}
.planos h2 {
    font-family: "Poppins", sans-serif;
    color: #400097;
    font-size: 35px;
    font-weight: 400;
    line-height: 47px;
    width: 100%;
    text-align: center;
    margin: 0 auto 50px auto;
}
.planos .row {
    row-gap: 10px;
    column-gap: 10px;
    justify-content: center;
}
.planos .row > div {
    width: auto;
}
.plano-card {
    position: relative;
    width: 360px;
    margin: 0 auto;
    background: #191919;
    border-radius: 6px;
    overflow: visible;
    color: #ffffff;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.plano-card.destaque {
    background: #2E025E;
    background: -webkit-linear-gradient(180deg, #400097 0%, #400097 45%, #2E025E 100%);
    background: -moz-linear-gradient(180deg, #400097 0%, #400097 45%, #2E025E 100%);
    background: linear-gradient(180deg, #400097 0%, #400097 45%, #2E025E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#400097", endColorstr="#2E025E", GradientType=0); 
}
.plano-top {
    padding: 35px 40px 25px 40px;
}
.plano-card h3 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 8px 0;
    color: #ffffff;
}
.plano-tag {
    display: block;
    width: fit-content;
    min-width: 150px;
    padding: 5px 22px;
    font-weight: 400;
    margin: 0 auto 28px auto;
    background: #3a3a3a;
    color: #ffffff;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    text-align: center;
}
.plano-tag.verde {
    background: #059700;
}
.plano-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.plano-card ul li {
    font-family: "Manrope", sans-serif;
    position: relative;
    padding-left: 28px;
    margin-bottom: 11px;
    font-size: 12.5px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
}

.plano-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 14px;
    background: #059700;
    color: #111111;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plano-card ul li.disabled {
    color: #888888;
}
.plano-card ul li.disabled::before {
    display: none;
}
.plano-bottom {
    border-top: 1px solid rgba(255,255,255,0.25);
    padding: 22px 38px 38px 38px;
    text-align: center;
}
.preco-antigo {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 10px 0;
}
.plano-bottom h2 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1;
}
.avista {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 20px 0;
}
.btn-plano {
    width: 100%;
    padding: 20px 46px 20px 46px;
    background: linear-gradient(180deg, #0E8128 0%, #08B823 100%);
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto 28px auto;
    cursor: pointer;
    line-height: 1;
    box-shadow: 0px 0px 40px 0px #43d05884;
}
.btn-plano:hover {
    color: #ffffff;
    background: #00c918;
}
.btn-plano .cta-cart {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
}
/* Efeito de pulsar */
.btn-plano.blob-cta {
    transform: scale(1);
}
.btn-plano.blob-cta.green {
    animation: pulse-green 2s infinite;
}
/* Keyframes para o pulse verde */
@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}
.garantia {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
}
.mais-vendido {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 2;
    width: 70%;
}
/* Planos */

/* Devolvemos */
.devolvemos {
    padding: 70px 0;
    background: #191919;
}
.devolvemos-content {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}
.devolvemos-content h2 {
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.15;
    margin: 0;
}
.devolvemos-content h2 span {
    color: #8228ff;
    font-weight: 800;
}
.devolvemos-line {
    width: 170px;
    height: 1px;
    background: #8228ff;
    margin: 25px auto;
}
.devolvemos-content p {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.9;
    margin: 0 auto 30px auto;
    max-width: 570px;
}
.devolvemos-play {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.devolvemos-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}
.devolvemos-info span {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.1;
    margin: 20px 0 0 0;
}
.devolvemos-cards {
    max-width: 650px;
    margin: 0 auto;
}
.devolvemos-box {
    width: 100%;
    padding: 26px 26px;
    margin: 0 0 14px 0;
    background: #1b1b1b;
    border: 1px solid #8228ff;
    border-radius: 10px;
}
.devolvemos-icon {
    margin-bottom: 10px;
}
.devolvemos-icon i {
    font-size: 30px;
    color: #8228ff;
    line-height: 1;
}
.devolvemos-box h3 {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 10px 0;
}
.devolvemos-box p {
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 200;
    color: #ffffff;
    line-height: 1.8;
    margin: 0;
}
/* Devolvemos */

/* Avaliação */
.avaliacao {
    padding: 80px 0;
    background: #161616;
}
.avaliacao h1 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    line-height: 47px;
    width: 30%;
    text-align: center;
    margin: 0 auto 50px auto;
}
.avaliacao .roxo {
    color: #6a0bf0;
}
.nota-avaliacao {
    padding: 80px 0;
    background: #191919;
}
.nota-box {
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    width: 70%;
}
.nota-box h2 {
    font-family: "Sora", sans-serif;
    font-size: 95px;
    font-weight: 600;
    color: #8128ff;
    line-height: 1;
    margin: 0 0 15px 0;
}
.nota-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}
.nota-stars span {
    font-size: 24px;
    color: #8128ff;
    line-height: 1;
}
.star-half {
    position: relative;
    display: inline-block;
}
.star-half .star-bg {
    color: #d9d9d9;
}
.star-half .star-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: #8128ff;
}
.nota-box p {
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
}
.avaliacao-resumo {
    margin: 50px 0;
}
.avaliacao-resumo .nota-box {
    text-align: center;
}
.avaliacao-resumo .hj {
    width: 70%;
    display: block;
    margin-left: 0;
    margin-right: auto;
}
.avaliacao .row-avaliacoes {
    column-gap: 12px;
}
.avaliacao .avaliacao-col {
    width: 250px;
    padding: 0;
}
.avaliacao-card {
    width: 100%;
    padding: 22px;
    margin: 0 0 18px 0;
    background: #ffffff;
    border-radius: 14px;
    color: #000000;
}
.avaliacao-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}
.avaliacao-head h3 {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
.avaliacao-head span {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #555555;
    white-space: nowrap;
}
.avaliacao-stars {
    font-size: 15px;
    color: #f5a623;
    letter-spacing: 1px;
    margin-bottom: 16px;
    line-height: 1;
}
.avaliacao-stars span {
    color: #d8d8d8;
}
.avaliacao-card p {
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
    margin: 0 0 18px 0;
}
.avaliacao-card img {
    width: 100%;
    display: block;
    border-radius: 10px;
    margin: 15px 0 18px 0;
}
.avaliacao-card small {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #444444;
    text-align: right;
    margin-top: 8px;
}
/* Avaliação */

/* Faq */
section.faq-wpp {
    background: #000000;
    padding: 100px 0;
}
.faq-wpp h1 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    color:#821CE8;
    width: 30%;
    background-color: #242424;
    padding: 15px 15px 15px 15px;
    border-radius: 40px 40px 40px 40px;
    border: solid 1px #363636;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 auto 30px auto;
}
.faq-wpp h2 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    line-height: 47px;
    width: 45%;
    text-align: center;
    margin: 0 auto 20px auto;
}
.faq-wpp .green1 {
    color: #00ff00;
}
.accordion-item {
	margin: 0 auto 15px auto;
    border: none;
    border-radius: 0 !important;
    border-bottom: solid 1px #9d24fa;
}
.accordion-header {
    padding: 25px 25px;
    background: #131313;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}
.accordion-content {
	padding: 25px;
	display: none; /* Oculta o conteúdo inicialmente */
    background: #000000;
    color: #ffffff;
}
.arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}
.arrow svg {
    fill: #821CE8;
    width: auto;
    height: 30px;
}
.rotate {
	transform: translateY(-50%) rotate(90deg);
}
.active .accordion-content {
	display: block; /* Exibe o conteúdo quando o item está aberto */
}
/* Faq */

/* Rodapé */
.footer1 {
    padding: 75px 0 65px 0;
    background: #000000;
    border-top: solid 1px #131313;
}
.footer1 .footer-box {
    text-align: left;
}
.footer1 h3 {
    text-align: center;
    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #8a22ff;
    margin: 0 0 15px 0;
    line-height: 1.2;
}
.footer1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    margin: 0 auto 12px auto;
    display: block;
}
.footer1 ul li {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto 4px auto;
    display: flex;
    align-items: center;
    text-align: center;
    display: block;
    gap: 10px;

}
.footer1 ul li i {
    color: #8a22ff;
    font-size: 15px;
}
.footer1 .footer-pagamento {
    max-width: 320px;
    width: 100%;
    display: block;
    margin: 0 auto 25px auto;
}
.footer1 .footer-certificados {
    max-width: 310px;
    width: 100%;
    display: block;
    margin: 0 auto 25px auto;
}
.footer1 .atendimento {
    text-align: center;
}
.footer1 .atendimento p {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 12px 0;
}
.footer1 .atendimento a {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 2px auto;
}
.footer1 .atendimento a i {
    color: #8a22ff;
    font-size: 17px;
}
/* Rodapé */

/* Rodapé 2 */
.footer2 {
    padding: 35px 0 45px 0;
    background: #0A0A0A;
    border-top: solid 1px #131313;
}
.footer2 img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 25px auto;
}
.footer2 h1 {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 12px auto;
}
.footer2 p {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 400;
    width: 50%;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 12px auto;
}
/* Rodapé 2 */


/* Responsivo */
@media (max-width: 700px) {
    /* Header */
    header.header {
        padding: 15px 0;
    }
    .header img {
        width: 150px;
    }
    /* Header */

    /* Principal */
    section.principal {
        padding: 50px 0;
    }
    .principal h1 {
        font-size: 23px;
        line-height: 1.2;
        width: 90%;
        margin: 0 auto 15px auto;
    }
    .principal p {
        font-size: 15px;
        line-height: 1.4;
        width: 90%;
    }
    .video-vimeo {
        width: 100%;
        height: auto;
    }
    .audio-box {
        width: 90%;
        padding: 15px;
    }
    .audio-icon i {
        font-size: 20px;
    }
    .audio-box p {
        font-size: 13px;
        line-height: 1.2;
    }
    button.cta, a.cta {
        padding: 15px 30px;
        font-size: 14px;
    }
    .whatsapp-fixo {
        right: 18px;
        bottom: 18px;
        width: 56px;
        height: 56px;
        font-size: 30px;
    }
    /* Principal */

    /* Streaming */
    section.streamings {
        padding: 30px 0;
    }
    .streamings h1 {
        text-align: center;
        font-size: 16px;
        line-height: 1.2;
        width: 95%;
        margin: 0 auto 10px auto;
    }
    .streamings .desk {
        display: none;
    }
    .streamings .mobile {
        display: block;
        align-items: center;
        width: 95%;
        margin: 0 auto;
    }
    /* Streaming */

    /* Depoimentos */
    section.depoimentos {
        padding: 30px 0;
    }
    .depoimentos h1 {
        text-align: center;
        font-size: 25px;
        line-height: 1.2;
        width: 95%;
        margin: 0 auto 10px auto;
    }
    .depoimentos .dep {
        width: 90%;
        margin: 0 auto 50px auto;
    }
    .depoimentos .depoimento-card {
        flex-direction: column;
    }
    .depoimentos .box {
        width: 95%;
        margin: 0 auto 15px auto;
    }
    .depoimentos p {
        font-size: 14px;
        line-height: 1.4;
        width: 95%;
        margin: 0 auto 15px auto;
    }
    .depoimentos .box-destaque {
        width: 100%;
        padding: 15px;
        margin: 0 auto 30px auto;
    }
    .depoimentos .box-destaque h2 {
        font-size: 45px;
    }
    .depoimentos .box-destaque p {
        text-align: center;
        font-size: 14px;
        width: 95%;
        margin: 0 auto;
    }
    /* Depoimentos */

    /* Funciona */
    section.funciona {
        padding: 50px 0;
    }
    .funciona h1 {
        font-size: 28px;
        line-height: 1.2;
        width: 90%;
        margin: 0 auto 25px auto;
    }
    .funciona .box {
        width: 90%;
        margin: 0 auto 20px auto;
    }
    .funciona .box img {
        width: 80%;
    }
    .funciona h2 {
        font-size: 20px;
        line-height: 1.2; 
        width: 90%;
        margin: 0 auto;
    }
    .funciona p {
        font-size: 13px;
        line-height: 1.6;   
        width: 95%;
        margin: 0 auto 15px auto;
    }
    .funciona .garantias {
        width: 55%;
        margin: 10px auto 0 auto;
    }   
    /* Funciona */

    /* Lançamentos */
    section.lançamentos {
        padding: 50px 0;
    }
    .lançamentos h1 {
        font-size: 22px;
        line-height: 1.2;
        width: 90%; 
        margin: 0 auto 20px auto;
    }
    .lançamentos p {
        font-size: 14px;
        line-height: 1.6;
        width: 95%;
        margin: 0 auto 10px auto;
    }
    .lançamentos img {
        width: 90%;
    }
    /* Lançamentos */

    /* Canais */
    section.canais {
        padding: 50px 0;
    }
    .canais h1 {
        font-size: 15px;
        line-height: 1.2;
        width: 90%;
        margin: 0 auto 10px auto;
    }
    .canais p {
        font-size: 15px;
        line-height: 1.6;
        width: 95%;
        margin: 0 auto 15px auto;
    }
    .canais .box {
        width: 90%;
        margin: 0 auto 20px auto;
    }
    .canais .depoimento-card {
        flex-direction: column;
    }
    .canais .depoimento-card .box {
        width: 100%;
        margin: 0 auto 15px auto;
    }
    .canais .box img {
        width: 90%;
    }   
    /* Canais */

    /* Plataformas */
    section.plataformas {
        padding: 50px 0;
    }
    .plataformas h1 {
        font-size: 23px;
        line-height: 1.2;
        width: 90%;
        margin: 0 auto 20px auto;
    }
    .plataformas img {
        width: 95%;
    }
    .plataformas .garantias {
        width: 55%;
        margin: 10px auto 0 auto;
    }
    /* Plataformas */

    /* Bonus */
    section.bonus {
        padding: 50px 0;
    }
    .bonus h1 {
        font-size: 12px;
        line-height: 1.2;
        width: 80%;
        margin: 0 auto 10px auto;
    }
    .bonus h2 {
        font-size: 23px;
        line-height: 1.2;
        width: 90%;
        margin: 0 auto 20px auto;
    }
    .bonus p {
        font-size: 14px;
        line-height: 1.6;
        width: 95%;
        margin: 0 auto 10px auto;
    }
    .bonus .bonus-box {
        width: 85%;
        padding: 15px;
        margin: 0 auto 30px auto;
    }
    .bonus .bonus-img {
        width: 80%;
        margin: 0 auto 15px auto;
    }
    .bonus .bonus-content {
        padding-left: 15px;
    }
    .bonus .bonus-content h3 {
        font-size: 17px;
        line-height: 1.2;
        font-weight: 600;
        width: 95%;
        margin: 0 auto 10px auto;
    }
    .bonus .bonus-content p {
        font-size: 13px;
        line-height: 1.6;
        width: 95%;
        margin: 0 auto 10px auto;
    }
    .bonus .garantias {
        width: 55%;
        margin: 10px auto 0 auto;
    }   
    /* Bonus */

    /* Planos */
    section.planos {
        padding: 50px 0;
    }
    .planos h1 {
        font-size: 12px;
        line-height: 1.2;
        width: 80%;
        margin: 0 auto 10px auto;   
    }
    .planos h2 {
        font-size: 34px;
        line-height: 1.2;
        width: 90%;
        margin: 0 auto 30px auto;
    }
    .planos .row {
        display: block;
    }
    .planos .row > div {
        width: 100%;
        margin: 0 auto 20px auto;
    }   
    .plano-card {
        margin-bottom: 25px;
    }
    .plano-card h3 {
        font-size: 30px;
        margin: 10px 0 8px 0;
    }
    .plano-bottom h2 {
        font-size: 40px;
        margin: 0 auto 8px auto;
        text-align: center;
    }
    .avista {
        text-align: center;
        font-size: 14px;
        margin: 0 auto 20px auto;
    }
    .mais-vendido {
        top: -18px;
        width: 90%;
        padding: 10px 22px;
    }
    /* Planos */

    /* Devolvemos */
    section.devolvemos {
        padding: 50px 0;
    }
    .devolvemos-content h2 {
        font-size: 28px;
        line-height: 1.2;
        width: 100%;
        margin: 0 auto 15px auto;
    }
    .devolvemos-content h2 span {
        font-size: 28px;
    }
    .devolvemos-line {
        width: 120px;
        margin: 15px auto;
    }
    .devolvemos-content p {
        font-size: 14px;
        line-height: 1.6;
        width: 95%;
        margin: 0 auto 30px auto;
    }
    .devolvemos-play {
        width: 20px;
        height: 20px;
    }
    .devolvemos-info {
        gap: 15px;
    }
    .devolvemos-info span {
        font-size: 10px;
        margin: 15px 0 25px 0;
    }
    .devolvemos-cards {
        width: 95%;
        margin: 0 auto;
    }
    .devolvemos-box {
        padding: 15px;
    }
    .devolvemos-icon i {
        font-size: 25px;
    }
    .devolvemos-box h3 {
        font-size: 16px;
        line-height: 1.2;
        margin: 0 auto 10px auto;
    }
    .devolvemos-box p {
        font-size: 12px;
        line-height: 1.6;
        width: 95%;
        margin: 0 auto;
    }
    /* Devolvemos */

    /* Avaliação */
    section.avaliacao {
        padding: 50px 0;    
    }
    .avaliacao h1 {
        font-size: 23px;
        line-height: 1.2;
        width: 90%;
        margin: 0 auto 20px auto;
    }
    .avaliacao .roxo {
        font-size: 23px;
        line-height: 1.2;
        width: 90%;
        margin: 0 auto 20px auto;
    }
    .nota-avaliacao {
        padding: 50px 0;
    }
    .nota-box {
        width: 90%;
        margin: 0 auto; 
    }
    .nota-box h2 {
        font-size: 70px;
        margin: -50px auto 15px auto;
    }
    .nota-stars {
        gap: 5px;   
    }
    .nota-box p {
        font-size: 13px;
        line-height: 1.6;
        width: 95%;
        margin: 0 auto 20px auto;
    }
    .avaliacao-resumo .hj {
        width: 70%;
        margin: 0 auto;
    }
    /* Avaliação */

    /* Faq */
    section.faq-wpp {
        padding: 50px 0;        
    }
    .faq-wpp h1 {
        font-size: 12px;
        line-height: 1.2;
        width: 80%;
        margin: 0 auto 10px auto;   
    }
    .faq-wpp h2 {   
        font-size: 23px;
        line-height: 1.2;
        width: 90%;
        margin: 0 auto 20px auto;
    }
    .accordion-item {
        font-size: 14px;
        width: 90%;     
        margin: 0 auto 15px auto;   
    }
    /* Faq */

    /* Rodapés */
    .footer1 {
        padding: 25px 0 35px 0;
    }
    .footer1 .footer-box {
        text-align: center;
    }
    .footer1 h3 {
        font-size: 18px;
        line-height: 1.2;
        margin: 0 auto 15px auto;
    }
    .footer1 ul {
        display: block;
        gap: 0;
    }
    .footer1 ul li {
        display: block;
        margin: 0 auto 4px auto;
    }
    .footer1 .footer-pagamento {
        width: 90%;
        margin: 0 auto 25px auto;
    }
    .footer1 .footer-certificados {
        width: 90%;
        margin: 0 auto 25px auto;
    }
    .footer1 .atendimento p {
        font-size: 11px;
        line-height: 1.4;
        width: 95%;
        margin: 0 auto 12px auto;
    }
    .footer1 .atendimento a {
        font-size: 11px;
        line-height: 1.4;
        width: 95%;
        margin: 0 auto 2px auto;        
    }
    /* Rodapés */

    /* Rodapés */
    .footer2 {
        padding: 25px 0 35px 0;
    }
    .footer2 img {
        width: 150px;
        margin: 0 auto 20px auto;
    }   
    .footer2 h1 {
        font-size: 11px;
        line-height: 1.4;
        width: 95%;
        margin: 0 auto 12px auto;
    }
    .footer2 p {
        font-size: 11px;
        line-height: 1.4;
        width: 95%;
        margin: 0 auto 12px auto;   
    }
    /* Rodapés */
}
/* Responsivo */

