
@font-face {
	font-family: 'Urbanist-Medium';
	font-style: normal;
	src: url('../fonts/Urbanist/Urbanist-Medium.ttf');
	}
@font-face {
    font-family: 'Urbanist-SemiBold';
    font-style: normal;
    src: url('../fonts/Urbanist/Urbanist-SemiBold.ttf');
  } 
@font-face {
   font-family: 'Urbanist-Bold';
   font-style: normal;
   src: url('../fonts/Urbanist/Urbanist-Bold.ttf');
    }
@font-face {
    font-family: 'Libre-Bold';
    font-style: normal;
    src: url('../fonts/Libre/LibreBaskerville-Bold.ttf');
   }
@font-face {
    font-family: 'Libre-Italic';
    font-style: normal;
    src: url('../fonts/Libre/LibreBaskerville-Italic.ttf');
   }
@font-face {
    font-family: 'Libre-Regular';
    font-style: normal;
    src: url('../fonts/Libre/LibreBaskerville-Regular.ttf');
   }  
html{
  background-color: #871DEF;
}
body{
  margin: 0px;
  padding: 0px;
  font-family: "Urbanist-Medium";
  color: #282627;
  background-color: #fff;
  /*cursor: none;*/
}

.link-primary{
  color:#871DEF !important;
}

#circularcursor {
  background-color: transparent;
  border:2px solid #fff;    
  height:30px;
  width:30px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  position: absolute;
  z-index: 1;
}


ul, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

a{
  text-decoration: none;
}

.white{
  color:#fff;
  fill: #fff;
  stroke: #fff;
}
.purple{
  color: #871def;
  fill: #871def;
  stroke:  #871def;
}

.d-flex{
  display: flex;
}
.align-items-end{
  align-items: end;
} 
.justify-content-end{
  justify-content: end;
}
.col{
  flex: 1 0 0%;
}

.pr-4{
  padding-right: 50px;
}
.conteudo{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 5vh;
  width: 40vw;
  margin-left: 3rem;

}

.img-lista{
  max-width: 450px;
  width: 100%;
}

.img-celular{
  display: none;
 }
.img-lista-mobile{
  display: none;
 }
@media (max-width:992px){
  .conteudo{
    margin-left: 2rem;
    padding-left: 2rem;
    width: 32vw;
  }
  
}

@media (max-width:768px){
 .conteudo{
  padding: 0px;
  margin: 0;
  align-items: center;
  width: 100vw;
  text-align: center;
 }
 .img-celular{
  display: block;
 }
 .img-lista-mobile{
  display: block;
  max-width: 380px !important;
  width: 100% !important;
 }
 .img-bloco{
  display: none;
 }
 .img-lista{
  display: none;
 }
}

.arrow-down{
  fill: #fff;
  transition-duration: 0.4s;
}

.arrow-down:hover{
  fill:#a35fe7
}
.home{
  background: url("../img/background.jpg")  no-repeat;
  background-size: cover cover;
  background-position: 0px bottom calc(bottom -300px);
  display: grid;
  max-width: 100%;
  height: 100vh; 
  
}

.d-none{
  display: none !important;
}
.d-block{
  display: block !important;
}

a{
  color: #FFFFFF;
  position: relative;
}
.header-outro{
  position:fixed;
  background-color: rgba(255, 255, 255, 0.95);
  height: 100px;
  width: 100vw;
  color: #871DEF;
  z-index: 99;
  margin:0;
}

.menu-purple a{
  color: #871DEF;
}

.header-logo-outro svg{
  fill: #871DEF;
}

.header, .header-menu, .header-logo{
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 20px 0px;
  box-sizing: border-box;
  padding-right: 40px;
  padding-top:35px;
  font-family: "Urbanist-SemiBold";
  letter-spacing: 1px;
  font-size: 1.15rem;
  align-items: center;
}

.header-entrar{
  padding-left: 60px;
  margin-right: 20px ;
}

.menu{
  position: relative;
  cursor: pointer;
}

