@font-face {
  font-family: uniwarsrg;
  font-style: normal;
  font-weight: normal;
  src: url("../css/fonts/uniwarsrg-bolditalic.eot") format("eot"),
       url("../css/fonts/uniwarsrg-bolditalic.otf") format("otf"),
       url("../css/fonts/uniwarsrg-bolditalic.woff") format("woff"),
       url("../css/fonts/uniwarsrg-bolditalic.ttf") format("truetype"),
       url("../css/fonts/uniwarsrg-bolditalic.svg#uniwarsrg-bolditalic") format("svg");
}
@font-face {
  font-family: stainlessext-bold;
  font-style: normal;
  font-weight: normal;
  src: url("../css/fonts/StainlessExt-Bold.eot") format("eot"),
       url("../css/fonts/StainlessExt-Bold.woff") format("woff"),
       url("../css/fonts/StainlessExt-Bold.ttf") format("truetype"),
       url("../css/fonts/StainlessExt-Bold.svg#StainlessExt-Bold") format("svg");
}
@font-face {
  font-family: stainless;
  font-style: normal;
  font-weight: normal;
  src: url("../css/fonts/Stainless-Regular.eot") format("eot"),
       url("../css/fonts/Stainless-Regular.woff") format("woff"),
       url("../css/fonts/Stainless-Regular.ttf") format("truetype"),
       url("../css/fonts/Stainless-Regular.svg#Stainless-Regular") format("svg");
}

body {
  height: 100vh;
  margin: 0px;
  font-family: 'stainless', sans-serif;
  background: url(../assets/images/bgSite.jpg) no-repeat top;
  background-color: #003a81;
  background-size: cover;
  overflow: hidden;
}
#preloader {
  background-color:#000;
  width:100%;
  height:700px;
  position:absolute;
  z-index:1000;
  top: 0px;
}
#preloader p {font-family: 'uniwarsrg', sans-serif; color: darkgray; text-align: center; margin-top: 120px}
#preloadBall {
  width: 250px;
  position:relative;
  top:150px;
  margin: 0 auto;
}
#preloadBall img {width:250px;}
#preload3 {
  width: 250px;
  height: 250px;
  background: url('../assets/images/preload/preloader3.png') no-repeat center;
  background-size: 100%;
  position: absolute;
}

nav ul {
  font-family: 'stainlessext-bold', sans-serif;
  width: 900px;
  margin: 0px auto;
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul li {
  text-decoration: none;
  list-style: none;
}

nav ul li {
  margin-left: 5px;
  text-shadow: 2px 0 0 #303030, -2px 0 0 #303030, 0 2px 0 #303030, 0 -2px 0 #303030, 1px 1px #303030, -1px -1px 0 #303030, 1px -1px 0 #303030, -1px 1px 0 #303030;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 90;
}

.flex, .flexColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#imgTransition {
  left: 600px;
  top: 0px;
  width: 100%;
  height: 700px;
  position: absolute;
  z-index: 110;
}

#bgMenu1{
  width: 100%;
  height: 150px;
  position: absolute;
  z-index: 190;
  background: url('../assets/images/bgMenu1.png') no-repeat bottom;
  background-size: 75%;
  top: -20px;
}

#bgMenu2{
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 189;
  top:-20px;
  background: url('../assets/images/bgMenu2.png') no-repeat bottom;
}

#logoMax{
  width: 200px;
  height: 130px;
  background: url('../assets/images/logoSteel.png') no-repeat bottom;
  background-size: 100%;
}

