@font-face {
  font-family: gameFont;
  src: url('../fonts/PressStart2P.ttf');
}
*{
  box-sizing: border-box;
}

body{
  background-image: url('../image/fondo2.png');
  /*max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 10%;  
  left: 150%;*/
  width: 400px;
  height: 400px;
  background-size: 100% 200%;

    background-repeat: no-repeat;
}
/*cuando reproduce el audio no muestra el iframe, para no llenar la pantalla de iframe*/
iframe
{
  display:none;
}
.espacio
{
  width: 15%;

  width:  900px;
  height: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

/* position: absolute;
    top:  18%;
    left: 15%; 
    padding: 0px;
    margin: auto;
    width: 190px;
    */
.panel-palabras
{
  width: 40%;
  height: 20%;
  height: 600px;
  display: flex;
  flex-flow: row wrap;
  font-weight: bold;
  /*font-size: 19px;
  border: 10px solid #E87306;
  background: rgba(232, 115, 6, 0.5);*
  border-radius: 5px;*/
}
.pbra1, .pbra2, .pbra3, .pbra4, .pbra5, .pbra6, .pbra7, .pbra8
{
  text-align: left;
  height: 10%;
  width: 100%;

  
}
.panel-conceptos
{
 position: absolute;
  top: 12%;
  left: 28%;
  width: 47%;
  height: 70%;
  /*border: 10px solid #E87306;
  background: rgba(232, 115, 6, 0.5);
  border-radius: 5px;
  display: flex;*/
  flex-flow: row wrap;
}

#titulo
{position: absolute;
  top: -5%;
  left: 25%;
  width: 50%;
  height: 10%;
  display: flex;
  flex-flow: row wrap;
  font-size: 40px;
  color: white;
  text-align: center;
    border: 0px solid #E87306;
  background: rgba(0, 204, 204, 5);
  border-radius: 5px;
}

#concepto
{position: absolute;
  top: 12%;
  left: 5%;
  width: 90%;
  height: 50%;
  display: flex;
  flex-flow: row wrap;
    font-size: 40px;
  color: black;
  text-align: center;
    border: 0px solid #E87306;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

#img_concepto
{
 position: absolute;
  top: 66%;
  left: 98%;
  width: 35%;
  height: 30%;
  display: flex;
  flex-flow: row wrap;

}


.imagen
{
  position: absolute;
  top: 1%;
  left: 1%;
  width: 100%;
  height: 100%;
  /*border: 10px solid #E87306;
  background: rgba(232, 115, 6, 0.5);
  border-radius: 5px;*/
  display: flex;
  flex-flow: row wrap;
}

.img1_1
{
  padding-left: -20px;
  height: 90%;
  width: 80%;
  display: flex;
  position: absolute;
  top:  20%;
  left: 12%;
  text-align: center;

}
.img1
{
  padding-left: 25%;
  height: 35%;
  width: 30%;
  display: flex;
  position: absolute;
  top:  8%;
  left: 50%;
  text-align: center;
  /*border: 10px solid #E87306; 
  background: rgba(232, 115, 6, 0.5); 
  border-radius: 5px;*/
}
.img2_2
{
  padding-left: -20px;
  height: 90%;
  width: 80%;
  display: flex;
  position: absolute;
  top:  8%;
  left: 12%;
  text-align: center;


}
.img2
{
  padding-left: -25%;
  height: 35%;
  width: 30%;
  display: flex;
  position: absolute;
  top:  48%;
  left: 30%;
 /* text-align: center;
  border: 10px solid #E87306; 
  background: rgba(232, 115, 6, 0.5); 
  border-radius: 5px;*/
}
.btn{
  background: #99E564; 
  border: 6px solid #FFB206;
  border-radius: 5px;
  font-family: gameFont;
  font-size: 1.2em;
  color: #FF4007;
}
.btn:hover{
  color: #fff;
  cursor: pointer;
}
.btn:active{
  font-size: 1em;
}

div[class^='col']{
  width: 14.28%;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;

}



/* For mobile phones: 
[class*="imagen"] {
  width: 10%;
  height: 10%
}

*/
/*
@media only screen and (min-width: 600px) 
{
.pbra1, .pbra2, .pbra3, .pbra4, .pbra5, .pbra6, .pbra7, .pbra8,{width: 50%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: *//*
.pbra1, .pbra2, .pbra3, .pbra4, .pbra5, .pbra6, .pbra7, .pbra8{width: 100%;}
.imagen, .imagen2{}
}*/