.menu a::after{
  content: "";
  display: block;
  height: 3px;
  width: 0px;
  background: #FFFFFF;
  margin-top: 3px;
  position: absolute;
}

.menu-purple a::after{
  background: #871DEF !important;
}

.menu a:hover::after{
  width: 100%;
  transition: 0.3s;
}

.header-logo svg{
  margin-left: 60px;
  display: block;
  width: 240px;
}


.header-logo-med{
  display: none;
}
.header-logo{
  display: none;
}

.titulo{
  font-family: 'Urbanist-Medium';
  color: #FFFFFF;
  font-size: 3.6vw;
}

/*.titulo::after{
  content: "";
  width: 465px;
  height: 6px;
  background: #FFFFFF;
  display: block;
  border-radius: 6px;
  margin-bottom: 15px;
}
*/
.intro{
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 140px
}

.inicio {
  width: 50%;
  display: flex;
  justify-content: end;
  padding-right: 3vw;

}

.box-inicio{
  padding: 38px 26px;
  max-width: 300px;
  background: #FFFFFF;
  border-radius: 20px;
}

.tchau{
  padding-bottom: 30px;
  margin-top: 15px;
  margin-left: 12px;
}

.btninicio {
  border: none;
  background: #871DEF;
  border-radius: 20px;
  color: #FFFFFF;
  padding: 20px 30px;
  font-family: "Urbanist-Medium";
  font-size: 1rem;
  letter-spacing: 1px;
  cursor: pointer;
  transition-duration: 0.4s;
}

.btninicio:hover {
  background-color: #fdb321;
  color: white;
}

 .arrow{
  height: 20px;
  margin-left: 20px;
}

.chat {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 60px;
  z-index: 98;
}
.btn-mobile{
  display: none;
}

@media (min-width:1921px){
  .home{
    background: url("../img/background@2x.png")  no-repeat;
    background-size: cover cover;
    background-position: 0px bottom calc(bottom -300px);
  }
  
 
}

@media (max-width:1920px){
  .header-logo{
    display: block;
  }
 
}

@media (max-width:992px){
  .header-logo{
    display: none;
  }
 
  .header-logo-med{
    display: block;
    margin: 2rem 4rem;
  }

  .header-logo-med svg{
    width: 100%;
    max-width: 140px;
    min-width: 95px;
  }

  .header-menu{
    gap: 1.2rem;
  } 

  .menu a::after{
    display: none;
  }

  .titulo::after{
    display: none;
  }

  .menu{
    font-size: 1rem;
  } 

  .intro{
    font-size: 1.2rem;
    margin-bottom: auto;
  }
  .inicio{
    padding: 30px 20px;

  }
 
  .btninicio {
    font-size: 1.1rem;
    display: flex;
    padding: 15px 25px ;
  } 

  .arrow{
    margin: auto;
  }
 .logo-min{
  display: none;
 }

  }


.header-menu-mobile{
    display: none;
}


@media (max-width:768px){
  .header-menu-mobile {
    padding-top: 10px;
    display: flex;
    align-items: end;
    justify-content: end;
  }
  .header-menu-mobile svg{
    width: 30px;
    cursor: pointer;
  }
  .header-logo-min{
    margin-left: 3rem;
  }
  .header-logo-med{
    margin: 1rem 2rem;
    display: block;
    max-width: 120px;
  }

  .header-menu{

  display: none;
  }
  .menu a::after{
    display: none;
  }
  .btn-mobile{
    display: block;
  }



  .intro{
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    align-items: flex-start;
  }
  
 

  .titulo{
    font-size: 1.8rem;
    margin:0;
  }

  .inicio {
    width: 100%;
    justify-content: center;
    padding: 0;
    margin-top: 7%;
  }
  
  .box-inicio{
    padding: 16px 26px;
  }
    
  .tchau{
    margin: 0px;
  }
  
  .header-outro{
    height: 60px;
    padding-top: 25px;
  }
  .header-outro .header-logo-med{
    width: 90px;
  }

  .header-outro .header-menu-mobile {
    padding-top: 6px;
  }
}



