@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 5076px 0; } }

@keyframes bg-scrolling-reverse {
  100% {
    background-position: 5076px 0; } }

@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 5076px 0; } }

@keyframes bg-scrolling {
  0% {
    background-position: 5076px 0; } }

@-webkit-keyframes text-fade {
  0% {
    opacity: 0%; }
  20% {
    opacity: 100%; }
  40% {
    opacity: 100%; }
  60% {
    opacity: 100%; }
  80% {
    opacity: 0%; }
  100% {
    opacity: 0%; } }

@keyframes text-fade {
  0% {
    opacity: 0%; }
  20% {
    opacity: 100%; }
  40% {
    opacity: 100%; }
  60% {
    opacity: 100%; }
  80% {
    opacity: 0%; }
  100% {
    opacity: 0%; } }

*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  height: 100vh;
  width: 100vw; }

/* 1 rem equals: */
html {
  font-size: 62.5%; }

body {
  overflow: hidden;
  background-color: black;
  color: chartreuse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
  padding: 3rem; }

.container {
  overflow: hidden;
  background-color: black;
  color: chartreuse;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw; }

.sliding-background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/img/scrollingMeters.png) repeat 0 0;
  background-repeat: repeat-x;
  height: 986px;
  width: 5076px;
  opacity: 20%;
  -webkit-animation: bg-scrolling 60s linear infinite;
  animation: bg-scrolling 60s linear infinite; }

.text-1024 {
  text-align: center; }

.numero {
  font-size: 32rem;
  color: chartreuse;
  z-index: 1024;
  letter-spacing: 16rem;
  margin: 0;
  padding: 0;
  opacity: 0; }

.uno {
  -webkit-animation: text-fade 10s linear infinite;
  animation: text-fade 10s linear infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.cero {
  -webkit-animation: text-fade 10s linear infinite;
  animation: text-fade 10s linear infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.dos {
  -webkit-animation: text-fade 10s linear infinite;
  animation: text-fade 10s linear infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.quatro {
  -webkit-animation: text-fade 10s linear infinite;
  animation: text-fade 10s linear infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }
