#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 {
}

#gamewin-scene {
}
#divAjuda {
  width: 1024px;
  height: 588px;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
}
#gameset {
  background: url(images/BACKGROUND.png) no-repeat;
  width: 100%;
  height: 620px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.cells {
  position: absolute;
  cursor: pointer;
}
.cells:hover {
  opacity: 0.5;
}

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

.carta {
  position: absolute;
  cursor: move;
  touch-action: none;
}
