html, body {
	font-family:Poppins,sans-serif;

    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center; 
  
background-image: 
  /* Primeiro traço curvo vindo do canto superior esquerdo (Mais visível) */
  radial-gradient(circle at -20% -20%, transparent 55%, rgba(218, 165, 32, 0.25) 55.1%, rgba(218, 165, 32, 0.25) 55.6%, transparent 55.7%),
  
  /* Segundo traço curvo (paralelo e mais sutil, mas agora perceptível) */
  radial-gradient(circle at -20% -20%, transparent 70%, rgba(218, 165, 32, 0.18) 70.1%, rgba(218, 165, 32, 0.18) 70.5%, transparent 70.6%),
  
  /* Terceiro traço curvo vindo do canto inferior direito (Mais visível) */
  radial-gradient(circle at 120% 120%, transparent 45%, rgba(218, 165, 32, 0.25) 45.1%, rgba(218, 165, 32, 0.25) 45.6%, transparent 45.7%),
  
  /* Quarto traço cruzando de forma orgânica pelo topo direito */
  radial-gradient(circle at 140% -30%, transparent 65%, rgba(218, 165, 32, 0.20) 65.1%, rgba(218, 165, 32, 0.20) 65.5%, transparent 65.6%),
  
  /* Seu degradê original mantido no fundo */
  linear-gradient(to bottom, #cacaca, #fff);

    
  background-attachment: fixed;
}

a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #63acff;
  text-decoration: none; /* Adds underline back on hover */
}
a:active {
  color: #63acff;
}

h1 {
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 1em;
  -webkit-text-size-adjust: none !important;
  text-size-adjust: none !important;	
}
h2 {
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	color: #ae730e;
	margin-top: 1em;
  -webkit-text-size-adjust: none !important;
  text-size-adjust: none !important;		
}	
h3 {
	font-size: 1.1em;
	font-weight: 100;
	text-align: center;
	letter-spacing: 0px;
  -webkit-text-size-adjust: none !important;
  text-size-adjust: none !important;	
}

.redes {
	position:fixed;
	max-width: 100%; 
	width: 100%; 
	top: 0; 
	left:0; 
	z-index:9999; 
	opacity: 1; 
	background-color: #2c2c2c; 
	height:2.5em; 
	padding-top:0.7em;
}
	
