@charset "UTF-8";
@font-face {
  font-family: "Bebas-Regular";
  src: url("../../assets/fonts/fot/bebasneue-regular-webfont.woff2") format("woff2"), url("../../assets/fonts/fot/bebasneue-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Bebas-Bold";
  src: url("../../assets/fonts/fot/bebasneue-bold-webfont.woff2") format("woff2"), url("../../assets/fonts/fot/bebasneue-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../../assets/fonts/fot/Montserrat-Bold.woff2") format("woff2"), url("../../assets/fonts/fot/Montserrat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../assets/fonts/fot/Montserrat-Regular.woff2") format("woff2"), url("../../assets/fonts/fot/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

#app {
  height: 100%; }

main {
  background-color: #a4dfe5;
  min-height: 100%; }
  main h1 {
    font-size: 3.5rem;
    letter-spacing: 1px;
    font-family: "Montserrat-Bold";
    text-align: center;
    color: #244aa1;
    padding-bottom: 25px;
    text-transform: uppercase; }
    @media screen and (max-width: 1020px) {
      main h1 {
        font-size: 3.3rem; } }
    @media screen and (max-width: 767px) {
      main h1 {
        font-size: 2.8rem; } }
  main h2 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    color: #244aa1;
    font-family: "Montserrat-Regular";
    text-align: center;
    padding-bottom: 25px; }
  main .text1 {
    color: #244aa1;
    font-size: 1.9rem;
    font-family: "Bebas-Regular";
    padding-bottom: 10px;
    letter-spacing: 1px; }
    @media screen and (max-width: 1020px) {
      main .text1 {
        font-size: 1.8rem;
        padding-left: 20px;
        padding-right: 20px; } }
  main .text2 {
    color: #244aa1;
    font-size: 1.7rem;
    font-family: "Montserrat-Regular";
    padding-bottom: 30px; }
    @media screen and (max-width: 1020px) {
      main .text2 {
        font-size: 1.6rem;
        padding-left: 20px;
        padding-right: 20px; } }

.header .team {
  top: 10px;
  left: 20px;
  position: absolute;
  font-family: "Bebas-Regular";
  display: flex;
  width: 260px;
  text-align: left; }
  .header .team .icon {
    background-repeat: no-repeat;
    width: 70px;
    height: 50px;
    margin-right: 15px;
    flex-shrink: 0; }
    @media screen and (max-width: 1240px) {
      .header .team .icon {
        width: 60px;
        margin-right: 10px; } }
    @media screen and (max-width: 1020px) {
      .header .team .icon {
        display: none; } }
  @media screen and (max-width: 1020px) {
    .header .team {
      top: 20px; } }

.header .text {
  padding-top: 2px; }
  .header .text .username {
    font-size: 1.7rem;
    color: #ffffff; }
  .header .text .overall-points {
    font-size: 1.7rem;
    color: #99e4ff; }
    @media screen and (max-width: 1020px) {
      .header .text .overall-points {
        display: block; } }
    @media screen and (max-width: 767px) {
      .header .text .overall-points {
        display: inline-block; } }
  .header .text .team-name,
  .header .text .group-name {
    color: #244aa1;
    font-size: 1.2rem;
    padding: 1px 0; }
    @media screen and (max-width: 1020px) {
      .header .text .team-name,
      .header .text .group-name {
        display: none; } }

.header .menu-button {
  width: 58px;
  height: 64px;
  background-image: url("../../assets/images/fot/game8/menu.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .header .menu-button {
      position: fixed; } }

.header .menu {
  background-color: #65c7d0;
  display: none;
  flex-direction: column;
  text-align: left;
  z-index: 100;
  /*@media screen and (max-width: $low-devices-breakpoint) {*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 100px 25px 25px 25px;
  justify-content: flex-start;
  align-items: flex-start;
  /*}*/ }
  .header .menu.open {
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    /*@media screen and (max-width: $low-devices-breakpoint) {*/
    /*}*/ }
    .header .menu.open:after {
      content: "";
      position: absolute;
      top: 35px;
      right: 38px;
      width: 26px;
      height: 26px;
      background: url("../../assets/images/fot/game8/close.svg") 50% 50% no-repeat; }
      @media screen and (max-width: 767px) {
        .header .menu.open:after {
          top: 27px;
          right: 27px;
          width: 20px;
          height: 20px; } }
    .header .menu.open:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #65c7d0; }
  .header .menu .menu-item {
    color: #ffffff;
    font-size: 2.6rem;
    font-family: "Bebas-Bold";
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 300ms ease;
    margin: auto;
    min-width: 260px;
    margin-bottom: 40px;
    text-align: center; }
    .header .menu .menu-item:hover {
      opacity: 0.8; }

.header .logotype {
  top: 20px;
  left: 30px;
  width: 82px;
  height: 70px;
  background: url("../../assets/images/fot/game8/Home.svg") 50% no-repeat;
  margin: 0;
  z-index: 100; }
  .header .logotype .logo-container {
    display: none; }
  @media screen and (max-width: 767px) {
    .header .logotype {
      position: fixed; } }

.footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1200px;
  pointer-events: none;
  background: #d3f1f1;
  margin-left: -600px;
  border-radius: 50px 50px 0 0; }
  @media screen and (max-width: 1240px) {
    .footer {
      width: 1000px;
      margin-left: -500px; } }
  @media screen and (max-width: 1020px) {
    .footer {
      width: 700px;
      margin-left: -350px; } }
  @media screen and (max-width: 767px) {
    .footer {
      width: 360px;
      margin-left: -180px; } }
  .footer .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
    flex-wrap: wrap; }
    .footer .logos img {
      max-width: 130px;
      margin: 10px 14px; }
    .footer .logos a:nth-child(3) img {
      width: 80px; }
    .footer .logos a:nth-child(4) img {
      mix-blend-mode: multiply; }
    .footer .logos a:nth-child(4) img,
    .footer .logos a:nth-child(6) img,
    .footer .logos a:nth-child(7) img {
      width: 70px; }
    .footer .logos a:nth-child(5) img {
      width: 60px; }

.button {
  color: #ffffff;
  font-size: 1.7rem;
  padding: 12px 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 300ms ease;
  font-family: "Bebas-Bold";
  text-align: center; }
  .button.secondary {
    background-color: #00c69a; }
  .button.light {
    background-color: #35c6f4; }
  .button.dark {
    background-color: #244aa1; }
  .button.button-close {
    max-width: 200px;
    margin: auto; }
  .button.skewed {
    background: url("../../assets/images/fot/game8/button-skew.svg") 50% 50% no-repeat;
    width: 120px;
    height: 60px;
    filter: drop-shadow(7px 4px 1px rgba(37, 74, 162, 0.3)); }
    .button.skewed.small {
      background: url("../../assets/images/fot/game8/button-skew-small.svg") 50% 50% no-repeat;
      width: 160px;
      height: 40px;
      padding-top: 4px; }

.button-skew {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 40px;
  padding: 6px 16px;
  background-color: #244aa1;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  font-family: "Bebas-Bold"; }
  .button-skew.secondary {
    color: #244aa1;
    background: #00c69a; }
    .button-skew.secondary.effect-main.effect-button:before, .button-skew.secondary.effect-main.effect-button:after,
    .button-skew.secondary.effect-main.effect-button .effect-inner:before,
    .button-skew.secondary.effect-main.effect-button .effect-inner:after {
      background: #00c69a; }
  .button-skew span {
    position: relative;
    z-index: 10; }

.logotype {
  width: 480px;
  height: 66px;
  position: absolute;
  top: 1px;
  left: 50%;
  margin-left: -240px; }
  @media screen and (max-width: 1240px) {
    .logotype {
      width: 440px;
      margin-left: -220px; } }
  @media screen and (max-width: 1020px) {
    .logotype {
      width: 380px;
      margin-left: -190px;
      height: 50px;
      top: 10px; } }
  @media screen and (max-width: 767px) {
    .logotype {
      width: 280px;
      margin-left: -140px;
      height: 50px;
      top: 45px; } }

.corner-asset {
  display: none; }

.middle-bar {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 90px 20px 100px 20px;
  text-align: center;
  position: relative; }
  .middle-bar .icon {
    position: absolute;
    top: 0;
    left: 50%; }
  .middle-bar .title {
    font-size: 2.8rem;
    font-family: "Bebas-Bold";
    color: #244aa1;
    padding-bottom: 15px; }
  .middle-bar .subtitle {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-family: "Montserrat-Regular";
    color: #244aa1;
    max-width: 800px;
    margin: auto; }

.long-text {
  font-family: "Montserrat-Regular";
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #244aa1; }
  .long-text p {
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #244aa1; }

.game-icon {
  position: absolute;
  top: -6px;
  left: -42px;
  width: 84px;
  height: 95px; }
  @media screen and (max-width: 767px) {
    .game-icon {
      display: none; } }

.battle-icon {
  display: none; }

.games-list {
  padding: 22px 0 60px 0; }
  .games-list .list {
    max-width: 720px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .games-list .list {
        width: 320px; } }
    .games-list .list .item {
      position: relative;
      margin-bottom: 15px;
      height: 78px; }
      @media screen and (max-width: 767px) {
        .games-list .list .item {
          height: 95px; } }
      .games-list .list .item .button-skew {
        margin-top: 0; }
      .games-list .list .item .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8); }
      .games-list .list .item .contents {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .games-list .list .item .contents {
            padding-left: 0px;
            padding-bottom: 2px;
            flex-wrap: wrap; } }
        .games-list .list .item .contents .info {
          text-align: left; }
          @media screen and (max-width: 767px) {
            .games-list .list .item .contents .info {
              width: 100%; } }
          .games-list .list .item .contents .info .game-name {
            font-family: "Bebas-Regular";
            font-size: 1.7rem;
            color: #fff;
            padding-bottom: 2px;
            text-transform: uppercase; }
          .games-list .list .item .contents .info .game-players {
            font-family: "Bebas-Regular";
            font-size: 1.5rem;
            color: #244aa1; }
        .games-list .list .item .contents .duel {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-grow: 1; }
          @media screen and (max-width: 767px) {
            .games-list .list .item .contents .duel {
              justify-content: center;
              width: 100%;
              padding-top: 5px; } }
          .games-list .list .item .contents .duel .id {
            display: none; }
          .games-list .list .item .contents .duel .player {
            font-family: "Bebas-Bold";
            font-size: 2.4rem;
            color: #244aa1;
            min-width: 120px; }
            .games-list .list .item .contents .duel .player.p-left {
              color: #00c69a;
              padding-right: 10px; }
            .games-list .list .item .contents .duel .player.p-right {
              padding-left: 10px; }
          .games-list .list .item .contents .duel .vs {
            width: 70px;
            height: 58px;
            background: url("../../assets/images/fot/game8/battle/versus-battle.svg") 50% 50% no-repeat; }
        .games-list .list .item .contents .other {
          display: flex;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .games-list .list .item .contents .other {
              width: 100%;
              justify-content: space-between; } }
          .games-list .list .item .contents .other .time {
            position: relative;
            margin-right: 25px;
            padding-left: 50px;
            text-align: left; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .time {
                padding-left: 40px; } }
            .games-list .list .item .contents .other .time .time-icon {
              position: absolute;
              top: -10px;
              left: 0px;
              width: 37px;
              height: 49px; }
              @media screen and (max-width: 767px) {
                .games-list .list .item .contents .other .time .time-icon {
                  width: 30px;
                  height: 45px; } }
            .games-list .list .item .contents .other .time .time-left {
              font-family: "Bebas-Regular";
              font-size: 2.5rem;
              color: #244aa1; }
          .games-list .list .item .contents .other .button {
            display: inline-block;
            margin-right: 20px; }
          .games-list .list .item .contents .other .date {
            display: none; }
          .games-list .list .item .contents .other .won,
          .games-list .list .item .contents .other .lost,
          .games-list .list .item .contents .other .incomplete,
          .games-list .list .item .contents .other .waiting,
          .games-list .list .item .contents .other .tied-game {
            font-family: "Bebas-Bold";
            font-size: 2.6rem;
            color: #00c69a;
            flex-grow: 0;
            flex-shrink: 0;
            width: 220px; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .won,
              .games-list .list .item .contents .other .lost,
              .games-list .list .item .contents .other .incomplete,
              .games-list .list .item .contents .other .waiting,
              .games-list .list .item .contents .other .tied-game {
                margin: auto; } }
          .games-list .list .item .contents .other .incomplete,
          .games-list .list .item .contents .other .waiting,
          .games-list .list .item .contents .other .tied-game {
            color: #204ca3; }
          .games-list .list .item .contents .other .incomplete .button {
            background-color: #35c6f4; }
          .games-list .list .item .contents .other .won-icon {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 160px;
            margin: auto;
            width: 74px;
            height: 61px;
            background: url("../../assets/images/fot/game8/my-profile/battle-won.svg") 50% 50% no-repeat; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .won-icon {
                display: block;
                top: auto;
                right: 200px;
                bottom: -10px; } }
          .games-list .list .item .contents .other .lost-icon {
            display: none;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 8px;
            margin: auto;
            width: 97px;
            height: 72px; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .lost-icon {
                display: none; } }
          .games-list .list .item .contents .other .lost {
            color: #f35933; }
          .games-list .list .item .contents .other .position {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 38px;
            margin: auto;
            width: 58px;
            height: 58px;
            text-align: center;
            font-family: "Bebas-Regular";
            font-size: 3rem;
            line-height: 58px;
            text-shadow: 3px 3px rgba(0, 0, 0, 0.2);
            color: #fff; }
            .games-list .list .item .contents .other .position.position1 {
              top: auto;
              right: 24px;
              bottom: -1px;
              width: 91px;
              height: 80px;
              padding-left: 6px;
              line-height: 66px; }
            .games-list .list .item .contents .other .position.position2 {
              right: 24px;
              bottom: -10px;
              width: 85px;
              height: 78px;
              padding-left: 2px;
              line-height: 56px; }
            .games-list .list .item .contents .other .position.position3 {
              right: 24px;
              bottom: -10px;
              width: 85px;
              height: 78px;
              padding-left: 2px;
              line-height: 56px; }
  .games-list .button.more {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px; }
  .games-list.last-battles {
    padding-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .games-list.last-battles {
        overflow: hidden; } }
    @media screen and (max-width: 767px) {
      .games-list.last-battles .list .item .contents .other {
        justify-content: space-between; } }
    .games-list.last-battles .list .item .contents .other .date {
      color: #35c6f4;
      padding-right: 45px;
      padding-top: 2px; }
      @media screen and (max-width: 767px) {
        .games-list.last-battles .list .item .contents .other .date {
          padding-right: 10px;
          width: 170px;
          flex-shrink: 0;
          text-align: left; } }
  @media screen and (max-width: 767px) {
    .games-list.teacher-games {
      display: none; } }
  .games-list.teacher-games .icon {
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-bottom: 10px; }
  .games-list.teacher-games .list .item .background {
    background-color: #244aa1;
    border: none; }
  .games-list.teacher-games .list .item .game-players {
    color: #35c6f4 !important; }
  .games-list.teacher-games .list .item .info {
    padding-left: 142px; }
  .games-list.teacher-games .list .item .date-created {
    font-size: 1.2rem;
    color: #35c6f4;
    font-family: "Montserrat-Regular";
    padding-left: 10px; }
  .games-list.teacher-games .list .item .contents .time {
    display: none; }
  .games-list.teacher-games .list .item .contents .button-restart {
    display: none; }
  .games-list.teacher-games .list .item .button-restart-game {
    background-color: #00c69a; }
  .games-list.teacher-games .list .item .teacher-tag {
    position: absolute;
    top: -5px;
    background-color: #ffcc33;
    width: 120px;
    height: 64px;
    font-size: 1.5rem;
    font-family: "Bebas-Regular"; }
    .games-list.teacher-games .list .item .teacher-tag span {
      padding: 0 8px;
      width: 120px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
    .games-list.teacher-games .list .item .teacher-tag:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 6px 6px;
      border-color: transparent transparent #ffcc33 transparent;
      position: absolute;
      top: 0;
      left: -5px; }
  .games-list.teacher-games .list .item.already-started .contents .time {
    display: block; }
    .games-list.teacher-games .list .item.already-started .contents .time .time-left {
      color: #ffffff; }
  .games-list.teacher-games .list .item.already-started .contents .button-restart {
    display: block; }
  .games-list.teacher-games .list .item.already-started .contents .button-start {
    display: none; }
  .games-list.suspended-games {
    padding-top: 25px;
    padding-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .games-list.suspended-games {
        display: none; } }
    .games-list.suspended-games .icon {
      display: inline-block;
      width: 39px;
      height: 39px;
      margin-bottom: 10px; }
    .games-list.suspended-games .list .item .background {
      border: 2px dashed #244aa1; }
  .games-list.utype-1 .list .teacher-tag {
    display: none; }
  .games-list.utype-1 .list .item .contents {
    padding-left: 0; }
  .games-list.utype-1 .list .item .info {
    padding-left: 60px !important; }

.legal-logos {
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .legal-logos {
      bottom: 40px; } }
  .legal-logos .legal-logo {
    margin: 0 15px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .legal-logos .legal-logo:first-child:after {
      content: "PROMOTOR";
      position: absolute;
      top: -15px;
      left: 0;
      font-size: 1.1rem;
      color: #244aa1;
      font-family: "Montserrat-Regular"; }
    @media screen and (max-width: 767px) {
      .legal-logos .legal-logo:first-child {
        margin-bottom: 40px !important; } }
    .legal-logos .legal-logo:nth-child(2) {
      margin-left: 150px; }
      .legal-logos .legal-logo:nth-child(2):after {
        content: "APOIO";
        position: absolute;
        top: -15px;
        left: 0;
        font-size: 1.1rem;
        color: #244aa1;
        font-family: "Montserrat-Regular"; }
    @media screen and (max-width: 1020px) {
      .legal-logos .legal-logo:after {
        text-align: center;
        width: 100%; } }
    .legal-logos .legal-logo img {
      height: 48px; }
      @media screen and (max-width: 767px) {
        .legal-logos .legal-logo img {
          height: 34px; } }
    @media screen and (max-width: 1020px) {
      .legal-logos .legal-logo:nth-child(2) {
        margin-left: 15px; } }
    @media screen and (max-width: 767px) {
      .legal-logos .legal-logo {
        width: 100% !important;
        margin-bottom: 15px; } }
  .legal-logos .logo1 {
    width: 116px;
    height: 58px; }
  .legal-logos .logo2 {
    width: 155px;
    height: 44px; }
  .legal-logos .logo3 {
    width: 96px;
    height: 41px; }
  .legal-logos .logo4 {
    width: 145px;
    height: 48px; }

.versus {
  position: relative;
  display: flex;
  justify-content: center; }
  .versus .player {
    position: relative;
    width: 200px;
    height: 70px;
    margin: 0 45px; }
    @media screen and (max-width: 767px) {
      .versus .player {
        margin: 0 10px; } }
    .versus .player .background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .versus .player .contents {
      position: relative;
      text-align: right;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 20px 0 0;
      width: 100%;
      height: 100%; }
      .versus .player .contents .name {
        font-family: "Bebas-Bold";
        font-size: 2.9rem;
        color: #244aa1; }
      .versus .player .contents .points {
        display: none;
        padding-top: 2px;
        font-family: "Bebas-Bold";
        font-size: 1.7rem;
        color: #35c6f4; }
    .versus .player.player-left .background {
      left: 0;
      width: 100%; }
    .versus .player.player-right .contents {
      padding: 0 0 0 20px;
      text-align: left; }
    .versus .player.active .name {
      color: #fff; }
    .versus .player.inactive {
      opacity: 0.6; }
  .versus .icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    height: 75px;
    background: url("../../assets/images/fot/game8/battle/versus-battle.svg") 50% 50% no-repeat; }
    @media screen and (max-width: 767px) {
      .versus .icon {
        width: 80px;
        height: 75px; } }

.last-battles .won,
.last-battles .lost,
.last-battles .incomplete,
.last-battles .waiting,
.last-battles .tied-game {
  display: none; }

.last-battles .logged-won .won {
  display: block; }

.last-battles .logged-lost .lost {
  display: block; }

.last-battles .incomplete-game .incomplete {
  display: block;
  padding: 0 !important; }

.last-battles .waiting-game .waiting {
  display: block; }

.last-battles .tie .tied-game {
  display: block; }

.mobile-device .games-list .list .item {
  margin-left: 0;
  padding-left: 20px; }

@media screen and (max-width: 767px) {
  .mobile-device .last-battles.games-list .list .item {
    padding-left: 0px; }
    .mobile-device .last-battles.games-list .list .item .id {
      position: absolute;
      left: 15px; }
    .mobile-device .last-battles.games-list .list .item .other {
      padding: 0 10px; } }

.mobile-device .games-list .list .item .background {
  left: 0;
  right: 0;
  width: 100%;
  transform: none; }

.mobile-device .versus .player .background {
  left: 0;
  right: 0;
  width: 100%;
  transform: none; }

.mobile-device .versus .player-right .contents {
  padding: 0 20px 0 20px; }

#game-toggle {
  display: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #244aa1;
  font-size: 1.5rem;
  font-family: "Montserrat-Regular"; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #244aa1;
  font-size: 1.5rem;
  font-family: "Montserrat-Regular"; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #244aa1;
  font-size: 1.5rem;
  font-family: "Montserrat-Regular"; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #244aa1;
  font-size: 1.5rem;
  font-family: "Montserrat-Regular"; }

.is-hidden {
  display: none !important; }

.effect-main {
  position: relative; }
  .effect-main:before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 100px;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%); }
  .effect-main .effect-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .effect-main .effect-inner:before {
      content: "";
      position: absolute;
      top: -10px;
      right: -9.5px;
      width: 100px;
      height: calc(100% + 10px);
      clip-path: polygon(90% 0, 90% 100%, 100% 0); }
    .effect-main .effect-inner:after {
      content: "";
      position: absolute;
      top: -10px;
      right: -8px;
      width: calc(100% + 10px);
      /*height: 105px;
			clip-path: polygon(100% 0, 0 10%, 100% 10%);*/
      height: 53px;
      clip-path: polygon(100% 0, 0 20%, 100% 20%); }
  .effect-main.effect-button {
    filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.2)); }
    .effect-main.effect-button:before {
      background-color: #244aa1; }
    .effect-main.effect-button .effect-inner:before, .effect-main.effect-button .effect-inner:after {
      background-color: #244aa1; }
  .effect-main.effect-background:before {
    background-color: #fff; }
  .effect-main.effect-background.effect-arrow:after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 12%;
    width: 55px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url("../../assets/images/fot/game8/box-arrow-white.svg"); }
  .effect-main.effect-background.effect-arrow.arrow-right:after {
    left: auto;
    right: 20%; }
  .effect-main.effect-background .effect-inner:before, .effect-main.effect-background .effect-inner:after {
    background-color: #fff; }
  .effect-main.effect-background.effect-main-color:before {
    background-color: #244aa1; }
  .effect-main.effect-background.effect-main-color.effect-arrow:after {
    background-image: url("../../assets/images/fot/game8/box-arrow-main.svg"); }
  .effect-main.effect-background.effect-main-color .effect-inner:before, .effect-main.effect-background.effect-main-color .effect-inner:after {
    background-color: #244aa1; }

.quiz-icon {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -150px;
  width: 310px;
  height: 220px;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/fot/game8/QuizNoText.svg");
  pointer-events: none; }
  .quiz-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 2%;
    width: 106px;
    height: 115px;
    background: url("../../assets/images/fot/game8/landing/Quiz-effect.svg") 50% 50% no-repeat;
    animation: rotateAnimation 2s infinite; }
  @media screen and (max-width: 767px) {
    .quiz-icon {
      transform-origin: bottom center;
      transform: scale(0.7); } }

.profile-icon {
  width: 33px;
  height: 33px;
  background-image: url(../../assets/images/fot/game8/profile.svg);
  background-repeat: no-repeat;
  margin: 0 auto 15px auto; }

.ay-fade-anim {
  opacity: 0; }

@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  30% {
    opacity: 0; }
  50% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes rotateAnimation {
  0% {
    transform: rotate(-10deg); }
  50% {
    transform: rotate(10deg); }
  100% {
    transform: rotate(-10deg); } }

@keyframes scaleAnimation {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1.3); }
  60% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

.form-container input[type="text"],
.form-container input[type="password"],
.form-container input[type="email"],
.form-container select {
  font-size: 1.4rem; }

.form-container .checkbox .form-input:checked + .form-label:after {
  content: "✔";
  background: #ffffff;
  color: #00c69a;
  font-size: 2.2rem;
  padding-top: 9px; }

.form-container .radio .form-input:checked + .form-label:before {
  background: #00c69a; }

.form-container .form-message {
  color: red;
  font-size: 1.3rem;
  font-family: "Montserrat-Regular"; }

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  height: 42px;
  font-family: "Montserrat-Regular";
  font-size: 1.4rem;
  padding-top: 3px;
  color: #333333;
  border-bottom: solid 2px #244aa1; }

.select2-results__option {
  font-family: "Montserrat-Regular";
  font-size: 1.4rem; }

.page-game {
  display: none; }

#page-login {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 190px;
  background-image: url("../../assets/images/fot/game8/header-cloud.svg");
  background-repeat: no-repeat;
  background-size: 750px 264px;
  background-position: -140px 0; }
  @media screen and (max-width: 1020px) {
    #page-login {
      padding-top: 40px;
      padding-bottom: 320px; } }
  @media screen and (max-width: 767px) {
    #page-login {
      padding-bottom: 620px; } }
  #page-login .header .menu-button {
    display: none; }
  #page-login .cloud1 {
    background: url("../../assets/images/fot/game8/landing/cloud.svg") 50% 50% no-repeat;
    width: 160px;
    height: 70px;
    transform: scaleX(-1);
    position: absolute;
    top: 40px;
    left: 51%; }
    @media screen and (max-width: 1020px) {
      #page-login .cloud1 {
        display: none; } }
  #page-login .group-container {
    display: flex;
    position: relative; }
    @media screen and (max-width: 1020px) {
      #page-login .group-container {
        flex-direction: column;
        padding-top: 250px; } }
    #page-login .group-container .cloud2 {
      background: url("../../assets/images/fot/game8/landing/cloud.svg") 50% 50% no-repeat;
      width: 130px;
      height: 50px;
      position: absolute;
      top: 270px;
      left: 50%;
      margin-left: -170px; }
      @media screen and (max-width: 1020px) {
        #page-login .group-container .cloud2 {
          display: none; } }
    #page-login .group-container .login-effects {
      position: relative;
      margin: auto;
      background: url("../../assets/images/fot/game8/QuizNoText.svg") 50% 50% no-repeat;
      width: 462px;
      height: 308px;
      margin-top: -40px; }
      #page-login .group-container .login-effects:before {
        content: "";
        position: absolute;
        bottom: -10%;
        left: 2%;
        width: 159px;
        height: 173px;
        background: url("../../assets/images/fot/game8/landing/Quiz-effect.svg") 50% 50% no-repeat;
        animation: rotateAnimation 2s infinite; }
      @media screen and (max-width: 1020px) {
        #page-login .group-container .login-effects {
          position: absolute;
          top: 20px;
          left: 50%;
          margin-left: -150px;
          width: 310px;
          height: 220px;
          background-repeat: no-repeat;
          background-image: url("../../assets/images/fot/game8/QuizNoText.svg");
          pointer-events: none; }
          #page-login .group-container .login-effects:before {
            width: 106px;
            height: 115px; } }
      @media screen and (max-width: 767px) {
        #page-login .group-container .login-effects {
          transform-origin: bottom center;
          transform: scale(0.7); } }
    #page-login .group-container:after {
      content: "";
      left: 50%;
      width: 5px;
      height: 100%;
      top: 0;
      position: absolute;
      background: url("../../assets/images/fot/game8/login/Sep.svg") 50% 50% no-repeat; }
      @media screen and (max-width: 1020px) {
        #page-login .group-container:after {
          display: none; } }
  #page-login .login-group {
    position: relative;
    width: 50%; }
    @media screen and (max-width: 1020px) {
      #page-login .login-group {
        width: 100%; } }
    #page-login .login-group h2 {
      font-size: 2.4rem;
      letter-spacing: 2px;
      color: #244aa1;
      font-family: "Montserrat-Bold";
      text-align: center;
      padding-bottom: 20px;
      text-transform: uppercase; }
    #page-login .login-group input {
      margin-bottom: 17px;
      line-height: 40px;
      height: 42px;
      border-bottom: solid 2px #244aa1;
      font-family: "Montserrat-Regular"; }
    #page-login .login-group .forgot-password {
      color: #244aa1;
      font-size: 1.2rem;
      padding-bottom: 15px;
      display: block;
      font-family: "Montserrat-Regular"; }
  #page-login .form-container {
    width: 340px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      #page-login .form-container {
        width: 280px; } }
  #page-login .button-login {
    width: 190px; }
  #page-login .not-registered {
    color: #244aa1;
    font-size: 1.5rem;
    padding-top: 20px;
    display: block;
    font-family: "Montserrat-Bold"; }
  #page-login .regist-here-button {
    color: #244aa1;
    font-family: "Bebas-Bold";
    font-size: 2rem;
    padding: 12px 0 0 0;
    display: inline-block;
    margin: auto;
    border-bottom: solid 2px #244aa1; }
  #page-login .footer-buttons {
    position: absolute;
    z-index: 10;
    bottom: 120px;
    left: 0;
    width: 50%;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 1020px) {
      #page-login .footer-buttons {
        transform: scale(0.8);
        margin-left: -25%;
        left: 50%;
        bottom: 210px; } }
    @media screen and (max-width: 767px) {
      #page-login .footer-buttons {
        bottom: 440px; } }
  #page-login .rules-button {
    position: relative;
    margin: auto 20px; }
    #page-login .rules-button .icon {
      display: block;
      background: url("../../assets/images/fot/game8/login/Regras.svg") 50% 50% no-repeat;
      width: 65px;
      height: 70px;
      margin: auto; }
    #page-login .rules-button .button-skew {
      margin-top: 0;
      width: 160px;
      letter-spacing: 1px;
      padding-left: 0;
      padding-right: 0; }
  #page-login .topscores-button {
    position: relative;
    margin: auto 20px; }
    #page-login .topscores-button .icon {
      display: block;
      background: url("../../assets/images/fot/game8/login/Classificacoes.svg") 50% 50% no-repeat;
      width: 105px;
      height: 90px;
      margin: auto; }
    #page-login .topscores-button .button-skew {
      margin-top: -45px;
      width: 160px;
      letter-spacing: 1px; }
  #page-login .form-message:empty {
    padding: 10px; }

