*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

body {
    box-sizing: border-box
}

img {
    max-width: 100%;
    display: block
}

ul,
ul li {
    list-style: none
}

body,
body html {
    background-color: #000;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow: hidden
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto
}

.mobile-only {
    display: block !important
}

@media (min-width: 900px) {
    .mobile-only {
        display: none !important
    }
}

.desktop-only {
    display: none !important
}

@media (min-width: 900px) {
    .desktop-only {
        display: block !important
    }
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

.btn {
    background-color: #F66500;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    border-radius: 36px;
    padding: 20px 16px;
    text-decoration: none;
    display: block;
    max-width: 90%;
    margin: 80px auto 40px;
    text-align: center;
    transition: all 0.3s;
    animation: animacao-btn 1.2s infinite ease-in-out
}

@media (min-width: 900px) {
    .btn {
        font-size: 21px;
        max-width: 61%
    }
}

@keyframes animacao-btn {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.08)
    }

    100% {
        transform: scale(1)
    }
}

.white {
    color: #fff
}

.center {
    text-align: center
}

h1 span {
    color: gold
}

.title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600
}

@media (min-width: 900px) {
    .title {
        font-size: 30px;
        line-height: 30px
    }
}

.subtitle {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #CCC
}

@media (min-width: 900px) {
    .subtitle {
        font-size: 17px;
        line-height: 17px
    }
}

.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px
}

@media (min-width: 900px) {
    .flex {
        flex-direction: row
    }
}

.divisor {
    background-color: #fff0;
    background-image: radial-gradient(at center center, #FF5353 0%, #000000 78%);
    padding: 10px 0
}

.aviso {
    background-color: #B90101;
    width: 100%;
    padding: 15px 0
}

.aviso__text {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    max-width: 95%;
    margin: 0 auto;
    font-weight: 700;
    font-family: "Helvetica", Sans-serif
}

@media (min-width: 900px) {
    .aviso__text {
        font-size: 21px;
        line-height: 21px
    }
}

.video {
    background-color: #070606;
    background-image: url(../images/bg-desktop.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.video__container {
    padding: 60px 10px 0;
    max-width: 800px
}

@media (min-width: 900px) {
    .video__container {
        padding: 50px 0 40px
    }
}

.video__container div {
    margin: 0 auto !important
}

.video__title,
.video__subtitle {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    max-width: 100%;
    margin: 0 auto
}

@media (min-width: 900px) {

    .video__title,
    .video__subtitle {
        font-size: 30px;
        line-height: 30px;
        max-width: 690px
    }
}

.video__subtitle {
    margin: 20px auto
}

@media (min-width: 900px) {
    .video__subtitle {
        margin: 28px auto 45px
    }
}

.video__text {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 35px
}

@media (min-width: 900px) {
    .video__text {
        font-size: 18px
    }
}

.video__text span {
    color: gold;
    text-decoration: underline
}

.alunos__container {
    padding: 30px 15px 27px
}

@media (min-width: 900px) {
    .alunos__container {
        padding: 80px 0 100px
    }
}

.alunos__text {
    color: gold;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block
}

@media (min-width: 900px) {
    .alunos__text {
        font-size: 19px
    }
}

.alunos__title {
    margin: 20px auto;
    max-width: 100%
}

@media (min-width: 900px) {
    .alunos__title {
        max-width: 638px
    }
}

.alunos__subtitle {
    margin: 0 auto;
    max-width: 100%
}

@media (min-width: 900px) {
    .alunos__subtitle {
        max-width: 923px
    }
}

.alunos__slides {
    position: relative;
    padding: 0 20px;
    margin-top: 30px
}

.alunos .swiper-slide iframe {
    max-width: 100%;
    max-height: 227px
}

.alunos .swiper-button-next-alunos,
.alunos .swiper-button-prev-alunos {
    fill: hsl(0 0% 93% / .9);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer
}

.alunos .swiper-button-prev-alunos {
    left: 0
}

.alunos .swiper-button-next-alunos {
    right: 0
}

.alunos__lista-images {
    padding: 50px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px
}

@media (min-width: 900px) {
    .alunos__lista-images {
        flex-direction: row
    }
}

.alunos__image {
    max-width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #810000;
    border-radius: 12px
}

@media (min-width: 900px) {
    .alunos__image {
        max-width: 270px
    }
}

@media (min-width: 900px) {
    .alunos__btn {
        max-width: 44%
    }
}

.cards__container {
    padding: 0 15px 65px
}

@media (min-width: 900px) {
    .cards__container {
        padding: 0 0 80px
    }
}

.cards__three {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 20px
}

@media (min-width: 600px) and (max-width: 899px) {
    .cards__three {
        padding: 0 10px
    }
}

@media (min-width: 900px) {
    .cards__three {
        flex-direction: row
    }
}

.cards__three:first-of-type {
    margin-bottom: 20px
}

.cards__item {
    padding: 30px;
    position: relative;
    background: #0E0E0E;
    border-radius: 16px;
    box-shadow: 0 0 20px rgb(0 0 0 / .5);
    border: 1px solid red;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 900px) {
    .cards__item {
        width: 33.3333%
    }
}

.cards__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 7px;
    border-radius: 10px;
    background: linear-gradient(90deg, #ff0000, #ff6a00);
    box-shadow: 0 10px 30px red;
    z-index: 2
}

.cards__icon {
    width: 50px;
    height: 50px;
    fill: gold;
    margin: 0 auto;
    display: block
}

.cards__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: gold;
    margin: 28px 0 16px
}

@media (min-width: 900px) {
    .cards__title {
        font-size: 28px
    }
}

.cards__text {
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 400;
    color: #E7E7E7
}

@media (min-width: 900px) {
    .cards__text {
        font-size: 16px;
        line-height: 24px
    }
}

.metodo__container {
    padding: 40px 15px 30px
}

@media (min-width: 900px) {
    .metodo__container {
        padding: 100px 0 40px
    }
}

.metodo__text {
    color: gold;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block
}

@media (min-width: 900px) {
    .metodo__text {
        font-size: 19px
    }
}

.metodo__title {
    margin: 15px auto 40px;
    max-width: 100%
}

@media (min-width: 900px) {
    .metodo__title {
        max-width: 638px
    }
}

.metodo__cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 20px
}

@media (min-width: 900px) {
    .metodo__cards {
        flex-direction: row
    }
}

.metodo__item:not(:first-of-type) {
    background-color: #181818;
    padding: 22px;
    border-radius: 14px;
    padding: 30px 22px
}

.metodo__item {
    width: 100%
}

@media (min-width: 900px) {
    .metodo__item {
        max-width: 46%
    }
}

.metodo__item:nth-of-type(2) {
    align-self: center;
    padding: 22px
}

.metodo__item-title {
    color: gold;
    font-size: 23px;
    line-height: 23px;
    font-weight: 600
}

.metodo__item-subtitle {
    font-size: 23px;
    line-height: 23px;
    font-weight: 600;
    margin: 5px 0 18px
}

.metodo__item-text {
    font-size: 13px;
    font-weight: 400
}

.exclusiva__container {
    padding: 32px 15px 30px
}

@media (min-width: 900px) {
    .exclusiva__container {
        padding: 90px 0 40px
    }
}

.exclusiva__title {
    max-width: 100%;
    margin: 0 auto
}

@media (min-width: 900px) {
    .exclusiva__title {
        max-width: 638px
    }
}

.exclusiva__subtitle {
    margin: 20px auto 50px;
    max-width: 100%
}

@media (min-width: 900px) {
    .exclusiva__subtitle {
        max-width: 923px
    }
}

.exclusiva__images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

@media (min-width: 900px) {
    .exclusiva__images {
        flex-direction: row
    }
}

.exclusiva__image {
    max-width: 359px;
    width: 100%
}

.alvo__container {
    padding: 32px 15px 30px
}

@media (min-width: 900px) {
    .alvo__container {
        padding: 70px 0 40px
    }
}

.alvo__subtitle {
    margin: 30px auto 20px;
    max-width: 100%
}

@media (min-width: 900px) {
    .alvo__subtitle {
        max-width: 923px
    }
}

.alvo__text {
    font-size: 19px;
    font-weight: 600;
    color: gold
}

@media (min-width: 900px) {
    .alvo__text {
        font-size: 29px
    }
}

.alvo__images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px
}

