* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow: hidden;
  background: url(../img/bg-black.jpg) no-repeat top center #000;
  background-size: cover;
  height: 100vh;
  width: 100%;
  color: #fff;
  font-family: 'Saira', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

img {
  max-width: 100%;
}

div {
  text-align: center;
}

header {
  margin-top: 8px;
  background: #0e0e0e;
  padding: 5px 10px;
  margin-top: 39px;
  width: 96%;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav .horaCel {
  font-size: 1.6rem;
}

main {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .chamada {
  max-width: 80%;
}

main h2 {
  font-size: 5rem;
  font-family: 'Saira', sans-serif;
  font-size: 900;
  color: #ff6600;
  line-height: .7;
}

main h2 span {
  font-size: 73%;
  display: inline-block;
}

main #contador {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .data {
  width: 260px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .data span {
  padding: 0 10px;
  text-align: center;
  display: block;
  font-size: 1.5rem;
}

main .data span:nth-child(1) {
  color: #ff6600;
}

main .data span:nth-child(2) {
  font-size: 9rem;
  line-height: 1;
  font-weight: 600;
}

main .black {
  font-size: 5rem;
  line-height: 1;
  font-weight: 600;
}

main .pontos::before {
  content: ":";
  position: absolute;
  color: #fff;
  font-family: 'Saira', sans-serif;
  font-size: 3rem;
  line-height: .6;
  height: 35px;
  top: 50%;
  margin-top: -5px;
  right: -5px;
}

footer {
  padding: 42px 0;
  background: #080808;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/*# sourceMappingURL=style.css.map */