#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 {
  position: absolute;
  cursor: pointer;
}

#btLancar {
  position: absolute;
  left: calc(314px + 137px);
  top: 34px;
  width: 209px;
  -webkit-transition: none;
}

#divDado {
  position: absolute;
  left: calc(541px + 137px);
  top: 34px;
}
#imgD1,
#imgD2,
#imgD3,
#imgD4,
#imgD5,
#imgD6 {
  position: absolute;
  left: 0px;
  top: 0px;
}

#divPergunta {
  background: url(images/bkg_perguntas.png) no-repeat;
  width: 354px;
  height: 322px;
  position: absolute;
  left: calc(237px + 137px);
  top: 150px;
}

#cartaA,
#cartaB {
  position: absolute;
  top: 80px;
}

#cartaA {
  left: 21px;
}
#cartaB {
  left: 178px;
}

#btOpA,
#btOpB {
  position: absolute;
  top: 276px;
  width: 176px;
  height: 40px;
  font-size: 24px;
  padding-top: 10px;
}
#btOpA {
  left: 0px;
}
#btOpB {
  left: 178px;
}

#divHistorial {
  background: url(images/bkg_historial.png) no-repeat;
  position: absolute;
  left: calc(165px + 137px);
  top: 128px;
  width: 497px;
  height: 366px;
}

#divMsgCertoErrado {
  position: absolute;
  left: calc(225px + 137px);
  top: -300px;
}
#labelMsgCertoErrado {
  position: absolute;
  left: 20px;
  width: 235px;
  text-align: center;
  color: #fff;
}
