/*@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");*/
@font-face {
  font-family: 'Exo-regular';
  src: url("../fonts/Exo-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Exo-medium';
  src: url("../fonts/Exo-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Exo-bold';
  src: url("../fonts/Exo-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Exo-black';
  src: url("../fonts/Exo-Black.otf") format("opentype");
}
/*
 *
 *   KATHARINA HOME
 *   1.0
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
body {
  color: #676a6c;
  font-family: 'Exo-regular', helvetica, arial, sans-serif;
}
span.navy {
  color: #1ab394;
}
p.text-color {
  color: #676a6c;
}
a.navy-link {
  color: #1ab394;
  text-decoration: none;
}
a.navy-link:hover {
  color: #17a185;
}
section p {
  color: #aeaeae;
  font-size: 13px;
}
address {
  font-size: 13px;
}
h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200;
}
.navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #1ab394;
}
.navy-bg {
  background-color: #1ab394;
  color: #ffffff;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  margin-top: -1px !important;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-default .nav li a {
  color: #b0afaf;
  font-family: 'Exo-regular', helvetica, arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-nav > li > a {
  padding-top: 25px;
  border-top: 6px solid transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  border-top: 6px solid #1ab394;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #1ab394;
}
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}
.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background: #17a185;
  color: #fff;
}
.navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  background: #1ab394;
  padding: 15px 20px 15px 20px;
  border-radius: 0 0px 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-scroll.navbar-default .nav li a {
  color: #676a6c;
}
.navbar-scroll.navbar-default .nav li a:hover {
  color: #1ab394;
}
.navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}
.nav > li > a {
  padding: 9px 10px 12px 10px;
}

.navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px;
}
.navbar.navbar-scroll .navbar-brand {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  height: auto;
}

.navbar-header{
  height: 65px;
  background-color: #FEEC44;
  border-bottom-right-radius: 10px;
}

.navbar-header .logobar{
  margin: 0px 10px 0px 0px;
  padding: 10px 0px 0px 43px;
  width: 209px;
  float: right;
}

.navbar-header .logobar img{
  height: 40px;
}

.navbar-intersect{
  background: url('../assets/nav-intersect.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 81px;
  width: 88px;
  float: left;
  padding: 0px;
}

.navbar-call{
  color: #fff;
  margin: 8px 4px 10px 0px;
  width: 100%;
  font-size: 11px;
}

.nav-call-msg{
  font-family: helvetica;
  letter-spacing: 0.8px;
  font-weight: 100;
}

.navbar-menu{
  background: #fffff; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#ffffff, #E1E1E1); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #E1E1E1); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #E1E1E1); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #E1E1E1); /* Standard syntax */
}

.navbar-hmenu-left{
  background-color: transparent;
  height: 55px; 
}

.navbar-hmenu-left:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 66px solid #FFFFFF;
  border-left: 75px solid rgba(255, 0, 0, 0);  
  border-bottom-style: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 0;  
  height: 55px; 
}

.col-direita{
  width: 60.1%;
  float:left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.divider-vertical {
  height: 30px;
  margin: 8px 3px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
/* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
  height: 670px;
  width: 100%;
}
.header-back.one {
  background: url('../assets/img-slide-01.jpg');
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-back.two {
  background: url('../assets/img-slide-02.jpg');
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-back.tree {
  background: url('../assets/img-slide-03.jpg');
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-icon-image{
  width: 90px;
  height: 90px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 670px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-caption hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FEEC44;
  margin: 1em auto;
  padding: 0;
  width: 200px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 670px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 670px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control {
  width: 6%;
}
.carousel-inner .container {
  position: relative;
}
.carousel-inner {
  overflow: visible;
}
.carousel-caption {
  font-family: "Exo-medium";
  font-weight: 100;
  letter-spacing: 6px;
  position: absolute;
  top: 230px;
  left: 35%;
  bottom: auto;
  right: auto;
  text-align: center;
}

.slide-nav{
  position: absolute;
  bottom: 150px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.slide-nav a{
  margin: 0px 40px;
}

.carousel-caption a{
  margin: 0px 80px;
}
.carousel-caption.blank {
  top: 140px;
}
.carousel-image {
  position: absolute;
  right: 10px;
  top: 150px;
}
.carousel-indicators {
  padding-right: 60px;
}
.carousel-caption h1 {
  font-family: "Exo-black";
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 2px;
}
.carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}
.caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.caption-link:hover {
  text-decoration: none;
  color: inherit;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-primary {
  font-family: "Exo-medium";
  text-transform: uppercase;
  background-color: #666;
  border-color: #666;
  color: #FFFFFF;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 8px 20px;
  font-weight: 200;
  border-radius: 30px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}
/* QUEM SOMOS
------------------------- */
.services {
  padding-top: 60px;
  text-align: center;
}

.services .container-special{
  width: auto;
  padding-right:initial;
  padding-left:initial;
}  

.services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}

.services .image{
  max-width: 30px;
  margin: 0px 0px 30px 0px
}

.services .description{
  background: url('../assets/bg-quem-somos.svg');
  background-position: 0%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1000px;
  padding: 20% 46% 10% 12%;
}

.services .description .row h1{
  font-family: "Exo-medium";
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 5px;
  color: #ffffff;
  margin-bottom: 20px;
}

.services .description .row p{
  color: #ffffff !important;
}

.services .description .row button{
  border-radius: 40px;
  box-shadow: 3px 2px 4px #3c763d;
  font-family: 'Exo-bold';
  text-transform: uppercase;
  font-size: 11px;
  color: #777;
  padding: 11px 20px;
  float: right;
  margin-top: 20px;
}

.quemsomos-block {
  margin-top: 40px;
}
.quemsomos-text {
  margin-top: 40px;
}
.quemsomos small {
  color: #1ab394;
}
.quemsomos h2 {
  font-size: 18px;
  margin-top: 5px;
}
.quemsomos-text-alone {
  margin: 40px 0;
}
.quemsomos-text-alone h1 {
  font-weight: 200;
}
.quemsomos-icon {
  color: #1ab394;
  font-size: 40px;
}

/* INFRA ESTRUTURA
------------------------- */

.infra{
  margin-top: 60px;
  text-align: center;
}

.infra hr{
  border-color: #e1e1e1;
}

.infra .container{
  padding-right: 12%;
  padding-left: 12%;
}

.infra .container .box-1 h2{
  font-family: "Exo-medium";
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 5px;
  color: #555;
  margin-bottom: 20px;
}

.infra .container .box-1 p{
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #777;
  padding: 0% 20%;
}

.infra .container .box-2{
  margin: 80px 0px;
}

.infra .container .box-2 span{
  font-family: "Exo-medium";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none;
  color: #555;
  margin: 40px 0px 0px 15px;
  float:left;
}

.infra .container .box-2 span > small{
  text-align: left;
  font-family: "Exo-regular";
  font-weight: 200;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none;
  color: #777;
}

.infra .container .box-2 img{
  max-width: 100px;
  float:left;
}

/* NOSSAS OBRAS
------------------------- */

.obras{
  margin-top: 60px;
  text-align: center;
}

.obras hr{
  border-color: #e1e1e1;
}

.obras .container:first-child{
  padding-right: 12%;
  padding-left: 12%;
}

.obras .box-1{
  margin-bottom: 70px;
}

.obras .container .box-1 h2{
  font-family: "Exo-medium";
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 5px;
  color: #555;
  margin-bottom: 20px;
}

.obras .container .box-1 p{
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #777;
  padding: 0% 20%;
}

.obras .row{
  
}

.obras .linha .col:nth-child(1){
  
}

.obras .linha .col:nth-child(1) img{
  height: 300px;
}


.obras .linha .col:nth-child(2){
  padding: 90px 42px 0px 0px;
}

.obras .linha .col:nth-child(2) img{
  height: 210px; 
}

.obras .linha .col:nth-child(3){
  padding: 60px 62px 0px 0px;
}

.obras .linha .col:nth-child(3) img{
  margin: 0px 0px 0px -149px;
  height: 240px;
}

.obras .linha .col:nth-child(4){
  padding: 0px 0px 0px 107px;
}

.obras .linha .col:nth-child(4) img{
  height: 220px;   
}

.obras .linha .col:nth-child(5){
  
}

.obras .linha .col:nth-child(5) img{
  height: 300px;
}

.obras .linha .col:nth-child(6){
  
}

.obras .linha .col:nth-child(6) img{
  height: 300px;
}

.obras .linha .col:nth-child(7){
  
}

.obras .linha .col:nth-child(7) img{
  height: 300px;
  margin: -80px 0px 0px -16px;
}

.obras .linha .col:nth-child(8){
  
}

.obras .linha .col:nth-child(8) img{
  height: 300px;
}

.obras .linha .col:nth-child(9){
   padding: 0px 55px 0px 0px;
}

.obras .linha .col:nth-child(9) img{
  height: 200px;
}

.obras .linha-filtro .col img{
  height: 250px;
}

.obras .carousel{
  height: inherit;
}

.obras .carousel .item{
  height: inherit;
  background-color: transparent;
}

.obras .carousel .container{
  padding: 15px;
}

.obras .carousel .carousel-indicators{
  top: -50px;
}

.obras .carousel .carousel-indicators li{
  border: 1px solid #333;
}

.obras .carousel .carousel-indicators .active{
    background-color: #333;
}

/* Certificações
------------------------- */

.certifica{
  margin-top: 60px;
  text-align: center;
  background:#FEEC44;
  padding: 0px 0px 50px 0px;
}

.certifica .field{
  padding-right: 12%;
  padding-left: 12%;
}

.certifica .box-1{
  margin-top: 40px;
}

.certifica .field .box-1 h2{
  font-family: "Exo-medium";
  font-weight: 900;
  font-size: 25px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 5px;
  color: #333;
  margin-bottom: 20px;
}

.certifica .field .box-2{
  margin-top: 40px;
  color: #333;
}

.certifica .field .box-2 h3{
  font-family: "Exo-medium";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 5px;
}

.certifica .field .box-2 img{
  max-height: 30px;
}

.certifica .field .box-2 hr{
  border-color: #333;
  width: 200px;
  border-width: 1px;
}

.certifica .field .box-2 p{
  color: #333; 
}

.parte-historia{
  background: url('../assets/img-info.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 593px;
  color: #fff;
}

.parte-historia .container{
  padding-top: 45px;
  padding-bottom: 45px;
}

.parte-historia .texto{
  padding: 105px 0px 0px 160px;
}

.parte-historia .row h2{
  color: #fff;
  font-family: "Exo-black";
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 1px;
}

.parte-historia .row p{
  color: #fff;
  font-family: "Exo-regular";
  font-weight: 100;
  font-size: 13px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 1px;
  margin-top:35px;
}

.parte-historia .row img{
  max-height: 480px;
}

/*
    CLIENTES */

#clientes{
  margin-top: -1px;
  text-align: center;
  background:#C0F2CF;
  padding: 30px 0px 30px 0px;
}

#clientes .row{
  margin: 20px 0px 20px -50px;
  width: 960px;
}

#clientes .field{
  padding-right: 12%;
  padding-left: 12%;
}

