@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');











/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

/*http://www.construtorabaggio.com.br/servicos/*/
/*------------------------*/
.top{
  padding: 10px;
  background-color: #003cb3;
  color: #fff;
}

.top{
  font-size: 14px;
}

.header{
  background-color: #fff;
  height: 128px;
  border-bottom: 1px solid #f2f2f2;
}

.logo{
  width: 200px;
  height: 80px;
}

#slides img{
  height: 700px;
  width: 100%;
}

#navbarResponsive{
  background-color: #fff;
}

#navbarResponsive a{
  font-size: 14px;

}

#navbarResponsive a:hover{
  border-bottom: 5px solid #003cb3;
}

#nota_admin{
  margin-bottom: 50px;
}

#nota_admin img{
  border-radius: 100%;
  width: 128px;
  height: 128px;
}


#obras_recentes{
  background-color: #f2f2f2
}

#obras_recentes img
{
  width: 256px;
  height: 256px;
}

.servico_item{
	padding: 5px;
	width: 300px;
	margin: auto;
	border-radius: 5px;
	text-align: center;
}

.servico_item p{
	font-size: 24px;

}

.servico_item img{
	width: 128px;
	height: 128px;
	border-radius:80%;
	transition: all 0.5s;
}

.servico_item img:hover{
	transition: all 0.5s;
	border-radius:0%;
}

.contacto{
  background-image: url("images/bg_contacto.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  margin:50px 0px;
  padding: 100px;
  height: 500px;
}


.nota{
  background-color: #f2f2f2;
}

.about{
   /* The image used */
  background-image: url("images/sessao_about_bg_.jpg");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-size: 18px;
   
}

#nossos_clientes{
  background-color: #f2f2f2;
  padding-bottom: 50px;
}

.img_clientes{
  width: 1000px;
  margin: auto;
}

.img_clientes img {
  text-align: center;
  margin: 0px 100px;
}

/*-----------------------------*/
/*objectvo*/
.objectvo
{
  background-color: #f2f2f2;
  font-weight: bold;
}

.objectvo img
{
  width: 200px;
  height: 120px;
}

.footer{
  background-color: #000;
  color: #fff;
}


.sessao_contacto{
  color: #fff;
  background-color: #003cb3;
  margin-top: 100px;
  padding: 50px;
}

.title{
  background-color: #f2f2f2;
}

.empresa_actividades_objectivo{
  background-image: url("images/slider1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  margin:50px 0px;
  padding: 100px;
   filter: grayscale(100%);
}

.empresa_actividades_objectivo h3{
  border-bottom: 4px solid orange;
  padding: 10px;
}
/*-------------------------------*/
/*Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap*/
@media (max-width: 576px) {
    #slides img{
    height: 200px;
    width: 100%;
  }

  .top{
    display: none;
  }
  
  .contacto{
	  height: 300px;
  }

}
/*Small (sm) devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    #slides img{
    height: 400px;
    width: 100%;
  }

}

/*Medium (md) devices (tablets, 768px and up)*/
@media (min-width: 768px) {...}

/*Large (lg) devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #slides img{
    height: 500px;
    width: 100%;
  }

}

/*Extra (xl) large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }






