.navbar-siclop-delivery {
  align-items: center;
  background: var(--corFundoTitulo);
  color: var(--corTitulo);
  display: flex;
  height: 70px;
  padding: 5px 10px;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.contexto-menu {
  border-radius: 15px;
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  z-index: 10;
}

.contexto-menu__icone {
  width: 90%;
  height: 90%;
  z-index: 10;
}

.menu-parte-2 {
  width: 100%;
}

.menu-row {
  right: 10px;
  position: fixed;
}

.span-versao {
  display: block;
  font-size: 0.9rem;
  text-align: right;
  width: 100%;
}

.txt-nome-estab {
  font-size: 1.3rem;
  font-family: "sans-serif";
  font-weight: 600;
  line-height: 1rem;
}
