@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kdam+Thmor+Pro&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: PP Neue Montreal;
    src: url('./Assets/ppneuemontreal-bold.woff') format('woff');
}

:root {
    --whiteBackGround: #F2F3F3;
    --blackBackGround: #0C0D0D;

    --whiteFontTitle: rgba(255, 255, 255, 0.9);
    --blackFontTitle: rgba(0, 0, 0, 0.9);

    --whiteFontText: rgba(255, 255, 255, 0.8);
    --blackFontText: rgba(0, 0, 0, 0.8);


    --paddingLeftRight: 0 5%;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

*:focus-visible {
    outline: none;
}

:target {
    outline: none;
}

#preloader {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blackBackGround);
    width: 100%;
    height: 100vh;
    z-index: 99999;
    opacity: 1;
}

.preLoaderSvg {
    width: auto;
    height: 40%;
    stroke-dashoffset: 2000;
    stroke-dasharray: 150 50;
}

.divPai {
    overflow: hidden;
    background: var(--whiteBackGround);
}

h1,
h3 {
    font-family: "PP Neue Montreal", sans-serif;
    color: var(--whiteFontTitle);
}

h1 {
    font-size: clamp(1.75rem, 1rem + 3vw, 4.5rem);
    line-height: 120%;
}

h3 {
    font-size: clamp(1.75rem, 1rem + 3vw, 4rem);
    line-height: 120%;
}

h2 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: clamp(0.88rem, 1rem + 2vw, 1.2rem);
    color: var(--whiteFontTitle);
    line-height: 120%;
}

p {
    font-family: "Inter", sans-serif;
    font-size: clamp(0.88rem, 0.9rem + 0.4vw, 1rem);
    color: var(--whiteFontText);
    line-height: 140%;
}

.botaoBaixar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    width: fit-content;
    perspective: 1000px;

    p {
        color: var(--blackFontText);
    }
}

