@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.ma-corpo-artigo {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #23221f;
    background: #fff;
    line-height: 1.7;
}

.ma-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 28px;
}

h1,
h2,
.ma-marca {
    font-family: 'Fraunces', Georgia, serif;
}


/* =========================================================
 * CABEÇALHO
 * ========================================================= */

.ma-cabecalho {
    border-bottom: 1px solid #e8e2d4;
}

.ma-cabecalho-interno {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    max-width: 1280px !important;
}

.ma-marca {
    font-size: 20px;
    font-weight: 500;
    color: #16233b;
    text-decoration: none;
}

.ma-voltar {
    font-size: 13px;
    font-weight: 600;
    color: #675f56;
    text-decoration: none;
    letter-spacing: .3px;
}

.ma-voltar:hover {
    color: #a5793f;
}


/* =========================================================
 * TOPO DO ARTIGO
 * ========================================================= */

.ma-artigo-topo,
.ma-arquivo-topo {
    background: linear-gradient(
        160deg,
        #16233b 0%,
        #0c1420 100%
    );
    color: #fff;
    padding: 64px 0 56px;
}

.ma-kicker {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #d9a877;
    font-weight: 700;
    margin-bottom: 18px;
}

.ma-artigo-topo h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    max-width: 760px;
    color: #ffffff !important;
}

.ma-data-publicacao {
    margin-top: 18px;
    font-size: 13.5px;
    color: #a9b2c2;
}

.ma-arquivo-topo h1 {
    font-size: 40px;
    font-weight: 400;
    color: #ffffff !important;
}

.ma-arquivo-intro {
    margin-top: 14px;
    font-size: 15.5px;
    color: #b8c0cd;
    max-width: 480px;
}


/* =========================================================
 * IMAGEM DE DESTAQUE
 * ========================================================= */

.ma-imagem-destaque {
    width: 100%;
    height: 380px;
    background-size: cover;
    background-position: center;
}


/* =========================================================
 * CORPO DO ARTIGO
 * ========================================================= */

.ma-conteudo-artigo {
    padding: 52px 0 20px;
    font-size: 17px;
    color: #3a352c;
    max-width: 720px;
}

.ma-conteudo-artigo p {
    margin-bottom: 22px;
}

.ma-conteudo-artigo h2 {
    font-size: 24px;
    color: #16233b;
    margin: 40px 0 16px;
    font-weight: 500;
}

.ma-conteudo-artigo h3 {
    font-size: 19px;
    color: #16233b;
    margin: 30px 0 12px;
    font-weight: 600;
    font-family: 'Inter';
}

.ma-conteudo-artigo a {
    color: #a5793f;
}

.ma-conteudo-artigo ul,
.ma-conteudo-artigo ol {
    margin: 0 0 22px 22px;
}

.ma-conteudo-artigo blockquote {
    border-left: 3px solid #d9a877;
    padding-left: 20px;
    font-style: italic;
    color: #675f56;
    margin: 26px 0;
}


/* =========================================================
 * CTA INTERMEDIÁRIO
 * ========================================================= */

.ma-conteudo-artigo .ma-cta-meio {
    width: 100%;
    margin: 44px auto;
    padding: 34px 36px;

    background: #f8f5ef !important;
    border: 1px solid #e9dfcf !important;
    border-left: 4px solid #d9a877 !important;
    border-radius: 8px;

    text-align: center !important;
}

.ma-conteudo-artigo .ma-cta-meio h2 {
    margin: 0 0 12px !important;

    font-family: 'Fraunces', Georgia, serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.35;

    color: #16233b !important;
    text-align: center !important;
}

.ma-conteudo-artigo .ma-cta-meio p {
    max-width: 540px;
    margin: 0 auto 22px !important;

    font-size: 15px;
    line-height: 1.65;

    color: #675f56 !important;
    text-align: center !important;
}

.ma-conteudo-artigo .ma-cta-meio .ma-botao-whatsapp {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    margin: 0 auto !important;
    padding: 13px 28px;

    background: #16233b !important;
    color: #ffffff !important;

    border: 1px solid #16233b;
    border-radius: 6px;

    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;

    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease;
}

.ma-conteudo-artigo .ma-cta-meio .ma-botao-whatsapp:hover {
    background: #a5793f !important;
    border-color: #a5793f !important;
    color: #ffffff !important;
}


/* =========================================================
 * CTA FINAL
 * ========================================================= */

.ma-cta-final {
    background: #fdf6ec;
    border: 1px solid #f0e2c8;
    border-radius: 14px;
    padding: 36px;
    text-align: center;
    margin: 50px 0 70px;
}

.ma-cta-final h2 {
    font-size: 22px;
    color: #16233b;
    margin: 0 0 10px;
    font-weight: 500;
}

.ma-cta-final p {
    color: #675f56;
    font-size: 14.5px;
    margin-bottom: 22px;
}


/* =========================================================
 * BOTÃO WHATSAPP
 * ========================================================= */

