#game-scene {
}

#game-scene.out {
  opacity: 0;
  top: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#gameover-scene {
  /*background: url(images/gameover_bg.png) no-repeat;*/
}

#gamewin-scene {
  /* background: url(images/parabens_sd.jpg) no-repeat; */
}

#divAjuda {
  width: 1024px;
  height: 588px;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
}

#gameset {
  background: url(images/main_bkg.jpg) no-repeat;
  width: 100%;
  height: 768px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.cells,
.btLabelSquare {
  position: absolute;
  cursor: pointer;
}

.btLabelSquare {
  width: 40px;
  height: 30px;
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 1px;
}

#labelPergunta {
  position: absolute;
  top: 210px;
  left: 333px;
  width: 367px;
  font-size: 24px;
  color: #fff;
}

#divMsgCertoErrado {
  position: absolute;
  left: calc(200px + 137px);
  top: -300px;
}

#labelMsgCertoErrado {
  position: absolute;
  left: 20px;
  width: 235px;
  text-align: center;
  color: #fff;
}

#divImagesSequence {
  position: absolute;
  left: calc(579px + 137px);
  top: -45px;
}

#contentor {
  position: absolute;
  left: calc(189px + 137px);
  top: 110px;
}

#vidas {
  position: absolute;
  left: calc(484px + 137px);
  top: 331px;
}

#pergunta {
  position: absolute;
  left: calc(189px + 137px);
  top: 273px;
  width: 356px;
  font-size: 38px;
  color: #fff;
  text-align: center;
}

#dicas {
  position: absolute;
  left: 0;
  top: 568px;
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
