body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-image: url('../imagens/fundo.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: white;
}

header {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px 20px;
}

.logo {
  width: 120px;
  height: auto;
}

h1 {
  margin-top: 10px;
  font-size: 2.2em;
}

main {
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

.produtos h2 {
  text-align: center;
  margin-top: 40px;
  font-size: 1.8em;
}

.galeria {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.galeria img {
  width: 200px;
  height: auto;
  border-radius: 8px;
  border: 2px solid #fff;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  padding: 12px 16px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.4);
}

.whatsapp-button img {
  width: 24px;
  height: 24px;
}

footer {
  text-align: center;
  padding: 25px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 40px;
}
