footer {
 padding: 0px;
    margin-top: 172px;
    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: #1967b2;
    border: 3px solid #1967b2;
    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-top: -130px;
       margin-bottom: 30px !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    display: block !important;
    position: relative;

  }
  #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: #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;
    }
    .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;
    }
    /*servicos index*/
ul.serv-index{
  list-style: none;
  display: block;
  padding: 0;
}
ul.serv-index li a{
    border-radius: 4px;
    box-shadow: inset 0 -4px 0px 0px #adb2c9, 0 6px 16px 0px rgba(192, 196, 215, 0.66);
    background: #fff;
    padding: 5px 13px 4px 14px;
    margin-bottom: 10px;
    color: #000;
    width: 100%;
    display: block;
}
ul.serv-index li ul{
  display: none;
  list-style: none;
}
ul.serv-index li.sub-menu-li ul{
  display: block;
}

/*produtos*/
.bloc{
  border-radius: 4px;
    box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192, 196, 215, 0.51);
    background: #fff;
    min-height: 275px;
    padding: 29px 29px 6px;
    margin-bottom: 22px;
}
.bloc h3{
    font-size: 13px !important;
    font-weight: 700;
    color: #283346;
    font-family: 'arial' !important;
    text-align: left;
    padding: 0;
    margin: 0;
    height: 22px;
    position: relative;
    line-height: 110%;
    margin-top: 10px;
}
