body {
  background-image: url(./bg-lead-auto.png);
  background-size: auto;
  background-repeat: no-repeat;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 80px;
  text-align: center;
  margin-top: 50px;
}

a {
  text-decoration: none;
  color: white;
}

.title {
  background-image: linear-gradient(45deg, #00efbe, #007be6);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.info-text {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  text-align: center;
  color: white;
}

.logo-altimus {
  text-align: center;
  margin-top: 10%;
}

/* Ajustes Mobile */

@media (max-width: 768px) {
  h1 {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
  }

  .info-text {
    font-family: "Raleway", sans-serif;
    font-size: 23px;
    text-align: center;
    color: white;
  }
}
