/* //////// MEDIA PRINT /////// */
@media print {
  .barra-superior .breadcrumb {
    display: none;
  }
  a[href]:after {
    content: none;
  }
}
