@font-face {
  src: url("fonts/Gravity-Book.otf");
  font-family: 'Gravity-Book'; }
 @font-face {
  src: url("fonts/Gravity-Bold.otf");
  font-family: 'Gravity-Bold'; }
 @font-face {
  src: url("fonts/Gravity-BoldItalic.otf");
  font-family: 'Gravity-Italic'; }
 @font-face {
  src: url("fonts/Gravity-BoldItalic.otf");
  font-family: 'Gravity-BoldItalic'; }
.fontZero {
  margin: 0;
  font-size: 0; }

*{
	font-family: 'Gravity-Book';
}
* i{
	font-family:'Gravity-Italic';
}

h1 i,h2 i,h3 i,h4 i,h5 i,h6 i,b i,strong i{
	font-family: 'Gravity-BoldItalic';
}

h1,h2,h3,h4,h5,h6,b,strong{
	font-family: 'Gravity-Bold';
}


header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 141234123;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.92) 14%, rgba(255, 255, 255, 0.84) 29%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.32) 81%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.92) 14%, rgba(255, 255, 255, 0.84) 29%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.32) 81%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.92) 14%, rgba(255, 255, 255, 0.84) 29%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.32) 81%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  height: 250px; }
  header .navbar {
    border: 0; }
    header .navbar .row {
      margin-bottom: 20px;
      margin-top: 10px; }
  header .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top; }
  header .navbar .navbar-collapse {
    text-align: center; }
  header .navbar-default {
    background-color: transparent; }
  header .navbar-nav ul {
    padding: 0; }
  header .navbar-nav li {
    background: #20587e;
    margin-left: 5px; }
    header .navbar-nav li a {
      font-size: 16px;
      color: #fff !important;
      height: 40px;
      padding: 10px 20px 10px 20px !important; }
  header .navbar-default .navbar-nav > li > a:hover {
    background: #a6aa2d;
    color: #fff !important; }
  header .navbar-default .navbar-nav > .open > a {
    background: #a6aa2d;
    color: #4f4f4f !important; }
  header .dropdown-menu > li {
    margin-left: 0px !important; }
  header .dropdown-menu > li > a:focus, header .dropdown-menu > li > a:hover {
    background: #a6aa2d;
    color: #fff !important; }
  header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:focus, header .navbar-default .navbar-nav > .open > a:hover {
    background: #a6aa2d;
    color: #4f4f4f !important; }
  header .dropdown-menu > .active > a {
    background: #a6aa2d;
    color: #4f4f4f !important; }
  header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover, header .dropdown-menu > .active > a:hover {
    background: #a6aa2d;
    color: #4f4f4f !important; }
  header #lang {
    margin-top: 4px;
    margin-right: 15px; }
    header #lang ul {
      position: absolute;
      right: 0;
      display: inline;
      list-style: none; }
      header #lang ul li {
        padding: 4px;
        font-size: 14px !important;
        display: inline;
        list-style: none;
        margin-left: 5px;
        transition: 0.5s !important;
        text-decoration: none !important; }
        header #lang ul li a {
          margin-right: 0px !important;
          text-decoration: none; }
          header #lang ul li a img {
            height: 15px; }
  header .current-lang img {
    filter: grayscale(100%); }

footer {
  background: #00293e;
  color: #fff; }
  footer ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #9f9f9f !important;
    opacity: 1; }
  footer :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9f9f9f !important;
    opacity: 1; }
  footer ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9f9f9f !important;
    opacity: 1; }
  footer :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #9f9f9f !important;
    opacity: 1; }
  footer .col-md-3 {
    margin-top: 30px; }
  footer img {
    top: 50%;
    transform: translateY(50%);
    position: absolute; }
  footer ul {
    list-style: square;
    font-size: 13px;
    padding: 8px; }
    footer ul a {
      text-decoration: none;
      color: #fff;
      font-weight: 700; }
    footer ul li {
      margin-top: 4px; }
      footer ul li a {
        text-decoration: none;
        font-weight: 500; }
    footer ul .sub-menu {
      list-style: none; }
  footer #contato {
    background: transparent;
    border: 1px solid #9f9f9f;
    padding: 16px;
    font-size: 11px; }
    footer #contato input {
      width: 100%;
      height: 22px;
      background: transparent;
      border: 2px solid #b2bec5;
      border-radius: 3px;
      padding-left: 12px; }
    footer #contato textarea {
      width: 100%;
      height: 120px;
      background: transparent;
      border: 2px solid #b2bec5;
      border-radius: 3px;
      padding-left: 12px;
      padding-top: 5px;
      resize: none; }
    footer #contato img .ajax-loader {
      float: left !important;
      position: relative !important; }
    footer #contato input[type="submit"] {
      width: 60px;
      background: #bbbbbb;
      color: #565656;
      border-radius: 0;
      right: 0;
      text-align: center;
      padding: 0; }
    footer #contato p {
      margin: 0 0 5px; }
      footer #contato .ajax-loader {
      display: none !important;  }
  footer .cover {
    background: url("../imagens/imagem_bottom.png");
    background-repeat: no-repeat;
    background-position: top right; }
  footer .linha {
    background: #221f1f;
    height: 14px;
    margin-top: 10px; }

