footer {
  padding: 0px;
    margin-top: 20px;
    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;
    margin-top: -131px;
    padding-top: 115px;
  }

  /*news*/
  #news{
    border-bottom: solid 1px #6a6a6b;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #news h2{
    margin-top: 0px !important;
    font-size: 16px !important;
    color: #fff !important;
  }
  #news #new-email{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    border-radius: 5px !important;
    color: #fff;
    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;
    background-image: url(../imagens/footer_lodyas.png);
}

#news #bt-news{
	position: relative;
    outline: none !important;
    border: none;
    width: 100%;
    border-radius: 5px !important;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 21px;
    color: #ffffff;
    border-radius: 0;
 
    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;
    background-image: url(../imagens/footer_lodyas.png);

}
#news #bt-news i{
    font-size: 18px;
    margin-top: 5px;
}
/*logo rodape*/
.logo-rodape{
    margin-bottom: 20px;
    display: block;
}
.logo-rodape img{
    width: 50%;
    margin: 0 auto;
  }
  .logo-rodape p{
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
  }

  /*maps*/

  #map {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }
  .rodape-cor{
    display: block;
    margin-bottom: 20px;
  }
  .rodape-cor h2, .projets h2{
    margin-top: 0px !important;
    font-size: 16px !important;
    color: #fff !important;
  }
    .rodape-cor i{
      color: #fff !important;
    }
    .rodape-cor .end{
      font-size: 13px;
    }
    
    /*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;
    background-color: rgba(24, 24, 24, 0.52);
    margin-bottom: 3px;
    border-radius: 5px;
    padding: 3px;
    color: #fff;
    }
    .projets ul li a img{
      width: 100%;
    }
    .projets a.proj{
      display: block;
      margin-top: 10px;
      color: #fff;
      text-decoration: none !important;
    }
    
    /*rodape*/
    .rodape{
      border-top: solid 1px #6a6a6b;
    padding-top: 20px;
    margin-top: 20px;
    }
    .rodape p{
      color: #fff;
    }
    .rodape a{
      color: #fff;
      display: block;
      margin-right: 20px;
    }
    .rodape a:hover{
      color: #e94f49;
    }