/* =========================
   Base geral (IME-style)
   ========================= */
body {
    font-family: "Latin Modern Roman", "Computer Modern Serif",
                 "Times New Roman", serif;
    background-color: #111214;
    color: #e6e6e6;
    line-height: 1.7;
}

/* Centralização visual do conteúdo */
.container {
    max-width: 760px;      /* mais estreito, estilo monografia */
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

/* =========================
   Navbar
   ========================= */
.navbar {
    background-color: #0d0e10 !important;
    border-bottom: 1px solid #2a2a2a;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.navbar-nav .nav-link {
    color: #b8bcc2;
    font-size: 0.95rem;
    margin: 0 0.6rem;
}

.navbar-nav .nav-link:hover {
    color: #e6e6e6;
    text-decoration: underline;
}

/* =========================
   Cabeçalho
   ========================= */
h1 {
    font-size: 2.3rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
    color: #f0f0f0;
}

.lead {
    font-size: 1.1rem;
    color: #b0b4bb;
    margin-bottom: 1.6rem;
}

/* Linha divisória */
.border-bottom {
    border-bottom: 1px solid #2f2f2f !important;
}

/* =========================
   Seções
   ========================= */
h3 {
    font-size: 1.45rem;
    font-weight: 400;
    color: #f0f0f0;
    margin-top: 2.2rem;
    margin-bottom: 0.8rem;
}

/* =========================
   Texto
   ========================= */
p {
    font-size: 1.02rem;
    color: #dddddd;
    margin-bottom: 1.1rem;
    text-align: justify; /* bem monografia */
}

/* Palavras-chave */
strong {
    font-weight: 600;
    color: #f0f0f0;
}

/* Ênfase */
em {
    color: #cfcfcf;
    font-style: italic;
}

/* =========================
   Links discretos (azul da tese)
   ========================= */
a {
    color: #7aa2c8; /* azul sóbrio, não chamativo */
}

a:hover {
    color: #9bb8d6;
}

/* =========================
   Espaçamentos
   ========================= */
.mb-3 {
    margin-bottom: 1.4rem !important;
}

.mb-4 {
    margin-bottom: 2.2rem !important;
}

.mb-5 {
    margin-bottom: 3.2rem !important;
}

/* =========================
   Responsivo
   ========================= */
@media (max-width: 768px) {
    h1 {
        font-size: 1.9rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    .container {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}