#home #bannerslider .filter {
  background: rgba(14, 44, 69, 0.5);
  width: 100%;
  height: 100%; }
  #home #bannerslider .filter .caption .conteudo {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%); }
    #home #bannerslider .filter .caption .conteudo a {
      color: #fff;
      font-size: 18px;
      text-decoration: none; }
      #home #bannerslider .filter .caption .conteudo a h2 {
        font-size: 48px;
        font-weight: 700; }
      #home #bannerslider .filter .caption .conteudo a .linha {
        margin-top: -3px;
        background: #fff;
        height: 1.6px;
        width: 335px; }
    #home #bannerslider .filter .caption .conteudo a:hover {
      color: #ccc; }
      #home #bannerslider .filter .caption .conteudo a:hover .linha {
        background: #ccc; }
#home #bannerslider .cover {
  height: 667px;
  background-size: cover !important; }
#home #bannerslider #owl-areas {
  margin: 60px 0px; }
#home #bannerslider #owl-areas .item {
  margin: 3px; }
#home #bannerslider #owl-areas .item img {
  display: block;
  width: 100%;
  height: auto; }
#home #bannerslider .owl-pagination {
  position: absolute;
  bottom: 1.6%;
  right: 4%; }
  #home #bannerslider .owl-pagination span {
    opacity: 1;
    border-radius: 0;
    background: #fff;
    margin: 5px 3px; }
#home #bannerslider .owl-theme .owl-controls .owl-page.active span, #home #bannerslider .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #a6aa2d; }
#home #bannerslider .owl-buttons .owl-prev {
  color: #fff;
  background: none;
  font-size: 65px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  left: -1%; }
#home #bannerslider .owl-buttons .owl-next {
  color: #fff;
  background: none;
  font-size: 65px;
  position: absolute;
  font-weight: 300;
  top: 50%;
  transform: translate(50%, -50%);
  right: 1.6%; }
#home #bannerslider .owl-theme .owl-controls {
  margin: 0; }
#home #atuacao {
  padding-bottom: 50px;
  background: #d0d2d3; }
  #home #atuacao #areas {
    color: #4f4f4f;
    text-align: center; }
  #home #atuacao .linha {
    background: #b0b1b2;
    height: 1px;
    width: 250px;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  #home #atuacao .col-md-3 {
    padding: 0 !important; }
    #home #atuacao .col-md-3 h2 {
      position: relative;
      transform: translateY(-50%);
      top: 50%;
      text-align: center;
      color: #fff; }
    #home #atuacao .col-md-3 a {
      text-decoration: none; }
  #home #atuacao .filtro {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }
  #home #atuacao .filtro:hover {
    background: transparent;
    transition: 0.4s; }
  #home #atuacao .agua {
    height: 285px;
    background-size: cover !important; }
  #home #atuacao .esgoto {
    height: 285px;
    background-size: cover !important; }
  #home #atuacao .graneis {
    height: 285px;
    background-size: cover  !important; }
    #home #atuacao .graneis h2 {
    margin-right:5px; }
  #home #atuacao .compensados {
    height: 285px;
    background-size: cover !important; }
