footer {
  padding: 0px;
  margin-top: 120px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #fff;
  position: relative;
  background: transparent;
  background-image: url(../imagens/footer.png);
  background-position: center top;
  background-repeat: repeat;
  position: relative;
  background-color: transparent;
  background-color: #000;
}
#map{
  width: 100%;
  border-radius: 6px;
  height: 200px;
  margin-top: -100px;
  margin-bottom: 20px;
}

footer h2{
  background-color: transparent;
    padding: 0;
    margin: 0 !important;
    float: inherit !important;
    color: #fff !important; 
    width: 100%;
    display: block;
    margin-bottom: 20px !important;
}

footer h2 span{
  font-family: 'open_sansregular' !important;
}


/*news*/
form#news{
  width: 100%;
}
form#news input#new-email{
  background: #cecece !important;
  border: 0px !important;
  height: 40px;
}
form#news button{
    background: #ffffff !important;
    border: 0px !important;
    height: 40px;
    color: #000;
    border-radius: 5px;
    float: right;
    padding: 8px;
}

/*rodape*/
.rodape{
  background-image: url(../imagens/footer_lodyas.png);
  background-position: center top;
  background-repeat: repeat;
  padding: 10px 0 10px 0;
  margin-top: 50px;
}
.rodape ul{
  list-style: none;
  display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -40px;
}
.rodape ul li{
    background: #8c8c8c !important;
    border: 0px !important;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}
.menu-rodape{
  float: right;
  list-style: none;
  padding: 0;
}
.menu-rodape li{
  float: left;
  padding: 0 !important;
}
.menu-rodape li a{
  color: #ffffff;
  display: block;
  padding: 0 5px 0 5px !important;
  background-color: transparent !important;
}