*, *::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 {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #000
}

.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: block !important
}

@media (max-width: 520px) {
    .desktop-only {
        display: none !important
    }
}

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

.btn {
    background-color: #fff0;
    background-image: linear-gradient(329deg, #259B00 12%, #2EFF0E 73%);
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    border-radius: 40px;
    padding: 13px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    max-width: 80%;
    margin: 50px 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: 19px;
        padding: 19px;
        max-width: 46%;
        background-image: linear-gradient(180deg, #259B00 0%, #2EFF0E 100%)
    }
}

.white {
    color: #fff
}

.aviso {
    background-color: red;
    width: 100%;
    padding: 10px 0
}

.aviso__text {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    max-width: 95%;
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase
}

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

.video__container {
    padding: 50px 10px 30px
}

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

.video__container div {
    margin: 0 auto !important
}

.video__title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

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

.video__title span {
    color: #00F3FF
}

.dobra1 {
    background-image: url(../images/bg-2-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 678px;
    display: flex;
    align-items: end;
    justify-content: center
}

@media (min-width: 900px) {
    .dobra1 {
        background-image: url(../images/bg-2.png);
        height: 968px;
        align-items: center;
        justify-content: start
    }
}

.dobra1__container {
    padding: 0 10px
}

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

.dobra1__box {
    display: grid;
    max-width: 100%;
    gap: 20px;
    padding: 0 10px
}

@media (min-width: 900px) {
    .dobra1__box {
        max-width: 50%;
        margin: 0;
        padding: 0
    }
}

.dobra1__title {
    color: #fff;
    font-size: 19px;
    line-height: 19px;
    font-weight: 600;
    text-align: center
}

@media (min-width: 900px) {
    .dobra1__title {
        font-size: 32px;
        line-height: 32px;
        text-align: left;
        max-width: 89%
    }
}

.dobra1__title span {
    color: #00F3FF
}

.dobra1__text {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
    max-width: 100%
}

@media (min-width: 900px) {
    .dobra1__text {
        text-align: left;
        font-size: 22px;
        line-height: 22px;
        max-width: 92%
    }
}

.dobra1__btn {
    margin-top: 0;
    max-width: 284px
}

@media (min-width: 900px) {
    .dobra1__btn {
        max-width: 64%;
        margin: 0
    }
}

.dobra2__container {
    padding: 40px 10px 80px
}

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

.dobra2__title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    max-width: 100%;
    text-align: center
}

@media (min-width: 900px) {
    .dobra2__title {
        font-size: 32px;
        line-height: 32px;
        max-width: 750px;
        margin: 0 auto
    }
}

.dobra2__title span {
    color: #00F3FF
}

.dobra2 .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-top: 40px;
    padding: 0 15px
}

@media (min-width: 900px) {
    .dobra2 .card {
        flex-direction: row;
        margin-top: 43px;
        padding: 0
    }
}

.dobra2 .card__item {
    background-color: #141414;
    padding: 26px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00F3FF;
    border-radius: 24px;
    flex: 1 1 30%
}

@media (min-width: 900px) {
    .dobra2 .card__item {
        padding: 34px
    }
}

.dobra2 .card__item:nth-of-type(4), .dobra2 .card__item:nth-of-type(5) {
    max-width: 100%
}

@media (min-width: 900px) {
    .dobra2 .card__item:nth-of-type(4), .dobra2 .card__item:nth-of-type(5) {
        max-width: 376.2px
    }
}

.dobra2 .card__icon {
    width: 50px;
    height: 50px;
    fill: #fff;
    display: block;
    margin: 0 auto
}

.dobra2 .card__title {
    margin: 15px 0;
    color: #00F3FF;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px
}

.dobra2 .card__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #C2C2C2;
    text-align: center
}

.resultados__container {
    position: relative;
    padding: 36px 10px
}

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

.resultados__title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600
}

@media (min-width: 900px) {
    .resultados__title {
        margin-bottom: 40px;
        font-size: 34px;
        line-height: 34px
    }
}