#menu-full{
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: url('../img/background.jpg') center center ;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  overflow: hidden !important;
  font-size: 18px;
}
.menu-header{
  padding-top: 50px;
  padding-left: 10px;
  padding-bottom: 20px;
  color: #fff;
}
#menu-full li{
 padding: 10px;
}

.logo-bottom{
  position: fixed;
  bottom: 40px;
  right: 40px
}
.logo-bottom svg{
  width: 80%;
}

#menu-icon{
  cursor: pointer;
}
.links-menu{
  margin-top: 20%;
}
.btn-outline{
  background-color: unset !important;
  border:#871DEF solid 2px !important;
  color: #871DEF !important;
  transition-duration: 0.4s;
}
.btn-outline:hover{
  border: #fdb321 solid 2px !important;
  color:  #fdb321 !important;
}
/* recursos */
.recursos{
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #282627;
}

.titulo2{
  font-family: 'Urbanist-SemiBold';
  margin-top: 10px;
  padding-top: 100px;
  font-size: 3vw;
  letter-spacing: 0.8px;
 }

 .recursos .titulo2{
  margin-top: 6rem;
 }
 .plataforma {
  font-size: 1.3rem;
  padding-bottom: 50px;
}

.botao {
  border: none;
  background: #871DEF;
  border-radius: 25px;
  color: #FFFFFF;
  padding: 12px 40px;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  margin-top: 60px;
  cursor: pointer !important;
  transition-duration: 0.4s;
}
.botao:hover{
  background-color: #fdb321;
}

.recursos-imagem{
  display: flex;
  flex-wrap: wrap;
  
  align-items: end;
  justify-content: end;
  width: 50%; 
}

.img-homem{
 max-height: 75vh;
 width: auto;
}

@media (max-width:992px){
  .conteudo{
    flex-direction: column;
  }
  .recursos{
    align-items: center;
  }
  .titulo2{
    font-size: 2.2rem;
  }

  .plataforma{
    font-size: 1.1rem;
    padding-left: 1rem;
  }

  .btnplataforma{
    padding: 12px 30px;
    font-size: 1rem;
  }
  
  .img-homem{
    max-height: 72vh;
    width: 32vh;
   
  }
 

}


@media (max-width:768px){
.img-homem{
  display: flex;
  flex-direction: column;
}

.recursos-imagem{
  width: 100%;
  justify-content: right;
  background-size: 70vw;
  background-position: left -9vw bottom -4vw;
  justify-content: right;
  align-items: right;
  padding-right: 5vw;
}
  .recursos{
    text-align: center;
    padding-top: 3rem;
  }

  .plataforma{
    padding: 1rem;
    font-size: 1rem;
    
  }
  .btnplataforma{
    margin-top: 1.5rem;
  }

}

/*preços*/
.precos{
  padding-top: 100px;
  }