.botaoBaixar .rotate1,
.rotate2 {
    border-radius: 50px;
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.botaoBaixar .rotate1 {
    background: #fff;
    border: 2px solid rgba(0, 0, 0, .6);
    transform: rotateX(-90deg);
    transform-origin: bottom;
    opacity: 0;
    transition: .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    scale: .6;
}

.botaoBaixar .rotate2 {
    position: absolute;
    background: linear-gradient(45deg, #54FEAF, #2DFF9D);
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
    transition: .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    scale: 1;
}

.botaoBaixar:hover .rotate1 {
    transform: rotateX(0deg);
    opacity: 1;
    scale: 1;
}

.botaoBaixar:hover .rotate2 {
    transform: rotateX(90deg);
    opacity: 0;
    scale: .6;
}

.header {
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 4%;
    padding: var(--paddingLeftRight);
    width: 100%;
    z-index: 98;
}
.iconHeader {
    transition: .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.iconHeader:hover {
    scale: .9;
}

.textColorBGWhite {
    color: #01CB76;
}

.textColorBGDark {
    color: #54FEAF;
}

.botaoBaixarHeader,
.verMais {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    perspective: 1000px;
    white-space: nowrap;

    p {
        color: var(--blackFontText);
    }
}

.botaoBaixarHeader .rotate1,
.botaoBaixarHeader .rotate2,
.verMais .rotate1,
.verMais .rotate2 {
    border-radius: 50px;
    padding: 16px 24px;
}

.botaoBaixarHeader .rotate1,
.verMais .rotate1 {
    background: linear-gradient(45deg, #54FEAF, #2DFF9D);
    transform: rotateX(-90deg);
    transform-origin: bottom;
    opacity: 0;
    transition: .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    scale: .6;
}

.botaoBaixarHeader .rotate2,
.verMais .rotate2 {
    position: absolute;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, .6);
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
    transition: .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    scale: 1;
}

.botaoBaixarHeader:hover .rotate1,
.verMais:hover .rotate1 {
    transform: rotateX(0deg);
    opacity: 1;
    scale: 1;
}

.botaoBaixarHeader:hover .rotate2,
.verMais:hover .rotate2 {
    transform: rotateX(90deg);
    opacity: 0;
    scale: .6;
}



.hero {
    background: radial-gradient(ellipse 200% 85% at 50% 0%,
            #1A8452, #81EFB3);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.divHero01 {
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    h1,
    p {
        text-align: center;
    }

    h1 {
        margin-bottom: 24px;
        width: 57%;
    }

    .textHero {
        margin-bottom: 16px;
        width: 49%;
    }
}

.balaoHero {
    background-color: rgba(255, 255, 255, .2);
    padding: 8px 24px;
    border-radius: 100px;
    margin-bottom: 16px;
}

.divHeroRow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.divHero02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
    width: 100%;
    pointer-events: none;

    svg {
        bottom: 0;
        position: absolute;
        mix-blend-mode: color-dodge;
    }

    .circle01 {
        width: auto;
        height: 100%;
        stroke: rgba(167, 167, 167, 0.15);
        filter: blur(1px);
    }

    .circle02 {
        width: auto;
        height: 125%;
        stroke: rgba(85, 85, 85, 0.1);
        filter: blur(2px);
    }

    .circle03 {
        width: auto;
        height: 150%;
        stroke: rgba(85, 85, 85, 0.05);
        filter: blur(3px);
    }

    .divOverLayer {
        background: radial-gradient(ellipse 150% 95% at 50% 0%,
                #f2f3f300 75%, #f2f3f3);
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .balaoHero01,
    .balaoHero02,
    .balaoHero03 {
        position: absolute;
        height: 18%;
        width: auto;
        z-index: 1;
    }

    .balaoHero01 {
        left: 12%;
    }

    .balaoHero02 {
        right: 18%;
        bottom: 12%
    }

    .balaoHero03 {
        right: 10%;
        top: -12%
    }

    .celularHero {
        height: 120%;
        width: auto;
        z-index: 1;
        position: absolute;
        bottom: -20%;
    }
}

.divSection0203 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 250vh;
    padding: var(--paddingLeftRight);

    h2,
    h3 {
        color: var(--blackFontTitle);
    }

    p {
        color: var(--blackFontText);
    }

}

.section02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    align-self: flex-start;
    width: 50%;
    height: 100vh;
    z-index: 3;

    h2 {
        margin-bottom: 8px;
    }

    h3 {
        margin-bottom: 24px;
    }

    .botaoBaixar {
        margin-top: 16px;
    }
}

.section03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    align-self: flex-end;
    width: 50%;
    height: 100vh;
    z-index: 3;

    h2 {
        margin-bottom: 8px;
    }

    h3 {
        margin-bottom: 24px;
    }

    .botaoBaixar {
        margin-top: 16px;
    }
}

.divJsonAnim01 {
    position: absolute;
    height: 100vh;
    width: auto;
    z-index: 2;
}

.vetorBG {
    position: absolute;
    height: 100%;
    width: auto;
    stroke-dashoffset: 2500;
    stroke-dasharray: 2500;
}

.divTransitionBlack {
    z-index: 5;
}

.klansSvg {
    width: 100%;
    height: auto;
}

.divBlack {
    position: relative;
    z-index: 6;
    background: var(--blackBackGround);
}

.section4 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.slide {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: var(--paddingLeftRight);
    height: 100vh;
    width: 100%;
}

.slide01 {
    opacity: 1;
    z-index: 2;
}

.slide02,
.slide03,
.slide04,
.slide05,
.slide06 {
    opacity: 0;
    z-index: 0;
}

.div01Slide {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 35%;
    height: 100%;

    h2 {
        margin-bottom: 8px;
    }

    h3 {
        margin-bottom: 24px;
    }
}

.divBotaoSC04 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 16px;

    img {
        height: 54px;
        width: auto;
    }
}

.slideImg {
    position: absolute;
    height: 90%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.tr {
    z-index: 5;
    opacity: 0;
}

.divBullets {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 16%;
    left: 0;
    margin: var(--paddingLeftRight);
    gap: 4px;
}

.bullet {
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background: rgba(255, 255, 255, .2);
}

.bullet01 {
    width: 32px;
    background: #54FEAF;
    z-index: 1;
}

.section05 {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.div01Section05 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    padding: var(--paddingLeftRight);

    img {
        height: 90%;
        width: auto;
        z-index: 2;
    }

    svg:nth-of-type(1) {
        position: absolute;
        height: 100%;
        width: auto;
        right: 10%;
        z-index: 0;
    }

    svg:nth-of-type(2) {
        position: absolute;
        height: 25%;
        width: auto;
        right: 3%;
        bottom: 0;
        z-index: 0;
    }
}

.div02Section05 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 50%;
    height: 100%;
    z-index: 2;

    h2 {
        margin-bottom: 8px;
    }

    h3 {
        margin-bottom: 32px;
    }

    ul {
        margin-bottom: 24px;
    }

    li {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        margin-top: 24px;
    }
}

.divSection0607 {
    position: relative;
}

.section06 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 80px 0;
    text-align: center;
    padding: var(--paddingLeftRight);

    h2 {
        margin-bottom: 8px;
    }

    h3 {
        margin-bottom: 24px;
        width: 90%;
    }
}

