body {
  background-color:#fff;
  font-family:'Open Sans',Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;

  /*font-size:14px; line-height:1.5;*/
  color: #444;

  margin:0;
  padding-top: 0;
}

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark{
  color:#6C6C6C;
  font-weight:500;
}

a {
  background: transparent;
}
a:active,

a:link, a:hover {
  text-decoration:none;
}

a:hover {
  color: blue;
  cursor: pointer;
}

.top-banner-home {
  /*margin-top: 50px;*/
  padding: 0;
  height: 500px;
  background-color: #404040;
  background-image: linear-gradient(rgba(0,0,20,0.0), rgba(0,0,20,0.0)), url(../imagens/img_top_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}

.lead-top-banner-home {
  top: 150px;
  position: relative;
  color: #848484;
  /*text-shadow: 2px 2px #000000;*/
}

.footer {
  position: absolute;
  width: 100%;
  height:auto;
padding-top: 20px;
  padding-bottom: 10px;
  background: #333;
color: #aaa;
}

.footer-menu{
  line-height: 1.9;
  margin-bottom: 10px;
}

.footer-contatos{
  margin-bottom: 10px;
}

.footer-logo{
  margin-bottom: 10px;
}

.footer h4 {
color: white;
margin-bottom: 10px;
}

.footer a {
color: #aaa;
}

.footer a:hover {
color: #fff;
text-decoration: none;
}
