@font-face {
  font-family: gameFont;
  src: url('../fonts/PressStart2P.ttf');
}
*{
  box-sizing: border-box;
}
/*cuando reproduce el audio no muestra el iframe, para no llenar la pantalla de iframe*/
iframe
{
  display:none;
}
body{
  background-image: url('../image/fondo.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;
}

.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
{
  position: absolute;
  top: 15%;
  left: 1%;
  width: 10%;
  height: 65%;
  display: flex;
  flex-flow: row wrap;
  font-weight: bold;

  /*
  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%;
    font-size: 25px;
    line-height: 25px;
}
.panel-significado
{
 position: absolute;
  top: 15%;
  left: 30%;
  width: 47%;
  height: 60%;
  /*border: 10px solid #E87306;
  background: rgba(232, 115, 6, 0.5);
  border-radius: 5px;*/
  display: flex;
  flex-flow: row wrap;

}
.titulo
{
  position: absolute;
  top: -11%;
  left: 10%;
  width: 140%;
  height: 10%;
  /*border: 10px solid #E87306;
  background: rgba(232, 115, 6, 0.5);
  border-radius: 5px;*/
  display: flex;
  flex-flow: row wrap;
      font-size: 50px;
       color: black;
            text-shadow: 0.1em 0.1em 0.2em blue;
}

.significado
{
  position: absolute;
  height: 70%;
  width: 80%;
  display: flex;
  top:  22%;
  left: 10%;
  text-align: justify;
  /*border: 10px solid #E87306;
  background: rgba(232, 115, 6, 0.5);
  border-radius: 5px;*/
      font-size: 34px;
      color: black;
      font-weight: bold; 
      text-shadow: 0.1em 0.1em 0.2em blue;
}

.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{}
}*/