/* line 5, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, ../sass/css.scss */
body {
  overflow: hidden;
}

/* line 8, ../sass/css.scss */
.jogo {
  opacity: 1;
  display: block;
  background: url(../images/bg.png) repeat-x;
  overflow: hidden;
  font-family: "changa_oneregular";
}
/* line 17, ../sass/css.scss */
.jogo .quiz {
  background: url(../images/bg-quiz.png) no-repeat;
  background-position-x: -150px;
  z-index: 5;
  color: #493939;
}
/* line 23, ../sass/css.scss */
.jogo .quiz .holder {
  position: absolute;
  width: 1024px;
  height: 768px;
}
/* line 29, ../sass/css.scss */
.jogo .quiz .pergunta {
  width: 750px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 20px;
}
/* line 35, ../sass/css.scss */
.jogo .quiz .pergunta .numero {
  font-size: 48px;
  color: #af3d3d;
}
/* line 41, ../sass/css.scss */
.jogo .quiz .opcoes {
  width: 750px;
  margin: 150px auto;
}
/* line 45, ../sass/css.scss */
.jogo .quiz .opcoes li {
  width: 100%;
  height: 38px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 20px;
}
/* line 52, ../sass/css.scss */
.jogo .quiz .opcoes li p {
  margin-left: 50px;
  line-height: 38px;
}
/* line 57, ../sass/css.scss */
.jogo .quiz .opcoes li i {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  background: url(../images/bullet.png) no-repeat;
  background-position-y: -43px;
}
/* line 65, ../sass/css.scss */
.jogo .quiz .opcoes li i.over {
  background-position-y: 0px;
}
/* line 69, ../sass/css.scss */
.jogo .quiz .voltar {
  width: 152px;
  height: 62px;
  background: url(../images/bt-voltar.png) no-repeat;
  bottom: 50px;
  left: 150px;
}
/* line 77, ../sass/css.scss */
.jogo .quiz .proximo {
  width: 152px;
  height: 62px;
  background: url(../images/bt-proximo.png) no-repeat;
  bottom: 50px;
  right: 150px;
}
/* line 85, ../sass/css.scss */
.jogo .quiz .btn-fechar {
  position: absolute;
  bottom: 0px;
  right: 450px;
}
/* line 91, ../sass/css.scss */
.jogo .quiz .feed {
  width: 717px;
  height: 145px;
  position: absolute;
  padding-top: 80px;
  top: 170px;
  left: 160px;
  z-index: 1;
}
/* line 100, ../sass/css.scss */
.jogo .quiz .feed h1 {
  width: 150px;
  font-size: 48px;
  display: block;
}
/* line 106, ../sass/css.scss */
.jogo .quiz .feed.certo {
  display: none;
  background: url(../images/feed-positivo.png) no-repeat;
}
/* line 109, ../sass/css.scss */
.jogo .quiz .feed.certo h1 {
  color: #2f751c;
  margin-left: 285px;
}
/* line 111, ../sass/css.scss */
.jogo .quiz .feed.certo .texto {
  margin-left: 50px;
  width: 600px;
  margin-top: 10px;
  font-size: 26px;
}
/* line 118, ../sass/css.scss */
.jogo .quiz .feed.certo .bt {
  position: static;
  margin: 0 auto;
}
/* line 125, ../sass/css.scss */
.jogo .quiz .feed.errado {
  display: none;
  background: url(../images/feed-negativo.png) no-repeat;
}
/* line 128, ../sass/css.scss */
.jogo .quiz .feed.errado h1 {
  color: #c51922;
  margin-left: 155px;
  width: 400px;
}
/* line 130, ../sass/css.scss */
.jogo .quiz .feed.errado .texto {
  margin-left: 50px;
  width: 650px;
  font-size: 26px;
  margin-top: 10px;
}
/* line 143, ../sass/css.scss */
.jogo .btn-fechar {
  width: 158px;
  height: 42px;
  background: url(../images/bt-fechar.png) no-repeat;
  position: relative;
}
/* line 150, ../sass/css.scss */
.jogo .text-destaque {
  text-transform: uppercase;
  color: #af3d3d;
}
/* line 155, ../sass/css.scss */
.jogo .texto-inicial, .jogo .texto-observe {
  width: 1324px;
  height: 768px;
  background: url(../images/bg-texto-inicial.png) no-repeat;
  background-position-x: -150px;
  position: absolute;
  z-index: 5;
}
/* line 162, ../sass/css.scss */
.jogo .texto-inicial p, .jogo .texto-observe p {
  color: #493939;
  text-align: center;
  width: 590px;
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-left: 220px;
  margin-top: 30px;
}
/* line 173, ../sass/css.scss */
.jogo .texto-inicial .btn-fechar, .jogo .texto-observe .btn-fechar {
  top: 50px;
  left: 430px;
}
/* line 179, ../sass/css.scss */
.jogo .texto-observe {
  background: url(../images/bg-texto-observe.png) no-repeat;
  background-position-x: -150px;
  display: none;
}
/* line 184, ../sass/css.scss */
.jogo .texto-observe .btn-fechar {
  position: absolute;
  top: 130px;
}
/* line 191, ../sass/css.scss */
.jogo .pistas {
  width: 1024px;
  height: 103px;
  background: url(../images/pista-1.png) no-repeat;
  background-position-x: -150px;
  background-position-y: -30px;
  position: absolute;
  bottom: 150px;
}
/* line 201, ../sass/css.scss */
.jogo .carro {
  width: 410px;
  height: 210px;
  position: absolute;
  bottom: 185px;
  z-index: 2;
  left: 60px;
}
/* line 210, ../sass/css.scss */
.jogo .placas {
  width: 3000px;
  height: 196px;
  position: absolute;
  left: 1500px;
  bottom: 260px;
  color: #493939;
}
/* line 219, ../sass/css.scss */
.jogo .placa {
  width: 209px;
  height: 196px;
  background: url(../images/placa.png) no-repeat;
  float: left;
  margin-right: 20px;
  font-size: 36px;
  line-height: 96px;
  padding-left: 40px;
  text-align: left;
}
/* line 231, ../sass/css.scss */
.jogo .user {
  position: absolute;
  top: 380px;
  z-index: 3;
  left: 650px;
  padding-left: 30px;
  display: none;
}
/* line 238, ../sass/css.scss */
.jogo .user p {
  color: #493939;
}
/* line 243, ../sass/css.scss */
.jogo .chao {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 1024px;
  height: 182px;
  background: url(../images/chao.jpg) no-repeat;
  background-position-x: -150px;
}
/* line 253, ../sass/css.scss */
.jogo .menu {
  width: auto;
  height: 169px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 30px;
}
/* line 262, ../sass/css.scss */
.jogo .menu li {
  width: 99px;
  height: 169px;
  float: left;
  display: block;
  text-indent: -99999px;
  cursor: pointer;
  overflow: hidden;
  margin-right: 60px;
}
/* line 273, ../sass/css.scss */
.jogo .menu li.m3 {
  width: 141px;
}
/* line 278, ../sass/css.scss */
.jogo .menu li:nth-child(1) {
  background: url("../images/bt-pista-1.png") no-repeat;
}
/* line 278, ../sass/css.scss */
.jogo .menu li:nth-child(2) {
  background: url("../images/bt-pista-2.png") no-repeat;
}
/* line 278, ../sass/css.scss */
.jogo .menu li:nth-child(3) {
  background: url("../images/bt-pista-3.png") no-repeat;
}
/* line 278, ../sass/css.scss */
.jogo .menu li:nth-child(4) {
  background: url("../images/bt-pista-4.png") no-repeat;
}
/* line 278, ../sass/css.scss */
.jogo .menu li:nth-child(5) {
  background: url("../images/bt-pista-5.png") no-repeat;
}
/* line 284, ../sass/css.scss */
.jogo .marcacao {
  width: 154px;
  height: 153px;
  background: #706863;
  position: absolute;
  z-index: 0;
  bottom: 0;
  opacity: 1;
}
/* line 294, ../sass/css.scss */
.jogo .default-bt, .jogo .btn-quiz, .jogo .btn-frear, .jogo .btn-refazer {
  width: 171px;
  height: 107px;
  border: 0;
  background: none;
  cursor: pointer;
  position: absolute;
}
/* line 303, ../sass/css.scss */
.jogo .btn-quiz {
  top: 0;
  right: 425px;
  background: url(../images/bt-quiz.png) no-repeat;
}
/* line 310, ../sass/css.scss */
.jogo .btn-frear, .jogo .btn-refazer {
  bottom: 25px;
  right: 165px;
  background: url(../images/bt-frear.png) no-repeat;
  right: 27px;
}
/* line 318, ../sass/css.scss */
.jogo .btn-refazer {
  background: url(../images/bt-refazer.png) no-repeat;
  display: none;
  right: 27px;
}
