@font-face {
  font-family: 'Museo-Sans';
  src: url("assets/fonts/Museo-Sans/MuseoSansRounded300.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-family: 'Museo-Sans';
  src: url("assets/fonts/Museo-Sans/MuseoSansRounded500.woff") format('woff');
  font-weight: 500;
  font-style: bold;
}
.background-1 {
  position: fixed;
  background-image: url("assets/clima/fondo-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.background-2 {
  position: absolute;
  background-image: url("assets/clima/fondo-02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.container {
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.index-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}
.frame-title {
  margin: 0 auto;
  width: 500px;
  height: 140px;
  border: 4px solid #ff8000;
}
.title-game {
  width: 450px;
  height: 180px;
  margin: 0 auto;
  font-family: 'Museo-Sans';
  font-weight: 300;
  font-style: normal;
  font-size: 2.2em;
  color: #fff;
  line-height: 48px;
  padding-top: 20px;
}
.subtitle {
  margin: 0 auto;
  font-family: 'Museo-Sans';
  font-weight: 700;
  font-size: 1.8em;
  color: #ff8000;
  padding-top: 40px;
}
.txt-inst {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Museo-Sans';
  font-weight: 300;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
  padding: 30px;
}
.btn-play,
.btn-refresh,
.btn-levels {
  position: relative;
  background-color: transparent;
  background-image: url("assets/clima/btn-comenzar.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 180px;
  height: 48px;
  margin: 0 auto;
  border: none;
}
.btn-next {
  position: relative;
  background-color: transparent;
  background-image: url("assets/clima/btn-siguiente.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 180px;
  height: 48px;
  margin: 15px 0 50px 515px;
  border: none;
}
.btn-refresh {
  background-image: url("assets/clima/btn-repetir.png");
  height: 63px;
}
.btn-levels {
  background-image: url("assets/clima/btn-comenzar.png");
  height: 54px;
}
.btn-play background-color c-orange,
.btn-refresh background-color c-orange,
.btn-levels background-color c-orange,
.btn-next background-color c-orange {
  border-radius: 5px;
  font-family: 'Museo-Sans';
  font-size: 1.5em;
  color: #fff;
  font-weight: 300;
  padding-top: 8px;
}
.content {
  display: none;
  margin: 35px 0;
}
.game {
  width: 70%;
  margin: auto;
  padding-top: 130px;
}
.content-instructions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-top: 50px;
  width: 100%;
  height: 100px;
}
.title-levels {
  margin: 0 auto;
  margin-bottom: 25px;
  font-family: 'Museo-Sans';
  font-weight: 500;
  font-size: 1.8em;
  color: #113b4d;
}
.box-level {
  margin: 0 auto;
  margin-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: 'Museo-Sans';
  font-weight: 300;
  font-size: 1.3em;
  color: #113b4d;
  text-align: center;
}
.level,
.item,
.feedback {
  display: none;
}
.level.active,
.item.active,
.feedback.active {
  display: block;
}
.level {
  width: 100%;
}
.cards {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-option {
  color: #113b4d;
  font-size: 1.3em;
  position: relative;
  margin: auto;
  padding: 10px;
  width: 250px;
  height: 35px;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 2.5px solid #113b4d;
  border-radius: 8px;
  text-align: center;
  transition: 400ms all linear;
  cursor: pointer;
  font-family: 'Museo-Sans';
  font-weight: 300;
}
.primary-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.card-content {
  margin-top: 20px;
  border: 2.5px solid #113b4d;
  border-radius: 24px;
  padding: 8px;
}
/*FEEDBACK SECTION => felicidades y vuelve a intentarlo*/
.feedback,
.modal {
  position: fixed;
  background: #113b4d;
  opacity: 90%;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.modal-content,
.panel {
  background: #113b4d;
  opacity: 100%;
  width: 350px;
  height: 400px;
  text-align: center;
  margin: 115px auto;
  /*position: absolute;
  top: 18%;
  left: 36%;*/
  padding: 20px 10px;
  z-index: 300;
}
.feedbak-title {
  border: 4px solid #ff8000;
  height: 50px;
  padding-top: 20px;
}
.level-align {
  padding-top: 70px;
  padding-right: 30px;
}
.box-levels {
  position: relative;
  background-image: url("assets/clima/item-niveles.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: none;
  width: 220px;
  height: 190px;
  margin-left: 80px;
}
.box-levels p {
  font-family: 'Museo-Sans';
  font-size: 2rem;
  color: #fff;
  line-height: 0.1rem;
  margin-top: 50px;
}
.box-levels p.num {
  font-size: 3rem;
  padding-right: 30px;
}
[class*="btn"] {
  cursor: pointer;
}
[class*="btn"]:focus {
  outline: none;
}
[class*="btn"]:disabled {
  opacity: 0.33;
}
[class*="crown"] {
  display: none;
  margin-bottom: 30px;
}
[class*="crown"] img {
  display: inline-block;
  max-width: 120px;
}
[class*="crown"] h2 {
  text-transform: uppercase;
}
[class*="crown"] h2,
[class*="crown"] p {
  font-family: 'Museo-Sans';
  color: #fff;
}
.wrapper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 400px;
  width: 100%;
  height: 100px;
}
/* hover rojo y verde => SUCESS & WARNING*/
.success {
  background: rgba(0, 128, 0, 0.8);
  color: #fff;
}
.warning {
  background: rgba(220, 20, 60, 0.8);
  color: #fff;
}
@media screen and (max-width: 800px) {
  .background-2 {
    width: 100vw;
    height: 145vh;
  }
  .box-level {
    width: 400px;
  }
  .index-content {
		margin-top: -50px;
  }
  .frame-title {
    width: 400px;
    height: 140px;
    border: 3px solid #ff8000;
  }
  .title-game {
    width: 350px;
    font-size: 1.6em;
  }
  .subtitle {
    width: 400px;
    font-size: 1.6em;
    color: #ff8000;
    padding-top: 40px;
  }
  .txt-inst {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 30px;
    max-width: 400px;
    padding: 0px;
  }
  .title-levels {
    font-size: 1.6em;
  }
  .box-level {
    margin-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.2em;
  }
  .primary-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .card-content {
    margin-bottom: 30px;
  }
  .card-content img {
    width: 350px;
  }
  .cards {
    margin-left: 0px;
  }
  .card-option {
    font-size: 1.1em;
  }
  .wrapper-btn {
    margin-top: 720px;
  }
  .btn-next {
    margin: 0 auto;
    margin-right: 0px;
  }
  .modal-content,
  .panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 15%;
    top: 14%;
  }
  .btn-levels {
    margin-right: 40px;
  }
  .box-levels {
    position: relative;
    background-image: url("assets/clima/item-niveles.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: none;
    width: 220px;
    height: 190px;
    margin-left: 5px;
  }
}
