html {
  scroll-behavior: smooth;
}

.ir-arriba {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: #1e8b03;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  z-index: 1000;
}