.btnMenu {
  width: 204px;
  height: 140px;
  background: url('../assets/images/btnMenu.png') no-repeat center;
  background-size: 100%;
  cursor: pointer;
  text-align: center;
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btnMenu:hover {
  background-image: url('../assets/images/btnMenuHover.png');
  color: #0086cd;
  font-weight: bold;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}

div.btnMenu span, div.btnTrivia span {display: block; padding-top: 38px;}

.btnTrivia{
  width: 204px;
  height: 95px;
  background: url('../assets/images/btnMenu2.png') no-repeat bottom;
  background-size: 100%;
  cursor: pointer;
  text-align: center;
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.btnTrivia:hover {
  background-image: url('../assets/images/btnMenuHover2.png');
  color: #0086cd;
  font-weight: bold;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}

#videoTrailer{
  width: 687px;
  height: 370px;
  margin: 0 auto;
  background-color: black;
  box-shadow: 0px 0px 50px rgba(54, 247, 255, 0.9);
  position: relative;
  z-index: 11;
}

.bgTrailer {
  width: 100%;
  height: 700px;
  background: url('../assets/images/bgSectionTrailer.png') no-repeat top;
  position: absolute;
  top: -180px;
  z-index: 1;
}

section#trailer {margin: 40px auto;}

video {
  width: 687px;
  height: 370px;
  position: relative;
  z-index: 12;
}

#buttonsPlayer {
  width: 687px;
  height: 90px;
  margin: 0 auto;
  background: url('../assets/images/borderVideo.png') no-repeat top;
  position: relative;
  bottom: 20px;
}
#buttonsPlayer div.flex {width: 150px; margin: 0 auto;}

#btnPlay {
  width: 60px;
  height: 65px;
  background: url('../assets/images/btnPlay.png') no-repeat;
  position: relative;
  z-index: 15;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

#btnPause {
  width: 49px;
  height: 60px;
  margin-left: 26px;
  background: url('../assets/images/btnPause.png') no-repeat bottom;
  position: relative;
  z-index: 15;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

#btnPause:hover {background-image: url('../assets/images/btnPauseHover.png');}
#btnPlay:hover {background-image: url('../assets/images/btnPlayHover.png');}

#sword {
  top: 288px;
  position: absolute;
  z-index: 90;
}


/* section trivia */
.centerTop {
  position: absolute;
  width: 100%;
  top: 120px;
}
.centerTop1 {
  position: absolute;
  width: 100%;
  top: 75px;
}
.centerTop2 {
  position: absolute;
  width: 100%;
  top: 130px;
}
.centerTop3{
  position: absolute;
  width: 100%;
  top: 150px;
}
section#trivia h1 {
  font-family: 'uniwarsrg', sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  margin-top: 160px;
  position: relative;
  z-index: 10;
}

#backSplash {
  width: 53%;
  height: 300px;
  position: absolute;
  top: 200px;
  left: 22vw;
  background-color: white;
  border-radius: 5px;
  z-index: 9;
  -webkit-transform: rotate(15deg) skew(-15deg, -15deg);
          transform: rotate(15deg) skew(-15deg, -15deg)
}

#btnGo {
  width: 213px;
  height: 83px;
  margin: 0 auto;
  font-family: 'uniwarsrg', sans-serif;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: white;
  text-align: center;
  background: url('../assets/images/btnGo.png') no-repeat;
  position: relative;
  z-index: 12;
  cursor: pointer;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
#btnGo:hover {
  background-image: url('../assets/images/btnGoHover.png');
  transform: translate(0px, -5px);
  text-shadow: 0px 0px 15px rgb(255, 255, 255);
}
div#btnGo p {padding-top: 18px;}

#tigerSteel {
  width: 43%;
  height: 700px;
  position: absolute;
  z-index: 15;
  top: 0px;
  background: url('../assets/images/tigerSteel.png') no-repeat top right;
  background-size: 800px;
}

#cytron {
  width: 35%;
  height: 700px;
  position: absolute;
  z-index: 15;
  top: 0px;
  right: 0px;
  background: url('../assets/images/cytroSteel.png') no-repeat bottom left;
  background-size: 600px;
}

/*game trivia*/
#bgTrapCyan {
  width: 28vw;
  height: 400px;
  margin-top: 20px;
  background-color: #00c5f7;
  position: absolute;
  z-index: 10;
}