#home #obrasclientes {
  padding: 20px 0px 40px 0px;
  background: #4f4f4f; }
  #home #obrasclientes .filtro {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }
  #home #obrasclientes button {
    position: relative;
    transform: translateY(450%);
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff !important; }
  #home #obrasclientes button:hover {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.5);
    color: #fff; }
  #home #obrasclientes .obras {
    height: 285px; }
    #home #obrasclientes .obras h2 {
      position: relative;
      transform: translateY(-50%);
      top: 25%;
      text-align: center;
      color: #fff;
      font-size: 24px; }
    #home #obrasclientes .obras .linha {
      margin-top: 5px;
      background: #fff;
      height: 1px;
      width: 120px; }
  #home #obrasclientes .clientes {
    height: 285px; }
    #home #obrasclientes .clientes h2 {
      position: relative;
      transform: translateY(-50%);
      top: 25%;
      text-align: center;
      color: #fff;
      font-size: 24px; }
    #home #obrasclientes .clientes .linha {
      margin-top: 5px;
      background: #fff;
      height: 1px;
      width: 120px; }
#home #noticias {
  padding: 30px;
  background: url("background.png");
  background-attachment: fixed;
  background-repeat: repeat; }
  #home #noticias .col-xs-12 {
    padding: 0 !important; }
  #home #noticias .news {
    border: 1px solid #6b8fa7;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 40px; }
    #home #noticias .news h2 {
      text-align: center;
      margin-bottom: 20px; }
    #home #noticias .news img {
      margin: 5px 0px 22px 0px;
      height: 132.8px; }
    #home #noticias .news .col-md-7 {
      padding: 0; }
    #home #noticias .news h5 {
      font-size: 15px;
      margin-bottom: 3px; }
    #home #noticias .news p {
      font-size: 12px;
      text-align: justify; }
    #home #noticias .news h3 {
      border: 1px solid #4f4f4f; }
    #home #noticias .news button {
      margin-top: 10px;
      border-radius: 0;
      text-align: center;
      font-size: 18px;
      border: 1px solid #4f4f4f;
      background: transparent;
      color: #4f4f4f; }
    #home #noticias .news button:hover {
      border: 1px solid #4f4f4f;
      background: rgba(0, 0, 0, 0.2);
      color: #4f4f4f; }

#banner {
  color: #fff; }
  #banner .cover {
    height: 500px;
    width: 100%;
    position: relative !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important; }
    #banner .cover .filter {
      background: rgba(14, 44, 69, 0.5);
      width: 100%;
      height: 100%; }
      #banner .cover .filter .caption {
        text-align: center;
        width:100%;
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%); }
        #banner .cover .filter .caption h2 {
          text-align: center;
          font-size: 36px; }
        #banner .cover .filter .caption .linha {
          margin-bottom: 15px;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          height: 1px;
          background: #fff;
          width: 320px; }
        #banner .cover .filter .caption p {
          margin: 0px -35px;
          text-align: center; }

#about #somos {
  padding: 60px; }
  #about #somos h3 {
    text-align: center;
    margin: 0px 0px 25px 0px; }
  #about #somos p {
    text-align: justify; }
  #about #somos img {
    height: 300px; }
#about #fazemos .cover {
  height: 166px;
  width: 100%;
  background-attachment: fixed !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
#about #fazemos .col-md-12 {
  padding: 40px; }
  #about #fazemos .col-md-12 h3 {
    text-align: center;
    margin: 0px 0px 25px 0px; }
  #about #fazemos .col-md-12 p {
    text-align: justify; }