.imagens {
	margin:0em;
	padding-top:0.6em; 
	padding-bottom:0em;
	filter: drop-shadow(0px 4px 8px  #414141); 
	width:25px; 
	max-width:25px; 	
}
.redes_bottom {
	position:relative;
	max-width: 100%; 
	width: 100%; 
	bottom: 0; 
	left:0; 
	z-index:9999; 
	opacity: 1; 
	background-color: #2c2c2c; 
	height:3em; 
	padding-top:1em;
	margin-bottom:-0.5em;
}
.textos {
	text-align:center; 
	width: 850px;
	max-width:98%;
}
.logo_imagem{
	text-align:center; 
	width:80px;
	vertical-align: middle;
}
.table-container {
	position:relative;
	margin: 0 !important;
	overflow-x: auto; /* Permite rolagem horizontal se a tela for pequena */
	width: 850px;
	max-width:98%;
	border-collapse: collapse;
	vertical-align: middle;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	text-align:center;		
}
.divisor {
	position:relative;	
	text-align:center;	
	background-color: #114f82; 
	color: #fff; 
	padding:0.4em; 
	border-radius:0.5em; 
	margin-top:0.5em;
	margin-bottom:2em;
	width: 850px;
	max-width:95%;
	opacity:0.9;
}
.inscreva {
	position:relative;	
	text-align:center;	
	background-color: #052c4d; 
	color: #ffe469; 
	padding:0.7em; 
	border-radius:0.5em; 
	margin-top:0.5em;
	margin-bottom:2em;
	width: 850px;
	max-width:95%;
	opacity:0.9;
}

.glass{
	position:relative;	
	text-align:center;	
	background-color: #052c4d; 
	color: #000; 
	padding:0.7em; 
	border-radius:0.5em; 
	margin-top:0.5em;
	margin-bottom:2em;
	width: 850px;
	max-width:95%;
	opacity:0.9;
  text-align: center;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  box-shadow:
      inset 0 1px 1px rgba(255,255,255,.35),
      inset 0 -2px 8px rgba(0,0,0,.15),
      0 10px 30px rgba(0,0,0,.25);
  overflow: hidden;
  position: relative;
}


.titulo {
	text-align:center; 
	width: 850px;
	max-width:98%;
	margin-top:2em;	
	margin-bottom:1em;
}
.shorts-container {
	position: relative;
	width: 98%;
	max-width: 390px; /* Largura padrão de celular */
	height: 85vh; /* Ocupa a maior parte da tela vertical */
	max-height: 844px;
	background-color: #000;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
}
.shorts-video {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Recorta a imagem nas bordas para preencher o 9:16 sem distorcer */
	object-position: center; /* Mantém o foco da foto centralizado */
}
.youtube-container {
	width: 98%;
	max-width: 800px; /* Largura máxima comum para vídeos em HD/Full HD */
	aspect-ratio: 16 / 9; /* Mantém a proporção exata do YouTube */
	background-color: #000;
	border-radius: 12px; /* Cantos levemente arredondados do layout moderno do YT */
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	position: relative;
}
.youtube-video {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Recorta a imagem nas bordas para preencher o 9:16 sem distorcer */
	object-position: center; /* Mantém o foco da foto centralizado */
}
.photo-container-9x16 {
	width: 98%;
	max-width: 400px; /* Limita o tamanho máximo em telas grandes de desktop */
	aspect-ratio: auto; /* Força a proporção vertical exata */
	background-color: #f0f0f0;
	border-radius: 12px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.photo-container-9x16 img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Recorta a imagem nas bordas para preencher o 9:16 sem distorcer */
	object-position: center; /* Mantém o foco da foto centralizado */
	transition: transform 0.3s ease;				
}
.photo-container-9x16 img:hover {
	transform: scale(1.04); /* Aumenta a imagem em 20% */
}				
.photo-container-16x9 {
	width: 98%;
	max-width: 850px; /* Limita o tamanho máximo em telas grandes */
	aspect-ratio: auto; /* Força a proporção horizontal exata */
	background-color: #f0f0f0;
	border-radius: 12px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.photo-container-16x9 img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Preenche o container cortando as sobras sem distorcer a imagem */
	object-position: center; /* Mantém o centro da imagem sempre visível */
	transition: transform 0.3s ease;
}
.photo-container-16x9 img:hover {
	transform: scale(1.04); /* Aumenta a imagem em 20% */
}
.map-container {
	width: 98%;
	max-width: 850px; /* Limita a largura máxima em telas de desktop */
	aspect-ratio: 16 / 9; /* Mantém o mapa sempre na proporção de cinema */
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}
.map-container iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.photo-container-9x16 {
	width: 80%;
	max-width: 300px; /* Limita o tamanho máximo em telas grandes de desktop */
	aspect-ratio: auto; /* Força a proporção vertical exata */
	background-color: #f0f0f0;
	border-radius: 12px;
	overflow: hidden;
	margin: 0 auto;
}
.photo-item {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Recorta a imagem nas bordas para preencher o 9:16 sem distorcer */
	object-position: center; /* Mantém o foco da foto centralizado */
}
.video-container-vertical {
	position: relative;
	width: 100%;
	max-width: 500px; /* largura máxima (ajuste conforme layout) */
	aspect-ratio: 16/9; /* força formato vertical */
	overflow: hidden;
	border-radius:1em;	
	box-shadow: 0 16px 30px rgb(0, 0, 0);
}
.video-container-vertical iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 177.78%; /* 16/9 → necessário para cobrir vertical */
	height: 100%;
	transform: translate(-50%, -50%);
}





