@charset "utf-8";
/* CSS Document */

#revendedores #Servicos .container #boxServicos .detalhes h2{
	text-align: center;
	margin-bottom: 30px;
}
#revendedores #Servicos .container #boxServicos .detalhes p .nome{
	font-weight: bold;
}
#revendedores #Servicos .container #boxServicos .detalhes .endereco{
	padding-bottom: 45px;
}
#revendedores #Servicos .container #boxServicos .detalhes .bloco-telefone{
	max-widh: 400px;
	text-align: left;
}
#revendedores #Servicos .container #boxServicos .detalhes .bloco-telefone div{
	position: relative;
	max-width: 185px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-top: -7px;
}

#revendedores #Servicos .container .row,
#revendedores #Servicos .container #boxServicos{
	padding-left: 0px;
}
#revendedores #Servicos .container .row{
	text-align: center;
}
#revendedores #Servicos .container .row .detalhes{
	margin-left: auto;
	margin-right: auto;
}
#revendedores #Servicos .container .row .detalhes p{
	text-align: left;
}
#revendedores #Servicos .container .row .detalhes .bloco-telefone{
	
}
#revendedores #Servicos .container .row .detalhes div{
	margin-left: 0px;
		}

@media only screen and (max-width: 900px){
	#revendedores #Servicos .container #boxServicos .detalhes .bloco-telefone{
		width: 100%;
		text-align: center;
	}
	#revendedores #Servicos .container #boxServicos .detalhes .bloco-telefone div{
		display: block;
		max-width: 100%;
		text-align: center;
		margin: 0px;
	}
	#revendedores #Servicos .container .row .detalhes p{
	text-align: center;
}
}