.chegar-conteudo {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  text-align: center;
}

.chegar-conteudo h1 {
  font-size: 48px;
  margin-bottom: 12px;
}

.chegar-endereco {
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.6;
  opacity: 0.8;
}

.chegar-abrir {
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  margin-bottom: 40px;
}

.popup-fundo {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.popup-fundo[hidden] {
  display: none;
}

.popup {
  width: min(340px, 90vw);
  background-color: var(--menu-fundo);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.popup h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.popup a {
  color: var(--texto);
  text-decoration: none;
  font-size: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--menu-borda);
}

.popup a:hover {
  color: #b3503d;
}

.popup button {
  margin-top: 20px;
  align-self: center;
  background: none;
  border: 1px solid var(--menu-borda);
  border-radius: 999px;
  color: var(--texto);
  font-family: inherit;
  font-size: 14px;
  padding: 8px 24px;
  cursor: pointer;
}

.popup button:hover {
  border-color: #b3503d;
  color: #b3503d;
}

.chegar-mapa {
  width: 100%;
  height: 420px;
  border: none;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .chegar-conteudo {
    padding: 40px 16px 60px;
  }

  .chegar-conteudo h1 {
    font-size: 32px;
  }

  .chegar-mapa {
    height: 320px;
  }
}