#areas #atuacao {
  padding-bottom: 20px;
  background: #fff; }
  #areas #atuacao #areas {
    color: #4f4f4f;
    text-align: center; }
  #areas #atuacao .linha {
    background: #b0b1b2;
    height: 1px;
    width: 250px; }
  #areas #atuacao .col-md-3 {
    padding: 0; }
    #areas #atuacao .col-md-3 h2 {
      position: relative;
      transform: translateY(-50%);
      top: 50%;
      text-align: center;
      color: #fff; }
  #areas #atuacao .filtro {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }
  #areas #atuacao .agua {
    height: auto; }
  #areas #atuacao .esgoto {
    height: 285px; }
  #areas #atuacao .graneis {
    height: 285px; }
  #areas #atuacao .compensados {
    height: 285px; }

#areasInternas #atuacao, #areaAgua #atuacao, #areaEsgoto #atuacao, #obras #atuacao {
  padding-bottom: 20px;
  background: #fff; }
  #areasInternas #atuacao .container-fluid, #areaAgua #atuacao .container-fluid, #areaEsgoto #atuacao .container-fluid, #obras #atuacao .container-fluid {
    padding: 0; }
  #areasInternas #atuacao #areas, #areaAgua #atuacao #areas, #areaEsgoto #atuacao #areas, #obras #atuacao #areas {
    color: #4f4f4f;
    text-align: center; }
  #areasInternas #atuacao .col-md-3, #areaAgua #atuacao .col-md-3, #areaEsgoto #atuacao .col-md-3, #obras #atuacao .col-md-3 {
    padding: 0; }
    #areasInternas #atuacao .col-md-3 a, #areaAgua #atuacao .col-md-3 a, #areaEsgoto #atuacao .col-md-3 a, #obras #atuacao .col-md-3 a {
      text-decoration: none; }
    #areasInternas #atuacao .col-md-3 h2, #areaAgua #atuacao .col-md-3 h2, #areaEsgoto #atuacao .col-md-3 h2, #obras #atuacao .col-md-3 h2 {
      position: relative;
      transform: translateY(-50%);
      top: 50%;
      text-align: center;
      color: #fff; }
  #areasInternas #atuacao .filtro, #areaAgua #atuacao .filtro, #areaEsgoto #atuacao .filtro, #obras #atuacao .filtro {
    margin-top: -20px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }
  #areasInternas #atuacao .filtro:hover, #areaAgua #atuacao .filtro:hover, #areaEsgoto #atuacao .filtro:hover, #obras #atuacao .filtro:hover {
    background: transparent;
    transition: 0.4s; }
  #areasInternas #atuacao .agua, #areaAgua #atuacao .agua, #areaEsgoto #atuacao .agua, #obras #atuacao .agua {
    height: 290px;
    background-size: cover !important; }
  #areasInternas #atuacao .esgoto, #areaAgua #atuacao .esgoto, #areaEsgoto #atuacao .esgoto, #obras #atuacao .esgoto {
    text-decoration: none;
    height: 290px;
    background-size: cover !important; }
  #areasInternas #atuacao .graneis, #areaAgua #atuacao .graneis, #areaEsgoto #atuacao .graneis, #obras #atuacao .graneis {
    height: 290px;
    background-size: cover !important; }
  #areasInternas #atuacao .compensados, #areaAgua #atuacao .compensados, #areaEsgoto #atuacao .compensados, #obras #atuacao .compensados {
    height: 290px;
    background-size: cover !important; }
#areasInternas #owl-areas, #areaAgua #owl-areas, #areaEsgoto #owl-areas, #obras #owl-areas {
  margin: 60px 0px; }
#areasInternas #owl-areas .item, #areaAgua #owl-areas .item, #areaEsgoto #owl-areas .item, #obras #owl-areas .item {
  margin: 3px; }
#areasInternas #owl-areas .item img, #areaAgua #owl-areas .item img, #areaEsgoto #owl-areas .item img, #obras #owl-areas .item img {
  display: block;
  width: 100%;
  height: auto; }
#areasInternas .owl-pagination, #areaAgua .owl-pagination, #areaEsgoto .owl-pagination, #obras .owl-pagination {
  display: none; }
#areasInternas .owl-buttons .owl-prev, #areaAgua .owl-buttons .owl-prev, #areaEsgoto .owl-buttons .owl-prev, #obras .owl-buttons .owl-prev {
  color: #000;
  background: none;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  left: -7%; }
