body {
  font-family: "Roboto" !important;
}

section {
  padding: 4rem 0;
}

section.security-week,
section.ranking {
  padding: 12rem 0;
}

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-20 {
  font-size: 20px;
  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-40 {
  font-size: 40px;
  line-height: 53px;
}

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

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

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

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

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

.c-white {
  color: #FFF;
}

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

.c-cerise {
  color: #D72DC8;
}

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

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

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

.login {
  background: url("/css/images/background.svg") 0 0 no-repeat;
}

.h-100 {
  height: 100%;
}

.background-header {
  background: url(/css/images/top-header.png) no-repeat;
  background-size: 100%;
  height: 750px;
}

.background {
  background: url(/css/images/background.svg) no-repeat;
  background-size: cover;
}

.btn-regulamento {
  background-color: #570097;
  color: #fff;
  font-size: 22px;
  border-radius: 30px;
  padding: 0px 35px;
  text-transform: uppercase;
  margin-top: 80px;
  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 .desc,
.game-2 .desc,
.game-3 .desc,
.game-4 .desc {
  padding: 0 10px;
}

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

.form-login label {
  color: #00A0E4;
  font-size: 20px;
  width: 55px;
}

.form-login input {
  border-radius: 27px;
  width: 240px;
}

.form-login [type=submit] {
  background-color: #00A0E4;
  border-radius: 27px;
  color: #FFF;
  border: none !important;
  font-size: 20px;
  font-weight: 500 !important;
}

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

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

.table-ranking {
  color: #FFF !important;
  text-align: left;
  font-weight: 500;
}

.table-ranking thead {
  background-color: #D72DC8;
}

.table-ranking thead th {
  border: none !important;
}

.table-ranking tbody th,
.table-ranking tbody td {
  border: none;
}

.table-ranking tbody tr:nth-of-type(odd) {
  background-color: rgba(87, 0, 151, 0.6) !important;
}

.table-ranking tbody tr:nth-of-type(even) {
  background-color: #00a0e4 !important;
}

.my-custom-scrollbar {
  position: relative;
  max-height: 528px;
  overflow: auto;
  margin-bottom: 80px;
  /* 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,
body {
  height: 100%;
}

body.memory {
  background: url("/css/images/memory/background.png") 0 0 no-repeat;
  background-size: cover;
  min-height: 100%;
  font-family: "Arial", sans-serif;
}

body.cafe {
  background: url("/css/images/cafe/bg-cafe.svg") 0 0 no-repeat;
  background-size: cover;
  min-height: 100%;
  font-family: "Arial", sans-serif;
}

.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;
}

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

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

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

.memory-game .memory-time {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: -70px;
  top: 50px;
  color: #FFF;
}

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

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

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

  100% {
    background: white;
  }
}

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

  100% {
    background: white;
  }
}

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

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

@media (max-width: 800px) {
  .memory-game .game .card {
    width: 25%;
    height: 16.666%;
  }
}

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

.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 {
  border: 1px solid black;
  -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 {
  padding: 15px;
  transform: rotateX(0);
  align-items: center;
  justify-content: center;
  display: flex;
}

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

.memory-game .modal {
  display: none;
  position: relative;
  width: 380px;
  height: 380px;
  max-height: 90%;
  max-width: 90%;
  min-height: 380px;
  margin: 0 auto;
  background: white;
  padding: 3px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 34px -6px white;
}

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

.memory-game .modal #close_modal {
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
}

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

.danger {
  background: url("/css/images/danger/background.svg") 0 0 no-repeat;
  background-size: cover;
}

.danger-game {
  padding: 4rem 0;
}

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

.danger-game .memory-time {
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #FFF;
  display: block;
  margin-top: 8px;
  margin-bottom: 0px;
}

.danger-game .modal,
.danger-game .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-game .modal img.result,
.danger-game .modal_error img.result {
  width: 100%;
  height: auto;
}

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

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

.danger-game .result-wrapper {
  position: relative;
}

.danger-game .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-game .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;
}

.quest {
  background: url("/css/images/quest/background.svg") 0 0 no-repeat;
  background-size: cover;
}

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

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

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

.quest-game .box-top {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.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: 47px;
  line-height: 55px;
  color: #2981E2;
  position: absolute;
  bottom: 14px;
  left: 72px;
}

.quest-game .quest-time {
  font-weight: bold;
  font-size: 47px;
  line-height: 55px;
  color: #2981E2;
  position: absolute;
  bottom: 14px;
  left: 53px;
}

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

.quest-game .questions {
  background: url("/css/images/quest/box-question.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 100px 165px;
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
  width: 1250px;
  height: 620px;
}

.quest-game .questions .question-title {
  color: #001634;
  font-size: 40px;
  line-height: 47px;
  font-weight: bold;
  display: block;
}

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

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

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

.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 .quest-title {
  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: url("/css/images/cafe/box-cafe.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1080px;
  height: 537px;
  padding: 45px 55px;
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
}

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

.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;
}