#page-new-account {
  text-align: center;
  padding-top: 280px;
  background-image: url("../../assets/images/fot/game8/header-cloud.svg");
  background-repeat: no-repeat;
  background-size: 750px 264px;
  background-position: -140px 0; }
  #page-new-account h1 {
    color: #244aa1;
    font-size: 2.4rem;
    padding-bottom: 10px;
    text-transform: uppercase; }
  #page-new-account h2 {
    color: #244aa1;
    padding-bottom: 30px; }
  #page-new-account .decorative-asset {
    display: none; }
  #page-new-account .form-container .form-input {
    border-bottom: solid 2px #244aa1; }
  #page-new-account .form-container .form-group {
    width: 720px;
    margin: auto;
    text-align: left; }
    @media screen and (max-width: 767px) {
      #page-new-account .form-container .form-group {
        width: 320px; } }
  #page-new-account .form-container .form-group {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      #page-new-account .form-container .form-group {
        flex-direction: column; } }
    #page-new-account .form-container .form-group .form-label {
      width: 230px;
      text-align: right;
      padding-right: 8px;
      color: #244aa1;
      font-size: 1.4rem;
      line-height: 1em; }
      @media screen and (max-width: 767px) {
        #page-new-account .form-container .form-group .form-label {
          text-align: left;
          padding-bottom: 4px;
          margin-top: 8px; } }
      #page-new-account .form-container .form-group .form-label a {
        text-decoration: underline; }
    #page-new-account .form-container .form-group .form-input {
      height: 42px;
      line-height: 40px; }
    #page-new-account .form-container .form-group .radio {
      width: 100%; }
      #page-new-account .form-container .form-group .radio .form-label {
        text-align: left;
        width: 60%; }
        #page-new-account .form-container .form-group .radio .form-label .high {
          padding-top: 3px;
          font-size: 1.8rem;
          padding-bottom: 6px; }
    #page-new-account .form-container .form-group .form-input[type="text"],
    #page-new-account .form-container .form-group .form-input[type="password"],
    #page-new-account .form-container .form-group .form-input[type="email"],
    #page-new-account .form-container .form-group select {
      width: 250px;
      font-family: "Montserrat-Regular"; }
    #page-new-account .form-container .form-group .checkbox .form-input {
      width: 40px; }
    #page-new-account .form-container .form-group .checkbox .form-label {
      width: 220px;
      font-size: 1.1rem;
      text-align: left; }
    #page-new-account .form-container .form-group .info {
      display: none; }
  #page-new-account .form-container .agree-group {
    padding-left: 228px;
    margin: 15px 0; }
    @media screen and (max-width: 767px) {
      #page-new-account .form-container .agree-group {
        padding-left: 0; } }
    #page-new-account .form-container .agree-group .form-label {
      padding: 0 !important;
      font-size: 1.3rem !important;
      line-height: 1.8rem !important; }
  #page-new-account .form-container .form-message {
    text-align: center; }
  #page-new-account .button-skew {
    width: 230px; }
    @media screen and (max-width: 767px) {
      #page-new-account .button-skew {
        margin: 20px auto; } }

#page-new-account-ok {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; }
  #page-new-account-ok .middle-bar {
    margin-top: 40px; }
    #page-new-account-ok .middle-bar .icon {
      display: none; }
  #page-new-account-ok .button {
    width: 150px;
    margin: 20px auto 0 auto;
    text-transform: uppercase; }
  #page-new-account-ok .footer {
    display: none; }

