footer {
    padding: 0 0 0 0;
    margin-top: 0px;
    background-size: cover;
    color: #fff;
    position: relative;
    background: transparent;
    position: relative;
    background-color: transparent;
    background-image: url(../imagens/footer.png);
    background-position: center 0px;
    background-repeat: no-repeat;
}
#map{
  width: 100%;
  border-radius: 6px;
  height: 300px;
  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: 'Conv_MyriadPro-Regular_3' !important;
}


/*news*/
form#news{
  width: 100%;
}
form#news input#new-email{
  background: #FFF !important;
  border: 0px !important;
  height: 40px;
}
form#news button{
        background: #FFF  !important;
    border: 0px !important;
    height: 40px;
    color: #333;
    border-radius: 5px;
    padding: 8px;}

/*rodape*/
.rodape{
    color: #277324;
    padding: 10px 0 10px 0;
    margin-top: 50px;
    background-color: #FFF;
}
.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: #082743  !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: #fff;
  display: block;
  padding: 0 5px 0 5px !important;
  background-color: transparent !important;
}

