*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    
}
/* Inicial: p invisível e deslocado à esquerda */
p {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
  color: #111;
}

/* Quando visível: volta à posição e fica opaco */
p.show {
  opacity: 1;
  transform: translateX(0);
}
html{
  font-size: 100%;
  display: block;
}
body{
 vertical-align: baseline;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   -webkit-text-size-adjust: 100%;
     font-optical-sizing: auto;
  text-rendering: optimizeLegibility; 
    scroll-behavior: smooth;
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;  
    display: flex;
    flex-direction: column;
       background: linear-gradient(34deg, #fff, #ffffff);
    font-size: 100%;
      line-height: 1.5;
    width: 100%;
       height: 100%;
       font-size: 16px;
}
.processo {
  display: flex;
  justify-content: center;
  align-items: center;
min-height: 100vh;
  padding: 80px 20px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.states-section {
    display: flex;
    justify-content: center;
    padding: 40px;
    min-height: 100vh;
    align-items: center;
    background-color: #f0f0f0;
}
p
.states-list{
  width: 20vw;
}

.states-list p {
  color: #000;
    font-size: 2rem;
    font-weight: bold;
      text-align: center;
        text-shadow: 1px 1px 1px #00000000;
}
.arrow-container img{
  width: 10vw;
  margin: 3vw;

}
.states-list ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}
.aa{
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1.5vw;
  display: flex;
}
.lvl{
 font-size: 6vw;
 font-weight: 900;
}
.states-list li {
  text-align: center;
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 900;
        text-shadow: 1px 1px 1px #00000000;
}

/* Highlighted Information */
.highlight-info {
    text-align: center;
    font-size: 20px;
        text-shadow: 1px 1px 1px #00000000;
}

.highlight-info .highlight-number {
    color: #daaf03;
    font-weight: bold;
    font-size: 3rem;
        text-shadow: 1px 1px 1px #00000000;
}

/* Map Image */
.map-container {
    width: 30%;
}

.map-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
/* ===== TÍTULO ===== */
.processo .titulo {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.processo .titulo::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #b89146, #d4af37);
  margin: 12px auto 0;
  border-radius: 2px;
}

/* ===== LINHA DO TEMPO ===== */
.linha-tempo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.linha-tempo::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 120px; /* altura da onda */
  background: url("data:image/svg+xml;utf8,<svg width='300' height='120' viewBox='0 0 300 121.100' xmlns='http://www.w3.org/2000/svg'><path d='M0 60 C50 0 100 120 150 60 C200 0 250 120 300 60' stroke='%234a1f2f' stroke-width='10' fill='transparent' stroke-linecap='round'/></svg>") repeat-x;
  z-index: 0;
  background-size: 300px 120px; /* garante repetição suave */
}







/* ===== ETAPA ===== */
.etapa {
  text-align: center;
  max-width: 180px;
  position: relative;
  z-index: 1;
}

