html,
body,
figure,
div,
input,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  list-style: none;
  text-decoration: none;
}

.caixa {
  display: flex;
  width: 100%;
}

.topo_logo img {
  width: 280px;
  height: 280px;
}

.topo_apresentacao {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 135px;
  /* text-align: justify; */
  width: 80%;
}

#chamada_nome,
#nome {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 64px;
  font-feature-settings: "liga" off;
}

#chamada_nome {
  color: #000000;
}

#nome {
  color: #626cc3;
}

.contato {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
  width: 280px;
  background: #222222;
}

.chamada_info,
#email,
#telefone {
  width: 260px;
  border-radius: nullpx;
  color: #ffffff;
  font-family: Space Grotesk;
  font-style: normal;
}

.chamada_info {
  height: 16px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 16px;
  font-size: 12px;
}

#email,
#telefone {
  height: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}

.contato_icones img {
  width: 20px;
  height: 20px;
  background-color: black;
}

main {
  /* width: 1084px; */
  background: #626cc3;
  color: #ffffff;
  width: 100%;
}

.caixa_info {
  display: flex;
  flex-direction: column;
}

.topo_infos,
.topo_infos_projetos,
.topo_infos_skills {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
}

.topo_infos:hover,
.topo_infos_projetos:hover,
.topo_infos_skills:hover {
  background-color: rgb(255, 0, 0, 0.4);
}

.topo_infos h1,
.topo_infos_projetos h1,
.topo_infos_skills h1 {
  border-radius: nullpx;
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 56px;
  font-feature-settings: "liga" off;
  color: #ffffff;
  margin: 24px 0px;
}

.topo_infos button,
.topo_infos_projetos button,
.topo_infos_skills button {
  width: 50px;
  height: 35px;
  background-color: transparent;
}

.topo_infos button:hover,
.topo_infos_projetos button:hover,
.topo_infos_skills button:hover {
  background-color: red;
}

#conteudo,
#conteudo_projetos,
#conteudo_skills {
  border-radius: nullpx;
  font-family: Space Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  width: 90%;
  padding: 0px 50px;
  display: none;
}

.capacitacao h2 {
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 24px 0px;
}

.experiencia_profissional h2 {
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 24px 0px;
}

.meus_projetos {
  border-top: 4px solid white;
}

.caixa_projetos {
  display: flex;
  flex-direction: row;
  overflow-y: scroll;
  flex-wrap: wrap;
  height: 300px;
}

#conteudo_projetos p {
  font-size: 18px;
}

.projetos {
  display: flex;
  padding: 0px 24px 0px 0px;
}

.projetos img {
  /* height: 250px; */
  height: 250px;
  width: 260px;
  /* width: 272px; */
  margin: 24px 18px 24px 0px;
}

.projetos p {
  margin: 24px 24px 24px 0px;
}

.nome_projeto {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.skills {
  border-top: 4px solid white;
}

.skills_img {
  height: 24px;
  width: 814px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  margin: 30px 0;
}

.skills_img p {
  margin-right: 60px;
}

@media (max-width: 400px) {
  .topo {
    height: 50%;
  }

  .topo_logo img {
    width: 126px;
    height: 126px;
  }

  .caixa {
    display: flex;
    font-size: 15px;
  }

  .topo_apresentacao {
    padding: 0px 0px;
    width: 60%;
    font-size: 15px;
  }

  #chamada_nome {
    font-size: 15px;
    line-height: 15px;
  }

  #nome {
    font-size: 15px;
    line-height: 15px;
  }

  .topo_infos,
  .topo_infos_projetos,
  .topo_infos_skills {
    padding: 0px 30px;
  }

  .topo_infos h1,
  .topo_infos_projetos h1,
  .topo_infos_skills h1 {
    font-size: 15px;
    line-height: 30px;
    margin: 12px 0px;
  }

  #alternar_botao,
  #alternar_botao_projeto,
  #alternar_botao_skills {
    width: 8px;
    height: 8px;
  }

  .topo_infos button,
  .topo_infos_projetos button,
  .topo_infos_skills button {
    width: 25px;
    height: 25px;
    background-color: transparent;
  }
}

@media (max-width: 900px) {
  .topo_logo img {
    width: 145px;
    height: 200px;
  }

  .topo_apresentacao {
    padding: 0px 60px;
  }
  #chamada_nome {
    font-size: 30px;
    line-height: 34px;
  }

  #nome {
    font-size: 30px;
    line-height: 34px;
  }

  .contato {
    width: 150px;
    padding: 12px;
  }

  .chamada_info,
  #email,
  #telefone {
    width: 120px;
  }

  .chamada_info {
    height: 12px;
    font-size: 12px;
  }

  #email,
  #telefone {
    height: 18px;
    font-size: 12px;
  }

  .topo_infos,
  .topo_infos_projetos,
  .topo_infos_skills {
    padding: 0px 30px;
  }

  .topo_infos h1,
  .topo_infos_projetos h1,
  .topo_infos_skills h1 {
    font-size: 22px;
    line-height: 30px;
    margin: 6px 0px;
  }

  #alternar_botao,
  #alternar_botao_projeto,
  #alternar_botao_skills {
    width: 8px;
    height: 8px;
  }

  .topo_infos button,
  .topo_infos_projetos button,
  .topo_infos_skills button {
    width: 25px;
    height: 25px;
    background-color: transparent;
  }

  .caixa_projetos {
    display: flex;
    /* flex-direction: column; */
    overflow-y: scroll;
    flex-wrap: wrap;
    height: 200px;
  }

  #conteudo_projetos p {
    font-size: 12px;
  }

  .projetos {
    display: flex;
    flex-direction: column;
    padding: 0px 8px 0px 0px;
  }

  .projetos img {
    height: 180px;
    width: 180px;
    /* margin: 24px 24px 24px 0px; */
  }

  .projetos p {
    /* margin: 24px 24px 24px 0px; */
    margin: 5px;
    font-size: 12px;
  }

  .nome_projeto {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
  }

  #skills {
    margin: 0;
  }

  #conteudo_skills {
    font-size: 14px;
    margin: 0;
  }

  .skills_img {
    height: 14px;
    width: 400px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    margin: 25px 0;
  }

  .skills_img p {
    margin-right: 20px;
  }
}
