html,
body {
  width: 100dvw;
  height: 100dvh;
  margin: 0;
  padding: 0;
}

.background {
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0px;
  letter-spacing: 2px;
  overflow-x: hidden;
  overflow-y: auto;
}

img.card-img-top {
  cursor: pointer;
  height: 190px !important;
  width: 500px !important;
  background: #ffffff;
  border-radius: 20px;
}

.juego {
  width: 250% !important;
  z-index: 2;
}

img.card-img-top.girar {
  animation: fadein 2s;
}

.card {
  width: 60%;
  padding-top: 20%;
  position: relative;
}
.card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.option.disabled {
  pointer-events: none;
  opacity: 0.6;
}

@font-face {
  font-family: "AlbertProExtraBold";
  src: url("../fonts/FSAlbertProNarrow-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "AlbertRegular";
  src: url("../fonts/FSAlbertPro-Regular.otf") format("truetype");
}
@font-face {
  font-family: "AlbertLight";
  src: url("../fonts/FSAlbertPro-Light.otf") format("truetype");
}

.contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.centered-imageBtn {
  position: absolute;
  background-size: contain;
  background-position: center center;
  height: auto;
  margin-left: 0.4vw;
  width: 90vw;
  top: 40px;
}

.imgBtn {
  width: 7%;
  height: 100%;
  cursor: pointer;
}

.container-btnHome {
  position: absolute;
  top: 100px;
  left: 30px;
  width: auto;
  height: auto;
  z-index: 10;
}

.btnHome {
  position: absolute;
  top: 5%;
  right: 2%;
  height: auto;
  cursor: pointer;
}

#app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
}

.footer {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #044ed7;
  padding: 10px;
  text-align: center;
  font-size: 0.875rem;
}

.content-footer {
  max-width: 70%;
  margin: 0 auto;
}

.second-footer span {
  display: block;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "AlbertRegular";
}

.title {
  position: absolute;
  top: 19%;
  background-color: #fff;
  width: 120% !important;
  margin-left: -20px;
  padding: 20px 0px 20px 0px;
  z-index: 9999;
}

.title h1 {
  font-family: "AlbertProExtraBold";
  text-align: center;
  margin-right: 200px;
  font-size: 50px;
  color: #1d4093;
}

.arrows {
  position: absolute;
  top: 80%;
  margin: 0 auto;
  left: 40%;
}