.menu-horizontal-container {
  margin-top:2.3em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

/* Nova classe para os Botões que agora são Links (<a>) */
.loading-link-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 12px 20px;
  background-color: #0c436a; /* Azul original */
  border-radius: 8px;
  min-width: 30px;
  max-width: 60px;
  flex: 1;
  text-decoration: none; /* Remove o sublinhado padrão de links */
  transition: background-color 0.2s ease, transform 0.1s ease; /* Transição suave para o clique */
  cursor: pointer;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Efeito Visual ao passar o mouse (Hover) ou tocar no celular */
.loading-link-btn:hover, 
.loading-link-btn:active {
  background-color: rgba(2, 16, 44, 0.832); /* Escurece de leve o fundo ao interagir */
  transform: translateY(-2px); /* Pequeno efeito de levantar o botão */
}

/* Spinner Moderno */
.spinner {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Texto Otimizado e Protegido */
.loading-text {
  color: #e5c158; /* Dourado original */
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-size: clamp(0.85rem, 0.7rem + 0.6vw, 1rem); 
  
  /* Proteção contra o bug de fonte do Instagram/TikTok */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

/* Animação de Rotação */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* --- ÍCONE DO RELÓGIO EM CSS PURO --- */
.clock-icon {
  position: relative;
  width: 30px;
  height: 30px;
  border: 3px solid #ffffff; /* Caixa externa branca */
  border-radius: 50%;
  box-sizing: border-box;
}

/* Base comum para ambos os ponteiros */
.hand {
  position: absolute;
  background-color: #ffffff; /* Cor dos ponteiros */
  border-radius: 2px;
  bottom: 50%; /* Alinha a base do ponteiro exatamente no centro do relógio */
  left: 50%;
  transform-origin: bottom center; /* Faz o ponteiro girar a partir da base inferior */
}

/* Ponteiro das Horas (Mais curto e grosso) */
.hour-hand {
  width: 2.5px;
  height: 6px;
  margin-left: -1.25px; /* Centraliza perfeitamente no eixo X */
  animation: spin-clock 12s linear infinite; /* Dá uma volta completa em 12 segundos */
}

/* Ponteiro dos Minutos (Mais longo e fino) */
.minute-hand {
  width: 1.8px;
  height: 9px;
  margin-left: -0.9px; /* Centraliza perfeitamente no eixo X */
  animation: spin-clock 2s linear infinite; /* Dá uma volta completa a cada 2 segundos */
}

/* Texto Otimizado e Protegido */
.loading-text {
  color: #e5c158; /* Dourado original */
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-size: clamp(0.85rem, 0.7rem + 0.6vw, 1rem); 
  
  /* Proteção contra o bug de fonte do Instagram/TikTok */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

/* Animação de Rotação para os Ponteiros */
@keyframes spin-clock {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* --- ÍCONE DO PIN DE LOCALIZAÇÃO ANIMADO --- */
.pin-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* O Pin de Localização */
.pin-icon {
  width: 18px;
  height: 18px;
  background-color: #ffffff; /* Cor do corpo do pin */
  border-radius: 50% 50% 50% 0; /* Mágica para criar a ponta do mapa */
  transform: rotate(-45deg); /* Gira para apontar para baixo */
  position: absolute;
  top: 2px;
  animation: bounce-pin 1.2s ease-in-out infinite alternate; /* Animação de flutuar */
}

/* O furo interno do Pin */
.pin-icon::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0c436a; /* Mesma cor do fundo do menu */
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
}

/* Sombra pulsante no chão */
.pin-pulse {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 4px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  animation: pulse-shadow 1.2s ease-in-out infinite alternate;
}

/* Texto Otimizado e Protegido */
.loading-text {
  color: #e5c158; /* Dourado original */
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-size: clamp(0.85rem, 0.7rem + 0.6vw, 1rem); 
  
  /* Proteção contra o bug de fonte do Instagram/TikTok */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

/* --- ANIMAÇÕES CSS --- */

/* Animação de Flutuação (Efeito de Levitação) */
@keyframes bounce-pin {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(-45deg); /* Sobe 4px */
  }
}

/* Animação da Sombra (Diminui quando o pin sobe) */
@keyframes pulse-shadow {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translateX(-50%) scale(0.6); /* Sombra encolhe no ar */
    opacity: 0.3;
  }
}


/* --- ÍCONE DE ASSISTIR (PLAY) ANIMADO --- */
.play-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Círculo do botão Play */
.play-icon {
  position: relative;
  width: 22px;
  height: 22px;
  background-color: #ffffff; /* Cor do círculo do botão */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* O Triângulo Interno do Play feito em CSS puro */
.play-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #0c436a; /* Mesma cor do fundo do menu */
  margin-left: 2px; /* Ajuste milimétrico para centralizar oticamente o triângulo */
}

/* Onda de Pulso Animada (Efeito Radar de Streaming) */
.play-pulse {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: 1;
  animation: watch-pulse 1.8s ease-out infinite;
}

/* Texto Otimizado e Protegido contra bugs de zoom do Instagram/TikTok */
.loading-text {
  color: #e5c158; /* Dourado original */
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-size: clamp(0.85rem, 0.7rem + 0.6vw, 1rem); 
  
  /* Proteção essencial contra o font boosting */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

/* --- ANIMAÇÃO DO PULSO --- */
@keyframes watch-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8); /* A onda expande até quase o dobro do tamanho */
    opacity: 0; /* Desaparece suavemente no final */
  }
}

/* --- ÍCONE DE CONTRIBUIÇÃO (CORAÇÃO) ANIMADO --- */
.heart-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* O Corpo do Coração em CSS Puro */
.heart-icon {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #ffffff; /* Cor branca profissional */
  transform: rotate(-45deg); /* Base rotacionada do coração */
  animation: heartbeat 1.2s infinite ease-in-out; /* Efeito de batimento cardíaco */
  margin-top: 4px; /* Ajuste ótico de centralização */
}

/* Asa esquerda do coração */
.heart-icon::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  top: -6px;
  left: 0;
}