#areasInternas .owl-buttons .owl-next, #areaAgua .owl-buttons .owl-next, #areaEsgoto .owl-buttons .owl-next, #obras .owl-buttons .owl-next {
  color: #000;
  background: none;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: -5%; }

#areaAgua {
  text-align: center; }
  #areaAgua #especifico h2 {
    margin-top: 50px;
    margin-bottom: 35px; }
  #areaAgua #especifico button {
    padding: 5px;
    width: 40%;
    height: auto;
    font-size: 20px;
    border: 0;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    background: #6c6c6c; }
  #areaAgua #especifico button:hover {
    background: #a6aa2d !important;
    transition: 0.3s; }
  #areaAgua #especifico .active {
    background: #00416b !important; }
  #areaAgua #especifico h3 {
    margin-top: 55px;
    text-align: left; }
  #areaAgua #especifico p {
    text-align: justify;
    margin-bottom: 45px; }

#areaEsgoto {
  text-align: center; }
  #areaEsgoto #especifico h2 {
    margin-top: 50px;
    margin-bottom: 35px; }
  #areaEsgoto #especifico button {
    padding: 5px;
    width: 40%;
    height: auto;
    font-size: 20px;
    border: 0;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    background: #6c6c6c; }
  #areaEsgoto #especifico button:hover {
    background: #a6aa2d !important;
    transition: 0.3s; }
  #areaEsgoto #especifico .active {
    background: #00416b !important; }
  #areaEsgoto #especifico h3 {
    margin-top: 55px;
    text-align: left; }
  #areaEsgoto #especifico p {
    text-align: justify;
    margin-bottom: 20px; }

#areasInternas #especifico p {
  text-align: justify; }

#clientes #clientessection {
  padding: 50px 0px; }
  #clientes #clientessection img {
    position: absolute;
    height: 151px;
    width: auto;
/*    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);*/
     }
     #clientes #clientessection .container .imagem{
     	height: 152px !important;
     }

#obras #conteudo {
  padding: 45px 0px; }
  #obras #conteudo .col-md-8 {
    padding: 0px 15px; }
  #obras #conteudo .col-md-12 {
    padding: 15px 15px; }

#news .conteudo {
  padding: 30px;
  background: #fff;
  background-attachment: fixed;
  background-repeat: repeat; }
  #news .conteudo .news-mobile {
    display: none; }
  #news .conteudo .news {
    padding: 10px 40px; }
    #news .conteudo .news .col-md-8 {
      padding: 15px; }
    #news .conteudo .news h5 {
      padding-bottom: 7px;
      font-size: 24px;
      color: #00293e;
      margin-bottom: 3px; }
    #news .conteudo .news p {
      font-size: 11px;
      text-align: justify; }
    #news .conteudo .news button {
      font-size: 18px;
      margin-top: 18px;
      border-radius: 0;
      text-align: center;
      border: 1px solid #4f4f4f;
      background: transparent;
      color: #4f4f4f;
      padding: 3px 12px; }
    #news .conteudo .news button:hover {
      border: 1px solid #4f4f4f;
      background: rgba(0, 0, 0, 0.2);
      color: #4f4f4f; }
    #news .conteudo .news .row {
      margin: 20px; }
    #news .conteudo .news img {
      padding-top: 15px;
      width: 100%;
      height: auto; }
  #news .conteudo .sidebar {
    min-height: calc(100vh - 89px);
    height: 100%;
    width: 100%;
    margin: -30px 0px;
    background: #eeeeee;
    list-style: none;
    padding: 80px 25px;
    font-size: 22px;
    color: #b1b1b1;
    text-transform: uppercase; }
    #news .conteudo .sidebar li {
      font-weight: 500; }
    #news .conteudo .sidebar h3 {
      margin-top: 45px; }
    #news .conteudo .sidebar ul {
      list-style: none;
      color: #b1b1b1; }
      #news .conteudo .sidebar ul li {
        list-style-image: url("../imagens/seta.png");
        font-size: 18px;
        font-weight: 300; }
      #news .conteudo .sidebar ul a {
        color: #b1b1b1;
        text-decoration: none; }
      #news .conteudo .sidebar ul a:hover {
        color: #777777; }
    #news .conteudo .sidebar .arquivos a {
      text-decoration: none;
      color: #b1b1b1; }
    #news .conteudo .sidebar .arquivos a:hover {
      color: #777777; }

