body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: absolute;
}

body .bg {
  background-image: url(../img/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #59097A;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

body .logo {
  background-image: url(../img/onibusca-logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -8%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70%;
  height: 30%;
  max-width: 450px;
  max-height: 150px;
  margin: auto;
}

.footer {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
}

.footer a {
  display: inline-block;
  margin: 0 1%;
}

.footer a i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.whatsapp i {
  background-image: url(../img/whatsapp-icon.png);
}

.sac i {
  background-image: url(../img/sac-icon.png);
}

.instagram i {
  background-image: url(../img/instagram-icon.png);
}