/*======================= CSS ESPECIFICOS PARA IMPRESSAO =====================*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  body {
    margin: 0;
    padding: 0;
    line-height: 1.4em; }

  @page {
    margin: 0.5cm; }

  a:after {
    content: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a:link:after, a:visited:after {
    content: " (" attr(href) ") "; }

  a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  p a {
    word-wrap: break-word; }

  p {
    widows: 1; }

  p {
    orphans: 1; } }