#single-news #conteudo {
  padding: 40px 0px; }
  #single-news #conteudo .trilho {
    color: #9f9f9f;
    margin-bottom: 40px; }
    #single-news #conteudo .trilho a {
      text-decoration: none;
      color: #9f9f9f; }
    #single-news #conteudo .trilho a.last {
      text-decoration: none;
      color: #426684; }
    #single-news #conteudo .trilho a:hover {
      color: #a6aa2d; }
  #single-news #conteudo a {
    margin: 2.5px; }
#single-news #facebook {
  padding: 0px 0px 40px 0px; }
  #single-news #facebook .linha {
    width: 100%;
    background: #eaeaea;
    height: 1px;
    margin-bottom: 15px; }



#contato #contact {
  padding: 50px 0px; }
  #contato #contact input {
    background: none;
    border: 2px solid #9f9f9f;
    border-radius: 5px;
    color: #000;
    width: 100%;
    height: 37px;
    padding: 8px; }
  #contato #contact textarea {
    width: 100%;
    border: 2px solid #9f9f9f;
    border-radius: 5px;
    color: #000;
    resize: none;
    height: 200px;
    padding: 8px; }
  #contato #contact input[type="submit"] {
    padding-top: 1px;
    border: 0;
    border-radius: 0;
    background: #00416b;
    color: #fff;
    height: 22px;
    width: 18%; }
  #contato .ajax-loader {
    float: left; }
#contato #mapaContainer .cover {
  margin-bottom: -5px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  #contato #mapaContainer .cover .info {
    background: #4f4f4f;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 8px; }
    #contato #mapaContainer .cover .info i {
      font-size: 30px;
      margin-top: 3px;
      margin-right: 11px; }

#obra .conteudo {
  padding: 30px;
  background: #fff;
  background-attachment: fixed;
  background-repeat: repeat; }
  #obra .conteudo .obra-mobile {
    display: none; }
  #obra .conteudo .obra {
    padding: 10px 40px; }
    #obra .conteudo .obra .col-md-8 {
      padding: 15px; }
    #obra .conteudo .obra h5 {
      padding-bottom: 7px;
      font-size: 17px;
      text-align: center;
      color: #00293e;
      margin-bottom: 3px; }
    #obra .conteudo .obra p {
      font-size: 11px;
      text-align: justify; }
    #obra .conteudo .obra button {
      width: 100%;
      font-size: 16px;
      border-radius: 0;
      text-align: center;
      border: 1px solid #4f4f4f;
      background: transparent;
      color: #4f4f4f;
      padding: 3px 12px; }
    #obra .conteudo .obra button:hover {
      border: 1px solid #4f4f4f;
      background: rgba(0, 0, 0, 0.2);
      color: #4f4f4f; }
    #obra .conteudo .obra .row {
      margin: 20px; }
    #obra .conteudo .obra img {
      padding-top: 15px;
      width: 100%;
      height: auto; }
 

#single-obra #conteudo {
  padding: 40px 0px; }
  #single-obra #conteudo .trilho {
    color: #9f9f9f;
    margin-bottom: 40px; }
    #single-obra #conteudo .trilho a {
      text-decoration: none;
      color: #9f9f9f; }
    #single-obra #conteudo .trilho a.last {
      text-decoration: none;
      color: #426684; }
    #single-obra #conteudo .trilho a:hover {
      color: #a6aa2d; }
  #single-obra #conteudo a {
    margin: 2.5px; }
#single-obra #facebook {
  padding: 0px 0px 40px 0px; }
  #single-obra #facebook .linha {
    width: 100%;
    background: #eaeaea;
    height: 1px;
    margin-bottom: 15px; }


