@import url(https://fonts.cdnfonts.com/css/futura-std-4);@import url(https://fonts.googleapis.com/css?family=Material+Icons|Work+Sans:400,700,900);body {
  font-family: "Futura Std", sans-serif !important;
}

.simple-keyboard {
  display: none;
}

.float-right {
  float: right;
}

.bg-login {
  background: url(/images/bg-login.jpg), #FFF no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-login .email-input {
  border: 2px solid #B6036A;
}

.bg-login .email-input::-moz-placeholder {
  color: #B6036A;
}

.bg-login .email-input:-ms-input-placeholder {
  color: #B6036A;
}

.bg-login .email-input::placeholder {
  color: #B6036A;
}

section {
  padding: 4rem 0;
  min-height: 100%;
}

section.section-footer {
  padding: 5rem 0 1rem;
  min-height: 100%;
}

.header-game {
  background-color: #3b3f91;
  padding: 20px 0px;
}

.completed .game-image:after {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background: url(/css/images/completed.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

section.section-products {
  padding: 0px;
  padding-bottom: 0rem;
}

section.section-products img {
  margin: 0 auto;
}

.logo-protect {
  position: absolute;
  top: 30px;
  right: 60px;
}

.logo-protect-2 {
  position: absolute;
  top: 30px;
  left: 60px;
}

.f-18 {
  font-size: 18px;
  line-height: 26px;
}

.f-20 {
  font-size: 20px;
  line-height: 26px;
}

.f-22 {
  font-size: 22px;
  line-height: 26px;
}

.f-23 {
  font-size: 23px;
  line-height: 26px;
}

.f-24 {
  font-size: 24px;
  line-height: 28px;
}

.f-26 {
  font-size: 26px;
  line-height: 30px;
}

.f-28 {
  font-size: 28px;
  line-height: 33px;
}

.f-30 {
  font-size: 30px;
  line-height: 38px;
}

.f-32 {
  font-size: 32px;
  line-height: 36px;
}

.f-35 {
  font-size: 35px;
  line-height: 38px;
}

.f-36 {
  font-size: 36px;
  line-height: 48px;
}

.f-40 {
  font-size: 38px;
  line-height: 48px;
}

.f-40 {
  font-size: 40px;
  line-height: 53px;
}

.f-42px {
  font-size: 42px;
  line-height: 53px;
}

.f-44px {
  font-size: 44px;
  line-height: 53px;
}

.f-42 {
  font-size: 42pt;
  line-height: 70px;
}

.f-48 {
  font-size: 48pt;
  line-height: 80px;
}

.f-54 {
  font-size: 54px;
  line-height: 62px;
}

.f-55 {
  font-size: 55pt;
  line-height: 87px;
}

.f-65 {
  font-size: 65px;
  line-height: 65px;
}

.f-60 {
  font-size: 60pt;
  line-height: 80px;
}

.f-78 {
  font-size: 78pt;
  line-height: 120px;
}

.f-80 {
  font-size: 80pt;
  line-height: 120px;
}

.f-uppercase {
  text-transform: uppercase;
}

.f-bold {
  font-weight: 700;
}

.f-semibold {
  font-weight: 600;
}

.f-black {
  font-weight: 900;
}

.c-yellow {
  color: #FBD63B;
}

.c-dark-grey {
  color: #343241;
}

.c-dark-green {
  color: #0D4D15;
}

.c-white {
  color: #FFF;
}

.c-pink {
  color: #de0b7a;
}

.c-dark-blue {
  color: #3b3f91;
}

.c-purple {
  color: #6B00B7;
}

.c-cerise {
  color: #D72DC8;
}

.c-cerulean {
  color: #00A0E4;
}

.c-blue {
  color: #1F70BD;
}

.bg-green {
  background-color: #18A654;
}

.bg-cerulean {
  background-color: #00A0E4;
}

textarea:focus,
input:focus {
  outline: none;
}

.references {
  border: 10px solid #3b3f91;
  padding: 45px 45px 120px;
}

.btn-referencia {
  position: absolute;
  bottom: -55px;
  background: #3b3f91;
  color: #FFF;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  left: 50%;
  font-weight: 800;
  transform: translateX(-50%);
  font-size: 55px;
}

.top-map {
  position: absolute;
  z-index: 1;
  top: 0;
}

.modal-wrong-answer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
}

.modal-wrong-answer .box-wrong-answer {
  background: url(/css/images/msg-error.png) no-repeat;
  background-size: cover;
  width: 648px;
  height: 270px;
  margin: auto auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.mapa-box .pin.able:not(.pin-active):after {
  content: " ";
  width: 99px;
  height: 114px;
  background: url(/css/images/pin-arrow.png) no-repeat;
  display: block;
  position: absolute;
  top: -100px;
  left: -30px;
}

.mapa-box .pin-1 {
  position: absolute;
  background: transparent;
  width: 63px;
  height: 52px;
  right: 244px;
  bottom: 239px;
  cursor: pointer;
}

.mapa-box .pin-box {
  background: url(/css/images/box-question.svg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 30px;
}

.mapa-box .pin-box .box-title {
  color: #ac1c17;
  font-size: 22px;
  line-height: 20px;
}

.mapa-box .pin-box .box-text {
  color: #0f3c4a;
  font-size: 22px;
  line-height: 20px;
}

.mapa-box .pin-box .box-answer {
  font-size: 22px;
  border: none;
  background: transparent;
  width: 100%;
  background: #fff;
  padding-left: 5px;
  letter-spacing: 1.2px;
}

.mapa-box .pin-box .input-answer {
  text-align: left;
  position: relative;
  border: 2px dotted #cca423;
}

.mapa-box .pin-box .input-answer:after {
  content: "________ ____ ____________";
  display: inline-block;
  position: absolute;
  font-size: 12px;
  bottom: 8px;
  left: 12px;
  letter-spacing: 2.3px;
  line-height: 0px;
}

.mapa-box .pin-box .answer-send {
  background: #cca423;
  padding: 1px 13px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 11px;
}

.mapa-box .box-1 {
  display: none;
  position: absolute;
  width: 277px;
  height: 307px;
  right: -50px;
  bottom: 150px;
}

.mapa-box .box-1 .box-answer {
  padding-left: 12px;
}

.mapa-box .pin-2 {
  position: absolute;
  background: transparent;
  width: 63px;
  height: 52px;
  right: 383px;
  bottom: 188px;
  cursor: pointer;
}

.mapa-box .box-2 {
  display: none;
  position: absolute;
  width: 277px;
  height: 307px;
  right: 93px;
  bottom: 150px;
}

.mapa-box .box-2 .box-answer {
  padding-left: 42px;
}

.mapa-box .box-2 .input-answer:after {
  content: "_______ ____ _____";
  left: 42px;
}

.mapa-box .pin-3 {
  position: absolute;
  background: transparent;
  width: 63px;
  height: 52px;
  right: 561px;
  bottom: 115px;
  cursor: pointer;
}

.mapa-box .box-3 {
  display: none;
  position: absolute;
  width: 277px;
  height: 307px;
  left: 0px;
  bottom: 50px;
}

.mapa-box .box-3 .box-answer {
  padding-left: 77px;
}

.mapa-box .box-3 .input-answer:after {
  content: "________";
  left: 77px;
}

.mapa-box .pin-4 {
  position: absolute;
  background: transparent;
  width: 63px;
  height: 52px;
  left: 257px;
  top: 285px;
  cursor: pointer;
}

.mapa-box .box-4 {
  display: none;
  position: absolute;
  width: 277px;
  height: 336px;
  left: 330px;
  top: 220px;
}

.mapa-box .box-4 .box-answer {
  padding-left: 63px;
}

.mapa-box .box-4 .input-answer:after {
  content: "_____ ______";
  left: 63px;
}

.mapa-box .pin-5 {
  position: absolute;
  background: transparent;
  width: 63px;
  height: 52px;
  left: 191px;
  top: 148px;
  cursor: pointer;
}

.mapa-box .box-5 {
  display: none;
  position: absolute;
  width: 277px;
  height: 320px;
  left: 260px;
  top: 72px;
}

.mapa-box .box-5 .box-answer {
  padding-left: 56px;
}

.mapa-box .box-5 .input-answer:after {
  content: "_______ ______";
  left: 56px;
}

.mapa-box .pin-6 {
  position: absolute;
  background: transparent;
  width: 63px;
  height: 52px;
  right: 234px;
  top: 212px;
  cursor: pointer;
}

.mapa-box .box-6 {
  display: none;
  position: absolute;
  width: 277px;
  height: 410px;
  right: -55px;
  top: 152px;
}

.mapa-box .box-6 .input-answer .box-answer {
  padding-left: 33px;
}

.mapa-box .box-6 .input-answer:after {
  content: "________ ____ ______";
  left: 33px;
}

.mapa-box .box-6 .input-answer.p7 .box-answer {
  padding-left: 73px;
}

.mapa-box .box-6 .input-answer.p7:after {
  content: "____ ____";
  left: 7 2px;
}

.mapa-box .pin-active {
  background: url(/css/images/pin-blue.png) no-repeat;
}

.mapa-box {
  background: url(/css/images/mapa-box.svg) no-repeat;
  width: 919px;
  height: 687px;
  position: relative;
  padding: 75px 130px 75px 152px;
  position: relative;
}

.mapa-box .button-ranking {
  color: #FFF;
  border: none !important;
  background: url(/css/images/button-ranking.png) no-repeat;
  width: 195px;
  height: 60px;
  position: absolute;
  bottom: 10px;
  left: 260px;
}

.mapa-box .button-sair {
  color: #FFF;
  border: none !important;
  background: url(/css/images/button-sair.png) no-repeat;
  width: 195px;
  height: 60px;
  position: absolute;
  bottom: 10px;
  left: 480px;
}

.mapa-box .button-prizes {
  color: #FFF;
  border: none !important;
  background: url(/css/images/button-premios.png) no-repeat;
  width: 195px;
  height: 60px;
  position: absolute;
  bottom: 10px;
  left: 280px;
}

.pfizer-digital {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 20px 60px 60px 20px;
  background: black;
  background: linear-gradient(156deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 55%);
}

.letter-box {
  padding: 20px 0px;
  position: relative;
  text-align: center;
}

.letter-box .button-tentar {
  color: #FFF;
  border: none !important;
  background: url(/css/images/button-tentar.png) no-repeat;
  width: 311px;
  height: 67px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.button-voltar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  z-index: 999;
  color: #FFF;
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  border-radius: 20px;
  padding: 7px 16px;
  font-weight: bold;
}

.end-game .button-voltar {
  position: relative;
  left: unset;
  transform: unset;
  top: unset;
  margin-top: 30px;
}

.correct-ans {
  color: #FFF;
  text-align: center;
  display: block;
  background: green;
  font-weight: 500;
}

.wrong-ans {
  color: #FFF;
  text-align: center;
  display: block;
  background: #FF0000;
  font-weight: 500;
}

.button-proximo {
  right: unset;
  left: 50%;
  bottom: -50px;
  top: unset;
  transform: translateX(-50%);
}

.button-continuar {
  color: #FFF;
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  border-radius: 20px;
  padding: 7px 16px;
  font-weight: bold;
}

.button-continuar-y {
  background: #FFDC60;
  background: linear-gradient(180deg, #FFDC60 0%, #FF9901 100%);
  border-radius: 20px;
  color: #5905C7;
  padding: 7px 16px;
  font-weight: bold;
}

.letter-box .button-voltar {
  color: #FFF;
  border: none !important;
  background: url(/css/images/button-voltar.png) no-repeat;
  width: 195px;
  height: 60px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.list-ranking {
  height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
}

.form-login {
  width: 650px;
  position: relative;
  border-radius: 20px;
  margin: 0 auto;
}

.login-header {
  background: #005AFF;
  background: linear-gradient(180deg, #005AFF 0%, #584CC0 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 5px;
  text-align: center;
  color: #FFD90F;
  font-weight: bold;
}

.login-text {
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
}

.form-login #email {
  background: #FFF;
  border-radius: 20px;
  border: none;
  box-shadow: none !important;
  color: #8A8A89;
  padding: 10px 14px;
  width: 100%;
  font-size: 32px;
}

.form-login #password {
  background: #FFF;
  border-radius: 20px;
  border: none;
  box-shadow: none !important;
  color: #8A8A89;
  padding: 10px 14px;
  width: 100%;
  font-size: 32px;
}

.form-login [type=submit] {
  background: #de0b7a;
  color: #FFF;
  font-size: 42px;
  display: inline-block;
  padding: 7px 50px 5px;
  border-radius: 20px;
  font-weight: bold;
}

.h-100 {
  height: 100%;
}

.text-dark-blue {
  color: #37129D;
}

.text-yellow {
  color: #ffdb00;
}

.text-pink {
  color: #E93E94;
}

.background-header {
  background: url(/images/bg-dashboard.png) no-repeat;
  background-size: cover;
}

.background-journey {
  background: url(/images/bg-journey.png) no-repeat;
  background-size: cover;
}

@media (max-width: 800px) {
  .background-journey {
    background-position: -350px 0px;
  }
}

.background-banner-protect {
  background: url(/images/dashboard-protect/bg-banner.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.background-explicativa {
  background: url(/images/dashboard-protect/bg-explicativa.png) no-repeat;
  background-size: cover;
  background-position-y: 60%;
}

.background-games {
  background: url(/images/bg-games.png) no-repeat;
  background-size: cover;
}

.background-ranking {
  background: url(/images/bg-ranking.png) no-repeat;
  background-size: cover;
}

.bg-protect-games {
  background: url(/images/dashboard-protect/jogos_home.png) no-repeat;
  background-size: cover;
}

.bg-pickpocket {
  background: url(/images/pickpocket/topo.png) no-repeat;
  background-size: cover;
}

.bg-pink {
  background-color: #E93E94;
}

.bg-awesome {
  background: #FF2B54;
}

.bg-green {
  background: #7AC943;
}

.bg-picton-blue {
  background: #499DEE;
}

.bg-gradient-pink {
  background: #d334a6;
  background: linear-gradient(180deg, #d334a6 0%, #871da3 100%);
}

.bg-gradient-purple {
  background: #d7b8ff;
  background: linear-gradient(180deg, #d7b8ff 0%, #852ef8 100%);
}

.bg-gradient-orange {
  background: #ffdc60;
  background: linear-gradient(180deg, #ffdc60 0%, #ff9901 100%);
}

.bg-gradient-yellow {
  background: #ffdb00;
  background: linear-gradient(180deg, #ffdb00 0%, #ffa817 100%);
}

.bg-gradient-blue {
  background: #daecfd;
  background: linear-gradient(180deg, #daecfd 0%, #268ef2 100%);
}

.unit-game {
  border-radius: 15px;
  margin: 0px 5px;
  padding: 20px 15px 100px;
  position: relative;
}

.unit-game > img {
  width: 145px;
  margin: 0 auto;
}

.mask-jogos {
  background: url(/images/mask-jogos.png), #FF6900 no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn-participar {
  background: #de0b7a;
  color: #FFF;
  font-size: 42px;
  display: inline-block;
  padding: 7px 50px 5px;
  border-radius: 20px;
  font-weight: bold;
}

.btn-share {
  background: #de0b7a;
  color: #FFF;
  font-size: 42px;
  display: inline-block;
  padding: 7px 50px 5px;
  border-radius: 20px;
  font-weight: bold;
}

.btn-roleta {
  font-weight: bold;
  background-color: #3b3f91;
  color: #FFF;
  padding: 10px 120px 8px;
  border-radius: 15px;
}

.btn-fato {
  font-weight: bold;
  background-color: #FFF;
  color: #3b3f91;
  padding: 10px 120px 8px;
  border-radius: 15px;
}

.btn-continuar {
  font-weight: bold;
  background-color: #4B2883;
  color: #FFF;
  padding: 10px 120px 8px;
  border-radius: 15px;
}

.btn-play {
  background: #FFF;
  font-weight: 500;
  color: #412EA2;
  border-radius: 20px;
  padding: 7px 16px;
  margin-top: 15px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
}

.btn-action-blue {
  background: #0E73D3;
  font-weight: 500;
  color: #FFF;
  border-radius: 20px;
  padding: 7px 16px;
  outline: none;
  box-shadow: none;
}

.btn-action-yellow {
  background: #FFDB00;
  background: linear-gradient(180deg, #FFDB00 0%, #FFA817 100%);
  font-weight: 500;
  color: #1A376B;
  border-radius: 20px;
  padding: 7px 16px;
  outline: none;
  box-shadow: none;
}

.btn-action {
  background: #FFF;
  font-weight: 500;
  color: #00004E;
  border-radius: 20px;
  padding: 7px 16px;
  outline: none;
  box-shadow: none;
}

.btn-regulamento:focus {
  outline: none;
  box-shadow: none;
}

.game-1,
.game-2,
.game-3,
.game-4 {
  cursor: pointer;
}

.game-1.disabled,
.game-2.disabled,
.game-3.disabled,
.game-4.disabled {
  filter: grayscale(100%);
}

.form-login .validation > div {
  display: none;
}

.form-login .validation ul {
  color: #Fff;
  list-style: none;
  text-align: center;
  font-size: 20px;
}

.table-title {
  background: #FFDB00;
  background: linear-gradient(180deg, #FFDB00 0%, #FFA817 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #499DEE;
  font-weight: bold;
  padding: 10px 0px;
  font-size: 24px;
}

.table-ranking {
  color: #3b3f91 !important;
  text-align: left;
  font-size: 30pt;
}

.table-ranking th {
  padding: 3px 0px;
  font-weight: bold;
}

.table-ranking tbody tr:nth-child(even) {
  background: #FFF;
}

.table-ranking tbody tr:nth-child(odd) {
  background: rgba(222, 11, 122, 0.2);
}

.table-ranking .active {
  background: #de0b7a;
  color: #fff;
}

dd {
  margin: 0;
}

dl {
  width: 650px;
  font-size: 36px;
  line-height: 41px;
  font-weight: normal;
}

dt {
  float: left;
  width: 550px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
}

dd {
  float: left;
  width: 100px;
  overflow: hidden;
}

dl.dot dt:after {
  content: " .............................................................................................................................................................";
}

.my-custom-scrollbar {
  position: relative;
  max-height: 528px;
  overflow: auto;
  margin-bottom: 80px;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /* Track */
  /* Handle */
}

.my-custom-scrollbar::-webkit-scrollbar {
  width: 15px;
}

.my-custom-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

.my-custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(87, 0, 151, 0.8);
  border-radius: 10px;
}

.table-wrapper-scroll-y {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  background: url(/images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

html,
body {
  min-height: 100%;
  overscroll-behavior-x: none;
}

body.memory {
  background: #FFF;
  min-height: 100%;
}

@media (max-width: 800px) {
  body.memory {
    background-position: -135px;
  }
}

.hour-modal.show {
  display: block;
}

.hour-modal .modal-content {
  background-color: #8D00A9;
  border-radius: 0px;
  border: solid #00A0E4 8px;
}

.hour-modal .modal-body {
  padding: 2rem 4rem 3rem 4rem;
}

.hour-modal .modal-header {
  border: none;
  padding: 5px 13px;
}

.hour-modal .modal-header .close {
  color: #FFF;
  opacity: 1;
  font-size: 36px;
  font-weight: 400;
  padding: 10px 1rem 0rem 1rem;
  outline: none;
}

.hour-modal .modal-title {
  color: #FFF;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
}

.hour-modal .modal-description {
  color: #FFF;
  font-size: 30px;
  text-align: center;
}

.wrap {
  position: relative;
  height: 100%;
  min-height: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#modalVideo.show {
  display: flex !important;
  align-items: center;
}

#modalVideo .modal-dialog {
  max-width: 100%;
}

.memory-game .modal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.memory-game .memory-time {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 105px;
  left: 168px;
  color: #0D4D15;
  text-align: center;
}

@media (max-width: 800px) {
  .memory-game .memory-time {
    right: 17px;
    left: unset;
    top: 112px;
  }
}

.memory-game .memory-time #time {
  color: #FFF;
  background: #0D4D15;
  border-radius: 20px;
  padding: 2px 15px;
}

.memory-game .final-result {
  margin-top: 150px;
  display: none;
}

.memory-game .game {
  transform-style: preserve-3d;
  perspective: 500px;
  overflow: hidden;
  margin-top: 65px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 800px) {
  .memory-game .game {
    margin-top: 55px;
    padding: 7px 48px;
  }
}

@-webkit-keyframes matchAnim {
  0% {
    background: #bcffcc;
  }

  100% {
    background: white;
  }
}

@keyframes matchAnim {
  0% {
    background: #bcffcc;
  }

  100% {
    background: white;
  }
}

.memory-game .game .card:nth-child(4n+5) {
  clear: both;
}

@media (max-width: 800px) {
  .memory-game .game .card:nth-child(4n+5) {
    clear: none;
  }
}

.memory-game .game .card {
  float: left;
  width: 237px;
  height: 309px;
  margin: 5px;
  text-align: center;
  display: block;
  perspective: 500px;
  position: relative;
  cursor: pointer;
  z-index: 50;
}

@media (max-width: 800px) {
  .memory-game .game .card {
    width: 80px;
    height: 80px;
    margin: 0px;
  }
}

.memory-game .game .card .inside {
  width: 100%;
  height: 100%;
  display: block;
  transform-style: preserve-3d;
  transition: 0.4s ease-in-out;
  background: transparent;
}

.memory-game .game .card .inside.picked,
.memory-game .game .card .inside.matched {
  transform: rotateY(180deg);
}

.memory-game .game .card .inside.matched {
  -webkit-animation: 1s matchAnim ease-in-out;
          animation: 1s matchAnim ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.memory-game .game .card .front,
.memory-game .game .card .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.memory-game .game .card .front img,
.memory-game .game .card .back img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 100%;
}

.memory-game .game .card .front {
  transform: rotateY(-180deg);
}

@media (max-width: 800px) {
  .memory-game .game .card .front {
    padding: 5px;
  }
}

.memory-game .game .card .back {
  transform: rotateX(0);
  align-items: center;
  justify-content: center;
  display: flex;
}

.memory-game .modal {
  display: none;
  position: relative;
  width: 520px;
  max-width: 90%;
  border-radius: 10px;
  margin: 0 auto;
  background: #FFF500;
  background: linear-gradient(180deg, #FFF500 0%, #72B800 100%);
  padding: 3px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 34px -6px white;
}

.memory-game .modal .modal-title {
  background: #0D4D15;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  padding: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.memory-game .modal .modal-content {
  padding: 20px;
  text-align: center;
  color: #412EA2;
  font-weight: 500;
}

.memory-game .modal img {
  width: 100%;
  height: 100%;
}

.memory-game .modal #close_modal {
  position: absolute;
  right: 13px;
  top: 11px;
  cursor: pointer;
  background: #FFF500;
  border-radius: 50%;
  padding: 1px;
  width: 20px;
}

.memory-game .modal img.close_modal {
  width: 18px;
  height: 18px;
}

.danger {
  background: url(/images/mask-quiz.png), #B6036A no-repeat;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 4rem 0;
}

.danger .result {
  border: 3px solid #fff;
  background: #FF6900;
  padding: 25px 25px;
  color: #FFF;
}

.danger .continuar {
  background: #B6036A;
  color: #FFF;
  border: none !important;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 25px;
  margin-top: 30px;
}

.danger .btn-iniciar {
  margin-top: 55px;
  background-color: #FF6900;
  border: none;
  color: #FFF;
  padding: 10px 50px;
  font-size: 40px;
  font-weight: bold;
}

.danger .modal-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.danger .memory-time {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: #0D4D15;
  display: block;
  margin-top: 8px;
  margin-bottom: 0px;
}

.danger .modal,
.danger .modal_error {
  display: none;
  position: relative;
  width: 400px;
  height: 400px;
  max-height: 90%;
  max-width: 90%;
  min-height: 380px;
  margin: 0 auto;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
}

.danger .modal img.result,
.danger .modal_error img.result {
  width: 100%;
  height: auto;
}

.danger .modal img.continuar,
.danger .modal_error img.continuar {
  margin: 0 auto;
  margin-top: 20px;
}

.danger .back-menu {
  margin-top: 30px;
}

.danger .result-wrapper {
  position: relative;
  background: #FF6900;
  width: 400px;
  height: 250px;
  border: 3px solid #FFF;
  margin: 0 auto;
}

.danger .result-wrapper .final-points {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin-top: -25px;
}

.danger .result-wrapper .final-time {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin-top: 15px;
}

.word-search {
  background-color: #FFF;
}

.word-search-game {
  /* style for each square in the puzzle */
  /* indicates when a square has been selected */
  /* indicates that the square is part of a word that has been found */
  /**
  * Styles for the word list
  */
  /* indicates that the word has been found */
  /* Wordsearch */
}

.word-search-game #puzzle {
  padding: 20px;
  margin: 0 auto;
  display: inline-block;
}

.word-search-game #puzzle div {
  width: 100%;
  margin: 0 auto;
}

.word-search-game #puzzle .puzzleSquare {
  height: 50px;
  width: 50px;
  text-transform: uppercase;
  background-color: white;
  border: 0;
  font-size: 32px;
  outline: none;
}

.word-search-game button::-moz-focus-inner {
  border: 0;
}

.word-search-game #puzzle .selected {
  background-color: orange;
}

.word-search-game #puzzle .found {
  background-color: #de0b7a;
  color: white;
}

.word-search-game .word.wordFound {
  text-decoration: line-through;
}

.word-search-game .ws-words ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.word-search-game .ws-words ul li {
  margin-bottom: 31px;
  text-transform: uppercase;
  font-weight: bold;
  width: 50%;
}

.word-search-game .ws-words ul li.wf_diabetes,
.word-search-game .ws-words ul li.wf_asma {
  text-align: right;
}

.word-search-game #words {
  padding-top: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  width: 300px;
}

.word-search-game #words ul {
  list-style-type: none;
}

.word-search-game #words li {
  padding: 3px 0;
  font: 1em sans-serif;
}

.word-search-game #words .wordFound {
  text-decoration: line-through;
  color: gray;
}

.word-search-game .break {
  flex-basis: 100%;
  height: 0;
}

.word-search-game .box-wrapper {
  margin-left: 36px;
}

.word-search-game .btn-iniciar {
  margin-top: 55px;
  background-color: #FF6900;
  border: none;
  color: #FFF;
  padding: 10px 50px;
  font-size: 40px;
  font-weight: bold;
}

.word-search-game .quest-points {
  font-weight: bold;
  font-size: 47px;
  line-height: 55px;
  color: #FFF;
  margin-top: 10px;
  border: 3px solid #FFF;
  border-radius: 15px;
  padding: 5px 30px;
  display: block;
  width: 180px;
}

.word-search-game .quest-time {
  font-weight: bold;
  font-size: 47px;
  line-height: 55px;
  color: #FFF;
  margin-top: 10px;
  border-radius: 15px;
  border: 3px solid #FFF;
  padding: 5px 30px;
  display: block;
  width: 180px;
}

.word-search-game .fix {
  *zoom: 1;
}

.word-search-game .fix:after {
  display: table;
  clear: both;
  content: "";
}

.word-search-game .wrap {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-height: auto;
}

.word-search-game .logo,
.word-search-game #gameArea {
  margin-bottom: 40px;
}

.word-search-game .ws-area,
.word-search-game .ws-words {
  display: inline-block;
  vertical-align: top;
}

.word-search-game .ws-words {
  width: 100%;
  text-align: left;
  line-height: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.word-search-game .ws-word {
  margin-bottom: 4px;
  font-weight: bold;
  text-decoration: none;
  line-height: 55px;
}

.word-search-game .ws-word del {
  background: #de0b7a;
  padding: 3px 10px;
  color: #FFF;
  text-decoration: none;
}

.word-search-game .ws-words ::first-letter {
  text-transform: capitalize;
}

.word-search-game .ws-area {
  display: inline-block;
  padding: 0px;
  border-radius: 10px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.word-search-game .ws-row {
  line-height: 0;
}

.word-search-game .ws-col {
  cursor: pointer;
  display: inline-block;
}

.word-search-game .ws-col.ws-selected {
  background: #de0b7a;
}

.word-search-game .ws-found.word-0 {
  background: #de0b7a;
}

.word-search-game .ws-found.word-1 {
  background: #de0b7a;
}

.word-search-game .ws-found.word-2 {
  background: #de0b7a;
}

.word-search-game .ws-found.word-3 {
  background: #de0b7a;
}

.word-search-game .ws-found.word-4 {
  background: #de0b7a;
}

.word-search-game .ws-found.word-5 {
  background: #de0b7a;
}

.word-search-game .ws-found.word-6 {
  background: #de0b7a;
}

.word-search-game .ws-found.word-7 {
  background: #9d8b0f;
}

.word-search-game .ws-found.word-8 {
  background: #cb7ca0;
}

.word-search-game .ws-found.word-9 {
  background: #8f0f49;
}

.word-search-game .ws-found.word-10 {
  background: #a4cafe;
}

.word-search-game .ws-found.word-11 {
  background: #f9888e;
}

.word-search-game .ws-game-over-outer {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.word-search-game .ws-game-over-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: table;
}

.word-search-game .ws-game-over {
  display: table-cell;
  vertical-align: middle;
}

.word-search-game .ws-game-over h2 {
  color: #FFFFFF;
  font-size: 2em;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 9px 0;
}

.word-search-game .ws-game-over p {
  color: #FFFFFF;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

.quest,
.quiz {
  background: url(/images/quiz/background.png), #B6036A no-repeat;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.quest.playing,
.quiz.playing {
  background: url(/images/quiz/background-game.png), #B6036A no-repeat;
}

.pescador {
  background: url(/images/veicular/background.png) no-repeat 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.ambiente {
  background: url(/images/ambiente/background.png?v=1) no-repeat;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.seguranca {
  background: url(/images/seguranca/background.png) no-repeat;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.pickpocket {
  background: url(/images/pickpocket/bg_fliperama.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pickpocket .quest-game .questions {
  background: #6764F9;
  background: linear-gradient(180deg, #6764F9 0%, #651FBD 100%);
}

.pickpocket .game-wrapper {
  background: url(/images/pickpocket/bg_fliperama.png) no-repeat;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.pickpocket #javatari-screen {
  background: url(/images/pickpocket/fliperama.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 110px 312px 287px;
  border: none;
  margin-bottom: 0px !important;
}

.pickpocket #javatari-screen #jt-screen-fs {
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
}

.pickpocket #javatari-screen canvas {
  width: 487px !important;
  height: 320px !important;
}

.shark .game-wrapper {
  background: url(/images/shark/bg_fliperama.png) no-repeat;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.shark .finish {
  background: url(/images/shark/bg_finish.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.shark .fliperama {
  background: url(/images/shark/fliperama.png) no-repeat;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding: 158px 312px 287px;
  border: none;
  width: 1400px;
  margin-bottom: 0px !important;
  position: relative;
  height: 100vh;
}

.shark .quest-time {
  position: absolute;
  right: -55px;
  font-weight: bold;
  font-size: 14px;
  color: #311591;
}

.shark .quest-time #time {
  display: block;
  color: #FFD903;
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  border-radius: 20px;
  padding: 2px 15px;
}

.shark .questions {
  width: 500px;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  background: #FFD903;
  width: 500px;
  max-width: 500px;
  background-size: 100% 100%;
  text-align: left;
  margin: 0 auto;
  border-radius: 10px;
}

.shark .questions .question-title {
  color: #FFF;
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  font-size: 20px;
  line-height: 26px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  text-align: center;
}

.shark .questions .questions-wrapper {
  padding: 10px 35px 20px;
  position: relative;
}

.shark .questions .question-label {
  font-size: 18px;
  color: #311591;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
  background: #FFF;
  border-radius: 20px;
  padding: 8px 7px 6px;
  display: flex;
  align-items: center;
}

.shark .questions .question-label > span {
  color: #FFD903;
  background-color: #311591;
  border-radius: 50%;
  padding: 3px 7px;
  margin-right: 6px;
  height: 27px;
  width: 27px;
  display: block;
  flex: 0 0 27px;
}

.shark .questions .question-label.wrong {
  background-color: #FF0000;
  color: #FFF;
}

.shark .questions .question-label.correct {
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  color: #FFD903;
}

.shark .questions .question-label.correct > span {
  color: #311591;
  background-color: #FFD903;
}

.shark .shark-game {
  position: relative;
  background: url(/images/shark/game.jpg) no-repeat;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 516px;
  height: 317px;
}

.shark .surf-bem {
  background: url(/images/shark/surfista_bem.png) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  width: 133px;
  height: 81px;
  position: absolute;
  top: 74px;
  left: 16px;
}

#javatari-screen #jt-bar,
#javatari-screen #jt-console-panel {
  display: none;
}

.quest-game {
  padding: 0rem 0;
}

.quest-game .header-box {
  width: 800px;
}

.quest-game .box-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.quest-game .content {
  padding: 1rem 0;
}

.quest-game .box-top {
  width: 500px;
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 55px;
}

.quest-game .quest-title {
  font-weight: bold;
  font-size: 87px;
  line-height: 102px;
  color: #2981E2;
  position: absolute;
  bottom: 30px;
  left: 43px;
}

.quest-game .quest-points {
  font-weight: bold;
  font-size: 14px;
  color: #311591;
  position: absolute;
  right: 0;
}

.quest-game .quest-points #points {
  display: block;
  color: #FFF;
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  border-radius: 20px;
  padding: 2px 15px;
}

.quest-game .quest-time {
  font-weight: bold;
  font-size: 14px;
  color: #311591;
  position: absolute;
  left: 0;
}

.quest-game .quest-time #time {
  display: block;
  color: #FFF;
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  border-radius: 20px;
  padding: 2px 15px;
}

.quest-game .btn-iniciar {
  margin-top: 30px;
  background-color: #FF6900;
  border: none;
  color: #FFF;
  padding: 5px 40px;
  font-size: 50px;
  font-weight: 58px;
  font-weight: bold;
}

.quest-game .questions {
  background: #FFD903;
  width: 500px;
  max-width: 500px;
  background-size: 100% 100%;
  text-align: left;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}

.quest-game .questions .question-title {
  color: #FFF;
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  font-size: 20px;
  line-height: 26px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  text-align: center;
}

.quest-game .questions .questions-wrapper {
  padding: 10px 35px 20px;
  position: relative;
}

.quest-game .questions .question-label {
  font-size: 18px;
  color: #311591;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
  background: #FFF;
  border-radius: 20px;
  padding: 8px 7px 6px;
  display: flex;
  align-items: center;
}

.quest-game .questions .question-label > span {
  color: #FFD903;
  background-color: #311591;
  border-radius: 50%;
  padding: 3px 7px;
  margin-right: 6px;
  height: 27px;
  width: 27px;
  display: block;
  flex: 0 0 27px;
}

.quest-game .questions .question-label.wrong {
  background-color: #FF0000;
  color: #FFF;
}

.quest-game .questions .question-label.correct {
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  color: #FFD903;
}

.quest-game .questions .question-label.correct > span {
  color: #311591;
  background-color: #FFD903;
}

.veicular-game .btn-iniciar {
  background: #FFF;
  font-weight: 500;
  color: #412EA2;
  border-radius: 20px;
  padding: 7px 16px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}

.veicular-game .game-wrapper {
  background: url(/images/pickpocket/bg_fliperama.png) no-repeat;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.veicular-game #javatari-screen {
  background: url(/images/pickpocket/fliperama.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 110px 312px 287px;
  border: none;
  margin-bottom: 0px !important;
}

.veicular-game #javatari-screen #jt-screen-fs {
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
}

.veicular-game #javatari-screen canvas {
  width: 487px !important;
  height: 320px !important;
}

.drag_line {
  border-bottom: 2px solid #de0b7a;
  min-width: 120px;
  height: 40px;
  display: inline-block;
  margin-right: 30px;
}

.footer {
  height: 180px;
  width: 100%;
  background: #15224c;
  background: linear-gradient(180deg, #15224c 0%, #070915 100%);
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer img {
  width: 209px;
  height: 53px;
}

.login-footer {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.prescricao .option {
  padding: 5px 7px;
  background: #3b3f91;
  color: #FFF;
}

.prescricao .active {
  border: 10px solid #3b3f91;
  border-radius: 43px;
  background: #de0b7a;
}

.ambiente-game {
  padding: 0rem 0;
}

.ambiente-game #canvas {
  border: 5px solid #D334A6;
  padding: 10px;
  border-radius: 10px;
  background-color: #FFF;
  opacity: 0.6;
}

.ambiente-game .letter-box {
  background: #2E40D8;
  width: 800px;
  border-radius: 20px;
  padding: 0px;
}

.ambiente-game .letter-box .letter-title {
  color: #2E40D8;
  background-color: #FFF;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.ambiente-game .lixo {
  width: 135px;
  height: 200px;
  display: inline-block;
}

.ambiente-game .lixo.organico {
  background: url(/images/ambiente/lixo_organico.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ambiente-game .lixo.papel {
  background: url(/images/ambiente/lixo_papel.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ambiente-game .lixo.metal {
  background: url(/images/ambiente/lixo_metal.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ambiente-game .lixo.plastico {
  background: url(/images/ambiente/lixo_plastico.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ambiente-game .lixo.vidro {
  background: url(/images/ambiente/lixo_vidro.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ambiente-game .trash-images > img {
  display: inline-block;
}

.ambiente-game .trash > img {
  display: none;
}

.ambiente-game .header-box {
  width: 800px;
}

.ambiente-game .box-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.ambiente-game .content {
  padding: 1rem 0;
}

@media (max-width: 578px) {
  .ambiente-game .content {
    padding: 1rem 15px;
  }
}

.ambiente-game .box-top {
  display: inline-block;
  margin-top: 65px;
  margin-bottom: 55px;
}

.ambiente-game .button-iniciar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.ambiente-game .quest-title {
  font-weight: bold;
  font-size: 87px;
  line-height: 102px;
  color: #311591;
  position: absolute;
  bottom: 30px;
  left: 43px;
}

.ambiente-game .quest-points {
  font-weight: bold;
  font-size: 14px;
  color: #311591;
  position: absolute;
  right: 0;
}

.ambiente-game .quest-points #points {
  display: block;
  color: #FFF;
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  border-radius: 20px;
  padding: 2px 15px;
}

.ambiente-game .quest-time {
  font-weight: bold;
  font-size: 14px;
  color: #311591;
  position: absolute;
  left: 0;
}

.ambiente-game .quest-time #time {
  display: block;
  color: #FFF;
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  border-radius: 20px;
  padding: 2px 15px;
}

.ambiente-game .btn-iniciar {
  margin-top: 30px;
  background-color: #FF6900;
  border: none;
  color: #FFF;
  padding: 5px 40px;
  font-size: 50px;
  font-weight: 58px;
  font-weight: bold;
}

.ambiente-game .questions {
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  width: 500px;
  max-width: 500px;
  background-size: 100% 100%;
  text-align: left;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ambiente-game .questions .question-title {
  color: #2D3ED7;
  background: #FFF;
  font-size: 20px;
  line-height: 26px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 8px;
  text-align: center;
}

.ambiente-game .questions .questions-wrapper {
  padding: 10px 35px 20px;
  position: relative;
}

.ambiente-game .questions .question-label {
  font-size: 18px;
  color: #311591;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
  background: #FFF;
  border-radius: 20px;
  padding: 8px 7px 6px;
  display: flex;
  align-items: center;
}

.ambiente-game .questions .question-label > span {
  color: #FFD903;
  background-color: #311591;
  border-radius: 50%;
  padding: 3px 7px;
  margin-right: 6px;
  height: 27px;
  width: 27px;
  display: block;
  flex: 0 0 27px;
}

.ambiente-game .questions .question-label.wrong {
  background-color: #FF0000;
  color: #FFF;
}

.ambiente-game .questions .question-label.correct {
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  color: #FFD903;
}

.ambiente-game .questions .question-label.correct > span {
  color: #311591;
  background-color: #FFD903;
}

.ambiente-game .arr {
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  background: grey;
  color: white;
  display: inline-block;
  transition: all 0.05s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 17px;
  background: #FFC701;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ambiente-game .arr i {
  color: #FFC701;
  background: #412EA2;
  border-radius: 3px;
  padding: 3px 5px;
}

.ambiente-game .left {
  float: left;
  margin-top: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}

.ambiente-game .left i {
  position: absolute;
  transform: rotate(-90deg);
}

.ambiente-game .right {
  margin-top: 10px;
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
}

.ambiente-game .right i {
  position: absolute;
  transform: rotate(90deg);
}

.seguranca-informacao .question-item {
  background: #FFDB00;
  background: linear-gradient(180deg, #FFDB00 0%, #FFA817 100%);
  border-radius: 20px;
  padding: 20px 35px;
  width: 800px;
  margin: 0 auto;
}

.seguranca-game {
  padding: 0rem 0;
}

.seguranca-game .button-continuar {
  background: #499DEE;
  background: linear-gradient(180deg, #499DEE 0%, #584CC0 100%);
}

.seguranca-game .frame-wrapper {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 10px solid #D334A6;
  overflow: hidden;
}

.seguranca-game .frame-wrapper iframe {
  height: 400px;
  width: 712px;
}

.seguranca-game .header-box {
  width: 800px;
}

.seguranca-game .box-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.seguranca-game .content {
  padding: 1rem 0;
}

.seguranca-game .box-top {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 55px;
}

.seguranca-game .quest-title {
  font-weight: bold;
  font-size: 87px;
  line-height: 102px;
  color: #2981E2;
  position: absolute;
  bottom: 30px;
  left: 43px;
}

.seguranca-game .quest-points {
  font-weight: bold;
  font-size: 14px;
  color: #311591;
  position: absolute;
  right: 0;
  top: -55px;
}

.seguranca-game .quest-points #points {
  display: block;
  color: #FFF;
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  border-radius: 20px;
  padding: 2px 15px;
}

.seguranca-game .quest-time {
  font-weight: bold;
  font-size: 14px;
  color: #311591;
  position: absolute;
  left: 355px;
  top: -55px;
}

.seguranca-game .quest-time #time {
  display: block;
  color: #FFF;
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  border-radius: 20px;
  padding: 2px 15px;
}

.seguranca-game .btn-iniciar {
  margin-top: 30px;
  background-color: #FF6900;
  border: none;
  color: #FFF;
  padding: 5px 40px;
  font-size: 50px;
  font-weight: 58px;
  font-weight: bold;
}

.seguranca-game .questions {
  background: #FF2B54;
  background-size: 100% 100%;
  text-align: left;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 500px;
  max-width: 500px;
  position: relative;
}

.seguranca-game .questions .question-title {
  color: #FFF;
  background: #D334A6;
  background: linear-gradient(180deg, #D334A6 0%, #871DA3 100%);
  font-size: 20px;
  line-height: 26px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  text-align: center;
}

.seguranca-game .questions .questions-wrapper {
  padding: 10px 35px 20px;
  position: relative;
}

.seguranca-game .questions .question-label {
  font-size: 18px;
  color: #FF2B54;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
  background: #FFF;
  border-radius: 20px;
  padding: 8px 7px 6px;
  display: flex;
  align-items: center;
}

.seguranca-game .questions .question-label > span {
  color: #FFF;
  background-color: #FF2B54;
  border-radius: 50%;
  padding: 5px 8px;
  margin-right: 6px;
  height: 27px;
  width: 27px;
  display: block;
  flex: 0 0 27px;
}

.seguranca-game .questions .question-label.wrong {
  background-color: #FF0000;
  color: #FFF;
}

.seguranca-game .questions .question-label.correct {
  background: #D334A6;
  color: #FFF;
}

.seguranca-game .questions .question-label.correct > span {
  color: #FF2B54;
  background-color: #FFF;
}

.cafe-game {
  padding: 2rem 0;
}

.cafe-game .cafe-description {
  font-size: 30px;
  color: #FFF;
  text-transform: uppercase;
}

.cafe-game .box-wrapper {
  align-items: center;
  width: 250px;
  justify-content: center;
  position: absolute;
  left: -125px;
  display: none;
}

.cafe-game .box-wrapper .box-top {
  display: block;
  position: relative;
}

.cafe-game .result-wrapper {
  align-items: center;
  justify-content: center;
}

.cafe-game .result-wrapper .box-top {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.cafe-game .finish-game {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.cafe-game .modal-response {
  display: none;
  position: absolute;
  bottom: -80px;
  right: 60px;
  width: 870px;
  min-height: 200px;
  padding: 15px 25px;
  background-color: rgba(0, 60, 142, 0.8);
}

.cafe-game .modal-response .response-modal {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0px;
  text-align: left;
}

.cafe-game .modal-response .modal-ok {
  color: #fff;
  font-size: 30px;
  background-color: transparent;
  border: none;
  float: right;
}

.cafe-game .content {
  padding: 3rem 0;
  position: relative;
}

.cafe-game .qc {
  font-weight: bold;
  font-size: 87px;
  line-height: 102px;
  color: #2981E2;
  position: absolute;
  bottom: 30px;
  left: 43px;
}

.cafe-game .quest-points {
  font-weight: bold;
  font-size: 47px;
  line-height: 55px;
  color: #2981E2;
  display: block;
}

.cafe-game .quest-time {
  font-weight: bold;
  font-size: 47px;
  line-height: 55px;
  color: #2981E2;
  display: block;
}

.cafe-game .btn-iniciar {
  margin-top: 30px;
  background-color: #2981E2;
  border: none;
  color: #FFF;
  padding: 5px 40px;
  font-size: 50px;
  font-weight: 58px;
  font-weight: bold;
}

.cafe-game .questions {
  background-size: 100% 100%;
  width: 500px;
  max-width: 500px;
  padding: 45px 55px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

.cafe-game .questions .question-title {
  color: #fff;
  font-size: 38px;
  line-height: 42px;
  font-weight: bold;
  display: block;
  text-align: center;
}

.cafe-game .questions .question-label {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-top: 5px;
  margin-left: 40px;
  float: left;
  display: inline-block;
  clear: both;
  padding: 0 5px;
}

.cafe-game .questions .question-label.wrong {
  background-color: #FF0000;
}

.cafe-game .questions .question-label.correct {
  background-color: #009617;
}

.keys {
  text-align: center;
  height: 103px;
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}

.arr {
  cursor: pointer;
  width: 101px;
  height: 82px;
  text-align: center;
  line-height: 20px;
  background: grey;
  color: white;
  display: inline-block;
  transition: all 0.05s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arr i {
  border-radius: 3px;
  padding: 3px 5px;
}

.up {
  background: url(/images/up_arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 70px;
}

.left {
  margin-left: -45px;
  margin-top: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: url(/images/left_arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.right {
  margin-left: 186px;
  margin-top: -82px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: url(/images/right_arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.down {
  margin: -80px auto 0px 70px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: url(/images/down_arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pescador-game.background {
  text-align: center;
  display: flex;
  padding: 3px;
}

.pescador-game .center-game {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.pescador-game .modal {
  left: 50%;
  top: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}

.pescador-game .modal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.pescador-game .page-title {
  color: #662D91;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}

.pescador-game .btn-iniciar {
  background: #FFF;
  font-weight: 500;
  color: #412EA2;
  border-radius: 20px;
  padding: 7px 16px;
  margin-top: 15px;
  font-weight: bold;
}

.pescador-game .questions {
  text-align: left;
}

.pescador-game .questions-wrapper {
  padding: 10px 35px 20px;
  position: relative;
}

.pescador-game .question-title {
  font-size: 20px;
  color: #FFF;
  display: block;
  line-height: 1.3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 17px 27px;
  background: #EE930A;
  background: linear-gradient(180deg, #EE930A 0%, #EE5C0A 100%);
  text-align: center;
}

.pescador-game .quest-points {
  font-weight: bold;
  font-size: 14px;
  color: #311591;
  position: absolute;
  right: 24.5%;
  top: -10px;
  transform: translateX(-50%);
}

.pescador-game .quest-points #points {
  display: block;
  color: #FFF;
  background: #6E00FF;
  background: linear-gradient(180deg, #6E00FF 0%, #291884 100%);
  border-radius: 20px;
  padding: 2px 15px;
}

.pescador-game .question-label {
  font-size: 18px;
  color: #EE5C0A;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
  background: #FFF;
  border-radius: 20px;
  padding: 8px 7px 6px;
  display: flex;
  align-items: center;
}

.pescador-game .question-label > span {
  color: #FFF;
  background-color: #EE5C0A;
  border-radius: 50%;
  padding: 3px 7px;
  margin-right: 6px;
  height: 27px;
  width: 27px;
  display: block;
  flex: 0 0 27px;
}

.pescador-game .question-label.wrong {
  color: #FFF;
  background-color: #412EA2;
}

.pescador-game .question-label.correct {
  color: #FFF;
  background-color: #EE5C0A;
}

.pescador-game .question-label.correct > span {
  color: #EE5C0A;
  background-color: #FFF;
}

.pescador-game canvas {
  border: 2px solid white;
}

.pescador-game .pressed {
  transform: translate(0, 2px);
}

.perdeu-celular-game {
  background: url(/images/mask-quiz.png), #B6036A no-repeat;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 0px;
  /* Don't use the subframe error div when the error is in a main frame. */
  /* Increase line height at higher resolutions. */
  /* Decrease padding at low sizes. */
  /* Don't allow overflow when in a subframe. */
  /* Show details only when hovering. */
  /* If the iframe is too small, always hide the error code. */
  /* TODO(mmenke): See if overflow: no-display works better, once supported. */
  /* details-button is special; it's a
  															<button> element that looks like a link. */
  /* Styles for platform dependent separation of controls and details button. */
  /* Offline page */
}

.perdeu-celular-game a {
  color: #585858;
}

.perdeu-celular-game .center-game {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.perdeu-celular-game .modal {
  background: url(/css/images/letter-box.png) no-repeat 0 0;
  left: 50%;
  top: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
}

.perdeu-celular-game .modal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.perdeu-celular-game .questions {
  padding: 20px 50px;
}

.perdeu-celular-game .question-title {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  display: block;
  line-height: 1.3;
}

.perdeu-celular-game .question-label {
  font-size: 18px;
  color: #FFF;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
}

.perdeu-celular-game .question-label.wrong {
  background-color: #FF0000;
}

.perdeu-celular-game .question-label.correct {
  background-color: #009617;
}

.perdeu-celular-game canvas {
  background: #00a1d5;
  background: linear-gradient(180deg, #00a1d5 19%, white 87%);
}

.perdeu-celular-game body.safe-browsing {
  background-color: #ce3426;
  color: white;
}

.perdeu-celular-game button {
  background: #4c8efa;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 0.875em;
  height: 36px;
  margin: -6px 0 0;
  padding: 8px 24px;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.perdeu-celular-game [dir=rtl] button {
  float: left;
}

.perdeu-celular-game button:active {
  background: #3266d5;
  outline: 0;
}

.perdeu-celular-game button:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.perdeu-celular-game .debugging-content {
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

.perdeu-celular-game .debugging-title {
  font-weight: bold;
}

.perdeu-celular-game #details {
  color: #696969;
  margin: 45px 0 50px;
}

.perdeu-celular-game #details p:not(:first-of-type) {
  margin-top: 20px;
}

.perdeu-celular-game #error-code {
  color: black;
  opacity: 0.35;
  text-transform: uppercase;
}

.perdeu-celular-game #error-debugging-info {
  font-size: 0.8em;
}

.perdeu-celular-game h1 {
  -webkit-margin-after: 16px;
  color: #585858;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.25em;
}

.perdeu-celular-game h2 {
  font-size: 1.2em;
  font-weight: normal;
}

.perdeu-celular-game .hidden {
  display: none;
}

.perdeu-celular-game .icon {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 72px;
  margin: 0 0 40px;
  width: 72px;
}

.perdeu-celular-game input[type=checkbox] {
  visibility: hidden;
}

.perdeu-celular-game .interstitial-wrapper {
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.6em;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.perdeu-celular-game #malware-opt-in {
  font-size: 0.875em;
  margin-top: 39px;
}

.perdeu-celular-game .nav-wrapper {
  margin-top: 51px;
}

.perdeu-celular-game .nav-wrapper::after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}

.perdeu-celular-game #opt-in-label {
  -webkit-margin-start: 32px;
}

.perdeu-celular-game .safe-browsing :-webkit-any(a, #details, #details-button, h1, h2, p, .small-link) {
  color: white;
}

.perdeu-celular-game .safe-browsing button {
  background-color: #ce3426;
  border: 1px solid white;
}

.perdeu-celular-game .safe-browsing button:active {
  background-color: #ce3426;
  border-color: rgba(255, 255, 255, 0.6);
}

.perdeu-celular-game .safe-browsing button:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.perdeu-celular-game .safe-browsing .icon {
  background-image: -webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAABoVBMVEX///+Li4v////////y8vL09PT99fTbRDfXzMzt7e3v7+/s7Ozy8vLw8PDu7u799PPSQTXx8fHZdGv19fX09PTm5ubbV0zXzczgW1Dd3d3c3Nzjb2Th4eHr6+vl5eXp6enZ2dng4OD29vbz8/PYYFXZV0zaYVbjbWP219TRQTTXdGz43Nn++/rib2T////b29vTQjXaYVf66ObngXjjbmTq6ura2trngHf76Ofk19bX19fe3t7o6Oji4uLk5OTeU0f119TYQzbZQzbWQjbXQzbZRDfaRDfn5+fbV0vj4+PVQjXf39/Y2Njgcmney8rqk4zdysn43drcysjcUETa1tbadGvaV0vaWEzZYVbibmXc2NjfzMvi0M7mfHPYYVbhzszd2dnZx8XieXDkc2nWX1Xacmne2trZdGzbcWjj0c/XTUHX1NPVX1Xg3NzYdGvYXFHZ1dXWTUHgzczUX1Xh3d3XdWzWXFHaVkvXxcTVTEHhbmXTXlXi3t7ayMbVXFLgbmXUTEDXYFXSXlTXzMvk4ODUXFHWbGPWzMvk4eHZioP39/f9Ro5BAAAABnRSTlMAAOQk5ye8yu+CAAACRklEQVR4XrXWRZPbUBSEUWdmIpl5mJmZg8zMzMzMzPCr43isNqif76u6lW+nuzgrtUqB/1ptzUSVamrVDiS1A0ntQFI7kNQOJLUDSe1AUjuQ1A4ktQNJ70DSO5D0DiS9A0nvQIKjlOAoJThqyewsXZ1hQOL8YZNkcJrcJiIlBt2No0zKQSbHJVJiznW5BIg4kMocSDIEBxKcwvkoJAE6uMJAguO13xIaWyyRiDPdGGGQJBFnzb4Qh2Qp0VrmdHXFCSRKxFmYDAsQpNkSiTgtLZAAydIgcZqbYwQSJOqs3QsJkCRxp7s7RSBBok5bW5RAgkSd9bujIoS3AA0QZ0NHrx3ktLro5SvidNRnAUkO2nWZOPU7s4BEB9J74qzrzACSHNRwhDid8xlAogPpEHHa23sIxJyB60XpAHEioT9myBnf4XWq8W4aDw1niROKA/I7270u5HbxKI3Hk0+IEzZBzuktXn35XRw7jsOJi34nZoCcN5u9+gq7OJPGqf+czzFAzsdtXp+xi0tpHPtvVzopDl3Z6nUtWNzXjZs436p0DNDQnT0r3QuW7vT+g8L54XKlEzX8RAw9nvrX02D53p89z59f+J0602/NptfJZPKt52AX70Zy5w/EWR0wSp+Gv3z1f3++jQx/545Z+vGTfcd+/eYOJFIEDtkpccxSyNqRpLitI0uWjiyFLR1ZignOqoC1VN0BJEupag4gK8nsALKToiYHkK3Uyx0CiRJ3ANlLWe4AspcyxKGQLHEHkL3UQxwKyRJxCKTtLyVXfw+a8JTgAAAAAElFTkSuQmCC) 1x, url(data:image/png;base64,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) 2x);
}

.perdeu-celular-game .small-link {
  color: #696969;
  font-size: 0.875em;
}

.perdeu-celular-game .ssl .icon {
  background-image: -webkit-image-set(url(data:image/png;base64,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) 1x, url(data:image/png;base64,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) 2x);
}

.perdeu-celular-game .styled-checkbox {
  float: left;
  height: 16px;
  margin-top: 0.36em;
  position: relative;
  width: 16px;
}

.perdeu-celular-game [dir=rtl] .styled-checkbox {
  float: right;
}

.perdeu-celular-game .styled-checkbox label {
  background: transparent;
  border: white solid 1px;
  border-radius: 2px;
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}

.perdeu-celular-game .styled-checkbox label::after {
  background: transparent;
  border: 2px solid white;
  border-right-width: 0;
  border-top-width: 0;
  content: "";
  height: 4px;
  left: 2px;
  opacity: 0.3;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 9px;
}

.perdeu-celular-game .styled-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}

@media (max-width: 400px) {
  .perdeu-celular-game button,
  .perdeu-celular-game [dir=rtl] button {
    float: none;
    font-size: 1em;
    width: 100%;
  }

  .perdeu-celular-game #details {
    margin: 20px 0 20px 0;
  }

  .perdeu-celular-game #details p:not(:first-of-type) {
    margin-top: 10px;
  }

  .perdeu-celular-game #details-button {
    display: block;
    padding-top: 14px;
    text-align: center;
    width: 100%;
  }

  .perdeu-celular-game .interstitial-wrapper {
    padding: 0 5%;
  }

  .perdeu-celular-game #malware-opt-in {
    margin-top: 24px;
  }

  .perdeu-celular-game .nav-wrapper {
    margin-top: 30px;
  }

  .perdeu-celular-game .small-link {
    font-size: 1em;
  }
}

.perdeu-celular-game html[subframe] #main-frame-error {
  display: none;
}

.perdeu-celular-game html:not([subframe]) #sub-frame-error {
  display: none;
}

.perdeu-celular-game #diagnose-button {
  -webkit-margin-start: 0;
  float: none;
  margin-bottom: 10px;
  margin-top: 20px;
}

.perdeu-celular-game h1 {
  -webkit-margin-before: 0;
}

.perdeu-celular-game h2 {
  color: #666;
  font-size: 1.2em;
  font-weight: normal;
  margin: 10px 0;
}

.perdeu-celular-game a {
  color: #1155cc;
  text-decoration: none;
}

.perdeu-celular-game .icon {
  -webkit-user-select: none;
}

.perdeu-celular-game .icon-generic {
  /**
  * Can't access chrome://theme/IDR_ERROR_NETWORK_GENERIC from an untrusted
  * renderer process, so embed the resource manually.
  */
  content: -webkit-image-set(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAyCAAAAADkGq1yAAAAAnRSTlMA/1uRIrUAAABLSURBVHhe7dOxDQAgCERRdrza/ScwscNYSKIhWAror9+VR7BjKZbkrSpKeA45K8PQuoYqcUNKbmUzpNkD8kvM/ErlkVFk8necCyU7IotT35DVJRIAAAAASUVORK5CYII=") 1x, url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABkCAAAAAAwZDj3AAAAAnRSTlMA/1uRIrUAAABiSURBVHhe7cy7CYAwFABAd8z+HyewskkTW+EFA3kgSu4GuK2ktI71SqWyjeyxirlS2aeMQczfKcuNUjny/1KpPCbKjA+WSqVSqVQqawmy5TlZKpVPQciVSuUEpVKZtVypVF5DHE3/NzR+1AAAAABJRU5ErkJggg==") 2x);
  height: 50px;
  padding-top: 20px;
  width: 41px;
}

.perdeu-celular-game .icon-offline {
  content: -webkit-image-set(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAvAgMAAADlfsA8AAAADFBMVEX39/f////39/dTU1NOmoBdAAAAAnRSTlMAAHaTzTgAAAB6SURBVHherc2xDUIxDIThE6UbVmEZ9nN9TUZgJWo3Ju8UhGIrHX/1FScdnr82K+PMoZizbozLsfw+OP9mkpvNARuabB6OG6fIZr4uozi4noqTYrcKHoxi63ZodLBG0a0R0c2M5Uw5Z3rzoavqwNf3CGybKH4gYXTq6wPqOghb2tvIFQAAAABJRU5ErkJggg==") 1x, url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABeAgMAAADaoju6AAAADFBMVEX39/f////39/dTU1NOmoBdAAAAAnRSTlMAAHaTzTgAAACDSURBVHhe7dIhDgQhAEPR6jV7urnkN3PEbkIIICCQSdfNl8/UVNe0DA/R0p7BtTzjFkesLO8nX6YUYpj8IcO48Ie+GGa4XSqYYwO4lWUPSpjH4I8s5Vg8Z7RhkeeZE2fRNc/Y5oRtu7NrC26bCKNWktEp2xueT5on/F2yLQlAQGWt+AcZixZ9AfIcYgAAAABJRU5ErkJggg==") 2x);
  height: 47px;
  margin: 0 0 40px;
  position: relative;
  width: 44px;
}

.perdeu-celular-game #content-top {
  margin: 20px;
}

.perdeu-celular-game #help-box-outer {
  -webkit-transition: height ease-in 218ms;
  overflow: hidden;
}

.perdeu-celular-game #help-box-inner {
  background-color: #f9f9f9;
  border-top: 1px solid #EEE;
  color: #444;
  padding: 20px;
  text-align: start;
}

.perdeu-celular-game #suggestion {
  margin-top: 15px;
}

.perdeu-celular-game #short-suggestion {
  margin-top: 5px;
}

.perdeu-celular-game #sub-frame-error-details {
  color: #8F8F8F;
  /* Not done on mobile for performance reasons. */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.perdeu-celular-game [jscontent=failedUrl] {
  overflow-wrap: break-word;
}

.perdeu-celular-game #search-container {
  /* Prevents a space between controls. */
  display: flex;
  margin-top: 20px;
}

.perdeu-celular-game #search-box {
  border: 1px solid #cdcdcd;
  flex-grow: 1;
  font-size: 16px;
  height: 26px;
  margin-right: 0;
  padding: 1px 9px;
}

.perdeu-celular-game #search-box:focus {
  border: 1px solid #5d9aff;
  outline: none;
}

.perdeu-celular-game #search-button {
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  display: flex;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 60px;
}

.perdeu-celular-game #search-image {
  content: -webkit-image-set(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAQAAAB+HTb/AAAArElEQVR4Xn3NsUoCUBzG0XvB3U0chR4geo5qihpt6gkCx0bXFsMERWj2KWqIanAvmlUUoQapwU6g4l8H5bd9Z/iSPS0hu/RqZqrncBuzLl7U3Rn4cSpQFTeroejJl1Lgs7f4ceDPdeBMXYp86gaONYJkY83AnqHiGk9wHnjk16PKgo5N9BUCkzPf5j6M0PfuVg5MymoetFwoaKAlB26WdXAvJ7u5mezitqtkT//7Sv/u96CaLQAAAABJRU5ErkJggg==") 1x, url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAeCAQAAACVzLYUAAABYElEQVR4Xr3VMUuVURzH8XO98jgkGikENkRD0KRGDUVDQy0h2SiC4IuIiktL4AvQt1CDBJUJwo1KXXS6cWdHw7tcjWwoC5Hrx+UZgnNO5CXiO/75jD/+QZf9MzjskVU7DrU1zRv9G9ir5hsA4Nii83+GA9ZI1nI1D6tWAE1TRlQMuuuFDthzMQefgo4nKr+f3dIGDdUUHPYD1ISoMQdgJgUfgqaKEOcxWE/BVTArJBvwC0cGY7gNLgiZNsD1GP4EPVn4EtyLYRuczcJ34HYMP4E7GdajDS7FcB48z8AJ8FmI4TjouBkzZ2yBuRQMlsButIZ+dfDVUBqOaIHvavpLVHXfFmAqv45r9gEHNr3y3hcAfLSgSMPgiiZR+6Z9AMuKNAwqpjUcA2h55pxgAfBWkYRlQ254YMJloaxPHbCkiGCymL5RlLA7GnRDXyuC7uhicLoKdRyaDE5Pl00K//93nABqPgBDK8sfWgAAAABJRU5ErkJggg==") 2x);
  margin: auto;
}

.perdeu-celular-game .hidden {
  display: none;
}

.perdeu-celular-game .suggestions {
  margin-top: 18px;
}

.perdeu-celular-game .suggestion-header {
  font-weight: bold;
  margin-bottom: 4px;
}

.perdeu-celular-game .suggestion-body {
  color: #777;
}

.perdeu-celular-game .error-code {
  color: #A0A0A0;
  margin-top: 15px;
}

@media (min-width: 641px) and (min-height: 641px) {
  .perdeu-celular-game #help-box-inner {
    line-height: 18px;
  }
}

@media (max-width: 640px), (max-height: 640px) {
  .perdeu-celular-game body {
    margin: 15px;
  }

  .perdeu-celular-game h1 {
    margin: 10px 0 15px;
  }

  .perdeu-celular-game #content-top {
    margin: 15px;
  }

  .perdeu-celular-game #help-box-inner {
    padding: 20px;
  }

  .perdeu-celular-game .suggestions {
    margin-top: 10px;
  }

  .perdeu-celular-game .suggestion-header {
    margin-bottom: 0;
  }

  .perdeu-celular-game .error-code {
    margin-top: 10px;
  }
}

.perdeu-celular-game html[subframe] body {
  overflow: hidden;
}

.perdeu-celular-game #sub-frame-error {
  -webkit-align-items: center;
  background-color: #DDD;
  display: -webkit-flex;
  height: 100%;
  -webkit-justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.perdeu-celular-game #sub-frame-error:hover {
  background-color: #EEE;
}

.perdeu-celular-game #sub-frame-error-details {
  margin: 0 10px;
  visibility: hidden;
}

.perdeu-celular-game #sub-frame-error:hover #sub-frame-error-details {
  visibility: visible;
}

@media (max-width: 200px), (max-height: 95px) {
  .perdeu-celular-game #sub-frame-error-details {
    display: none;
  }
}

.perdeu-celular-game #details-button {
  background-color: inherit;
  background-image: none;
  border: none;
  box-shadow: none;
  min-width: 0;
  padding: 0;
  text-decoration: underline;
}

.perdeu-celular-game .suggested-left > #control-buttons,
.perdeu-celular-game .suggested-right > #details-button {
  float: left;
}

.perdeu-celular-game .suggested-right > #control-buttons,
.perdeu-celular-game .suggested-left > #details-button {
  float: right;
}

.perdeu-celular-game #details-button.singular {
  float: none;
}

.perdeu-celular-game #buttons::after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}

.perdeu-celular-game .offline .interstitial-wrapper {
  color: #2b2b2b;
  font-size: 1em;
  line-height: 1.55;
  margin: 100px auto 0;
  max-width: 800px;
  width: 100%;
}

.perdeu-celular-game .offline .runner-container {
  height: 150px;
  max-width: 800px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  width: 44px;
  z-index: 2;
}

.perdeu-celular-game .offline .runner-canvas {
  height: 150px;
  max-width: 800px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.perdeu-celular-game .offline .controller {
  background: rgba(247, 247, 247, 0.1);
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

.perdeu-celular-game #offline-resources {
  display: none;
}

@media (max-width: 400px) {
  .perdeu-celular-game .suggested-left > #control-buttons,
  .perdeu-celular-game .suggested-right > #control-buttons {
    float: none;
    margin: 50px 0 20px;
  }
}

@media (max-height: 350px) {
  .perdeu-celular-game h1 {
    margin: 0 0 15px;
  }

  .perdeu-celular-game .icon-offline {
    margin: 0 0 10px;
  }

  .perdeu-celular-game .interstitial-wrapper {
    margin-top: 5%;
  }

  .perdeu-celular-game .nav-wrapper {
    margin-top: 30px;
  }
}

@font-face {
  font-family: "Delivery Note";
  src: url("/css/fonts/delivery_note_demo-webfont.woff2") format("woff2"), url("/css/fonts/delivery_note_demo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body.roleta {
  height: 100%;
}

body.roleta .modal {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-icon-select {
  width: 50px;
  height: 70px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 999;
}

@media screen and (min-width: 1200px) {
  .flex-1-sm {
    flex: 1 1 0% !important;
  }

  .roulette {
    width: 560px;
    height: 560px;
    margin: 0 auto;
    position: relative;
    display: block;
    font-family: "Work Sans", sans-serif;
  }

  .roulette .shadow {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    box-shadow: 0 0.3em 0 rgba(0, 0, 0, 0.25) inset;
    border-radius: 50%;
  }

  .roulette .markers {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 10px solid #FFF;
    border-radius: 100%;
    position: absolute;
    overflow: hidden;
    display: block;
  }

  .roulette .markers .marker {
    width: 0;
    height: 0;
    top: -280px;
    left: 280px;
    transform-origin: 0% 560px;
    border: 0 solid transparent;
    position: absolute;
  }

  .roulette .markers .triangle {
    width: 50px;
    height: 70px;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    border-left-color: #FFF;
    position: absolute;
  }

  .roulette .spinner {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateZ(0deg);
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    display: block;
    /*performance boost*/
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .roulette .spinner .item {
    width: 0;
    height: 0;
    top: -280px;
    left: 280px;
    transform-origin: 0% 560px;
    border: 0 solid transparent;
    position: absolute;
  }

  .roulette .spinner .item .label {
    display: block;
    position: absolute;
    color: #FFF;
    top: 0;
    left: 0;
    white-space: nowrap;
    transform-origin: 0 0;
    font-size: 8px;
    text-transform: uppercase;
  }

  .roulette .spinner .item .label i,
  .roulette .spinner .item .label .text {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    text-indent: 0;
  }

  .roulette .spinner .item .label i {
    margin-right: 0.1em;
  }

  .roulette .button {
    width: 100px;
    height: 100px;
    line-height: 10em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.15s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: none;
    box-shadow: 0 0.4em 0 rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    text-align: center;
    color: #999;
    background: #FFF;
    cursor: pointer;
    z-index: 998;
  }

  .roulette .button:hover {
    color: inherit;
  }

  .roulette .button span {
    font-size: 1.6em;
    letter-spacing: -0.05em;
  }

  .roulette.busy .button {
    transform: translate(-50%, -50%) scale(0.9);
    box-shadow: 0 0.15em 0 rgba(0, 0, 0, 0.25);
    color: #999;
    cursor: default;
  }
}

@media (max-width: 1280px) {
  .f-36 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .roulette {
    width: 560px;
    height: 560px;
    margin: 0 auto;
    position: relative;
    display: block;
    font-family: "Work Sans", sans-serif;
  }

  .roulette .shadow {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    box-shadow: 0 0.3em 0 rgba(0, 0, 0, 0.25) inset;
    border-radius: 50%;
  }

  .roulette .markers {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 10px solid #FFF;
    border-radius: 100%;
    position: absolute;
    overflow: hidden;
    display: block;
  }

  .roulette .markers .marker {
    width: 0;
    height: 0;
    top: -280px;
    left: 280px;
    transform-origin: 0% 560px;
    border: 0 solid transparent;
    position: absolute;
  }

  .roulette .markers .triangle {
    width: 50px;
    height: 70px;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    border-left-color: #FFF;
    position: absolute;
  }

  .roulette .spinner {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateZ(0deg);
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    display: block;
    /*performance boost*/
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .roulette .spinner .item {
    width: 0;
    height: 0;
    top: -280px;
    left: 280px;
    transform-origin: 0% 560px;
    border: 0 solid transparent;
    position: absolute;
  }

  .roulette .spinner .item .label {
    display: block;
    position: absolute;
    color: #FFF;
    top: 0;
    left: 0;
    white-space: nowrap;
    transform-origin: 0 0;
    font-size: 8px;
    text-transform: uppercase;
  }

  .roulette .spinner .item .label i,
  .roulette .spinner .item .label .text {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    text-indent: 0;
  }

  .roulette .spinner .item .label i {
    margin-right: 0.1em;
  }

  .roulette .button {
    width: 100px;
    height: 100px;
    line-height: 10em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.15s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: none;
    box-shadow: 0 0.4em 0 rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    text-align: center;
    color: #999;
    background: #FFF;
    cursor: pointer;
    z-index: 998;
  }

  .roulette .button:hover {
    color: inherit;
  }

  .roulette .button span {
    font-size: 1.6em;
    letter-spacing: -0.05em;
  }

  .roulette.busy .button {
    transform: translate(-50%, -50%) scale(0.9);
    box-shadow: 0 0.15em 0 rgba(0, 0, 0, 0.25);
    color: #999;
    cursor: default;
  }

  .pescador-game .center-game {
    top: 0px;
    transform: none;
  }

  .perdeu-celular-game .center-game {
    top: 0px;
    transform: none;
  }
}

@media screen and (max-width: 576px) {
  body {
    height: auto !important;
  }

  .bg-login {
    background-size: 100%;
    background-position: top;
  }

  .f-65 {
    font-size: 30px;
    line-height: 36px;
  }

  .f-36 {
    font-size: 16px;
    line-height: 20px;
  }

  .f-48 {
    font-size: 17pt;
    line-height: 22px;
  }

  .f-55 {
    font-size: 24pt;
    line-height: 35px;
  }

  .f-60 {
    font-size: 20pt;
    line-height: 26px;
  }

  .btn-share {
    font-size: 16px;
    border-radius: 5px;
  }

  .login-footer {
    width: 90%;
  }

  .login-text {
    font-size: 15px;
  }

  .form-login #email {
    font-size: 12px;
    border-radius: 5px;
  }

  .form-login #email {
    font-size: 12px;
    border-radius: 5px;
  }

  .form-login [type=submit] {
    font-size: 18px;
    border-radius: 5px;
  }

  .labyrinth canvas {
    width: 100%;
  }

  .footer {
    height: 45px;
  }

  .footer img {
    width: 64px;
    height: 14px;
  }

  .roulette .button {
    width: 60px;
    height: 60px;
  }

  .roulette .button img {
    width: 70%;
  }

  .roulette .spinner .item .label {
    font-size: 5px;
  }

  .mask-orange:before,
  .mask-pink:after {
    width: 244px;
    height: 174px;
    right: 0px;
  }

  .mask-orange:before {
    top: -104px;
  }

  .mask-pink:after {
    bottom: -94px;
  }

  .form-login {
    width: auto;
  }

  .quiz .questions {
    width: 100%;
  }

  .ambiente-game .questions {
    width: 100%;
  }

  .ambiente-game .questions .questions-wrapper {
    padding: 10px 20px;
  }

  .ambiente-game .questions .question-title {
    font-size: 14px;
    line-height: 18px;
  }

  .ambiente-game .questions .question-label {
    font-size: 14px;
    line-height: 17px;
  }

  .pescador {
    background-position: center;
  }

  .pescador-game .modal {
    width: 95%;
  }

  .pescador-game .questions {
    width: 100%;
  }

  .pescador-game .quest-points {
    bottom: -50px;
    right: 0px;
    top: unset;
  }

  .pescador-game .questions-wrapper {
    padding: 10px 20px;
  }

  .pescador-game .question-title {
    font-size: 14px;
  }

  .pescador-game .question-label {
    font-size: 14px;
  }

  .seguranca-game .init {
    padding: 0px 15px;
  }

  .seguranca-game .box-top {
    margin-bottom: 0px;
  }

  .seguranca-game .quest-time {
    left: 15px;
    top: 165px;
  }

  .seguranca-game .quest-points {
    right: 15px;
    top: 165px;
  }

  .seguranca-game .questions {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 100%;
    width: 100%;
  }

  .seguranca-game .questions .question-title {
    font-size: 16px;
    line-height: 22px;
    padding-top: 25px;
  }

  .seguranca-game .questions .question-label {
    font-size: 15px;
  }

  .seguranca-game .frame-wrapper {
    width: 241px;
    height: 241px;
    margin: 0 auto;
    z-index: 1;
  }

  .seguranca-game .frame-wrapper iframe {
    height: 243px;
    width: 432px;
  }
}

/* CUSTOM LABELS */

.roulette .spinner .item[data-type=quiz] .label {
  font-size: 1.5em;
}

.roulette .spinner .item[data-type=question] .label {
  font-size: 1.3em;
  font-weight: 600;
}

.roulette .spinner .item[data-type=replay] .label .text {
  font-size: 0.6em;
  white-space: initial;
  width: 1em;
  text-align: center;
  line-height: 1.2;
}

.roulette .spinner .item[data-type=replay] .label i {
  font-size: 1.5em;
}

.roulette .spinner .item[data-type=time] .label i {
  font-size: 1.5em;
}

