body, h1, h2, h3, h4, h5, h6, p, span, button, a, small {
  font-family: 'Montserrat', sans-serif;
}
.logo {
  max-width: 150px;
}
.ligue-agora span {
  font-size: 0.6rem;
  vertical-align: middle !important;
  border-bottom: 1px solid #4A4A4A;
}
small {
  color: #4a4a4a;
  font-size: 0.9em;
}
#hero {
  background: url('../img/hero-bg.jpg') no-repeat;
  background-size: cover;
}
#hero h5 {
  font-size: 18px;
}
h1 {
  font-size: 40px;
  color: #fff;
  padding: 1rem 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

/* FORMULARIO */

.form-header {
  background: #FF841A;
  padding: 1rem;
  text-align: center;
  color: #fff;
}
form {
  padding: 2rem;
  margin-top: 0;
  background: #fff;
}
form .form-icons {
  text-align: center;
}

form .form-icons h4 {
  margin-bottom: 1rem;
}

form .form-icons .input-group-label {
  background-color: #EDEDED;
  border-color: #979797;
}

form .form-icons .input-group-field {
  border-color: #979797;
}

form .form-icons .fa {
  color: #4A4A4A;
  width: 1rem;
}
.button {
  font-size: 18px !important;
  background: #FF841A;
  margin-top: 1rem;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 3px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 3px 20px 0px rgba(50, 50, 50, 0.75);
  border-radius: 5px;
  font-weight: 700;
}

.button:hover {
  background: #F1A15D;
}

.boxshadow {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}

#section2, #cta-footer {
  background: #F2F2F2;
}
#section2 h3 {
  color: #4A4A4A;
  font-size: 32px;
}
#cta-footer {
  padding: 3rem 0;
}
#cta-footer h3 {
  font-size: 32px;
}

@media screen and (max-width:39.9375em){
  h1 {
    font-size: 2.5rem !important;
  }
  #section2 h3 {
    font-size: 2rem;
  }
  .logo {
    max-width: 6rem;
  }
}
