/*CSS Print Document*/

@media print {
  body {
    font-family: "Open Sans" !important;
  }

  a[href]:after {
    content: none !important;
  }

  .topbar,
  .header__nav,
  .menu-noticies,
  article input[type="button"],
  #sidebar-second,
  .share-cont,
  .block-views-blocknews-blog-block-2,
  .footer-right,
  .historic,
  .back,
  article + h2,
  .block-formblock-node,
  .txt_info,
  .block-views-blockagenda-dia-block-1,
  .block-views-blockbanners-superiors-block-1,
  .block-views-blockvideo-banner-block-1,
  .path-frontpage .content-bottom,
  .pre_footer,
  .more,
  #block-twitterblockembedtweets-3 {
    display: none !important;
  }
  .site-branding a {
    color: #fff !important;
  }

  .curs {
    width: 50%!important;
    float: left!important;
  }
  
  .item-noticia-list {
    margin-bottom: 20px;
  }
  article .info-curs,
  .item-noticia-list .imatge-noticia-list,
  .path-frontpage .views-field-nothing-2 {
    width: 33.33333333% !important;
    float: left!important;
  }

  article .programa-curs,
  .item-noticia-list .info,
  .path-frontpage .views-field-field-imatge-destacat {
    width: 66.66666667% !important;
    float: left!important;
  }

  .footer-left {
    width: 100% !important;
  }
}