#contGame {
  width: 900px;
  height: 440px;
  margin: 0 auto;
  background: url('../assets/images/bgTrapWhite.png') no-repeat;
  position: relative;
  z-index: 11;
}

#imgCaptures {
  width: 500px;
  height: 400px;
  position: absolute;
  top: 20px;
  left: -280px;
}
#questionnaire {
  width: 75%;
  height: 400px;
  display: block;
  position: absolute;
  left: 95px;
  top: 20px;
}

#question {
  width: 85%;
  height: 15%;
  padding: 5px;
  margin-left: 160px;
  color: #0a59a6;
}

span#numberQuest{
  width: 50px;
  font-size: 2.8rem;
  margin-right: 30px;
  text-shadow: 2px 0 0 #40c3f1, -2px 0 0 #40c3f1, 0 2px 0 #40c3f1, 0 -2px 0 #40c3f1, 1px 1px #40c3f1, -1px -1px 0 #40c3f1, 1px -1px 0 #40c3f1, -1px 1px 0 #40c3f1;
}

span#quest {
  font-size: 1.4rem;
  text-shadow: 2px 0 0 #dbeefc, -2px 0 0 #dbeefc, 0 2px 0 #dbeefc, 0 -2px 0 #dbeefc, 1px 1px #dbeefc, -1px -1px 0 #dbeefc, 1px -1px 0 #dbeefc, -1px 1px 0 #dbeefc;
}

div#answers div{
  font-size: 1.2rem;
  color: #103153;
  background: url('../assets/images/optTrivia.png') no-repeat;
  background-size: cover;
  cursor: pointer;
  display: table;
}

div#answers div:hover {background-image: url('../assets/images/optTriviaHov.png');}

#answers div span{
  width: 70%;
  padding: 22px 45px;
  display: table-cell;
  vertical-align: middle;
}

#answers div p{
  width: 72%;
  padding: 10px 10px 10px 40px;
  margin: 0px 0px 0px 10px;
  display: table-cell;
  vertical-align: middle;
}

#ans0 {width:95%; height:66px; margin-left:163px;}
#ans1 {width:95%; height:66px; margin-left:130px;}
#ans2 {width:95%; height:66px; margin-left:97px;}
#ans3 {width:95%; height:66px; margin-left:65px;}
#ans4 {width:95%; height:66px; margin-left:33px;}

#titleResult {
  width: 40%;
  margin: 0px auto;
  padding-top: 100px;
  text-align: center;
  font-size: 2.3rem;
  color: #1b2c34;
  display: block
}

span#titleResult p {font-size: 1.2rem; padding-top: 40px;}

#preResult {
  width: 87px;
  height: 81px;
  margin: 0 auto;
  background: url('assets/images/preResult.png') no-repeat;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
/*animation for img "loading"*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes fadeIn {
  from {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}

  to {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
}
/*finish animation load*/

#characResultImg {
  width: 440px;
  height: 430px;
  left: -200px;
  position: absolute;
}
#resultCont {
  width: 510px;
  margin-left: 240px;
  padding-top: 30px;
  text-align: center;
}

#youAreLike {letter-spacing: 1rem; text-transform: uppercase;}
#characResultName {font-family: 'uniwarsrg', sans-serif;font-size: 2.5rem; margin: 0px; color: #00628d;}

#textResult {text-align: left;}

#btnDownload, #btnPlayAgain {
  width: 288px;
  height: 60px;
  font-size: 1.1rem;
  font-family: 'uniwarsrg', sans-serif;
  color: white;
  position: absolute;
  background: url('../assets/images/btnTriviafinish.png') no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}

#btnDownload:hover, #btnPlayAgain:hover{
  background-image: url('../assets/images/btnTriviafinisHover.png');
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}

