.copyright {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
  justify-content: space-between;
  background-color: #000000;
  padding: 10px;
  font-size: 12px;
}

.creador {
  color: rgba(218, 162, 65, 1);
  font-size: 10px;
}

.creador:hover {
  opacity: 0.55;
  color: rgba(218, 162, 65, 1);
}

.toTop {
  cursor: pointer;
  background-color: #a58014;
  width: 25px;
  align-self: center;
  padding: 4px;
  border-radius: 7px;
}

.toTop-sticky {
  cursor: pointer;
  background-color: #a58014;
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 50px;
  width: 25px;
  align-self: center;
  padding: 4px;
  border-radius: 7px;
}

.toTop-sticky:hover {
  width: 30px;
}

.toTop:hover {
  color: grey;
}

a svg[data-svg="totop"]:hover  {
fill: #ff0000;
color: grey;
}

.contactanos {
  color: white;
  text-decoration: underline;
  font-size: 12px;
}

.contactanos:hover {
  color: #ffffffb5;
}
