		
	@media print {

    body,
    html,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    font,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td {
    	-webkit-print-color-adjust: exact;
    }
		
		.no-print{
			display:none !important;
		}
		
		.print-area-reservada{
			display:none !important;
		}
		
		.print-navbar{
			display:none !important;
		}
		
		.header-just-on-print{
			display:initial !important;
		}
		
		.qs-full-width{
			margin-top:2em;
		}
		
		
		.col-lg-9 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}
		
		.col-md-9 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}
		
		.col-lg-8 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}
		
		.col-md-8 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}
		
		.qs-main-footer{
			display:none !important;
		}
		
		.img-blog-details {
			height: 100%;
			width: 100%;
		}
		
		.upArrow{
			display:none !important;
		}

}
