/* ── Header scrolled ── */
.congreso-header--scrolled {
  position: fixed;
  top: 16px;
}

.congreso-header--scrolled .e-con-inner {
      background: #ffffff !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08) !important;
      background: #ffffff !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08) !important;
    border-radius: 200px;
    max-height: 80px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    padding: 0;
}

.congreso-header--white .menu-item a, .congreso-header--white select{
    color: white!important;
    fill: white!important;
}

.congreso-header--white.congreso-header--scrolled a, .congreso-header--white.congreso-header--scrolled select{
    color: #260A01!important;
    fill: #260A01!important;
}

.congreso-header--white.congreso-header--scrolled .elementor-widget-theme-site-logo {
    filter: brightness(0.6);
    
}