.home h2 {
  text-decoration: underline;
}
.home form .row:first-child > div {
  margin-bottom: 15px;
}
.home form label:not(.custom-control-label) {
  margin-bottom: 0;
}
.home form select:invalid {
  color: #6C757D;
}
.home form .termos {
  color: #F15623;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home form .termos:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#contato {
  padding: 3rem;
  margin-bottom: 0.5rem;
}
#contato h2 {
  margin-top: 0;
  color: #F15623;
  text-decoration: none;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#contato .dados-contato {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#contato .dados-contato a {
  color: inherit;
}
#contato .dados-contato a .fas {
  font-size: 48px;
  margin-left: 30px;
  margin-right: 15px;
}
#contato .dados-contato a span {
  font-size: 22px;
}
