@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:500,600,700");
.clear {
  clear: both;
}

div.ng-escope {
  min-height: 200px;
}

.field-validation-error, .field-validation-valid.text-danger {
  font-size: 0.9rem;
  font-weight: 600;
  color: #dc3545;
}

a.navbar-brand, a.navbar-brand:hover, a.navbar-brand:active, a.navbar-brand:visited {
  padding: 0 0 7px 0 !important;
  border: none !important;
}

hr {
  margin: 15px 0;
}

footer {
  background-color: #FAFAFA;
  padding: 25px 0 5px 0;
  font-weight: 500;
}

@media screen and (max-width: 375px) {
  footer {
    text-align: center !important;
    font-size: 0.9rem;
  }
}

footer h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 375px) {
  footer .contato-info {
    font-size: 1.4rem;
  }
}

footer .contato-info .fa {
  color: #D71515;
  margin-right: 5px;
}

footer .contato-info a:link, footer .contato-info a:hover, footer .contato-info a:focus, footer .contato-info a:visited {
  color: #191918;
}

footer .redes-sociais {
  text-align: right;
}

@media screen and (max-width: 375px) {
  footer .redes-sociais {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

footer .redes-sociais a:link, footer .redes-sociais a:hover, footer .redes-sociais a:active, footer .redes-sociais a:visited {
  text-decoration: none;
  color: #D71515;
}

footer .redes-sociais a:link i, footer .redes-sociais a:hover i, footer .redes-sociais a:active i, footer .redes-sociais a:visited i {
  padding-left: 10px;
}
