.container-home {
    top: 10;
}

.page-title {
  /*height:400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  */  
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  
}  
.img-page-title{
	 height: 300px;
	 width:100%;
}

.page-title-container{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
}
.servicos{
  display: -webkit-flex;
  display: flex;
 /* -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;*/
}
.title-box-home{
	margin-bottom:30px;
	text-align: center;
	font-weight:bold;
}
.bloco-servicos{
	/*text-align:center;*/
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.h1-page {
    font-size: 4.4rem;
}


@media (max-width: 768px){
	
	 .page-title-container {
		top: 50% !important;
	}
	
	.page-title{
		height: 200px;
		background-size: cover;		
	}
}
	