#page-user-home {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 200px; }
  #page-user-home .prize-action-call {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: 280px;
    width: 260px;
    height: 52px; }
    @media screen and (max-width: 1240px) {
      #page-user-home .prize-action-call {
        margin-left: 255px;
        width: 200px; } }
    @media screen and (max-width: 1020px) {
      #page-user-home .prize-action-call {
        display: none; } }
  #page-user-home .teacher-pdf,
  #page-user-home .question-add {
    font-size: 1.5rem;
    color: #244aa1;
    font-family: "Bebas-Regular";
    position: absolute;
    left: 50%;
    text-align: left;
    margin-left: -600px;
    top: 100px;
    background-size: 54px 65px;
    height: 65px;
    padding: 10px 0 0 60px;
    text-transform: uppercase;
    z-index: 10; }
    @media screen and (max-width: 1240px) {
      #page-user-home .teacher-pdf,
      #page-user-home .question-add {
        margin-left: -450px; } }
    @media screen and (max-width: 1020px) {
      #page-user-home .teacher-pdf,
      #page-user-home .question-add {
        display: none; } }
  #page-user-home .question-add {
    display: block;
    background-size: 50px 50px;
    top: 180px; }
    @media screen and (max-width: 1020px) {
      #page-user-home .question-add {
        display: none; } }
  #page-user-home .welcome-msg {
    font-size: 3.5rem;
    color: #244aa1;
    font-family: "Bebas-Regular";
    letter-spacing: 1px;
    padding-bottom: 10px;
    pointer-events: none;
    position: relative;
    z-index: 9; }
  #page-user-home .points {
    font-size: 2.1rem;
    color: #244aa1;
    font-family: "Bebas-Regular"; }
  #page-user-home .text1 {
    padding-top: 70px;
    padding-bottom: 10px;
    max-width: 700px;
    margin: auto; }
  #page-user-home .group {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      #page-user-home .group {
        flex-direction: column;
        align-items: center; } }
    #page-user-home .group .game-init-button {
      width: 276px;
      height: 105px;
      display: block;
      color: #ffffff;
      font-size: 2rem;
      font-family: "Bebas-Regular";
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 80px;
      text-transform: uppercase;
      padding-top: 5px;
      position: relative;
      letter-spacing: 1px; }
      #page-user-home .group .game-init-button .icon {
        position: absolute;
        left: 0;
        top: 0; }
      @media screen and (max-width: 767px) {
        #page-user-home .group .game-init-button {
          height: 85px; } }
    #page-user-home .group .new-board-game {
      margin: 0 40px; }
      @media screen and (max-width: 1020px) {
        #page-user-home .group .new-board-game {
          opacity: 0.2;
          pointer-events: none; } }
      @media screen and (max-width: 767px) {
        #page-user-home .group .new-board-game {
          margin-right: 0;
          margin-left: 0;
          margin-bottom: 20px; } }
      #page-user-home .group .new-board-game .icon {
        width: 105px;
        height: 95px;
        margin-top: -8px;
        margin-left: -5px; }
        @media screen and (max-width: 767px) {
          #page-user-home .group .new-board-game .icon {
            width: 80px;
            margin-left: 25px; } }
    #page-user-home .group .schedule-board-game {
      margin: 0 40px;
      font-size: 1.6rem; }
      @media screen and (max-width: 1020px) {
        #page-user-home .group .schedule-board-game {
          opacity: 0.2;
          pointer-events: none; } }
      @media screen and (max-width: 767px) {
        #page-user-home .group .schedule-board-game {
          margin-right: 0;
          margin-left: 0;
          margin-bottom: 20px; } }
      #page-user-home .group .schedule-board-game .icon {
        width: 95px;
        height: 85px;
        margin-top: 8px;
        margin-left: 0px; }
        @media screen and (max-width: 767px) {
          #page-user-home .group .schedule-board-game .icon {
            width: 80px;
            margin-left: 25px; } }
    #page-user-home .group .new-battle-game {
      margin: 0 40px; }
      #page-user-home .group .new-battle-game .icon {
        width: 85px;
        height: 98px;
        margin-left: 10px;
        margin-top: -5px; }
        @media screen and (max-width: 767px) {
          #page-user-home .group .new-battle-game .icon {
            width: 70px;
            margin-left: 30px; } }
  #page-user-home h2 {
    font-family: "Bebas-Regular";
    font-size: 1.9rem;
    color: #244aa1;
    padding-bottom: 20px; }
  #page-user-home .suspended-games,
  #page-user-home .teacher-games {
    padding-top: 50px;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 60px; }
  #page-user-home .user-details {
    margin-top: 60px;
    padding-bottom: 120px; }
    @media screen and (max-width: 767px) {
      #page-user-home .user-details {
        margin-top: 40px;
        padding-bottom: 90px; } }
    #page-user-home .user-details .suspended-games {
      margin-top: 0; }
    #page-user-home .user-details .last-battles {
      padding-bottom: 0; }
      #page-user-home .user-details .last-battles h2 {
        text-transform: none; }
  #page-user-home .legal-logos {
    display: flex; }

#page-top-scores {
  text-align: center;
  padding-top: 280px;
  padding-bottom: 100px;
  background-image: url("../../assets/images/fot/game8/header-cloud.svg");
  background-repeat: no-repeat;
  background-size: 750px 264px;
  background-position: -140px 0; }
  #page-top-scores .scores {
    position: relative; }
    #page-top-scores .scores .score-list {
      max-width: 500px;
      margin: 30px auto 0 auto; }
      @media screen and (max-width: 767px) {
        #page-top-scores .scores .score-list {
          padding: 0 20px; } }
      #page-top-scores .scores .score-list .item {
        position: relative;
        width: 100%;
        height: 50px;
        margin-top: 18px; }
        #page-top-scores .scores .score-list .item .background {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #65c8d0; }
        #page-top-scores .scores .score-list .item .contents {
          position: relative;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0 25px 0 50px;
          height: 50px; }
          #page-top-scores .scores .score-list .item .contents .position {
            position: absolute;
            top: -2px;
            left: -20px;
            margin: auto;
            width: 50px;
            height: 56px;
            background: url("../../assets/images/fot/game8/top-scores/Medal.svg") 50% 50% no-repeat;
            text-align: center;
            font-size: 2.8rem;
            color: #244aa1;
            font-family: "Bebas-Bold";
            text-decoration: underline;
            padding-top: 8px; }
          #page-top-scores .scores .score-list .item .contents .name {
            text-align: left;
            font-size: 2.2rem;
            line-height: 2rem;
            color: #fff;
            letter-spacing: 2px;
            font-family: "Bebas-Regular"; }
            @media screen and (max-width: 1020px) {
              #page-top-scores .scores .score-list .item .contents .name {
                font-size: 1.6rem; } }
          #page-top-scores .scores .score-list .item .contents .points {
            text-align: right;
            font-size: 1.8rem;
            line-height: 2.1rem;
            min-width: 140px;
            color: #244aa1;
            font-family: "Montserrat-Bold"; }
            @media screen and (max-width: 1020px) {
              #page-top-scores .scores .score-list .item .contents .points {
                font-size: 1.4rem;
                min-width: 80px; } }
        #page-top-scores .scores .score-list .item.pos1 .background, #page-top-scores .scores .score-list .item.pos2 .background, #page-top-scores .scores .score-list .item.pos3 .background {
          background-color: #244aa1; }
        #page-top-scores .scores .score-list .item.pos1 .position, #page-top-scores .scores .score-list .item.pos2 .position, #page-top-scores .scores .score-list .item.pos3 .position {
          top: -15px;
          left: -32px;
          width: 72px;
          height: 70px;
          background: url("../../assets/images/fot/game8/top-scores/First.svg") 50% 50% no-repeat;
          padding-top: 18px; }
        #page-top-scores .scores .score-list .item.pos1 .points, #page-top-scores .scores .score-list .item.pos2 .points, #page-top-scores .scores .score-list .item.pos3 .points {
          color: #00c69a; }
        #page-top-scores .scores .score-list .item.pos2 .position, #page-top-scores .scores .score-list .item.pos3 .position {
          top: -10px;
          background: url("../../assets/images/fot/game8/top-scores/Second.svg") 50% 50% no-repeat;
          padding-top: 8px; }
    #page-top-scores .scores .double-score-list {
      display: flex;
      max-width: 1080px;
      margin: 10px auto 0 auto;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 1240px) {
        #page-top-scores .scores .double-score-list {
          max-width: 1000px;
          margin: 10px auto 0 auto; } }
      @media screen and (max-width: 1020px) {
        #page-top-scores .scores .double-score-list {
          margin: 10px 1% 0 1%; } }
      #page-top-scores .scores .double-score-list .score-list {
        width: calc(50% - 35px);
        margin: 0; }
        @media screen and (max-width: 1020px) {
          #page-top-scores .scores .double-score-list .score-list {
            width: calc(50% - 15px); } }
        @media screen and (max-width: 767px) {
          #page-top-scores .scores .double-score-list .score-list {
            width: 100%;
            margin-bottom: 30px; } }
        #page-top-scores .scores .double-score-list .score-list h3 {
          font-family: "Bebas-Regular";
          font-size: 1.9rem;
          color: #244aa1; }
        #page-top-scores .scores .double-score-list .score-list .item .background {
          transform: rotate3d(0, 1, 0, -8deg); }
        #page-top-scores .scores .double-score-list .score-list .item.pos2 .background, #page-top-scores .scores .double-score-list .score-list .item.pos3 .background {
          background-color: #10528c; }
        #page-top-scores .scores .double-score-list .score-list .item.pos2 .points, #page-top-scores .scores .double-score-list .score-list .item.pos3 .points {
          color: #35c6f4; }
        #page-top-scores .scores .double-score-list .score-list .item.pos2 .position, #page-top-scores .scores .double-score-list .score-list .item.pos3 .position {
          top: auto;
          left: 2px;
          bottom: 1px;
          width: 83px;
          height: 75px;
          padding-left: 2px;
          line-height: 56px; }
  #page-top-scores .button-close {
    margin-top: 50px;
    width: 180px; }
  #page-top-scores .footer {
    display: none; }

.mobile-device #page-top-scores .scores .double-score-list .score-list .item .background {
  left: 0;
  right: 0;
  width: 100%;
  transform: none; }

.mobile-device #page-top-scores .scores .score-list .item .background {
  left: 0;
  right: 0;
  width: 100%;
  transform: none; }

#page-my-profile {
  text-align: center;
  padding-top: 260px;
  background-image: url(../../assets/images/fot/game8/header-cloud.svg);
  background-repeat: no-repeat;
  background-size: 750px 264px;
  background-position: -140px 0;
  /*section {
    &:nth-child(even) {
      background-color: rgba(255, 255, 255, 0.2);
    }
  }*/ }
  #page-my-profile h1 {
    padding-bottom: 30px; }
  #page-my-profile h2 {
    font-size: 2.3rem;
    font-family: "Montserrat-Bold";
    color: #244aa1;
    padding-bottom: 30px;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    #page-my-profile .notification-control {
      padding-left: 0; } }
  #page-my-profile .notification-control .form-label {
    color: #204ca3;
    font-family: "Montserrat-Regular"; }
    @media screen and (max-width: 767px) {
      #page-my-profile .notification-control .form-label {
        font-size: 1.5rem; } }
  #page-my-profile .points {
    font-family: "Bebas-Regular";
    font-size: 2.1rem;
    color: #244aa1;
    padding-bottom: 25px; }
  #page-my-profile .user-info {
    padding: 0 0 30px 0; }
    @media screen and (max-width: 767px) {
      #page-my-profile .user-info {
        max-width: 320px;
        margin: auto; } }
    #page-my-profile .user-info.extra-padding {
      padding-bottom: 70px; }
    #page-my-profile .user-info .text {
      font-family: "Montserrat-Regular";
      font-size: 1.8rem;
      line-height: 2.5rem;
      color: #244aa1;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        #page-my-profile .user-info .text {
          text-align: left; } }
      #page-my-profile .user-info .text .value {
        font-family: "Montserrat-Bold"; }
    #page-my-profile .user-info .button {
      display: inline-block;
      width: 220px; }
    #page-my-profile .user-info .button-group {
      max-width: 480px;
      margin: auto;
      justify-content: space-between; }
      #page-my-profile .user-info .button-group .button-skew {
        margin: 20px auto; }
        @media screen and (max-width: 767px) {
          #page-my-profile .user-info .button-group .button-skew {
            margin: 20px 0; } }
      @media screen and (max-width: 767px) {
        #page-my-profile .user-info .button-group {
          max-width: 100%;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
    #page-my-profile .user-info .button-close {
      margin: 40px 0;
      text-transform: uppercase; }
  #page-my-profile .invites {
    position: relative;
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: center; }
    #page-my-profile .invites .icon {
      position: absolute;
      top: -58px;
      left: 0;
      right: 0;
      margin: auto;
      width: 149px;
      height: 116px;
      margin-bottom: 10px; }
    #page-my-profile .invites h2 {
      padding-bottom: 8px; }
    #page-my-profile .invites .intro {
      font-family: "Montserrat-Regular";
      font-size: 1.7rem;
      color: #244aa1;
      max-width: 720px;
      margin: 0 auto 40px auto; }
    #page-my-profile .invites .form {
      display: flex;
      margin: auto;
      justify-content: center;
      align-items: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        #page-my-profile .invites .form {
          width: 100%;
          flex-wrap: wrap; } }
      #page-my-profile .invites .form span {
        font-family: "Montserrat-Regular";
        font-size: 1.5rem;
        color: #0066b0;
        margin-right: 15px; }
        @media screen and (max-width: 767px) {
          #page-my-profile .invites .form span {
            padding-bottom: 10px; } }
      #page-my-profile .invites .form .input-container {
        position: relative; }
        #page-my-profile .invites .form .input-container input {
          font-family: "Montserrat-Regular";
          font-size: 1.5rem;
          line-height: 1.5rem;
          height: 32px;
          color: #7bb0bf;
          border: none;
          width: 240px;
          padding: 3px 15px 0 15px; }
        #page-my-profile .invites .form .input-container .output {
          position: absolute;
          top: 100%;
          left: 15px;
          font-family: "Montserrat-Regular";
          padding-top: 6px;
          font-size: 1.3rem;
          color: red; }
      #page-my-profile .invites .form .button {
        font-size: 1.4rem;
        padding-left: 25px;
        padding-right: 25px; }
    #page-my-profile .invites .sent {
      display: inline-block;
      margin: 0 auto;
      text-align: left; }
      #page-my-profile .invites .sent h2 {
        padding-bottom: 12px; }
      #page-my-profile .invites .sent .item {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        #page-my-profile .invites .sent .item .email {
          font-family: "Montserrat-Regular";
          font-size: 1.5rem;
          line-height: 24px;
          color: #0066b0; }
          #page-my-profile .invites .sent .item .email.accepted {
            font-weight: bold; }
        #page-my-profile .invites .sent .item .checked {
          position: relative;
          margin-left: 8px;
          display: inline-block;
          width: 24px;
          height: 24px;
          background-color: #fff; }
          #page-my-profile .invites .sent .item .checked:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 16px;
            height: 12px; }
  #page-my-profile .games-list.last-battles {
    padding-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #page-my-profile .games-list.last-battles {
        padding-bottom: 20px; } }

