body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-color: #ffffff;
  color: #0B2F5A;
  line-height: 1.6;
}

.header {
  text-align: center;
  padding: 30px 15px 10px;
  background-color: #ffffff;
}

.logo {
  max-width: 120px;
}

.subtitle {
  color: #4B5320;
  font-weight: bold;
}

.nav {
  background-color: #0B2F5A;
  text-align: center;
  padding: 10px 0;
}

.nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

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

.section {
  padding: 40px 20px;
  text-align: center;
}

.section h2 {
  color: #0B2F5A;
  border-bottom: 2px solid #4B5320;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

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

.servicos li {
  padding: 8px 0;
}

.buttons {
  margin-top: 20px;
}

.btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.btn-primary {
  background-color: #0B2F5A;
  color: #fff;
}

.btn-whatsapp {
  background-color: #4B5320;
  color: #fff;
}

.footer {
  background-color: #0B2F5A;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
