* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  image-rendering: pixelated;
}

body,
html {
  overflow: hidden;
}

section.home {
  font-family: "Handjet", cursive;
  overflow: hidden;
}
section.home .bt {
  font-family: "Handjet", cursive;
  background: url(../../assets/botao_v1.png) no-repeat;
  width: 132px;
  height: 68px;
  border: none;
  color: #fff;
  font-size: 28px;
  padding-top: 24px;
  font-weight: 400;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.home .bt.v2 {
  background: url(../../assets/botao_v2.png) no-repeat;
  padding-top: 17px;
  margin-top: 6px;
}
section.home .bt:hover {
  opacity: 0.9;
}
section.home .box-game {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
}
section.home .box-game .cenario * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.home .box-game .cenario .bg {
  background: url(../../assets/cenario/bg.png);
  background-size: cover;
}
section.home .box-game .cenario .sol {
  background: url(../../assets/cenario/sol.png);
  background-size: contain;
  width: 15vw;
  height: 15vw;
  top: 22%;
  right: 30%;
  left: auto;
}
section.home .box-game .cenario .sol.anima {
  animation: AnimaSol 20s infinite linear;
}
section.home .box-game .cenario .sol.anima.x2 {
  animation-duration: 18s;
}
section.home .box-game .cenario .sol.anima.x4 {
  animation-duration: 9s;
}
@keyframes AnimaSol {
  0% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
section.home .box-game .cenario .nuvens {
  background: url(../../assets/cenario/nuvens.png) repeat-x;
  width: 200%;
  background-size: 50%;
  background-position: left bottom;
}
section.home .box-game .cenario .montanhas {
  background: url(../../assets/cenario/montanhas.png) repeat-x;
  width: 200%;
  background-size: 50%;
  background-position: left bottom;
}
section.home .box-game .cenario .mar {
  background: url(../../assets/cenario/mar.png) repeat-x;
  width: 200%;
  background-size: 50%;
  background-position: left bottom;
}
section.home .box-game .cenario .areia {
  background: url(../../assets/cenario/areia.png) repeat-x;
  width: 200%;
  background-size: 50%;
  background-position: left bottom;
}
section.home .box-game .cenario .chao {
  background: url(../../assets/cenario/chao.png) repeat-x;
  width: 200%;
  background-size: 50%;
  background-position: left bottom;
}
section.home .box-game .item {
  position: absolute;
  opacity: 0;
  left: calc(100% + 10px);
}
section.home .box-game .item.ativo {
  opacity: 1;
}
section.home .box-game .item.i1 {
  background: url(../../assets/itens.png) no-repeat;
  width: 13px;
  height: 20px;
  bottom: 12vw;
  background-position: -4px 0px;
}
section.home .box-game .item.i1.rand {
  bottom: 23.3vw;
}
section.home .box-game .item.i2 {
  background: url(../../assets/itens.png) no-repeat;
  width: 17px;
  height: 17px;
  bottom: 12vw;
  background-position: -21px -3px;
}
section.home .box-game .item.i2.rand {
  bottom: 23.3vw;
}
section.home .box-game .item.i3 {
  background: url(../../assets/itens.png) no-repeat;
  width: 9px;
  height: 17px;
  bottom: 12vw;
  background-position: -42px -3px;
}
section.home .box-game .item.i3.rand {
  bottom: 23.3vw;
}
section.home .box-game .item.i4 {
  background: url(../../assets/itens.png) no-repeat;
  width: 9px;
  height: 17px;
  bottom: 23.3vw;
  background-position: -59px -3px;
}
section.home .box-game .item.i4.rand {
  bottom: 12vw;
}
section.home .box-game .item.i5 {
  background: url(../../assets/itens.png) no-repeat;
  width: 9px;
  height: 17px;
  bottom: 23.3vw;
  background-position: -79px -3px;
}
section.home .box-game .item.i5.rand {
  bottom: 12vw;
}
section.home .box-game .item.i6 {
  background: url(../../assets/itens.png) no-repeat;
  width: 14px;
  height: 14px;
  bottom: 23.3vw;
  background-position: -93px -4px;
}
section.home .box-game .item.i6.rand {
  bottom: 12vw;
}
section.home .box-game .item.i7 {
  background: url(../../assets/itens.png) no-repeat;
  width: 14px;
  height: 14px;
  bottom: 23.3vw;
  background-position: -112px -4px;
}
section.home .box-game .item.i7.rand {
  bottom: 12vw;
}
section.home .box-game .item.i7.travaAte50pts {
  opacity: 0 !important;
}
section.home .box-game .item.i8 {
  background: url(../../assets/itens.png) no-repeat;
  width: 7px;
  height: 11px;
  bottom: 12vw;
  background-position: -133px -5px;
}
section.home .box-game .item.i8.rand {
  bottom: 23.3vw;
}
section.home .box-game .item.i9 {
  background: url(../../assets/itens.png) no-repeat;
  width: 9px;
  height: 13px;
  bottom: 12vw;
  background-position: -150px -4px;
}
section.home .box-game .item.i9.rand {
  bottom: 23.3vw;
}
section.home .box-game .item.i10 {
  background: url(../../assets/itens.png) no-repeat;
  width: 7px;
  height: 14px;
  bottom: 12vw;
  background-position: -169px -4px;
}
section.home .box-game .item.i10.rand {
  bottom: 23.3vw;
}
section.home .box-game .item.i11 {
  background: url(../../assets/itens.png) no-repeat;
  width: 11px;
  height: 11px;
  bottom: 12vw;
  background-position: -185px -5px;
}
section.home .box-game .item.i11.rand {
  bottom: 23.3vw;
}
section.home .box-game .item.i12 {
  background: url(../../assets/itens.png) no-repeat;
  width: 11px;
  height: 14px;
  bottom: 12vw;
  background-position: -203px -4px;
}
section.home .box-game .item.i12.rand {
  bottom: 23.3vw;
}
section.home .box-game .flamingo {
  background: url(../../assets/sprite-flamingo.png) no-repeat;
  background-position: -1px -9px;
  width: 23px;
  height: 39px;
  position: absolute;
  bottom: 11vw;
  left: 15vw;
  transform: scale(4);
}
section.home .box-game .flamingo.anima {
  animation: AnimaFlamingoAndando 0.5s infinite step-end;
}
section.home .box-game .flamingo.anima.x2 {
  animation-duration: 0.45s;
}
section.home .box-game .flamingo.anima.x3 {
  animation-duration: 0.4s;
}
section.home .box-game .flamingo.anima.x4 {
  animation-duration: 0.35s;
}
section.home .box-game .flamingo.anima.x5 {
  animation-duration: 0.3s;
}
section.home .box-game .flamingo.anima.x6 {
  animation-duration: 0.25s;
}
section.home .box-game .flamingo.pula {
  background-position: -105px -9px !important;
}
@keyframes AnimaFlamingoAndando {
  0% {
    background-position: -1px -9px;
  }
  25% {
    background-position: -27px -9px;
  }
  50% {
    background-position: -53px -9px;
  }
  75% {
    background-position: -79px -9px;
  }
}
section.home .box-game .pontos {
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 15px;
  color: #fff;
  text-align: right;
}
section.home .box-game .vidas {
  gap: 10px;
  position: absolute;
  left: 30px;
  top: 15px;
}
section.home .box-game .vidas div {
  width: 30px;
  height: 30px;
  background: url(../../assets/vida.png);
  background-position: 0 -17px;
}
section.home .box-game .vidas div.perdeu {
  background-position: -78px -17px;
}
section.home .box-game .tela-inicio {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  gap: 15px;
}
section.home .box-game .tela-inicio .box-ola {
  display: none;
  position: relative;
}
section.home .box-game .tela-inicio .box-ola h3 {
  position: absolute;
  left: 0;
  bottom: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #1c5251;
}
section.home .box-game .tela-inicio .box-ola h3 b {
  font-weight: 500;
}
section.home .box-game .tela-login {
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #1c5251;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
}
section.home .box-game .tela-login.ativo {
  opacity: 1;
  visibility: visible;
}
section.home .box-game .tela-login .box-login {
  max-width: 600px;
}
section.home .box-game .tela-login .box-login label {
  width: calc(50% - 10px);
}
section.home .box-game .tela-login .box-login label span {
  color: #1c5251;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
section.home .box-game .tela-login .box-login label input {
  background: rgba(28, 82, 81, 0.9);
  color: #fff;
  font-size: 16px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  padding: 5px 10px;
  font-weight: 400;
}
section.home .box-game .tela-login .box-login .bts {
  width: 100%;
}
section.home .box-game .tela-login .box-login .bts .bt {
  margin-top: -10px;
}
section.home .box-game .tela-login .fechar {
  background: url(../../assets/close-icon.svg) no-repeat center center/cover;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 1;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.home .box-game .tela-login .fechar:hover {
  opacity: 0.7;
}
section.home .box-game .tela-ranking {
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #1c5251;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
}
section.home .box-game .tela-ranking.ativo {
  opacity: 1;
  visibility: visible;
}
section.home .box-game .tela-ranking .box-box {
  position: relative;
  width: calc(100% - 80px);
  max-width: 400px;
}
section.home .box-game .tela-ranking .box-box .box-ranking {
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 50px);
  border: solid 1px #1c5251;
  padding: 10px;
}
section.home .box-game .tela-ranking .box-box .box-ranking h2 {
  font-size: 24px;
  font-weight: normal;
}
section.home .box-game .tela-ranking .box-box .box-ranking h3 {
  font-size: 18px;
  margin-bottom: 13px;
  font-weight: normal;
}
section.home .box-game .tela-ranking .box-box .box-ranking table {
  width: 100%;
}
section.home .box-game .tela-ranking .box-box .box-ranking table thead tr {
  background: #1c5251;
  color: #fff;
}
section.home .box-game .tela-ranking .box-box .box-ranking table tr {
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.home .box-game .tela-ranking .box-box .box-ranking table tr:last-child td {
  border: none;
}
section.home .box-game .tela-ranking .box-box .box-ranking table tr.aqui-ativo {
  background: #3bee68;
}
section.home .box-game .tela-ranking .box-box .box-ranking table tr.aqui-ativo td u {
  transform: rotate(0deg) scale(1);
}
section.home .box-game .tela-ranking .box-box .box-ranking table tr td {
  border-bottom: solid 1px #1c5251;
  padding: 5px;
  font-size: 16px;
  width: 33.33%;
  text-align: center;
  position: relative;
}
section.home .box-game .tela-ranking .box-box .box-ranking table tr td:first-child {
  text-align: left;
}
section.home .box-game .tela-ranking .box-box .box-ranking table tr td:last-child {
  text-align: right;
}
section.home .box-game .tela-ranking .box-box .box-ranking table tr td u {
  position: absolute;
  top: -10px;
  left: 50px;
  width: 50px;
  height: 60px;
  background: url(../../assets/flamingo-apontando.png) no-repeat center center/contain;
  transform: rotate(-50deg) scale(0);
  transition-duration: 1s;
  image-rendering: pixelated;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 1s;
}
section.home .box-game .tela-ranking .box-box .box-ranking table tr td b {
  font-weight: 500;
  border-radius: 100px;
  padding: 5px;
  background: #1c5251;
  color: #fff;
}
section.home .box-game .tela-ranking .box-box .box-ranking .bt.v2 {
  font-size: 18px;
  margin: 0 auto;
}
section.home .box-game .tela-ranking .box-box .fechar {
  background: url(../../assets/close-icon.svg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: -25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 1;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.home .box-game .tela-ranking .box-box .fechar:hover {
  opacity: 0.7;
}
section.home .box-game .tela-de-novo {
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #1c5251;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
}
section.home .box-game .tela-de-novo.ativo {
  opacity: 1;
  visibility: visible;
}
section.home .box-game .tela-de-novo .box-de-novo {
  width: calc(100% - 100px);
  max-width: 400px;
  border: solid 1px #1c5251;
  background: #1c5251;
  padding: 10px;
  position: relative;
  text-align: center;
}
section.home .box-game .tela-de-novo .box-de-novo h2 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}
section.home .box-game .tela-de-novo .fechar {
  background: url(../../assets/close-icon.svg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: -25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 1;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.home .box-game .tela-de-novo .fechar:hover {
  opacity: 0.7;
}
section.home .box-game .loading {
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #1c5251;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
}
section.home .box-game .loading.ativo {
  opacity: 1;
  visibility: visible;
}
section.home .box-game .loading svg {
  width: 50px;
}

section.msg-mobile-h {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #1c5251;
  color: #fff;
  font-size: 20px;
  padding: 20px;
}

@media (orientation: portrait) {
  section.msg-mobile-h {
    display: flex;
  }
}/*# sourceMappingURL=home.css.map */