.divCookie{position: fixed;min-width: 100%;z-index: 100000;font-size: 13px;letter-spacing: 0px;text-align: center;background-color: #1a1a1a;bottom: 0;left: 0;}.spanTexto{color: #FFF;text-align: center;vertical-align: middle;display: inline-block;padding: 15px 20px;}.spanButton{display: inline-block;padding: 15px 0px;}.btn-ok{background-color:#95c11f;color:#000;}.divChat{margin:0; padding:0; text-align: center;height:70px;width:70px;position:fixed;bottom:20px;right:20px;border-radius: 50%;cursor: pointer;z-index: 10;}.divChat img{border: 0px; vertical-align: baseline;height:60px;width:60px;margin-top: 10px;}.rotate{-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;-o-transition-property: -o-transform;transition-property: transform;overflow:hidden;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg); -o-transform:rotate(360deg);} *{
    margin: 0;
    padding: 0;
    font-family: Poppins; 
    box-sizing: border-box;
}


body {
    background-color: #1E0C29;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    max-width: 100%;
    flex-direction: column;
}

/*---------------------------bg----------------------------*/


.absolute{
    position: fixed;
    top: 50px !important;
    inset: 0;
    justify-content: center;
    display: inline-flex;
    flex-direction: row;
    z-index: -1;
}

.justify-center{
    justify-content: center;
}

.bg-shape1{
    width: 400px;
    height: 400px;
    border-radius: 9999px;
    position: relative;
    animation: one 10s infinite;
}

.bg-shape2{
    width: 300px;
    height: 300px;
    border-radius: 9999px;
    position: relative;
    animation: two 10s infinite;
}

@keyframes one{
    0%{left: 0px; top: 0px;}
    25%{left: -100px; top: 70px;}
    50%{left: 20px; top: 150px;}
    75%{left: 50px; top: 100px;}
    100%{left: 10px; top: 10px;}
}

@keyframes two{
    0%{left: 0px; top: 0px;}
    25%{left: 50px; top: 10px;}
    50%{left: 100px; top: 50px;}
    75%{left: 50px; top: 100px;}
    100%{left: 10px; top: 10px;}
}

.opacity-50{
    opacity: .5;
}

.bg-blur{
    filter: blur(60px);
}


.bg-teal{
    background-color: #d632ff;
}


/*---------------------------banner----------------------------*/


.banner{
    margin: 30px;
    height: 100vh;
    display: flex;
    flex-direction: row;
    gap: 5%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 7%;
    z-index: 2;
    margin-bottom: -20%;
}

.banner .banner-text{
    color: white;
}

.banner .banner-text h4{
    font-weight: 300;
    font-size: 20px;
}

.banner .banner-text h1{
    font-size: 72px;
    font-weight: 800;
}

.banner .banner-text h3{
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    color: #fff;
}

.banner .banner-text h3 span{
    font-weight: 800;
}

.banner .banner-text .countdown-text{
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}
.cupom{
    font-size: 14px;
    
   
}
.banner .banner-text .btn{
    padding: 0;
}

.banner .banner-text .btn button{
    background: #ffffff;
    color: #202020;
    border: none;
    box-shadow: 0px 0px 20px 0px rgb(106, 0, 255);
    outline: none;
    font-size: 15px;
    font-weight: 800;
    padding: 10px 14px;
    cursor: pointer;
    transition: 0.2s;
    width: 320px;
    height: 49px;
    text-align: center;
    margin-top: 40px;
    animation: pulse 2s infinite;
    line-height: 0px;
}

