:root {
  --p1: #0f3866;
  --p2: #94e8bf;
  --rosewater: #dc8a78;
  --flamingo: #dd7878;
  --pink: #ea76cb;
  --mauve: #8839ef;
  --red: #d20f39;
  --maroon: #e64553;
  --peach: #fe640b;
  --yellow: #df8e1d;
  --gold: rgb(241,205,1);
  --green: #40a02b;
  --teal: #179299;
  --sky: #04a5e5;
  --sapphire: #209fb5;
  --blue: #1e66f5;
  --lavender: #7287fd;
  --text: #4c4f69;
  --subtext1: #5c5f77;
  --subtext0: #6c6f85;
  --overlay2: #7c7f93;
  --overlay1: #8c8fa1;
  --overlay0: #9ca0b0;
  --surface2: #acb0be;
  --surface1: #bcc0cc;
  --surface0: #ccd0da;
  --base: #eff1f5;
  --mantle: #e6e9ef;
  --crust: #dce0e8;
  --titlebarh: 40px;
}

@font-face {
  font-family: "Open Sans";
  src: url(../assets/fonts/OpenSans-Regular.ttf);
}
* {
  margin: 0px;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body {
  background-color: var(--base);
}
body #index {
  width: 100vh;
  height: 100vw;
}
body #block {
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: 150%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body #block.registo {
  background-color: var(--p1);
}
body #block.registo input[type=text], body #block.registo input[type=email] {
  margin: 5px 10px;
  background: rgba(150, 150, 150, 0.337254902);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none;
  border-bottom: 2px solid var(--surface2);
  padding: 6px 10px;
  text-align: center;
}
body #block.registo input[type=submit] {
  border: none;
  outline: none;
  width: 200px;
  background-color: rgb(230, 230, 230);
  height: 30px;
  border-radius: 10px;
  box-shadow: 0px 1px 5px rgba(88, 88, 88, 0.719);
  font-size: 16px;
}
body #block.registo input[type=submit]:hover {
  cursor: pointer;
  background-color: #5ba08c;
  color: white;
  box-shadow: 0px 2px 8px rgba(88, 88, 88, 0.911);
}
body #popwindow, body #sabias, body #desafio, body #registo, body #quebra, body #pontos {
  position: relative;
  border-radius: 20px;
  background-color: white;
  width: 600px;
  margin: 40px auto -20px auto;
  padding: 30px 40px;
  z-index: 11;
}
body #registo {
  text-align: center;
  border: 4px solid var(--p1);
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 2px !important;
}
body #registo .info {
  color: black;
  font-size: 20px;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  line-height: auto;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 5px;
}
body #registo .inputTitle {
  clear: both;
}
body #registo input[type=text], body #registo input[type=email] {
  width: 40%;
  border: none;
  outline: none;
  height: 20px;
  border-radius: 10px;
  border-bottom: 2px solid var(--p1) !important;
  margin: 10px auto !important;
}
body #registo input[type=text]:hover, body #registo input[type=text]:focus, body #registo input[type=email]:hover, body #registo input[type=email]:focus {
  border-bottom: 2px solid var(--p2) !important;
}
body #registo .wrapper {
  position: relative !important;
  padding-top: 50px;
}
body #registo .wrapper .icon {
  display: inline-block;
}
body #registo .wrapper .icon i {
  color: white;
  background-color: var(--p1);
  border-radius: 30px;
  padding: 4px 4px;
  font-size: 15px;
}
body #registo .wrapper .text {
  display: inline-block;
  color: var(--p1);
  font-size: 15px;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  line-height: auto;
  text-align: center;
}
body #desafio, body #quebra, body #pontos {
  text-align: center;
}
body #quebra .img1 img {
  margin-left: auto;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-top: 40px;
}
body #quebra input {
  border: none;
  outline: none;
  width: 200px;
  background-color: rgb(230, 230, 230);
  padding: 10px;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 5px rgba(88, 88, 88, 0.719);
  font-size: 16px;
}
body #quebra input:hover:not([disabled]) {
  cursor: pointer;
  background-color: var(--p1) !important;
  color: white;
  box-shadow: 0px 2px 8px rgba(88, 88, 88, 0.911);
}
body #quebra #quebrat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
  margin-bottom: none;
}
body #quebra #quebrat .quebrasmaller {
  font-family: "Segoe UI";
  font-size: 19px;
  line-height: 150%;
  text-align: center;
  color: rgb(0, 0, 0);
  letter-spacing: 0.4px;
  font-weight: 900;
  font-weight: bolder;
}
body #quebra #quebrat .quebrabigger {
  text-transform: uppercase;
  font-family: "Segoe UI";
  font-weight: bolder;
  letter-spacing: -2px;
  margin-top: -0.3rem;
  margin-bottom: 0.1rem;
  color: var(--p1);
  text-align: center;
  text-shadow: 2px 2px 2px var(--p2), 5px 5px 5px var(--p2);
  mix-blend-mode: multiply;
}
body #popwindow {
  border: 3px solid var(--p1);
}
body #nextbdiv, body #confirmdiv {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto -20px auto;
  z-index: 11;
}
body #balao1 .fa-caret-right, body #balao2 .fa-caret-right {
  margin: 10px;
  color: #5ba08c;
}
body .popbutton {
  border: none;
  outline: none;
  width: 200px;
  background-color: rgb(230, 230, 230);
  padding: 10px;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 5px rgba(88, 88, 88, 0.719);
  font-size: 16px;
}
body .popbutton:hover:not([disabled]) {
  cursor: pointer;
  background-color: var(--p1) !important;
  color: white;
  box-shadow: 0px 2px 8px rgba(88, 88, 88, 0.911);
}
body #sabias {
  background: none;
  overflow: hidden;
}
body #montana {
  float: left;
}
body #montana img {
  width: 110px;
}
body #sabiasque {
  float: right;
  width: 80%;
  border-radius: 10px;
  background-color: var(--p1);
}
body #sabias1, body #sabias2 {
  padding: 5px;
}
body .right {
  text-align: center;
  color: rgb(85, 146, 85);
}
body .wrong {
  text-align: center;
  color: rgb(155, 31, 31);
}
body .squote {
  color: var(--p2);
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
body .tquote {
  color: white;
  font-size: small;
}
body .subtitle {
  color: var(--p1);
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
body .quiz-area {
  color: var(--text);
  background-color: var(--mantle);
  width: 92%;
  height: 80vh;
  clear: both;
  margin: 20px 4% 0 4%;
  border: 1px solid var(--p1);
  border-radius: 10px;
  box-shadow: 0 5px 30px var(--surface2);
  position: absolute;
}
body .quiz-area .title-bar {
  border: 1px solid var(--surface0);
  line-height: 40px;
  padding: 2px 12px 2px 0;
  height: var(--titlebarh);
  border-radius: 10px 10px 0 0;
  background-color: var(--surface0);
  overflow: hidden;
}
body .quiz-area .title-bar:hover {
  cursor: default;
}
body .quiz-area .title-bar .title {
  font-weight: bold;
  margin-left: 10px;
  position: relative;
  float: left;
  margin-left: 20px;
  padding: 0 20px 0 20px;
  background-color: var(--mantle);
  border-radius: 10px;
  font-size: 16px;
}
body .quiz-area .title-bar .window-icons {
  float: right;
  color: var(--p1);
}
body .quiz-area .title-bar .window-icons > i:not(:last-child) {
  margin-right: 20px;
}
body .quiz-area #help {
  position: absolute;
  bottom: 50px;
  left: 20px;
  z-index: 2;
}
body .quiz-area #help #helpi {
  color: white;
  background-color: var(--p1);
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 30px;
  transition-duration: 0ms;
}
body .quiz-area #help #helpi:hover {
  cursor: help;
}
body .quiz-area #help #helpt {
  position: absolute;
  bottom: 60px;
  padding: 10px;
  width: 250px;
  word-wrap: normal;
  border-radius: 10px;
  background-color: white;
  display: none;
  border: 1px solid var(--p1);
}
body .quiz-area #help .floating {
  animation-name: floating;
  animation-duration: 1s;
  animation-iteration-count: 2;
  animation-timing-function: ease-in-out;
}
@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, 0px);
  }
}
body .quiz, body #test {
  text-align: center;
  height: 100%;
}
body .quipdisabled {
  display: none !important;
}
body .final {
  text-align: center;
}
body .final .logotipo {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  background-color: var(--p1);
}
body .final .bigger {
  margin-top: 50px;
  margin-bottom: 5px;
  font-weight: bold;
  color: var(--p1);
  font-size: 30px;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  line-height: auto;
  text-transform: uppercase;
  padding-bottom: 30px;
  text-align: center;
}
body .final .emoji {
  margin-left: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px !important;
}
body .final .little {
  color: black;
  font-weight: bold;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  line-height: auto;
  text-transform: uppercase;
  text-align: center;
}
body .final input {
  width: 300px;
  background-color: var(--p1);
  box-shadow: inset 0 0 0 2px #13437a;
  color: white;
  font-weight: bold;
}
body .final input:hover:not([disabled]) {
  background-color: #5ba08c;
  color: var(--p2);
  box-shadow: 0px 2px 8px rgba(88, 88, 88, 0.911);
}
body .final #sugestoes p {
  margin-top: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
