body,
html {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #fff;
  position: relative;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
}

h1,
h2,
p,
nav a {
  text-shadow: 1px 1px 2px black;
}


.background-slideshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-size: cover;
  background-position: center;
  animation: fade 1s ease-in-out;
  transition: background-image 1s ease-in-out;
}

.content {
  background-color: rgba(0, 0, 0, 0.5);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contato {
  text-decoration: none;
}

.logo {
  width: 30%;
  height: auto;
  margin-bottom: none;
}

.lema {
  margin-top: none;
}

header {
  text-align: center;
  padding: 1px 0px;
  background-color: #224024;
  font-size: 20px;
}

nav {
  text-align: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}

nav a {
  color: #fff;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

section#sobre {
  padding: 20px 20px;
  max-height: 400px;
}

#sobre {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  /* tela cheia */
  padding: 0px;
  box-sizing: border-box;
}

section#galeria {
  background-color: rgba(0, 0, 0, 0.6);
  /* fundo escuro sem esconder o fundo */
  padding: 40px 20px;
  border-radius: 8px;
  margin: 20px;
  color: white;
  text-align: center;
}

.galeria-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.galeria-horizontal {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 20px 0;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}

.slider-buttons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 15px;
}

.slider-buttons button {
  background-color: #36473a;
  color: white;
  border: none;
  padding: 10px 16px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.3s, transform 0.2s;
}

.slider-buttons button:hover {
  background-color: #2c4434;
  transform: scale(1.1);
}


#galeria {
  animation: zoomIn 0.6s ease forwards;
}

img {
  transition: transform 0.3s ease;
}

img:hover {
  transform: scale(1.1);
}

.galeria-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome */
}

.galeria-horizontal img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

.seta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.seta:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.seta.esquerda {
  left: 10px;
}

.seta.direita {
  right: 10px;
}

#localizacao {
  /* Fundo transparente */
  padding-top: 0;
  /* Remove o preenchimento superior para melhor alinhamento */
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
}

.mapa-container {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#contato {
  /* Garante que a seção siga o fluxo normal */
  z-index: 1;
  /* Evita sobreposição com outros elementos */
  /* Fundo consistente */
  padding: 40px 20px;
  text-align: center;
}

#depoimentos {
  background-color: #2c4434ac;
  padding: 40px 20px;
  text-align: center;
  width: 100%;
  margin: 0 auto;

}

.avaliacoes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.avaliacao {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  color: #444;
  font-weight: 600;
  text-shadow: none;
  text-align: left;
  transition: transform 0.3s ease;
}

.avaliacao:hover {
  transform: scale(1.1);
}

.avaliacao p {
  margin: 10px 0;
  font-style: italic;
  color: #222;
  /* cor um pouco mais escura e nítida */
  font-weight: 400;
  /* peso regular */
  font-size: 16px;
  text-shadow: none;
  /* remove qualquer sombra de texto */
  line-height: 1.5;
  /* melhora leitura */
  font-family: Arial, sans-serif;
}

.avaliacao strong {
  color: #555;
  font-size: 14px;
}

.estrela {
  color: #fbbc04;
  /* amarelo Google */
  font-size: 18px;
}

.texto-formatado {
  /* fundo escuro com transparência */
  color: white;
  margin-top: none;
  padding: 40px;
  border-radius: 10px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.6;
}

.texto-formatado h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.botao-whatsapp {
  display: inline-block;
  margin-top: 0px;
  background-color: #2c4434;
  color: white;
  border: none;
  padding: 15px 25px;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.texto-conteudo {
  max-width: 800px;
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  animation: bounce 1.5s infinite;
}

.whatsapp-float img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}


footer {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 20px 20px;
  color: white;
  margin-top: 40px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.footer-section {
  flex: 1;
  text-align: left;
}

.footer-section h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: white;
  text-shadow: 1px 1px 2px black;
}

.footer-section p {
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.4;
  color: white;
  text-shadow: 1px 1px 2px black;
}

