body {
  height: 100vh;
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url('/_images/bg.png');
  background-position: top center;
}

h1 {
  margin: 0 0 20px;
  text-align: center;
  font-family: 'Industry', sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
  color: #fff;
  letter-spacing: 0.2em;
}

h2 {
  text-align: center;
  margin-bottom: 60px;
  font-family: 'Industry', sans-serif;
  font-size: 58px;
  font-weight: 300;
  line-height: 60px;
  color: #fff;
}

.logo {
  text-align: center;
  border: 2px solid #707070;
  display: block;
  height: 305px;
  max-width: 500px;
}

.logo.italinea {
  margin: 0 0 40px auto;
}

.logo.criare {
  margin: 0 auto 40px 0;
}

.logo:hover {
  background-color: #fff;
}

.logo .logo-italinea, .logo .logo-criare {
  margin: 100px auto 50px auto;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
}

.logo .logo-italinea {
  height: 61px;
  width: 190px;
  background-image: url('/_images/logo-italinea.png');
}

.logo:hover .logo-italinea {
  background-image: url('/_images/logo-italinea-colorido.png');
}

.logo .logo-criare {
  height: 65px;
  width: 216px;
  background-image: url('/_images/logo-criare.png');
}

.logo:hover .logo-criare {
  background-image: url('/_images/logo-criare-colorido.png');
}

.entrar {
  text-align: center;
  margin: 0 auto 50px auto;
  font-family: 'Industry', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 44px;
  color: #fff;
  letter-spacing: 0.1em;
}

.logo:hover .entrar {
  color: #2e2e2e;
  text-decoration: none;
}

.logo:hover {
  text-decoration: none;
}

.selo {
  position: absolute;
  bottom: 0;
  right: 0;
}

footer img {
  display: block;
  margin: 0 auto;
}

footer p {
  margin: 5px 0 50px 0;
  font-family: 'Industry', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 44px;
  color: #acacac;
}


@media only screen and (max-width: 991px) {
  body {
    padding-top: 50px;
    background-color: #000;
  }
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .logo {
    margin-bottom: 0;
  }
  footer {
    padding-top: 240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer {
    padding-top: 100px;
  }
  footer p {
    text-align: left;
  }
}
@media only screen and (min-width: 578px) and (max-width: 767px) {
  .logo {
    margin: 0 auto 20px auto;
  }
  .logo.italinea, .logo.criare {
    margin: 0 auto 40px auto;
    text-align: center;
  }
  footer {
    padding-bottom: 10px;
  }
  .selo {
    position: relative;
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 35px;
    margin: 0 auto calc(20vw - 16px) auto;
  }
  h2 {
    font-size: 52px;
    line-height: 60px;
  }
  .logo {
    margin: 0 auto calc(10vw - 10px) auto;
    height: 60vw;
  }
  .logo.italinea, .logo.criare {
    margin: 0 auto calc(20vw - 16px) auto;
    text-align: center;
  }
  .logo .logo-italinea, .logo .logo-criare {
    margin: calc(20vw - 16px) auto calc(10vw - 10px) auto;
  }
  .logo .entrar {
    margin: 0 auto calc(10vw - 10px) auto;
  }
  footer {
    padding-bottom: 10px;
  }
  footer p {
    font-size: 12px;
  }
  .selo {
    position: relative;
    margin: 0 0 0 auto;
  }
}
