@charset "utf-8";
/* CSS Document */


/* ==========================================================================
   Estilos para impressão
   ========================================================================== */

@media print {
@page { size: auto;  margin: 0mm; }

* { 
	background: transparent !important; 
	color: #000 !important; 
	text-shadow: none !important; 
	filter:none !important; 
	-ms-filter: none !important; 
} 

body {
	margin: 0; 
	padding: 0;
	line-height: normal;
	font-family: "LeelawadeeUI";
	color: #000;
	font-size: 15px;
}

@page { 
	size: auto;  
	margin: 0mm; 
}

.wrap { 
	float: none !important; 
	width: 100%; 
    margin: 0;     
}

.no-print, nav, footer, video, audio, object, embed, { 
	display: none; 
}
	
.print {
	 display: block;
}

#cabec_printer {
	display: block;
	float: left;
	clear: both;
	width: 90%;
	height: auto;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
}
	
.logo_printer {
	float: left;
	clear: none;
	width: 22%;	
}
	
.logo_printer img {
	width: 100%;	
}
	
.endereco_printer {
	float: right;
	clear: right;
	width: auto;
	text-align: right;
}
	
.endereco_printer span {
	font-size: 18px;
	font-weight: bold;
}

#title_printer {
	display: block;
	float: left;
	clear: both;
	width: 90%;
	height: auto;	
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 12px;
	text-align: center;		
	font-family: "Bebas-Neue-Book";
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold; 
}
	
/*.placa_printer {
	float: left;
	clear: none;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 30px;
	border: solid 2px #000;
}*/

/*.cod_printer {
	float: right;
	clear: right;
	width: auto;
	text-align: right;
	font-style: italic;
	font-weight: bold; 
	font-size: 30px;
	margin-top: 10px;
}*/


#imagens_printer {
	display: block;
	float: left;
	clear: both;
	width: 90%;
	height: 160px;
	margin: 0;
	padding: 0;
	margin-top: 12px;
	margin-left: 5%;
	margin-right: 5%;
}

.img_printer1 {
	float: left;
	clear: both;
	width: 60%;
	height: 160px;
	margin-left: 20%;
	text-align: center;
}
	
/*.img_printer2 {
	float: right;
	clear: right;
	width: 35%;
	height: 165px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}*/
	
#detalhes_printer {
	display: block;
	float: left;
	clear: both;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 12px;
	font-size: 12px;
}
	
.valor_printer {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 12px;
	text-align: center;
	font-weight: bold; 	
	font-family: "Bebas-Neue-Book";
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
}
	
.descricao_printer {
	float: left;
	clear: none;
	width: 56%;
}
	
.descricao_printer span {
	font-size: 14px;
	font-weight: bold;
}
	
.descricao_printer p {
	margin-top: 5px;
	text-align: justify;
}
	
.ficha_printer {
	float: right;
	clear: right;
	width: 38%;
	min-height: 145px;
	border-left: solid 1px #000;
	padding-left: 2%;
	padding-top: 25px;
}
	
.ficha_printer span {
	font-weight: bold;
}

/*#rodape_printer {
	display: block;
	position: absolute;
	float: left;
	clear: both;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;	
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 2px #000;
	font-family: "Times New Roman", Constantia, sans-serif;
	font-style: italic;
	font-size: 25px;
	text-align: center;	
	bottom: 25px;
}*/

aside {
	display:block;
	page-break-before: always;
}

/*h1 {
	font-size: 24pt;
}*/

/*h2 {
	font-size: 18pt;
}*/

/*h3 {
	font-size: 14pt;
}*/
    
/*p {
	font-size: 12pt;
	widows: 3;
	orphans: 3;
}*/

/*a, a:visited {
	text-decoration: underline;
}*/

/*a:link:after, a:visited:after { 
	 content: " (" attr(href) ") ";
}*/

/*p a {
	 word-wrap: break-word;
}*/

q:after {
	content: " (" attr(cite) ")"
}

a:after, a[href^="javascript:"]:after, a[href^="#"]:after { 
	content: "";
	display: none;
}  

.page-break { 
	page-break-before: always; 
}
    
/*Estilos da Demo*/
/*.header.print h1{
	width: 100%;
	margin-bottom: 0.5cm;
	font-size: 18pt;
}*/

/*.artigo {
	margin-top: 0;
	border-top: 1px solid #000;
	padding-top: 1cm;
}*/

/*h1 a:link:after, h1 a:visited:after { 
	content: ""; 
}*/

#topo {display: none;}
#info {display: none;}
.title4 {display: none;}
#area_fotos{display: none;}
#conteudo3 {display: none;}
#mais_info {display: none;}
#semelhantes {display: none;}
#rodape {display: none;}
#rodape_fixo{display: none;}



