/* Start custom CSS *//* ===== ELIMINAR ESPACIO SUPERIOR DEL TEMA ===== */
body .elementor-section:first-child,
body .elementor-element:first-child,
body .elementor-widget-wrap:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ===== ELIMINAR ESPACIO DEL HEADER DEL TEMA ===== */
.site-header,
#masthead,
header.site-header,
.elementor-header {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ===== ELIMINAR ESPACIO DEL BODY ===== */
html, body {
    margin: 0 !important;
    padding: 0 !important;
}/* End custom CSS */