/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body {
  font-family: "Source Sans 3", sans-serif;
  background-color: #1a1a1a;
  color: #fff;
  background-image: url("imagem.W/bebida.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  overflow-x: hidden;
}

/* Eslogan */
.eslogam {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  padding: 20px;
  text-align: center;
  border-bottom: 3px solid #ffd700;
}

.eslogam img {
  max-width: 300px;
  height: auto;
}

/* Seção Principal */
.principal {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  border-radius: 15px;
}

/* Botões Nois */
.nois {
  border: none;
  border-radius: 25px;
  height: 45px;
  padding: 12px 25px;
  background-color: #ffd700;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 14px;
}

.nois:hover {
  background-color: #ff8c00;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

/* Instagram */
.insta {
  height: 50px;
  width: 50px;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  transform: translateX(550px);
}

/* Títulos */
h1 {
  color: #ffd700;
  font-size: 28px;
  margin: 30px 0 20px 0;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h2 {
  color: #fff;
  font-size: 36px;
  margin: 30px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.chop {
  height: 45px;
  width: 45px;
}

/* Parágrafos */
p {
  color: #f0f0f0;
  font-size: 18px;
  line-height: 1.6;
  margin: 15px 0;
  text-align: center;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* Botão de Pedido */
.pedido {
  border: none;
  border-radius: 35px;
  height: 55px;
  padding: 15px 30px;
  background-color: #32d043;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: bold;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 15px rgba(50, 208, 67, 0.3);
}

.pedido:hover {
  background-color: #28a83a;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(50, 208, 67, 0.5);
}
#voltar-topo {
  position: fixed;
  bottom: 30px;
  right: 24px;
  z-index: 999;
  background: #ffd700;
  color: #000;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 2rem;
  display: none; /* Esconde até rolar */
  transition: background 0.3s, box-shadow 0.3s;
  text-align: center;
}
#voltar-topo:hover {
  background: #ff8c00;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}
.infomçao {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px 20px;
  margin-top: 40px;
  border-top: 3px solid #ffd700;
}

.An {
  color: #ffd700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Navegação */
nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

nav li {
  background-color: rgba(255, 215, 0, 0.1);
  padding: 25px 20px;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffd700;
  border: 2px solid #ffd700;
  transition: all 0.3s ease;
  cursor: pointer;
}

nav li:hover {
  background-color: rgba(255, 215, 0, 0.2);
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}
.lista,
#liCachaca,
#liCerveja,
#liGelo,
#licopao,
#liEnergetico {
  display: none;
  margin-top: 10px;
}
.active {
  display: block !important;
}
button {
  border: none;
  border-radius: 25px;
  height: 45px;
  padding: 12px 25px;
  background-color: #c98f1b;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 14px;
  transform: rotateX(500px);
}
button:hover {
  background-color: #3f2607;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}
.opça {
  list-style: none;
}
.sub {
  justify-content: center;
}
.centroB {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.lista {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.fim {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 20px 0;
}
/* Tablets */
/* Celulares */
@media screen and (max-width: 480px) {
  body {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  .principal {
    padding: 18px 5px;
    margin: 6px;
    border-radius: 10px;
  }

  .eslogam {
    padding: 10px;
  }

  .eslogam img {
    max-width: 110px;
  }

  .nois {
    height: 36px;
    padding: 5px 10px;
    font-size: 11px;
    max-width: 100%;
    margin: 7px auto;
    border-radius: 15px;
  }

  .insta {
    width: 38px;
    height: 38px;
    transform: translateX(0); /* Remove deslocamento lateral */
    margin: 0 auto 10px auto;
    display: block;
  }

  h1 {
    font-size: 19px;
    margin: 20px 0 10px 0;
  }

  h2 {
    font-size: 19px;
    gap: 7px;
    flex-direction: column;
  }

  .chop {
    width: 27px;
    height: 27px;
  }

  p {
    font-size: 13px;
    margin: 10px 0;
  }

  .pedido {
    font-size: 14px;
    height: 40px;
    padding: 8px 16px;
    margin: 18px auto;
    border-radius: 22px;
  }

  .infomçao {
    padding: 20px 5px;
    margin-top: 22px;
  }

  .An {
    font-size: 18px;
    margin-bottom: 18px;
  }

  nav ul {
    /* Começa escondido */
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap; /* Quebra linha se não couber */
    gap: 10px;
    padding: 10px;
    list-style: none;
    max-width: 100%;
  }

  nav ul.mostrar {
    display: flex; /* Mostra quando clicado */
  }

  nav li {
    font-size: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    background-color: transparent;
    min-width: 80px;
    text-align: center;
  }
}
.lista {
  display: none; /* Garante que comece escondida */
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.lista.active {
  display: flex !important;
}