.ma-botao-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #16233b;
    color: #ffffff !important;
    text-decoration: none;

    padding: 13px 28px;
    border-radius: 6px;

    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;

    transition:
        background .2s ease,
        border-color .2s ease;
}

.ma-botao-whatsapp:hover {
    background: #a5793f;
    color: #ffffff !important;
}

.ma-botao-whatsapp:focus {
    color: #ffffff !important;
}


/* =========================================================
 * LISTA DE ARTIGOS
 * ========================================================= */

.ma-lista-artigos,
.ma-arquivo-lista-wrap {
    max-width: 820px;
    margin: 0 auto;
}

.ma-arquivo-lista-wrap {
    padding: 50px 28px 70px;
}

.ma-linha-artigo {
    display: grid;
    grid-template-columns: 110px 1fr auto;
    gap: 26px;
    align-items: center;

    padding: 24px 0;

    border-bottom: 1px solid #e8e2d4;

    text-decoration: none;
    color: #1c1c1a;

    transition: opacity .2s ease;
}

.ma-linha-artigo:first-child {
    border-top: 1px solid #e8e2d4;
}

.ma-linha-artigo:hover {
    opacity: .6;
}

.ma-linha-artigo .ma-data {
    font-size: 12px;
    color: #a5793f;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.ma-linha-artigo h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'Fraunces';
    margin: 0;
}

.ma-linha-artigo .ma-seta {
    font-size: 20px;
    color: #a5793f;
}


/* =========================================================
 * BOTÃO VER TODOS
 * ========================================================= */

.ma-botao-ver-todos {
    display: inline-block;

    border: 1px solid #16233b;

    color: #16233b;
    text-decoration: none;

    padding: 12px 26px;
    border-radius: 30px;

    font-size: 13.5px;
    font-weight: 600;

    transition: all .2s ease;
}

.ma-botao-ver-todos:hover {
    background: #16233b;
    color: #fff;
}


/* =========================================================
 * PAGINAÇÃO
 * ========================================================= */

.ma-paginacao {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}

.ma-paginacao .page-numbers {
    display: inline-block;

    padding: 8px 14px;
    margin: 0 3px;

    text-decoration: none;

    color: #16233b;

    border: 1px solid #e8e2d4;
    border-radius: 6px;
}

.ma-paginacao .page-numbers.current {
    background: #16233b;
    color: #fff;
    border-color: #16233b;
}


/* =========================================================
 * RODAPÉ
 * ========================================================= */

.ma-rodape {
    background: #0f1620;
    color: #8a93a3;

    padding: 34px 0;

    text-align: center;
    font-size: 12.5px;

    margin-top: 40px;
}


/* =========================================================
 * RESPONSIVO
 * ========================================================= */

@media (max-width: 700px) {

    .ma-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ma-linha-artigo {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ma-artigo-topo,
    .ma-arquivo-topo {
        padding: 46px 0 42px;
    }

    .ma-artigo-topo h1,
    .ma-arquivo-topo h1 {
        font-size: 26px;
    }

    .ma-imagem-destaque {
        height: 220px;
    }

    .ma-conteudo-artigo {
        padding-top: 38px;
        font-size: 16px;
    }

    .ma-conteudo-artigo .ma-cta-meio {
        margin: 34px auto;
        padding: 28px 22px;
    }

    .ma-conteudo-artigo .ma-cta-meio h2 {
        font-size: 21px;
    }

    .ma-conteudo-artigo .ma-cta-meio .ma-botao-whatsapp {
        width: 100%;
        max-width: 280px;
    }

    .ma-cta-final {
        padding: 30px 22px;
        margin: 42px 0 55px;
    }

    .ma-cta-final h2 {
        font-size: 20px;
    }

    .ma-botao-whatsapp {
        padding: 13px 24px;
    }

}
/* =========================================================
 * ARTIGOS RELACIONADOS — LEIA TAMBÉM
 * ========================================================= */

.ma-relacionados {
    margin: 54px 0 20px;
    padding-top: 28px;
    border-top: 1px solid #e8e2d4;
}

.ma-relacionados-label {
    margin-bottom: 16px;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1.6px;

    color: #a5793f;
}

.ma-relacionados-lista {
    border-top: 1px solid #e8e2d4;
}

.ma-relacionado {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 17px 2px;

    border-bottom: 1px solid #e8e2d4;

    color: #16233b !important;
    text-decoration: none !important;

    transition:
        color .2s ease,
        padding-left .2s ease;
}

.ma-relacionado-titulo {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 17px;
    line-height: 1.4;
}

.ma-relacionado-seta {
    flex-shrink: 0;
    font-size: 19px;
    color: #a5793f;
}

.ma-relacionado:hover {
    color: #a5793f !important;
    padding-left: 5px;
}


/* MOBILE */

@media (max-width: 700px) {

    .ma-relacionados {
        margin-top: 42px;
    }

    .ma-relacionado {
        padding: 15px 0;
    }

    .ma-relacionado-titulo {
        font-size: 16px;
    }

}