body, html{
  padding: 10px;
  margin: 0 auto;
  background-image: linear-gradient(to bottom right,#000000, #1a1a1a, #272727);


}

@font-face{

  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

.firstContainer{
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

img{
    margin: auto;
    width: 300px;
    margin-bottom: 0;
  }

  .nameTitle{
    padding: 10px;
  }

.mainContainer{
  font-family: sans-serif;
  color: white;
  margin-top: 20px;
}

#titleMetod{

  font-size: 40px;
  font-weight: 950;
  line-height: 50px;

}

#titleSecond{

  font-size: 40px;
  font-weight: 950;
  line-height: 50px;

}

.Light{

  font-family: "Poppins";

}

.upper{
  text-transform: uppercase;
}

.title{
  font-size: 40px;
  font-family: sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #ffd900;
  margin: 0 auto;
}

.titleThird{
  font-family: "Poppins";
}

h2{
  font-family: sans-serif;
  font-weight: 10;
  font-size: 50px;
}

.data{
  color: rgb(7, 7, 7);
  font-weight: 950;
  margin: 0;
}

.dates{

  border-radius: 15px;
  background-image: linear-gradient(to right, #ddc700, #ffd900);
  font-family: sans-serif;
  margin-top: 15px;
}

#titleForm{
  font-family: "Poppins";
  color: white;
  font-size: 30px;
}

form{
  text-align: center;
  margin: auto;
}

.dados{
  margin-top: 15px;
  width: 90%;
  height: 20px;
  padding: 15px;
  font-size: 15px;
  border-radius: 20px;

}

.btn{
 width: 60%;
 height: 55px;
 margin-top: 10px;
 font-size: 20px;
 font-family: sans-serif;
 font-weight: 950;
 letter-spacing: 1px;
 color: rgb(14, 14, 14);
 background-image: linear-gradient(to right, #ddc700, #ffd900);
 border: none;
 border-radius: 20px;
 outline: none;
} 

.btnLink{
  color: #1a1a1a;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 950;
  text-decoration: none;
  background-image: linear-gradient(to right, #ddc700, #ffd900);
  padding: 20px;
  border-radius: 20px;
}

hr{
  border: 2px solid #ffd900;
}

.list{
  display: flex;
  justify-content: center;
}

ul{
 list-style: none;
 text-align: justify;
 font-family: "Poppins";
}

#listEvent{
 list-style-image: url(../images/iconePC.png)
}
#listDate{
  list-style-image: url(../images/iconeCA.png)
}


.firstText{
  font-size: 20px;
  font-weight: 950;
  line-height: 25px;
  color: white;
}

.secondText{
  font-family: "Poppins";
  font-size: 15px;
  line-height: 20px;
}

iframe{
  margin: 0 auto;
  width: 95%;
  height: 10cm;
  
}

.span{
  font-weight: bold;
}

#titleForm{
font-style: normal;
font-weight: lighter;

}

a{
  display: inline-block;
  text-decoration: none;
}

#expertimg{

  width: 35%;
  border-radius: 50%;

}

h4{
  font-family: sans-serif;
  font-weight: 950;
  color: white;
  font-size: 20px;
}

h5{
  margin-bottom: 0;
  font-family: "Poppins";
  font-weight: normal;
  padding: 5px;
  font-size: 20px;
}

#line{
  margin: 0 auto;
  border: 2px solid none;
  background-color: #ffd900;
  width: 50%;
  height: 2px;
}

#bioexpert{
  font-family: "Poppins";
  color: white;
  font-size: 15px;
}

h3{

  color: white;
  font-family: sans-serif;
  font-weight: 950;

}

.messageForm{
  color: white;
  font-family: "Poppins";
}

.rodape{

  text-align: center;
  width: 100%;
  height: 50px;

}

#rodapeText{

  margin-top: 40px;
  font-family: "Poppins";
  font-size: 15px;
  color: white;

}

.aulas{
  margin: 0 auto;
  max-width: 500px;
}

.pg_whats{
  background-image: linear-gradient(to bottom right,#000000, #1a1a1a, #272727); 
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.curso{
  padding-top: 5px;
  padding-bottom: 10px;
  width: 256px;
}

.wpp{
  padding-top: 5px;
  padding-bottom: 10px;
  width: 64px;
}

.texto{
  color: white;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 950;
  line-height: 50px;
}

.btn_wpp{
 width: 50%;
 height: 55px;
 margin-top: 10px;
 font-size: 15px;
 font-family: sans-serif;
 font-weight: 950;
 letter-spacing: 1px;
 color: white;
 background-color: green;
 border: none;
 border-radius: 20px;
 outline: none;
}