html {
  background: url(images/background.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  width: 100%;
  margin: auto;
  min-width: 600px;
  max-width: 1920px;
  font-family: "Montserrat";
  color: #fff;
}

.ilustracao1 {
  position: fixed;
  left: -8%;
  top: 80%;
}

.ilustracao2 {
  position: fixed;
  top: 60%;
  left: 80%;
}

.ilustracao3 {
  position: fixed;
  top: -57%;
  left: 72%;
}

.ilustracao4 {
  position: fixed;
  top: -42%;
  left: -22%;
}

.ilustracao {
  width: 600px;
}

.img1 {
  position: absolute;
  margin: 0 0 0 27%;
  width: 50px;

}

.logo {
  text-align: center;
  margin-top: 2%;
}

.logo-mobile {
  text-align: center;
  margin-top: 2%;
  visibility: hidden;
  position: absolute;
}

.frase {
  text-align: center;
}

#aprender {
  font-size: 22px;
}

.traco {
  text-align: center;
  margin-top: 1%;
}

#traco1 {
  margin-bottom: -1%;
  padding-right: 20%;
}

#traco2 {
  margin-top: -1%;
  padding-left: 20%;
}

.areas {
  display: flex;
  text-align: center;
  margin: 4% 30%;
  flex-direction: row;
  justify-content: space-evenly;
}

.txt_btn {
  color: #fff;
  text-decoration: none;
  
  font-size: 15px;
  text-align: center;
}

.btn {
  width: 110px;
}

a:link {
  text-decoration: none;
}

@media (max-width: 1150px) {
  .ilustracao {visibility: hidden;}
  #aprender {font-size: 28px;}
  #endereco {font-size: 15px;}
  .traco {margin: 20% 0;}
  .btn {width: 200px; margin: 0 20px;}
  .txt_btn {font-size: 20px; margin: 10% 0 50% 0;}
  .img1 {position: relative;}
  .logo {visibility: hidden;}
  .logo-mobile {visibility: visible; position: relative;}

}