.precos, .planos{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.planos{
  margin-left: 6rem;
}

.titulo2{
  padding-top: 0px;
}

.txt-precos{
  font-size: 1.1vw;
  padding-left: 8rem;
  width: 40%;

  
}

.linha{
  width: 100%;
  border-bottom: #FDB221 solid 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.basico, .profissional {
  margin:30px;
  gap:30px;
  padding: 20px 14px;
  border: 2px #FDB221 solid;
  border-radius: 30px;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
 }
 .duvida{
    margin-left: 3rem;
    align-items:  center;
    
  }
 
 .btn-duvida{
  margin: 0px;
  padding: 0.75rem 2,62rem;
  font-family: "urbanist-semibold";

 }



 .duvida, .h2{
  border: 2px  #871DEF solid;
  border-radius: 30px;
  padding: 28px 52px ;
 }

.planos h2{
  padding: 10px;
}

 .planos p {
  border-top: 1px #FDB221 solid;
  border-left: none;
  border-right: none;
  padding-top: 12px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
 }

  .spam{
  font-family: "Urbanist-bold";
 }

 .popular{
  font-family: "Libre-medium";
  font-size: 0.8rem;
  position: absolute;
  z-index: 10;
  margin-top: -4vh;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-left: -75px;
 }

 .profissional{
  position: relative;
 }
 

 @media (max-width:992px){
 
  .titulo2{
    font-size: 1.6rem;
  }

  .txt-precos{
    font-size: 0.8rem;
    padding-left: 5rem;
    
    
  }

  .planos{
    margin: 0.5rem;
  }
 
  .basico, .profissional {
    font-size: 0.8rem;
    padding: 15px 10px;
 }

 .basico{
  margin-left: 6rem;
 }
 .planos h2{
  padding: 2px;
  font-size: 1.2rem;
}

 .btn-duvida{
  gap: 1rem;
  padding: 8px 20px;
  font-size: 0.8rem;
 }

 .duvida{
  display: flex;
  flex-direction: column;
  padding: 18px 38px;
  margin: auto;
  margin-top: 1.5rem;
 }

 .popular{
  margin-top: -2.8vh;
 }
 .linha{
  margin-top: 3rem;
  margin-bottom: 2rem;
 }
}



@media (max-width:768px){
.precos{
  text-align: center;
 justify-content: center;
}
.subtitulo{
  font-size: 1rem;
}

.planos, .basico, .profissional{
  margin: 0px;
  justify-content: center;
  gap: 2rem;
}
.duvida h2{
  font-size: 1rem;
}
.duvida{
  padding: 14px 30px;
}
.txt-precos{
  padding-left: 0;
  width: 100%;
}



}

/*footer*/
.footer{
  padding-left: 8vh;
  padding-right: 8vh;
  margin-top: 40px;
  padding-bottom: 40px;
}

.border-top{
  width: 100%;
  border-top:#FDB221 solid 2px;
  padding-top: 3rem;
  display: flex;
  gap:60px;
  justify-content: space-between;

}
.txt-rodape{
  display: flex;
  gap: 40px;
}
.logorodape{
  max-width: 60%;
  margin-left: 50px;
  padding-top: 10px;
}
.rodape{
  font-size:0.9rem ;
}
.prouve{
  font-size: 0.750rem;
  padding-top: 1.1rem;
  padding-right: 1.5rem;
}
.redes{
  padding: 10px;
  max-width: 20%;
  padding-top: 1.1rem ;
}
.ctt {
  font-size: 0.7rem;
  display: flex;
  letter-spacing: 0.6px;
}

.ctt::before{
  content: "";
  border-radius: 50%;
  display: block;
  height: 5px;
  width: 5px;
  border: 0.6px solid purple;
  margin-right:6px;
  margin-top: 3px;
}


@media (max-width:992px){
  .border-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    
  }
  .txt-rodape{
    gap: 12px;
    flex-direction: column;
  }
  .logorodape{
    margin-left: 1.5rem;
    padding-top: 0.5rem;
  }
  .redes{
    margin-left: 0.8rem;
  }
  .prouve{
      padding-top: 0.2rem;
      margin-left: 1.3rem;
  }
  }
   
  

  @media (max-width:768px){
    .footer{
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .prouve{
      font-size: 0.550rem;
      padding: 0;
      margin-left: 0;
    }

    .rodape{
      font-size: 0.7rem;
    }

    .redes{
      max-width: 16%;
      padding-top: 0;
    }

  }


  /* CSS para layout lateral da lista */
ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 0px;
}

ul li > div {
    display: flex;
    flex-direction: column;
}

ul li .icon_lista {
    flex-shrink: 0;
    width: 80px;
   
    object-fit: contain;
}

ul li h3 {
    margin: 0 0 8px 0;
    line-height: 1.3;
    display: block;
    width: 100%;
}

ul li .texto_lista {
    display: block;
    line-height: 1.4;
    margin: 0;
    width: 100%;
    clear: both;
}

/* Responsivo para mobile */
@media (max-width: 768px) {
    ul li {
        gap: 12px;
    }
    
    ul li .icon_lista {
        width: 60px;
    }
}

@media (max-width: 480px) {
    ul li {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0px;
    }
}