@charset "UTF-8";
/*******************************************************************************
** 
** Nombre de archivo: variables.scss
**
** Descripción: Este archivo tiene los estilos básicos del template para cursos en forma de variables
**              bajo ningún motivo se deben agregar nuevas variables o eliminar las existentes.
**              En caso de querer agregar nuevas variables utilice el archivo estilos.scss.
**
*******************************************************************************/
@font-face {
  font-family: "Cabin-Bold";
  src: url("../fonts/Cabin-Bold.ttf");
}

@font-face {
  font-family: "Cabin-Regular";
  src: url("../fonts/Cabin-Regular.ttf");
}

@font-face {
  font-family: "Jenevers-Regular";
  src: url("../fonts/TTJenevers-Regular.ttf");
}

.ahorcado {
  width: 100%;
  height: 100%;
  background: #edededff;
  position: relative;
}

.ahorcado__instructions {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.ahorcado__instructions__content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
}

.ahorcado__instructions__content__image {
  width: 30% !important;
}

@media (min-height: 800px) {
  .ahorcado__instructions__content__image {
    width: 40% !important;
  }
}

@media only screen and (max-width: 500px) {
  .ahorcado__instructions__content__image {
    width: 55% !important;
  }
}

.ahorcado__instructions__content__button {
  background-color: #ffffff;
  color: #7ba4dbff !important;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 45px;
  font-family: "Cabin-Bold", Times, serif;
  font-size: 18px !important;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media (min-height: 800px) {
  .ahorcado__instructions__content__button {
    width: 40% !important;
  }
}

@media only screen and (max-width: 500px) {
  .ahorcado__instructions__content__button {
    width: 55% !important;
  }
}

.ahorcado__instructions__content__button:hover {
  background-color: #7ba4dbff;
  color: #ffffff !important;
}

.ahorcado__header {
  position: absolute;
  width: 100%;
  top: 3%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ahorcado__header__item1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
}

.ahorcado__header__item1__oport {
  background-color: white;
  color: #e56a54ff;
  width: 80px;
  height: 50px;
  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-family: "Jenevers-Regular", Times, serif;
  font-size: 18px;
  margin: 0 !important;
}

.ahorcado__header__item1__image {
  width: 80px;
  height: 50px;
  background-color: #7ba4dbff;
  border-radius: 0px 20px 20px 0px;
  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;
  margin: 0 !important;
}

.ahorcado__header__item1__image img {
  width: 30px !important;
}

.ahorcado__header__item2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
}

.ahorcado__header__item2__question {
  background-color: white;
  color: #e56a54ff;
  width: 80px;
  height: 50px;
  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-family: "Jenevers-Regular", Times, serif;
  font-size: 18px;
  margin: 0 !important;
}

.ahorcado__header__item2__image {
  width: 80px;
  height: 50px;
  background-color: #7ba4dbff;
  border-radius: 20px 0px 0px 20px;
  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;
  margin: 0 !important;
}

.ahorcado__header__item2__image img {
  width: 30px !important;
}

.ahorcado__question {
  width: 80% !important;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3%;
}

@media (min-height: 850px) {
  .ahorcado__question {
    width: 100%;
    margin-top: 10%;
  }
}

@media only screen and (max-width: 800px) {
  .ahorcado__question {
    margin-top: 10%;
  }
}

@media only screen and (max-width: 500px) {
  .ahorcado__question {
    margin-top: 20%;
    width: 100% !important;
  }
}

.ahorcado__question img {
  width: 80% !important;
}

@media only screen and (max-width: 500px) {
  .ahorcado__question img {
    width: 100% !important;
  }
}

.ahorcado__pista {
  width: 60% !important;
  margin: 4px auto 0;
  text-align: center;
  background: #6f92c1;
  padding: 0.3rem 1rem;
  border-radius: 4px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1.2rem;
}

.ahorcado__image {
  width: 100%;
  margin-top: 3%;
  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;
}

@media only screen and (max-width: 365px) {
  .ahorcado__image {
    margin-top: 25%;
  }
}

.ahorcado__image img {
  width: 23% !important;
}

@media screen and (max-height: 720px) {
  .ahorcado__image img {
    width: 18% !important;
  }
}

@media (min-height: 850px) {
  .ahorcado__image img {
    width: 40% !important;
  }
}

@media only screen and (max-width: 500px) {
  .ahorcado__image img {
    width: 80px !important;
  }
}

.ahorcado__juego {
  padding: 0 5%;
  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;
  margin: 0 !important;
  margin-top: 3% !important;
}

.ahorcado__juego__palabra {
  color: #28334aff;
  font-size: 30px;
  font-family: "Jenevers-Regular", Times, serif;
  margin-bottom: 3%;
}

@media only screen and (max-width: 740px) {
  .ahorcado__juego__palabra {
    color: #e56a54ff;
  }
}

.btn-secondary {
  color: white;
  background-color: #28334aff;
  font-family: "Cabin-Bold", Times, serif;
  font-size: 18px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin: 0.5%;
}

@media only screen and (max-width: 600px) {
  .btn-secondary {
    font-size: 12px !important;
  }
}

.btn-secondary:hover {
  background-color: #7ba4dbff;
  color: white !important;
}

.teclado {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.respuestacontainer {
  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;
}

.solucionera {
  text-align: center;
  color: #28334aff;
  font-size: 25px;
  font-family: "Jenevers-Regular", Times, serif;
}

@media screen and (max-height: 720px) {
  .solucionera {
    font-size: 18px;
  }
}

.colorresultado {
  text-align: center;
  color: #28334aff;
  font-size: 25px;
  font-family: "Cabin-Regular", Times, serif;
}

@media screen and (max-height: 720px) {
  .colorresultado {
    font-size: 18px;
  }
}

.pista {
  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;
  margin-top: 7%;
}

@media screen and (max-height: 720px) {
  .pista {
    margin-top: 5%;
  }
}
/*# sourceMappingURL=ahorcado2.min.css.map */