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


body {
  background-image: url(/2bim/imgs/888686938953370280.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 30px);
  font-family: 'Arial', sans-serif;
}

main {
  min-height: calc(100vh - 180px);
}

.conteudo-principal {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}



.site-header {
  background-color: #3d6839;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 3px solid var(--accent-color);
}

.navbar {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-link {
  color: #f3e0b8;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.nav-link:hover {
  border-bottom-color: currentColor;
}

.nav-link.active {
  border-bottom-color: currentColor;
}

h1 {
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 35px;
  text-transform: uppercase;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right:auto;
}

p {
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  text-indent: 30px;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto 25px auto;
  text-align: justify;

}

img {
  width: 250px;
  height: auto;
  border: solid 2px #333333;
}

figcaption {
  font-size: 0.85em;
}

h2 {
  font-size: 25px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right:auto;
  text-align: left;
}

.footer {
  background:#3b2715;
  border-top: 3px solid #c4a46d;
  padding: 10px 10px;
  text-align: center;
  color: #f0e0c0;
  font-family: 'Cinzel', serif;
}

table {
  width: 80%;
  max-width: 700px;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 20px auto;
}

th,td {
  border: 2px solid #563e2e;
  text-align: left;
  padding: 12px;
}

th {
  background-color: #3d6839;
}

td {
  background-color: #d2b683;
}

.footer-content {
  max-width: 1000px;
  margin: auto;
}

.footer-links {
  margin: 15px 0;
}

.footer-links a {
  color: #d9bf8a;
  text-decoration: none;
  margin: 0 15px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff0c7;
  text-shadow: 0 0 8px #d9bf8a;
}

.footer-frase {
  font-style: italic;
  opacity: 0.8;
  margin-top: 15px;
}

.form-container {
  font-family: Arial, sans-serif;
  margin: 30px;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 1vh;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.form-container button{
  background-color: green;
  color: white;
  border: none;
  border-radius: 1vh;
  padding: 1vh 2vh;
}

.form-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}

.radio-group {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.radio-group input {
  margin-right: 10px;
  cursor: pointer;
}

.radio-group label {
  cursor: pointer;
  color: #555555;
}

.cars-imgs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0;
}

.cars-imgs div {
  margin: 2vh;
}

.secao-tabela{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.cars-imgs figure{
  max-width: 600px;
  text-align: center;
}

.cars-imgs img{
  width: 100%;
  max-width: 500px;
  height: auto;
  border: solid 2px #333333;
  border-radius: 8px; 
}



@media (max-width:600px){
  body{
    background-image: url(/2bim/imgs/fundo-2.jpeg);
    background-size: cover;
    background-attachment: fixed;
    
  }
}