header {
  background: url('../img/Comprimido/fundoheader.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

header.active {
  background: url('../img/Comprimido/fundoheaderdark.webp');
}

.img-avatar {
  background: url(../img/avatarfixo.png);
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  background-size: 746px;
  object-fit: cover;
  z-index: 1;
  width: 40%;
  background-position-y: bottom;
  height: 800px;
  display: flex;
  justify-content: flex-start;
}

.img-avatar.ativo {
  background: url(../img/Comprimido/avatarcertificate.png);
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  background-size: 746px;
  object-fit: cover;
  z-index: 1;
  width: 40%;
  background-position-y: bottom;
  height: 800px;
  display: flex;
  justify-content: flex-start;
  animation: boneco2 1s;
}

@keyframes boneco2 {
  0% {
    top: 50px;
    opacity: 0;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.img-back-avatar {
  background: url('../img/circle.134eeeb1e58895b892195fe8ed63bc9f.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  object-fit: contain;
  width: 50%;
  height: 900px;
}

.ola {
  background-color: white;
  width: 20%;
  justify-content: center;
  border-radius: 20px;
  height: 150px;
  display: flex;
  align-items: center;
  margin-top: 250px;
  margin-left: 200px;
}

.ola.active {
  background-color: #01182c62;
}

.ola p {
  color: gray;
  font-size: 20px;
}

.ola p.active {
  color: white !important;
}

.ola span {
  font-weight: bold;
  font-size: 40px;
  color: rgb(0, 0, 0);
}

.ola span.active {
  color: white;
}

.container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  flex-direction: column;
}

.tecnologias {
  background-color: white;
  width: 10%;
  justify-content: center;
  border-radius: 20px;
  height: 100px;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-left: 400px;
  flex-direction: column;
}

.tecnologias.active {
  background-color: #001e38;
}

.tecnologias p {
  color: #858e9f;
  font-size: 14px;
}

.tecnologias p.active {
  color: white;
}

.logo-tecnologias {
  display: flex;
  position: absolute;
  align-items: flex-end;
  justify-content: space-around;
  flex-direction: column;
  min-height: 100vh;
  margin-right: 700px;
  width: 100%;
}

.logo-tecnologias img {
  width: 200px;
}

#js-logo {
  width: 400px;
}

.javascript-logo {
  width: 8%;
}

.redes-sociais {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
}

.linkedin {
  z-index: 100;
  max-width: 0px;
  width: 100%;
}

.github {
  z-index: 100;
  max-width: 0px;
  width: 100%;
}

.whatzapp {
  z-index: 100;
  max-width: 0px;
  width: 100%;
}

.redes-sociais img {
  max-width: 30px;
  width: 100%;
  padding: 10px;
  transition: 0.3s;
}

.redes-sociais img:hover {
  max-width: 40px;
  width: 100%;
}

.sobre-html {
  position: absolute;
  width: 205;
  text-align: center;
  display: none;
  transition: 0.3s;
}

.sobre-html h1 {
  font-size: 16px;
}

.sobre-html p {
  font-size: 10px;
  font-weight: bold;
}

.sobre-js {
  position: absolute;
  max-width: 390px;
  width: 100%;
  text-align: center;
  display: none;
}

.sobre-js h1 {
  font-size: 16px;
}

.sobre-js p {
  font-size: 10px;
  font-weight: bold;
}

.sass-logo {
  display: flex;
  align-items: center;
  max-width: 170px;
  width: 100%;
  gap: 20px;
}

.sobre-sass {
  max-width: 193px;
  width: 100%;
  display: none;
}

.sobre-sass h1 {
  font-size: 16px;
}

.sobre-sass p {
  font-size: 10px;
  font-weight: bold;
  width: 196px;
}
