@media print {
    .content_print {
        background-color: white;
        height: 100%;
        width: 100%;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        position: absolute;
        top: 0;
        left: 0;


    }
   .row{
    max-width: 100% !important;
   }
  .only-print{
    display: block;
  }
   .print-none, .busca, .publicidade, footer, .faixa, header, .btn-categoria, .social-links, .breadcrumb, .btn_imprimir, .side-menu{
    display: none;
   }
   .columns{
    height: auto !important;
   }

}

@media print {
  .medium-1 {
    width: 8.33333% !important;
  }

  .medium-2 {
    width: 16.66667% !important;
  }

  .medium-3 {
    width: 25% !important;
  }

  .medium-4 {
    width: 33.33333% !important;
  }

  .medium-5 {
    width: 41.66667% !important;
  }

  .medium-6 {
    width: 50% !important;
  }

  .medium-7 {
    width: 58.33333% !important;
  }

  .medium-8 {
    width: 66.66667% !important;
  }

  .medium-9 {
    width: 75% !important;
  }

  .medium-10 {
    width: 83.33333% !important;
  }

  .medium-11 {
    width: 91.66667% !important;
  }

  .medium-12 {
    width: 100% !important;
  }
}