.lista-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.lista-menu a {
  display: block;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #004080;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  font-size: 1.2rem;
  margin: 0 20px;
}

.lista-menu a:hover {
  background-color: #f0f0f0;
}

.buttonClose {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.imgClose {
  width: 40px;
  height: 40px;
}

.logo-neo {
  width: 150px;
  display: block;
  margin: 20px auto;
}

.blur {
  filter: blur(5px);
}
