/**                                                               
 * Galvão & Silva Advocacia - 2022 
 * Copyright(c) Todos os direitos reservados.
 **/
@media print {
	body {
		background: #fff;
		color: #000;
		font-size: 9pt; 
		line-height: 150%;
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
	}
	hr {
		color: #ccc;
		background-color: #ccc; 
	}
	h1, h2, h3, h4, h5, h6, code, pre {
		color: #000;
		text-transform: none;
	}
	h1 {
		font-size: 18pt;
		margin-top: 1em;
		line-height: 28px;
	}
	h2 {
		font-size: 15pt;
		line-height: 28px; 
	}
	h3 {
		font-size: 13pt; 
	}
	h4, h5, h6 {
		font-size: 10pt;
	}
	code, pre {
		font-size: 8pt; 
		background-color: transparent; 
	}
	fieldset {
		float: left;
		display: block;
		clear: left;
		width: 100%;
		margin: 10px 0;
		border: 1px solid #000;	
	}
	label {
		width: 100%;
		display: block;	
	}
	input,
	seletc,
	textarea {
		clear: left;
		margin: 5px 0;
		padding: 5px;
	}
	blockquote {
		background-image: none; 
	}
	a:link, a:visited {
		text-decoration: underline;
		color: #000;
	}
	abbr:after, acronym:after {
		content: " (" attr(title) ") ";
	}
	
	header nav,
	ul.redesSociais,
	section.galeria div.videos,
	iframe,
	#sb-wrapper-inner,
	.redesSociaisAd {
		display: none;	
	}
}