/* /css/print.css */

/* 1) Base para impressão */
@media print {
  /* Página A4 com margens decentes */
  @page {
    size: A4;
    margin: 16mm;
  }

  html, body {
    background: #fff !important;
    color: #000 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  /* 2) Esconder tudo o que polui a impressão */
  header, nav, footer,
  .menu, .navbar, .breadcrumb, .sidebar, .coluna-direita, .coluna-esquerda,
  .banner, .ads, .ad, .cookie, .newsletter, .share, .social,
  .search, .carousel, .slider, .video-container,
  .pagination, .comments, .related, .taglist {
    display: none !important;
  }

  /* 3) Zona do artigo ocupa largura total */
  .article, .post, .content, .main, #content, #artigo, .noticia, .ver3 {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }



  /* 5) Imagens no conteúdo */
  .article img, .post img, #content img, figure img {
    max-width: 100% !important;
    height: auto !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  figure, table, pre, blockquote {
    break-inside: avoid;
    page-break-inside: avoid;
    margin: 8pt 0;
  }

  /* 6) Links – mostrar o URL (opcional) */
  a[href^="http"]:after {
    content: " (" attr(href) ")";
    font-size: 10pt;
  }
  /* mas não nos menus (que já escondemos) */

  /* 7) Remover cores de fundo/gradientes do tema */
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* 8) Quebras de página mais bonitas */
  h1, h2, h3 { page-break-after: avoid; }
  p { orphans: 3; widows: 3; }

  /* 9) Tabelas legíveis */
  table { width: 100%; border-collapse: collapse; }
  th, td { border: 1px solid #ccc; padding: 4pt; }
  
  .opinion_top {
    padding: 0px;
  
}

#logo img {
    
    height: 90px;
}
  
  
  
  
  #header
 {
    height: inherit;
 }
  
  
  
  .column_right{
	  display:none;
	  
  }
  
  #social_network{
	  display:none;
  }
  
  #menu_bar{
	  display:none;
	  
  }
  
    #menu{
	  display:none;
	  
  }
  
  #header_bottom{
	  
	  display:none;
  }
  
  .footer_right{
	  display:none;
	  
  }
  
.leftS {
    width: 100% !important;
}

.image_control_table{
	display:none;
}
  
}