body .final #sugestoes #sugestao {
  border-radius: 10px;
  padding: 15px;
  border: none;
  outline: none;
  border: 3px solid var(--p1);
}
body .final #sugestoes .hidden {
  display: none;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  body .quiz-area {
    height: 80vh;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100vw;
    border-radius: none;
    border-radius: 0px !important;
    border: none;
    padding: 0;
  }
  body .title-bar {
    border-radius: 0px !important;
  }
  body #help {
    bottom: 8px !important;
    left: 20px !important;
  }
}
body footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: var(--p1);
  padding: 10px 0;
}
body footer img {
  height: 40px;
}

@media only screen and (max-width: 700px) {
  #popwindow, #desafio, #quebra, #pontos, #registo {
    padding: 20px 0px 30px 0px !important;
    border-radius: 0px !important;
    margin: auto !important;
    width: 100% !important;
    border: none !important;
  }
  #pop-up, #balao1, #balao2 {
    padding: 20px;
  }
  .quebrabigger {
    font-size: 40px !important;
  }
  .popbutton {
    width: 120px !important;
    padding: 15px !important;
  }
  #sabiasque {
    width: 30% !important;
    margin-right: 50%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.white {
  background-color: white;
}

.capa .logotipo {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: var(--p1);
}
.capa .header {
  position: relative;
  padding-top: 40px;
  padding-bottom: 5px;
  background-color: white;
}
.capa .header .title {
  font-size: 90px;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
  font-family: "Segoe UI";
  letter-spacing: -2px;
  margin-top: -0.3rem;
  margin-bottom: 0.3rem;
  color: var(--p1);
  text-shadow: 2px 2px 2px var(--p2), 5px 5px 5px var(--p2);
  mix-blend-mode: multiply;
}
.capa .body {
  position: relative;
  text-align: center;
}
.capa .body .little {
  color: var(--p1);
  font-size: 20px;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  line-height: auto;
  text-transform: uppercase;
  padding-bottom: 60px;
}
.capa .body .bigger {
  color: black;
  font-size: 30px;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  line-height: auto;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.capa .body input {
  width: 400px;
  background-color: var(--p1);
  box-shadow: inset 0 0 0 2px #13437a;
  color: white;
  font-weight: bold;
}
.capa .body input:hover:not([disabled]) {
  background-color: #5ba08c;
  color: var(--p2);
  box-shadow: 0px 2px 8px rgba(88, 88, 88, 0.911);
}
.capa .body .tempo {
  color: rgb(61, 61, 61);
  font-size: 13px;
  font-weight: light;
  font-family: "Raleway", sans-serif;
  line-height: auto;
  text-transform: uppercase;
  padding-top: 10px;
}
.capa .body .info {
  color: var(--p1);
  font-size: 15px;
  font-weight: light;
  font-family: "Raleway", sans-serif;
  line-height: auto;
  padding-top: 7px;
}
@media only screen and (max-width: 700px) {
  .capa .title {
    font-size: 65px !important;
  }
  .capa .little {
    font-size: 14px !important;
  }
  .capa input {
    width: 250px !important;
  }
}

.finale .logotipo {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: var(--p1);
}
.finale .imagefinale {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.finale .imagefinale img {
  width: 180px;
}
.finale .title {
  padding-top: 40px;
  font-size: 90px;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
  font-family: "Segoe UI";
  letter-spacing: -2px;
  margin-top: -0.2rem;
  margin-bottom: 0.3rem;
  color: var(--p1);
  text-shadow: 2px 2px 2px var(--p2), 5px 5px 5px var(--p2);
  mix-blend-mode: multiply;
}
.finale .subtitle {
  color: black;
  font-size: 30px;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  line-height: auto;
  text-transform: uppercase;
  padding-top: 20px;
}
@media only screen and (max-width: 700px) {
  .finale .title {
    font-size: 65px !important;
  }
  .finale .subtitle {
    font-size: 25px !important;
  }
}

.emoji {
  margin-left: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px !important;
  width: 340px !important;
}/*# sourceMappingURL=style.css.map */