#btnDownload { bottom: 10px; left: 130px;}
#btnPlayAgain {bottom: 10px; left: 420px;}
#btnDownload span {
  margin-left: 50px;
  margin-top: 12px;
  display: block;
}
#btnPlayAgain span {
  margin-left: 20px;
  margin-top: 12px;
  display: block;
}

#bgGame {
  width: 100%;
  height: 700px;
  background: url('../assets/images/bgGame.png') no-repeat center;
  position: absolute;
  top: 0px;
  z-index: 1;
}

#comingSoon {
  width: 100%;
  font-size: 2rem;
  font-family: 'uniwarsrg', sans-serif;
  color: white;
  text-align: center;
  position: absolute;
  top: 600px;
  z-index: 10;
  text-shadow: 2px 0 0 #0775ab, -2px 0 0 #0775ab, 0 2px 0 #0775ab, 0 -2px 0 #0775ab, 1px 1px #0775ab, -1px -1px 0 #0775ab, 1px -1px 0 #0775ab, -1px 1px 0 #0775ab;
}

div.imgHid img{display: none;}

#logoMobile, header, #mainSlide {display: none;}

#Cocos2dGameContainer{
	border: solid 6px white;
}

/* videos for games */
#videoGame0, #videoGame1 {
  width: 922px;
  height: 520px;
  position: relative;
  z-index: 12;
  left: -5px;
  top: 2px;
}
#btnSkipVidGame0, #btnSkipVidGame1 {
  width: 224px;
  height: 52px;
  background: url('../assets/images/btnSkip.png') no-repeat center;
  position: relative;
  top: -60px;
  z-index: 15;
  opacity: 0.7;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

#btnSkipVidGame0:hover, #btnSkipVidGame1:hover {
  background: url('../assets/images/btnSkipHover.png') no-repeat center;
  opacity: 1;
}

#loadingCocos {
  width: 100%;
  position: absolute;
}

canvas {
  background:  url('../game/res/bg.png') center, no-repeat;
  background-size: cover;
  position: relative;
}