#page-game-results {
  padding-top: 150px;
  padding-bottom: 50px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #page-game-results {
      padding-top: 200px; } }
  #page-game-results .logotype .icon {
    width: 265px;
    height: 180px;
    position: absolute;
    top: 0px;
    left: -90px; }
    @media screen and (max-width: 1240px) {
      #page-game-results .logotype .icon {
        width: 215px;
        left: -70px; } }
    @media screen and (max-width: 767px) {
      #page-game-results .logotype .icon {
        width: 180px; } }
  #page-game-results .podium-group {
    margin: auto;
    width: 660px;
    padding-top: 120px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #page-game-results .podium-group {
        width: 100%;
        padding-top: 30px; } }
  #page-game-results .podium {
    width: 660px;
    height: 210px; }
    @media screen and (max-width: 767px) {
      #page-game-results .podium {
        display: none; } }
  #page-game-results .medal1 {
    width: 100px;
    height: 115px;
    top: -140px;
    left: 50%;
    margin-left: -54px; }
  #page-game-results .medal2 {
    width: 94px;
    height: 99px;
    top: -130px;
    left: 50px; }
  #page-game-results .medal3 {
    width: 94px;
    height: 99px;
    top: -121px;
    right: 58px; }
  #page-game-results .medals {
    position: absolute; }
    @media screen and (max-width: 767px) {
      #page-game-results .medals {
        position: static;
        margin: 10px auto; } }
  #page-game-results .button-show-global-scores {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
    padding: 0 30px;
    margin-top: 20px; }
  #page-game-results .player {
    font-size: 1.7rem;
    font-family: "Bebas-Regular";
    position: absolute;
    width: 200px; }
    @media screen and (max-width: 767px) {
      #page-game-results .player {
        position: static;
        margin: 0 auto 25px auto; } }
    #page-game-results .player .pawn {
      height: 54px;
      width: 54px;
      background-repeat: no-repeat;
      background-position: center;
      margin: auto; }
      @media screen and (max-width: 767px) {
        #page-game-results .player .pawn {
          display: none; } }
      #page-game-results .player .pawn.pawn3 {
        background-color: #ffffff;
        border-radius: 50%;
        background-position: 12px 5px; }
    #page-game-results .player .username {
      color: #ffffff;
      padding-top: 5px; }
      @media screen and (max-width: 767px) {
        #page-game-results .player .username {
          color: #244aa1; } }
    #page-game-results .player .points {
      color: #35c6f4; }
    #page-game-results .player .secs {
      color: #ffffff;
      background: #35c6f4;
      display: inline-block;
      padding: 2px 8px;
      margin-top: 4px;
      display: none;
      transition: all 300ms ease;
      font-size: 1.3rem; }
    #page-game-results .player:hover .secs {
      display: inline-block; }
  #page-game-results .player2 {
    top: 195px;
    left: 12px; }
  #page-game-results .player1 {
    top: 148px;
    left: 229px; }
  #page-game-results .player3 {
    top: 222px;
    left: 460px; }
    #page-game-results .player3 .pawn {
      border-radius: 50%;
      background-color: #ffffff;
      background-position: 12px 5px; }
  #page-game-results .outside-podium-group {
    perspective: 800px;
    margin: 20px auto;
    width: 440px; }
    @media screen and (max-width: 767px) {
      #page-game-results .outside-podium-group {
        width: 320px; } }
  #page-game-results .item-outside-podium {
    margin-bottom: 12px;
    position: relative;
    display: flex;
    font-size: 1.7rem;
    font-family: "Bebas-Regular"; }
    #page-game-results .item-outside-podium .bg {
      transform: rotate3d(0, 1, 0, -8deg);
      background-color: #35c6f4;
      width: 100%;
      height: 68px;
      position: absolute;
      top: 0;
      left: -20px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        #page-game-results .item-outside-podium .bg {
          left: -9px; } }
    #page-game-results .item-outside-podium .medal {
      width: 64px;
      height: 80px;
      position: relative;
      z-index: 2; }
    #page-game-results .item-outside-podium .text {
      width: 276px;
      position: relative;
      z-index: 3;
      text-align: left;
      padding-top: 14px;
      padding-left: 15px; }
    #page-game-results .item-outside-podium .username {
      color: #ffffff; }
    #page-game-results .item-outside-podium .secs {
      color: #ffffff;
      background: #244aa1;
      padding: 2px 8px;
      display: none;
      transition: all 300ms ease;
      font-size: 1.3rem; }
    #page-game-results .item-outside-podium .pawn {
      width: 54px;
      height: 54px;
      background-color: #ffffff;
      border-radius: 50%;
      position: relative;
      z-index: 4;
      margin-top: 6px;
      background-repeat: no-repeat;
      background-position: 12px 4px; }
      @media screen and (max-width: 767px) {
        #page-game-results .item-outside-podium .pawn {
          display: none; } }
    #page-game-results .item-outside-podium:hover .secs {
      display: inline-block; }
  #page-game-results .sprite1 {
    width: 97px;
    height: 87px;
    position: absolute;
    top: 245px;
    left: 50%;
    margin-left: -420px; }
  #page-game-results .sprite2 {
    width: 105px;
    height: 72px;
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: 60px; }
  #page-game-results .close-button {
    width: 200px;
    margin: 50px auto 10px auto; }

.mobile-device #page-game-results .item-outside-podium .bg {
  left: 0;
  right: 0;
  width: 100%;
  transform: none; }

#page-confirm-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #page-confirm-email .middle-bar .icon {
    width: 150px;
    height: 120px;
    margin-left: -75px;
    margin-top: -70px; }
  #page-confirm-email .button {
    width: 150px;
    margin: 20px auto 0 auto;
    text-transform: uppercase; }
  #page-confirm-email .footer {
    display: none; }

#page-request-password {
  text-align: center;
  padding-top: 260px;
  background-image: url(../../assets/images/fot/game8/header-cloud.svg);
  background-repeat: no-repeat;
  background-size: 750px 264px;
  background-position: -140px 0;
  /*.form-container {
    margin-top: 30px;

    &.update-password {
      width: 420px;

      @media screen and (max-width: $low-devices-breakpoint) {
        width: 300px;
      }

      .button {
        width: 220px;
      }

      .button-recover {
        margin-top: 20px;
      }

      .form-group {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;

        @media screen and (max-width: $low-devices-breakpoint) {
          flex-direction: column;
        }

        .form-label {
          width: 200px;
          text-align: right;
          padding-right: 8px;
          color: $text-color-regular;
          font-size: 1.4rem;
          font-family: 'Montserrat-Regular';
          line-height: 1em;

          @media screen and (max-width: $low-devices-breakpoint) {
            text-align: left;
            padding-bottom: 4px;
            margin-top: 10px;
          }
        }

        .form-input {
          width: 220px;
        }
      }
    }
  }

  .button {
    margin: 6px 0;
    text-transform: uppercase;
  }

  .button-close {
    margin: auto;
  }

  .button-cancel {
    margin-top: -10px;

    @media screen and (max-width: $low-devices-breakpoint) {
      margin-top: -25px;
    }
  }*/ }
  #page-request-password .form-container {
    margin: 30px auto 0 auto;
    width: 320px; }
    #page-request-password .form-container .form-input {
      border-bottom: solid 2px #244aa1; }
    #page-request-password .form-container .form-group .form-label {
      font-size: 1.6rem;
      color: #244aa1;
      font-family: 'Montserrat-Regular'; }
    #page-request-password .form-container .form-input {
      height: 42px;
      line-height: 40px;
      width: 250px;
      margin: auto; }
  #page-request-password .button {
    text-transform: uppercase; }
  #page-request-password .button-skew {
    width: 230px; }
  #page-request-password .title {
    color: #204ca3; }

#page-legal-page {
  padding-top: 70px;
  padding-bottom: 160px;
  text-align: center;
  background-image: url("../../assets/images/fot/game8/header-cloud.svg");
  background-repeat: no-repeat;
  background-size: 750px 264px;
  background-position: -140px 0; }
  @media screen and (max-width: 767px) {
    #page-legal-page {
      padding-top: 140px; } }
  #page-legal-page.schema-Scope .logotype .icon {
    width: 370px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: -160px; }
    @media screen and (max-width: 1020px) {
      #page-legal-page.schema-Scope .logotype .icon {
        width: 250px;
        left: -80px;
        top: -20px; } }
    @media screen and (max-width: 767px) {
      #page-legal-page.schema-Scope .logotype .icon {
        width: 220px;
        left: 50%;
        margin-left: -110px;
        top: -10px; } }
  #page-legal-page.schema-LegalPrivacy h1, #page-legal-page.schema-LegalTerms h1 {
    position: relative; }
    #page-legal-page.schema-LegalPrivacy h1 .icon, #page-legal-page.schema-LegalTerms h1 .icon {
      background: url("../../assets/images/fot/game8/landing/Terms.svg") 50% 50% no-repeat;
      width: 100px;
      height: 140px;
      display: block;
      position: absolute;
      bottom: 70px;
      left: 50%;
      margin-left: -110px; }
  #page-legal-page.schema-LegalPrivacy .long-text strong, #page-legal-page.schema-LegalTerms .long-text strong {
    text-decoration: underline;
    padding-bottom: 6px;
    font-family: "Bebas-Bold";
    font-size: 2rem;
    display: inline-block; }
  #page-legal-page .long-text {
    max-width: 800px;
    margin: auto;
    text-align: left; }
    @media screen and (max-width: 1020px) {
      #page-legal-page .long-text {
        padding: 0 20px; } }
  #page-legal-page .button {
    max-width: 200px;
    margin: 40px auto; }

#page-create-game {
  text-align: center;
  padding-top: 166px;
  display: flex;
  flex-direction: column; }
  #page-create-game .logotype .icon {
    width: 134px;
    height: 110px;
    left: 50%;
    margin-left: -67px;
    top: 42px;
    position: absolute; }
  #page-create-game.preparate-game .logotype .icon {
    width: 124px;
    height: 90px;
    top: 60px; }
  #page-create-game h1 {
    text-transform: uppercase; }
  #page-create-game .button-regist-student,
  #page-create-game .button-start-game,
  #page-create-game .button-prepare-game {
    text-transform: uppercase; }
  #page-create-game .user-search-group {
    width: 400px;
    margin: auto;
    padding-bottom: 30px; }
    #page-create-game .user-search-group .form-group {
      position: relative; }
    #page-create-game .user-search-group .icon-search {
      width: 22px;
      height: 20px;
      background-color: #ffffff;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      right: 5px;
      top: 5px; }
    #page-create-game .user-search-group .group-button {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    #page-create-game .user-search-group .button {
      width: 49.5%; }
      #page-create-game .user-search-group .button span {
        font-size: 1.4rem; }
    #page-create-game .user-search-group .button-family {
      font-size: 1rem;
      height: 34px;
      line-height: 34px;
      padding: 0; }
      #page-create-game .user-search-group .button-family span {
        font-size: 1rem; }
  #page-create-game .user-list {
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 0 100px 0; }
    #page-create-game .user-list .center {
      width: 510px; }
  #page-create-game .user-item {
    height: 74px;
    width: 100%;
    padding: 0 40px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Bebas-Regular";
    perspective: 800px;
    position: relative;
    margin: 12px 0; }
    #page-create-game .user-item.preparate-game .user-login,
    #page-create-game .user-item.preparate-game .pick-pawn {
      display: none !important; }
    #page-create-game .user-item.preparate-game .user-fullname {
      display: block;
      font-size: 1.8rem;
      color: #244aa1;
      position: absolute;
      width: 200px;
      left: 50%;
      margin-left: -100px;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #page-create-game .user-item.creator-item .bg {
      background-color: #0066b0; }
    #page-create-game .user-item.creator-item .user-info-group .points {
      color: #35c6f4; }
    #page-create-game .user-item.creator-item .pick-pawn {
      background: #35c6f4; }
    #page-create-game .user-item.creator-item .delete,
    #page-create-game .user-item.creator-item .user-login {
      display: none; }
    #page-create-game .user-item.creator-item .pawn {
      background-color: #ffffff; }
    #page-create-game .user-item.logged-item .user-login {
      display: none; }
    #page-create-game .user-item.logged-item .pick-pawn {
      display: block; }
    #page-create-game .user-item.pawn-picked .pawn,
    #page-create-game .user-item.pawn-picked .check {
      display: block; }
    #page-create-game .user-item.pawn-picked .pick-pawn,
    #page-create-game .user-item.pawn-picked .delete {
      display: none; }
    #page-create-game .user-item.pawn-picked:not(.logged-item) .pawn,
    #page-create-game .user-item.pawn-picked:not(.logged-item) .check {
      display: none; }
    #page-create-game .user-item .user-fullname {
      display: none; }
    #page-create-game .user-item .bg {
      transform: rotate3d(0, 1, 0, -8deg);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #67d3f6; }
    #page-create-game .user-item .user-info-group {
      width: 150px;
      text-align: left;
      font-size: 1.7rem;
      position: relative;
      flex-grow: 1;
      flex-shrink: 0; }
      #page-create-game .user-item .user-info-group .username {
        color: #ffffff; }
      #page-create-game .user-item .user-info-group .points {
        color: #244aa1; }
    #page-create-game .user-item .user-login {
      width: 280px;
      display: flex;
      position: relative; }
      #page-create-game .user-item .user-login input {
        width: 195px; }
        #page-create-game .user-item .user-login input.error {
          border: solid 3px #c99; }
      #page-create-game .user-item .user-login .button {
        width: 85px; }
    #page-create-game .user-item .pick-pawn {
      position: relative;
      font-size: 1.4rem;
      padding-right: 50px;
      flex-grow: 0;
      display: none; }
      #page-create-game .user-item .pick-pawn:after {
        content: "";
        position: absolute;
        top: -12px;
        right: 15px;
        width: 22px;
        height: 40px; }
    #page-create-game .user-item .delete {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 50%;
      margin-top: -18px;
      right: -25px;
      cursor: pointer; }
    #page-create-game .user-item .pawn {
      width: 58px;
      height: 58px;
      border: solid 1px #ffffff;
      position: relative;
      border-radius: 50%;
      display: none;
      background-repeat: no-repeat;
      background-position: 12px 6px;
      background-size: 50%; }
  #page-create-game .pawn-picker {
    background-color: #193159;
    height: 96px;
    position: absolute;
    display: flex;
    padding: 8px 8px;
    right: 50%;
    margin-right: -215px; }
    #page-create-game .pawn-picker:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 18px 8px 18px;
      border-color: transparent transparent #193159 transparent;
      position: absolute;
      top: -8px;
      right: 16px; }
    #page-create-game .pawn-picker .pawn {
      width: 42px;
      border: solid 1px #215f89;
      margin: 0 5px;
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 80%;
      cursor: pointer;
      transition: all 300ms ease; }
      #page-create-game .pawn-picker .pawn:hover {
        background-color: #35c6f4; }
  #page-create-game .check {
    position: relative;
    width: 38px;
    height: 33px;
    margin-right: 130px;
    display: none; }
  #page-create-game .button-start-game,
  #page-create-game .button-prepare-game {
    height: 46px;
    line-height: 46px;
    padding: 0 50px;
    font-size: 1.8rem;
    display: inline-block;
    margin-top: 20px; }

