* {
   margin: 0;
   padding: 0;
}

body,
.backdrop header {
   font-size: 22px;
   color: #666;
}

@media (max-width: 767px) {

   body,
   .backdrop header {
       font-size: 18px;
   }
}

.modalCalificacion__imagen {
   text-align: right !important;
   padding: 10px 15px !important;
}

.modalCalificacion__imagen img {
   width: 120px !important;
   display: inline-block !important;
}

#cenario {
   cursor: pointer;
   position: relative;
   width: 90%;
   /*height:325px;*/
   height: 400px;
   overflow: hidden;
   margin: 0 auto 0;
   /*border:1px solid #6b6b6b;*/
   /*background:#CAE3EE url(https://image.ibb.co/fEhpSo/i8e3QQ9.png) repeat-x 165px 0;*/
   background: #CAE3EE url('../img/bg2.png');
   background-position-x: 0;
   background-position-y: -57px;
}

#cenario.loop {
   animation: parallax 60s linear infinite;
   -webkit-animation: parallax 60s linear infinite;
}

@media (min-width: 361px) and (max-width:1299px) {
   #cenario.loop {
      animation: parallax 30s linear infinite;
      -webkit-animation: parallax 30s linear infinite;
   }
}

#cenario #piso {
   position: absolute;
   top: 346px;
   left: 0;
   width: 100%;
   height: 54px;
   /*background: white url(https://image.ibb.co/kUH0YT/1hvUfeW.gif);*/
   background: url('../img/piso2.png');
   background-size: contain;
}

#cenario #piso.fase1 {
   animation: play 1s linear infinite;
   -webkit-animation: play 1s linear infinite;
}

#cenario #personagem {
   position: relative;
   display: inline-block;
   margin: 227px 0 0 0;
   width: 92px;
   height: 97px;

   /*background: url(https://media1.giphy.com/media/s1VXy8TpCQIwM/200.gif) no-repeat;*/
   background: url('../img/animation.gif') no-repeat;
   background-size: contain;
   z-index: 01;
}

@media (min-width: 361px) {
   #cenario #personagem {
       width: 148px;
       height: 155px;
       margin: 170px 0 0 40%;

   }
}

/*#cenario #personagem.activo{
   background: url('../img/animation.gif') no-repeat;
}*/

.salto {
   background: url('../img/salto.png') no-repeat !important;
   background-size: contain !important;
}

/* #cenario #personagem.active{background:blue url(hhttps://media1.giphy.com/media/s1VXy8TpCQIwM/200.gif) no-repeat;no-repeat;background-size:contain;} */
#cenario #personagem.animate {
   transition: All 0.35s;
   -webkit-transition: All 0.35s;
}

#cenario #pulo {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -15px;
   margin-left: -15px;
   width: 0;
   height: 0;
   cursor: default;
   border-top: 15px solid transparent;
   border-bottom: 15px solid transparent;
   border-left: 15px solid #6b6b6b;
   border-right: 0;
   background: none;
   outline: none;
}

#cenario #hit {
   position: absolute;
   top: 20px;
   right: 20px;
   font-size: 20px;
   font-family: 'Share', cursive;
   color: #fff;
   text-shadow: 1px 1px 0px #000;
}

@keyframes play {
   from {
       background-position: 0;
   }

   to {
       background-position: -165px;
   }
}

@-webkit-keyframes play {
   from {
       background-position: 0;
   }

   to {
       background-position: -165px;
   }
}

@keyframes parallax {
   from {
       background-position-x: 0;
   }

   to {
       background-position-x: -2000px;
   }
}

@-webkit-keyframes parallax {
   from {
       background-position-x: 0;
   }

   to {
       background-position-x: -2000px;
   }
}

























#cenario #obstaculos {
   position: absolute;
   top: 300px;
   left: 0;
   width: 100%;
   height: 67px;
}

#cenario #obstaculos .bloco {
   position: absolute;
   bottom: 0;
   right: 0px;
   width: 30px;
   height: 70%;
   background: url('../img/obstaculo.png');
   background-repeat: repeat;
   background-size: auto;
   background-size: contain;
   background-repeat: no-repeat;
}

@media (min-width: 361px) {
   #cenario #obstaculos .bloco {
       width: 40px;
       height: 100%;
   }
}

#cenario #obstaculos .bloco.active {
   /*-webkit-animation: playObstaulo 4s linear infinite;*/
   animation: playObstaulo 1.3s linear infinite;
   -webkit-animation: playObstaulo 1.3s linear infinite;
}

@media (min-width: 361px) {
   #cenario #obstaculos .bloco.active {
       /*-webkit-animation: playObstaulo 4s linear infinite;*/
       animation: playObstaulo 3s linear infinite;
       -webkit-animation: playObstaulo 3s linear infinite;
   }
}

.progreso {

   position: relative;
   top: 10px;
   height: 50px;
   width: 200px;
   background-size: contain;
   background-repeat: no-repeat;
   margin: 0 auto;
}

@media (min-width: 361px) {
   .progreso {

       left: 10px;
       margin: 0;
   }
}

.e0 {
   background-image: url('../img/e0.png');
}

.e1 {
   background-image: url('../img/e1.png');
}

.e2 {
   background-image: url('../img/e2.png');
}

.e3 {
   background-image: url('../img/e3.png');
}

.e4 {
   background-image: url('../img/e4.png');
}

.e5 {
   background-image: url('../img/e5.png');
}

.e6 {
   background-image: url('../img/e6.png');
}

.e7 {
   background-image: url('../img/e7.png');
}



