* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueLTStd-Hv.ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  background-image: url("../images/bgFrenadol.webp");
  background-repeat: repeat;
}

.logo {
  position: absolute;
  bottom: 15px;
  left: 44px;
}

.bg-violet {
  background-color: #d9d9d9;
  z-index: 2000;
  min-height: 100vh;
}

#palabras-aparecidas .palabra:nth-child(n+36) {
  display: none;
}

.modal-content {
  background-color: #000000;
  color: #FFFFFF;
}

.modal-footer {
  border-top: 0 !important;
}

.border-green {
  border: 10px solid green;
}

a {
  text-decoration: none;
}
a .span-faltan {
  color: black;
  font-size: 30px;
}
a span {
  font-weight: bold;
  color: #e9574e;
}

.comprobar #listado-completo p.bola {
  background-color: rgb(128, 128, 128) !important;
  background-image: none;
  box-shadow: none;
  color: rgb(167, 167, 167);
}
.comprobar #listado-completo p.bola.yes {
  background-color: rgb(255, 255, 255) !important;
  color: black;
}

body {
  font-family: "Helvetica", sans-serif !important;
}

.index {
  overflow: hidden;
}
.index .barra {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.index .loading {
  z-index: 5000;
  display: none;
  width: 1000px;
  height: auto;
  position: absolute;
  border-radius: 20px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.index .controles button.btn {
  height: 180px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 575px) {
  .index .controles button.btn {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .index .controles button.btn {
    font-size: 20px;
  }
}
.index .bottom {
  overflow: auto;
}
.index .bottom .limpiar-marcados:hover {
  cursor: pointer;
}
.index .bottom .limpiar-marcados:hover svg {
  opacity: 1;
}
.index .bottom .limpiar-marcados svg {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 50px;
  opacity: 0.3;
}
.index .bottom p {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  height: 150px;
  margin: 10px 5px;
  font-size: 26px;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  text-align: center;
  user-select: none;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
}
.index .bottom p:hover {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5) !important;
}
@media (min-width: 992px) {
  .index .bottom p {
    font-size: 62px;
  }
}
.index .bottom p:hover {
  cursor: pointer;
  background-color: white;
}
.index .ultimo-numero {
  font-weight: bold;
  font-size: 100px;
  color: #000000;
  margin: 0;
}
.index .ultimo-numero-title {
  margin: 0;
  font-size: 25px;
  color: gray;
}
@media (min-width: 768px) {
  .index .ultimo-numero-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .index .ultimo-numero-title {
    font-size: 40px;
  }
}
.index .numeros {
  z-index: -1;
}
.index .bocadillo {
  position: relative;
  width: 475px;
  top: 70px;
  left: -70px;
  z-index: 3000;
}
@media (min-width: 1200px) {
  .index .bocadillo {
    left: -70px;
  }
}
@media (min-width: 1300px) {
  .index .bocadillo {
    left: -40px;
  }
}
@media (min-width: 1500px) {
  .index .bocadillo {
    left: -140px;
  }
}
.index .bocadillo img {
  user-select: none;
}
.index .bocadillo .selectedNumber {
  position: relative;
}
.index .bocadillo .selectedNumber .randomText {
  position: absolute;
  width: 400px;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 56px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  user-select: none;
  line-height: 52px;
  color: #e9574e;
}
.index .bocadillo .selectedNumber .randomText img {
  max-width: 300px;
  margin: auto;
}
.index .camera-img {
  cursor: pointer;
  position: absolute;
  bottom: -127px;
  right: 0px;
  width: 350px;
  z-index: 1000;
  transition: all 0.1s ease-in;
  user-select: none;
}
@media (min-width: 1200px) {
  .index .camera-img {
    right: -40;
  }
}
.index .camera-img:hover {
  transform: rotate(5deg);
  filter: drop-shadow(0 0 10px black);
}
.index .ultimo-numero {
  z-index: 3000;
  position: absolute;
  bottom: -60px;
  right: 50%;
  transform: translate(50%, -50%);
  user-select: none;
}
.index .cerrar, .index .volver {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: white;
  opacity: 0.4;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  cursor: pointer;
  user-select: none;
}
.index .cerrar:hover, .index .volver:hover {
  opacity: 1;
}
.index .volver {
  right: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .volver img {
  margin-top: -7px;
  width: 25px;
  color: white;
}
.index .moverCamara {
  animation: agitar 0.1s infinite;
}
@keyframes agitar {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(-10px, 10px);
  }
}

.home {
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
}
.home__bingo {
  max-width: 1000px;
}
.home .camera {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(180%, -87%);
  width: 250px;
  animation: saludar 2s infinite;
}

.btn-start {
  background-color: #e9574e;
  text-decoration: none;
  color: black;
  border-radius: 24px;
  position: absolute;
  top: 76%;
  right: 50%;
  transform: translate(50%, -8%);
  width: 500px;
  height: 100px;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 4px 6px 0px #000;
}
.btn-start:hover {
  color: rgb(201, 201, 201);
}

@keyframes saludar {
  0% {
    transform: translate(180%, -87%) rotate(-5deg);
  }
  50% {
    transform: translate(180%, -87%) rotate(5deg);
  }
  100% {
    transform: translate(180%, -87%) rotate(-5deg);
  }
}

/*# sourceMappingURL=main.css.map */