@media (max-width: 900px) {
  header {
    background: none !important; }
    header .container {
      background: rgba(255, 255, 255, 0.4); }
    header ul img {
      position: relative;
      transform: translate(0, 0);
      left: 0;
      width: auto !important;
      height: auto !important; }
    header img {
      position: absolute;
      left: 30%;
      transform: translate(-50%, 10%);
      width: 160px;
      height: 53px; }
    header .navbar-toggle {
      background: #20587e;
      border: 0; }
      header .navbar-toggle .icon-bar {
        background-color: #fff !important; }
    header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:hover {
      background-color: #a6aa2d; }
    header .navbar-default .navbar-collapse {
      border: none;
      border-color: transparent; }
    header .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
      background: #a6aa2d; }
    header .dropdown-menu > li {
      padding-left: 7%; }
      header .dropdown-menu > li li {
        font-size: 13px; }
    header .navbar-nav {
      margin: 0 !important;
      position: absolute;
      right: 0%;
      top: 100%;
      width: 102%;
      text-align: left; }

  footer img {
    transform: translateY(0%);
    position: relative; }

  #banner .caption {
    width: 100%;
    top: 60% !important;
    text-align: center; }
    #banner .caption .linha {
      width: 300px !important; }
  #banner p {
    margin: 0 !important; }

  #bannerslider {
    display: none; }

  #atuacao .col-xs-6 {
    padding: 2px !important !important; }
  #atuacao .agua {
    height: 155px !important; }
    #atuacao .agua h2 {
      font-size: 23px; }
  #atuacao .esgoto {
    height: 155px !important; }
    #atuacao .esgoto h2 {
      font-size: 23px; }
  #atuacao .compensados {
    height: 155px !important; }
    #atuacao .compensados h2 {
      font-size: 18px; }
  #atuacao .graneis {
    height: 155px !important; }
    #atuacao .graneis h2 {
      font-size: 18px; }

  .owl-buttons .owl-prev {
    left: -15% !important; }

  #home #atuacao {
    padding-top: 100px !important;
    padding-bottom: 50px !important; }
	#home #noticias .news {
    border: 1px solid #6b8fa7;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 10px; }
    #home #noticias .news img {
      margin: 5px 0px 22px 0px;
      height: 132.8px; 
      width: 100%;}

  #about #somos {
    padding: 60px 0px !important; }
    #about #somos img {
      margin-top: 20px;
      width: 100%; }

  #about #fazemos .col-md-12 {
    padding: 40px 15px; }

   #areaEsgoto #especifico button{
   	font-size: 17px;
   }

   #areaAgua #especifico button{
   	font-size: 17px;
   }

  #clientes #clientessection {
    padding: 20px 0px; }
    #clientes #clientessection div {
      border: 0 !important; }
      #clientes #clientessection .container .imagem{
      	height: 152px !important;
      }
      #clientes #clientessection div img {
        height: 110px; }

  #news .conteudo {
    padding: 30px 0px; }
    #news .conteudo .news {
      display: none; }
    #news .conteudo .news-mobile {
      display: block !important; }
      #news .conteudo .news-mobile h5 {
        padding-bottom: 7px;
        font-size: 24px;
        color: #00293e;
        margin-bottom: 3px; }
      #news .conteudo .news-mobile p {
        font-size: 11px;
        text-align: justify; }
      #news .conteudo .news-mobile button {
        font-size: 18px;
        margin-top: 18px;
        border-radius: 0;
        text-align: center;
        border: 1px solid #4f4f4f;
        background: transparent;
        color: #4f4f4f;
        padding: 3px 12px; }
      #news .conteudo .news-mobile button:hover {
        border: 1px solid #4f4f4f;
        background: rgba(0, 0, 0, 0.2);
        color: #4f4f4f; }
      #news .conteudo .news-mobile .row {
        margin: 20px; }
      #news .conteudo .news-mobile img {
        padding-top: 15px;
        width: 100%;
        height: auto; }
  #news .col-md-3 {
    display: none !important; }

  #contato input[type="submit"] {
    width: 30% !important; } 

    #obra .conteudo .obra {
  padding: 0px; }
    #obra #conteudo .obra button{
      font-size: 16px !important; }
  }

/*# sourceMappingURL=style.css.map */
