terhtml, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Poppins', sans-serif;
}

.topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background-color:#fdf5f2;
  border-bottom: 1px solid #ccc;
  
}

.nome {
  color: #b17a7d;
  font-size: 20px;
  font-weight: bold;
}

.menu-icon {
  font-size: 24px;
  cursor: pointer;
  color: #b17a7d;
  font-size: 20px;
}

.centralizado{
    text-align: center;
    padding: 40px 20px;
}

h1{
  text-align: center;
  font-size: clamp(1.7rem);
  margin: 0 auto;
  margin-bottom: -25px;
  color: #b17a7d;
  padding: 10px 20px;
  word-wrap: break-word;

}


.texto {
  font-size: 1rem;
  text-align: justify;
  margin: 0 auto;
  padding: 10px 20px;
  max-width: 800px;
}

.imagem-abaixo{
    width: 600px;
    max-width: 80%;
    margin-top: 12px;
    display: inline-block;
}

.essa-imagem{
    width: 400px;
    max-width: 80%;
    margin-top: 12px;
    display: inline-block;
}

.menulinks {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 24px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    padding: 8px 12px;
    z-index: 1000;
}

.menulinks a {
    text-decoration: none;
    color: #333;
    padding: 8px 0;
    font-family: 'Poppins', sans-serif;
}

.menulinks.active {
    display: flex;
}

.botao-whats {
    background-color: #25D366; /* cor do WhatsApp */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s;
}

.botao-whats:hover {
    background-color: #1ebe5d;
}

.centraliza-botao {
    text-align: center;
}

.rodape {
    color: #2e2e2e;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap; /* Responsivo */
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid #ddd;
    background-color: #fdf5f2;
}

.coluna-rodape {
    text-align: center;
    min-width: 200px;
}

.rodape h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
}

.rodape p {
    margin: 5px 0;
    font-size: 14px;
    color: #2e2e2e;
}

.rodape a {
    color: #b17a7d;
    text-decoration: none;
    transition: color 0.3s;
}

.rodape a:hover {
    color: #b17a7d;

    
}
