.elementor .e-3808487{flex-direction:column;/* =====================================================
 JDC - REMOVER TÍTULO / FAIXA SUPERIOR DO TEMA NA HOME
 ===================================================== */

body.home .page-header,
body.home .entry-header,
body.home .page-title,
body.home .entry-title,
body.home .wp-block-post-title {
  display: none !important;
}

/* Remove o espaço deixado pelo título */
body.home .site-main,
body.home main,
body.home #primary,
body.home #content,
body.home .site-content,
body.home .content-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Alguns temas colocam o título dentro deste container */
body.home .page-header,
body.home .entry-header {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Remove container de título de temas em blocos */
body.home main > .wp-block-group:first-child:has(.wp-block-post-title) {
  display: none !important;
}\n}