footer {
  padding: 30px 0 0 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.jpg);
  background-position: center top;
  background-repeat: repeat;
  position: relative;
  background-color: transparent;
  background-color: #3f4095;
}
#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: #3f4095 !important; 
    font-size: 18px !important;
    width: 100%;
    display: block;
    margin-bottom: 20px !important;
    margin-top: 40px !important;
}

footer h2 span{
}
footer p {
    color: #3f4095;
}


/*news*/
form#news{
  width: 100%;
}
form#news input#new-email{
  background: #ffffff !important;
  border: 0px !important;
  height: 40px;
}
form#news button{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,0690d1+100 */
background: #87e0fd; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #87e0fd 0%, #0690d1 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #87e0fd 0%,#0690d1 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #87e0fd 0%,#0690d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#0690d1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 0px !important;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    float: right;
    padding: 8px;
}

/*rodape*/
.rodape{
background: #3f4095; /* Old browsers */
    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{
background: #ffcc2a; /* Old browsers */
    border: 0px !important;
    padding: 10px;
    margin: 5px;
    color: #3f4095;
    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;
}