@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Inter:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}




body,
h1,
h2,
p,
ul,
li,

a {
  margin: 0px;
  padding: 0px;
}


ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;

}

* {
  box-sizing: border-box;
}

body{
  background-color: #000;
}






.botaoFixo {
  position: fixed;
  color: #fff;
  width: 160px;
  background-color: #800080;
  font-size: 1.4em;
  padding: 8px;
  border-radius: 30px;
  border: #e0aaff solid 5px;
  z-index: 999;
  bottom: 0.8%;
  right: 0.2%;
  text-align: center;
  font-weight: bolder;
  cursor: pointer;
}

.botaoFixo:hover{
    border: #fff solid 5px;

}

@media (max-width: 820px) {
  .botaoFixo {
    display: none;

  }
}





.menu-bg {
  background: #000;
  display: flex;
  justify-content: left;
  height: 50px;
}



.imagem_logo {
  max-height: 80px;
  margin-left: 2%;
  margin-top: 4%;

}

@media (max-width: 1100px) {
  .menu-bg {
    justify-content: center;
    padding-bottom: 10%;
  }
}

@media (max-width: 900px) {
  .menu-bg {
    padding-bottom: 10%;
  }
}


@media (max-width: 820px) {
  .menu-bg {
    padding-bottom: 15%;
  }
}

@media (max-width: 600px) {
  .menu-bg {
    justify-content: center;
    padding-bottom: 22%;
  }
}


/*INVISTA NO SEU FUTURO*/

.futuro {
  font-weight: bold;
  background: #000;
  display: flex;
  justify-content: center;
  padding: 1%;
  font-size: 3.5rem;
}

.invest {
  text-align: center;
}