.mobVisible {
  display: none;
}
.wrapperGame {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  body {
    font-family: 'uniwarsrg', sans-serif;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .wrapper {
    overflow-x: hidden;
  }
  .mobVisible {
    display: block;
  }
  section#trailer, section#trivia, section#game, section#vidGame0, section#vidGame1, .bgMenu1, .bgMenu2, article#splashTrivia, #gameResult {
    overflow: hidden;
    width: 100%;
  }
  section#trivia {
    height: 690px;
  }
  #game {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  #preloader {
    height: 120vh;
  }

  #logoMax {
    width: 100%;
    height: 80px;
    top: 90px;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 200;
  }
  #imgTransition, #bgMenu1, #sword, .bgTrailer{display: none;}
  #bgMenu2 {
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center;
  }
  nav {display: none;}
  .centerTop {
    top: 240px;
  }
  .centerTop1 {top: 15vh;}
  .centerTop3 {position: relative; top: 40px;}
  section#trailer {margin: 0 auto;}
  video {width: 100%; height: auto}
  #videoTrailer {
    width: 95%;
    height: auto;
    margin-top: 25px;
  }
  #buttonsPlayer {
    width: 95%;
    bottom: 0px;
    background-position: bottom;
  }
  #mainSlide {
    width: 70%;
    margin: 15px auto;
    position: relative;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #btnSectionPrev {
    width: 20%;
    height: auto;
    background: url('../assets/images/btnSectionPrev.png') no-repeat;
    background-size: 100%;
    position: relative;
  }
  .btnHidden {display: none;}
  #sectionPrevFx, #sectionNextFx {
    width: 100%;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
  }
  #btnSectionNext {
    width: 20%;
    height: auto;
    background: url('../assets/images/btnSectionNext.png') no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
  }
  #btnSectionPrev, #btnSectionNext {
    z-index: 200;
  }
  header {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    text-align: center;
    display: block;
  }
  #cytron {display: none;}
  #tigerSteel {
    width: 67%;
    margin-top: 5vh;
    left: -20%;
    background-size: 100%;
    position: relative;
  }
  #backSplash {
    width: 100%;
    left: 0px;
    top: 110px;
  }
  .centerTop2 {top: 120px;}
  section#trivia h1 {
    width: 60%;
    margin: 0 auto;
    margin-right: 0px;
    font-size: 1.2rem;
    text-align: left;
  }
  #btnGo {
    width: 170px;
    height: 65px;
    background-size: 100%;
    font-size: 1.4rem;
    margin-left: 42%;
  }
  #imgCaptures,#bgTrapCyan {display: none;}
  #contGame {
    width: 100%;
    height: auto;
    background: none;
    margin-top: 5px;
  }
  #questionnaire {
    width: 96%;
    margin: 0 auto;
    left: 0px;
    top: 0px;
    background-color: white;
    border-radius: 5px;
    position: relative;
  }
  #question {margin: 0 auto; width: 90%; display: table;}
  span#numberQuest {
    display: table-cell;
    vertical-align: middle;
  }
  span#quest {
    width: 75%;
    font-size: 1.3rem;
    font-family: 'stainless', Helvetica, Arial, sans-serif;
    color: gray;
    text-shadow: none;
    display: table-cell;
    vertical-align: middle;
  }
  #ans0,
  #ans1,
  #ans2,
  #ans3,
  #ans4 {
    width:100%;
    height:80px;
    margin-left:0px;
    margin-top: 0px;
    border-top: 1px solid white;
  }
  div#answers div {
    height: 58px;
    font-size: 1rem;
    font-family: 'stainless';
    background-color: #5eb2ff;
    background-image: none;
  }
  div#answers div:hover {background-color: #5eb2ff; background-image: none;}
  div#answers div:nth-child(5){border-radius: 0px 0px 5px 5px;}
  #answers div p {width: 83%;}
  #titleResult {
    width: 90%;
    height: 400px;
    font-size: 2rem;
    background-color: white;
    border-radius: 5px 0px 5px 0px;
  }
  #resultCont {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 15px 0px 35px 15px;
    background-color: white;
    border-radius: 5px;
  }
  #textResult {
    width: 50%;
    margin-left: 0px;
    font-family: 'stainless', Helvetica, Arial, sans-serif;
    font-size: 1rem;
  }
  #btnPlayAgain {top: -50px;}
  #btnDownload {top: -25px;}
  #btnPlayAgain, #btnDownload {
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    position: relative;
  }
  #btnDownload span,  #btnPlayAgain span {padding: 11px 0px;}
  #btnPlayAgain:hover, #btnDownload:hover {background: url('../assets/images/btnTriviafinish.png') no-repeat;}
  #characResultImg {
    width: 250px;
    height: 250px;
    left: 0px;
    margin: 0 auto;
    position: relative;
  }

  #characResultImg img {width: 280px;}
  #bgGame {
    background: url('../assets/images/bgGameMob.png') no-repeat center;
    background-size: cover;
  }
  #comingSoon {top: 110vh; background-color: rgba(0,0,0,0.7);}
  div#titleSection {
    width: 60%;
    height: 40px;
    font-size: 1.2rem;
    color: #008dd3;
    font-family: 'stainlessext-bold';
    text-transform: uppercase;
    top: 30px;
    text-align: center;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    position: relative;
    z-index: 100;
  }
  #tecnoInfect {
    width: 100%;
    height: 90px;
    background: url('../assets/images/infectionTitle.png') center no-repeat;
    background-size: 340px;
    position: absolute;
    z-index: 10;
    top: 86vh;
  }
  #youAreLike {font-size: 0.8rem; letter-spacing: 0.2rem;}

  #Cocos2dGameContainer {border: none;}
  /*#videoGame0, #videoGame1 {position: absolute;}*/
  #game {
    width: 100%;
    top: 180px;
    position: absolute;
  }
  #vidGame0, #vidGame1 {position: absolute; top: 140px;}
  #vidGame0 video, #vidGame1 video {
    max-width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
  }
  #btnSkipVidGame0, #btnSkipVidGame1 {
    top: -80px;
  }
  #rotateMessage {
    width: 100%;
    height: 62vw;
    background: url(../assets/images/rotateDevice.jpg) no-repeat center;
    background-size: 100%;
    background-color: black;
    position: absolute;
    top: 170px;
    z-index: 100;
  }
  .wrapperGame {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px){
  #logoMax {
    height: 65px;
    top: 90px;
  }
  #preloadBall {
    top: 12vh;
  }
  #preloader p {
    margin-top: 50px;
  }
  #contGame {
    margin-top: 85px;
    height: 570px;
  }
  .mobHidden {
    display: none;
  }
  #btnPlayAgain, #btnDownload {position: relative;}
  #btnPlayAgain {top: -50px;}
  #btnDownload {top: -25px;}
}
@media screen and (max-width: 480px){
  section#trivia h1 {
    font-size: 1rem;
    text-align: left;
    margin-right: 20px;
  }
  #characResultImg {
    height: 250px;
  }
  #tigerSteel {
    width: 320px;
    height: 620px;
    left: 0px;
    margin: 0px;
    background-position: top right;
    background-size: 600px;
    position: relative;
  }
  #backSplash {
    height: 220px;
    top: 190px;
  }
  #game {
    top: 90px;
  }
}
@media screen and (max-width: 400px){
  #bgMenu2 {background-position: top;}
  .flex.flexColumn {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .centerTop1 {
    top: 5vh;
  }
  #tigerSteel {
    width: 210px;
    height: 410px;
    left: 0px;
    margin-top: 82px;
    background-size: 410px;
    background-position: top right;
  }
  #questionnaire {
    width: 96%;
    height: 490px;
    top: 40px;
  }
  #answers div p {
    width: 90%;
    padding: 10px 10px 10px 10px;
  }
  div#answers div {
    height: 75px;
    font-size: 0.9rem;
  }
  #answers div span {
    width: 90%;
    padding: 10px 10px;
  }
  #titleResult {
    width: 90%;
    font-size: 1.5rem;
  }
  #resultCont {
    width: 97%;
    height: 354px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px 35px 0px;
    background-color: white;
    border-radius: 5px;
  }
  #textResult {
    width: 92%;
    height: 110px;
    margin: 0 auto;
    overflow-y: scroll
  }
  #characResultName {font-size: 2rem}
  #characResultImg {
    width: 160px;
    height: 160px;
    margin-top: 0px;
    transform: scaleX(1);
  }
  #characResultImg img {width: 160px;}
  #bgGame {
    width: 800px;
    height: 680px;
    left: -200px;
    background-size: cover;
  }
  #comingSoon {top: 65vh; background-color: rgba(0,0,0,0.7);}
  #tecnoInfect {top: 50vh;}
  span#quest {font-size: 1rem;}
}
@media screen and (max-width: 375px){
  .centerTop2 {
    top: 30px;
  }
  #backSplash {
    top: 200px;
  }
  span#quest {
    width: 70%;
  }
  #game {
    top: 130px;
  }
}
@media screen and (max-width: 360px){
  body {
   height: 645px;
  }
  #mainSlide {
   width: 95%;
  }
  #backSplash {
    left: 22px;
    top: 200px;
    height: 260px;
  }
  .centerTop2 {
   top: 40px;
  }
  #questionnaire {
   top: 40px;
  }
  #comingSoon {top: 80vh; font-size: 1.5rem;}
  #tecnoInfect {top: 64vh;}
  #resultCont {height: 400px;}
}
@media only screen and (orientation:landscape) {
  body {
    overflow-x: hidden;
  }
}
