body {
  background-color: #000 !important;
  margin: 0px;
  height: 100%;
  overflow: hidden;
  text-align: center !important;
}

/* Fondo del Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111; /* Fondo oscuro */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

/* Animación de los puntos */
.dots::after {
  content: "";
  display: inline-block;
  animation: dots-animation 1.5s steps(4, end) infinite;
}

@keyframes dots-animation {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}

svg {
  background-color: #000 !important;
}

#lottie {
  background-color: #121318;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  background-image: url(../images/llama-tiva.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pausa {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}

.name_screen {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  line-height: 100%;
  height: 100%;
  width: 100%;
  font-size: 10px;
}
.name_screen p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: block;
  bottom: 0;
  position: absolute;
  color: rgba(255, 255, 255, 0.4);
  padding-left: 10px;
}

.pausa img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ocultar {
  display: none;
}

.ver {
  display: block;
}

.boton {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  height: 100%;
  width: 100px;
}
