/* Banners */

.view-banner-bloque .views-row{
  padding-bottom: 25px;
}

/* Menú */
@media(min-width:320px) and (max-width:1199px) {
  .toggle-offcanvas-sidebar {
  	display: block;
  }
  #tb-megamenu-main{
    display: none;
  }
}

@media(min-width:992px){
  .block--system-branding-block img {
    width: 166px !important;
    /* height: 44px !important; */
  }
}

.teaser__authored {
  display: none !important;
}

/* Esconder autor en los headers de los articles */

.article-header.article-header--layout-2 .article-header__meta {
  display: none;
}
