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

body {
  background-color: rgb(8, 62, 2);
  background-image: url("img/fundo.png");
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.inicial {
  min-height: 100vh;
}

#containermenu {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  z-index: 1000;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

#containermenu.scrolled {
  background-color: rgba(30, 71, 0, 0.85);
}

#logo-nome {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  height: 60px;
}

.backhome{
  text-decoration: none;
  display: flex;
  align-items: center;

}

.nome {
  color: white;
  font-size: 28px;
}

ul#menu {
  display: flex;
  list-style-type: none;
  gap: 30px;
}

#menu li a {
  color: whitesmoke;
  text-decoration: none;
  font-size: 20px;
  padding: 10px;
  transition: background-color 0.2s ease;
}

#menu li a:hover {
  color: rgb(0, 45, 10);
  background-color: white;
  border-radius: 8px;
}

.t-sobre {
  font-size: 32px;
  color: white;
  margin-bottom: 20px;
  text-align: center;
}

.p-sobre {
  font-size: 20px;
  color: white;
  line-height: 1.5;
  text-align: justify;
}


.sobre {
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 0 20px;
}


.welcome {
  flex: 1;
  min-width: 500px;
  max-width: 650px;
  background-color: rgba(2, 45, 2, 0.4);
  padding: 40px;
  border-radius: 12px;
}

.sectionloc {
  background-color: rgb(0, 62, 0);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  
}

.localizacao {
  display: flex;
  align-items: center; /* <-- centraliza verticalmente */
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
 
}
.info-loc {
  max-width: 400px;
}

#tituloloc {
  font-size: 40px;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  scroll-margin-top: 200px;
}

#tituloloc:hover{
  transform: scale(1.1);
    color:rgb(255, 255, 255);
  text-shadow:
    0 0 5px rgb(12, 50, 0),
    0 0 10px rgb(255, 255, 255),
    0 0 20px rgb(0, 86, 46),
    0 0 40px rgb(255, 255, 255);
  transition: all 0.3s ease;
}

.endereco {
  font-size: 20px;
  color:  rgb(255, 255, 255);
  line-height: 1.6;
}

#iframe, #imap {
  width: 100%;
  max-width: 600px;
  height: 400px;
  border: none;
  border-radius: 12px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color:rgb(255, 255, 255);
  color: green;
  border-radius: 40px;
  padding: 15px;
  font-size: 60px;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color:rgb(255, 255, 255);
}

.orcamento {
  background-color: rgb(0, 62, 0);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

#orcamento-box {
  background-color: white;
  padding: 40px;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  scroll-margin-top: 100px;
}

.titulo-orcamento {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: #1c4b1c;
}

#form-orcamento input,
#form-orcamento textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  resize: vertical;
}

.botoes-orcamento {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.botoes-orcamento a {
  flex: 1;
  text-align: center;
  padding: 12px;
  background-color: #1c4b1c;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.botoes-orcamento a:hover {
  background-color: #25D366;
}

.galeria {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  text-align: center;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 12px;
}

.titulo-galeria {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1c4b1c;
}


.slider {
  width: 400px;
  height: 300px;
  overflow: hidden;
  margin: auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  background-color: #f0f0f0;
  aspect-ratio: 16 / 9;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex-shrink: 0;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide img {
  max-width: 100%;
  align-items: center;
  object-fit: cover;
  border-radius: 8px;
}

.img45 {
  object-position: top;
  object-fit: cover;
}

.contato {
  background-color: #f0f0f0;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.contato-container {
  max-width: 800px;
  width: 100%;
  text-align: center;
}

.titulo-contato {
  font-size: 32px;
  margin-bottom: 40px;
  color: #1c4b1c;
}

.contato-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.contato-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #333;
}

.contato-item i {
  font-size: 24px;
  color: #1c4b1c;
}

/* RESPONSIVO PARA CELULAR */
@media (max-width: 768px) {

  #containermenu {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
  }

  #logo-nome {
    flex-direction: column;
    align-items: flex-start;
  }

  #menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
  }

  #menu li a {
    font-size: 18px;
    padding: 8px;
  }

  .sobre {
    flex-direction: column;
    gap: 40px;
  }

  .welcome, .galeria {
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }

  .orcamento {
    padding: 40px 10px;
  }

  #orcamento-box {
    padding: 20px;
  }

  .botoes-orcamento {
    flex-direction: column;
  }

  .sectionloc {
    flex-direction: column;
    padding: 40px 20px;
  }

  .localizacao {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  #imap {
    width: 100%;
    height: 300px;
  }

  .contato {
    padding: 60px 20px;
  }

  .contato-info {
    gap: 20px;
  }

  .whatsapp-float {
    bottom: 15px;
    right: 15px;
    font-size: 48px;
    padding: 12px;
  }
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
}

/* mostra botão e esconde menu em telas pequenas */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  ul#menu {
    display: none;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    background-color: rgba(30, 71, 0, 0.95);
    padding: 10px;
    border-radius: 8px;
  }

  ul#menu.active {
    display: flex;
  }
}