/* Asa direita do coração */
.heart-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 0;
  left: 6px;
}

/* Texto Otimizado e Protegido */
.loading-text {
  color: #e5c158; /* Dourado original */
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-size: clamp(0.85rem, 0.7rem + 0.6vw, 1rem); 
  
  /* Proteção indispensável contra o bug do Instagram/TikTok */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

/* --- ANIMAÇÃO DE BATIMENTO CARDÍACO (HEARTBEAT) --- */
@keyframes heartbeat {
  0% {
    transform: scale(1) rotate(-45deg);
  }
  14% {
    transform: scale(1.25) rotate(-45deg); /* Primeiro pulso */
  }
  28% {
    transform: scale(1) rotate(-45deg);
  }
  42% {
    transform: scale(1.25) rotate(-45deg); /* Segundo pulso em seguida */
  }
  70% {
    transform: scale(1) rotate(-45deg); /* Pausa realista antes do próximo ciclo */
  }
}



/* --- ÍCONE DE AMPULHETA ANIMADO --- */
.hourglass-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Base central da ampulheta com animação de rotação */
.hourglass-icon {
  position: relative;
  width: 0;
  height: 0;
  animation: hourglass-flip 2.5s infinite ease-in-out;
}

/* Parte Superior da Ampulheta (Triângulo invertido) */
.hourglass-icon::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ffffff; /* Cor branca do vidro/areia */
  border-radius: 2px 2px 0 0;
}

/* Parte Inferior da Ampulheta (Triângulo normal) */
.hourglass-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ffffff; /* Cor branca do vidro/areia */
  border-radius: 0 0 2px 2px;
}