.banner .btn p{
    font-size: 10px;
    font-weight: 500;
}
.timer-text{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.countdown {
    font-weight: 800;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    border: 2px solid #56209c; 
    padding: 5px; 
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 0px 10px 0px rgba(106, 0, 255, 0.3); 
    line-height: 50px;
}



.timer{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 26px;
    width: 270px; 
    text-align: center;
}
.banner .banner-text .btn button:hover{
    background: #9747ff00;
    color: #fff;
    border: 2px solid #56209c;
    box-shadow: 0px 0px 20px 0px rgb(106, 0, 255);
}

.banner {
    position: relative;
    z-index: 1;
}
.banner img{
    height: 60%;
    margin-top: -40px;
}
.aluna2{
    display:none;
}



/*---------------------------range----------------------------*/
.seg-sec{
    margin: 20px;
}




/*---------------------------Seção2----------------------------*/


.textoprincipalsecao2{
    color: white;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-left: 30px;
}
.estrutura{
    background-color:rgba(151, 71, 255, 0.78) ;
    padding-left: 5px;
    padding-right: 5px;
}
.textoprincipalauxiliar{
    color: white;
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    padding: 20px;
}

.card2{
    width: 270px;
    height: 310px;
    border: 2px solid #9747FF;
    background: rgba(111, 111, 111, 0.178);
    backdrop-filter: blur(4.3px);
    padding: 30px;
    margin-top: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}


.icones{
    width: 77px;
    height: 78px;
    margin-bottom: 20px;
    
}
.textoprincipalcard{
    color: white;
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
    font-weight: 600;
}
.linha-roxa {
    width: 97px;
    height: 2px;
    background-color: #9747FF;
    margin-top: 10px;
    margin-bottom: 10px;
  }
.textocardauxiliar{
    color: white;
    font-size: 12px;
    text-align: left;
    font-weight: 300;
    width: 170.274px;
  }
  .card-container{
    display: flex; 
    flex-direction: row; 
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 100px;
    
  }


/*--------------------------Seção 3 - card-------------------------*/

/*--------------------------Seção 3 - card-------------------------*/

.secao3{
    margin: 30px;
}

.slide-wrapper{
    background-color: #ffffff;
    border-radius: 15px;
    width: 80%;
    padding: 5%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.slipe-wrapper .obs p{
    margin-top: 60px;
    font-size: 10px
}

.slide-wrapper .title-wrapper h1{
    font-size: 45px;
    font-weight: 800;
}

.slide-wrapper .title-wrapper span{
    color: #56209c;
    font-weight: 800;
}

.slide-wrapper .title-wrapper p{
    font-size: 20px;
    color: #202020;
}

.wrapper {
    display: flex;
    max-width: 1100px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 20px;
}

.wrapper i {
    height: 50px;
    width: 50px;
    background: #56209c;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25 rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.527);
    color: #ffffff;

}

.wrapper i:first-child {
    left: -30px;
    z-index: 2;

}

.wrapper i:last-child {
    right: -30px;

}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel :where(.card, .img) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

/*--------------------------card-move-------------------------*/

.carousel .card {
    scroll-snap-align: start;
    height: 539px;
    background: #fff;
    display: flex;
    cursor: pointer;
    width: 100%;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #202020;
    border: 2px solid #59279B;

}

.card .txt{
    height: 100%;
    width: 100%;
}


.card .txt h1{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    width: 100%;
    color: #fff;
    background-color: #5216a1;
}


.card .txt .txt-sep{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5px;
}

.card .txt .txt-sep p{
    text-align: center;
    background-color: #9747FF;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 2px;
    margin: 3px;
    padding-left: 16px;
    padding-right: 16px;
}

.card .txt p{
    color: #202020;
    font-size: 12px;
    margin-top: 10px;
}

.card .txt .tag{
    margin-top: 4px;
    height: 65px;
}

.card .txt .tag ul{
    display: flex;
    flex-direction: row;
    list-style-type: none;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #575757;
    justify-content: center;
    margin-bottom: 10px;
}

.card .txt .tag li{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #5216a1;
    border-radius: 4px;
}

.card .txt .list-txt{
    height: 190px;
    margin-bottom: 15px;
}

.card .txt img{
    margin-right: 10px;
}

.card .txt .list-txt p{
    font-size: 13px;
    font-style: normal;
    text-align: center;
    margin-top: 14px;
    margin-left: 10%;
    margin-right: 5%;
    line-height: 12px;
    color: #202020;
}

.card .txt span{
    font-weight: 800;
}

.card .txt h5{
    font-size: 12px;
    font-weight: 500;
    color: #868686;
}

.card .txt h5 span{
    text-decoration: line-through;
    font-weight: 500;
}

.card .txt h2{
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    padding: 0;
}

.card .txt sup{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.card .txt button{
    font-size: 15px;
    display: inline-flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    background: #5B2B99;
    color: #fff;
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(36, 11, 70, 0.50);
    cursor: pointer;
    transition: 0.2s;
}

.card .txt button:hover{
    background: #ffffff;
    color: #202020;
    border: 2px solid #6a00ff60;
    box-shadow: 0px 0px 20px 0px #6a00ff;
}



/*----------------------------wrapper-prof--------------------------*/

/*----------------------------sec04--------------------------*/

.wrapper-prof{
    margin: 10%;
    width: 90%;
    height: 450px;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    mask-image: linear-gradient(
        to right,
        rgb(0, 0, 0, 0),
        rgb(0, 0, 0, 1) 10%,
        rgb(0, 0, 0, 1) 90%,
        rgb(0, 0, 0, 0) 
    );
    
}

@keyframes scrollLeft{
    to{
        left: -200px;
    }
}

.prof-title{
    color: #fff;
    text-align: center;
    margin-top: 100px;
}

.prof-title h1{
    font-size: 40px;
    font-weight: 700;
}

.prof-title p{
    font-size: 18px;
    font-weight: 300;
}
.prof-title span{
    background-color: #9747FF;
}

.wrapper-item{
    margin: 0;
}

.item{
    width: 200px;
    height: 399px;
    padding: 20px;
    border: 2px solid #9747ff44;
    box-shadow: 0px 0px 10px 0px #6a00ff3a;
    position: absolute;
    left: calc(200px * 7);
    animation-name: scrollLeft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: -30s;
    text-align: center;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.item:hover{
    transform: translateY(5px);
    background-color: #5216a1;
}


.item:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.5s all;
    opacity: 1;
}

.item img{
    width: 100%;
    height: 110%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}

.item:hover img{
    opacity: 0.2;
}

.card-item{
    color: rgb(255, 255, 255);
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: default;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.5s all;
}

.item .card-item{
    position: relative;
    z-index: 3;
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.5s all;
    
}

.item:hover .card-item{
    opacity: 1;
}

.card-item h2{
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}


.card-item h3{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}


.card-item p{
    margin-top: 20px;
    font-size: 14px;
}




.prof01{
    animation-delay: calc(30s / 7 * (7 - 1) * -1); 
}

.prof02{
    animation-delay: calc(30s / 7 * (7 - 2) * -1);
}

.prof03{
    animation-delay: calc(30s / 7 * (7 - 3) * -1);
}

.prof04{
    animation-delay: calc(30s / 7 * (7 - 4) * -1);
}

.prof05{
    animation-delay: calc(30s / 7 * (7 - 5) * -1);
}

.prof06{
    animation-delay: calc(30s / 7 * (7 - 6) * -1);
}

.prof07{
    animation-delay: calc(30s / 7 * (7 - 7) * -1);
}


/*----------------------------sec05--------------------------*/


.texto7dias span{
    font-weight: 700;
}


.secao5 img { 
    width: 700px;
}


.btn2 button{
    display: inline-flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    background: #ffffff;
    color: #202020;
    border: none;
    box-shadow: 0px 0px 20px 0px rgb(106, 0, 255);
    cursor: pointer;
    transition: 0.2s;
    margin-top: 30px;
    animation: pulse 2s infinite;
}

.btn2 button:hover{
    background: #9747ff00;
    color: #fff;
    border: 2px solid #56209c;
    box-shadow: 0px 0px 20px 0px rgb(106, 0, 255);
}


  .conheça{
    background-color:rgba(151, 71, 255, 0.78) ;
    padding-left: 5px;
    padding-right: 5px;
  }
 
  .secao5 {
    margin: 30px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.textoplataforma {
    color: white;
    font-size: 40px;
    text-align: left;
    width: 100%;
    max-width: 400px;
    line-height: 1.2;
    font-weight: 700;
}

.texto7dias {
    color: white;
    font-weight: 300;
    text-align: left;
    font-size: 18px;
    padding-top: 30px;
    width: 100%;
    max-width: 400px;
    line-height: 1.2;
}


/*---------------------------Seção6----------------------------*/


.secao6{
    margin: 30px;
    margin-top: 70px;
    text-align: center;
    margin-bottom: 80px;
}


.textoprincipalsecao6{
    margin-top: 80px;
    color: white;
    font-size: 40px;
    text-align: center;
    background-color:rgba(151, 71, 255, 0.78) ;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
}

.textoprincipalauxiliar6{
    color: white;
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 50px;
}

.depoimentos img:hover{
    transform: scale(1.4);
}

.btnwhats{
   display: flex;
   justify-content: center;
   margin-top: 80px;
   margin-left: -25px;
}

.btnwhats i {
    margin-left: 8px;
    color: #f4f4f4;
}
.btnwhats a{
    text-decoration: none;
}

.btn-pulse-animation {
    padding: 15px 22px; 
    color: rgb(255, 255, 255);
    width: 280px;
    text-align: center;
    user-select: none;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    font-size: 20px;
    font-weight: bolder;
    margin: 30px 0px;
    transition: background 1s;
    cursor:pointer;
    margin-left: 35px;
    overflow: hidden;
    transition: 1s;
    animation: pulse 2s infinite;
    background: #9747FF; 
}

@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }


.btn-pulse-animation:hover{
    
    background: #c6a5f1;
    transform: scale(1.2); 
}


.depoimentos img {
    transition: 1s;
}

/*---------------------------Seção7----------------------------*/

.textopagamento1{
    font-size: 30px;
    font-weight: 800;
}
.textopagamento2{
    font-weight: 500;
    
}

/*---------------------------Seção8----------------------------*/
.footer-container{
    max-width: 1170px;
    margin: auto;
}
.row-container{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}
.footer{
    background-color: #202020;
    padding: 70px 0;
    width: 100%;
}
.footer-col{
    width: 25%;
    padding: 0 15px;
}
.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    margin-left: 0;
}
.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #7540BD;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: 0.3s ease;
}
.footer-col ul li a:hover{
    color: #fff;
    padding-left: 10px;
}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgb(225, 225, 225, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s ease;
}
.footer-col .social-links a:hover{
    color: #7540BD;
    background-color: #fff;
}

/*--------------------------media query-------------------------*/


@media screen and (min-width:1024px) and (max-width:2560px) {

   
   /*---------------------------Seção6----------------------------*/
   
    .depoimentos img:hover{
            transition: 1s;
        }
    
    
    .dp1{
        
        width: 30%;
        transition: 1s;
        
    }
    .dp2{
        width: 45%;
        transition: 1s;
      
    }
    .dp3{
        width: 40%;
        transition: 1s;
       
    }
    .dp4{
        width: 30%;
        transition: 1s;
               
    }
    .dp5{
        width: 30%;
        transition: 1s;
        
    }
    .dp6{
        width: 30%;
        transition: 1s;
        
    }
    .dp7{
        width: 40%;
        transition: 1s;
    }

}



/* TABLET DEITADO E TELAS PEQUENAS */

@media screen and (min-width:768px) and (max-width:1024px) {

    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);

    }

    /*---------------------------Seção1----------------------------*/
    .banner{
        margin: 30px;
        height: 100vh;
        display: flex;
        flex-direction: row;
        gap: 5%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 5%;
        z-index: 2;
        margin-bottom: -20%;
        margin-top: 15%;
    }
    
    .banner .banner-text{
        color: white;
    }
    
    .banner .banner-text h4{
        font-weight: 300;
        font-size: 20px;
    }
    
    .banner .banner-text h1{
        font-size: 72px;
        font-weight: 800;
    }
    
    .banner .banner-text h3{
        font-size: 38px;
        font-weight: 400;
        line-height: 50px;
        text-align: left;
        color: #fff;
    }
    
    .banner .banner-text span{
        font-weight: 800;
    }
    
    .banner .banner-text p{
        font-size: 16px;
        font-weight: 300;
        margin-top: 20px;
    }
    .aluna{
        display: none;
       
    }
    .aluna2{
        display:flex;
        justify-content: center;
        width: 80%;
        margin-top: -80%;
        margin-bottom: 10%;
        
    }
