* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  background: #fff;
  color: #333;
}

/* Header */
header {
  background: #fff;
  color: #000;
  padding: 15px 20px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.logo-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 100px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #000;
  font-size: 28px;
  cursor: pointer;
}

nav {
  margin-top: 10px;
  text-align: center;
}

nav a {
  color: #000;
  margin: 0 10px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

nav a:hover {
  text-decoration: underline;
}

/* Banner */
.banner {
  background: url('../img/banner.jpg') center/cover no-repeat;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 1px 1px 3px black;
  text-align: center;
}
/* Produtos */
.produtos {
  padding: 40px 20px;
  text-align: center;
}

.produtos h2 {
  margin-bottom: 20px;
  color: #111;
}

.produto {
  background: white;
  border: 1px solid #ddd;
  padding: 15px;
  margin: 10px;
  width: 250px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 8px rgba(249 230 1);
}

.produto img {
  width: 218px;
  height: 273px;
  margin-bottom: 10px;
}

/* Botão WhatsApp Chamativo */
.btn {
  display: inline-block;
  background: #1c9c4c;
  color: white;
  padding: 12px 18px;
  margin-top: 10px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s, background 0.3s;
}

.btn:hover {
  background: #f5d505;
  transform: scale(1.05);
}


/* Botão banner */
.btn-banner {
  display: inline-block;
  background: #f5d505;
  color: white;
  padding: 12px 18px;
  margin-top: 10px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s, background 0.3s;
}

.btn-banner:hover {
  background: #000;
  transform: scale(1.05);
}
/* Botão quem somos */
.btn-quemSomos {
  display: inline-block;
  background: #f5d505;
  color: white;
  padding: 12px 18px;
  margin-top: 10px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s, background 0.3s;
}

.btn-quemSomos:hover {
  background: #000;
  transform: scale(1.05);
}
quemSomos

/* Contato */
.contato {
  padding: 40px 20px;
  text-align: center;
}

/* Footer */
footer {
  background: #111;
  color: white;
  text-align: center;
  padding: 10px;
}
.rodape {
  background: #111;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 20px;
  text-align: left;
}

.rodape .coluna {
  width: 30%;
  min-width: 200px;
  margin-bottom: 20px;
}

.rodape .coluna .logo {
  height: 40px;
  margin-bottom: 10px;
}

.rodape ul {
  list-style: none;
  padding: 0;
}

.rodape ul li {
  margin-bottom: 8px;
}

.rodape ul li a {
  color: #ccc;
text-decoration: none;
}

.rodape ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .rodape {
    flex-direction: column;
    text-align: center;
  }

  .rodape .coluna {
    width: 100%;
  }
}
/* Responsivo */
@media (max-width: 768px) {
  nav {
    display: none;
    flex-direction: column;
  }

  nav.ativo {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  nav a {
    margin: 10px 0;
  }

  .produto {
    width: 90%;
  }
}

.banner .btn {
  margin-top: 15px;
}
.quemsomos {
  padding: 40px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.quemsomos h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #111;
}

.quemsomos-conteudo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.quemsomos .texto {
  flex: 1;
  min-width: 280px;
  color: #555;
  line-height: 1.6;
}
.quemsomos .imagem {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.quemsomos .imagem img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(249 230 1);
}

@media (max-width: 768px) {
  .quemsomos-conteudo {
    flex-direction: column;
  }
}
.catalogo {
  padding: 40px 20px;
  text-align: center;
  background: #f1f1f1;
}

.catalogo h2 {
  margin-bottom: 20px;
  color: #111;
}

.catalogo p {
  margin-bottom: 20px;
  color: #555;
}

.catalogo-links .btn {
  margin: 10px;
}
.catalogo-bg {
  background: url('../img/catalogo-bg.jpg.png') center/cover no-repeat;
  position: relative;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.catalogo-bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* escurece a imagem */
  z-index: 0;
}

.catalogo-conteudo {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: auto;
}

.catalogo-conteudo h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.contato {
  padding: 60px 20px;
  text-align: center;
}

.contato h2 {
  margin-bottom: 20px;
  color: #111;
}

.formulario {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.formulario input,
.formulario textarea {
  padding: 12px;
  border: 1px solid #f5cd05;
  border-radius: 5px;
  font-family: inherit;
  font-size: 16px;
}

.formulario .btn {
  align-self: center;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  border-radius: 50%;
  padding: 15px;
  z-index: 999;
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}