.page-battle {
  padding-top: 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-battle {
      overflow: hidden; } }
  .page-battle.blocked {
    pointer-events: none !important; }
  .page-battle .header {
    /*@media screen and (max-width: $low-devices-breakpoint) {
      display: none;
    }*/ }
  .page-battle .battle-contents {
    display: none; }
  .page-battle .question-progress {
    position: relative;
    display: block;
    font-family: "Bebas-Bold";
    font-size: 2.2rem;
    color: #244aa1;
    letter-spacing: 1px;
    background-color: #98cfde;
    width: 185px;
    margin: -40px auto 0 auto;
    padding: 10px 0;
    z-index: 10; }
  .page-battle .question-info {
    position: relative;
    height: 125px;
    margin-top: 0;
    background-color: #65c8d0; }
    @media screen and (max-width: 767px) {
      .page-battle .question-info {
        height: 110px; } }
    .page-battle .question-info .question-timer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      padding-top: 20px; }
      .page-battle .question-info .question-timer:before {
        content: "";
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -125px;
        background: url("../../assets/images/fot/game8/board/question-timer.svg") 50% 50% no-repeat;
        width: 65px;
        height: 67px; }
      .page-battle .question-info .question-timer .title {
        font-family: "Bebas-Regular";
        color: #ffffff;
        font-size: 2rem;
        display: block;
        padding-bottom: 0; }
      .page-battle .question-info .question-timer #question-counter {
        font-family: "Montserrat-Bold";
        color: #244aa1;
        font-size: 4.1rem;
        line-height: 4.1rem;
        display: block;
        letter-spacing: 1px;
        margin-top: -5px; }
    .page-battle .question-info .output {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0 25px 25px 25px; }
      @media screen and (max-width: 767px) {
        .page-battle .question-info .output {
          padding: 0 15px 15px 15px; } }
      .page-battle .question-info .output.output-time {
        background-color: #f15a24; }
        .page-battle .question-info .output.output-time .icon {
          position: absolute;
          top: 40px;
          left: 0;
          right: 0;
          margin: auto;
          width: 453px;
          height: 28px;
          background-image: url("../../assets/images/fot/game8/board/question-time.svg");
          background-repeat: no-repeat; }
          @media screen and (max-width: 1020px) {
            .page-battle .question-info .output.output-time .icon {
              width: 430px;
              height: 27px; } }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-time .icon {
              top: 40px;
              width: 315px;
              height: 20px; } }
        .page-battle .question-info .output.output-time .title {
          font-family: "Montserrat-Bold";
          font-size: 4.1rem;
          line-height: 4.1rem;
          text-transform: none; }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-time .title {
              font-size: 3.2rem;
              line-height: 3.2rem; } }
        .page-battle .question-info .output.output-time .details {
          padding-top: 6px;
          font-family: "Bebas-Regular";
          font-size: 2rem;
          line-height: 2rem;
          color: #fff; }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-time .details {
              font-size: 1.8rem;
              line-height: 1.8rem; } }
      .page-battle .question-info .output.output-correct {
        background-color: #39bd4a;
        text-align: center; }
        .page-battle .question-info .output.output-correct .icon {
          position: absolute;
          top: 16px;
          left: 0;
          right: 0;
          width: 250px;
          height: 69px;
          background-image: url("../../assets/images/fot/game8/board/question-correct.svg");
          background-repeat: no-repeat;
          margin: auto; }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-correct .icon {
              top: 24px;
              width: 175px;
              height: 52px; } }
        .page-battle .question-info .output.output-correct .title {
          font-family: "Montserrat-Bold";
          font-size: 4.1rem;
          line-height: 4.1rem;
          text-transform: none;
          color: #244aa1; }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-correct .title {
              font-size: 3.2rem;
              line-height: 3.2rem; } }
      .page-battle .question-info .output.output-wrong {
        background-color: #ed1c24;
        text-align: center;
        padding-top: 20px; }
        .page-battle .question-info .output.output-wrong .icon {
          position: absolute;
          top: 18px;
          left: 0;
          right: 0;
          width: 23px;
          height: 23px;
          background-image: url("../../assets/images/fot/game8/board/question-wrong.svg");
          background-repeat: no-repeat;
          margin: auto; }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-wrong .icon {
              top: 20px;
              width: 20px;
              height: 20px; } }
        .page-battle .question-info .output.output-wrong .title {
          font-family: "Montserrat-Bold";
          font-size: 4.1rem;
          line-height: 4.1rem;
          text-transform: none;
          color: #fff; }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-wrong .title {
              font-size: 3.2rem;
              line-height: 3.2rem; } }
      .page-battle .question-info .output .title {
        font-family: "Bebas-Bold";
        font-size: 3.9rem;
        line-height: 4.1rem;
        color: #fff; }
      .page-battle .question-info .output .details {
        font-family: "Bebas-Bold";
        font-size: 2.2rem;
        line-height: 2.2rem;
        color: #fff; }
  .page-battle .ask-question {
    margin-top: -20px;
    padding-bottom: 15px;
    width: 100%; }
    .page-battle .ask-question.disabled {
      pointer-events: none; }
    .page-battle .ask-question .question-container {
      background-color: #fff;
      max-width: 750px;
      margin: auto;
      padding: 35px 50px 30px 50px;
      filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.2)); }
      .page-battle .ask-question .question-container:after {
        left: 30%;
        width: 45px;
        height: 35px;
        bottom: -35px; }
      @media screen and (max-width: 1020px) {
        .page-battle .ask-question .question-container {
          width: 80%; } }
      @media screen and (max-width: 767px) {
        .page-battle .ask-question .question-container {
          padding: 35px 30px 30px 30px; } }
    .page-battle .ask-question .question {
      position: relative;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      text-align: center;
      font-family: "Montserrat-Bold";
      font-size: 2.2rem;
      line-height: 3rem;
      color: #244aa1; }
      @media screen and (max-width: 767px) {
        .page-battle .ask-question .question {
          font-size: 2rem;
          line-height: 2.7rem; } }
    .page-battle .ask-question .answers {
      margin: 40px auto 0 auto;
      max-width: 550px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .page-battle .ask-question .answers {
          max-width: 400px;
          justify-content: center;
          align-items: center; } }
      .page-battle .ask-question .answers .answer {
        position: relative;
        width: 250px;
        height: 80px;
        margin-bottom: 20px;
        padding-left: 90px;
        padding-right: 5px;
        user-select: none;
        transition: all 0.2s linear;
        cursor: pointer;
        /*&.wrong {
          background-color: #ee283d;
          border-color: #ee283d;
        }

        &.selected,
        &:hover {
          border: 2px solid #fff;
        }*/ }
        .page-battle .ask-question .answers .answer:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .page-battle .ask-question .answers .answer:nth-child(1):before {
          background: url("../../assets/images/fot/game8/board/button-true.svg") 50% 50% no-repeat; }
        .page-battle .ask-question .answers .answer:nth-child(2):before {
          background: url("../../assets/images/fot/game8/board/button-false.svg") 50% 50% no-repeat; }
        .page-battle .ask-question .answers .answer .option {
          position: absolute;
          top: 5px;
          bottom: 0;
          font-size: 0;
          line-height: 0;
          margin: auto; }
        .page-battle .ask-question .answers .answer:nth-child(1) .option {
          left: 15px;
          width: 58px;
          height: 42px;
          background: url("../../assets/images/fot/game8/board/icon-true.svg") 50% 50% no-repeat; }
        .page-battle .ask-question .answers .answer:nth-child(2) .option {
          left: 24px;
          width: 42px;
          height: 42px;
          background: url("../../assets/images/fot/game8/board/icon-false.svg") 50% 50% no-repeat; }
        .page-battle .ask-question .answers .answer .text {
          position: relative;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-top: 5px;
          width: 100%;
          height: 100%;
          font-family: "Bebas-Bold";
          font-size: 3.6rem;
          line-height: 3.6rem;
          color: #244aa1; }
        .page-battle .ask-question .answers .answer:hover {
          opacity: 0.75; }
        .page-battle .ask-question .answers .answer.selected:nth-child(1):before {
          background: url("../../assets/images/fot/game8/board/button-true-selected.svg") 50% 50% no-repeat; }
        .page-battle .ask-question .answers .answer.selected:nth-child(2):before {
          background: url("../../assets/images/fot/game8/board/button-false-selected.svg") 50% 50% no-repeat; }
        .page-battle .ask-question .answers .answer.selected .text {
          color: #fff; }
  .page-battle .why-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 105;
    width: 100%;
    min-height: 100%;
    background-color: #d0eef1;
    padding-bottom: 50px;
    overflow: auto; }
    @media screen and (max-width: 767px) {
      .page-battle .why-container {
        padding-bottom: 25px; } }
    .page-battle .why-container .why-header {
      position: relative;
      width: 100%;
      height: 200px;
      background-color: #244aa1; }
      @media screen and (max-width: 767px) {
        .page-battle .why-container .why-header {
          height: 125px; } }
      .page-battle .why-container .why-header .icon {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
        margin: auto;
        width: 150px;
        height: 161px;
        background-image: url("../../assets/images/fot/game8/battle/why-title.svg");
        background-repeat: no-repeat; }
        @media screen and (max-width: 767px) {
          .page-battle .why-container .why-header .icon {
            width: 120px;
            height: 129px;
            bottom: -29px; } }
    .page-battle .why-container .why-type {
      max-width: 640px;
      padding: 0 50px;
      margin: 80px auto 0 auto;
      font-size: 3.7rem;
      line-height: 3.7rem;
      font-family: "Bebas-Regular";
      color: #244aa1;
      text-align: left;
      text-decoration: underline; }
      @media screen and (max-width: 767px) {
        .page-battle .why-container .why-type {
          padding: 0 30px;
          margin-top: 50px;
          font-size: 3.4rem;
          line-height: 3.4rem; } }
    .page-battle .why-container .why-text {
      max-width: 640px;
      padding: 0 50px;
      margin: 30px auto 0 auto;
      font-size: 2rem;
      line-height: 2.6rem;
      font-family: "Montserrat-Regular";
      color: #244aa1;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .page-battle .why-container .why-text {
          padding: 0 30px;
          margin-top: 20px;
          font-size: 1.8rem;
          line-height: 2.4rem; } }
      .page-battle .why-container .why-text strong,
      .page-battle .why-container .why-text b {
        font-family: "Montserrat-Bold";
        font-weight: normal; }
    .page-battle .why-container .continue {
      margin-top: 80px; }
      @media screen and (max-width: 767px) {
        .page-battle .why-container .continue {
          margin-top: 50px; } }
  .page-battle .continue-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-battle .continue-container .button-why {
      position: relative;
      width: 120px;
      height: 129px;
      background-image: url("../../assets/images/fot/game8/battle/why.svg");
      background-repeat: no-repeat;
      margin-right: 50px;
      cursor: pointer; }
      .page-battle .continue-container .button-why:before {
        content: "";
        position: absolute;
        bottom: 12px;
        right: 5px;
        width: 66px;
        height: 60px;
        background: url("../../assets/images/fot/game8/battle/why-effect.svg") 50% 50% no-repeat;
        animation: rotateAnimation 2s infinite; }
      .page-battle .continue-container .button-why.disabled {
        pointer-events: none; }
      @media screen and (max-width: 767px) {
        .page-battle .continue-container .button-why {
          margin-right: 40px; } }
    .page-battle .continue-container .continue {
      margin-top: 0;
      padding-left: 25px;
      padding-right: 25px; }
      .page-battle .continue-container .continue.disabled {
        pointer-events: none; }
  .page-battle .game-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    .page-battle .game-popup:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75); }
    .page-battle .game-popup .contents {
      position: relative;
      width: 750px;
      height: 500px;
      background-color: #244aa1; }
    .page-battle .game-popup .close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 28px;
      height: 28px;
      background-repeat: no-repeat;
      cursor: pointer;
      pointer-events: all; }
    .page-battle .game-popup.error .contents {
      position: relative;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .page-battle .game-popup.error .icon {
      display: inline-block;
      width: 130px;
      height: 144px;
      background-repeat: no-repeat;
      text-align: center;
      width: 115px;
      height: 115px;
      background-image: url("../../assets/images/fot/game8/board/question-wrong.svg");
      background-size: contain;
      background-repeat: no-repeat; }
    .page-battle .game-popup.error .title {
      font-family: "Bebas-Bold";
      font-size: 3.9rem;
      line-height: 3.9rem;
      color: #00c69a;
      margin-top: 20px;
      margin-top: 50px; }
    .page-battle .game-popup.error .text {
      font-family: "Bebas-Bold";
      font-size: 2.2rem;
      line-height: 2.5rem;
      color: #fff;
      max-width: 550px;
      margin: 20px auto 0 auto; }
  .page-battle .question-title {
    position: relative;
    background-color: #244aa1;
    padding: 15px 0 60px 0; }
    .page-battle .question-title:before {
      content: "";
      position: absolute;
      top: -25px;
      right: 0;
      width: calc(100% + 10px);
      height: 130px;
      clip-path: polygon(100% 0, 0 20%, 100% 20%);
      background-color: #244aa1; }
    .page-battle .question-title .text1 {
      font-family: "Montserrat-Regular";
      font-size: 2.3rem;
      color: #fff;
      padding: 0; }
    .page-battle .question-title .text2 {
      font-family: "Bebas-Bold";
      font-size: 3.8rem;
      line-height: 3.8rem;
      color: #fff;
      margin-top: -5rem;
      padding: 0; }
      .page-battle .question-title .text2 .green {
        color: #00c69a;
        text-decoration: underline; }
      .page-battle .question-title .text2 .red {
        color: #f15a24;
        text-decoration: underline; }
      .page-battle .question-title .text2 .mark {
        font-size: 10rem;
        line-height: 10rem; }

.page-battle-results {
  text-align: center; }
  .page-battle-results .top-block {
    padding-top: 30px;
    padding-bottom: 90px;
    width: 100%;
    height: 100%;
    background-color: #65c8d0; }
  .page-battle-results .battle-status {
    position: relative;
    font-family: "Bebas-Bold";
    font-size: 4.6rem;
    color: #fff; }
    .page-battle-results .battle-status.winner:after {
      content: "";
      position: absolute;
      top: -20px;
      left: calc(50% + 90px);
      width: 74px;
      height: 61px;
      background: url("../../assets/images/fot/game8/my-profile/battle-won.svg") 50% 50% no-repeat; }
      @media screen and (max-width: 767px) {
        .page-battle-results .battle-status.winner:after {
          top: -25px;
          left: calc(50% + 80px); } }
  .page-battle-results .battle-info {
    position: relative;
    font-family: "Montserrat-Bold";
    font-size: 2.2rem;
    color: #00c69a;
    padding: 0 15px;
    max-width: 460px;
    margin: auto; }
  .page-battle-results .player .time {
    color: #ffffff;
    background: #35c6f4;
    padding: 3px 5px;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .page-battle-results .player .time {
        display: none; } }
  .page-battle-results .player:hover .time {
    opacity: 1; }
  .page-battle-results .versus.draw-points .player .time {
    opacity: 1; }
  .page-battle-results .summary {
    margin-top: 20px;
    padding: 30px 0 50px 0; }
    @media screen and (max-width: 767px) {
      .page-battle-results .summary {
        padding-bottom: 20px; } }
    .page-battle-results .summary table {
      width: 480px;
      margin: 0 auto 0 auto;
      border: 0;
      border-collapse: separate;
      border-spacing: 0 0; }
      @media screen and (max-width: 767px) {
        .page-battle-results .summary table {
          width: 320px; } }
      .page-battle-results .summary table thead {
        text-align: center;
        font-family: "Montserrat-Regular";
        font-size: 1.7rem;
        color: #0066b0; }
        .page-battle-results .summary table thead tr {
          line-height: 40px; }
        .page-battle-results .summary table thead td {
          border-bottom: 2px solid #94c7e6; }
      .page-battle-results .summary table tbody {
        font-family: "Montserrat-Regular";
        font-size: 2rem;
        color: #244aa1;
        text-transform: uppercase; }
        .page-battle-results .summary table tbody tr {
          line-height: 45px; }
          .page-battle-results .summary table tbody tr:nth-child(even) {
            background-color: #e0f4f6; }
        .page-battle-results .summary table tbody .answer {
          display: inline-block;
          vertical-align: top; }
          .page-battle-results .summary table tbody .answer.correct {
            margin-top: 10px;
            width: 31px;
            height: 24px;
            background: url("../../assets/images/fot/game8/battle/answer-correct.svg") 50% 50% no-repeat; }
          .page-battle-results .summary table tbody .answer.wrong {
            margin-top: 8px;
            width: 28px;
            height: 28px;
            background: url("../../assets/images/fot/game8/battle/answer-wrong.svg") 50% 50% no-repeat; }
      .page-battle-results .summary table .question {
        text-align: left;
        padding-left: 20px;
        width: 50%;
        text-transform: none; }
      .page-battle-results .summary table .user {
        font-size: 2.2rem;
        color: #244aa1;
        font-family: "Bebas-Bold";
        width: 25%; }
    .page-battle-results .summary .options {
      width: 480px;
      margin: 30px auto 0 auto;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .page-battle-results .summary .options {
          width: 100%;
          max-width: 500px;
          flex-wrap: wrap; } }
      .page-battle-results .summary .options .button-skew {
        min-width: 185px;
        padding-left: 30px;
        padding-right: 30px; }
        @media screen and (max-width: 767px) {
          .page-battle-results .summary .options .button-skew {
            width: 80%;
            max-width: 280px;
            margin: 15px auto; } }
  .page-battle-results .battle-box {
    margin: -50px auto 0 auto;
    width: 440px;
    background-color: #244aa1;
    padding: 20px 0 30px 0; }
    @media screen and (max-width: 767px) {
      .page-battle-results .battle-box {
        width: 280px; } }

#page-create-battle {
  text-align: center;
  padding-top: 260px;
  background-image: url("../../assets/images/fot/game8/header-cloud.svg");
  background-repeat: no-repeat;
  background-size: 750px 264px;
  background-position: -140px 0; }
  #page-create-battle h1 {
    font-size: 1.9rem;
    line-height: 2.1rem;
    color: #f15a24;
    text-align: center;
    text-transform: none; }
  #page-create-battle h2 {
    font-size: 1.9rem;
    color: #244aa1;
    padding: 0 10px 10px 10px; }
  #page-create-battle h3 {
    font-size: 1.7rem;
    line-height: 1.5em;
    color: #244aa1; }
  #page-create-battle .list-games {
    padding: 0 30px; }
    #page-create-battle .list-games .vs-icon {
      position: relative;
      background: url("../../assets/images/fot/game8/battle/versus-icon.svg") 50% 50% no-repeat;
      width: 100px;
      height: 80px;
      margin: auto; }
      #page-create-battle .list-games .vs-icon:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 36px;
        height: 66px;
        background: url("../../assets/images/fot/game8/battle/versus-icon-effect.svg") 50% 50% no-repeat;
        animation: scaleAnimation 2s infinite; }
  #page-create-battle .user-search-group {
    width: 350px;
    margin: 20px auto;
    padding-bottom: 0px; }
    @media screen and (max-width: 767px) {
      #page-create-battle .user-search-group {
        width: 300px; } }
    #page-create-battle .user-search-group .form-group {
      position: relative; }
    #page-create-battle .user-search-group .icon-search {
      width: 52px;
      height: 60px;
      background-image: url("../../assets/images/fot/game8/battle/Search.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      right: -5px;
      top: -15px; }
  #page-create-battle .sep {
    width: 5px;
    height: 220px;
    background: url("../../assets/images/fot/game8/login/Sep.svg") 50% 50% no-repeat; }
    @media screen and (max-width: 1020px) {
      #page-create-battle .sep {
        display: none; } }
  #page-create-battle .user-list {
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 20px; }
    #page-create-battle .user-list .center {
      width: 400px; }
      @media screen and (max-width: 767px) {
        #page-create-battle .user-list .center {
          width: 300px;
          margin: auto; } }
  @media screen and (max-width: 767px) {
    #page-create-battle .incomplete-game {
      padding-top: 10px; } }
  #page-create-battle .user-item {
    height: 78px;
    width: 100%;
    padding: 0 40px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    perspective: 800px;
    position: relative;
    margin: 12px 0; }
    @media screen and (max-width: 767px) {
      #page-create-battle .user-item {
        padding: 0 30px 0 10px; } }
    #page-create-battle .user-item .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.8); }
    #page-create-battle .user-item .user-info-group {
      width: 140px;
      text-align: left;
      font-size: 1.7rem;
      position: relative;
      z-index: 1;
      flex-grow: 1;
      flex-shrink: 0; }
      #page-create-battle .user-item .user-info-group .username {
        font-size: 2.4rem;
        letter-spacing: 1px;
        line-height: 2.2rem;
        color: #244aa1;
        font-family: "Bebas-Bold"; }
      #page-create-battle .user-item .user-info-group .points {
        font-size: 1.5rem;
        line-height: 2.1rem;
        color: #00c69a;
        font-family: "Montserrat-Bold"; }
    #page-create-battle .user-item .invite-button {
      position: relative;
      z-index: 3;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        #page-create-battle .user-item .invite-button {
          width: 120px;
          padding: 10px; } }
    #page-create-battle .user-item .delete {
      display: none; }
  #page-create-battle .footer-block {
    display: flex;
    background: #7dd0d8;
    padding: 25px 0;
    margin-top: 50px;
    justify-content: center; }
    @media screen and (max-width: 1020px) {
      #page-create-battle .footer-block {
        flex-direction: column-reverse; } }
    #page-create-battle .footer-block .play-battle,
    #page-create-battle .footer-block .list-games {
      width: 570px; }
      @media screen and (max-width: 1020px) {
        #page-create-battle .footer-block .play-battle,
        #page-create-battle .footer-block .list-games {
          margin: 10px auto; } }
      @media screen and (max-width: 767px) {
        #page-create-battle .footer-block .play-battle,
        #page-create-battle .footer-block .list-games {
          width: 100%; } }
  #page-create-battle .button-mistery-player .icon {
    position: relative;
    background: url("../../assets/images/fot/game8/battle/mistery.svg") 50% 50% no-repeat;
    width: 46px;
    height: 55px;
    position: absolute;
    bottom: -3px;
    left: -25px; }
    #page-create-battle .button-mistery-player .icon:before {
      content: "";
      position: absolute;
      top: 2px;
      left: 13px;
      width: 18px;
      height: 30px;
      background: url("../../assets/images/fot/game8/battle/mistery-effect.svg") 50% 50% no-repeat;
      animation: rotateAnimation 2s infinite; }
  #page-create-battle .section-title {
    font-size: 2.4rem;
    letter-spacing: 2px;
    color: #244aa1;
    font-family: "Montserrat-Bold";
    text-align: center; }

