body, html {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
body .bg-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
body .bg-wrapper .bg {
  height: 100%;
  width: 100%;
  transform: rotate(45deg) scale(3);
  background: #0087ff;
  background: -moz-linear-gradient(90deg, #0087ff 0%, #006dbb 50%, #0087ff 100%);
  background: -webkit-linear-gradient(90deg, #0087ff 0%, #006dbb 50%, #0087ff 100%);
  background: linear-gradient(90deg, #0087ff 0%, #006dbb 50%, #0087ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0087ff",endColorstr="#0087ff",GradientType=1);
  background-size: 100vw 100vh;
  background-position: 100vw 0vh;
  animation: movebackg 3s linear infinite;
}

@keyframes movebackg {
  0% {
    background-position: 100vw 0vh;
  }
  100% {
    background-position: 0vw 0vh;
  }
}
a, a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

a {
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

.first {
  position: relative;
  z-index: 1000;
  height: 100%;
  width: 100%;
}
.first .content {
  width: 100%;
}
.first .content .logo {
  width: 900px;
  max-width: 100%;
}
.first .content .logo.small {
  width: 460px;
  max-width: 80%;
}

.downloadbtn {
  position: absolute;
  bottom: 3%;
  margin-bottom: 0px;
  padding: 10px 30px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  background: #309eff;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, 0.1), -7px -7px 13px rgba(255, 255, 255, 0.08);
}
.downloadbtn img {
  display: inline-block;
  width: 16px;
  margin-top: -3px;
}
.downloadbtn:hover {
  margin-bottom: 5px;
}
.downloadbtn.block {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  bottom: 0px;
}
.downloadbtn.block:hover {
  margin-bottom: 25px;
  bottom: 5px;
}

/*# sourceMappingURL=estilo.css.map */