.redes-sociais {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.redes-sociais a {
  transition: transform 0.3s ease;
}

.redes-sociais a:hover {
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: white;
  text-shadow: 1px 1px 2px black;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Seção Nossa História */
.historia-section {
  background-color: #f0f0f0;
  padding: 20px 0;
  min-height: 70vh;
}

.historia-content {
  display: flex;
  align-items: center;
  gap: 60px;
  min-height: 500px;
}

.historia-image {
  flex: 1;
  margin-right: 80px;
  margin-left: none;
  max-width: 500px;
}

.historia-image img {
  width: 120%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.historia-text {
  flex: 1;
  max-width: 600px;
  margin-left: 30px;
}

.historia-text h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.historia-text p {
  font-size: 1rem;
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #666;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 1.8;
  text-shadow: none;
}

.cta-button {
  background-color: #2c4434;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-button:hover {
  background-color: #2c4434;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cta-button .icon {
  font-size: 1.2rem;
  font-weight: bold;
}

.btn-espaco {
  text-decoration: none;
  color: white;
}

/* Seção de Serviços */
.servicos-section {
  background: linear-gradient(#224024, #224024),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23654321"/></svg>');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
}

.servicos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.servico-item {
  text-align: center;
  padding: 30px 20px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.servico-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.servico-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 auto 20px;
}

.servico-icon svg {
  color: white;
  width: 40px;
  height: 40px;
}

.servico-item h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: white;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.grand-nature-pq {
  text-align: center;
  padding: 40px 20px;
  max-width: 100%;
  width: 100%;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
}

.section-header-pq .subtitle {
  color: #2c4434;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.section-header-pq .title {
  font-size: 2.5em;
  color: #333;
  margin-top: 0;
  margin-bottom: 40px;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-content: center;
}

.card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
}

.titulo-porque {
  text-align: center;
}

.card-content h3 {
  color: #2c4434;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}

.card-content p {
  color: #666;
  font-size: 0.95em;
  line-height: 1.6;
}

.text-card-content {
  text-shadow: none;
}

.convite {
  display: flex;
  min-height: 100vh;
  align-items: stretch;
}

.left-section {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  flex: 1;
  background-color: #224024;
}

.right-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #224024;
}

.right-section img {
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.invite-title {
  font-size: 14px;
  letter-spacing: 3px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 500;
}

.main-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
  color: white;
  max-width: 800px;
}

.description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #E0E0E0;
  max-width: 500px;
}

.contact-button {
  background-color: #36473a;
  color: white;
  border: none;
  padding: 18px 35px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border-radius: 0;
  max-width: 300px;
  text-decoration: none;
  display: inline-block;
}

.contact-button:hover {
  background-color: #346845;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(196, 164, 132, 0.3);
}

@keyframes fade {
  from {
    opacity: 0.7;
  }

  to {
    opacity: 1;
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}


/* ========== MEDIA QUERIES PARA RESPONSIVIDADE ========== */

/* Tablets e telas médias */
@media screen and (max-width: 768px) {
  header {
    padding: 40px 15px;
  }

  header h1 {
    font-size: 2rem;
  }

  nav a {
    margin: 0 10px;
    font-size: 18px;
  }

  section {
    padding: 30px 15px;
  }

  .texto-formatado {
    font-size: 16px;
    padding: 15px;
  }

  #depoimentos {
    width: 95vw;
    max-width: 95vw;
    margin: 20px auto;
    padding: 30px 15px;
  }

  .galeria-horizontal img {
    width: 250px;
    height: 170px;
  }

  .mapa-container iframe {
    width: 100%;
    height: 300px;
  }

  .historia-content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .historia-text h1 {
    font-size: 2.5rem;
  }

  .historia-text p {
    text-align: left;
  }

  .servicos-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .container {
    padding: 0 15px;
  }

  .footer-content {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .footer-section {
    text-align: center;
  }

  .left-section {
    padding: 40px 30px;
    text-align: center;
  }

  .main-title {
    font-size: 36px;
  }

  .description {
    font-size: 16px;
  }

  .right-section {
    min-height: 300px;
  }
}

/* Smartphones */
@media screen and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  header {
    padding: 30px 5px;
  }

  header h1 {
    font-size: 1.8rem;
  }

  header p {
    font-size: 14px;
  }

  nav {
    padding: 15px 5px;
    flex-wrap: wrap;
  }

  nav a {
    margin: 5px 8px;
    font-size: 16px;
    display: inline-block;
  }

  section {
    padding: 20px 5px;
    margin: 0;
  }

  section h2 {
    font-size: 1.5rem;
  }

  .texto-formatado {
    font-size: 14px;
    padding: 12px;
    line-height: 1.5;
    width: 100%;
    max-width: 100%;
  }

  .botao-whatsapp {
    margin-top: 40px;
    background-color: #2c4434;
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
  }

  #depoimentos {
    width: 100vw;
    max-width: 100vw;
    margin: 15px 0;
    padding: 20px 5px;
    border-radius: 10px;
  }

  .avaliacoes {
    gap: 15px;
    width: 100%;
    max-width: 100%;
  }

  .avaliacao {
    padding: 15px;
    margin: 0 5px;
  }

  .avaliacao p {
    font-size: 14px;
  }

  .avaliacao strong {
    font-size: 12px;
  }

  .galeria-horizontal img {
    width: 200px;
    height: 140px;
  }

  .seta {
    font-size: 24px;
    padding: 8px;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

  .mapa-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 5px;
  }

  .mapa-container iframe {
    width: 100%;
    height: 250px;
    max-width: 100%;
  }

  .historia-section {
    padding: 40px 0;
  }

  .servicos-section {
    padding: 60px 0;
  }

  .historia-text h1 {
    font-size: 2rem;
  }

  .historia-text p {
    font-size: 1rem;
  }

  .cta-button {
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  footer {
    padding: 15px 5px;
  }

  .footer-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-section {
    text-align: center;
  }

  .footer-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer-section p {
    font-size: 13px;
  }

  .redes-sociais {
    justify-content: center;
  }

  .footer-extra {
    font-size: 16px;
    padding: 8px;
    margin: 0;
  }

  /* Ajustes específicos para a galeria em mobile */
  section#galeria {
    margin: 5px 0;
    padding: 20px 5px;
  }

  .galeria-wrapper {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .left-section {
    padding: 30px 20px;
  }

  .main-title {
    font-size: 28px;
  }

  .contact-button {
    width: 100%;
    padding: 15px 20px;
  }

  .convite {
    flex-direction: column;
  }

  .left-section {
    padding: 40px 20px;
    text-align: center;
    min-height: auto;
  }

  .right-section {
    padding: 20px;
    min-height: 250px;
  }

  .invite-title {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .main-title {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .description {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .contact-button {
    padding: 15px 25px;
    font-size: 12px;
    max-width: 280px;
    width: 100%;
  }

  .right-section img {
    max-height: 300px;
    border-radius: 6px;
  }
}

/* Smartphones muito pequenos */
@media screen and (max-width: 320px) {
  header h1 {
    font-size: 1.6rem;
  }

  nav a {
    margin: 3px 5px;
    font-size: 14px;
  }

  .texto-formatado {
    font-size: 13px;
    padding: 10px;
  }

  .galeria-horizontal img {
    width: 180px;
    height: 120px;
  }

  .avaliacao {
    padding: 12px;
  }

  .avaliacao p {
    font-size: 13px;
  }
}