* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #faf7f0;
  color: #2b2b2b;
  font-family: Arial, Helvetica, sans-serif;
}

.site-header,
.site-footer {
  width: 100%;
  padding: 10px;
  background-color: #2f5233;
  color: #ffffff;
  text-align: center;
}

.site-title {
  margin: 0 0 10px;
  font-size: 2.5rem;
}

.site-nav {
  font-size: 1.333rem;
}

.site-nav a,
.site-footer a {
  color: #ffffff;
  font-weight: bold;
}

.site-nav a {
  text-decoration: none;
}

.site-footer {
  margin-top: 30px;
  font-size: 0.833rem;
}

.site-footer a {
  color: #ffe8b0;
}

.content {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
}

h2,
h3 {
  color: #2f5233;
}

.hero-image {
  margin: 1em 0;
  text-align: center;
}

.hero-image img {
  display: block;
  height: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.data-table,
.gallery-table,
.contact-table {
  width: 100%;
}

.data-table {
  border-collapse: collapse;
  border: 1px solid #cccccc;
}

.data-table th,
.data-table td {
  padding: 8px;
  border: 1px solid #cccccc;
}

.data-table th {
  background-color: #e7e1d4;
}

.gallery-table {
  border-spacing: 10px;
}

.gallery-table td {
  text-align: center;
  vertical-align: top;
}

figure {
  margin: 1em 0;
}

.gallery-image {
  width: 440px;
  height: 300px;
  max-width: 100%;
  margin: 5px 0;
  border: 1px solid #cccccc;
}

figcaption {
  font-size: 0.833rem;
  font-weight: bold;
}

.media,
.map {
  text-align: center;
}

.video {
  width: 560px;
  max-width: 100%;
  height: 315px;
  border: 0;
}

.map iframe {
  width: 700px;
  max-width: 100%;
  height: 350px;
  border: 0;
}

.contact-table {
  border-spacing: 0;
}

.contact-table td {
  padding: 6px;
}

.contact-table td:first-child {
  width: 20%;
}

.contact-table td:first-child:has(label[for="mensagem"]) {
  vertical-align: top;
}

input[type="text"],
input[type="email"],
select,
textarea {
  max-width: 100%;
  padding: 5px;
  font: inherit;
}

input[type="submit"] {
  padding: 5px 10px;
  font: inherit;
}