/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&display=swap');
@font-face {
    font-family: fanta_f;
    src: url('../../static/Font/fanta_regular_by_pependejo-dbvx61f.ttf');
    font-weight:100;
    font-weight:normal;
  }*/
  body,
  html {
      margin: 0;
      height: 100vh;
      overflow: hidden;
      position: relative;
  }
  
  canvas {
      margin: 0px !important;
  }
  
  #content {
      height: 100vh;
      width: min(550px, 100vw);
      margin: 0 auto;
      position: relative;
      overflow: hidden;
  }
  
  @media screen and (max-width: 450px) {
  
      body,
      html {
          margin: 0;
          height: 100vh;
          overflow: hidden;
      }
  
      #content {
          height: 100vh;
          width: min(550px, 100vw);
          margin: 0 auto;
          position: relative;
          overflow: hidden;
      }
  }
  
  .intro {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: url('../img/assets/Intro.png');
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1;
      animation: showAnim .5s forwards;
  }
  
  .intro img {
      position: absolute;
      top: 78%;
      right: 0;
      left: 0;
      margin: 0 auto;
      padding-left: 0px;
      cursor: pointer;
      height: 15vw;
      max-height: 65px;
  }
  
  .layout {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: black;
      z-index: -1;
  }
  
  .layout.play {
      animation: playLayout 1.5s forwards;
  }
  
  .temp {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: url('../img/assets/temp.png');
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 1;
  }
  
  .dblHoriz {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      overflow: hidden;
      z-index: 1;
      transition: transform .5s;
  }
  
  .dblHoriz.scale {
      transform: scale(1.1);
  }
  
  .dblClick,
  .choice {
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url('../img/assets/dblClick.png');
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 1;
  }
  
  .dblClick {
      background-image: url('../img/assets/dblClick.png');
      transition: .5s ease-in;
  }
  
  .choice {
      left: 100%;
      right: -100%;
      background-image: url('../img/assets/choice.png');
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .5s ease-in;
  }
  
  .choice img {
      height: 13vw;
      max-height: 65px;
      margin: 10px;
      margin-top: 70px;
      cursor: pointer;
      transition: .5s;
  }
  
  .choice img:hover {
      transform: scale(1.1);
  }
  
  .dblHoriz.moved .dblClick {
      left: -100%;
      right: 100%;
  }
  
  .dblHoriz.moved .choice {
      left: 0;
      right: 0;
  }
  
  div.show {
      animation: showDiv 1.5s forwards;
  }
  
  div.hide {
      animation: hideDiv 1.5s forwards;
  }
  
  .choiceRes {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0%;
      overflow: hidden;
      z-index: 1;
      transition: opacity 1s 0s, transform 1s 0.5s;
  }
  
  .choiceRes.reveal {
      opacity: 1;
      height: 100%;
  
  }
  
  .choice1Btl {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('../img/assets/choice1-1.png');
      background-size: 130% 100%;
      background-position: center;
      background-repeat: no-repeat;
      transition: opacity .3s;
  }
  
  #choice1Btl11 {
      background-image: url('../img/assets/choice1-1.png');
  }
  
  #choice1Btl21 {
      background-image: url('../img/assets/choice2-1.png');
  }
  
  #choice1Btl31 {
      background-image: url('../img/assets/choice3-1.png');
  }
  
  .choice1Btl:not(:first-child) {
      opacity: 0;
  }
  
  .choice1Btl.reveal {
      opacity: 1 !important;
  }
  
  .outro {
      opacity: 1;
      position: absolute;
      top: 100%;
      left: 0;
      bottom: -100%;
      right: 0;
      background-image: url('../img/assets/aboutro1.png');
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 10000;
      transition: 1.5s;
  }
  
  .outro.reveal {
      top: 0;
      bottom: 0;
  }
  
  .swipInd {
      opacity: 0;
      position: absolute;
      top: 20%;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: -1;
      padding-left: 30px;
      transition: opacity .5s .5s;
  }
  
  .swipInd.reveal {
      opacity: 1;
      z-index: 1000;
  }
  
  .outroBtn {
      opacity: 0;
      position: absolute;
      bottom: -5%;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 15vw;
      max-height: 65px;
      z-index: 1000;
      transition: 1.5s;
  }
  
  .outroBtn.reveal {
      opacity: 1;
      bottom: 25%;
  }
  
  
  @keyframes playLayout {
      0% {
          z-index: 1000;
          opacity: 0;
      }
  
      50% {
          z-index: 1000;
          opacity: .9;
      }
  
      99% {
          z-index: 1000;
          opacity: 0;
      }
  
      100% {
          z-index: -1;
          opacity: 0;
      }
  }
  
  @keyframes showDiv {
      0% {
          opacity: 0;
      }
  
      100% {
          opacity: 1;
          z-index: 10;
      }
  }
  
  @keyframes hideDiv {
      0% {
          opacity: 1;
      }
  
      99% {
          opacity: 0;
      }
  
      100% {
          z-index: -1;
          opacity: 0;
          display: none;
      }
  }
  
  @keyframes showAnim {
      from {
          opacity: 0;
          z-index: 100;
      }
  
      to {
          z-index: 100;
          opacity: 1;
      }
  }
  
  @keyframes showAnim2 {
      from {
          opacity: 0;
          z-index: 50;
      }
  
      to {
          z-index: 50;
          opacity: 1;
      }
  }