* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  overflow-x: hidden;
  background: url(../img/background.svg) no-repeat center top fixed;
  background-size: cover;
  font-family: montserratB;
}

@font-face {
  font-family: montserratA;
  src: url(../font/Montserrat-Italic-VariableFont_wght.ttf);
}

@font-face {
  font-family: montserratB;
  src: url(../font/Montserrat-VariableFont_wght.ttf);
}

.container {
  width: 100%;
  height: 100vh;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container__infoGame {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.container__infoGame .acesLogo img {
  width: 60px;
}

.container__infoGame .infoGame {
  width: 90%;
  padding: 15px 0;
  background: rgba(250, 246, 242, 0.699);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container__infoGame .infoGame .bookImg {
  width: 100%;
  text-align: center;
}

.container__infoGame .infoGame .bookImg img {
  width: 160px;
  border-radius: 10px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
          box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.container__infoGame .infoGame .bookImg img:hover {
  scale: 1.1;
}

.container__infoGame .infoGame .detailsGame {
  text-align: center;
  margin: 20px 0;
  padding: 0 15px;
}

.container__infoGame .infoGame .detailsGame .detail h1 {
  font-size: 1.8em;
  font-weight: 700;
}

.container__infoGame .infoGame .detailsGame .detail h2 {
  margin: 10px;
  color: #00b7bd;
  font-weight: 400;
}

.container__infoGame .infoGame .detailsGame .detail h3 {
  font-weight: 400;
  font-size: 1em;
  margin: 20px 0 20px 0;
}

.container__infoGame .infoGame .detailsGame .buttonStar {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.container__infoGame .infoGame .detailsGame .buttonStar .infoBtn__star {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-radius: 15px;
  padding: 7px;
  margin: auto;
  background-color: #00b7bd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.container__infoGame .infoGame .detailsGame .buttonStar .infoBtn__star:hover {
  cursor: pointer;
  background-color: #09c6cc;
}

.container__infoGame .infoGame .detailsGame .buttonStar .infoBtn__star span {
  color: #fff;
}

.container__infoGame .infoGame .detailsGame .buttonStar .infoBtn__star img {
  width: 25px;
}

.hideInfoGame {
  display: none;
}

.container__starGame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  border-radius: 15px;
}

.container__starGame .logobook {
  width: 100%;
  text-align: center;
}

.container__starGame .logobook img {
  width: 170px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.container__starGame .logobook .logobook--reduceSize {
  width: 200px;
}

.container__starGame .screenStart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  /* INICIO CONTENEDOR TARJETAS TEO */
  /* FIN CONTENEDOR TARJETAS TEO */
  /* INICIO MENSAJE DOS */
  /* FIN MENSAJE DOS */
  /* INICIO CONTENEDOR TARJETAS OPCIONES*/
}

.container__starGame .screenStart .screenStart__msj {
  text-align: center;
  background-color: #e84e0f;
  margin: 30px auto 5px auto;
  width: 80%;
  border: 5px solid #df3e08;
  border-radius: 20px 25px 25px 30px;
  -webkit-transform: rotateZ(-0.1deg);
          transform: rotateZ(-0.1deg);
}

.container__starGame .screenStart .screenStart__msj h2 {
  color: #fff;
  font-size: 0.9em;
  padding: 5px 10px;
  font-weight: 400;
}

.container__starGame .screenStart .screenStart__msj h2 span {
  display: inline-block;
  -webkit-transform: translate(0);
          transform: translate(0);
  padding: 0 5px;
  color: #f1f507;
  -webkit-animation: skip 1s infinite;
          animation: skip 1s infinite;
}

@-webkit-keyframes skip {
  0% {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@keyframes skip {
  0% {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.container__starGame .screenStart .screenStart__msj--display {
  display: none;
}

.container__starGame .screenStart .cardsDinaTeo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.container__starGame .screenStart .cardsDinaTeo .cardDina {
  position: relative;
  width: 160px;
  height: 160px;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.container__starGame .screenStart .cardsDinaTeo .cardDina .faceDina {
  background-color: #ff8c1a;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.container__starGame .screenStart .cardsDinaTeo .cardDina .faceDina img {
  width: 65%;
}

.container__starGame .screenStart .cardsDinaTeo .cardDina .faceDina .imgDina__Msj {
  position: absolute;
  width: 130px;
  bottom: -55px;
  left: -40px;
}

.container__starGame .screenStart .cardsDinaTeo .cardDina .faceDina .numberRandom {
  font-size: 5em;
}

.container__starGame .screenStart .cardsDinaTeo .cardDina .front {
  -webkit-transform: perspective(1000px) rotateY(0deg);
          transform: perspective(1000px) rotateY(0deg);
  -webkit-animation: scaleDina 1s 2;
          animation: scaleDina 1s 2;
}

.container__starGame .screenStart .cardsDinaTeo .cardDina .front:hover {
  background-color: #f3a113;
}

@-webkit-keyframes scaleDina {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
}

@keyframes scaleDina {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
}

.container__starGame .screenStart .cardsDinaTeo .cardDina .back {
  -webkit-transform: perspective(1000px) rotateY(180deg);
          transform: perspective(1000px) rotateY(180deg);
  background-color: aliceblue;
  color: #555554;
}

.container__starGame .screenStart .cardsDinaTeo .cardDina .rotarDina {
  -webkit-transform: perspective(1000px) rotateY(180deg);
          transform: perspective(1000px) rotateY(180deg);
}

.container__starGame .screenStart .cardsDinaTeo .cardDina .mostrarDina {
  -webkit-transform: perspective(1000px) rotateY(360deg);
          transform: perspective(1000px) rotateY(360deg);
}

.container__starGame .screenStart .cardsDinaTeo .cardDina--reduceSize {
  width: 100px;
  height: 100px;
  font-size: 0.7em;
}

.container__starGame .screenStart .cardsDinaTeo .cardTeo {
  position: relative;
  width: 160px;
  height: 160px;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.container__starGame .screenStart .cardsDinaTeo .cardTeo .faceTeo {
  background-color: #ff8c1a;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container__starGame .screenStart .cardsDinaTeo .cardTeo .faceTeo img {
  width: 65%;
}

.container__starGame .screenStart .cardsDinaTeo .cardTeo .faceTeo .imgTeo__Msj {
  display: none;
}

.container__starGame .screenStart .cardsDinaTeo .cardTeo .faceTeo .imgTeo__Msj--see {
  display: block;
  position: absolute;
  width: 130px;
  bottom: -55px;
  right: -40px;
}

.container__starGame .screenStart .cardsDinaTeo .cardTeo .faceTeo .letterRandom {
  font-size: 5em;
}

.container__starGame .screenStart .cardsDinaTeo .cardTeo .front {
  -webkit-transform: perspective(1000px) rotateY(0deg);
          transform: perspective(1000px) rotateY(0deg);
}

.container__starGame .screenStart .cardsDinaTeo .cardTeo .front:hover {
  background-color: #f3a113;
}

.container__starGame .screenStart .cardsDinaTeo .cardTeo .back {
  -webkit-transform: perspective(1000px) rotateY(180deg);
          transform: perspective(1000px) rotateY(180deg);
  background-color: aliceblue;
  color: #555554;
}

.container__starGame .screenStart .cardsDinaTeo .cardTeo .rotarTeo {
  -webkit-transform: perspective(1000px) rotateY(180deg);
          transform: perspective(1000px) rotateY(180deg);
}

.container__starGame .screenStart .cardsDinaTeo .cardTeo .mostrarTeo {
  -webkit-transform: perspective(1000px) rotateY(360deg);
          transform: perspective(1000px) rotateY(360deg);
}

.container__starGame .screenStart .cardsDinaTeo .cardteo--reduceSize {
  width: 100px;
  height: 100px;
  font-size: 0.7em;
}

.container__starGame .screenStart .cardsDinaTeoGapreduce {
  gap: 10px;
  margin: 20px 0 10px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.container__starGame .screenStart .msjGame {
  text-align: center;
  background-color: #e84e0f;
  margin: 30px auto 5px auto;
  width: 80%;
  border: 5px solid #df3e08;
  border-radius: 20px 25px 25px 30px;
  -webkit-transform: rotateZ(-0.1deg);
          transform: rotateZ(-0.1deg);
}

.container__starGame .screenStart .msjGame h2 {
  color: #fff;
  font-size: 0.9em;
  padding: 5px 10px;
  font-weight: 400;
}

.container__starGame .screenStart .msjGame h2 span {
  display: inline-block;
  -webkit-transform: translate(0);
          transform: translate(0);
  padding: 0 5px;
  color: #f1f507;
  -webkit-animation: skip 1s infinite;
          animation: skip 1s infinite;
}

@keyframes skip {
  0% {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.container__starGame .screenStart .optionsHide {
  display: none;
}

.container__starGame .screenStart .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.container__starGame .screenStart .options .optionsCards {
  position: relative;
  cursor: pointer;
  border-radius: 10px 10px 15px 15px;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  width: 60px;
  height: 90px;
}

.container__starGame .screenStart .options .optionsCards .optionsFront {
  background-color: #ff8c1a;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
}

.container__starGame .screenStart .options .optionsCards .optionsFront img {
  width: 50%;
}

.container__starGame .screenStart .options .optionsCards .optionsBack {
  background-color: #ff8c1a;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  background-color: #f88163;
  color: #fff;
  font-size: 2.2em;
}

.container__starGame .screenStart .options .optionsCards .optionsBack img {
  width: 50%;
}

.container__starGame .screenStart .options .optionsCards .optionsBack--true {
  background-color: #00a3a6;
  color: #fff;
  font-size: 2.2em;
}

.container__starGame .screenStart .options .optionsCards .optionsBack--false {
  background-color: #f88163;
  color: #fff;
  font-size: 2.2em;
}

.container__starGame .screenStart .options .optionsFront {
  -webkit-transform: perspective(1000px) rotateY(0deg);
          transform: perspective(1000px) rotateY(0deg);
}

.container__starGame .screenStart .options .optionsFront:hover {
  background-color: #f3a113;
}

.container__starGame .screenStart .options .optionsBack {
  -webkit-transform: perspective(1000px) rotateY(180deg);
          transform: perspective(1000px) rotateY(180deg);
  background-color: aliceblue;
}

.container__starGame .screenStart .options .rotarfront {
  -webkit-transform: perspective(1000px) rotateY(180deg);
          transform: perspective(1000px) rotateY(180deg);
}

.container__starGame .screenStart .options .mostrarBack {
  -webkit-transform: perspective(1000px) rotateY(360deg);
          transform: perspective(1000px) rotateY(360deg);
}

.container__starGame .screenStart--active {
  display: none;
}

.container__starGame--Focus {
  display: none;
}

.dinaContainerActivo {
  display: none;
}

.teoContainerActivo {
  display: none;
}

.correct {
  -webkit-filter: invert(25%) sepia(91%) saturate(3663%) hue-rotate(122deg) brightness(94%) contrast(104%);
          filter: invert(25%) sepia(91%) saturate(3663%) hue-rotate(122deg) brightness(94%) contrast(104%);
  -webkit-animation: moveTopStart 1000ms linear infinite;
          animation: moveTopStart 1000ms linear infinite;
}

.wrong {
  -webkit-filter: invert(150%) sepia(90%) saturate(1239%) hue-rotate(336deg) brightness(118%) contrast(100%);
          filter: invert(150%) sepia(90%) saturate(1239%) hue-rotate(336deg) brightness(118%) contrast(100%);
  -webkit-animation: moveTopStart 1000ms linear infinite;
          animation: moveTopStart 1000ms linear infinite;
}

.regular {
  -webkit-animation: moveTopScore 1000ms linear infinite;
          animation: moveTopScore 1000ms linear infinite;
  -webkit-filter: sepia(57%) saturate(1877%) hue-rotate(356deg) brightness(104%) contrast(97%) drop-shadow(15px 8px 8px #a9a9aa);
          filter: sepia(57%) saturate(1877%) hue-rotate(356deg) brightness(104%) contrast(97%) drop-shadow(15px 8px 8px #a9a9aa);
}

.bueno {
  -webkit-animation: moveTopScore 1000ms linear infinite;
          animation: moveTopScore 1000ms linear infinite;
  -webkit-filter: sepia(57%) saturate(1877%) hue-rotate(356deg) brightness(104%) contrast(97%) drop-shadow(15px 8px 8px #a9a9aa);
          filter: sepia(57%) saturate(1877%) hue-rotate(356deg) brightness(104%) contrast(97%) drop-shadow(15px 8px 8px #a9a9aa);
}

@-webkit-keyframes moveTopStart {
  from {
    -webkit-filter: invert(25%) sepia(91%) saturate(2018%) hue-rotate(94deg) brightness(94%) contrast(104%);
            filter: invert(25%) sepia(91%) saturate(2018%) hue-rotate(94deg) brightness(94%) contrast(104%);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
    -webkit-filter: invert(44%) sepia(40%) saturate(898%) hue-rotate(71deg) brightness(88%) contrast(90%);
            filter: invert(44%) sepia(40%) saturate(898%) hue-rotate(71deg) brightness(88%) contrast(90%);
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}

@keyframes moveTopStart {
  from {
    -webkit-filter: invert(25%) sepia(91%) saturate(2018%) hue-rotate(94deg) brightness(94%) contrast(104%);
            filter: invert(25%) sepia(91%) saturate(2018%) hue-rotate(94deg) brightness(94%) contrast(104%);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
    -webkit-filter: invert(44%) sepia(40%) saturate(898%) hue-rotate(71deg) brightness(88%) contrast(90%);
            filter: invert(44%) sepia(40%) saturate(898%) hue-rotate(71deg) brightness(88%) contrast(90%);
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}

@keyframes moveTopStart {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes moveTopScore {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes moveTopScore {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.container__endGame {
  width: 100%;
  text-align: center;
}

.container__endGame .infoEngGame {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  width: 80%;
}

.container__endGame .infoEngGame .textEndGame {
  width: 100%;
  border-radius: 40px 40px 0 0;
  background-color: #1ebbe0;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}

.container__endGame .infoEngGame .textEndGame h2 {
  margin: 5px;
  color: #fff;
}

.container__endGame .infoEngGame .textEndGame--hide {
  display: none;
}

.container__endGame .infoEngGame .scoreContent {
  width: 200px;
  height: 200px;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  position: relative;
  margin-bottom: 5px;
}

.container__endGame .infoEngGame .scoreContent img {
  position: absolute;
  width: 80%;
  z-index: 0;
}

.container__endGame .infoEngGame .scoreContent span {
  font-size: 3em;
  z-index: 10;
  -webkit-animation: moveTopScore 1000ms linear infinite;
          animation: moveTopScore 1000ms linear infinite;
}

.container__endGame .infoEngGame .starContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.container__endGame .infoEngGame .starContainer img {
  width: 25px;
}

.container__endGame .infoEngGame .starContainer .imgStarsEnd {
  width: 50px;
}

.container__endGame .starContainer--activo {
  display: none;
}

.infoEngGame--border {
  border: 4px solid #1ebbe0;
}

.endGame--hide {
  width: 95%;
  background-color: #fff;
}

.btnRefrech {
  margin: 25px 0;
  width: 100%;
  text-align: center;
}

.btnRefrech .btnActualizar {
  background-color: #1ebbe0;
  width: 70%;
  padding: 10px 0;
  border-radius: 10px;
  border: none;
  font-size: 1em;
  color: #fff;
  cursor: pointer;
}

.btnRefrech .btnActualizar:hover {
  background-color: #30c4e6;
}

.btnRefrech--hide {
  display: none;
}

@media (min-width: 450px) {
  .container__starGame .screenStart .cardsDinaTeo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin-bottom: 10px;
  }
  .container__starGame .screenStart .cardsDinaTeo .cardDina--reduceSize {
    width: 120px;
    height: 120px;
  }
  .container__starGame .screenStart .cardsDinaTeo .cardteo--reduceSize {
    width: 120px;
    height: 120px;
  }
  .container__starGame .screenStart .msjGame {
    width: 60%;
  }
  .container__starGame .screenStart .options {
    gap: 10px;
  }
  .container__starGame .screenStart .options .optionsCards {
    width: 90px;
    height: 110px;
  }
  .container__endGame .infoEngGame {
    width: 60%;
  }
  .container__endGame .infoEngGame .starContainer {
    gap: 10px;
  }
  .container__endGame .infoEngGame .starContainer img {
    width: 35px;
  }
}

@media (min-width: 550px) and (max-height: 500px) {
  .container__infoGame .acesLogo {
    display: none;
  }
  .container__infoGame .infoGame {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .container__infoGame .infoGame .bookImg {
    width: 25%;
  }
  .container__infoGame .infoGame .detailsGame {
    width: 60%;
  }
  .container__starGame {
    position: relative;
  }
  .container__starGame .logobook img {
    position: absolute;
    top: 15px;
    left: 100px;
    width: 80px;
  }
  .container__starGame .logobook .logobook--reduceSize {
    width: 80px;
    top: 15px;
    left: 50px;
  }
  .container__starGame .screenStart {
    margin: 0;
    padding: 0;
  }
  .container__starGame .screenStart .screenStart__msj {
    width: 60%;
  }
  .container__starGame .screenStart .cardsDinaTeo {
    margin-bottom: 20px;
  }
  .container__starGame .screenStart .cardsDinaTeo .cardDina {
    width: 120px;
    height: 120px;
  }
  .container__starGame .screenStart .cardsDinaTeo .cardDina .faceDina .imgDina__Msj {
    width: 100px;
    bottom: -40px;
    left: -20px;
  }
  .container__starGame .screenStart .cardsDinaTeo .cardTeo {
    width: 120px;
    height: 120px;
  }
  .container__starGame .screenStart .cardsDinaTeo .cardTeo .faceTeo .imgTeo__Msj--see {
    z-index: 100;
    width: 100px;
    bottom: -40px;
    right: -20px;
  }
  .container__starGame .screenStart .cardsDinaTeo .cardDina--reduceSize {
    width: 100px;
    height: 100px;
  }
  .container__starGame .screenStart .cardsDinaTeo .cardteo--reduceSize {
    width: 100px;
    height: 100px;
  }
  .container__starGame .screenStart .msjGame {
    width: 60%;
    z-index: -1;
    margin: 0;
  }
  .container__starGame .screenStart .options .optionsCards {
    width: 60px;
    height: 70px;
  }
  .container__endGame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container__endGame .infoEngGame {
    width: 50%;
    height: 80%;
  }
  .container__endGame .infoEngGame .textEndGame {
    margin: 0;
  }
  .container__endGame .infoEngGame .scoreContent {
    margin: 0;
  }
  .container__endGame .infoEngGame .scoreContent img {
    width: 60%;
  }
  .container__endGame .infoEngGame .starContainer img {
    width: 20px;
  }
}

@media (min-width: 750px) {
  .container__infoGame .acesLogo img {
    width: 80px;
  }
  .container__infoGame .infoGame {
    padding: 30px;
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .container__infoGame .infoGame .bookImg {
    width: 30%;
  }
  .container__infoGame .infoGame .bookImg img {
    width: 180px;
    margin-bottom: 0;
  }
  .container__infoGame .infoGame .detailsGame {
    width: 70%;
    padding: 0 30px;
  }
  .container__starGame .screenStart .screenStart__msj {
    width: 50%;
  }
  .container__endGame .infoEngGame {
    width: 50%;
  }
}

@media (min-width: 1100px) {
  .container__infoGame .acesLogo {
    margin-bottom: 50px;
  }
  .container__infoGame .acesLogo img {
    width: 100px;
  }
  .container__infoGame .infoGame {
    width: 50%;
  }
  .container__infoGame .infoGame .bookImg img {
    width: 190px;
  }
  .container__infoGame .infoGame .detailsGame .buttonStar .infoBtn__star {
    width: 60%;
  }
  .container__starGame .logobook img {
    width: 220px;
  }
  .container__starGame .screenStart .screenStart__msj {
    width: 40%;
  }
  .container__starGame .screenStart .screenStart__msj h2 {
    font-size: 1.2em;
  }
  .container__starGame .screenStart .cardsDinaTeo .cardDina--reduceSize {
    width: 130px;
    height: 130px;
  }
  .container__starGame .screenStart .cardsDinaTeo .cardteo--reduceSize {
    width: 130px;
    height: 130px;
  }
  .container__starGame .screenStart .msjGame {
    width: 40%;
  }
  .container__starGame .screenStart .msjGame h2 {
    font-size: 1.2em;
  }
  .container__starGame .screenStart .options .optionsCards {
    width: 110px;
    height: 130px;
  }
  .container__endGame {
    margin-top: 20px;
  }
  .container__endGame .infoEngGame {
    width: 30%;
  }
}

@media (min-width: 1540px) {
  .container__infoGame .acesLogo {
    margin: 0;
  }
  .container__infoGame .acesLogo img {
    width: 120px;
  }
  .container__starGame .screenStart .screenStart__msj {
    width: 30%;
  }
  .container__starGame .screenStart .cardsDinaTeo .cardDina--reduceSize {
    width: 140px;
    height: 140px;
  }
  .container__starGame .screenStart .cardsDinaTeo .cardteo--reduceSize {
    width: 140px;
    height: 140px;
  }
  .container__starGame .screenStart .msjGame {
    width: 35%;
  }
  .container__starGame .screenStart .options .optionsCards {
    width: 130px;
    height: 150px;
  }
  .container__endGame .infoEngGame {
    width: 20%;
  }
}
/*# sourceMappingURL=style.css.map */