* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  background-image: url(/2bim/imgs/888686938953370280.jpeg);
  background-size: cover;
  font-family: 'Arial', sans-serif;

}

h1 {
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 35px;
  text-transform: uppercase;
  margin-top: 10px;

}

.site-header {
  background-color: #463317;
  width: 100%;
  padding: 15px 20px;
}

.navbar {
  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;
}

.container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  align-items: center;
}

.box img {
  width: 80%;
  height: auto;
  margin: 2vh;
  transition: transform 0.3s ease-in-out;
}

.box img:hover {
  transform: translateY(-12px);
}

.box{
  display: flex;
  justify-content: center;
  align-items: center;
}

.subtitulo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom:20px;
}

.subtitulo .linha {
  width: 120px;
  height: 2px;
  background-color: #2b1d10;
}

h2 {
  font-size: 25px;
  color: #2b1d10;
}

.pai {
  display: flex;
  gap: 30px;
}

.image-container {
  width: 65%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.banner-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 25px;
  border: 4px double #1a0f00;
}

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

.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;
}

.p2 {
  margin-top: 15px;
  margin-bottom: 0;
}

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