@media (min-width: 900px) {
    .alvo__images {
        flex-direction: row
    }
}

.alvo__image {
    max-width: 265px;
    width: 100%
}

.bonus__container {
    padding: 30px 15px 50px
}

@media (min-width: 900px) {
    .bonus__container {
        padding: 55px 0 75px
    }
}

.bonus__images {
    margin: 40px 0
}

.bonus__image {
    max-width: 359px;
    width: 100%
}

.bonus__paragraph {
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
    color: #CCC;
    max-width: 100%
}

@media (min-width: 900px) {
    .bonus__paragraph {
        font-size: 15px;
        line-height: 15px;
        max-width: 50%
    }
}

.bonus__subtitle {
    margin-top: 45px
}

.ferramentas__container {
    padding: 60px 15px
}

@media (min-width: 900px) {
    .ferramentas__container {
        padding: 60px 0 70px
    }
}

.ferramentas__image {
    max-width: 223px;
    margin: 0 auto
}

.ferramentas__title {
    margin: 20px 0
}

.ferramentas__subtitle {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #949494
}

@media (min-width: 900px) {
    .ferramentas__subtitle {
        font-size: 25px;
        line-height: 25px
    }
}

.ferramentas__text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #949494;
    max-width: 100%;
    margin: 20px auto 0
}

@media (min-width: 900px) {
    .ferramentas__text {
        font-size: 17px;
        line-height: 17px;
        max-width: 627px
    }
}

.ferramentas__text-box {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    padding: 25px 25px 40px;
    border-radius: 15px;
    border: 1px solid #ddd;
    background-color: #161616;
    max-width: 100%;
    margin: 35px auto 40px
}

@media (min-width: 900px) {
    .ferramentas__text-box {
        font-size: 20px;
        line-height: 20px;
        max-width: 627px
    }
}