#clientes .field .box{
  padding: 0% 5% 0% 5%;
}

#clientes .field hr{
  border-color: #333;
  width:210px;
}

#clientes .field h2{
  font-family: "Exo-medium";
  font-weight: 900;
  font-size: 25px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 5px;
  color: #333;
  margin-bottom: 20px;
}

#clientes .field img{
  max-height: 80px;
  margin-top: 10px;
}

/*
  FALE CONOSCO */

#fale-conosco{
  background-color: #F2F2F2;
}

#fale-conosco .negative-padding{
  padding: 0px 5px 0px 0px;
}

#fale-conosco .formulario .bot-p{
  margin-bottom: 4px;
}

#fale-conosco .formulario{
  padding: 4% 9% 0% 10%;
}

#fale-conosco .formulario h2{
  font-family: "Exo-medium";
  font-weight: 900;
  font-size: 25px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 5px;
  color: #333;
  margin-bottom: 20px;
}

#fale-conosco .formulario h4{
  font-family: "Exo-regular";
  font-weight: 200;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 1px;
  color: #777;
  margin-bottom: 50px;
}

#fale-conosco .formulario input{
  color:#777;
  font-family: "Exo-regular";
  font-weight: 200;
  font-size: 12px;
  border:none;
  height: 45px;
}