.mobile-device #page-create-battle .user-item .bg {
  left: 0;
  right: 0;
  width: 100%;
  transform: none; }

#page-rules {
  text-align: center;
  padding-top: 280px; }
  #page-rules h1 {
    text-transform: uppercase; }
  #page-rules h2 {
    font-size: 2.4rem;
    font-family: "Bebas-Regular";
    color: #244aa1;
    padding-bottom: 25px;
    text-transform: uppercase; }
  #page-rules h3 {
    font-size: 2.2rem;
    font-family: "Bebas-Regular";
    color: #244aa1;
    padding-bottom: 25px;
    padding-top: 10px;
    text-transform: uppercase; }
  #page-rules h4 {
    color: #194170;
    font-size: 1.6rem;
    font-family: "Montserrat-Regular";
    font-weight: bold;
    padding-bottom: 30px; }
  #page-rules .logotype .icon {
    width: 220px;
    height: 120px;
    background-repeat: no-repeat;
    position: absolute;
    top: 24px;
    left: -35px; }
    @media screen and (max-width: 1020px) {
      #page-rules .logotype .icon {
        width: 180px; } }
    @media screen and (max-width: 767px) {
      #page-rules .logotype .icon {
        left: 50%;
        margin-left: -90px;
        top: 34px; } }
  #page-rules .center-contents {
    display: flex;
    flex-wrap: wrap; }
    #page-rules .center-contents .col {
      width: 33.3%; }
      @media screen and (max-width: 767px) {
        #page-rules .center-contents .col {
          width: 100%;
          padding-bottom: 20px; } }
  #page-rules .block {
    background: rgba(255, 255, 255, 0.3);
    padding: 34px 0;
    color: #244aa1; }
    #page-rules .block .right-side,
    #page-rules .block .left-side {
      width: 50%;
      padding: 0 45px;
      text-align: left; }
      @media screen and (max-width: 1020px) {
        #page-rules .block .right-side,
        #page-rules .block .left-side {
          padding: 0 25px; } }
      @media screen and (max-width: 767px) {
        #page-rules .block .right-side,
        #page-rules .block .left-side {
          width: 100%; } }
      #page-rules .block .right-side p,
      #page-rules .block .left-side p {
        line-height: 1.5em; }
    #page-rules .block:nth-child(even) {
      background: transparent; }
    #page-rules .block .title {
      font-size: 3rem;
      font-family: "Bebas-Regular";
      padding-bottom: 18px;
      text-transform: uppercase; }
      #page-rules .block .title:empty {
        padding-bottom: 0px; }
    #page-rules .block .text {
      font-size: 1.6rem;
      font-family: "Montserrat-Regular"; }
      #page-rules .block .text p {
        font-size: 1.6rem;
        font-family: "Montserrat-Regular"; }
    #page-rules .block img {
      margin: 30px 0; }
  #page-rules .pontuation {
    display: none;
    background: rgba(255, 255, 255, 0.3);
    padding: 84px 0 44px 0;
    position: relative; }
    #page-rules .pontuation .subtitle {
      color: #244aa1;
      font-size: 1.7rem;
      font-family: "Montserrat-Regular";
      padding-bottom: 30px;
      max-width: 800px;
      padding: 0px 20px 30px 20px;
      margin: auto; }
    #page-rules .pontuation .text {
      text-align: left;
      font-size: 1.6rem;
      font-family: "Montserrat-Regular"; }
      #page-rules .pontuation .text p {
        font-size: 1.6rem;
        font-family: "Montserrat-Regular"; }
    #page-rules .pontuation .col {
      padding: 0 34px; }
      @media screen and (max-width: 767px) {
        #page-rules .pontuation .col {
          padding: 20px 34px; } }
  #page-rules .icon {
    margin: auto; }
  #page-rules .icon-students {
    width: 125px;
    height: 100px; }
  #page-rules .icon-teachers {
    width: 128px;
    height: 100px; }
  #page-rules .icon-schools {
    width: 125px;
    height: 100px; }
  #page-rules .icon-pontuation {
    width: 140px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -70px; }
  #page-rules .icon-prize {
    width: 140px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -70px; }
  #page-rules .button-close {
    margin-top: 30px;
    text-transform: uppercase; }

#page-prizes {
  text-align: center;
  padding: 140px 0 220px 0; }
  @media screen and (max-width: 767px) {
    #page-prizes {
      padding-top: 190px;
      padding-bottom: 100px; } }
  #page-prizes h2 {
    font-size: 2.4rem;
    font-family: "Bebas-Regular";
    color: #244aa1;
    padding-bottom: 25px;
    text-transform: uppercase; }
  #page-prizes h2 {
    font-size: 2.4rem;
    font-family: "Bebas-Regular";
    color: #244aa1;
    padding-bottom: 25px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      #page-prizes h2 {
        font-size: 2rem; } }
  #page-prizes h3 {
    font-size: 2.2rem;
    font-family: "Bebas-Regular";
    color: #244aa1;
    padding-bottom: 25px;
    padding-top: 10px;
    text-transform: uppercase; }
  #page-prizes h4 {
    color: #194170;
    font-size: 1.6rem;
    font-family: "Montserrat-Regular";
    font-weight: bold;
    padding-bottom: 30px; }
  #page-prizes .logotype .icon {
    width: 220px;
    height: 120px;
    background-repeat: no-repeat;
    position: absolute;
    top: 24px;
    left: -35px; }
    @media screen and (max-width: 1020px) {
      #page-prizes .logotype .icon {
        width: 180px; } }
    @media screen and (max-width: 767px) {
      #page-prizes .logotype .icon {
        left: 50%;
        margin-left: -70px;
        top: 34px;
        width: 140px; } }
  #page-prizes .center-contents {
    display: flex;
    flex-wrap: wrap; }
    #page-prizes .center-contents .col {
      width: 33.3%; }
      @media screen and (max-width: 767px) {
        #page-prizes .center-contents .col {
          width: 100%;
          padding-bottom: 20px; } }
  #page-prizes .prizes {
    background: rgba(255, 255, 255, 0.3);
    padding: 84px 0 44px 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      #page-prizes .prizes {
        padding: 44px 0 24px 0; } }
  #page-prizes .icon {
    margin: auto; }
  #page-prizes .icon-students {
    width: 125px;
    height: 100px; }
  #page-prizes .icon-teachers {
    width: 128px;
    height: 100px; }
  #page-prizes .icon-schools {
    width: 125px;
    height: 100px; }
  #page-prizes .icon-pontuation {
    width: 140px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -70px; }
  #page-prizes .icon-prize {
    width: 140px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -70px; }
  #page-prizes .places {
    text-align: left; }
    #page-prizes .places .item {
      display: flex;
      align-items: center;
      color: #244aa1;
      font-size: 1.6rem;
      margin: 0 auto 20px auto;
      max-width: 260px; }
    #page-prizes .places .icon {
      flex-grow: 0;
      flex-shrink: 0; }
    #page-prizes .places .place1 {
      width: 60px;
      height: 60px; }
    #page-prizes .places .place2 {
      width: 60px;
      height: 60px; }
    #page-prizes .places .place3 {
      width: 60px;
      height: 60px; }
    #page-prizes .places .medal {
      width: 60px;
      height: 60px; }
    #page-prizes .places .text-group {
      flex-grow: 1;
      padding-left: 20px;
      padding-top: 7px; }
      #page-prizes .places .text-group .pos {
        font-family: "Bebas-Regular";
        line-height: 1.5em; }
      #page-prizes .places .text-group .prize-desc {
        font-family: "Montserrat-Regular";
        line-height: 1.5em; }
  #page-prizes .button-close {
    margin-top: 30px;
    text-transform: uppercase; }

#page-change-user {
  text-align: center;
  padding-top: 260px;
  background-image: url(../../assets/images/fot/game8/header-cloud.svg);
  background-repeat: no-repeat;
  background-size: 750px 264px;
  background-position: -140px 0; }
  #page-change-user .form-container {
    margin-top: 30px; }
    #page-change-user .form-container .form-input {
      border-bottom: solid 2px #244aa1; }
    #page-change-user .form-container .form-group .form-label {
      font-size: 1.6rem;
      color: #244aa1;
      font-family: 'Montserrat-Regular'; }
    #page-change-user .form-container .form-input {
      height: 42px;
      line-height: 40px; }
  #page-change-user .button {
    text-transform: uppercase; }
  #page-change-user .button-skew {
    width: 230px; }

#page-add-question {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-add-question {
      padding-top: 150px;
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-add-question {
      padding-top: 132px;
      padding-bottom: 70px; } }
  @media screen and (max-width: 767px) {
    #page-add-question h1 {
      font-size: 22px; } }
  #page-add-question h2 {
    font-size: 1.8rem;
    padding: 0 20px;
    max-width: 800px;
    margin: auto;
    font-family: "Montserrat-Regular";
    color: #194170; }
    @media screen and (max-width: 767px) {
      #page-add-question h2 {
        font-size: 15px; } }
  #page-add-question .page-contents-group {
    padding-bottom: 10px;
    padding-top: 30px;
    background: rgba(255, 255, 255, 0.3); }
  #page-add-question .form-container {
    max-width: 800px;
    margin: 40px auto; }
    @media screen and (max-width: 1020px) {
      #page-add-question .form-container {
        max-width: 100%;
        padding: 0 30px; } }
    #page-add-question .form-container .form-group {
      flex-direction: row;
      align-items: center;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        #page-add-question .form-container .form-group {
          flex-direction: column; } }
      #page-add-question .form-container .form-group .form-label {
        width: 150px;
        font-weight: bold;
        color: #244aa1;
        flex-grow: 0;
        flex-shrink: 0;
        text-align: right;
        padding-right: 20px;
        font-family: "Montserrat-Regular";
        font-size: 1.4rem; }
        @media screen and (max-width: 767px) {
          #page-add-question .form-container .form-group .form-label {
            padding-right: 0;
            text-align: left;
            width: 100%; } }
      #page-add-question .form-container .form-group .note {
        font-size: 1rem; }
  #page-add-question .form-buttons {
    justify-content: center; }
    #page-add-question .form-buttons .button {
      margin: 0 20px 5px 20px;
      min-width: 150px; }
  #page-add-question .form-message {
    position: static;
    margin-bottom: 20px;
    font-size: 20px; }
  #page-add-question .select2-container--default .select2-selection--single {
    background: #ffffff;
    text-align: left; }

#page-landing {
  min-height: 820px;
  height: 100%;
  overflow-x: hidden; }
  @media screen and (max-width: 1020px) {
    #page-landing {
      min-height: 1070px; } }
  @media screen and (max-width: 767px) {
    #page-landing {
      min-height: 1140px; } }
  #page-landing .header .logotype,
  #page-landing .header .menu-button {
    display: none; }
  #page-landing .game-button {
    position: relative;
    display: block;
    background: url("../../assets/images/fot/game8/landing/Quiz.svg") 50% 50% no-repeat;
    width: 462px;
    height: 346px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -231px; }
    #page-landing .game-button:before {
      content: "";
      position: absolute;
      bottom: 5%;
      left: 2%;
      width: 159px;
      height: 173px;
      background: url("../../assets/images/fot/game8/landing/Quiz-effect.svg") 50% 50% no-repeat;
      animation: rotateAnimation 2s infinite; }
    @media screen and (max-width: 1020px) {
      #page-landing .game-button {
        width: 340px;
        height: 255px;
        top: 60px;
        margin-left: -170px; }
        #page-landing .game-button:before {
          width: 117px;
          height: 127px; } }
    @media screen and (max-width: 767px) {
      #page-landing .game-button {
        top: -20px;
        width: 280px;
        height: 210px;
        top: 50px;
        margin-left: -140px; }
        #page-landing .game-button:before {
          width: 96px;
          height: 105px; } }
  #page-landing .images-lie-button {
    display: block;
    background: url("../../assets/images/fot/game8/landing/ImagesLie.svg") 50% 50% no-repeat;
    width: 280px;
    height: 155px;
    position: absolute;
    top: 360px;
    left: 50%;
    margin-left: -470px; }
    @media screen and (max-width: 1020px) {
      #page-landing .images-lie-button {
        width: 260px;
        margin-left: -80px;
        top: 530px; } }
    @media screen and (max-width: 767px) {
      #page-landing .images-lie-button {
        width: 220px;
        margin-left: -60px;
        top: 430px; } }
  #page-landing .detective-button {
    display: block;
    background: url("../../assets/images/fot/game8/landing/FakeNews.svg") 50% 50% no-repeat;
    width: 360px;
    height: 188px;
    position: absolute;
    top: 320px;
    left: 50%;
    margin-left: 160px; }
    @media screen and (max-width: 1240px) {
      #page-landing .detective-button {
        margin-left: 140px;
        top: 370px; } }
    @media screen and (max-width: 1020px) {
      #page-landing .detective-button {
        width: 290px;
        margin-left: -220px;
        top: 320px; } }
    @media screen and (max-width: 767px) {
      #page-landing .detective-button {
        width: 250px;
        margin-left: -170px;
        top: 260px; } }
  #page-landing .cloud1,
  #page-landing .cloud2,
  #page-landing .cloud3 {
    position: absolute;
    width: 120px;
    height: 50px;
    background: url("../../assets/images/fot/game8/landing/cloud.svg") 50% 50% no-repeat; }
    @media screen and (max-width: 767px) {
      #page-landing .cloud1,
      #page-landing .cloud2,
      #page-landing .cloud3 {
        display: none; } }
  #page-landing .cloud1 {
    top: 90px;
    left: 50%;
    margin-left: -500px; }
  #page-landing .cloud2 {
    top: 500px;
    left: 50%;
    margin-left: 80px; }
  #page-landing .cloud3 {
    top: 60px;
    left: 50%;
    margin-left: 300px;
    width: 160px;
    height: 66px;
    transform: scaleX(-1); }
  #page-landing .balls {
    position: relative;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -330px; }
    #page-landing .balls:after, #page-landing .balls:before {
      content: "";
      background: #c0e9eb;
      position: absolute; }
    #page-landing .balls:after {
      width: 440px;
      height: 440px;
      border-radius: 220px;
      left: 0;
      top: 0; }
      @media screen and (max-width: 767px) {
        #page-landing .balls:after {
          transform: scale(0.9); } }
    #page-landing .balls:before {
      width: 330px;
      height: 330px;
      border-radius: 165px;
      left: 290px;
      top: 0; }
      @media screen and (max-width: 767px) {
        #page-landing .balls:before {
          transform: scale(0.8);
          top: -70px; } }
  #page-landing .about-button {
    position: absolute;
    bottom: 120px;
    z-index: 10;
    left: 50%;
    margin-left: -80px; }
    @media screen and (max-width: 1100px) {
      #page-landing .about-button {
        margin-left: 0;
        left: 80px; } }
    @media screen and (max-width: 1020px) {
      #page-landing .about-button {
        bottom: 210px; } }
    @media screen and (max-width: 767px) {
      #page-landing .about-button {
        transform: scale(0.8);
        left: 0;
        bottom: 430px; } }
    #page-landing .about-button .icon {
      width: 100px;
      height: 80px;
      background: url("../../assets/images/fot/game8/landing/About.svg") 50% 50% no-repeat;
      display: block;
      margin: auto; }
    #page-landing .about-button .button {
      margin-top: -25px; }
  #page-landing .legal-buttons {
    position: absolute;
    bottom: 120px;
    z-index: 10;
    right: 80px;
    display: flex; }
    @media screen and (max-width: 1020px) {
      #page-landing .legal-buttons {
        bottom: 210px; } }
    @media screen and (max-width: 767px) {
      #page-landing .legal-buttons {
        transform: scale(0.8);
        right: 0;
        bottom: 435px; } }
    #page-landing .legal-buttons .privacy-button {
      margin-right: 30px; }
    #page-landing .legal-buttons .terms-button {
      position: relative; }
    #page-landing .legal-buttons .icon-terms {
      background: url("../../assets/images/fot/game8/landing/Terms.svg") 50% 50% no-repeat;
      width: 100px;
      height: 140px;
      display: block;
      position: absolute;
      bottom: -5px;
      left: 50%;
      margin-left: -55px; }

