body {
  background-color: #fff;
}
.titulo-pagina {
  color: #0170c6;
  font-weight: normal;
}
#rodape {
  margin-bottom: 20px;
}
#toTop {
  position: fixed;
  bottom: 95px;
  right: 40px;
  cursor: pointer;
  display: none;
}
#toTop .fa {
  margin-right: 0px;
}
.nav-heading {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .fix {
    position: fixed;
    top: 0;
    width: 292.5px;
  }
}
#footer-brasil {
  background: none repeat scroll 0% 0% #0042b1;
  padding: 1em 0px;
  max-width: 100%;
}