.divPlanos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    align-items: center;
    margin-top: 80px;
    margin-bottom: 32px;
    gap: 24px;
    /* height: 60vh; */
}

.plano {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    flex: 1;
    background-color: #181B1B;
    border-radius: 8px;
    padding: 32px;
    text-align: start;

    h3 {
        color: #54FEAF;
        font-family: "Inter", sans-serif;
        font-size: 20px;
        font-size: clamp(1.1rem, 0.9rem + 0.4vw, 1.3rem);
        font-weight: 500;
        margin-bottom: 10vh;
    }

    li {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }
}

.divDescricaoPlano {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px 0;

    .botaoBaixar {
        width: 100%;
        justify-content: center;
    }

    .rotate1,
    .rotate2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

.preco {
    font-size: clamp(1.2rem, 0.9rem + 0.4vw, 1.4rem);
    color: var(--whiteFontTitle);
}

.textoSC06 {
    width: 60%;
    margin-bottom: 160px;
}

.section07 {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 120vh;
    background: var(--whiteBackGround);
    border-radius: 32px 32px 0 0;
    padding: var(--paddingLeftRight);
    margin-bottom: -1px;
    h2,
    h3 {
        color: var(--blackFontTitle);
    }

    p {
        color: var(--blackFontText);
    }
}

.div01Section07 {
    height: 100vh;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    h2 {
        margin-bottom: 8px;
    }

    h3 {
        margin-bottom: 32px;
    }

    .botaoBaixar {
        margin-top: 24px;
    }
}

.div02Section07 {
    height: 100vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.garantia {
    position: relative;
    width: auto;
    height: 50%;

    text {
        font-family: "Inter", sans-serif;
        font-size: 19.6px;
        font-weight: 500;
    }
}

.garantiaDias {
    position: absolute;
    inset: 1;
    z-index: 2;
    font-family: "PP Neue Montreal", sans-serif;
    font-size: 14vh;
    color: #54FEAF !important;
}

.texto-rotacionando,
.garantiaEf00 {
    transform-origin: 150px 150px;
}

.garantiaEf {
    transform-origin: 250px 250px;
}

.garantiaEf01,
.garantiaEf02,
.garantiaEf03 {
    position: absolute;
    inset: 1;
}

.section08 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: var(--paddingLeftRight);
    /* margin-top: -100px; */
    user-select: none;

    h2,
    h3 {
        color: var(--blackFontTitle);
    }

    p {
        color: var(--blackFontText);
    }
}

.div01Section08 {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    svg {
        position: absolute;
        inset: 1;
        width: 70%;
        height: auto;
    }

    img {
        width: 70%;
        height: auto;
        animation: imgAnim 3s ease-in-out infinite alternate;
    }
}

@keyframes imgAnim {
    from {
        transform: translateY(-2%);
    }

    to {
        transform: translateY(2%);
    }
}

.div02Section08 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    h2 {
        margin-bottom: 8px;
    }

    h3 {
        margin-bottom: 32px;
    }
}

.divBotaoApp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}


.botaoApp {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    perspective: 1000px;

    p {
        color: var(--blackFontText);
    }
}

.botaoApp .rotate1,
.botaoApp .rotate2 {
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    gap: 16px;
    padding: 16px 24px 16px 16px;
    white-space: nowrap;
}

