.total-servicos{
	position: relative;
	min-height: 10px;
	overflow: hidden;
}
.total-conteudo-servicos{
	position: relative;
	padding-bottom: 100px;
}
.titulo-servicos{
	color: #5A5A5A;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    margin-top: 75px;
    margin-bottom: 70px;
}
.campo-esquerda-servicos{
    border: 1px solid #80C8A2;
}
.campo-direita-servicos img{
    width: 100%;
    display: block; 
}
.campo-esquerda-servicos, .campo-direita-servicos{
    width: 50%;
    float: left;
    min-height: 366px;
    text-align: center;
}
.icone-campo-esquerda{
    margin-top: 42px;
}
.titulo-campo-esquerda{
    color: #5A5A5A;
    font-size: 26px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: 'Ubuntu', sans-serif;
}
.texto-campo-esquerda{
    color: #5A5A5A;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Ubuntu', sans-serif;
}
.texto-campo-esquerda p{
    color: #5A5A5A;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Ubuntu', sans-serif;
}
.img-campo-mobile{
	display: none;
	min-height: 354px;
}
@media (max-width: 767px){
	
	.total-conteudo-servicos{
		padding-bottom: 50px;
	}
	.campo-esquerda-servicos, .campo-direita-servicos{
		width: 100%;
		float: none;
	}
	.campo-esquerda-servicos{
		margin-bottom: 20px;
		padding-bottom: 30px;
		min-height: 10px;
		height: auto;
	}
	.campo-direita-servicos{
		width: 100%;
		min-height: 10px;
		height: auto;
	}
	.campo-direita-servicos img{
		width: 100%;
		display: block;
	}
	.img-campo-mobile{
		display: block;
		width: 100%;
	}
	.img-campo-mobile img{
		display: block;
		width: 100%;
	}
	.campo-foto-hidden{
		display: none;
	}
	.texto-campo-esquerda{
		min-height: 10px;
		height: auto;
		overflow: inherit;
	}

}
@media (min-width:768px) and (max-width:999px){
	
	.total-conteudo-servicos{
		padding-bottom: 50px;
	}
	.campo-esquerda-servicos, .campo-direita-servicos{
		width: 100%;
		float: none;
	}
	.campo-esquerda-servicos{
		margin-bottom: 20px;
		padding-bottom: 30px;
		min-height: 10px;
		height: auto;
	}
	.campo-direita-servicos{
		width: 100%;
		min-height: 10px;
		height: auto;
	}
	.campo-direita-servicos img{
		width: 100%;
		display: block;
	}
	.img-campo-mobile{
		display: block;
		width: 100%;
	}
	.img-campo-mobile img{
		display: block;
		width: 100%;
	}
	.campo-foto-hidden{
		display: none;
	}
	.total-campos-servicos{
		width: 50%;
		margin: 0 auto;
	}
	.texto-campo-esquerda{
		min-height: 10px;
		height: auto;
		overflow: inherit;
	}

}