.navegador{
width: 100%;
table-layout: fixed;
margin: auto;
margin-top: 10px;
/*margin-bottom: 10px;*/
background-color:transparent;
}
.nav-container {
position:sticky;
top:0;
background-color:var(--color-surface-1);
margin-bottom: 0;
}