* {
  font-size: 16px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background-size: cover;
  background-position: center center;
}

body .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .logo-container img {
  width: 8%;
  margin: 1rem;
}

body canvas {
  border-radius: 1rem;
  display: block;
  width: 100%;
  height: 85vh;
  -webkit-box-shadow: rgba(0, 0, 0, 0.116) 0px 3px 6px, rgba(0, 0, 0, 0.178) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.116) 0px 3px 6px, rgba(0, 0, 0, 0.178) 0px 3px 6px;
}

body .girar-container .girar {
  display: none;
}

body .girar-container .girar-tablet {
  display: none;
}

@media only screen and (min-width: 360px) and (orientation: portrait) {
  body {
    background-image: url(../img/bg-mobile.png);
  }
  body .logo-container {
    display: none;
  }
  body canvas {
    display: none;
  }
  body .girar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .girar-container .girar {
    display: block;
    width: 100%;
    border-radius: 1rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.116) 0px 3px 6px, rgba(0, 0, 0, 0.178) 0px 3px 6px;
            box-shadow: rgba(0, 0, 0, 0.116) 0px 3px 6px, rgba(0, 0, 0, 0.178) 0px 3px 6px;
  }
  body .girar-container .girar-tablet {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (orientation: landscape) {
  body {
    background-image: url(../img/bg-mobile.png);
  }
  body .logo-container {
    display: none;
  }
  body canvas {
    display: block;
  }
  body .girar-container .girar {
    display: none;
  }
  body .girar-container .girar-tablet {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  body {
    background-image: url(../img/bg-tablet.png);
  }
  body .logo-container {
    display: none;
  }
  body canvas {
    display: none;
  }
  body .girar-container .girar {
    display: none;
  }
  body .girar-container .girar-tablet {
    display: block;
    width: 100%;
    border-radius: 1rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.116) 0px 3px 6px, rgba(0, 0, 0, 0.178) 0px 3px 6px;
            box-shadow: rgba(0, 0, 0, 0.116) 0px 3px 6px, rgba(0, 0, 0, 0.178) 0px 3px 6px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  body {
    background-image: url(../img/bg-tablet.png);
  }
}

@media only screen and (min-width: 1280px) {
  body {
    background-image: url(../img/bg-desk.png);
  }
  body .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */