@media print {
	#truck{
			width:100%;
			height:100%;
			background: rgb(255,255,255);
			background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(158,158,158,1) 100%);
		}
	@page{
			margin: 0;
			size: auto;
		}
	.botoesStyle4{
			display:none;
		}
	.botoesStyle4-2{
			display:none;
		}
	#botoes2{
			display:none;
		}
	.opSoltos{
			width:200px;
			height:730px;
			display: block;
			float:left;
			top:10px;
			left:0px;
		}
	.btn-download{
			display:none;
		}
	#logomarca img{
			width:250px;
			padding:8px;
			margin-top:10px;
		}
	#logo-daf-bottom img{
			width:130px;
		}	
	#logo-daf-bottom{
			width:160px;
			bottom:10px;
			right:5px;
			position:absolute;
			text-align:center;
			z-index:2;
			}
		}
		
@media print and (max-width: 600px) {
		@page{
			margin: 0;
			size: auto;
		}
		#truck{
			width:100%;
			height:1250px;
			background: rgb(255,255,255);
			background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(158,158,158,1) 100%);
			margin-top:-200px;
		}
	.opSoltos{
			width:100%;
			height:1100px;
			display: block;
			float:left;
			top:480px;
			left:0px;
		}
		#logomarca img{
			width:160px;
			padding:8px;
			margin-top:200px;
			float:left;
			margin-left:-180px;
		}
	#logo-daf-bottom img{
			width:100px;
			float:left;
			margin-left:-260px;
		}
	}
	
.nome{
			margin-top:-30px;
			padding-bottom:10px;
		}
	.nome h1{
			font-size:20px;
			font-weight: 900;
		}
	.nome h5{
			margin-top:-20px;
			page-break-after: always;
		}
