
    body {
      margin: 0;
      font-family: sans-serif; 
      background: #ffffff;
      display: flex;
      justify-content: center;
    }

    .pagina {
      width: 100%;
      max-width: 1000px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .espaco {
      display: block;
      height: 1em; /* controla o espaço extra */
    }

/*	==================================
	LINK OVERLAY NO TOPO
	================================== */
.link-area {
	position: absolute;
	top: 33%;     /* posição vertical relativa */
	left: 60%;    /* posição horizontal relativa */
	width: 35%;   /* largura relativa à largura do topo */
	height: 27%;  /* altura relativa à altura do topo */
	display: block;
	cursor: pointer;
	}
/* ===== FIM ======================== */

  /* faixa azul central */
  .faixa {
  background: #2a2a86;
  width: 91.23%;
  margin-top: -10px;
  margin-bottom: -10px;
  color: white;
  text-align: left;         /* alinhamento à esquerda */
  padding: 40px 0;         /* 5% de margem interna em cada lado */
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.faixa .conteudo {
  margin: 0 auto;
  width: 88%;            /* 6% de margem de cada lado */
  max-width: 900px;      /* limite opcional */
}


hr {
  border: none;                
  border-top: 1px solid #e31b22; /* linha vermelha fina */
  width: 100%;                  
  margin: 2em auto;             /* espaço padrão acima/abaixo */
}

hr.baixinho {
  margin-bottom: 1.4em;   /* menos espaço em baixo */
}

/* título principal da página */
.pagina-titulo {
  font-family: 'Inter', sans-serif;
  font-weight: 300;    
  color: white;
  margin-bottom: 1em; 
} 

.faixa .pagina-titulo {
  font-size: 37px;
}

/* subtítulos / títulos de secções */
.secao-titulo {
  font-family: 'Anaheim', sans-serif;
  font-weight: 700;         /* bold */
  font-size: 32px;
  color: #e31b22;           /* vermelho */
  margin: 1.2em 0 0.5em;
}

.titulo-vermelho {
  font-family: 'Anaheim', sans-serif;
  font-weight: 700; 
  font-size: 20px;    
  color: #e31b22;   
  margin-top: 60px;   
  margin-bottom: 0px; 
  padding-bottom: 0px;
}

.espaco-10,
.espaco-20,
.espaco-30 {
  display: block;
  width: 100%;
}

.espaco-10 { height: 10px; }
.espaco-20 { height: 20px; }
.espaco-30 { height: 30px; }

/* texto normal */
.texto {
  font-family: 'Anaheim', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: white;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 30px;
}

.texto strong,
.texto b {
  font-weight: 700;
  font-family: 'Anaheim', sans-serif;
}

.texto a {
  color: #e31b22;          /* vermelho padrão */
  text-decoration: none;
  font-weight: 700;        /* destaca dentro do texto */
  transition: color 0.3s ease;
}

.texto a:hover {
  color: #931d20;          /* vermelho mais escuro no hover */
}

.texto a.um-link {
  font-size: 19px;       /* ligeiramente mais pequeno */
  color: #e31b22;         
  text-decoration: none;  
  font-weight: 400;     
}

.texto p a.link-normal,
.texto a.link-normal {
  font-weight: 400;
}

/* ==========================
		topo e footer 
========================== */

.topo,
.footer {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative; /* necessário para overlay link */
}

.topo {
  margin-top: 50px; 
  background-image: url("/imagens/topo.svg");
  aspect-ratio: 1793.5 / 638.5;
}

.footer {
  background-image: url("/imagens/footer.svg");
  aspect-ratio: 1793.5 / 640.1;
  position: relative;
  margin-bottom: 30px;
}

/* =========================
		 texto no footer
========================= */

.footer-texto {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  text-align: center;
  color: white;
}

.footer-texto a,
.footer-texto span {
  display: block;
  text-decoration: none;
  color: white;
  line-height: 1;
}

.linha-email {
  font-size: 24px;
  margin-bottom: 1.2em;
  font-family: 'Anaheim', sans-serif;
  font-weight: 700;
}

/* ======================
   LINHA-LINK
   ====================== */
.linha-link,
.linha-texto {
  font-family: 'Anaheim', sans-serif;
  font-weight: 400;
}

.linha-link,
.linha-sem-link {
  font-size: 16px;
  margin-bottom: 0.3em;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.linha-link:focus { outline: none; }
.linha-link:focus-visible {
  outline: 1px solid #2a2a86;
  outline-offset: 2px;
}

/* ================== */

.linha-texto {
  font-size: 16px;
  margin-bottom: 0;
}

.footer-texto a:hover {
  color: #2a2a86;            /* azul no hover */
}

.anaheim-bold {
  letter-spacing: 0.3px; /* opcional, para dar mais impacto */
}

.botao-centro {
  text-align: center; /* centraliza o botão */
  margin: 3em 0;      /* espaço acima e abaixo */
}

.botao-centro--compacto {
  margin: 3em 0 0 0;
}

/* ========= fim do texto no footer =========== */

/* =============================
   BOTAO-LINK
   ============================= */

a.botao-link {
  display: inline-block;
  padding: 13px 25px;
  background-color: #e31b22; /* cor normal */
  color: #fff;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 9999px; /* arredondado */
  transition: background-color .12s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

@media (hover: hover) and (pointer: fine) {
  a.botao-link:hover {
    background-color: #931d20; /* cor hover normal */
  }
  .no-hover a.botao-link:hover {
    background-color: #e31b22 !important; /* neutraliza hover ao regressar */
  }
}

a.botao-link:focus { outline: none; }

@media (hover: none) {
  a.botao-link.is-active { filter: brightness(.9); }
  a.botao-link:focus { outline: none; }
}

/* ====== fim do botao-link ========== */




/* ===== responsivo ===== */
    
/* ===== Tablet (entre 768px e 1000px) ===== */
@media (max-width: 1000px) {
  .pagina-titulo { font-size: 30px; }
  .secao-titulo  { font-size: 26px; }
  .texto         { 
    font-size: 25px; 
    line-height: 40px;
  }
}

/*	=================================
	Telemóvel (até 767px) 
	================================= */
@media (max-width: 767px), (orientation: landscape) and (max-height: 500px) {
  .secao-titulo  { font-size: 22px; }
  .link-area {
    width: 120px;
    height: 60px;
  }
  
  .texto         { 
    font-size: 20px; 
    line-height: 30px;
  }
  
  .texto a:hover {
  	color: #e31b22;
	}
  
  .faixa {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px;
  }
  .faixa .pagina-titulo {
    font-size: 24px;
  }

  .texto a.um-link {
    font-size: 19px;
  }
  
	hr.baixinho {
  		margin-bottom: -5px;   /* menos espaço em baixo */
	}

.footer-texto {
  top: 43%;
}
/*
  .linha-email_old {
  font-size: 20px;
  margin-bottom: 0.5em;
}

*/
a.linha-email.so-desktop {
    display: none;
  }
  
.linha-link,
.linha-sem-link {
  font-size: 15px;
  margin-bottom: 0.2em;
}
    
  .linha-texto {
  font-size: 10px;
  margin-bottom: 0;
}
  .espaco-10 { height: 8px; }
  
  .titulo-vermelho {
  	font-size: 20px;    
  	margin-top: 50px;   
  	margin-bottom: 0px; 
}

a.botao-link {
  padding: 10px 15px;
}
  
.topo {
  margin-top: 20px; 
}

}

@media (orientation: landscape) and (max-height: 600px) {
.linha-link,
.linha-sem-link {
    font-size: 22px;
  }

.linha-texto {
    font-size: 14px;
  }
}

}

/* ========= linha link media ================ */
@media (hover: hover) and (pointer: fine) {
  .linha-link:hover { color: #2a2a86; } /* hover azul */
  .no-hover .linha-link:hover { color: #fff !important; } /* neutralização mantém branco */
}


@media (hover: none) {
  .linha-link.is-active { filter: brightness(.85); }
  .linha-link:focus { outline: none; }
}


@media (hover: hover) and (pointer: fine) {
  .texto a.um-link:hover {
    color: #931d20;       /* vermelho escuro no hover */
  }
}