.botaoApp .rotate1 {
    border: 2px solid rgba(0, 0, 0, .6);
    transform: rotateX(-90deg);
    transform-origin: bottom;
    opacity: 0;
    transition: .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    scale: .6;
}

.botaoApp .rotate2 {
    position: absolute;
    border: 2px solid rgba(0, 0, 0, .6);
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
    transition: .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    scale: 1;
}

.botaoApp:hover .rotate1 {
    transform: rotateX(0deg);
    opacity: 1;
    scale: 1;
}

.botaoApp:hover .rotate2 {
    transform: rotateX(90deg);
    opacity: 0;
    scale: .6;
}

.botaoApp.Android .rotate1 {
    background: linear-gradient(45deg, #fef854, #ffdc2d);
}

.botaoApp.IOS .rotate1 {
    background: linear-gradient(45deg, #54e2fe, #2db2ff);
}



.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    p {
        color: var(--blackFontText);
        margin: 48px 0;
    }

    svg {
        height: 50vh;
        width: auto;
    }
}

.footerInfinite {
    display: flex;
    width: max-content;
    flex-direction: row;
    align-self: start;
    animation: footerLoop 32s linear infinite;

    .klansSvg {
        flex-shrink: 0;
    }

    .klansSvg:first-child {
        margin: 0 160px;
    }
}

@keyframes footerLoop {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

@media(max-width:1024px) {

    .div01Slide {
        width: 50%;
    }

    .divBotaoSC04 {
        gap: 16px;
        margin-top: 16px;

        img {
            height: 42px;
            width: auto;
        }
    }

    .div01Section07 {
        width: 60%;
    }

    .div02Section07 {
        width: 40%;
    }
}

@media (max-width:768px) {

    .header {
        svg {
            height: 5vh;
            width: auto;
        }

        .botaoBaixarHeader {
            display: none;
        }
    }

    .divHero01 {
        padding: var(--paddingLeftRight);

        h1 {
            margin-bottom: 24px;
            width: 100%;
        }

        .textHero {
            margin-bottom: 16px;
            width: 100%;
        }
    }

    .balaoHero01,
    .balaoHero02,
    .balaoHero03 {
        display: none;
    }

    .section02 {
        width: 100%;
        padding: var(--paddingLeftRight);
    }

    .section03 {
        width: 100%;
        padding: var(--paddingLeftRight);
    }


    .divSection0203 {
        position: static;
        display: block;
        height: auto;
        padding: 0;
    }

    .divJsonAnim01 {
        position: static;
    }

    .vetorBG {
        display: none;
    }

    .div01Slide {
        width: 100%;
    }

    .divBotaoSC04 img {
        display: none;
    }

    .section05 {
        height: auto;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
    }

    .div01Section05 {
        height: 80vh;
        width: 100%;

        img {
            height: auto;
            width: 100%;
        }

        svg:nth-of-type(1) {
            height: 100%;
            right: -20%;
        }

        svg:nth-of-type(2) {
            height: 30%;
            right: -25%;
            bottom: -10%;
        }
    }

    .div02Section05 {
        padding: var(--paddingLeftRight);
        height: 90vh;
        width: 100%;
    }

    .section06 {
        align-items: flex-start;
        text-align: start;
    }

    .textoSC06 {
        width: 100%;
        text-align: start;
    }

    .section07 {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        height: 140vh;

    }

    .div01Section07 {
        height: 100vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .div02Section07 {
        width: 100%;
        height: 50vh;
    }

    .garantia {
        position: relative;
        width: auto;
        height: 100%;
    }

    .garantiaEf {
        width: 190%;
        height: auto;
    }

    .section08 {
        flex-direction: column-reverse;
        height: auto;
        margin-top: 50%;
    }

    .div01Section08 {
        width: 100%;
        height: 80vh;

        img,
        svg {
            width: 100%;
        }
    }

    .div02Section08 {
        width: 100%;
        height: 40vh;

        h3 {
            font-size: clamp(3rem, 1rem + 3vw, 4.5rem);
        }
    }

    .divBotaoApp {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer {

        svg {
            height: 25vh;
        }

        p {
            color: var(--blackFontText);
            margin: 5% 0;
        }
    }

    .footerInfinite {
        .klansSvg:first-child {
            margin: 0 40px;
        }
    }
}