h1, h2, h3, p, a {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  color:#fff;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2rem;
}

h2 {
  color:#fff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}

.mensagem-alerta {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 auto 2rem;
  padding: 1.1rem 1.1rem;
  box-sizing: border-box;
  border: solid 1px #237131;
  display: flex;
  max-width: 400px;
  border-radius: 4px;
  line-height: 1.8rem;
}

p {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}

a {
  text-decoration: none;
}

.destaque-titulo {
  font-weight: 700;
  font-size: 3rem;
}

.inscricao-email {
  width: 100%;
  text-align: center;
}

form input {
  font-family: 'Montserrat', sans-serif;
  padding: .5rem 1rem;
}

form input [type=text] {
  color: #000;
}

.entrada-email {
  border: solid #707070 1px;
  border-radius: 4px;
}

.btn-submit {
  background-color: #333333;
  border: solid 1px #242424;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: fixed;
  bottom: 0;
  box-shadow: 1px 1px 15px rgb(13, 13, 13);
}

.info-footer {
  display: flex;
  width: 25%;
  background: #333333;

  text-align: center;
  padding: 2.5em 0;
  border-left: #171717 solid 1px;
  border-right: #171717 solid 1px;
}

.texto-footer {
  color: #878787;
  text-align: center;
  width: 100%;
}

.icone-footer {
  display: none;
  color: #878787;
  text-align: center;
  width: 100%;
}

.wrapper {
  background-image: url("../img/bg-meio-rural_foto-Julio-Oliveira.jpg");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  background-size: cover;
}

.content {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 25vh;
}

.whats-mobile {
  display: none;
}

@media screen and (max-width: 720px) {
  .icone-footer {
    display: block;
  }
  .texto-footer {
    display: none;
  }
  .mensagem-alerta {
    margin: 15px;
  }
  .content {
    padding-top: 20vh;
  }
  .whats-mobile {
    display: flex;
  }
  .whats-desktop {
    display: none;
  }
}