#page-detetive-das-fake-news {
  text-align: center;
  padding-top: 50px; }
  @media screen and (max-width: 767px) {
    #page-detetive-das-fake-news {
      padding-top: 90px; } }
  #page-detetive-das-fake-news .header .menu-button {
    display: none; }
  #page-detetive-das-fake-news .header-cloud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("../../assets/images/fot/game8/header-cloud.svg") 50% 50% no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    max-width: 920px;
    height: 330px;
    margin: auto;
    z-index: 0; }
  #page-detetive-das-fake-news .main-contents {
    position: relative;
    padding-bottom: 40px; }
  #page-detetive-das-fake-news .detective-button {
    display: block;
    background: url("../../assets/images/fot/game8/landing/FakeNews.svg") 50% 50% no-repeat;
    width: 360px;
    height: 188px;
    margin: auto; }
  #page-detetive-das-fake-news .text {
    max-width: 840px;
    margin: 20px auto 0 auto;
    padding: 0 50px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-family: 'Montserrat-Regular';
    color: #244aa1; }
    @media screen and (max-width: 767px) {
      #page-detetive-das-fake-news .text {
        padding: 0 20px; } }
    #page-detetive-das-fake-news .text p {
      font-size: 1.6rem;
      font-family: 'Montserrat-Regular'; }
    #page-detetive-das-fake-news .text b,
    #page-detetive-das-fake-news .text strong {
      font-family: "Montserrat-Bold";
      font-weight: normal; }
      #page-detetive-das-fake-news .text b p,
      #page-detetive-das-fake-news .text strong p {
        font-family: "Montserrat-Bold";
        font-weight: normal; }
  #page-detetive-das-fake-news .options {
    position: relative;
    display: flex;
    max-width: 400px;
    width: 90%;
    margin: 60px auto 0 auto;
    z-index: 10; }
    #page-detetive-das-fake-news .options .item {
      position: relative;
      width: 33.3%; }
      #page-detetive-das-fake-news .options .item:nth-child(2) {
        margin-top: -20px; }
      #page-detetive-das-fake-news .options .item:before {
        content: "";
        position: absolute;
        top: 6%;
        left: 42%;
        width: 25.5%;
        height: 9.9%;
        background: url("../../assets/images/fot/game8/detetive-fake-news/option1-light.svg") 50% 50% no-repeat;
        animation: flickerAnimation 2s infinite; }
      #page-detetive-das-fake-news .options .item:after {
        content: "";
        position: absolute;
        top: -1%;
        left: 60%;
        width: 39.8%;
        height: 19.2%;
        background: url("../../assets/images/fot/game8/detetive-fake-news/option1-effect.svg") 50% 50% no-repeat;
        animation: flickerAnimation 2s infinite; }
      #page-detetive-das-fake-news .options .item.option2:before {
        top: 20.2%;
        left: 39%;
        background-image: url("../../assets/images/fot/game8/detetive-fake-news/option2-light.svg");
        animation: flickerAnimation 2.1s infinite; }
      #page-detetive-das-fake-news .options .item.option2:after {
        top: 13.5%;
        left: 56%;
        background-image: url("../../assets/images/fot/game8/detetive-fake-news/option2-effect.svg");
        animation: flickerAnimation 2.1s infinite; }
      #page-detetive-das-fake-news .options .item.option3:before {
        top: 36.9%;
        left: 39%;
        background-image: url("../../assets/images/fot/game8/detetive-fake-news/option3-light.svg");
        animation: flickerAnimation 2.2s infinite; }
      #page-detetive-das-fake-news .options .item.option3:after {
        top: 30.2%;
        left: 56%;
        background-image: url("../../assets/images/fot/game8/detetive-fake-news/option3-effect.svg");
        animation: flickerAnimation 2.2s infinite; }
  #page-detetive-das-fake-news .options-bg {
    position: absolute;
    background: url("../../assets/images/fot/game8/detetive-fake-news/options-bg.svg") 50% 50% no-repeat;
    background-position: top center;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 585px;
    height: 120px;
    margin: auto; }

#page-detetive-das-fake-news-detail {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #page-detetive-das-fake-news-detail {
      padding-top: 90px; } }
  #page-detetive-das-fake-news-detail .header .menu-button {
    display: none; }
  #page-detetive-das-fake-news-detail .header-cloud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("../../assets/images/fot/game8/header-cloud.svg") 50% 50% no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    max-width: 920px;
    height: 330px;
    margin: auto;
    z-index: 0; }
  #page-detetive-das-fake-news-detail .detective-button {
    display: block;
    background: url("../../assets/images/fot/game8/detetive-fake-news/fake-news.svg") 50% 50% no-repeat;
    width: 300px;
    height: 150px;
    margin: auto; }
  #page-detetive-das-fake-news-detail .text {
    max-width: 840px;
    margin: 35px auto 0 auto;
    padding: 0 50px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-family: 'Montserrat-Regular';
    color: #244aa1;
    text-align: left; }
    @media screen and (max-width: 767px) {
      #page-detetive-das-fake-news-detail .text {
        padding: 0 20px; } }
    #page-detetive-das-fake-news-detail .text p {
      font-size: 1.6rem;
      font-family: 'Montserrat-Regular'; }
    #page-detetive-das-fake-news-detail .text b,
    #page-detetive-das-fake-news-detail .text strong {
      font-family: "Montserrat-Bold";
      font-weight: normal;
      font-size: 1.8rem; }
      #page-detetive-das-fake-news-detail .text b p,
      #page-detetive-das-fake-news-detail .text strong p {
        font-family: "Montserrat-Bold";
        font-weight: normal; }
    #page-detetive-das-fake-news-detail .text.option2 {
      position: relative;
      z-index: 10; }
      #page-detetive-das-fake-news-detail .text.option2 div:nth-child(1) h1 {
        margin-left: calc((100% - 450px) / 2 + 110px); }
        @media screen and (max-width: 480px) {
          #page-detetive-das-fake-news-detail .text.option2 div:nth-child(1) h1 {
            margin-left: 100px; } }
      #page-detetive-das-fake-news-detail .text.option2 div:nth-child(1) p:nth-child(2) {
        margin-left: calc((100% - 450px) / 2 + 110px); }
        @media screen and (max-width: 480px) {
          #page-detetive-das-fake-news-detail .text.option2 div:nth-child(1) p:nth-child(2) {
            margin-left: 100px; } }
  #page-detetive-das-fake-news-detail h1,
  #page-detetive-das-fake-news-detail strong > u,
  #page-detetive-das-fake-news-detail u > strong {
    display: block;
    font-family: "Bebas-Bold" !important;
    font-size: 2.4rem !important;
    color: #244aa1;
    text-decoration: underline;
    letter-spacing: 2px;
    margin-top: 10px;
    padding-bottom: 25px;
    text-align: left; }
  #page-detetive-das-fake-news-detail .subtitle {
    max-width: 840px;
    margin: 45px auto -10px auto;
    padding: 0 50px;
    font-family: "Bebas-Bold";
    font-size: 2.4rem;
    color: #244aa1;
    letter-spacing: 2px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      #page-detetive-das-fake-news-detail .subtitle {
        padding: 0 20px; } }
  #page-detetive-das-fake-news-detail .intro {
    position: relative;
    max-width: 450px;
    width: 95%;
    margin: 30px auto 0 auto; }
    #page-detetive-das-fake-news-detail .intro .back {
      position: absolute;
      top: 2px;
      left: 0;
      background: url("../../assets/images/fot/game8/detetive-fake-news/back.svg") 50% 50% no-repeat;
      width: 27px;
      height: 26px; }
    #page-detetive-das-fake-news-detail .intro .text {
      position: relative;
      background-color: #fff;
      margin-top: 0;
      margin-left: 55px;
      padding: 15px 20px 15px 50px;
      /*&:before {
        content: "";
        position: absolute;
        top: -7px;
        right: -12px;
        width: 104%;
        height: 104%;
        background-color: #fff;
        transform-origin: top right;
        transform: skew(-7deg, -1deg);
      }

      &:after {
        content: "";
        position: absolute;
        top: 0;
        left: -23px;
        width: 104%;
        height: 103%;
        background-color: #fff;
        transform-origin: top left;
        transform: skew(4deg);
      }*/ }
      #page-detetive-das-fake-news-detail .intro .text span {
        position: relative;
        z-index: 1; }
    #page-detetive-das-fake-news-detail .intro .icon {
      position: absolute;
      top: 30px;
      left: 0;
      background: url("../../assets/images/fot/game8/detetive-fake-news/option1.svg?v=1") 50% 50% no-repeat;
      width: 102px;
      height: 260px; }
      #page-detetive-das-fake-news-detail .intro .icon:before {
        content: "";
        position: absolute;
        top: 6%;
        left: 42%;
        width: 25.5%;
        height: 9.9%;
        background: url("../../assets/images/fot/game8/detetive-fake-news/option1-light.svg") 50% 50% no-repeat;
        animation: flickerAnimation 2s infinite; }
      #page-detetive-das-fake-news-detail .intro .icon:after {
        content: "";
        position: absolute;
        top: -1%;
        left: 60%;
        width: 39.8%;
        height: 19.2%;
        background: url("../../assets/images/fot/game8/detetive-fake-news/option1-effect.svg") 50% 50% no-repeat;
        animation: flickerAnimation 2s infinite; }
    #page-detetive-das-fake-news-detail .intro.option2 .icon {
      background-image: url("../../assets/images/fot/game8/detetive-fake-news/option2.svg"); }
      #page-detetive-das-fake-news-detail .intro.option2 .icon:before {
        top: 21.2%;
        left: 39%;
        background-image: url("../../assets/images/fot/game8/detetive-fake-news/option2-light.svg"); }
      #page-detetive-das-fake-news-detail .intro.option2 .icon:after {
        top: 14.5%;
        left: 56%;
        background-image: url("../../assets/images/fot/game8/detetive-fake-news/option2-effect.svg"); }
  #page-detetive-das-fake-news-detail .special-submenu {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 30px auto 0 auto;
    justify-content: space-between; }
    @media screen and (max-width: 1020px) {
      #page-detetive-das-fake-news-detail .special-submenu {
        max-width: 450px;
        width: 95%; } }
    #page-detetive-das-fake-news-detail .special-submenu .icon-block {
      position: relative;
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-start; }
      @media screen and (max-width: 1020px) {
        #page-detetive-das-fake-news-detail .special-submenu .icon-block {
          margin-left: 20px;
          margin-top: 30px; } }
      #page-detetive-das-fake-news-detail .special-submenu .icon-block .back {
        margin-top: 20px;
        display: block;
        position: relative;
        background: url("../../assets/images/fot/game8/detetive-fake-news/back.svg") 50% 50% no-repeat;
        width: 27px;
        height: 26px; }
        @media screen and (max-width: 1020px) {
          #page-detetive-das-fake-news-detail .special-submenu .icon-block .back {
            margin-top: 0;
            position: absolute;
            top: -28px;
            left: -20px; } }
      #page-detetive-das-fake-news-detail .special-submenu .icon-block .icon {
        position: relative;
        background: url("../../assets/images/fot/game8/detetive-fake-news/option3.svg") 50% 50% no-repeat;
        width: 102px;
        height: 260px; }
        #page-detetive-das-fake-news-detail .special-submenu .icon-block .icon:before {
          content: "";
          position: absolute;
          top: 36.9%;
          left: 39%;
          width: 25.5%;
          height: 9.9%;
          background: url("../../assets/images/fot/game8/detetive-fake-news/option3-light.svg") 50% 50% no-repeat;
          animation: flickerAnimation 2s infinite; }
        #page-detetive-das-fake-news-detail .special-submenu .icon-block .icon:after {
          content: "";
          position: absolute;
          top: 30.2%;
          left: 56%;
          width: 39.8%;
          height: 19.2%;
          background: url("../../assets/images/fot/game8/detetive-fake-news/option3-effect.svg") 50% 50% no-repeat;
          animation: flickerAnimation 2s infinite; }
    #page-detetive-das-fake-news-detail .special-submenu .submenu {
      display: block;
      flex-direction: column;
      margin-left: 0;
      margin-top: 10px;
      justify-content: space-between;
      text-align: left;
      width: 880px; }
      @media screen and (max-width: 1020px) {
        #page-detetive-das-fake-news-detail .special-submenu .submenu {
          margin-top: 40px;
          margin-left: 30px;
          width: auto; } }
      @media screen and (max-width: 450px) {
        #page-detetive-das-fake-news-detail .special-submenu .submenu {
          width: auto;
          margin-left: 20px;
          justify-content: flex-start; } }
      #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item {
        position: relative;
        display: inline-block;
        width: auto;
        margin-left: 35px;
        padding: 10px 12px;
        background-color: #65c8d0;
        font-family: "Bebas-Regular";
        font-size: 2.0rem;
        color: #fff;
        letter-spacing: 2px;
        cursor: pointer; }
        #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item.effect-button:before {
          background-color: #65c8d0; }
          @media screen and (max-width: 1020px) {
            #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item.effect-button:before {
              background-color: #244aa1; } }
        #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item .effect-inner:before, #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item .effect-inner:after {
          background-color: #65c8d0; }
          @media screen and (max-width: 1020px) {
            #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item .effect-inner:before, #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item .effect-inner:after {
              background-color: #244aa1; } }
        #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item:nth-child(2):not(.not-selected), #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item.selected {
          background-color: #244aa1; }
          #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item:nth-child(2):not(.not-selected).effect-button:before, #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item.selected.effect-button:before {
            background-color: #244aa1; }
          #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item:nth-child(2):not(.not-selected) .effect-inner:before, #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item:nth-child(2):not(.not-selected) .effect-inner:after, #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item.selected .effect-inner:before, #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item.selected .effect-inner:after {
            background-color: #244aa1; }
        @media screen and (max-width: 1020px) {
          #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item {
            background-color: #244aa1;
            display: inline-block;
            margin-left: 0;
            margin-top: 40px;
            padding: 10px 16px;
            font-size: 2.2rem; } }
        @media screen and (max-width: 450px) {
          #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item {
            padding: 8px 8px;
            font-size: 2.2rem; } }
        #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item span {
          position: relative; }
        #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item:after {
          content: "";
          position: absolute; }
          @media screen and (max-width: 450px) {
            #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item:after {
              transform-origin: top center;
              transform: scale(0.8); } }
        #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item#suboption1 {
          padding-left: 65px; }
          #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item#suboption1:after {
            top: -10px;
            left: -11px;
            background: url("../../assets/images/fot/game8/detetive-fake-news/suboption1.svg") 50% 50% no-repeat;
            width: 78px;
            height: 76px; }
        #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item#suboption2 {
          padding-right: 35px; }
          @media screen and (max-width: 450px) {
            #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item#suboption2 {
              padding-right: 10px; } }
          #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item#suboption2:after {
            top: -29px;
            right: -20px;
            background: url("../../assets/images/fot/game8/detetive-fake-news/suboption2.svg") 50% 50% no-repeat;
            width: 62px;
            height: 82px; }
            @media screen and (max-width: 450px) {
              #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item#suboption2:after {
                top: -36px; } }
        #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item#suboption3 {
          padding-left: 40px; }
          #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item#suboption3:after {
            top: -20px;
            left: -26px;
            background: url("../../assets/images/fot/game8/detetive-fake-news/suboption3.svg") 50% 50% no-repeat;
            width: 62px;
            height: 67px; }
            @media screen and (max-width: 450px) {
              #page-detetive-das-fake-news-detail .special-submenu .submenu .submenu-item#suboption3:after {
                left: -20px; } }
    @media screen and (max-width: 1020px) {
      #page-detetive-das-fake-news-detail .special-submenu.open {
        justify-content: flex-start;
        margin-top: 20px;
        max-width: 840px;
        padding: 0 50px;
        width: 100%; } }
  @media screen and (max-width: 1020px) and (max-width: 767px) {
    #page-detetive-das-fake-news-detail .special-submenu.open {
      padding: 0 20px; } }
    @media screen and (max-width: 1020px) {
        #page-detetive-das-fake-news-detail .special-submenu.open .close {
          margin-top: 10px;
          background: url("../../assets/images/fot/game8/detetive-fake-news/back.svg") 50% 50% no-repeat;
          width: 27px;
          height: 26px;
          cursor: pointer; }
        #page-detetive-das-fake-news-detail .special-submenu.open .icon-block {
          display: none; }
        #page-detetive-das-fake-news-detail .special-submenu.open .submenu {
          display: flex;
          flex-direction: row;
          margin-left: 0; }
          #page-detetive-das-fake-news-detail .special-submenu.open .submenu .submenu-item {
            display: none;
            margin-top: 0;
            margin-left: 35px; } }
      @media screen and (max-width: 1020px) and (max-width: 450px) {
        #page-detetive-das-fake-news-detail .special-submenu.open .submenu .submenu-item {
          margin-left: 20px; } }
    @media screen and (max-width: 1020px) {
        #page-detetive-das-fake-news-detail .special-submenu.open.suboption1 .submenu #suboption1 {
          display: block; }
        #page-detetive-das-fake-news-detail .special-submenu.open.suboption2 .submenu #suboption2 {
          display: block; }
        #page-detetive-das-fake-news-detail .special-submenu.open.suboption3 .submenu #suboption3 {
          display: block; } }
  #page-detetive-das-fake-news-detail .subdetail-list {
    margin-top: -170px; }
    @media screen and (max-width: 1020px) {
      #page-detetive-das-fake-news-detail .subdetail-list {
        margin-top: 0; } }
  #page-detetive-das-fake-news-detail .subdetail {
    display: none;
    max-width: 720px;
    margin: auto; }
    @media screen and (max-width: 1020px) {
      #page-detetive-das-fake-news-detail .subdetail {
        max-width: none; } }
    #page-detetive-das-fake-news-detail .subdetail .text b,
    #page-detetive-das-fake-news-detail .subdetail .text strong {
      font-size: inherit; }
    @media screen and (min-width: 1020px) {
      #page-detetive-das-fake-news-detail .subdetail:nth-child(1) {
        display: block; } }

