/* Configuracao de impressao */

@media print {
	@page {
		size: 330mm 427mm;
	}
	
	.container {
    	width: 1170px;
	}
	
	.breadcrumb, .top-social, .header-navigation, .dropdown, .area-contato, 
	#topcontrol, .top-search, .footerescuro, .redes-sociais, .footer img,
	.menu-area, a.toggle {
		display: none !important;
	}
	
	* {
		background: transparent !important;
		border: none !important;
		color: #000 !important;
		text-shadow: none !important;
		box-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
		outline: none !important;
		border: none !important;
		page-break-before: none;
	}
	
	h1 {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	.container div, .container p {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	a[href]:after {
		content: none !important;
	}
	
	.well-custom {
		border: none !important;
		box-shadow: none !important;
	}
	
	.site-logo {
		margin-top: 20px !important;
		padding-bottom: 20px !important;
	}
}