/*----------------------------sec05--------------------------*/


.texto7dias span{
    font-weight: 700;
}


.secao5 img { 
    width: 600px;
}


.btn button{
    display: inline-flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    background: #ffffff;
    color: #202020;
    border: none;
    box-shadow: 0px 0px 20px 0px rgb(106, 0, 255);
    cursor: pointer;
    transition: 0.2s;
    margin-top: 30px;
    animation: pulse 2s infinite;
}

.btn button:hover{
    background: #9747ff00;
    color: #fff;
    border: 2px solid #56209c;
    box-shadow: 0px 0px 20px 0px rgb(106, 0, 255);
}



.secao5{
    margin: 30px;
    display: flex;
    flex-direction: row;
    gap: 110px;
    flex-wrap: wrap;
    justify-content: center;
    
}

  .textoplataforma{
    color: white;
    font-size: 45px;
    text-align:left;
    width: 400px;
    line-height: 1.2;
    font-weight: 700;
  }
  .conheça{
    background-color:rgba(151, 71, 255, 0.78) ;
    padding-left: 5px;
    padding-right: 5px;
  }
  .texto7dias{
    color: white;
    font-weight: 300;
    text-align:left;
    font-size: 20px;
    padding-top: 30px;
    width: 400px;
    line-height: 1.4;
}


    /*---------------------------Seção6----------------------------*/
    
    .depoimentos img:hover{
        transform: scale(1.5);
    }
   
    .dp1{
        
        width: 40%;
        transition: 1s;
        
    }
    .dp2{
        width: 55%;
        transition: 1s;
        
    }
    .dp3{
        width: 50%;
        transition: 1s;
       
    }
    .dp4{
        width: 40%;
        transition: 1s;
       
    }
    .dp5{
        width: 40%;
        transition: 1s;
        
        
    }
    .dp6{
        width: 40%;
        transition: 1s;
        
    }
    .dp7{
        width: 50%;
        transition: 1s;
    }
}
/*---------------------------Seção7----------------------------*/

    .secao7{
        background-color: #f4f4f4;
        width: 100%;
        display: flex;
        gap: 70px;
        justify-content: center;
        align-items: center;
        height: 200px;
        
    }
    .textopagamento1{
        font-size: 20px;
    }
    .textopagamento2{
        font-size: 14px;
        font-weight: 500;
    }

    .secao7 img{
        width: 40%;
    }


