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: no-repeat;
  }

  /*news*/
  #news{
    border-bottom: solid 1px #6a6a6b;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #news h2{
    margin-top: 0px !important;
    font-size: 16px !important;
  }
  #news #new-email{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    border-radius: 5px !important;
    color: #222;
    background: #f5f5f5;
    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 #bt-news{
    position: relative;
    outline: none !important;
    border: none;
    width: 100%;
    border-radius: 5px !important;
    font-weight: 700;
    font-family: Poppins;
    font-size: 14px;
    padding: 8px 21px;
    color: #fff;
    border-radius: 0;
    background: #e1292f;
    border: 3px solid #e1292f;
    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{
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
  }

  /*maps*/

  .map-red {
       margin-bottom: 30px !important;
    border-radius: 100px !important;
    overflow: hidden !important;
    display: block !important;
    position: relative;
    z-index: 10000;
  }
  #map {
    width: 100%;
    height: 300px;
 
  }
  .rodape-cor{
    display: block;
    margin-bottom: 20px;
  }
  .rodape-cor h2, .projets h2{
    margin-top: 0px !important;
    font-size: 16px !important;
  }
    .rodape-cor i{
      color: #e94f49 !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;
    }
    .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;
    }