


.header {
font-family: 'Open Sans', sans-serif;
  padding: 10px 0; /* Espaçamento interno em cima e embaixo */
  text-align: center;
  background-color: #d4af77; /* fundo bege escuro */
  text-align: center;
  position: relative; /* necessário para posicionar o botão dentro dela */
}

body {
  margin: 0;
  font-family: Tahoma, sans-serif;
  background-color: #f8f2ec;
  color: #704632;
  margin-top: -10px;
  text-align: justify;
 
}

.container {
  max-width: 1500px;
  margin: 10px auto;
  padding: 0px;
 
 
  
}
p{
  font-size: 22px;
  font-family:Tahoma, sans-serif;
  text-align: justify;
}
h1 {
  font-size: 70px;
  margin-bottom: 10px;
  color: #4b2d1f;
font-family: Tahoma, sans-serif;  margin-top: 0PX;

}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #4b2d1f;
font-family: Tahoma, sans-serif;  margin-top: 0PX;
}


.instrucoes {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: Tahoma, sans-serif;
  text-align: justify;
}

.conteudo {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.esquerda {
  flex:4;
  min-width: 900px;
}

.direita {
  flex: 2;
  min-width: 300px;
  background-color: #fdfcfb;
  padding: 20px;
  border-left: 3px solid #b58c74;
  margin-left: 20px;
  margin-right: -10px;  
}

.mapa {
  width: 100%;
  border: 5px solid #ccc;
  border-radius: 10px;
}

.video {
  width: 100%;
  margin-top: 10px;
  border-radius: 4px;
  font-family: Tahoma, sans-serif;
}

.video-legenda {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
  font-family: Tahoma, sans-serif;
}

.video-credito {
  font-size: 12px;
  color: #555;
  margin-top: 8px;
}

h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #4b2d1f;
font-family: Tahoma, sans-serif;  margin-top: 0PX;
text-align: justify;
}

ul {
  margin-top: 10px;
  padding-left: 20px;
font-family: Tahoma, sans-serif;
text-align: justify;}


ul li {
  margin-bottom: 10px;
  font-size: 19px;
font-family: Tahoma, sans-serif;
text-align: justify;}

.botao-direito {
  display: inline-block;
  margin-top: 20px;
  position: absolute;
  top: 1400px;
  right: 400px;
  padding: 10px 10px;
  background-color: #5e2e1d; /* cor do botão */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
  
}


.botao-cabecalho {
  position: absolute;
  top: 70px;
  right: 40px;
  padding: 10px 10px;
  background-color: #5e2e1d; /* cor do botão */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

a img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
  cursor: pointer;
  margin-left: 50px;
}


.botao-cabecalho:hover {
  background-color: #3f1d12; /* cor mais escura no hover */
}
.botao-centro {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  height: 220px; /* altura fixa para evitar pulo com zoom */
}

.botao-quizz {
  width: 300px;
  height: auto;
  border: none;
  transition: transform 0.2s ease-in-out;
  transform-origin: center center;
  display: block;
  margin-top: 100px;
}
.botao-quizz:hover {
  transform: scale(1.1);
}

.mapa-container {
  position: relative;
  display: inline-block;
}

.mapa {
  width: 100%;
  height: auto;
  display: block;
}

 .local-btn {
      position: absolute;
      background: none;
      border: none;
      font-size: 28px;
      color: red;
      cursor: pointer;
      transition: transform 0.2s;
    }

    .local-btn:hover {
      transform: scale(1.3);
    }

    .local-btn i {
      pointer-events: none;
    }

    /* Tooltip personalizada via title */
    .local-btn[title] {
      position: absolute;
    }