#page-imagens-tambem-mentem {
  text-align: center;
  padding-top: 50px; }
  @media screen and (max-width: 767px) {
    #page-imagens-tambem-mentem {
      padding-top: 90px; } }
  #page-imagens-tambem-mentem .header .menu-button {
    display: none; }
  #page-imagens-tambem-mentem .header-cloud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("../../assets/images/fot/game8/header-cloud.svg") 50% 50% no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    max-width: 920px;
    height: 330px;
    margin: auto;
    z-index: 0; }
  #page-imagens-tambem-mentem .main-contents {
    position: relative;
    padding-bottom: 40px; }
  #page-imagens-tambem-mentem .images-lie-button {
    display: block;
    background: url("../../assets/images/fot/game8/landing/ImagesLie.svg") 50% 50% no-repeat;
    width: 280px;
    height: 155px;
    margin: auto; }
  #page-imagens-tambem-mentem .text {
    max-width: 840px;
    margin: 20px auto 0 auto;
    padding: 0 50px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-family: 'Montserrat-Regular';
    color: #244aa1; }
    @media screen and (max-width: 767px) {
      #page-imagens-tambem-mentem .text {
        padding: 0 20px; } }
    #page-imagens-tambem-mentem .text p {
      font-size: 1.6rem;
      font-family: 'Montserrat-Regular'; }
    #page-imagens-tambem-mentem .text b {
      font-family: "Montserrat-Bold";
      font-weight: normal; }
      #page-imagens-tambem-mentem .text b p {
        font-family: "Montserrat-Bold";
        font-weight: normal; }
  #page-imagens-tambem-mentem .image-list {
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 500px;
    height: 500px; }
    @media screen and (max-width: 540px) {
      #page-imagens-tambem-mentem .image-list {
        max-width: 400px;
        height: 650px; } }
    #page-imagens-tambem-mentem .image-list .frame {
      position: absolute; }
      #page-imagens-tambem-mentem .image-list .frame .star {
        opacity: 0;
        position: absolute;
        top: 40%;
        left: -2px;
        font-size: 18px;
        color: #fff;
        z-index: 100;
        pointer-events: none;
        transition: opacity 0.2s linear; }
      #page-imagens-tambem-mentem .image-list .frame.active .star {
        opacity: 1; }
      #page-imagens-tambem-mentem .image-list .frame:before {
        content: "";
        position: absolute;
        top: -25px;
        left: -8px;
        right: 0;
        margin: auto;
        background: url("../../assets/images/fot/game8/imagens-tambem-mentem/frame-top.svg") 50% 50% no-repeat;
        width: 41px;
        height: 37px; }
      #page-imagens-tambem-mentem .image-list .frame .background {
        position: relative;
        z-index: 9; }
      #page-imagens-tambem-mentem .image-list .frame img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 10; }
      #page-imagens-tambem-mentem .image-list .frame.frame1 {
        top: 20px;
        left: 0; }
        #page-imagens-tambem-mentem .image-list .frame.frame1 .background {
          background: url("../../assets/images/fot/game8/imagens-tambem-mentem/frame1.svg") 50% 50% no-repeat;
          width: 163px;
          height: 193px; }
        #page-imagens-tambem-mentem .image-list .frame.frame1 img {
          top: 6.6%;
          left: 8.2%;
          width: 77.3%;
          height: 80.8%; }
      #page-imagens-tambem-mentem .image-list .frame.frame2 {
        top: 60px;
        right: 0; }
        #page-imagens-tambem-mentem .image-list .frame.frame2 .background {
          background: url("../../assets/images/fot/game8/imagens-tambem-mentem/frame2.svg") 50% 50% no-repeat;
          width: 167px;
          height: 188px; }
        #page-imagens-tambem-mentem .image-list .frame.frame2 img {
          top: 11.5%;
          left: 13.0%;
          width: 69.2%;
          height: 73.5%; }
        #page-imagens-tambem-mentem .image-list .frame.frame2 .star {
          position: absolute;
          left: -4px; }
      #page-imagens-tambem-mentem .image-list .frame.frame3 {
        top: 120px;
        left: 0;
        right: 0;
        width: 165px;
        height: 202px;
        margin: auto; }
        #page-imagens-tambem-mentem .image-list .frame.frame3 .background {
          background: url("../../assets/images/fot/game8/imagens-tambem-mentem/frame3.svg") 50% 50% no-repeat;
          width: 165px;
          height: 202px; }
        @media screen and (max-width: 540px) {
          #page-imagens-tambem-mentem .image-list .frame.frame3 {
            top: 240px; } }
        #page-imagens-tambem-mentem .image-list .frame.frame3 img {
          top: 8.2%;
          left: 10.0%;
          width: 75%;
          height: 80%;
          clip-path: ellipse(50% 50% at 50% 50%);
          transform: rotate(3deg); }
        #page-imagens-tambem-mentem .image-list .frame.frame3 .star {
          position: absolute;
          left: -5px; }
      #page-imagens-tambem-mentem .image-list .frame.frame4 {
        top: 290px;
        left: 0; }
        #page-imagens-tambem-mentem .image-list .frame.frame4 .background {
          background: url("../../assets/images/fot/game8/imagens-tambem-mentem/frame4.svg") 50% 50% no-repeat;
          width: 179px;
          height: 208px; }
        @media screen and (max-width: 540px) {
          #page-imagens-tambem-mentem .image-list .frame.frame4 {
            top: 440px; } }
        #page-imagens-tambem-mentem .image-list .frame.frame4 img {
          top: 9.1%;
          left: 11.0%;
          width: 73.2%;
          height: 77.4%; }
        #page-imagens-tambem-mentem .image-list .frame.frame4 .star {
          position: absolute;
          left: -4px; }
      #page-imagens-tambem-mentem .image-list .frame.frame5 {
        top: 320px;
        right: 50px; }
        #page-imagens-tambem-mentem .image-list .frame.frame5 .background {
          background: url("../../assets/images/fot/game8/imagens-tambem-mentem/frame5.svg") 50% 50% no-repeat;
          width: 165px;
          height: 193px; }
        @media screen and (max-width: 540px) {
          #page-imagens-tambem-mentem .image-list .frame.frame5 {
            top: 470px;
            right: 10px; } }
        #page-imagens-tambem-mentem .image-list .frame.frame5 img {
          top: 5.8%;
          left: 6.5%;
          width: 81.2%;
          height: 83.3%; }
        #page-imagens-tambem-mentem .image-list .frame.frame5 .star {
          position: absolute;
          left: -3px; }
    #page-imagens-tambem-mentem .image-list .tooltip {
      display: none;
      margin-left: 50px;
      position: absolute;
      top: 10%;
      left: 10%;
      width: 195px;
      padding: 15px;
      background-color: #fff;
      filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.2));
      z-index: 12; }
      @media screen and (max-width: 767px) {
        #page-imagens-tambem-mentem .image-list .tooltip {
          width: 195px; } }
      #page-imagens-tambem-mentem .image-list .tooltip:after {
        content: "";
        position: absolute;
        bottom: -29px;
        left: 30px;
        width: 40px;
        height: 30px;
        background-color: #fff;
        clip-path: polygon(100% 0, 33% 0, 0 100%); }
      #page-imagens-tambem-mentem .image-list .tooltip.right {
        margin-left: -40px; }
        @media screen and (max-width: 767px) {
          #page-imagens-tambem-mentem .image-list .tooltip.right {
            margin-left: -90px; } }
        #page-imagens-tambem-mentem .image-list .tooltip.right:after {
          left: auto;
          right: 90px;
          clip-path: polygon(78% 0, 31% 0, 100% 100%); }
          @media screen and (max-width: 767px) {
            #page-imagens-tambem-mentem .image-list .tooltip.right:after {
              right: 35px; } }
      #page-imagens-tambem-mentem .image-list .tooltip span {
        position: relative;
        font-size: 1.5rem;
        line-height: 2.0rem;
        font-family: "Montserrat-Bold";
        color: #244aa1; }

#page-imagens-tambem-mentem-detail {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #page-imagens-tambem-mentem-detail {
      padding-top: 90px;
      padding-bottom: 30px; } }
  #page-imagens-tambem-mentem-detail .header .menu-button {
    display: none; }
  #page-imagens-tambem-mentem-detail .header-cloud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("../../assets/images/fot/game8/header-cloud.svg") 50% 50% no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    max-width: 920px;
    height: 330px;
    margin: auto;
    z-index: 0; }
  #page-imagens-tambem-mentem-detail .images-lie-button {
    display: block;
    background: url("../../assets/images/fot/game8/landing/ImagesLie.svg") 50% 50% no-repeat;
    width: 233px;
    height: 130px;
    margin: auto; }
  #page-imagens-tambem-mentem-detail .back {
    position: absolute;
    top: 100px;
    left: 30px;
    background: url("../../assets/images/fot/game8/detetive-fake-news/back.svg") 50% 50% no-repeat;
    width: 27px;
    height: 26px;
    z-index: 10; }
    @media screen and (max-width: 560px) {
      #page-imagens-tambem-mentem-detail .back {
        top: 100px; } }
  #page-imagens-tambem-mentem-detail .frame {
    position: relative;
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 540px; }
    #page-imagens-tambem-mentem-detail .frame img,
    #page-imagens-tambem-mentem-detail .frame .keypoints {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      #page-imagens-tambem-mentem-detail .frame img .hitarea,
      #page-imagens-tambem-mentem-detail .frame .keypoints .hitarea {
        width: 100%;
        height: 100%; }
    #page-imagens-tambem-mentem-detail .frame .tooltip {
      display: none;
      margin-bottom: 50px;
      margin-left: -20px;
      position: absolute;
      bottom: 10%;
      left: 10%;
      width: 250px;
      padding: 15px;
      background-color: #fff;
      filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.2));
      z-index: 12; }
      @media screen and (max-width: 767px) {
        #page-imagens-tambem-mentem-detail .frame .tooltip {
          width: 195px; } }
      #page-imagens-tambem-mentem-detail .frame .tooltip:after {
        content: "";
        position: absolute;
        bottom: -29px;
        left: 30px;
        width: 40px;
        height: 30px;
        background-color: #fff;
        clip-path: polygon(100% 0, 33% 0, 0 100%); }
      #page-imagens-tambem-mentem-detail .frame .tooltip.right {
        margin-left: -170px; }
        #page-imagens-tambem-mentem-detail .frame .tooltip.right:after {
          left: auto;
          right: 90px;
          clip-path: polygon(78% 0, 31% 0, 100% 100%); }
          @media screen and (max-width: 767px) {
            #page-imagens-tambem-mentem-detail .frame .tooltip.right:after {
              right: 35px; } }
      #page-imagens-tambem-mentem-detail .frame .tooltip span {
        position: relative;
        font-size: 1.5rem;
        line-height: 2.0rem;
        font-family: "Montserrat-Bold";
        color: #244aa1; }
    #page-imagens-tambem-mentem-detail .frame .keypoint-item {
      position: absolute;
      height: 1px;
      width: 1px;
      cursor: pointer; }
      #page-imagens-tambem-mentem-detail .frame .keypoint-item:before {
        content: "";
        position: absolute;
        left: -20px;
        top: -20px;
        height: 40px;
        width: 40px;
        background-color: rgba(49, 49, 49, 0.5);
        border-radius: 50%; }
      #page-imagens-tambem-mentem-detail .frame .keypoint-item:after {
        content: "";
        position: absolute;
        left: -10px;
        top: -10px;
        height: 20px;
        width: 20px;
        background-color: #ff7800;
        border: 2px solid #ffff00;
        border-radius: 50%; }
    #page-imagens-tambem-mentem-detail .frame.frame1 {
      background: url("../../assets/images/fot/game8/imagens-tambem-mentem/frame1.svg") 50% 50% no-repeat;
      width: 100%;
      height: 640px; }
      @media screen and (max-width: 560px) {
        #page-imagens-tambem-mentem-detail .frame.frame1 {
          height: auto;
          padding-bottom: 118%; } }
      #page-imagens-tambem-mentem-detail .frame.frame1 img,
      #page-imagens-tambem-mentem-detail .frame.frame1 .keypoints {
        top: 6.6%;
        left: 8.2%;
        width: 77.3%;
        height: 80.8%; }
    #page-imagens-tambem-mentem-detail .frame.frame2 {
      background: url("../../assets/images/fot/game8/imagens-tambem-mentem/frame2.svg") 50% 50% no-repeat;
      /*width: 153px;
      height: 195px;*/
      width: 100%;
      height: 608px; }
      @media screen and (max-width: 560px) {
        #page-imagens-tambem-mentem-detail .frame.frame2 {
          height: auto;
          padding-bottom: 113%; } }
      #page-imagens-tambem-mentem-detail .frame.frame2 img,
      #page-imagens-tambem-mentem-detail .frame.frame2 .keypoints {
        top: 11.5%;
        left: 13.0%;
        width: 69.2%;
        height: 73.5%; }
    #page-imagens-tambem-mentem-detail .frame.frame3 {
      background: url("../../assets/images/fot/game8/imagens-tambem-mentem/frame3.svg") 50% 50% no-repeat;
      /*width: 157px;
      height: 218px;*/
      width: 100%;
      height: 661px; }
      @media screen and (max-width: 560px) {
        #page-imagens-tambem-mentem-detail .frame.frame3 {
          height: auto;
          padding-bottom: 122%; } }
      #page-imagens-tambem-mentem-detail .frame.frame3 img,
      #page-imagens-tambem-mentem-detail .frame.frame3 .keypoints {
        top: 8.2%;
        left: 10.0%;
        width: 75%;
        height: 80%; }
      #page-imagens-tambem-mentem-detail .frame.frame3 img {
        clip-path: ellipse(50% 50% at 50% 50%);
        transform: rotate(3deg); }
    #page-imagens-tambem-mentem-detail .frame.frame4 {
      background: url("../../assets/images/fot/game8/imagens-tambem-mentem/frame4.svg") 50% 50% no-repeat;
      /*width: 163px;
      height: 215px;*/
      width: 100%;
      height: 627px; }
      @media screen and (max-width: 560px) {
        #page-imagens-tambem-mentem-detail .frame.frame4 {
          height: auto;
          padding-bottom: 116%; } }
      #page-imagens-tambem-mentem-detail .frame.frame4 img,
      #page-imagens-tambem-mentem-detail .frame.frame4 .keypoints {
        top: 9.1%;
        left: 11.0%;
        width: 73.2%;
        height: 77.4%; }
    #page-imagens-tambem-mentem-detail .frame.frame5 {
      background: url("../../assets/images/fot/game8/imagens-tambem-mentem/frame5.svg") 50% 50% no-repeat;
      /*width: 145px;
      height: 192px;*/
      width: 100%;
      height: 632px; }
      @media screen and (max-width: 560px) {
        #page-imagens-tambem-mentem-detail .frame.frame5 {
          height: auto;
          padding-bottom: 117%; } }
      #page-imagens-tambem-mentem-detail .frame.frame5 img,
      #page-imagens-tambem-mentem-detail .frame.frame5 .keypoints {
        top: 5.8%;
        left: 6.5%;
        width: 81.2%;
        height: 83.3%; }
  #page-imagens-tambem-mentem-detail .text {
    max-width: 840px;
    margin: 30px auto 0 auto;
    padding: 0 50px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-family: 'Montserrat-Regular';
    color: #244aa1; }
    @media screen and (max-width: 767px) {
      #page-imagens-tambem-mentem-detail .text {
        padding: 0 20px; } }
    #page-imagens-tambem-mentem-detail .text p {
      font-size: 1.6rem;
      font-family: 'Montserrat-Regular'; }
    #page-imagens-tambem-mentem-detail .text b {
      font-family: "Montserrat-Bold";
      font-weight: normal; }
      #page-imagens-tambem-mentem-detail .text b p {
        font-family: "Montserrat-Bold";
        font-weight: normal; }
    #page-imagens-tambem-mentem-detail .text a {
      text-decoration: underline; }

body,
html {
  height: 100%;
  background-color: #a4dfe5;
  font-family: "Montserrat-Regular", "Arial", "sans-serif";
  color: #333333; }
