@font-face {
    font-family: "Matter";
    src: url("../fonts/Matter-Regular.ttf");
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0px;
    width: 100%;
    font-family: "Matter";
}
body::-webkit-scrollbar{
    width: 8px;
}
body::-webkit-scrollbar-thumb{
    background-color: #8035BB;
    border-radius: 8px;
}
body::-webkit-scrollbar-track{
    background-color: transparent;
}

.secao{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    z-index: -10;
}
.bgSpace{
    background-color: #060A23;
    background-image: url("../img/bg_top.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.navbar{
    width: 100%;
    height: 82px;
    display: flex;
    align-items: center;
    position: relative;
}
.logo{
    margin-left: 98px;
}
.logo img{
    width: 140px;
    height: 48px;
    object-fit: contain;
}
.linksNav{
    margin-left: auto;
    margin-right: auto;
}
.linksNav ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.linksNav ul li{
    margin-left: 22px;
    margin-right: 22px;
}
.linksNav ul li a{
    color: white;
    text-decoration: none;
    transition: all 0.4s;
}
.linksNav ul li a:hover{
    color: #8035BB;
}
.btnsNav{
    margin-right: 98px;
    display: flex;
    align-items: center;
}
.btnNav{
    margin-left: 12px;
    margin-right: 12px;
}
.btnNav button{
    width: 58px;
    height: 48px;
    border-radius: 56px;
    color: white;
    background-color: transparent;
    border: 0px;
    font-weight: 600;
    cursor: pointer;
}
.btnsNav .btnNav:last-child button{
    width: 116px;
}

@keyframes animTopic {
    0%{
        background-position: 0% 50%;
    }
    100%{
        background-position: 100% 50%;
    }
}
.topicTop{
    width: 232px;
    height: 38px;
    border-radius: 28px;
    background-color: #20243C;
    border: 1px solid #2F314A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 78px;
    box-shadow: 0px 4px 20px 0px #1A2625;
    position: relative;
    z-index: 0;
}
.topicTop span{
    background-clip: text;
    color: transparent;
    font-weight: 500;
    background-image: linear-gradient(to right, #CAAAFE, #dd63ff, #C800FF);
    animation: animTopic 1s linear infinite alternate-reverse;
    display: inline-block;
    background-size: 200% 100%;
}
.titleTop{
    margin-top: 24px;
    font-size: 68px;
    font-weight: 700;
    color: white;
    text-align: center;
    width: 70%;
}
.textTop{
    margin-top: 34px;
    width: 32%;
    color: #fbfbfb;
    font-size: 18px;
    text-align: center;
}
.btnTop{
    margin-top: 38px;
}
.btnTop button{
    padding: 16px 34px 16px 34px;
    display: flex;
    align-items: center;
    border: 0px;
    border-radius: 56px;
    color: white;
    font-weight: 550;
    font-size: 16px;
    cursor: pointer;
}
.btnTop a{
    color: white;
    text-decoration: none;
}
.btnTop button img{
    margin-left: 12px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.imgTop{
    margin-top: 82px;
    width: 75%;
}
.imgTop img{
    width: 100%;
    object-fit: cover;
}

.bgGray{
    background-color: #F7F7F8;
    min-height: 288px;
}
.titleStores{
    margin-top: 78px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 34px;
    color: #0A0A0A;
}
.rowStores{
    margin-top: 68px;
    margin-bottom: 68px;
    width: 80%;
    height: 80px ;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.colStores{
    width: 240px;
    border-right: 1px solid #D4D4D4;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    transition: all 1.1s linear;
}
.colStores img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.rowTextsInfo{
    margin-top: 68px;
    width: 85%;
    display: flex;
    align-items: center;
}
.titleInfo{
    width: 25%;
    font-size: 42px;
    font-weight: 700;
    color: #090A0B;
    margin-right: 24px;
}
.textInfo{
    width: 65%;
    font-size: 18px;
    color: #3A3B3C;
}
.rowInfo{
    width: 85%;
    margin-top: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.colInfo{
    width: 100%;
    height: 156px;
    background-color: #F7F7F8;
    border-radius: 10px;
    margin-left: 12px;
    margin-right: 12px;
    box-sizing: border-box;
    padding: 28px;
}
.rowInfo .colInfo:first-child{
    margin-left: 0px;
}
.rowInfo .colInfo:last-child{
    margin-right: 0px;
}
.numberInfo{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8035BB;
    border: 1px solid #AB67E5;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: white;
}
.textColInfo{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #090A0BCC;
}

.titleSection{
    margin-top: 92px;
    font-size: 52px;
    font-weight: 700;
    color: #0D0D12;
    text-align: center;
}
.textSection{
    margin-top: 26px;
    font-size: 18px;
    font-weight: 500;
    color: #3A3B3C;
    text-align: center;
    width: 52%;
}
.rowPresentation{
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.colPresentation{
    margin-left: 8px;
    margin-right: 8px;
}
.topicPresentation{
    width: 364px;
    height: 200px;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 24px;
    border: 1px solid #DFE1E6;
}
.colPresentation .topicPresentation:first-child{
    margin-bottom: 16px;
}
.iconPresentation{
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3EAFD;
    border: 1px solid #C291EF;
}
.iconPresentation img{
    width: 55%;
    height: 55%;
    object-fit: contain;
}
.titlePresentation{
    margin-top: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #0D0D12;
}
.textPresentation{
    margin-top: 16px;
    font-size: 16px;
    color: #666D80;
}
.imgPresentation img{
    width: 400px;
    height: 410px;
    object-fit: cover;
}
.subtitlePresentation{
    margin-top: 48px;
    font-size: 32px;
    font-weight: 600;
    color: #3A3B3C;
}

.rowImpact{
    margin-top: 48px;
    display: flex;
    justify-content: center;
}
.rowImpact .topicPresentation{
    margin-left: 12px;
    margin-right: 12px;
    width: 390px;
}
.imgImpact{
    margin-top: 92px;
    width: 85%;
}
.imgImpact img{
    width: 100%;
    object-fit: cover;
}

.relative{
    position: relative;
    z-index: 20;
    background-color: #662D91;
    margin-bottom: 218px;
}
.imgBorder{
    width: 100%;
    position: absolute;
    z-index: -2;
}
.imgBorder img{
    width: 100%;
    object-fit: cover;
}
.borderTop{
    top: -220px;
}
.borderBottom{
    bottom: -48px;
}
.titlePlans{
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-top: -58px;
}

.ellipse{
    width: 420px;
    height: 420px;
    background-color: #9547D6;
    filter: blur(118px);
    position: absolute;
    z-index: -1;
    border-radius: 100%;
}
.e-1{
    left: 178px;
}
.e-2{
    left: 528px;
}
.e-3{
    left: 928px;
}

.selectPeriod{
    width: 250px;
    height: 40px;
    background-color: #3C115A;
    border: 1px solid #59287B;
    border-radius: 60px;
    margin-top: 38px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
    padding: 4px;
}
.btnSelectPeriod{
    width: 100%;
    height: 100%;
    color: #9547D6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
.bgSelectPeriod{
    width: 50%;
    height: 32px;
    background-color: white;
    border-radius: 60px;
    position: absolute;
    z-index: -1;
}
.rowPrices{
    margin-top: 68px;
    margin-bottom: -128px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan{
    width: 384px;
    height: 620px;
    margin-left: 16px;
    margin-right: 16px;
    background-color: white;
    border: 1px solid #E8E8E8;
    border-radius: 24px;
    box-shadow: 0px 4px 40px 0px #D7E4F975;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.namePlan{
    margin-top: 24px;
    width: 85%;
    font-size: 24px;
    font-weight: 580;
    color: #271454;
}
.pricePlan{
    margin-top: 36px;
    font-size: 30px;
    font-weight: 600;
    color: #5E5E6F;
    width: 85%;
}
.pricePlan strong{
    color: #090A0B;
}
.pricePlan span{
    margin-left: 8px;
    font-size: 14px;
    color: #5E5E6F;
}
.descPlan{
    margin-top: 36px;
    font-size: 14px;
    color: #5E5E6F;
    width: 85%;
}
.btnPlan{
    margin-top: 28px;
    width: 85%;
}
.btnPlan button{
    width: 100%;
    height: 48px;
    background-color: transparent;
    border: 1px solid #E2E2EE;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.btnPlan button:hover{
    background-color: #8035BB;
    color: white;
}
.btnPlan a{
    text-decoration: none;
}
.infosPlan{
    margin-top: 28px;
    width: 85%;
    padding-top: 8px;
    border-top: 1px solid #060B250F;
}
.infoPlan{
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #5E5E6F;
}
.infoPlan img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 18px;
}

.ellipse-left, .ellipse-right{
    width: 196px;
    height: 196px;
    border-radius: 100%;
    position: absolute;
    top: -118px;
    filter: blur(128px);
}
.e-purple{
    background-color: #6200EE;
}
.ellipse-left{
    left: -98px;
}
.ellipse-right{
    right: -98px;
}
.e-orange{
    background-color: #F76384;
}
.e-blue{
    background-color: #8AF3FE;
}
.stars{
    position: absolute;
    top: 38px;
    right: 68px;
    z-index: 2;
}

.comments{
    margin-top: 68px;
    width: 90%;
}
.rowComments{
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.comment{
    width: 420px;
    height: 228px;
    background-color: #F8F9FB;
    border: 1px solid #F0EBFF;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 24px;
    margin: 12px;
}
.infosComment{
    display: flex;
}
.imgComment img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 100%;
    background-color: #F2F2F2;
}
.infoComment{
    margin-left: 12px;
}
.nameComment{
    font-size: 16px;
    font-weight: 600;
    color: #2E3237;
    margin-top: 8px;
}
.jobComment{
    margin-top: 12px;
    font-size: 14px;
    color: #5E5E6F;
}
.starsComment{
    margin-left: auto;
}
.starsComment img{
    width: 106px;
    height: 18px;
    object-fit: contain;
}
.textComment{
    margin-top: 20px;
    font-size: 16px;
    color: #5E5E6F;
}
.marginB{
    margin-bottom: 64px;
}

.contentQuestions{
    margin-top: 78px;
    margin-bottom: 78px;
    width: 75%;
}
.contentQuestion{
    width: 100%;
    min-height: 76px;
    background-color: white;
    border: 1px solid #DFE0EB;
    border-radius: 12px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 24px;
    margin-top: 20px;
    cursor: pointer;
}
.containerQuestion{
    width: 100%;
}
.textQuestion{
    font-size: 20px;
    font-weight: 600;
    color: #090A0B;
}
.answer{
    font-size: 18px;
    color: #5E5E6F;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s;
}
.btnQuestion{
    width: 20px;
    height: 20px;
    border: 2px solid #090A0B;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}
.btnQuestion span{
    margin-bottom: 4px;
}
.collapsed .answer{
    display: block;
    margin-top: 32px;
    max-height: 500px;
}
.collapsed .btnQuestion{
    border-color: #8035BB;
    color: #8035BB;
}

.bgFooter{
    background-color: #060A23;
    background-image: url("../img/HeroSection.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.rowMoreInfo{
    display: flex;
    align-items: center;
    height: 520px;
    width: 100%;
}
.colLeft{
    width: 512px;
    margin-left: 158px;
}
.logoMoreInfo img{
    height: 40px;
    object-fit: contain;
}
.titleMoreInfo{
    margin-top: 10px;
    font-size: 40px;
    font-weight: 700;
    color: white;
}
.textMoreInfo{
    margin-top: 28px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    width: 90%;
}
.colRight{
    margin-left: auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.colRight img{
    height: 80%;
    object-fit: contain;
    object-position: bottom;
}

.rowFooter{
    margin-top: 68px;
    width: 80%;
    display: flex;
    align-items: center;
}
.logoFooter img{
    width: 142px;
    height: 40px;
    object-fit: contain;
}
.linksFooter{
    margin-left: auto;
}
.linksFooter ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.linksFooter ul li{
    margin-left: 20px;
    margin-right: 20px;
}
.linksFooter a{
    color: black;
    text-decoration: none;
    font-weight: 600;
}
.contentCopy{
    margin-top: 38px;
    margin-bottom: 38px;
    width: 80%;
    padding-top: 38px;
    border-top: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
}
.copyright{
    font-size: 16px;
    color: #666D80;
}
.btnsMedia{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.btnMedia{
    margin-left: 12px;
    margin-right: 12px;
}
.btnMedia img{
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.btnMobile{
    width: 86px;
    height: 86px;
    border-radius: 16px;
    background-color: white;
    margin-left: auto;
    margin-right: 98px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btnMobile span{
    display: block;
    width: 50%;
    height: 5px;
    border-radius: 8px;
    background-color: #6C6483;
    margin-top: 4px;
    margin-bottom: 4px;
}
.linksMobile{
    position: absolute;
    top: 120px;
    width: 100%;
    max-height: 0px;
    background-color: white;
    box-sizing: border-box;
    padding-left: 48px;
    z-index: 50;
    transition: all 0.4s;
    overflow: hidden;
}
.linkMobile{
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 28px;
}
.linkMobile a{
    font-size: 32px;
    color: black;
    text-decoration: none;
    font-weight: 600;
}
.btnsMobile{
    margin-top: 48px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.btnLinkMobile{
    margin-right: 18px;
}
.btnLinkMobile a{
    text-decoration: none;
}
.btnLinkMobile button{
    background-color: transparent;
    border: 0px;
    height: 68px;
    font-size: 32px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 60px;
    cursor: pointer;
}

.btnPurple button{
    background-color: #8035BB;
    color: white;
}

@media screen and (max-width: 980px){
    .navbar{
        height: 120px;
        transition: background 0.4s;
    }
    .navLoose{
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #8035BB;
        z-index: 9000;
    }
    .logo img{
        width: 280px;
        height: 96px;
    }
    .linksNav{
        display: none;
    }
    .btnsNav{
        display: none;
    }
    
    .topicTop{
        width: 440px;
        height: 82px;
        border-radius: 50px;
    }
    .topicTop span{
        font-size: 28px;
    }
    .titleTop{
        font-size: 78px;
        width: 95%;
    }
    .textTop{
        width: 80%;
        font-size: 32px;
    }
    .btnTop button{
        font-size: 32px;
        padding: 20px 46px 20px 46px;
    }
    .btnTop button img{
        width: 38px;
        height: 38px;
    }
    .imgTop{
        width: 95%;
    }

    .bgGray{
        min-height: 380px;
    }
    .titleStores{
        font-size: 32px;
    }
    .rowStores{
        margin-bottom: 48px;
        height: 180px;
    }
    .colStores{
        margin-top: 26px;
        width: 420px;
    }
    .colStores img{
        width: 180px;
        height: 180px;
    }

    .rowTextsInfo{
        width: 95%;
    }
    .titleInfo{
        width: 35%;
    }
    .textInfo{
        font-size: 24px;
    }
    .rowInfo{
        flex-direction: column;
    }
    .colInfo{
        width: 70%;
        height: 240px;
        margin: 0px;
        margin-top: 20px;
    }
    .numberInfo{
        width: 78px;
        height: 78px;
        border-radius: 18px;
        font-size: 32px;
    }
    .textColInfo{
        font-size: 24px;
    }

    .titleSection{
        font-size: 70px;
    }
    .textSection{
        width: 90%;
        font-size: 32px;
    }
    .rowPresentation{
        flex-direction: column;
    }
    .colPresentation{
        margin: 0px;
        margin-bottom: 28px;
    }
    .topicPresentation{
        width: 560px;
        height: 330px;
    }
    .iconPresentation{
        width: 78px;
        height: 78px;
    }
    .titlePresentation{
        font-size: 36px;
    }
    .textPresentation{
        font-size: 28px;
    }
    .imgPresentation img{
        width: 560px;
        height: auto;
    }
    .subtitlePresentation{
        width: 95%;
        text-align: center;
        font-size: 40px;
    }

    .rowImpact{
        flex-direction: column;
    }
    .rowImpact .topicPresentation{
        margin: 0px;
        margin-top: 12px;
        margin-bottom: 12px;
        width: 560px;
    }
    .imgImpact{
        width: 95%;
    }

    .borderTop{
        top: -150px;
    }
    .titlePlans{
        font-size: 56px;
    }

    .ellipse{
        width: 160px;
        height: 160px;
    }
    .e-1{
        left: 50px;
    }
    .e-2{
        left: 400px;
    }
    .e-3{
        left: 800px;
    }

    .selectPeriod{
        width: 460px;
        height: 60px;
    }
    .btnSelectPeriod{
        font-size: 24px;
    }
    .bgSelectPeriod{
        height: 52px;
    }
    .rowPrices{
        flex-direction: column;
    }
    .plan{
        width: 520px;
        height: 980px;
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .namePlan{
        font-size: 42px;
    }
    .pricePlan{
        font-size: 48px;
    }
    .pricePlan span{
        font-size: 24px;
    }
    .descPlan{
        font-size: 26px;
    }
    .btnPlan button{
        height: 68px;
        font-size: 24px;
    }
    .infoPlan{
        font-size: 26px;
    }
    .infoPlan img{
        width: 32px;
        height: 32px;
    }

    .ellipse-left, .ellipse-right{
        width: 256px;
        height: 256px;
    }
    .ellipse-left{
        left: -72px;
    }
    .ellipse-right{
        right: -72px;
    }

    .rowComments{
        flex-wrap: wrap;
    }
    .comment{
        width: 620px;
        height: 360px;
        margin: 0px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .imgComment img{
        width: 110px;
        height: 110px;
    }
    .nameComment{
        font-size: 26px;
    }
    .jobComment{
        font-size: 20px;
    }
    .starsComment img{
        width: 172px;
        height: 32px;
    }
    .textComment{
        margin-top: 32px;
        font-size: 26px;
    }

    .contentQuestions{
        width: 85%;
    }
    .contentQuestion{
        min-height: 98px;
        padding: 38px;
    }
    .textQuestion{
        font-size: 32px;
    }
    .answer{
        font-size: 34px;
    }
    .btnQuestion{
        width: 42px;
        height: 42px;
        border-radius: 8px;
        font-size: 28px;
    }
    .btnQuestion span{
        margin: 0px;
    }

    .rowMoreInfo{
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-top: 98px;
    }
    .colLeft{
        width: 75%;
        margin-left: 0px;
    }
    .logoMoreInfo img{
        height: 72px;
    }
    .titleMoreInfo{
        font-size: 56px;
    }
    .textMoreInfo{
        font-size: 28px;
    }
    .colRight{
        margin: 0px;
        margin-top: 98px;
        height: auto;
        width: 100%;
    }
    .colRight img{
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .rowFooter{
        flex-direction: column;
        align-items: flex-start;
    }
    .logoFooter img{
        width: 198px;
        height: 68px;
    }
    .linksFooter{
        margin: 0px;
        margin-top: 20px;
    }
    .linksFooter ul{
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
    }
    .linksFooter ul li{
        margin: 0px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .linksFooter a{
        font-size: 30px;
    }
    .copyright{
        font-size: 24px;
    }
    .btnMedia img{
        width: 42px;
        height: 42px;
    }

    .btnMobile{
        display: flex;
    }
}