/* MOBILE DEITADO + TABET EM PÉ*/
@media screen  and (min-width:300px)  and  (max-width: 767px){
    body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    * {
        max-width: 100%;
        box-sizing: border-box;
    }
    .body{
        margin: 0;
        padding: 0;
    
    }

    .banner{
        display: flex;
        flex-direction: column;
        margin-top: 80px;
    }
    .banner .banner-text h4{
        font-weight: 300;
        font-size: 16px;
        text-align: center;
    }
    
    
    .banner .banner-text h1{
        font-size: 42px;
        text-align: center;
    }

    .banner .banner-text h3{
        font-size: 25px;
        line-height: 1.2;
        text-align: center;
        
    }

    
    .wrapper .carousel {
        grid-auto-columns: 100%;

    }

    .slide-wrapper{
        width: 85%;
    }


    .slide-wrapper .title-wrapper h1{
        font-size: 24px;
        line-height: 24px;
        padding: 10px;
    }

    .slide-wrapper .title-wrapper p{
        font-size: 12px;
    }


    .aluna{
        display: none;
       
    }
    .aluna2{
        display:flex;
        justify-content: center;
        width: 100%;
        margin-top: -45%;
        margin-bottom: -10%;
        
    }
    
    .banner .btn{
        display: flex;
        justify-content: center;
    }
   
    /*---------------------------Seção2----------------------------*/
    
    .secao2 {
     display: flex; 
    }
  
    .textoprincipalsecao2{
        color: white;
        font-size: 30px;
        text-align: center;
        margin-top: 60px;
        line-height: 1.2;
        margin-left: 10px;
        margin-right: 10px;
    }

    .textoprincipalauxiliar{
        font-size: 16px;
    }
    .secao2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .card{
        width: 225.338px;
        height: 286.331px;
        border: 3.389px solid #9747FF,rgba(111, 57, 180, 53);
        background: rgba(217, 217, 217, 0.05);
        backdrop-filter: blur(4.235668659210205px);
        margin-top: 40px;
        position: relative;
        justify-content: center;
        align-items:start;
    }
        
    .icones{
        width: 77px;
        height: 78px;
        padding-bottom: 5px;
        
    }
    .textoprincipalcard{
        color: white;
        font-size: 20px;
        text-align: left;
        line-height: 1.2;
        font-weight: 600;
    }
    .linha-roxa {
        width: 97px;
        height: 2px;
        background-color: #9747FF;
        margin-top: 10px;
        margin-bottom: 10px;
       
      }
    .textocardauxiliar{
        color: white;
        font-size: 12px;
        text-align: left;
        font-weight: 300;
        width: 170.274px;
      }

    .card-container{
        display: flex; 
        flex-direction: column; 
        justify-content: center;
        gap: 50px;
        margin-bottom: 100px;
      }


    .estrutura{
        background-color:rgba(151, 71, 255, 0.78) ;
        padding-left: 5px;
        padding-right: 5px;
    }
    .textoprincipalauxiliar{
        color: white;
        font-weight: 300;
        text-align: center;
        font-size: 16px;
        padding: 20px;
    }


/*---------------------------Seção3----------------------------*/
.slide-wrapper .title-wrapper h1{
    font-size: 35px;
    font-weight: 800;
    line-height: 33px;
}

.slide-wrapper .title-wrapper span{
    color: #56209c;
    font-weight: 800;
}

.slide-wrapper .title-wrapper p{
    font-size: 16px;
    color: #202020;
}

.wrapper i:first-child {
    left: -30px;
    z-index: 2;

}

.wrapper i:last-child {
    right: -30px;

}
.obs{
    font-size: 12px;
}


/*---------------------------Seção4----------------------------*/
.prof-title{
    color: #fff;
    text-align: center;
    margin-top: 100px;
}

.prof-title h1{
    font-size: 30px;
    font-weight: 700;
    margin: 10px;
    line-height: 1.1;
}

.prof-title p{
    font-size: 16px;
    font-weight: 300;
    margin-left: 20px;
    margin-right: 20px;
}
.prof-title span{
    background-color: #9747FF;
}

/*---------------------------Seção5----------------------------*/

   
    .conheça{
        background-color:rgba(151, 71, 255, 0.78) ;
        padding-left: 5px;
        padding-right: 5px;
      }

    .textoprincipalauxiliar6{
        font-size: 20px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .secao5 {
        margin: 20px;
        gap: 30px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .dispositivos {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .dispositivos img {
        width: 100%;
        max-width: 90%;
        margin: 0;
    }
    
    .textoplataforma{
        text-align: center;
        font-size: 30px;
    }
    .texto7dias {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 16px;
    }
/*---------------------------Seção6----------------------------*/
    .textoprincipalsecao6{
    font-size: 30px;
    }
    .textoprincipalauxiliar6{
    font-size: 16px;
    }

/*---------------------------Seção7----------------------------*/

    .secao7{
        background-color: #f4f4f4;
        width: 100%;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        height: 150px;
        flex-direction: column;
    }
    .textopagamento1{
        font-size: 20px;
        font-weight: 800;
    }
    .textopagamento2{
        font-weight: 500;
        font-size: 10px;
    }
    
    .secao7 img{
        width: 80%;
    }

   
    .footer-col{
        text-align: center;
        width: 100%;
      }
      .footer-col h4::before{
        text-align: center;
        align-items: center;
        background-color: #2a4c8200;
      }
    }