/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  font-family: 'Overpass', sans-serif;
  background-color: #fff;
  padding: 0;
  margin: 0;
  line-height:1.5;
  overflow-x: hidden;
  height:100%;
  font-size: 16px;
}
 
 /* barra preta acima do menu */
.topbar {
      background:#333;
      height:25px;
      width:100%;
    }

 h1 {
font-size: 2rem;
color: #440503;
padding: 2px 0 10px 0;
font-family: 'Segoe UI', sans-serif;
font-weight: 700;
text-align: center;
margin-bottom: 20px;
margin-top: 40px;
position: relative;
line-height: 1.2;
}

h1::after {
content: '';
display: block;
width: 100px;
height: 3px;
background: linear-gradient(to right, transparent, #440503, transparent);
margin: 10px auto 0 auto;
border-radius: 3px;
}
 h2{
text-align: center;
font-size: 1.5em;
line-height: 1.3;
      }
 h3 {
  font-size: 1.25rem; 
  line-height: 1.3;
}      
p {
text-indent: 1em;     
line-height: 1.6; 
margin-bottom: 1em;
text-align: justify;
margin-left: 10px;
margin-right: 5px;
width: 100%;
overflow-wrap: break-word;
height: auto;
font-size: 1rem;
}
  
.navebar {
display: flex;
align-items: center;
justify-content: center;
background: #7B3F00;
padding: 10px;
max-height: 50px;
gap:10px;
}
.navebar .logo img {
height: 40px;
    }

    .menu {
      display: flex;
      gap: 15px;
      flex-direction: row;
      text-align: center;
    }
   
.navebar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 6px 10px;
  transition: all 0.3s ease;
   margin-right:10px;
}

.navebar a:hover {
  background: #5A2E00;
  border-radius: 6px;
  transform: translateY(-2px);
}
    #menu-toggle {
      display: none;
      font-size: 1.8rem;
      background: none;
      border: none;
      cursor: pointer;
      color: #fff;
    }
    #menu-toggle .icon-menu rect {
  fill: #fff;          
  transition: all 0.3s ease;
}

.veja-mais {
  width: 40%; 
  font-size: 12px;
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
  background-color: #d4a373;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.veja-mais:hover {
  background-color: #b76e22;
}

.toggle-btn {
         white-space: nowrap;
  display: inline-flex; 
  align-items: center; 
      background: none;
      border: none;
      cursor: pointer;
      font-size: 16px;
      margin-top: 5px;
      color: #944f28;
      display: block;
       align-self: flex-start;
    }

    /* Instruções começam ocultas */
    .instrucoes {
        
      display: none;
      margin-top: 10px;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 12px;
      background-color: #fff;
      line-height: 1.5;
       font-size: 14px;
    }
 
button {
      margin-top:10px;
      padding:2px;
      width: 10%;
      
      }
      
.logged-in {
width: 10%;
 margin-right:10px;
}

.logged-out {
width: 10%;
margin-right:10px;
}
#responseMessage{
  margin-left:10px
}

  .botao-voltar {
    display: inline-block;
    padding: 10px 20px;
    background-color: #6b4f3b;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s;
  }
  
  .botao-voltar:hover {
    background-color: #4a3529;
  }
  .botao-topo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #8d5e45;
  color: white;
  padding: 12px 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}

.botao-topo:hover {
  background-color: #a76c4f;
}
   .footer-direitos p {
  font-size: 11px;           
  color: #555;                
  text-align: center;        
}
    .buttons {
    text-align: center;
    margin: 30px 0;
  }

  .buttons a {
    display: inline-block;
    background: #8d5e45;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 15px;
    transition: background 0.3s;
  }

  .buttons a:hover {
    background: #a76c4f;
  }
    .cta {
      margin-top: 1.25rem;
      display: flex;
      gap: 0.75rem;
    }

    .btn {
      padding: 0.6rem 1rem;
      border: none;
      border-radius: 999px;
      cursor: pointer;
      font-weight: bold;
    }

    .btn.accent {
      background-color: #d98880; 
      color: white;
    }

    .btn.secondary {
      background-color: #cfa15b; 
      color: white;
    }
    /* estilo dos quadrados*/
    .bloco {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 12px;
      margin-bottom: 30px;
      padding: 16px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      text-align: center;

    }
   .box {
  background: #e7e2dd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.bloco-imagem img {
  width: auto;
  height: 400px;
  border-radius: 8px;
  display: block;
   object-fit: contain;   
}
   
    .bloco h2 {
      font-size: 1.5rem;
      font-weight: 500;
      margin-bottom: 20px;
      color: #111;;
      text-align: center;
    }

    .bloco p {
      margin: 8px 0;
      padding: 0 5px;
  text-align: center;
    }
   
/* Responsivo */

@media (max-width: 480px) {
    
    html {
    font-size: 13px;
  }
   .footer-direitos p {
  font-size: 10px;  
}
 }
 
@media (max-width: 900px) {
   #menu-toggle {
    display: block;
  }

#menu-toggle.active .icon-menu rect:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
#menu-toggle.active .icon-menu rect:nth-child(2) {
  opacity: 0;
}
#menu-toggle.active .icon-menu rect:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
  .menu {
      display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;       
    right: 20px;       
    width: 160px;    
    background: #7B3F00;
    text-align: left;
    border-radius: 0 0 0 10px; 
    padding: 10px;
    z-index: 1001;
    border: 1px solid #ccc;
    border-radius: 10px;
      }

.logo img {
margin-left: 2px;
}
.menu.active {
    display: flex;
  }
 .menu.show {
        display: flex;
      }  
 .menu a {
    padding: 12px;
    border-top: 1px solid #5A2E00;
  }

.logged-in {
margin-right:10px;
width: 10%;
}
.logged-out {
width: 10%;
margin-right:10px;
}
#responseMessage{
margin-left:10px
}

.footer-direitos p {
  font-size: 11px;  
}

}