/* Forzar la alineacion del menu superior y evitar solapamiento */
#sp-header {
    position: relative !important;
    top: 0 !important;
    z-index: 999 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

#sp-main-body {
    padding-top: 40px !important;
}
