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

body {
  background-color: #0C151D;
}

.perfil {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 50px 0;
}

.img-perfil img {
  width: 140px;
  height: 140px;
  padding: 4px;
  border: 4px solid #00E9EE;
  border-radius: 50%;
}

.infor-perfil {
  margin: 30px 0;
}

.infor-perfil h2,
.infor-perfil p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.infor-perfil p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: "";
  color: #b8c0c7;
  margin-top: 5px;
}

.redes-sociais i {
  color: #fff;
  margin: 0 5px;
}

.redes-sociais i:hover {
  color: #00E9EE;
  cursor: pointer;
}

.text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 30px 0;
}

.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttons .curriculo {
  background-color: #00E9EE;
  padding: 20px 40px;
  border-radius: 5px;
  margin-right: 30px;
  cursor: pointer;
}

.buttons .curriculo:hover {
  box-shadow: rgba(0, 233, 238, 0.2) 0px 7px 29px 0px;
}

.buttons .curriculo a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: "";
  color: #1F2A33;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

.buttons .curriculo i {
  margin-left: 10px;
}

.buttons .sociais-whatsapp,
.buttons .sociais-email {
  padding: 15px;
  background-color: #171F26;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 4px;
}

.buttons .sociais-whatsapp:hover,
.buttons .sociais-email:hover {
  background-color: #1F2A33;
}

.buttons .sociais-whatsapp i, .sociais-email i {
  color: #fff;
}

.skills {
  margin-top: 20px;
  background-color: #171F26;
  border-radius: 10px;
  padding: 5px 0;
}

.skills .perfil-skills {
  display: flex;
  justify-content: space-between;
}

.skills .perfil-skills a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: "";
  color: #fff;
  margin: 0 5px;
  padding: 20px 40px;
  border-radius: 10px;
  cursor: pointer;
}

.skills .perfil-skills .ativo {
  background-color: #0C151D;
}

.show-projetos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.show-projetos img {
  width: 450px;
  margin: 20px;
  border-radius: 10px;
  filter: grayscale(100%);
}
.show-projetos img:hover {
  filter: grayscale(0%);
}

.show-habilidades {
  display: none;
  font-family: "Poppins", sans-serif;
  font-weight: "";
  text-align: "";
  color: #fff;
  margin-top: 50px;
}

.show-habilidades h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  color: "";
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
  font-size: 20px;
}

.show-habilidades .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.list div i {
  font-size: 10px;
  color: #00E9EE;
  margin: 10px;
  border: 2px solid #00E9EE;
  border-radius: 50%;
  padding: 2px;
}

.list div:nth-child(1),
.list div:nth-child(2) {
  display: flex;
  flex-direction: column;
  width: 150px;
}

footer {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin: 20px 0;
}/*# sourceMappingURL=style.css.map */

@media (min-width: 401px) and (max-width: 490px) {
  .text{
    padding: 0 25px;
  }

  .show-projetos img{
    width: 380px;
  }
}

@media (max-width: 400px) {
  .text{
    padding: 0 25px;
  }

  .show-projetos img{
    width: 300px;
  }
}