/* POPUP BOAS-VINDAS */

#popup-boas-vindas{
  position:fixed;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(0,0,0,0.25);
  z-index:9999;
}

.popup-moldura{
  width:min(980px, 70vw);
  min-height:480px;
  background:url("../imagens/popup-viagem.jpg") center/cover no-repeat;
  border-radius:20px;
  box-shadow:var(--sombra-forte);
  position:relative;
  overflow:hidden;
}

.popup-card{
  position:absolute;
  top:30px;
  left:30px;
  width:20%;
  min-width:240px;
  background:rgba(255,255,255,0.92);
  border-radius:14px;
  padding:20px;
  box-shadow:0 8px 20px rgba(0,0,0,0.18);
}

.popup-card h2{
  margin:0 0 10px;
  font-family:Georgia, serif;
  color:var(--cor-marrom);
}

.popup-card p{
  font-size:14px;
  line-height:1.6;
  color:#4d4338;
}

.popup-card button{
  margin-top:12px;
  background:var(--cor-destaque);
  color:#fff;
  border:none;
  padding:10px 16px;
  border-radius:8px;
  cursor:pointer;
}

.popup-card button:hover{
  background:var(--cor-destaque-escura);
}

/* POPUPS COMPARTILHADOS */

.popup-overlay{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(0,0,0,0.28);
  z-index:10000;
}

.popup-overlay.aberto{
  display:flex;
}

.popup-contato-card{
  width:min(420px, 92vw);
  background:#f7efdf url("../imagens/fundo-mapa.jpg") center/cover;
  border:1px solid #d2b48c;
  border-radius:16px;
  padding:24px;
  box-shadow:0 20px 50px rgba(0,0,0,0.25);
  text-align:center;
}

.popup-contato-card h2{
  margin:0 0 10px;
  font-family:Georgia, serif;
  color:#5a3c26;
}

.popup-contato-card p{
  font-size:14px;
  line-height:1.6;
  color:#4d4338;
  margin-bottom:18px;
}

.popup-topo-contato{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  margin-bottom:10px;
}

.icone-instagram-popup{
  width:50px;
  height:50px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4);
}

.icone-instagram-popup svg{
  width:40px;
  height:40px;
}

.foto-contato{
  width:80px;
  height:80px;
  border-radius:50%;
  overflow:hidden;
  border:2px solid #d2b48c;
  box-shadow:0 2px 6px rgba(0,0,0,0.2);
  flex-shrink:0;
}

.foto-contato img,
.foto-sobre img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.popup-contato-acoes{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:18px;
  padding:0 6px;
}

.botao-instagram,
.botao-fechar-popup{
  text-decoration:none;
  background:#8b5e3c;
  color:#fff;
  padding:10px 16px;
  border-radius:8px;
  border:none;
  cursor:pointer;
  display:inline-block;
}

.botao-instagram:hover,
.botao-fechar-popup:hover{
  background:#6e462c;
}

.assinatura-blog{
  margin-top:14px;
  font-family:Georgia, serif;
  font-style:italic;
  font-size:15px;
  color:#5a3c26;
}

.popup-sobre-base{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:12px;
  margin-top:18px;
}

.foto-sobre{
  width:100px;
  height:100px;
  border-radius:50%;
  overflow:hidden;
  border:3px solid #d2b48c;
  box-shadow:0 4px 12px rgba(0,0,0,0.25);
}