/* Texto Otimizado e Protegido */
.loading-text {
  color: #e5c158; /* Dourado original */
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-size: clamp(0.85rem, 0.7rem + 0.6vw, 1rem); 
  
  /* Proteção indispensável contra o bug do Instagram/TikTok */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

/* --- ANIMAÇÃO DE ROTAÇÃO (FLIP 180°) --- */
@keyframes hourglass-flip {
  0% {
    transform: rotate(0deg);
  }
  /* Do 0% ao 85% a ampulheta fica parada fingindo que a areia está caindo */
  85% {
    transform: rotate(0deg);
  }
  /* Nos últimos 15% do tempo ela gira rapidamente e para no lugar */
  100% {
    transform: rotate(180deg);
  }
}



/* --- ÍCONE DE CONTATOS ANIMADO --- */
.contact-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Base do ícone agrupado com a animação */
.contact-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  animation: contact-attention 2s infinite ease-in-out;
}

/* Cabeça do boneco de perfil */
.contact-head {
  width: 10px;
  height: 10px;
  background-color: #ffffff; /* Cor branca do ícone */
  border-radius: 50%;
  margin-bottom: 2px; /* Espaço entre a cabeça e os ombros */
}

/* Ombros/Busto do boneco de perfil */
.contact-shoulders {
  width: 18px;
  height: 9px;
  background-color: #ffffff; /* Cor branca do ícone */
  border-radius: 8px 8px 2px 2px; /* Curvatura suave nos ombros */
}

/* Texto Otimizado e Protegido */
.loading-text {
  color: #e5c158; /* Dourado original */
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-size: clamp(0.85rem, 0.7rem + 0.6vw, 1rem); 
  
  /* Proteção indispensável contra o bug do Instagram/TikTok */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

/* --- ANIMAÇÃO DE ATENÇÃO (BOUNCE SUAVE) --- */
@keyframes contact-attention {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.05); /* Sobe levemente e expande 5% */
  }
}




/* --- ÍCONE DE SOBRE NÓS (INFORMAÇÃO) ANIMADO --- */
.about-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Círculo do Ícone de Informação (i) */
.about-icon {
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff; /* Borda branca do círculo */
  border-radius: 50%;
  color: #ffffff; /* Cor da letra i */
  font-family: "Georgia", serif; /* Fonte serifada para deixar o 'i' mais elegante */
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 1px; /* Ajuste milimétrico para centralizar a letra na vertical */
  animation: about-pulse-turn 3s infinite ease-in-out;
}

/* Texto Otimizado e Protegido */
.loading-text {
  color: #e5c158; /* Dourado original */
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-size: clamp(0.85rem, 0.7rem + 0.6vw, 1rem); 
  
  /* Proteção indispensável contra o bug do Instagram/TikTok */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

/* --- ANIMAÇÃO DE PULSO E ROTAÇÃO SUTIL --- */
@keyframes about-pulse-turn {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  20% {
    transform: scale(1.15) rotate(0deg); /* Pulsa levemente para chamar atenção */
  }
  40% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(360deg); /* Faz um giro completo elegante no próprio eixo */
  }
  70%, 85% {
    transform: scale(1) rotate(360deg); /* Pausa estático após o giro */
  }
}


.menu-item{
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icone-plus{
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
}

.icone-plus::before{
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;      /* 50% maior */
    font-weight: 300;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;

    animation:
        girar 3s linear infinite,
        piscar 1s ease-in-out infinite;
}



@keyframes piscar{
    0%,100%{
        opacity: 1;
        filter: brightness(1);
    }
    50%{
        opacity: .35;
        filter: brightness(1);
    }
}



.share-btn {
  background-color: #25d366; /* Cor verde estilo WhatsApp */
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.share-btn:hover {
  background-color: #128c7e;
}

.zap-btn {
  background-color: #25D366;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: background-color 0.2s;
}

.zap-btn:hover {
  background-color: #20ba5a;
}