.etapa p {
  margin-top: 15px;
  font-size: 1.2rem;
  color: #000;
  line-height: normal;
}
hr{
  margin: 0;
  padding: 0;
}
/* ===== CÍRCULOS ===== */
.circulo {
  width: 120px;
  height: 120px;
  background:#daaf03;;
  border: 3px solid #d4af37;
  color: #fff;
  font-weight: 900;
  text-shadow: 1px 1px 1px #000;
  font-size:2rem;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.circulo:hover {
  transform: scale(1.1);
  background: silver;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  border-color: #f0d37a;
}
footer a{
  color: purple;
}
.sobre ul{
  margin: 0;
  padding: 0;
}
header{
    position: relative;
          z-index: 3;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
            padding: 0.3vw 0;
      box-shadow: 1px 1px 10px #00000056;
             background: linear-gradient(34deg, #fff, #ffffff);
             color: #000;
}
footer{
  display: block;
      text-align: center;
    color: #fff;
    font-size: 1rem;
    width: 100%;
    padding: 6vh;
 background-color: #000;   
}
nav{
      display: flex;
    justify-content: center;
    align-items: center;
}
nav ul{
    display: flex;
    gap: 1vw;
  
  
}
nav ul li {
  color: #000;
    font-size:1rem;
list-style-type: none;
}

video{
    object-fit: cover;
    object-position: center;
    opacity: 1;
       display: block;
    z-index: 0;
    position: relative;
    top: 0;
    max-width: 100%;
      border: 0;
}
img{
   object-fit: cover;
   object-position: center;
   max-width: 100%;
   display: block;
   opacity: 1;
   border: 0;

}
.logo img{
    width: 10vw;
    box-shadow: none;
}
.hero{
    width: 50%;
    position: absolute;
    top: 30vh;
    left: 20%;
}
.hero h1{
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
   text-shadow: 1px 1px 1px #000;
}
.hero p{
   font-weight: 600;
      color: #fff;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px #000;
}
.hero Button{
   font-size: 1.2rem;
     color: #fff;
      font-weight: 600;
    background: transparent;
    border: solid 2px #daaf03;;
    border-radius: 3px;
  
     padding: 0.7vw 2vw;
      box-shadow: 1px 1px 10px #00000056;
}
.highlight-info { font-family: Arial, sans-serif; font-size: 18px; color:#111; }
.highlight-info .lvl { font-weight:700; margin-right:6px; }
.highlight-number { font-weight:800; font-size:24px; display:inline-block; min-width:140px; text-align:left; }
.hero a{
 color: #fff; 
 font-weight:700;
 text-shadow: 1px 1px 1px #000;
}
.hero button:hover{
    background-color: #daaf03;;
}
.servicos{
 padding: 6vh 0;
  color: #fff;

    height: auto;
}
.servicos {
  text-align: center;
}
#servico-texto {
  font-size: 2.5rem;
  color: #222;
  text-align: center;
  padding: 1vw 0;
}

#servico-nome {
  color: gold;
  transition: opacity 0.4s ease;
}

.servicos h2 {
  color: gold;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.servicos h3 {
  color: #222;
  font-size: 1.8rem;
  transition: opacity 0.5s ease;
  opacity: 1;
}


.container-servicos h2 {
    font-size: 2.5rem;
    text-align: center;
    color: #000;
}

.cards-servicos {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2vw;
    justify-content: center;
}

.card {
  background-color: #1a1a1a;
    border: 1px solid rgba(0, 0, 0, 0.123);
    border-radius: 10px;
    padding: 2vw;
    width: 410px;
    min-width: 410px;
    text-align: center;
     transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.card:hover {
  transform: scale(1.05); /* zoom pequeno (5%) */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* leve sombra ao redor */
}
.card img{
  max-width: 100%;
  height: 30vh;
}
.cta{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta button{
  margin: 1vh 0;
  width: 100%;
   background-color: rgba(0, 0, 0, 0.575) !important; 
         padding: 1.5vw 5vw !important;
         font-weight: 600;
         border: none;
}
.cta button a{
  color: #fff;
  font-size: 1.2rem;
}
.cta button:hover{
background-color: #daaf03 !important;
color: #000 !important;
 font-weight: 600 !important; 
}
.ccttaa {
  display: flex;
  margin-top: 10vh;
}
.cctt2 button{
  font-size: 1.2rem;
  background: transparent;
  border:  solid 2px #daaf03;;
  padding: 1vw 3vw;
      border-radius: 5px;
     box-shadow: 1px 1px 10px #00000056;
}
.cctt2 a{
 color: #fff;
}
.cctt2{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cctt2 p{
  width: 100% !important;
}
.ccttaa img{
max-width: 100%;
height: 50vh;
border:  solid 5px #daaf03;;
}
.card h3 {
  color: #fff;
    margin-bottom: 1vh;
    font-size: 1.8rem;
         text-shadow: 1px 1px 1px #0000008f;
}


.card p {
       font-size: 1.2rem;
    margin-bottom: 2vh;
    color: #fff;
     text-shadow: 1px 1px 1px #0000008f;
}

.card .botoes a {
    display: inline-block;
    margin: 0.5vw;
    padding: 0.7vw 1vw;
    border: 2px solid #daaf03;;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
       font-size: 1.2rem;
}

.card .botoes a:hover {
    background-color: #daaf03;;
    color: #161616;
}
.porque{
    display: flex;
    justify-content: center;
   align-items: center;

    min-height: 100vh;
}
.porque h2{
    color: #fff;
     text-shadow: 1px 1px 1px #000;
}
.porque {
    background-color: #1a1a1a;
    color: #fff;
    padding: 10vh 5vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-porque{
   display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container-porque h2 {
      font-size: 2.5rem;
    margin-bottom: 2vh;
    text-shadow: 1px 1px 2px #000;
}

.container-porque p {
    font-size: 1.2rem;
    margin-bottom: 3vh;
    line-height: 1.6;
    width: 70%;
    text-align: center;
    color: #fff;
}

.beneficios {
    list-style: none;
    padding: 0;
    margin-bottom: 3vh;
}

.beneficios li {
   font-size: 1.2rem;
     margin: 0.8vh 0;
    position: relative;
    padding-left: 1.5em;
}

.beneficios li::before {
    content: "✔";
    position: absolute;
    left: 25vw;
    color: #daaf03;;
}

.botoes-porque a {
     font-size: 1.2rem;
    display: inline-block;
    margin: 0.5vw;
    padding: 0.7vw 2vw;
    border: 2px solid #daaf03;;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.botoes-porque a:hover {
    background-color: #daaf03;;
    color: #161616;
}
.container-cta{
       width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cta-contato {
    color: #fff;
    padding: 10vh 5vw;
    text-align: center;
    background-color: #1a1a1a;
    
}
.pp {
  min-width: 100%;
}
.cta-contato h2 {
       font-size: 2.5rem;
    width: 65%; 
    margin-bottom: 2vh;
    color: #fff;
}

.cta-contato p {
     width: 65%;
       font-size: 1.2rem;
    margin-bottom: 3vh;
    line-height: 1.6;
    color: #fff;
}

.form-contato {
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
    width: 60%;;
    margin: 0 auto 3vh auto;
}

.form-contato input,
.form-contato textarea {
    padding: 1vh 1vw;
  border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
     font-size: 1.2rem;
    resize: none;
}

.form-contato input::placeholder,
.form-contato textarea::placeholder {
    color: #ccc;
}

.form-contato button {
    padding: 1vh 2vw;
    border-radius: 5px;
    border: none;
    background: #333;
    color: #fff;
       font-size: 1.2rem;
    cursor: pointer;
    transition: 0.3s;
  
}
.ssbbf{

    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
    background-image: url('img/contato vallorize.png'); /* caminho da imagem */
    background-size: contain;       /* cobre toda a tela */
    background-repeat: no-repeat; /* evita repetição */
    background-position: left;  /* centraliza */
    background-attachment: fixed; /* mantém fixo ao rolar */

}
.sobre{
width: 50%;
display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border:  solid 2px #daaf03;;
  padding:  6vh 3vw;
  color: #fff;
  text-align: center;
  margin: 20vh 0;
}
.sobre h1{
    color: #000;
  font-size: 2.5rem;
}
.serr{
margin-top: 16vh;
}

.sobre h2{
  color: #000;
  font-size: 2rem;
}
.sobre p{
    color: #000;
  font-size: 1.2rem;
}
.sobre li{
    color: #000;
  list-style-type: none;
  font-size: 1.2rem;
}
.sobre img{
 padding: 3vh 1vw;
  max-width: 100%;
  width: 100%;
  height: 50vh;
  box-shadow: none;
}
.form-contato button:hover {
    background-color: #daaf03;;
    color: #161616;
}

.contato-direto a {
    display: inline-block;
    margin: 0.5vw;
    padding: 0.7vw 2vw;
    border: 2px solid #daaf03;;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
       font-size: 1.2rem;
}

.servi{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1vh;

  background-image: url('img/contato vallorize.png'); /* caminho da imagem  /* ... outras propriedades ... */
       background-size: contain; /* Faz a imagem cobrir a área do elemento, cortando se necessário */
    background-repeat: no-repeat;
    background-position: left; /* Posiciona a imagem no canto esquerdo */
    background-attachment: fixed; /* Fixa o fundo na viewport */
    min-height: 100vh; /* Garante que o elemento .servi ocupe a altura total da tela */
 
}
.connt{
  width: 60%;
          min-height: 100vh;
     color: #fff;
    box-shadow: 1px 1px 10px #0000001a;
     padding: 8vh 9vw;
     margin: 0;
     
}
.connt h1{
    font-size: 2.5rem;
  padding: 1vw;
  color: #000;
}
.connt h2{
    color: #000;
  font-size: 1.8rem;
  padding: 1vw;
}
.connt p{
  font-size: 1.2rem;
  padding: 1vw;
}

.servi img{
  width: 63%;
  height: 50vh;
     border: solid 2px #daaf03; 
     margin-top: 20vh;
     
 
}

.contato-direto a:hover {
    background-color: #daaf03;;
    color: #161616;
}
/* Estilo básico do nav */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
   position: relative;
}

/* Lista de links */
.nav-list {
  display: flex;
  list-style: none;
}

.nav-list li {
  margin-left: 30px;
}

.nav-list li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: color 0.3s;
     font-size: 1.2rem;
}

.nav-list li a:hover {
  color: #daaf03;;
}

/* Menu hamburguer */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle .bar {
  height: 3px;
  width: 25px;
 background: linear-gradient(90deg, #b89146, #d4af37);
  margin: 4px 0;
  transition: 0.3s;
}
.menu-toggle.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto;
  width: 100%;
  max-width: 86%;
  padding: 10vw 0;
}
.time{

padding: 2vw 7vw;
}
.time h2{

  color: gold;
  font-size: 2.5rem;
}
.time p{
width: 50%;
line-height: 1.7;
  font-size: 1.1rem;
}
/* Linha central */
.timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
    background: #757575;
  z-index: 1;
      opacity: 0.1;
}

/* Cada etapa */
.step {
  position: relative;
  text-align: center;
  width: 18%;
}

/* Bolinha */
.node {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: gold;
  border-radius: 50%;
  border: 4px solid white;
  z-index: 2;
 
}
/* Conteúdo da etapa */
.content {
  position: relative;
  width: 100%;
}

/* Passos ímpares (1, 3, 5) acima da linha */
.step:nth-child(odd) .content {
  transform: translateY(-220px);
}

/* Passos pares (2, 4) abaixo da linha */
.step:nth-child(even) .content {
  transform: translateY(220px);
}

/* Estilos de texto */
.timeline h2 {
font-weight: 900;
  color: #FFD700;
  font-size: 6rem;
  margin: 0;
}

.timeline h3 {
 font-weight: 900;
   font-size: 2rem;
  color: #FFD700;
  margin: 10px 0 5px;
}

.timeline p {
  width: 100%;
  color: #000;
  font-size: 1.1rem;
  margin: 0;
}
@media (max-width: 768px) {
  
  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .timeline::before {
    top: 0;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    opacity: 0.1;
        background: #757575;
  }

  .step {
    width: 100%;
    text-align: center;
    margin: 60px 0;
  }

  .node {
    position: relative;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 25px;
  }

  /* Mantém o zigue-zague leve, alternando lados */
  .step:nth-child(odd) .content {
    transform: translateX(-50px);
    text-align: right;
  }

  .step:nth-child(even) .content {
    transform: translateX(50px);
    text-align: left;
  }
.time p {
    width: 100%;
    line-height: 1.7;
    font-size: 1.1rem;
}
  .timeline h2 {
    position: relative;
            z-index: 2;
    font-size: 5rem;
  }

  .timeline h3 {
     position: relative;
            z-index: 2;
    font-size: 2rem;
  }

  .timeline p {
     position: relative;
            z-index: 2;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .servicos{
 padding: 0;
 
}
.cards-servicos {
    display: flex;
    flex-wrap: wrap;
    gap: 3vh;
    justify-content: center;
    padding-bottom: 10vh;
}
.card .botoes a {
    display: inline-block;
    margin: 0.5vw;
    padding: 3vw 8vw;
    border: 2px solid #daaf03;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    font-size: 1.2rem;
}
  .card img {
    width: 100vw;
    max-width: 100%;
    height: 30vh;
}
  .ssbbf{
    background: none;
  }
  .states-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    align-items: center;
    background-color: #f0f0f0;
}
.map-container {
    width: 100%;
}
.map-image {
    width: 100vw;
    height: auto;
    border-radius: 8px;
}
.states-list {
    width: 100%;
}
.states-list p {
    min-width: 100%;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #00000000;
}
.container{
 display: flex;   
 flex-direction: column;         /* deixa os itens lado a lado */
  overflow-x: auto;         /* ativa rolagem horizontal */
  overflow-y: hidden;       /* esconde rolagem vertical */

  scroll-behavior: smooth; 
}
.linha-tempo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
      max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
      .sobre {
        width: 100vw;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: solid 2px #daaf03;
        padding: 6vh 3vw;
        color: #fff;
        text-align: center;
        margin: 10vh 0;
    }
.sobre img {
    padding: 3vh 1vw;
    max-width: 100%;
    width: 100%;
    height: 28vh;
    box-shadow: none;
}
.ccttaa {
    width: 90vw;
    flex-direction: column;
    display: flex;
    margin-top: 10vh;
}
.ccttaa img {
    max-width: 100%;
    height: 26vh;
    border: solid 5px #daaf03;;
}
.cctt2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
  .cta-contato h2 {
    font-size: 2.5rem;
    width: 65%;
    margin-bottom: 2vh;
    text-shadow: 1px 1px 2px #000;
    width: 90vw;
}
.cta-contato p {
    width: 90vw;
    font-size: 1.2rem;
    margin-bottom: 3vh;
    line-height: 1.6;
}
.form-contato {
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
    width: 90vw;
    margin: 0 auto 3vh auto;
}
.beneficios li::before {
    content: "✔";
    position: absolute;
    left: 0vw;
    color: #daaf03;;
}
.servi{
  background: none;
}
.servi img {
    width: 90vw;
    height: 30vh;
    border: solid 2px #daaf03;;

}
.connt {
    width: 100vw;
    padding: 2vh;
    border: solid 2px #daaf03;;
    min-height: 100vh;
    color: #fff;
    box-shadow: 1px 1px 10px #00000056;
}
.nav-list li {
    margin: 0;
}
.cta button {
    margin: 1vh 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.575) !important;
    padding: 5.5vw 5vw !important;
    font-weight: 600;
    border: none;
}
    .hero {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
         width: 90%;
                 top: 14vh;
    left: 6%;
    }
    .hero Button {
    font-size: 1.2rem;
    color: #fff;
    margin: 1vh;
    font-weight: 600;
    background: transparent;
    border: solid 2px #daaf03;
    border-radius: 3px;
    padding: 6vw 2vw;
    width: 90vw;
    box-shadow: 1px 1px 10px #00000056;
}
    .hero h1{
    color: #fff;
    font-size: 2.8rem;
    text-shadow: 1px 1px 1px #000;
}
.hero p{
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 1px 1px 1px #000;
}
    .card {
    min-width: 90vw;
          padding: 6vw;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
.porque {
    height: auto;
    min-height: auto;
}
  .bar {
    height: 3px;
    width: 25px;
    background-color: #000;
    margin: 4px 0;
    transition: 0.3s;
  }
  nav{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10vh;
  }
  video {
    
    height: 127vh;
    z-index: 0;
    position: relative;
    top: 0;
    max-width: 100%;
}
.logo img{
width: 13vh;}

  .nav-list {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
     background-color: #fff;
             box-shadow: 1px 1px 10px #00000026;
    position: absolute;
    top: 7.4vh; /* altura do header */
 
    width: 100%;
        min-width: 100vw;
    padding: 10px;
     }

  /* Quando clicar no botão, aparece */
  .nav-list.active {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
           gap: 2vh;
  }

  /* Botão menu hamburguer */
  .menu-toggle {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .menu-toggle .bar {
    width: 25px;
    height: 3px;
 background: linear-gradient(90deg, #b89146, #d4af37);
    transition: 0.3s;
  }

  /* Animação quando abre */
  .menu-toggle.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .menu-toggle.open .bar:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}