#fale-conosco .formulario textarea{
  color:#777;
  font-family: "Exo-regular";
  font-weight: 200;
  font-size: 12px;
  border: none;
  min-height: 125px;  
}

#fale-conosco .maps{
  padding-right: 0px;
}

#fale-conosco iframe{
  height: 468px;
  width:100%;
}

.expande{
  width: auto;
}

/*
  FOOTER */

#footer{
  background: url('../assets/img-texture-footer.jpg');
  background-position: 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

#footer .container{
  padding-top: 80px;
}

#footer .rodape{
  padding: 10px 12% 20px 12%;
}

#footer .rodape small{
  font-family: "Exo-regular";
  font-weight: 100;
  font-size: 10px;
  text-shadow: none;
  color: #777;
}

#footer .m-top{
  margin-top:30px;
}

#footer .m-bot{
  margin-bottom:30px;
}

#footer .container .row h4{
  font-family: "Exo-regular";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 2px;
  color: #eee;
}

#footer hr{
  margin: 10px 0px 10px 0px;
  border-color: #555;
  border-width: 1px;
  width: 100%;
}

#footer .container .row hr{
  margin: 10px 0px 40px 0px;
  border-color: #ae9d06;
  border-width: 1px;
  width: 115px;
}

#footer .container .row .img-box{
  margin: 0px 0px 40px 0px;
}

