body{
	
	background-image: url("../Img/Templates/wallpaper-servico.png");
	background-repeat: no-repeat, repeat-x;
	background-attachment:fixed;
	background-size:100% 100%;
	 
}
/**********************************************************************/

/*SMARTPHONE*/
@media screen and (max-width:767px){

	/*CONTROLE DE MARGIN LEFT AND RIGHT AND TOP*/

	.servico{
	
		letter-spacing:30px;
		width:95%;
	
		margin-left:10px;
		margin-right:10px;
		margin-top:100px;
	
		background-color:none;	
	}
	
	
	.servico-box{
		
		display:inline-block;
		
		background-color:#567;
		border-radius:10px;
		
		width:64px;
		height:64px;
	}
	
	.servico-icon{
		padding:15px;
		width:64px;
		height:64px;
	}
	
	.servico-nome{
		
		background-color:none;
		
		font-size:14px;
		color:white;
		
		letter-spacing:0px;
	}

}

/*TABLET*/
@media screen and (min-width:767px) and (max-width:1023px){}

/*DESKTOP*/
@media screen and (min-width:1024px){

/*CONTROLE DE MARGIN LEFT AND RIGHT AND TOP*/

	.servico{
	
		letter-spacing:30px;
		width:95%;
	
		margin-left:10px;
		margin-right:10px;
		margin-top:100px;
	
		background-color:none;	
	}
	
	
	.servico-box{
		
		display:inline-block;
		
		background-color:#567;
		border-radius:10px;
		
		width:64px;
		height:64px;
	}
	
	.servico-icon{
		padding:15px;
		width:64px;
		height:64px;
	}
	
	.servico-nome{
		
		background-color:none;
		
		font-size:14px;
		color:white;
		
		letter-spacing:0px;
	}

}







