.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* ou qualquer valor alto para garantir que fique sobre outros elementos */
}
