@media print{

  .container{display: none;}
  #logoImpressao, .impressaoCenter{
    display: block;
    margin: 30px 0;
  }
  .texto .titulo {
    font: 50px/59px "Times New Roman";
    font-weight: bold;
    color: #000000;
    padding-bottom: 46px;
    position: relative;
    margin-top: -15px;
  }
  .texto .linha-fina {
    font: 18px/22px Arial,sans-serif;
    color: rgb(128, 130, 133);
    padding-bottom: 30px;
    padding-top: 10px;
    clear: both;
  }
  .tema{
    font: 14px/21px Arial,sans-serif;
    margin-bottom: 10px;
  }
  .author {
    font: 10px/21px "Times";
    text-transform: uppercase;
    color: rgb(77,77,79);
  }
  .data {
    font: 10px/12px Arial,sans-serif;
    color: #000;
    padding-bottom: 15px;
  }
  .texto > p, .texto div, .texto div p {
    font: 15px/24px "Georgia", "Times";
    color: rgb(65, 64, 66);
    padding-bottom: 10px;
  }

}
