/* Integração da home: o cabeçalho flutua sobre o hero sem criar uma faixa própria. */
body.home.esi-home-embedded {
    background-color: #020813 !important;
}
body.home.esi-home-embedded > :where(.elementor, .site, #page),
body.home.esi-home-embedded :where(.site-content, #content, main) {
    background-color: transparent;
}
body.esi-home-embedded :where(.site-header, .elementor-location-header) {
    position: absolute !important;
    z-index: 1000 !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}
body.admin-bar.esi-home-embedded :where(.site-header, .elementor-location-header) { top: 32px !important; }
body.esi-home-embedded .elementor-location-header > .elementor-element,
body.esi-home-embedded .elementor-location-header > .e-con,
body.esi-home-embedded .elementor-location-header > .elementor-element > .e-con-inner,
body.esi-home-embedded .site-header > .elementor-element,
body.esi-home-embedded .site-header > .e-con {
    border: 0 !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}
body.esi-home-embedded :where(.site-content, #content, .elementor-location-single, main) { margin-top: 0 !important; }
@media (max-width: 782px) {
    body.admin-bar.esi-home-embedded :where(.site-header, .elementor-location-header) { top: 46px !important; }
}