#footer .container .row .imagem{
    max-width: 190px;
}

#footer .container .row p{
  font-family: "Exo-regular";
  font-weight: 200;
  font-size: 10px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 2px;
  color: #ccc;
}

#footer .container .row a{
  text-decoration: none;
  color: #ccc;
  margin: 0px 5px;
}

#footer .container .row a:hover{
  color: #ae9d06;
}

#footer .container .row li{
  margin: 10px 0px;
}

.mg-bot{
  margin-bottom: 50px;
}
/*
  INTERNA INFRA-ESTRUTURA */  

.asfalto{
  background: url("../assets/img-bg-asfalto.jpg") no-repeat;
}

.terraplanagem{
  background: url("../assets/img-bg-terraplanagem.jpg") no-repeat; 
}

.bloquete{
  background: url("../assets/img-bg-bloquetes.jpg") no-repeat;  
}

.nosso-time{
  background: url("../assets/img-bg-quem-somos.jpg");
}

.focados{
  background: url("../assets/img-bg-nosso-time.jpg") #f5f5f5;
}

.missao{
  background: url("../assets/img-bg-missao.jpg") #f5f5f5;
}

.historia{
  background: url("../assets/img-bg-historia.jpg") #f5f5f5;
}

.servicos{
  background: url("../assets/img-bg-servicos.jpg") #f5f5f5; 
}

.certificacoes{
 background: url("../assets/img-bg-certificacoes.jpg") #f5f5f5; 
 padding: 425px 100px 50px 450px !important;
}

.certificacoes, .servicos h1{
  color: #333 !important;
}

.bg-fundo{
  width: auto;
  /*height:460px;*/
  height:460px;
  background-position: 0% 100%;
  background-size: cover;
}

.bg-fundo .box-1{
  padding: 180px 20px 40px 280px;
  text-align: center;
}

.bg-fundo .box-1 h1{
  font-family: "Exo-black";
  font-weight: 900;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 4px;
  color: #fff;
  text-align: left;
}

.bg-fundo .box-2{
  padding: 120px 20px 40px 380px;
}

.bg-fundo img{
  height: 70px;
}

.bg-light{
  height:410px;
}

.feat-texto{
  padding: 40px 190px;
}

.feat-texto .box-1 h2{
  font-family: "Exo-medium";
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 3px;
  color: #333;
}

.feat-texto .box-1 hr{
  margin: 15px 0px 40px 0px;
  border-color: #ffea00;
  border-width: 1px;
  width: 170px;
}

.feat-texto .box-1 p{
  font-family: "Exo-regular";
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
  color: #666;
  line-height: 24px;
}

.feat-texto .box-2{
  padding: 50px 0px 20px 0px;
}

.feat-texto .box-2 img{
  height: 180px;
}

.menu-midle{
  padding: 20px 200px;
}

.menu-midle .nav > li > a{
  font-family: "Exo-regular";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #666;
  margin: 0px 25px;
}

.menu-midle .navbar-nav .active {
  color:#1dc5a3;
}

.menu-midle .navbar-nav > li > a:hover {
  background-color: #fff;
  color:#1dc5a3;
}

.intent{
  width: auto;
  height: 650px;
  background-position: 50%;
  background-size: cover;
  padding: 72px 100px 50px 830px;
}

