* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #000000;
}
.crossfade {
  opacity: 0.6;
}

.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) {
  background-image: url("../../public/images/bateas/Drone.jpg");
  /* background-image: url("https://minerabateas.pe/cdn/shop/files/preview_images/9b0ae2049cfd45369863e617efaf1857.thumbnail.0000000000_800x.jpg?v=1774279927"); */
}

.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url("../../public/images/bateas/_DSC7774.jpg");
  /* background-image: url("https://minerabateas.pe/cdn/shop/articles/Noticia_3_ec77c2dd-fd00-4133-a508-ef904082f6ac.jpg?v=1775859534&width=720"); */
}

.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url("../../public/images/bateas/Agua.jpg");
  /* background-image: url("https://minerabateas.pe/cdn/shop/files/DJI_0051.jpg?v=1742407218&width=1920"); */
}

.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url("../../public/images/bateas/_DSC2207.jpg");
  /* background-image: url("../../public/images/bateas/image.png"); */
}

.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url("../../public/images/bateas/_DSC2872.jpg");
  /* background-image: url("https://fortunamining.com/wp-content/uploads/2024/03/timeline-2017.jpg"); */
}

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }

  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.show-password-container {
  position: absolute;
  top: 28px;
  right: 5px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

.show-password-container:hover {
  cursor: pointer;
  background-color: #d5d5d5;
}

.btn-link {
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}
