.menu-bar{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;width:100%;position:sticky;top:0}.menu-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.85rem 1rem;display:flex}.desktop-menu{align-items:center;gap:1.75rem;margin:0;padding:0;list-style:none;display:flex}.menu-separador{margin-left:1.25rem}.link{cursor:pointer;color:#4b5563;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .15s ease-in-out}.link:hover{color:#111827}.link-acceder{color:#374151;font-weight:600}.boton-cuenta{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:.5rem;padding:.55rem 1.05rem;font-size:.95rem;font-weight:600;transition:background-color .15s ease-in-out}.boton-cuenta:hover{background:#15803d}.mobile-menu-button{display:none}@media (max-width:1024px){.mobile-menu-button{display:block}.desktop-menu{display:none}}.mobile-menu-overlay{z-index:1100;background:#00000080;justify-content:flex-end;display:flex;position:fixed;inset:0}.mobile-menu{z-index:1110;background:#fff;flex-direction:column;gap:1rem;width:270px;height:100%;padding:1rem;transition:transform .3s ease-in-out;display:flex;transform:translate(100%)}.mobile-menu.open{transform:translate(0)}.close-mobile-menu{align-self:flex-end}.progress-bar-container{background:#e5e7eb;width:100%;height:4px;position:absolute;bottom:0;left:0}.progress-bar{background:linear-gradient(90deg,#16a34a,#2563eb);height:100%}