.intent-bg-color{
  background: #f5f5f5;
}

.intent h1{
  font-family: "Exo-regular";
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 2px;
  color: #fff;
}

.intent-bg{
  padding: 100px 0px 50px 0px;
}

.intent-bg h2{
  color:#fff !important;
}

.intent-bg p{
  color:#fff !important;
}

.intent-bg img{
  height: 130px;
}

.intent-bg .box-img{
  padding: 20px 5px 0px 25px;
}

.intent-bg .box-button{
  padding: 50px 50px 0px 200px;
}

.intent-bg .btn-info{
  color: #fff;
  background: linear-gradient(rgb(98, 197, 100), #3c763d);
  border-color: #3c763d;
  box-shadow: #414141 2px 2px 3px;
  padding: 10px 25px;
  font-family: "Exo-regular";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.color-asfalto{
  background: #575757; 
}

.color-terraplanagem{
  background: #aa825b;
}

.color-bloquetes{
  background: #99999B; 
}

.filter-nav{
  position: absolute;
  top: -60px;
  left: 22%;
  z-index: 15;
  /* width: 60%; */
  padding-left: 0;
  /* margin-left: -35%; */
  text-align: center;
  list-style: none;
}

.filter-nav a{
  margin: 0px 20px;
  color: #000;  
  padding: 10px 25px;
  font-family: "Exo-regular";
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

.filter-nav a:hover{
  background-color: #FEEC44;
  border-radius: 20px;
}

.filter-nav .active{
  background-color: #FEEC44;
  border-radius: 20px; 
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .carousel-image {
    display: none;
  }
}
@media (max-width: 768px) {
  .carousel-caption,
  .carousel-caption.blank {
    left: 7%;
  }
  .carousel-caption h1 {
    font-size: 28px;
  }
  .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
  }
  .navbar-default {
    background-color: transparent;
    border-color: #fff;
    padding: 15px 0;
  }
  .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
  }
  .navbar-default .nav li a {
    color: #676a6c;
  }
  .navbar-default .nav li a:hover {
    color: #1ab394;
  }
  .navbar-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 0px;
    border-radius: 0;
  }
  .nav > li > a {
    padding: 25px 10px 15px 10px;
  }
  .navbar-nav > li > a {
    padding: 20px 10px;
  }
  .navbar .navbar-brand {
    margin-top: 6px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }
  .navbar-wrapper .navbar {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover {
    color: inherit;
  }
  .carousel-control {
    display: none;
  }

  .col-direita #nav-quem-somos{
    display:none;
  }

  .navbar-intersect{
    display:none;
  }

  .navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .navbar-header .logobar {
    left: 0px;
    float: left;
    padding: 12px 0px 0px 15px;
  }

  .slide-icon-image {
    width: 60px;
    height: 60px;
  }

  .slide-nav {
    left: 50%;
  }

  .slide-nav a {
    margin: 0px 4px;
  }

  .services .description {
    padding: 60% 10% 30% 30% !important;
    text-align: right;
  }

  .infra .container .box-2 a{
    position: relative;
    display: block;
    width: 250px;
    height: 130px;
  }

  .obras .item .row div{
      padding: 0px !important;
  }

  .obras .item .row img {
    margin: 10px !important;
    height: 210px !important;
  }

  .parte-historia .texto {
    padding: 105px 22px 20px 22px !important;
  }

  .menu-midle {
    padding: 20px 10px !important;
  }

  .intent {
    padding: 180px 50px 50px 40px !important;
  }

  .intent h1{
    font-size: 36px !important;
  }

  .feat-texto {
    padding: 40px 30px !important;
  }

  .bg-fundo .box-2, .box-1 {
    padding: 0px !important;
    margin: 0px;
  }

  .intent-bg .box-button {
      padding: 50px 50px 0px 70px !important;
  }

  .feat-texto .box-2 img {
    margin: 20px 0px;
  }

  .bg-fundo .box-1 {
    margin-top: 120px;
  }

  .bg-fundo .box-1 h1 {
    text-align: center;
  }

  .filter-nav {
    position: relative;
    top: -60px;
    left: 0;
  }    

  .filter-nav a {
    display: block;
  }

  footer .container .row ul{
    margin-bottom: 40px;
  }

  .rodape .row .text-right{
    text-align: left;
  }
}


@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

