

.legal {
  color: rgb(255, 255, 255);
  background-color: #095f5b;

  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}



.hijo-legal a:visited {
  color: aliceblue;
  text-decoration: underline;
  font-size: 2rem;
  text-align: center;

}

a {
  cursor:pointer;
}