.elementor-5130 .elementor-element.elementor-element-232d744{--display:flex;}/* Start custom CSS *//* --- REMOVER CABEÇALHO PADRÃO DO WORDPRESS --- */

/* Esconde a caixa geral do cabeçalho */
header, 
header#masthead, 
.site-header, 
.elementor-location-header,
.site-branding {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Esconde especificamente Título e Descrição do Site */
.site-title, 
.site-description,
.custom-logo-link {
    display: none !important;
}

/* Remove margens extras que o tema pode ter colocado no topo */
body, html {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background-color: #0f172a; /* troque pela cor desejada */
}
</style>/* End custom CSS */