body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  font-family: Arial, Sans-serif;
  background-image: url("../img/fondoRuleta.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
}
.portada {
  width: 100%;
  height: 100%;
}
.portada-content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.formulario {
  display: none;
  width: 100%;
  height: 100%;
}
.formulario-contador {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  color: #fff;
}
.formulario-label {
  color: #fff;
  margin: 0 auto;
  width: 100px;
  padding-top: 300px;
  display: block;
  text-align: center;
}
.formulario-campo {
  margin: 0 auto;
  width: 200px;
  display: block;
  margin-top: 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 0px;
  text-align: center;
  padding: 10px;
}
.formulario-btnContinuar {
  margin: 0 auto;
  width: 220px;
  display: block;
  margin-top: 20px;
  font-size: 18px;
  border-radius: 5px;
  border: 0px;
  text-align: center;
  padding: 10px;
  background-color: #707;
  color: #fff;
}
.formulario-mensaje {
  color: #ffbe33;
  margin-top: 10px;
  display: none;
  text-align: center;
}
.admin {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
}
.admin-premios {
  border: 1px solid #9dafd4;
  width: 500px;
  margin: 0 auto;
  padding: 50px;
}
.admin-premios-titulo {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
}
.admin-premios-premio {
  display: block;
  width: 400px;
  height: 40px;
}
.admin-premios-premio-nombre {
  display: block;
  float: left;
  width: 140px;
}
.admin-premios-premio input {
  float: left;
  width: 80px;
  margin-right: 20px;
  font-size: 18px;
  text-align: center;
}
.admin-premios-btn {
  width: 200px;
  border-radius: 10px;
  padding: 10px;
  background-color: #4bb5b3;
  color: #fff;
  border: 0px;
  margin-right: 20px;
  font-size: 18px;
}
.admin-premios-mensaje {
  color: #ffbe33;
  margin-top: 10px;
  display: none;
}
.admin-participantes {
  border: 1px solid #9dafd4;
  width: 500px;
  margin: 0 auto;
  padding: 10px 50px;
}
.admin-participantes-btn {
  width: 400px;
  border-radius: 10px;
  padding: 10px;
  background-color: #4bb5b3;
  color: #fff;
  border: 0px;
  margin-right: 20px;
  font-size: 18px;
  margin-top: 10px;
}
.admin-participantes-mensaje {
  color: #ffbe33;
  margin-top: 10px;
  display: none;
}
.admin-btnSalir {
  width: 200px;
  display: block;
  border-radius: 10px;
  padding: 10px;
  background-color: #ffbe33;
  color: #fff;
  border: 0px;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 10px;
}
.juego {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.juego-content {
  display: flex;
  height: 100%;
  width: 100%;
}
.juego-slogan {
  width: 100%;
  padding: 8rem 3rem;
}
.juego-slogan img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.juego-logoPardos {
  position: absolute;
  left: -50px;
  bottom: -70px;
  animation-duration: 2s;
}
.juego-etiqueta {
  position: absolute;
  left: 0px;
  top: 30px;
  animation-duration: 2s;
}
.juego-ruleta-container {
  height: auto;
  width: 90%;
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
}
.juego-ruleta-container-ruleta {
  width: calc(100% - 12px);
  height: auto;
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translate(-50%, 0);
  animation-duration: 1s;
}
.juego-ruleta-container-capsula {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0);
}
.juego-ruleta-container-btnPlay {
  width: 100%;
  height: auto;
  animation-duration: 1s;
}
.juego-ruletaPuntos {
  position: absolute;
  top: 40px;
  left: 200px;
  z-index: 4;
  pointer-events: none;
  animation-duration: 1s;
}
.juego-logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
.juego-premioCerveza {
  position: absolute;
  left: 360px;
  top: 20px;
}
.juego-premioEnergizante {
  position: absolute;
  left: 360px;
  top: 20px;
}
.juego-premioCajetilla {
  position: absolute;
  left: 360px;
  top: 20px;
}
.juego-premioEncendedor {
  position: absolute;
  left: 360px;
  top: 20px;
}
.juego-premioIntentalo {
  position: absolute;
  left: 360px;
  top: 20px;
}
.resultado {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  display: grid;
  place-items: center;
}
.container_ {
  width: 100%;
  height: 100%;
  padding: 0px 1rem;
}
@media (min-width: 1200px) {
  .container_ {
    max-width: 1200px;
    max-height: 720px;
    margin: auto;
    padding: 0px;
  }
}
button {
  display: block;
  margin: 2rem auto;
  padding: 1rem 3rem;
  border: 0;
  border-radius: 10px;
  background-color: #ff1065;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 3px 4px #1c2f74;
  cursor: pointer;
}

.formulario-info-global{
	display:flex;
	flex-direction: column;
	justify-content: center;
}