
@font-face {
  font-family: 'GillSansInfantW01-Bold';
  src: url('../fonts/GillSansInfantW01-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GillSansInfantW01-Bold.woff') format('woff'), url('../fonts/GillSansInfantW01-Bold.ttf')  format('truetype'), url('../fonts/GillSansInfantW01-Bold.svg#GillSansInfantW01-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GillSansInfantW01';
  src: url('../fonts/GillSansInfantW01.eot?#iefix') format('embedded-opentype'),  url('../fonts/GillSansInfantW01.woff') format('woff'), url('../fonts/GillSansInfantW01.ttf')  format('truetype'), url('../fonts/GillSansInfantW01.svg#GillSansInfantW01') format('svg');
  font-weight: normal;
  font-style: normal;
}

.cuadro_azul{
	width: 100%;
	background: #007FCE;
	padding: 20px;
	text-align: center;
	border-radius: 16px;
	color: #fff;
	    height: 369px;
}

.play_boton{
	position: absolute;
    width: 50px;
    top: 0;
    right: 0;

}

.boton_ok{
    position: absolute;
    top: 75px;
    background: #ffffff;
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
    font-size: 20px;
    left: 66px;
	cursor: pointer;
    user-select: none;
}

	.panel_game_over,.panel_ganador{
		
		background: rgb(227,164,53);
		background: -moz-linear-gradient(90deg, rgba(227,164,53,1) 0%, rgba(202,121,2,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(227,164,53,1) 0%, rgba(202,121,2,1) 100%);
		background: linear-gradient(90deg, rgba(227,164,53,1) 0%, rgba(202,121,2,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3a435",endColorstr="#ca7902",GradientType=1); 
		color: #fff;
		padding: 78px;
		text-align: center;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		width: 1101px;
		top: 100px;
		height: 522px;
		border-radius: 8px;  
		border: 7px solid;		
	}
	
	
	.letra1{
		font-size: 60px;
	}
	
 
	.letra3{
		font-size: 28px;
		font-weight: bold;
	}
	
	/*.fondo_naranja , body{*/
	 
	  .fondo_naranja  {
		 
		 
		background: rgba(147,42,18,1);
		background: -moz-linear-gradient(top, rgba(147,42,18,1) 0%, rgba(217,79,32,1) 25%, rgba(244,173,141,1) 70%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,42,18,1)), color-stop(25%, rgba(217,79,32,1)), color-stop(70%, rgba(244,173,141,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top, rgba(147,42,18,1) 0%, rgba(217,79,32,1) 25%, rgba(244,173,141,1) 70%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top, rgba(147,42,18,1) 0%, rgba(217,79,32,1) 25%, rgba(244,173,141,1) 70%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(147,42,18,1) 0%, rgba(217,79,32,1) 25%, rgba(244,173,141,1) 70%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(147,42,18,1) 0%, rgba(217,79,32,1) 25%, rgba(244,173,141,1) 70%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#932a12', endColorstr='#ffffff', GradientType=0 );
	}
	
	.flip{
		position: absolute;
		top: 323px;
		left: 5px;
		width: 55px;
		cursor: pointer;
	}
	
	.descripcion_cuadro{
		height: 111px;
		overflow: auto;
		margin-bottom: 0px;
	}
 

@font-face {
  font-family: 'psfonticons';
  src:  url('../fonts/psfonticons.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;

}

 ::-webkit-scrollbar {
    width: 1em;
}
 
 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
 ::-webkit-scrollbar-thumb {
  background-color: #F09B43;
  outline: 1px solid slategrey;
}

 .palabra_titulo1,.bloque_palabra{
	 
	 margin-bottom: 15px;
 }

 .degradado_rojo{
	background: rgba(233,94,32,1);
	background: -moz-linear-gradient(left, rgba(233,94,32,1) 0%, rgba(162,16,14,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(233,94,32,1)), color-stop(100%, rgba(162,16,14,1)));
	background: -webkit-linear-gradient(left, rgba(233,94,32,1) 0%, rgba(162,16,14,1) 100%);
	background: -o-linear-gradient(left, rgba(233,94,32,1) 0%, rgba(162,16,14,1) 100%);
	background: -ms-linear-gradient(left, rgba(233,94,32,1) 0%, rgba(162,16,14,1) 100%);
	background: linear-gradient(to right, rgba(233,94,32,1) 0%, rgba(162,16,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95e20', endColorstr='#a2100e', GradientType=1 );
 }
 
 .titulo_principal{
	margin: 0 0 10px 0;
    font-size: 36px;
    color: #0076ba;
    clear: both;
	}
	
	.texto_secundario{
		line-height: 1.2em;
		font-size: 30px;
		color: #626262;
	}
	
	 
	.fondo_drop{
				background: #f7ffd7;

	}
	
 
  
	
	.contenedor_palabra {
		margin-top: 22px;
	}
	
	.Start,.pausa ,.playAgain,.Resume{
       -webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px !important;
		border: 2px solid #ffffff !important;
		background: #60a350;
		/* background: -webkit-linear-gradient(bottom,rgba(47,168,227,.5),rgba(171,234,255,.5)); */
		background: -moz-linear-gradient(bottom,rgba(47,168,227,.5),rgba(171,234,255,.5));
		/* background: linear-gradient(to top,rgba(47,168,227,.5),rgba(171,234,255,.5)); */
		text-shadow: none;
		filter: none;
		color: #fff;
		font-size: 26px !important;
		margin-top: 19px;
     
}

.btn_idioma_EN,.btn_idioma_ES{
       -webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px !important;
		border: 2px solid #ffffff !important;
		background: #85B9DD; 
		text-shadow: none;
		filter: none;
		color: #fff;
		font-size: 26px !important;
		margin-top: 19px; 
}

.btn_idioma_azul{ 
		background: #007FCE;  
		color: #fff !important;
}


.btn_idioma_azul2{ 
		background: #007FCE;  
		color: #fff !important;
}

.pantalla_pause{
    background: #EBF8FE !important;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
	width: 100%;    position: absolute;top: -451px;
}

.pregunta{
	    font-weight: bold;
    font-size: 28px;
    color: #237dab;
    margin: 10px;
    padding: 40px;
    text-align: left;
}


.button-text{

    color: #333;
    font-size: 24px;
    background: #ecf9ff;
    border: 2px solid #93d4fb;
	width:100%;
	height: 80px;
	cursor: pointer;
	margin-bottom: 34px;
	border-radius: 15px; 
	 	-webkit-user-select: none; /* Safari 3.1+ */
			-moz-user-select: none; /* Firefox 2+ */
			-ms-user-select: none; /* IE 10+ */
			user-select: none; /* Standard syntax */
 
	}
.button-text2{

    color: #333;
    font-size: 24px;
    background: #ecf9ff;
    border: 2px solid #93d4fb;
	width:100%;
	height: 80px;
	cursor: pointer;
	margin-bottom: 34px;
	border-radius: 15px; 
	 	-webkit-user-select: none; /* Safari 3.1+ */
			-moz-user-select: none; /* Firefox 2+ */
			-ms-user-select: none; /* IE 10+ */
			user-select: none; /* Standard syntax */
 
	}
	
	 .question {
    border: 1px solid #237dab;
    background: #237dab;
     font-size: 22px;
    color: #f4f2ee;
    padding: 15px;
    margin: 0;
	border-radius: 7px;
}

.question-text {
    position: relative;
	margin: 7px 41px;
}

 .question-number {
   position: absolute;
    left: 52px;
    top: 24px;
}

	
	.azul{
     color: #237dab;
    font-weight: bold;
 

	}
	
	.oculto{
		display: none;
	}
	
	.quitamano{
		cursor: auto;
	}
	
	.mano{
		cursor: pointer;
	}
	
	
.icon_retro{
	position: relative;  
	top: -40px;   
	left: 6px;
}
	
 
 
.button-text:hover{
		background: #e2eff4;
		background: -webkit-linear-gradient(bottom,#ade4ff,#cbeeff);
		background: -moz-linear-gradient(bottom,#ade4ff,#cbeeff);
		background: linear-gradient(to top,#ade4ff,#cbeeff);
	}
	
	.button-text2 p,.button-text p{
	    text-align: center;
		margin: 20px 0 10px;
		margin: 14px 0 10px;
		font-size: 31px;
	}
	
	.playAgain{
		margin-top: -8px;
		margin-left: 36px;
	}
	
.progress-text {
    font-size: 16px;
    font-weight: bold;
    color: #0072b5;
}

progress[value]::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-webkit-progress-value {
  background: #FFA605;

    border-radius: 2px; 
 }

 #progress-bar{
	 margin-left: -23px;
    width: 88px;
    height: 12px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

		.cuadro1{			
			width: 155px;
			height: 94px;
			background: #F7EBEB;
			border: 2px solid #fff;
			color: #000;
			cursor: pointer;
			text-align: center;
			padding-top: 31px;
			font-size: 18px;		
			    user-select: none;
		}
		.cuadro_base{			
			width: 155px;
			height: 94px;
			background: #FFD355;
			border: 2px solid #fff;
			padding: 7px;
			color: #fff;
			cursor:pointer;				
		}
		
		.contenedor_tarjetas{
 
		}
		
		.flip1 {
			-webkit-animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
					animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
		}

		



		.contenedor1{
			font-family: 'GillSansInfantW01',sans-serif;
			font-size: 25px;
  			margin-top: 25px;
			color: #333;
			padding: 50px;
			-webkit-border-radius: 9px;
			-moz-border-radius: 9px;
			border-radius: 9px;
			-webkit-box-shadow: 0 4px 6px rgba(33,33,33,.45);
			-moz-box-shadow: 0 4px 6px rgba(33,33,33,.45);
			box-shadow: 0 4px 6px rgba(33,33,33,.45);		
			max-width: 800px;
			min-height:354px;
			margin: auto; 
			margin-top: 30px;
			margin-bottom: 0px;	
			    margin-bottom: 50px;
		 
			}
			
			.contenedor_pregunta{
				width: 100%;
				height: 165px;
				background: #FCF0EC;
				border: 4px solid #fff;
				border-radius: 13px;
			}
			.contenedor_palabras{
				height: 100%; 
				background: #EEF7FA; 
				border-radius: 13px;
				height: 367px;
				overflow: auto;
			}
			
			.imagen_pregunta{
				border-radius: 7px;					
			}
		
		.palabra_principal{
			font-family: 'GillSansInfantW01-Bold',sans-serif;

		}
		
		.pantalla_inicio{
				text-align: center;
				min-height:400px;				
				font-weight: bold;
				font-size: 44px;
				background: #1313133b;
				padding: 82px;
				
		}
		 
		.cuadro_palabra{
			padding: 15px;
			text-align: center;
			cursor: pointer;
			color: #3B628A;	 
			margin-bottom: 2px;			
		}
		 
		 ::selection {
		  background: #ED481A;
		  color:#fff;
		}
				 
		

 

.col-md-8{
	    padding-left: 6px !important;
	
}

#parent { 
  position: relative; 
} 
#child { 
  position: absolute; 
  right: 27px; 
  top: 32px;
   
}

  
@-webkit-keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
}
@keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
}



@media only screen and (max-width: 600px) {
	#child{
		left: -6px !important;
     
  }
  
  
  
  
}

 