.ferramentas__text-box span {
    color: gold;
    font-weight: 700
}

.ferramentas__text-subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    max-width: 100%;
    margin: 0 auto
}

@media (min-width: 900px) {
    .ferramentas__text-subtitle {
        max-width: 809px;
        font-size: 25px;
        line-height: 25px
    }
}

.ferramentas__box {
    margin: 40px 0 55px;
    flex-wrap: wrap
}

.ferramentas__item {
    max-width: 359px;
    width: 100%
}

.ferramentas__paragraph {
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #979797
}

@media (min-width: 900px) {
    .ferramentas__paragraph {
        font-size: 17px;
        line-height: 17px
    }
}

.checkout__container {
    padding: 40px 15px
}

@media (min-width: 900px) {
    .checkout__container {
        padding: 68px 0
    }
}

.checkout__title {
    color: gold
}

.checkout__subtitle {
    margin: 30px 0
}

.checkout__text {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 40px
}

@media (min-width: 900px) {
    .checkout__text {
        font-size: 22px;
        line-height: 22px
    }
}

.checkout__image {
    max-width: 100%;
    transition: all 0.3s;
    animation: animacao-imagem 1.5s infinite ease-in-out;
    margin: 0 auto
}

@media (min-width: 900px) {
    .checkout__image {
        max-width: 560px
    }
}

@keyframes animacao-imagem {
    0% {
        transform: scale(1)
    }

    70% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

.checkout__paragraph {
    margin: 50px auto;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #979797;
    max-width: 100%
}

@media (min-width: 900px) {
    .checkout__paragraph {
        font-size: 17px;
        line-height: 17px;
        max-width: 775px
    }
}

.checkout__garantia {
    max-width: 800px;
    margin: 0 auto;
    width: 100%
}

.mentor__container {
    max-width: 1282px;
    padding: 0 15px 30px
}

@media (min-width: 900px) {
    .mentor__container {
        padding: 0 0 50px
    }
}

.mentor__left {
    max-width: 100%;
    padding: 10px;
    order: 2
}

@media (min-width: 900px) {
    .mentor__left {
        order: 1;
        max-width: 50%
    }
}

.mentor__title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: gold;
    text-align: center;
    padding: 20px 0
}

@media (min-width: 900px) {
    .mentor__title {
        font-size: 29px;
        line-height: 29px;
        text-align: left;
        padding: 0 0 20px
    }
}

.mentor__paragraph {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #979797;
    text-align: center
}

@media (min-width: 900px) {
    .mentor__paragraph {
        font-size: 17px;
        line-height: 17px;
        text-align: left
    }
}

.mentor__right {
    max-width: 100%;
    order: 1;
    padding: 10px
}

@media (min-width: 900px) {
    .mentor__right {
        order: 2;
        max-width: 50%
    }
}

.mentor__image {
    border-radius: 22px
}

.mentor .swiper-button-prev-mentor svg,
.mentor .swiper-button-next-mentor svg {
    width: 24.22px;
    height: 24.22px;
    fill: gold;
    cursor: pointer
}

.canais__container {
    padding: 10px 15px 40px
}

@media (min-width: 900px) {
    .canais__container {
        padding: 10px 15px 50px
    }
}

.canais__title {
    font-size: 23px;
    line-height: 23px;
    font-weight: 600;
    color: gold;
    margin: 10px 0 50px
}

@media (min-width: 900px) {
    .canais__title {
        font-size: 29px
    }
}

.canais__image {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

.canais__image--mobile {
    margin: 0 auto 20px;
    width: 93%;
    border-radius: 18px
}

.canais__box {
    max-width: 266px;
    margin: 0 auto
}

.canais__btn {
    margin-top: 50px
}

.rodape__container {
    padding: 70px 15px
}

@media (min-width: 900px) {
    .rodape__container {
        padding: 140px 0
    }
}

.rodape__text {
    max-width: 100%;
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    margin: 0 auto
}

@media (min-width: 900px) {
    .rodape__text {
        max-width: 627px;
        font-size: 12px;
        line-height: 12px
    }
}

.fadeInDown,
.fadeInUp,
.fadeInLeft,
.fadeInRight {
    opacity: 0;
    overflow: hidden;
    transition: opacity 1.9s cubic-bezier(.25, 1, .5, 1), transform 1.9s cubic-bezier(.25, 1, .5, 1)
}

.in-view {
    opacity: 1
}

.fadeInUp {
    transform: translate3D(0, 58%, 0)
}

.fadeInDown {
    transform: translate3D(0, -58%, 0)
}

.fadeInUp.in-view {
    transform: translateY(0)
}

.fadeInDown.in-view {
    transform: translateY(0)
}

.fadeInLeft {
    transform: translate3D(-58%, 0, 0)
}

.fadeInLeft.in-view {
    transform: translate3D(0, 0, 0)
}

.fadeInRight {
    transform: translate3D(58%, 0, 0)
}

.fadeInRight.in-view {
    transform: translateX(0)
}

.esconder {
    display: none;
}