#map{
     width: 100%;
    display: block;
    min-height: 497px;
    position: relative;
    z-index: 0;
}
address.footer{
         /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c2a69+0,3b4b93+100 */
background: rgb(44,42,105); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(44,42,105,1) 0%, rgba(59,75,147,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(44,42,105,1) 0%,rgba(59,75,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(44,42,105,1) 0%,rgba(59,75,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2a69', endColorstr='#3b4b93',GradientType=1 ); /* IE6-9 */

    width: 100%;
    min-height: 400px;
    display: block;
    margin-top: -497px;
}
address.footer ul{
  padding: 40px 20px 20px 20px;
  list-style: none;
}
address.footer ul li{
  color: #fff !important;
  margin-bottom: 15px;
}
address.footer ul  h2, address.footer ul  p{
  color: #fff !important;
}
address.footer ul li a{
  padding: 10px;
      background: #E2E2E4;
    color: #000;
  display: block;
  width: 100%;
} 
.rodape{
  list-style: none;
  padding: 0px;
  width: 50%;
  float: left;
}
.rodape li{
  width: 100%;
}
.rodape li a{
  color: #fff;
  padding: 4px;
  display: block;
}
footer{
  position: relative;
    display: block;
    color: #fff !important;
    padding-top: 60px;
}
footer:before{
      background-position: center top;
    height: 50px;
    width: 100%;
    top: 0px;
    content: "";
    position: absolute;
    background-image: url(../imagens/top-footer.jpg);
    background-repeat: no-repeat;
}
#news h2{
  font-size: 16px !important;
  color: #fff !important;
}
#news p{
  color: #fff !important;
}
#news #new-email{
        background: #ffffff;
    border-radius: 0px;
    padding: 17px;
    width: 100%;
    position: relative;
    border: none;
    outline: none;
    border: 1px solid #EDEDED;
    border-bottom: 1px solid transparent;
    margin: 0 0 20px 0;
    box-shadow: none!important;
    font-size: 14px;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
    color: #2B2F34;

}
#news #new-botao{
    padding: 18px;
    background-color: #FFFFFF;
    color: #000;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    outline: none;
    float: right;
    width: 100%;
    position: relative;

}

.bloco-rodape address span {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.mapa-site{
  width: 100%;
  min-height: 100px;
  display: block;
}

.mapa-site nav{
    float: left;
    width: 100%;
    height: auto;
}
.mapa-site nav ul{
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    display: block;
    height: auto;
}

.mapa-sitenav ul li{
    padding-top: 8px;
    padding-bottom: 8px;
}
.mapa-site nav ul li a{
    color: #fff;
    text-decoration: none;

}
.bottom-footter {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    position: relative;
    z-index: 10;
    background: #E80D0D;
    display: block;
}