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;
    font-weight: bold;
    margin: 0 !important;
    float: inherit !important;
    color: #fff !important; 
    font-size: 18px !important;
    width: 100%;
    display: block;
    margin-bottom: 20px !important;
    margin-top: 40px !important;
}

footer h2 span{
}
footer p {
    color: #FFF;
}


/*news*/
form#news{
  width: 100%;
}
form#news input#new-email{
    background: #ffffff !important;
    border: 0px !important;
    height: 40px;
    width: 66%;
    border-radius: 4px !important;
    padding-left: 12px;
}
form#news button{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5191b+0,ed202c+100 */
background: rgb(181,25,27); /* Old browsers */
background: -moz-linear-gradient(top, rgba(181,25,27,1) 0%, rgba(237,32,44,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(181,25,27,1) 0%,rgba(237,32,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(181,25,27,1) 0%,rgba(237,32,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5191b', endColorstr='#ed202c',GradientType=0 ); /* IE6-9 */
    border: 0px !important;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    float: right;
    padding: 8px;
}

/*rodape*/
.rodape{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5191b+0,ed202c+100 */
background: rgb(181,25,27); /* Old browsers */
background: -moz-linear-gradient(top, rgba(181,25,27,1) 0%, rgba(237,32,44,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(181,25,27,1) 0%,rgba(237,32,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(181,25,27,1) 0%,rgba(237,32,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5191b', endColorstr='#ed202c',GradientType=0 ); /* IE6-9 */
    position: relative;
  padding: 10px 0 10px 0;
  margin-top: 50px !important;
    text-align: center !important;
}
.rodape p {
    color: #fff !important;
}
.rodape h2 {
    margin: 0 !important;
}
.rodape:before {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../imagens/pattern4.png);
    background-repeat: repeat;
}
.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{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5191b+0,ed202c+100 */
background: rgb(181,25,27); /* Old browsers */
background: -moz-linear-gradient(top, rgba(181,25,27,1) 0%, rgba(237,32,44,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(181,25,27,1) 0%,rgba(237,32,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(181,25,27,1) 0%,rgba(237,32,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5191b', endColorstr='#ed202c',GradientType=0 ); /* IE6-9 */
    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;
}