.total-servicos-home{
	width: 100%;
	min-height: 513px;
	background: url('../../imagens/fundo-servicos.jpg') center no-repeat;
}
.total-servicos-home .titulo-padrao-home{
	display: table;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 45px;
	color: #FFF;
	font-weight: 400;
	font-size: 32px;
    font-family: 'Ubuntu', sans-serif;
}
.contorno-servicos-destaque{
	width: 81%;
	margin: 0 auto;
	min-height: 166px;
}
.campo-servicos-home{
	padding-left:10px;
	padding-right:10px;
	float: left;
	width: 20%;
}
.campo-servicos-home:hover .hover-servicos{
	opacity: 10;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.campo-servicos-home:hover .botao-ver-mais{
	background: #FFF;
	color: #FF706F;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.foto-servicos-home{
	text-align: center;
	position: relative;
	background-color: #FFF;
	border: 1px solid #B9BBC1;
}
.foto-servicos-home img{
	width: 100%;
	display: block;
}
.titulo-servicos-home{
	color: #FFF;
	font-size: 20px;
	width: 100%;
	overflow: hidden;
	height: 46px;
	margin-top: 20px;
	text-align: center;
	font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}
.sub-titulo-servicos-home{
	color: #FFF;
	font-size: 18px;
	width: 100%;
	text-align: center;
	font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}
.hover-servicos{
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	opacity: 0;
	-webkit-transition:0.5s;
	transition:0.5s;
	background-size: cover;
	background: url('../../imagens/hover-produtos.png');
}
.nenhum-servicos-home{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	background: #FFF;
	color: #5A5A5A;
}
.btt-saiba-mais{
	width: 155px;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
	border-radius: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	border-radius: 7px;
	margin-top: 50px;
}
@media (max-width: 767px){
	.contorno-servicos-destaque{
		margin-left: 0px;
		margin-right: 0px;
		min-height: 10px;
		width: 100%;
	}
	.foto-servicos-home{
		min-height: 10px;
		height: auto;
	}
	.total-servicos-home {
	    width: 100%;
	    min-height: 10px;
	    height: auto;
	    padding-bottom: 40px;
	    background: #029245;
	}
	.total-servicos-home .bola-esquerda, .total-servicos-home .bola-direita{
		display: none;
	}
	.total-servicos-home .texto-titulo{
		width: 100%;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.total-servicos-home .titulo-padrao-home{
		display: table;
		margin: 0 auto;
		margin-top: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (min-width:501px) and (max-width:766px){
	.campo-servicos-home{
		width: 50%;
		margin:0 auto;
		float: none;
		margin-bottom: 25px;
	}
}
@media (min-width:351px) and (max-width:500px){
	.campo-servicos-home{
		width: 70%;
		margin:0 auto;
		float: none;
		margin-bottom: 25px;
	}
}
@media (max-width: 350px){
	.campo-servicos-home{
		width: 100%;
		margin:0 auto;
		float: none;
		margin-bottom: 25px;
	}
}
@media (min-width:768px) and (max-width:999px){
	.total-servicos-home {
	    width: 100%;
	    min-height: 10px;
	    height: auto;
	    padding-bottom: 40px;
	    background: #029245;
	}
	.total-listagem-servicos-home{
		margin-top: 40px;
	}
	.sub-titulo-servicos-home{
		width: 100%;
		text-align: center;
	}
	.campo-servicos-home{
		width: 33.333%;
		margin-bottom: 35px;
	}
	.contorno-servicos-home{
		margin-left: 0px;
		margin-right: 0px;
	}
	.foto-servicos-home{
		min-height: 10px;
		height: auto;
	}
	.contorno-servicos-destaque{
		width: 100%;
	}
}