
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f3e5f5;
  color: #333;
}
header {
  background-color: #6D4A97;
  color: white;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
}
.logo {
  height: 80px;
}
.hero {
  background-color: #865DB9;
  color: white;
  text-align: center;
  padding: 3em 1em;
}
.agendamento {
  background-color: #865DB9;
  color: white;
  text-align: center;
  padding: 3em 1em;
}
section {
  padding: 2em;
  max-width: 900px;
  margin: auto;
}
ul {
  list-style-type: square;
  padding-left: 20px;
}
.icons img {
  width: 40px;
  margin: 10px;
}
.grid-sobre {
  padding: 60px 20px;
  font-size: 1rem;
  line-height: 1.6;
}

.gridsobre-imagem {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.servicos {
  background-color: #865DB9; /* fundo roxo Bull Petcare */
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.servicos h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: bold;
}

.grid-servicos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.card {
  background: transparent;
  padding: 20px;
  text-align: center;
}

.card img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  
}

.card p {
  font-size: 1rem;
  line-height: 1.6;
}

.familia-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.familia-item {
  text-align: center;
}

.familia-item img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 12px;
}

.contato {
  background-color: #865DB9;
  color: white;
  text-align: left;
  padding: 3em 1em;
}

.contato-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #7a4eb5; /* cor do fundo que você usa */
  padding: 20px;
  color: white;
}

.coluna-contato,
.coluna-qrcode {
  flex: 1;
  min-width: 280px;
  margin: 10px;
}

.icones-sociais img {
  width: 30px;
  margin-right: 10px;
  transition: transform 0.2s ease;
}

.icones-sociais img:hover {
  transform: scale(1.2);
}

.qrcode {
  width: 150px;
  height: auto;
  border: 3px solid white;
  padding: 8px;
  background-color: white;
  border-radius: 10px;
}


.qr-code {
  width: 150px;
  margin-top: 10px;
}
.btn-whatsapp {
  background-color: #25D366;
  padding: 1em;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
footer {
  background-color: #6D4A97;
  text-align: center;
  color: white;
  padding: 1em;
}
