/* ===================================================
   BUPI – Estilo exclusivo da página
   Versão limpa, moderna e minimal
=================================================== */

/* ---------- Estrutura Base ---------- */

.bupi-page {

	
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2c2c2c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bupi-page a {
    color: #0e896b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.bupi-page a:hover {
    color: #0c755b;
    text-decoration: underline;
}

.bupi-page section {
    margin-bottom: 60px;
}

/* ---------- Tipografia ---------- */

.bupi-page h1 {
    color: #104834;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
	margin-top: 60px;
}

.bupi-page h2 {
    color: #104834;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin: 24px 0 24px;
	}
	
.bupi-page h3 {
    font-size: 19px;
    font-weight: 600;
    color: #1c1c1c;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 14px;
    border-left: 4px solid #0e896b;
}


.bupi-page p {
    margin-bottom: 16px;
}

.bupi-page ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.bupi-page li {
    margin-bottom: 8px;
}

/* ---------- Botões ---------- */

.bupi-cta-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.bupi-btn-principal {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 6px;
    background-color: #0e896b;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s ease;
}

.bupi-btn-principal:hover {
    background-color: #0c755b;
    color: #ffffff !important;
}

.bupi-btn-secundario {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 6px;
    background-color: #ffffff;
    color: #104834 !important;
    border: 1px solid #dcdcdc;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s ease;
}

.bupi-btn-secundario:hover {
    background-color: #f4fbf8;
    color: #104834 !important;
}

/* ---------- Documentação e FAQ ---------- */

.bupi-documentacao details,
.bupi-faq details {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 14px;
    transition: background 0.2s ease, border 0.2s ease;
}

.bupi-documentacao details:hover,
.bupi-faq details:hover {
    background-color: #f7faf8;
}

.bupi-documentacao details[open],
.bupi-faq details[open] {
    border-color: #0e896b;
	background-color: #f4fbf8;
}

.bupi-documentacao summary,
.bupi-faq summary {
    font-weight: 600;
    cursor: pointer;
	list-style: none;
    position: relative;
    padding-right: 24px;
	
}

.bupi-documentacao summary::-webkit-details-marker,
.bupi-faq summary::-webkit-details-marker {
    display: none;
}

.bupi-documentacao summary::after,
.bupi-faq summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    color: #0e896b;
    transition: transform 0.2s ease;
}

.bupi-documentacao details[open] summary::after,
.bupi-faq details[open] summary::after {
    content: "–";
}

/* ---------- Bloco Alternativas (APP / Online) ---------- */

.bupi-alternativas {
    background-color: #f3f7f6;
    padding: 24px;
    border-radius: 10px;
	/*border-left: 6px solid #104834;*/
}

.bupi-alternativas h3 {
    margin-top: 20;
}

/* ---------- Contactos ---------- */

.bupi-contactos-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.bupi-mapa iframe {
    width: 100%;
    max-width: 450px;
    height: 320px;
    border: 0;
    border-radius: 8px;
}

.bupi-info p {
    margin-bottom: 10px;
}

/* Imagem entre o container e o footer*/

#logos-image img {
    width: auto;
    height: 60px;
    margin: 0 auto;
    display: block;
}

/* ---------- Responsive ---------- */

@media (max-width: 768px) {
    .bupi-cta-wrapper {
        flex-direction: column;
    }

    .bupi-contactos-wrapper {
        flex-direction: column;
    }

    .bupi-mapa iframe {
        max-width: 100%;
    }
}

.sig-trilho{
    width:1100px;
    font-size:13px;
    color:#666;
	line-height:40px;
}

.sig-trilho a{
    color:#0c755b;
    text-decoration:none;
}

.sig-trilho a:hover{
    text-decoration:underline;
}

.sig-trilho span{
    margin:0 6px;
}

/* página atual */
.sig-trilho .atual{
    color:#333;
    font-weight:500;
}