.site-branding,
   .site-title,
   .site-description {
     display: none !important;
   }
#header #headerimg{
  display: none !important;
}
#headerimg h1,
#headerimg .description{
  display: none !important;
}
body#page #header#headerimg h1,
body#page #header #headerimg h1,
body#page #header #headerimg .description{
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* Oculta el texto del logo en desktop Y mobile */
#headerimg h1,
#headerimg .description,
.site-title,
.site-description,
.mobile-header .title-area,
.x-navbar .title-area{
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

#headerimg h1,
#headerimg .description{
  display:none !important;
}