.jugar,
.mano {
  text-align: center;
}
@keyframes wowFlecha {
  0%,
  to {
    transform: scale(1);
    text-shadow: 2px 1px 9px rgba(0, 255, 0, 0.82);
  }
  50% {
    transform: scale(1.1);
    text-shadow: 4px 3px 9px rgba(0, 255, 0, 0.82);
  }
}
@keyframes bounce {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 24px 12px rgba(11, 224, 61, 0.685);
  }
}
:root {
  --fontPrincipal: "Sarabun", sans-serif;
  --blanco: #ffffff;
  --footer: #918f8f50;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background-image: url("../resources/fondo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  margin: 0 auto;
  width: 90%;
  font-family: var(--fontPrincipal);
  color: var(--blanco);
  font-weight: 200;
  font-size: 2rem;
  font-style: italic;
  position: relative;
  overflow-x: hidden;
}
#crocodino,
#mas,
#penales,
#pollo,
.aviso strong {
  color: gold;
  text-shadow: 1px 1px 2px #000, 0 0 5px orange, 0 0 10px gold;
  font-weight: 700;
}
@media (max-width: 900px) {
  body {
    background-size: auto;
    background-position-x: left;
    background-position-y: top;
  }
}
.jugar {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  cursor: default;
}
.aviso {
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.6);
  margin-top: -15rem;
  margin-bottom: 1rem;
}
.aviso_juegos1 {
  font-size: 1rem;
  margin-bottom: -1rem;
}
.aviso_click {
  font-size: 1.2rem;
  margin: 0.3rem auto 0;
  text-shadow: 4px 5px 4px #000;
  background-color: rgba(0, 0, 0, 0.452);
  padding: 0.3rem 1.5rem;
  border-radius: 10px;
}
.mano {
  font-size: 0.9rem;
  animation: 2s infinite wowFlecha;
  color: #fff;
  text-shadow: 4px 3px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
.button,
.button:hover {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.97);
}
.button,
.button:active {
  background: linear-gradient(
    90deg,
    #44db4c 0,
    #21bf63 36%,
    #299428 70%,
    #299427 26%,
    #2a8f21 100%
  );
}
.fa-solid {
  margin: 0 0.5rem;
}
.button {
  --bezier: cubic-bezier(0.22, 0.61, 0.36, 1);
  margin: 3rem auto;
  cursor: pointer;
  padding: 0.9rem 4rem;
  border-radius: 0.5em;
  min-height: 2.4em;
  min-width: 3em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  color: hsla(0, 0%, 90%);
  border: 0;
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 0.4s ease-in-out;
  animation: bounce 2s infinite var(--bezier);
  box-shadow: 0 0 14px 6px rgba(11, 224, 61, 0.685);
}
.button:hover {
  box-shadow: 0 0 24px 12px rgba(11, 224, 61, 0.384);
}
.button:active {
  --text-light: rgba(255, 255, 255, 1);
  box-shadow: inset 0.4px 1px 8px var(--edge-light),
    0 0 8px hsla(var(--back-color), 50%, 0.6);
  text-shadow: 0 0 20px var(--text-light);
  color: #fff;
  letter-spacing: 0.1em;
}
.imagen {
  width: 22rem;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 15rem;
  background-color: #34e031b7;
  border: 2px solid #299428;
  border-radius: 50%;
  padding: 6px;
  animation: pulseConectado 2s infinite ease-out;
}
@keyframes pulseConectado {
  0% {
    box-shadow:
      0 0 4px #299428,
      0 0 8px #299428,
      inset 0 0 4px #299428,
      0 0 0 0 rgba(41, 148, 40, 0.7);
  }
  70% {
    box-shadow:
      0 0 4px #2f2894,
      0 0 8px #299428,
      inset 0 0 4px #299428,
      0 0 0 20px rgba(41, 148, 40, 0);
  }
  100% {
    box-shadow:
      0 0 4px #299428,
      0 0 8px #299428,
      inset 0 0 4px #299428,
      0 0 0 0 rgba(41, 148, 40, 0);
  }
}
@media (max-width: 768px) {
  .jugar {
    margin-top: 9rem;
  }
  .imagen {
    margin-top: -4.5rem;
    width: 20rem;
  }
  .aviso {
    font-size: 3rem;
    margin-top: -14rem;
  }
  .button {
    margin-top: 3rem;
    margin-bottom: 2.2rem;
    font-size: 3.3rem;
  }
}
@media (min-width: 1900px) {
  .imagen {
    width: 30rem;
  }
  .aviso {
    font-size: 7rem;
  }
  .button {
    font-size: 5rem;
  }
  #icon {
    width: 32px;
    height: 32px;
  }
  .aviso_juegos2,
  .aviso_juegos3 {
    margin: 0.3rem auto 0;
    font-size: 2rem;
    text-shadow: 4px 5px 4px #000;
    background-size: cover;
    width: 25%;
    padding: 0.3rem;
    border-radius: 10px;
  }
  .fa-solid {
    margin: 0 0.5rem;
  }
}
