.Header{
  width: 100%;
  height: 9dvh;
  position: absolute;
  top: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contenthold{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95dvw;
  margin: 0 auto;
}
.logoHeader a img{
  width: 12dvh;
  object-fit: contain;
}
.usuario .Perfil{
  font-weight: bold;
  background-color: #4e9392;
  padding: 1dvh 4dvh;
  color: #fff;
  border-radius: 0.5dvh;
  cursor: pointer;
}

.LinksHeader{
  width: 20dvw;
  display: flex;
  justify-content: space-between;
}
.LinksHeader a{
  color: #000000;


  &:hover{
    text-decoration: none;
    color: #4e9392;
  }
}

.LinksUsuarioPerfil{
  position: absolute;
  width: 10dvw;
  height: 24dvh;
  top: 8dvh;
  background-color: #f1f3f3ab;
  backdrop-filter: blur(2.5dvh);
  right: 4dvh;
  z-index: 100;
  border: 1px solid #2a2a2a;
  border-radius: 1dvh;

  box-sizing: border-box;
}
.listLinksProfileUser{
  display: flex; 
  flex-direction: column;
  width: 100% !important;
}
.listLinksProfileUser a{
  height: 10dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.Personalizado{
  width: 5dvw !important;
  margin: 0 auto;
  text-align: center;
  margin-top: 4dvh;
} 

.lineSeparator{
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #000000;
}