* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #6d1209;
  color: #fff;
  overflow-x: hidden;
}

/* HERO DO TOPO */
.hero-bg {
  position: relative;
  width: 100%;
  height: 690px;
  background: url('../imagens/img-topo-3-v2-1920w.png') no-repeat center top;
  background-size: cover;
}

/* REDES NO CANTO SUPERIOR DIREITO */
.hero-social {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 3;
}

.hero-social a {
  color: #fff;
  text-decoration: none;
  margin-left: 14px;
  font-size: 14px;
  transition: opacity 0.2s ease;
}

.hero-social a:hover {
  opacity: 0.8;
}

/* MENU ABAIXO DO BANNER GRANDE */
.topo {
  background: #6d1209;
  text-align: center;
  padding: 22px 20px 26px;
}

.menu a {
  color: #fff;
  text-decoration: none;
  margin: 0 18px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.2s ease;
}

.menu a:hover {
  opacity: 0.8;
}

/* BANNER AMARELO SUBINDO POR CIMA DO TOPO */
.banner-principal {
  width: 100%;
  text-align: center;
 
  position: relative;
  z-index: 5;
}

.banner-principal img {
  width: 100%;
  max-width: 715px;
  height: auto;
  display: inline-block;
}

/* SEÇÕES */
.secao {
  padding: 35px 20px;
  text-align: center;
}

.titulo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.titulo h2,
.contato h2 {
  margin: 0;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 24px;
}

/* GALERIA */
.galeria {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

.galeria img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* IMAGENS GRANDES */
.imagem-cheia img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* VÍDEO */
.video iframe {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  display: block;
  margin: 0 auto;
}

/* CONTATO */
.contato p {
  max-width: 800px;
  margin: 0 auto 25px;
  line-height: 1.6;
}

.contato form {
  max-width: 800px;
  margin: 30px auto 0;
  display: grid;
  gap: 15px;
}

.contato input,
.contato textarea,
.contato button {
  width: 100%;
  padding: 14px;
  border: 0;
  box-sizing: border-box;
  font-size: 16px;
}

.contato input,
.contato textarea {
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  outline: none;
}

.contato input::placeholder,
.contato textarea::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.contato textarea {
  min-height: 120px;
  resize: vertical;
}
.bgverde {background-color: #25671d !important;}

.contato button {
  background: #fff;
  color: #000;
  cursor: pointer;
  border-radius: 30px;
  font-weight: bold;
}

/* RODAPÉ */
.rodape {
  text-align: center;
  padding: 30px 20px;
}

.rodape img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.rodape p {
  margin: 0;
  font-size: 14px;
}

/* TABLET */
@media (max-width: 900px) {
  .hero-bg {
    height: 420px;
  }

  .banner-principal {
    margin-top: -90px;
  }

  .menu a {
    font-size: 16px;
    margin: 0 10px;
  }

  .galeria {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* CELULAR */
@media (max-width: 600px) {
  .hero-bg {
    height: 240px;
    background-position: center top;
  }

  .hero-social {
    top: 12px;
    right: 12px;
  }

  .hero-social a {
    font-size: 12px;
    margin-left: 8px;
  }

  .topo {
    padding: 16px 10px 20px;
  }

  .menu a {
    display: inline-block;
    margin: 6px 8px;
    font-size: 14px;
  }

  .banner-principal {
    margin-top: -45px;
  }

  .banner-principal img {
    max-width: 92%;
  }

  .titulo h2,
  .contato h2 {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .galeria {
    grid-template-columns: 1fr;
  }

  .secao {
    padding: 28px 15px;
  }

  .contato input,
  .contato textarea,
  .contato button {
    font-size: 15px;
  }
}

.hero-social a {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  margin-left: 14px;
  transition: 0.3s;
}

.hero-social a:hover {
  opacity: 0.7;
  transform: scale(1.1);
}


 .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
}

.hero-content {
  animation: fadeDown 0.8s ease;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.hero-social a:hover {
  transform: scale(1.2) rotate(5deg);
}

.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