/*#pulo:focus{background:green;}*/
/*#cenario #obstaculos.active{background: url(https://imgur.com/O2Q3FJf.gif) repeat-x;z-index:0;-webkit-animation: playObjetos 4s linear infinite;}*/

@keyframes playObjetos {
   from {
       left: 0;
   }

   to {
       left: -1400px;
   }
}

@-webkit-keyframes playObjetos {
   from {
       left: 0;
   }

   to {
       left: -1400px;
   }
}

@keyframes playObstaulo {
   from {
       right: 0;
   }

   to {
       right: 110%;
   }
}

@-webkit-keyframes playObstaulo {
   from {
       right: 0;
   }

   to {
       right: 110%;
   }
}

.paused {
   -webkit-animation-play-state: paused !important;
   -moz-animation-play-state: paused !important;
   -o-animation-play-state: paused !important;
   animation-play-state: paused !important;
}



/*Modal*/

.modal-backdrop {
   background-color: rgba(255,255,255,0.8);
}

.modalBichos .modal-dialog {
   min-height: 90%;
   max-width: 800px;
   width: 96%;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-left: auto;
   margin-right: auto;
}

.modalBichos .modal-content {
   /*background-image: url(../img/pattern-puntos.png);*/
   background-repeat: repeat;
   /*background-color: #005a9d;*/
   /*padding-top: 20px;*/
   /*border-radius: 6px;*/
   position: relative;
   min-width: 400px;
   -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    /*border: 1px solid #444242;*/
    border: none;
    padding: 0;
}

@media (max-width: 361px) {
   .modalBichos .modal-content {
       min-width: 100%;
   }
}

.modalBichos .modal-body {
   background-color: #fff;
   border-radius: 0 0 6px 6px;
   padding: 20px;
   text-align: center;
   font-size: 19px;
   color: #22284f;
    font-family: var(--fuente__titulos);
    border: 1px solid #444242;
}

@media (min-width: 767px) {
   .modalBichos .modal-body {
       font-size: 21px;
   }
}

.modalBichos .modal-body h2 {
   font-weight: 600;
   font-family: 'Barmeno', sans-serif;
}

.modalBichos .modal-body p {
   padding: 10px 15px;
   border-radius: 6px;
   text-align: center;
   background-color: #f5f5f5;
}

.modalBichos.modalFinal .modal-body p {
   background-color: transparent;
}

@media (min-width: 767px) {
   .modalBichos .modal-body p {
      text-align: left;
   }
}

.modalBichos .btnReiniciar {
   padding: .3em 1.5em .4em;
    border-radius: 1.2em;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 2px 4px 6px rgb(0 0 0 / 30%);
    box-shadow: 2px 4px 6px rgb(0 0 0 / 30%);
    line-height: 1.2;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
    transition: background-color .3s, transform .3s, -webkit-transform .3s;
    background-color: #005a9d;
    color: #fff;
    font-size: 18px;
    font-family: var(--fuente__titulos);
    font-weight: bold;
}

button:disabled,
button[disabled]{
   opacity: .6;
   background-color: #49A5AA !important;
}

button.oculto{
   display: none;
}

.modalAmarillo .modal-content {
   background-color: hsl(49, 100%, 50%) !important;
}


.modalAmarillo .modal-body {
   color: hsl(49, 100%, 50%) !important;
}

.modalAmarillo .btnReiniciar {
   background-color: hsl(49, 100%, 50%) !important;
}

.stars {
   background-image: url('../img/nemesis.png');
   height: 50px;
   width: 100%;
   max-width: 280px;
   background-size: contain;
   background-repeat: no-repeat;
   margin: 0 auto;
   margin-top: 25px;
}

.numeracion {
   position: absolute;
   bottom: calc(100% + 10px);
   left: 0px;
   font-size: 25px;
   border: 3px solid #f47920;
   background-color: #ffb600;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #fff;
}

@media (max-width: 767px) {
   .numeracion {
       left: -5px;
       font-size: 20px;
       border: 2px solid #f47920;
       width: 30px;
       height: 30px;
   }
}

/*css form input radio*/

.form-question {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
   font-family: "Roboto";
}

.form-question label {
	display: flex;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.375em;
}

.form-question	input {
		position: absolute;
		left: -9999px;

}
.form-question	input:checked + span {
   background-color: #fff;
   color: #005a9d;
}
.form-question	input:checked + span:before {
   box-shadow: inset 0 0 0 0.4375em #B7C657;
}

.form-question	span {
   display: flex;
   align-items: center;
   text-align: center;
   padding: 10px 15px;
   border-radius: 5px;
   transition: 0.25s ease;
   -webkit-transition: 0.25s ease;
   -moz-transition: 0.25s ease;
   -ms-transition: 0.25s ease;
   font-weight: normal;
   width: 100%;
}

@media (min-width: 767px) {
   .form-question	span {
      align-items: start;
      text-align: left;
   }
}

.form-question	span:hover{
   background-color: #005a9d;
   color: #fff;
}

.form-question	span:before{
   display: flex;
   flex-shrink: 0;
   content: "";
   background-color: #005a9d;
   width: 1.5em;
   height: 1.5em;
   border-radius: 6px;
   margin-right: 1em;
   transition: 0.25s ease;
   -webkit-transition: 0.25s ease;
   -moz-transition: 0.25s ease;
   -ms-transition: 0.25s ease;
   
   box-shadow: inset 0 0 0 0.125em #B7C657;
}
	
.textHelp{
   color: #B7C657;
   font-size: 18px;
   font-style: italic;
}

/*end css form input radio*/