footer {
  padding: 30px 0 0 ;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color:#666;
     text-shadow: 2px 2px 0 #FFF;
    font-size: 16px;
  position: relative;
  background: url(../imagens/rodape.jpg) no-repeat center top;
/*    background-image: url(../imagens/textura.png);
    background-position: center top;
    background-repeat: repeat;*/
  }

  /*news*/
  #news{
    border-bottom: solid 1px #cccec9;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #news h2{
    margin-top: 0px !important;
    font-size: 24px !important;
    color: #0000ff !important;
      text-shadow: 3px 3px 3px #FFF;
  }
#news h2 + p {
    color: #666;
    font-size: 16px;
    text-shadow: 2px 2px 0 #FFF;
    margin-bottom: 20px;
    text-align: center;
}
  #news #new-email{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    border-radius: 5px !important;
    color: #FFF;
     background: url(../imagens/menu.jpg) no-repeat center bottom;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 16px 30px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box !important;
    width: 100%;
    display: block;
    height: 49px;
  }
 #news #new-email::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
 #news #new-email:-ms-input-placeholder {
  color: #FFF;
}
 #news #new-email::-webkit-input-placeholder {
  color: #FFF;
}
  #news #bt-news{
    position: relative;
    outline: none !important;
    border: none;
    width: 100%;
    border-radius: 5px !important;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 21px;
    color: #fff;
    border-radius: 0;
     background: url(../imagens/menu.jpg) no-repeat center bottom;  
    border: 3px solid #8b0101;
    display: inline-block;
    line-height: 23px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #news #bt-news i{
    font-size: 18px;
    margin-top: 5px;
  }
  /*logo rodape*/
  .logo-rodape{
    margin-bottom: 20px;
    display: block;
  }
  .logo-rodape img{
    width: 50%;
  }
  .logo-rodape p{
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
  }

  /*maps*/

  #map {
    width: 100%;
    height: 300px;
    margin-bottom: 0px;
  }
  .rodape-cor{
    display: block;
    margin-bottom: 20px;
  }
  .rodape-cor h2, .projets h2{
    margin-top: 0px !important;
      text-align: left;
    font-size: 24px !important;
    color: #0000ff !important;
    text-shadow: 3px 3px 3px #FFF;
}


  }
    .rodape-cor i{
      color: #2a8fe4 !important;
    }
    .rodape-cor .end{
        margin-bottom: 10px !important;
        display: block;
    }
    
    /*projetos rodape*/
    .projets{
      display: block;
      margin-bottom: 20px;
    }
    .projets ul{
      padding: 0px;
      display: block;
      list-style: none;
    }
    .projets ul li{
      width: 100%;

    }
    .projets ul li a{
      width: 100%;
      display: block;
      position: relative;
    }
    .projets ul li a img{
      width: 100%;
    }
    .projets a.proj{
      display: block;
      margin-top: 10px;
      color: #2a8fe4;
      text-decoration: none !important;
    }
    
    /*rodape*/
    .rodape{
text-shadow: none;
      background: url(../imagens/menu.jpg) no-repeat center bottom;
    padding-top: 20px;
    margin-top: 20px;
        font-size: 12px;
    }
    .rodape p{
      color: #fff;
    }
    .rodape a{
      color: #fff;
      display: block;
      margin-right: 20px;
    }
    .rodape a:hover{
      color: #e94f49;
    }