/* =============================================================================
   Portal Público de Transparência — Estilos
   Stack: Bootstrap 5.3 + customizações mínimas
============================================================================= */

/* ---- Geral ---- */
body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #212529;
    background-color: #f8f9fa;
}

/* ---- Header ---- */
.portal-header {
    background-color: #ffffff;
}

.portal-brasao {
    height: 150px;
    max-width: 150px;
    width: auto;
    object-fit: contain;
}

.portal-titulo {
    font-size: 1.6rem;
    font-weight: 700;
    color: #212529;
    letter-spacing: -.01em;
}

.portal-subtitulo {
    font-size: 1rem;
    color: #6c757d;
}

/* ---- Cards de Menu ---- */
.portal-card-menu {
    border-radius: 0.75rem;
    border: 1px solid #dee2e6;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    overflow: hidden;
}

.portal-card-menu:hover,
.portal-card-menu:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: transparent;
    outline: none;
}

.portal-card-icone {
    font-size: 2.4rem;
}

.portal-card-titulo {
    font-size: 0.95rem;
    line-height: 1.35;
}

.portal-card-subtitulo {
    line-height: 1.4;
    opacity: .85;
}

/* ---- Footer ---- */
.portal-footer a:hover {
    color: #ffffff !important;
}

.portal-link-rapido:hover {
    text-decoration: underline !important;
}

/* ---- Lista de Links (submenu tipoConteudo = 'links') ---- */
#listaLinks .link-item:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

/* ---- Trademark ---- */
.portal-trademark {
    font-size: 0.8rem;
}
