
body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: white;
  color: #333;
}
header.topo {
  background: rgb(0, 0, 0);
  color: rgb(223, 209, 13);
  text-align: center;
  padding: 40px 20px;
}
header h1 {
  margin: 0;
  font-size: 2.8em;
}
header p {
  margin-top: 20px;
  font-size: 22px;
}
.btn-whatsapp {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  background-color: #25d366;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}
section {
  padding: 40px 20px;
  text-align: center;
}
.servicos ul {
  list-style: none;
  padding: 0;
}
.servicos li {
  margin: 10px 0;
}
.fotos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.fotos img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
footer {
  background-color: #111;
  color: #eee;
  padding: 20px;
  text-align: center;
}
.float-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  line-height: 60px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  margin: 0;
  padding: 0;
}

.topo {
  background-color: #111;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.topo .btn-whatsapp {
  background-color: #25d366;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}

.servicos, .galeria {
  padding: 40px 20px;
  text-align: center;
}

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

.servicos li {
  margin-bottom: 15px;
  font-size: 26px;
}

.fotos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.fotos img {
  width: 250px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

footer {
  background-color: #222;
  color: #aaa;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
  font-size: 14px;
}