.resultados__title span {
    color: #00F3FF
}

.aprender__container {
    padding: 16px 10px 11px;
    position: relative
}

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

.aprender__title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600
}

@media (min-width: 900px) {
    .aprender__title {
        margin-bottom: 40px;
        font-size: 34px;
        line-height: 34px
    }
}

.aprender__title span {
    color: #00F3FF
}

.checkout {
    background-image: url(../images/bgpagamento.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.checkout::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .87
}

.checkout__container {
    padding: 30px 10px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (min-width: 900px) {
    .checkout__container {
        padding: 100px 0;
        flex-direction: row
    }
}

.checkout__left {
    width: 100%;
    margin-bottom: 40px;
    padding: 10px
}

@media (min-width: 900px) {
    .checkout__left {
        width: 50%;
        margin-bottom: 0;
        padding: 0
    }
}

.checkout__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 47px;
    text-align: center
}

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

.checkout__title span {
    color: #00F3FF
}

.checkout__item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px
}

.checkout__icon {
    width: 14px;
    height: 14px;
    fill: #2F0
}

.checkout__text {
    font-size: 17px;
    line-height: 25.5px;
    font-weight: 400
}

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

.checkout__right {
    width: 100%;
    background-color: #0A0A0A;
    border-radius: 30px;
    border: 2px solid #00F3FF;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px
}

@media (min-width: 900px) {
    .checkout__right {
        width: 44%;
        padding: 51px
    }
}

.checkout__data {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400
}

.checkout__preco-de {
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    color: #FD0000
}

@media (min-width: 900px) {
    .checkout__preco-de {
        font-size: 58px;
        line-height: 58px
    }
}

.checkout__por {
    font-size: 17px;
    line-height: 17px;
    font-weight: 400
}

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

.checkout__preco {
    color: #00FF19;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600
}

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

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

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

.checkout__btn {
    margin: 0;
    max-width: 100%;
    width: 85%
}

@media (min-width: 900px) {
    .checkout__btn {
        width: 100%
    }
}

.garantia__container {
    padding: 30px 10px 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (min-width: 900px) {
    .garantia__container {
        padding: 40px 0 200px;
        flex-direction: row
    }
}

.garantia__left {
    flex: 1
}

.garantia__right {
    flex: 1;
    padding: 10px
}

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

.garantia__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center
}

@media (min-width: 900px) {
    .garantia__title {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 47px;
        text-align: left
    }
}

.garantia__title span {
    color: #00F3FF
}

.garantia__text {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-align: center
}

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

.garantia__btn {
    margin: 25px auto;
    max-width: 90%
}

@media (min-width: 900px) {
    .garantia__btn {
        max-width: 70%;
        margin: 25px 0
    }
}

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

.divisor {
    background-color: #fff0;
    background-image: linear-gradient(251deg, #00EEFF 0%, #f2295b 100%);
    padding: 10px
}

.swiper, .swiper2 {
    max-width: 180px;
    width: calc(100% - 60px)
}

@media (min-width: 500px) and (max-width: 899px) {
    .swiper, .swiper2 {
        max-width: 494px
    }
}

@media (min-width: 900px) {
    .swiper, .swiper2 {
        max-width: 780px
    }
}

.swiper-slide {
    max-width: 100%
}

@media (min-width: 900px) {
    .swiper-slide {
        max-width: 246.66px
    }
}

.seta-prev, .seta-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.seta-prev svg, .seta-next svg {
    width: 25px;
    height: 25px;
    cursor: pointer;
    fill: hsl(0 0% 93% / .9)
}

.seta-prev {
    left: 10px
}

@media (min-width: 900px) {
    .seta-prev {
        left: 0
    }
}

.seta-next {
    right: 10px
}

@media (min-width: 900px) {
    .seta-next {
        right: 0
    }
}

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

.in-view {
    opacity: 1
}

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

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

.esconder {
    display: none
}