* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body.page:not(.home) footer,
body.page:not(.home) .site-footer,
body.page:not(.home) #colophon,
body.page:not(.home) .footer,
body.single footer,
body.single .site-footer,
body.single #colophon,
body.single .footer {
    z-index: 1000 !important;
    position: relative !important;
}

#hero-aside-interno {
    z-index: 99;
}