@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

body{
  background-color: #121212;
}


header{
  height: 100px;
  width: 99vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #121212;
  z-index: 10;
}

ul.navegacao{
  width: 800px;
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  gap: 10px;
}
li.itemNavegacao{
  display: flex;
  justify-content: center;
  width: 200px;
  font-size: 25px;
  font-family: "Roboto";
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
li.itemNavegacao a{
  width: 100%;
  text-align: center;
  color: #E0E0E0;
  text-decoration: none;
  display: block;
  padding: 15px;
}
li.itemNavegacao:hover{
  background-color:rgb(86, 2, 196);
  width: 230px;
}

.inicioInformacoes{
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  color: #E0E0E0;
  font-family: "Roboto";
  gap: 50px;
}
#fotoPerfil img{
  border-radius: 50%;
  width: 400px;
}
#inicio{
  width: 420px;
}
#inicio h1{
  font-size: 40px;
}
#inicio span{
  color: rgb(86, 2, 196);
}
#textoInicio{
  text-align: justify;
  margin-top: 10px;
}

#sobreMim{
  margin-top: 250px;
  display: flex;
  width: 800px;
  justify-content: center;
  color: #E0E0E0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto";
}
.textoSobreMim h2{
  text-align: center;
  font-size: 30px;
  color: rgb(86, 2, 196);
}
.textoSobreMim p{
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

#conhecimentos{
  margin-top: 100px;
  width: 500px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  color: #E0E0E0;
  font-family: "Roboto";
  transition: all 0.3s ease-in-out;
}
.containerConhecimentos h2{
  text-align: center;
  margin-bottom: 20px;
  color: rgb(86, 2, 196);
  font-size: 30px;
}
#css img{
  width: 79px;
}
#html img{
  width: 110px;
}
#js img{
  width: 90px;
  margin-right: 10px;
}
#python img{
  width: 95px;
}


/*CARDS PROJETOS*/

#projetos{
  margin-top: 250px;
  display: flex;
  justify-content: center;
  color: #E0E0E0;
  font-family: "Roboto";
}
.meusProjetos h2 {
  text-align: center;
  color: rgb(86, 2, 196); 
  font-size: 30px;
  margin-bottom: 20px;
}
.cards{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 150px;
  width: 900px;
}
.cardProjeto{
  text-align: center;
}
.cardProjeto img{
  border-radius: 15px;
}
.cardProjeto h3{
  margin-top: 10px;
  font-size: 26px;
}
.cardProjeto p{
  font-size: 18px;
}
.descricaoProjeto{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.codigoProjeto{
  margin-top: 10px;
}
.codigoProjeto a{
  text-decoration: none;
  color: rgb(86, 2, 196);
  font-size: 20px;
  transition: all 0.2s ease-in-out;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold; 
}
.aRepositorio:hover{
  background-color: rgb(86, 2, 196);
  color: #E0E0E0;;
}

/*CONTATOS*/

#contatos{
  margin-top: 250px;
  margin-bottom: 350px;
  display: flex;
  width: 800px;
  justify-content: center;
  color: #E0E0E0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto";
}
.meusContatos h2{
  text-align: center;
  color: rgb(86, 2, 196);
  margin-bottom: 40px;
  font-size: 30px;
}
.email{
  text-align: center;
  font-size: 18px;
}
.email span{
  color: rgb(86, 2, 196);
}
#botaoEmail{
  padding: 15px;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  margin-bottom: 30px;
}
.email a{
  text-decoration: none;
  color: #E0E0E0;
  font-weight: bold;
}
#botaoEmail:hover{
  background-color: rgb(86, 2, 196);
  transform: scale(1.1);
}
.curriculoEWhats{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.curriculo{
  text-align: center;
  font-size: 18px;
  border: 1px rgb(86, 2, 196) solid;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.curriculo a{
  text-decoration: none;
  color: #E0E0E0;
}
#botaoCurriculo, #botaoWhats{
  transition: all 0.3s ease-in-out;
}
.curriculo:hover{
  background-color: rgb(86, 2, 196);
}
.whatsapp{
  text-align: center;
  font-size: 18px;
  border: 1px rgb(86, 2, 196) solid;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.whatsapp:hover{
  background-color: rgb(86, 2, 196);
}
.whatsapp a{
  text-decoration: none;
  color: #E0E0E0;
}

aside{
  height: 100vh;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
ul.barraLateral{
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 50px;
}
li.itemBarraLateral{
  font-size: 35px;
}
.fa-brands, .fa-solid{
  color: #E0E0E0;
  transition: all 0.3s ease-in-out;
}
.fa-brands:hover, .fa-solid:hover{
  color: rgb(86, 2, 196);
}
