@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
/* 
@font-face {
    font-family: 'gotham_blackregular';
    src: url('font/gotham-black-webfont.woff2') format('woff2'),
         url('font/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_blackitalic';
    src: url('font/gotham-blackitalic-webfont.woff2') format('woff2'),
         url('font/gotham-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_bold';
    src: url('font/gotham_bold-webfont.woff2') format('woff2'),
         url('font/gotham_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'gotham_bolditalic';
    src: url('font/gotham-bolditalic-webfont.woff2') format('woff2'),
         url('font/gotham-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_bookregular';
    src: url('font/gotham-book-webfont.woff2') format('woff2'),
         url('font/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_bookitalic';
    src: url('font/gotham-bookitalic-webfont.woff2') format('woff2'),
         url('font/gotham-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_lightitalic';
    src: url('font/gotham-lightitalic-webfont.woff2') format('woff2'),
         url('font/gotham-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_mediumregular';
    src: url('font/gotham-medium-webfont.woff2') format('woff2'),
         url('font/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_mediumitalic';
    src: url('font/gotham-mediumitalic-webfont.woff2') format('woff2'),
         url('font/gotham-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_thinregular';
    src: url('font/gotham-thin_0-webfont.woff2') format('woff2'),
         url('font/gotham-thin_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_thinitalic';
    src: url('font/gotham-thinitalic-webfont.woff2') format('woff2'),
         url('font/gotham-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_ultraitalic';
    src: url('gotham-ultraitalic-webfont.woff2') format('woff2'),
         url('gotham-ultraitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_extralightregular';
    src: url('font/gotham-xlight-webfont.woff2') format('woff2'),
         url('font/gotham-xlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_lightregular';
    src: url('font/futura_light-webfont.eot');
    src: url('font/futura_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/futura_light-webfont.woff2') format('woff2'),
         url('font/futura_light-webfont.woff') format('woff'),
         url('font/futura_light-webfont.ttf') format('truetype'),
         url('font/futura_light-webfont.svg#futura_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nowayregular';
    src: url('font/noway-regular-webfont.woff2') format('woff2'),
         url('font/noway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */


*{
margin:0;
padding:0
}

h1{
 font-size: 32px;
 font-size: 40px;
font-weight: 600;
}
h2{
  font-size: 24px;
}



html,body{
margin:0;
padding:0;
font-family: 'Montserrat', sans-serif;
}

html{
  margin-top: -24px;
}




.padding-top-lg {
    padding-top: 80px;
}


header.header{
  position: absolute;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 40px;
}

.logo img {
    width: 200px;
}

.btn-menu{
  display: none;
}

.menu ul{
  list-style: none;
  padding: 0;
  display: flex;
}

.menu ul li{
  margin: 0 10px;
  border-bottom: 4px solid transparent;
  height: 100px;
  display: flex;
  align-items: center;
}

.menu ul li:hover{
  border-bottom-color: white;
}

