.top-bar{
    width: 100%;
    background: var(--blanco);
    backdrop-filter: blur(6px);
    height: 45px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.marquee-wrapper{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-track{
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

.marquee-item{
    display: inline-block;
    color: var(--azul-oscuro);
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", "Segoe UI", sans-serif;
    letter-spacing: 0.5px;
    padding-right: 120px;
    line-height: 70px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