.primeirafrase {
  font-size: 3.5rem;
  color: #400040;
  /*text-shadow: 1px 1px 1px #fff;*/
   text-shadow: 0 0 4px #fff, 0 0 20px #fff, 0 0 20px #ff00ff, 0 0 40px #ff00ff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.capaInicial {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

@media (max-width: 820px) {
  .capaInicial {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

}



/*qualidades*/

.qualidades {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background-color: #000;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
}

.qualidades-info h1 {
  text-align: center;
  color: #800080;
}

.qualidades-info strong {
  color: #fff;
}



.qualidades-info {
  margin: auto;
  max-width: 800px;
 text-align: center;
  
}



@media screen and (max-width:1000px) {
  .qualidades {
    display: block;
  }

  .qualidades-info h1 {
    text-align: center;
  }

  .qualidades-info {
    margin: 2%;
    text-align: left;
  }
}

.qualidades-info h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
}

.qualidades-info p {
  font-size: 1.25em;
  line-height: 1.4;
  margin-bottom: 1em;
}


/*imagens projetos*/
.imagemprojeto {
   background-color: #000;

}

.imagemprojetoInicial {
  display: flex;
  justify-content: center;
}


.p1 {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;

}

@media (max-width: 820px) {
  .p1 {
    width: 70%;
    margin-top: 5px;
  }
}

@media (max-width: 700px) {
  .p1 {
    width: 80%;
    margin-top: 5px;
  }
}

@media (max-width: 600px) {
  .p1 {
    width: 90%;
    margin-top: 5px;
  }
}



.projetosPPT {
  max-width: 900px;
  border-radius: 20px;
}


@media (max-width: 820px) {
  .imagemprojetoInicial {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .projetosPPT {
    width: 750px;
    height: 208;
  }
}

@media (max-width: 900px) {
  .projetosPPT {
    width: 700px;
    height: 208;
  }
}

@media (max-width: 800px) {
  
  .projetosPPT {
    width: 620px;
    height: 340;
  }
}

@media (max-width: 700px) {
  .projetosPPT {
    width: 570px;
    height: 208;
  }
}

@media (max-width: 600px) {
  .projetosPPT {
    width: 480px;
    height: 208;
  }
}

@media (max-width: 500px) {
  
  .projetosPPT {
    width: 400px;
    height: 208;
  }
}

/* fim imagens projetos */


/*certificado*/

.certificado {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background-color: #d3d3d3;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  align-items: center;
}



.certificado-info {
  flex: 2 1 33%;
  margin: 0 90px;
}


.certificado-info h1 {
  font-size: 3em;
  margin-bottom: 1em;
  color: #800080;
}

.certificado-info p {
  font-size: 1.25em;
  line-height: 1.4;
  margin-bottom: 1em;
}


.certificado_imagem {
  flex: 2 1 30%;
  margin: 0 2%;
}

.certificadoVencedor {
  max-width: 100%;
}


@media screen and (max-width:1000px) {
  .certificado {
    display: block;
  }

  .certificado-info h1 {
    text-align: center;
  }

  .certificado-info {
    margin: 3%;
    text-align: left;

  }

  .certificado p {
    margin-left: 1em;
  }


}


/*hotmart*/

.hotmart {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background-color: white;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  align-items: center;
}



.hotmart-info {
  flex: 2 1 33%;
  margin: 0 90px;
}

.hotmart-info h1 {
  font-size: 3em;
  margin-bottom: 1em;
  color: #800080;
}

.hotmart-info p {
  font-size: 1.25em;
  line-height: 1.4;
  margin-bottom: 1em;
}


.hotmart_imagem {
  flex: 2 1 30%;
  margin: 0 2%;
}

.hotmartVencedor {
  max-width: 100%;
}

@media screen and (max-width:1000px) {
  .hotmart {
    display: block;
  }

  .hotmart-info h1 {
    text-align: center;
  }

  .hotmart-info {
    margin: 3%;
    text-align: left;

  }

  .hotmart-info p {
    margin-left: 1em;
  }
}


/*Lançamento*/

.lancamento {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background: #000;
  padding: 60px calc((100% - 960px) / 2);
  display: block;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  color: white;
}

.lancamento-info {
  flex: 1 1 260px;
  margin: 0 10px;
}

.lancamento-info h1 {
  font-size: 4em;
  color: white;
  margin-bottom: 1em;
  text-align: center;
}

.lancamento-info h2 {
  font-size: 3em;
  color: #800080;
  text-align: center;
  margin-top: 20px;
}

.lancamento-info p {
  font-size: 1.25em;
  font-style: italic;
  max-width: 230px;
  color: #800080;
  margin-bottom: 10px;
}

.garantia {
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.lancamento-item {
  flex: 1 1 260px;
  border: 4px solid white;
  border-radius: 20px;
  padding: 20px;
  margin: 10px;
  background-color: white;
}

.lancamento-item span {
  color: #800080;
  max-width: 400px;
  margin: 20px auto;
  display: block;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 5px 0;
  border-top: 4px solid #800080;
}

.lancamento-item sup {
  font-size: 1rem;
}

.lancamento-item ul {
  max-width: 400px;
  margin: 20px auto;
  font-size: 1.25em;
  font-style: italic;
  color: #800080;
  border-bottom: 4px solid #800080;
}

.lancamento-item li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  color: #800080;
  ;
}

.lancamento-item li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #800080;
  border-radius: 50%;
  margin-left: 0.5rem;
  margin-right: 20px;
}

.lancamento-item a {
  max-width: 300px;
  display: block;
  margin: 20px auto;
  border: #e0aaff solid 5px;
  border-radius: 50px;
  background-color: #800080;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.25em;
  padding: 15px 0;
  text-align: center;

}

.lancamento-item a:hover {
  border:#ff00ff solid 5px;


}



/* INICIO depoimentos */
.depoimentos {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.depoimentos h2 {
  font-size: 4em;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #B8341C;
}

.depoimentos p {
  font-size: 2em;
  margin-bottom: 40px;
  color: #B8341C;
  font-style: italic;
}

.depoimentos-list {
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: row;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.alunos {
  width: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
  margin-bottom: 10px;

}

.depoimentos img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
}


.alunos p {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 1.5em;
  color: black;
  text-align: center;
}

.alunos h3 {
  padding-bottom: 5px;
  color: #B8341C;
}

.botao {
  max-width: 300px;
  margin: 20px auto;
  border: #ffd700 solid 4px;
  border-radius: 50px;
  background-color: #B8341C;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5em;
  padding: 10px 30px 10px 30px;
  text-align: center;
}

.botao:hover {
  color: #ffd700;


}

@media (max-width: 800px) {
  .depoimentos-list {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .alunos {
    padding-bottom: 60px;
  }
}





/* FIM depoimentos */


/*Footer*/
.footer {
  height: 200px;
  background-color: black;
}

.contato-bg {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background: #222222;
  color: white;

}

.contato-endereco {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 10px;
  align-items: center;
  justify-content: center;
}



.contato p,
a {
  margin: 0 10px 10px 10px;
  color: white;
  text-decoration: none;
}

.informacao {
  font-size: 3em;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.rede {
  max-width: 10%;
  margin: 3%;
}

.rede img {
  border-radius: 50%;
}


.footer {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
}

.direitos {
  padding: 2em;
  background-color: black;
}


@media (max-width: 500px) {

  .primeirafrase {
    font-size: 0.7em;
  }

  .segundafrase {
    font-size: 0.7em;
  }

  .lancamento-item li {
    font-size: 0.75em;
  }
}