.menu ul li a{
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.menu ul li.social{
  border: none;
  flex-wrap: wrap;
  flex-basis: 150px;
  height: 50px;
  margin-top: 30px;
}
.social .tel{
  color:#FFF;
  font-size: 14px;
  font-weight: 700;
}
.social a{
  color: white;
}
.social .fa{
  margin-left: 5px;
}


/* .menu{position:absolute; top:0; left:0; width:100%; z-index:10; }
.fixed-top{height:130px;}

.navbar-dark .navbar-nav .nav-link{color:#FFF; font-size:1.2rem; font-weight:bold }



.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3.5rem;
    padding-left: .5rem;
  color:#FFF;
  font-weight:bold;
}
 */

.home .carousel a i {
  color:#fff;
  font-size: 50px;
}

.home .carousel .carousel-caption {
  top: 45%;
  padding-top: 0;
  color: #fff;
  line-height: 1;
  text-align: left;
  left: 20%; width:30%;
  text-transform: uppercase;
}

.home .carousel .carousel-caption h1 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.home .carousel .carousel-caption p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

@media only screen and (orientation : portrait) {
.home .carousel .carousel-caption {
  top: none;
  bottom: 5%;
  left: 12%; width:70%; display:block;

}


}


.container-md{
  max-width: 860px;
}


.tecnologia, .qsomos{ 
  padding: 80px 0;
  text-align:left;
  color:#E65C00;
}

.tecnologia h1, .qsomos h1{}
.tecnologia h2, .qsomos h2, .filosofia h2{}


.filosofia{
  padding: 80px 0;
  text-align:left;
  color:#fff;
  background:#0095D6;
}


.servicos{
  padding: 80px 0;
  text-align:left;
  color:#E65C00;
  background:#fff;
}
.servicos h1{}


.servicos .serv-locacao,
.servicos .serv-venda{
  text-align:left;
  margin-top: 80px;
}
.servicos .serv-locacao{  
  border-right:solid 2px rgba(230, 92, 0, 0.3);
  padding-right: 100px;
}
.servicos .serv-venda{
  padding-left: 100px;
  }

.servicos ul{
  margin-left: 15px;
}
.servicos .row{padding-top:2%;}

.produtos{
  padding: 80px 0;
  text-align:left;
  color:#fff;
  background:#ff6307eb;
}
.produtos h1{
  margin-bottom:10px;
}

.produtos .item{height:380px;background:#ff0;}
.produtos .item .filtro{
  position:absolute; 
  left:0; 
  top:0; 
  width:100%; 
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corfil1 { background-color:rgba(0, 149, 214, 0.8);}
.corfil2 { background-color:rgba(230, 92,0, 0.8);}

.produtos .item  h2{
  text-align: center;
  width: auto;
  color: #fff;
 padding:5px;
  opacity: 1;

}

.downblog{color:#fff;}

.pre-text{position:absolute; width:50%; height:50%; left:25%; top:25%; text-align:center; color:#fff;}

.pre-text button{padding:5px 10px; color:#0095d6; font-size:1.4rem;}

.produtos .item span{width:100%; height:100%; left:0; top:0; position:absolute;  text-align:center; opacity:0;
-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out
}

.produtos .item :hover, .produtos .item :hover span {
    opacity:0.9;
}


.form-control{
margin-top:10px;
border-radius:0;
padding-left:50px;

}

.fornome{background:#fff url('../img/nome.png') no-repeat left; background-size:32px 32px;}
.foremail{background:#fff url('../img/email.png') no-repeat left; background-size:32px 32px;}
.forassunto{background:#fff url('../img/assunto.png') no-repeat left; background-size:32px 32px;}
.fortel{background:#fff url('../img/telefone.png') no-repeat left; background-size:32px 32px;}
.formsg{background:#fff url('../img/mensage.png') no-repeat left; background-size:32px 32px;}


.form-contato{margin-top:50px; margin-bottom:50px;}

.container-fluid h1{position:absolute; text-align:center; color:#fff; top:170px; left:0; width:100%;}
.btn{border-radius:0;  font-weight:bold; cursor:pointer;}

.instagram-content #instafeed{
  display: flex;
  flex-wrap: wrap;

}

.instagram-content #instafeed a{
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
}
.blog{ 
  padding: 80px 0;
  text-align:left; 
  color:#E65C00; 
  background:#fff;
}

.blog .content{

}
.post-blog{
  width: 100%;
  display: flex;
  justify-content: center;
}


.blog .item{height:380px;background:#ff0;}


.blog .item .filtro{position:absolute; left:0; top:0; width:100%; height:100%;}



.blog .item  h2{position:absolute; left:5%; top:40%; text-align:center; width:90%; color:#fff;
 opacity:1;

}



.blog .item span{width:100%; height:100%; left:0; top:0; position:absolute;  text-align:center; opacity:0;
-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out
}

.blog .item :hover, .blog .item :hover span {
    opacity:0.9;
}

 .marge-blog{height:50px;}


 
.fb-page{margin-top: -35%;}
#parallaxBar{
    height:350px;
    background-color:#004c82;
    background: url(../assets/img/parallax.jpg) 50% 0 fixed;
    position: relative;
}



.contato{background: url(../assets/img/footer.jpg) no-repeat center; background-size:cover; color:#fff; font-weight:bold;}

.nav-footer {
    border-left: 1px solid #004262;
}
.nav-footer .nav-link {
    border-left: solid 5px transparent;
    padding: 15px 20px;
}
   
.nav-footer .nav-link:hover { 
  border-left: solid 5px #fff;
}

   
.cologo{
  padding-left: 100px;
}

.cologo img {
    width: 200px;
}
.cologo p {
    text-align: center;
    margin-top: 5px;
    letter-spacing: 5px;
    font-size: 10px;
    width: 200px;
}
.nav-footer a{
  color:#fff;
  font-size:0.9rem;
  padding-left:32%
} 

.siga {
    width: 180px;
    float: left;
    margin-left: 50px;
}

.siga h2 {
    text-align: center;
    float: left;
    background: #0095D6;
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 0;
    width: 100%;
    font-weight: 700;
}

.siga a {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
    border: solid 2px #fff;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
.siga .fa {
    margin-right: 10px;
}
.siga .fa-facebook-f:before {
    color:#fff;
}

.container2{width:100%; margin:0;}
.container2 .row{width:100%; margin:0;}


.contato-content {
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.mapa {
  padding-right: 0 !important;
  padding-left: 0 !important;
}


@media only screen and (max-width:1000px) {
  header.header{
    padding: 0 15px;
  }

  .logo img {
      width: 120px;
  }

  .menu ul li{
    margin: 0;
  }
  .menu ul li a{
    font-size: 13px;
  }

  .contato-content{
    margin: 50px;
  }


    
}

@media only screen and (max-width:768px) {
  .btn-menu{
    display: block;
    color: white;
    font-size: 32px;
  }
  .btn-menu:hover{
    color: white;
  }
  .logo{
    text-align: center;
   }
  .logo img {
      width: 150px;
  }
  .menu{
    position: absolute;
    left: 0;
    top:0;
    display: none;
  }
  .menu ul{
    position: relative;
    flex-direction: column;
    background: white;
    padding: 25px;
  }
  .menu ul li{
    height: auto;
  }
  .menu ul li.social{
    flex-basis: auto;
    flex-direction: column;
  }
  .social .tel{
    color: black;
  }

  .menu ul li a{
    color: #555;
  }

    /*------------------
          quem somos
      ------------------*/

    .tecnologia, 
    .qsomos,
    .filosofia,
    .servicos,
    .produtos,
    .blog{ 
      padding: 20px 0;
    }

    .servicos .serv-locacao,
    .servicos .serv-venda{
      margin-top: 20px;
    }



    .servicos .serv-locacao,
    .servicos .serv-venda{
      padding: 0 15px;
    }

    .instagram-content{
      display: none;
    }

    .post-blog{
      flex-wrap: wrap;
    }

   /*------------------
          footer
      ------------------*/

    .nav-footer {
        border: 0;
        text-align: center;
    }

    .cologo {
        padding-left: 0; 
        text-align: center;
    }

    .cologo p{
      margin: 0 auto;
    }

    .siga {
        float: none;
        margin-left: 0;
        margin: 0 auto;
    }

    .contato .padding-top-lg{
      padding-top: 20px;
    }
}



::-webkit-input-placeholder {
   color: #007bff !important;
   font-family: 'Montserrat', sans-serif;font-weight:bold;
}

::-moz-placeholder { /* Firefox 18- */
    color:#007bff !important;
      font-family: 'Montserrat', sans-serif;font-weight:bold;
}

::-moz-placeholder {  /* Firefox 19+ */
      color:#007bff !important;
     font-family: 'Montserrat', sans-serif;font-weight:bold;
}

::-ms-input-placeholder {  
   color: #007bff !important;
   font-family: 'Montserrat', sans-serif; font-weight:bold;
}
