/* ==========================================================
   APROVAPESQUISA
   PÁGINAS INSTITUCIONAIS
========================================================== */

/* ==========================================================
PALETA
========================================================== */

:root{

    --primary:#2d3e33;

    --primary-dark:#233128;

    --primary-light:#eef6f1;

    --secondary:#4a5d4f;

    --background:#fcfcf9;

    --surface:#ffffff;

    --border:#dce8df;

    --text:#2d3e33;

    --text-light:#71827b;

    --shadow:0 12px 30px rgba(0,0,0,.06);

    --shadow-hover:0 18px 35px rgba(0,0,0,.10);

    --radius:18px;

}



/* ==========================================================
BODY
========================================================== */

body{

    margin:0;

    background:linear-gradient(
        180deg,
        #fcfcf9 0%,
        #f4f5f0 100%
    );

    color:var(--text);

    font-family:'Segoe UI',sans-serif;

}



/* ==========================================================
CONTAINER
========================================================== */

.container{

    width:min(1200px,94%);

    margin:auto;

}



/* ==========================================================
PÁGINAS
========================================================== */

.page-container{

    display:flex;

    flex-direction:column;

    gap:35px;

    margin-top:50px;

    margin-bottom:80px;

}



/* ==========================================================
HERO
========================================================== */

.hero-pages{

    background:

    linear-gradient(

        135deg,

        #2d3e33,

        #3b5243

    );

    color:white;

    overflow:hidden;

    border-radius:0 0 26px 26px;

    box-shadow:

        0 10px 25px rgba(0,0,0,.08);

}



/* ==========================================================
OVERLAY
========================================================== */

.hero-overlay{

    padding:75px 20px;

}



/* ==========================================================
BADGE
========================================================== */

.hero-badge{

    display:inline-flex;

    align-items:center;

    padding:8px 18px;

    border-radius:999px;

    background:rgba(255,255,255,.15);

    border:1px solid rgba(255,255,255,.18);

    font-size:13px;

    font-weight:700;

    letter-spacing:.08em;

    text-transform:uppercase;

}



/* ==========================================================
TÍTULO
========================================================== */

.hero-pages h1{

    margin-top:24px;

    font-size:48px;

    font-weight:800;

    line-height:1.15;

}



/* ==========================================================
SUBTÍTULO
========================================================== */

.hero-pages p{

    margin-top:22px;

    max-width:760px;

    font-size:20px;

    line-height:1.8;

    color:rgba(255,255,255,.92);

}



/* ==========================================================
SEÇÕES
========================================================== */

.page-section{

    margin-top:15px;

}



/* ==========================================================
CARD PADRÃO
========================================================== */

.page-card{

    background:var(--surface);

    border-radius:var(--radius);

    padding:42px;

    border:1px solid var(--border);

    box-shadow:var(--shadow);

}



/* ==========================================================
TÍTULOS
========================================================== */

.page-card h2{

    color:var(--primary);

    margin-bottom:22px;

    font-size:30px;

}



/* ==========================================================
PARÁGRAFOS
========================================================== */

.page-card p{

    color:var(--text-light);

    line-height:1.9;

    margin-bottom:18px;

}



/* ==========================================================
DIVISOR
========================================================== */

.section-divider{

    width:120px;

    height:4px;

    border-radius:999px;

    background:var(--primary);

    margin:25px 0;

}
/* ==========================================================
GRID
========================================================== */

.page-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:28px;

}



/* ==========================================================
INFO CARD
========================================================== */

.info-card{

    background:var(--surface);

    border:1px solid var(--border);

    border-radius:var(--radius);

    padding:32px;

    box-shadow:var(--shadow);

    transition:.25s ease;

    position:relative;

    overflow:hidden;

}

.info-card:hover{

    transform:translateY(-6px);

    box-shadow:var(--shadow-hover);

}



/* ==========================================================
BARRA SUPERIOR
========================================================== */

.info-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:var(--primary);

}



/* ==========================================================
ÍCONE
========================================================== */

.info-card i{

    width:72px;

    height:72px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:18px;

    background:var(--primary-light);

    color:var(--primary);

    font-size:30px;

    margin-bottom:22px;

}



/* ==========================================================
TÍTULO
========================================================== */

.info-card h3{

    color:var(--primary);

    margin-bottom:18px;

    font-size:24px;

}



/* ==========================================================
TEXTO
========================================================== */

.info-card p{

    color:var(--text-light);

    line-height:1.8;

}



/* ==========================================================
LISTAS
========================================================== */

.page-card ul{

    margin-top:18px;

    margin-left:25px;

}

.page-card li{

    margin-bottom:12px;

    line-height:1.8;

    color:var(--text-light);

}



/* ==========================================================
DESTAQUE
========================================================== */

.highlight{

    background:var(--primary-light);

    border-left:6px solid var(--primary);

    padding:25px;

    border-radius:14px;

    margin:30px 0;

}



/* ==========================================================
ALERTA
========================================================== */

.alert{

    background:#fff8e8;

    border:1px solid #f5d57b;

    border-left:6px solid #d79a00;

    border-radius:16px;

    padding:28px;

}

.alert h3{

    color:#8a6200;

    margin-bottom:12px;

}

.alert p{

    color:#6d5b27;

}



/* ==========================================================
SUCESSO
========================================================== */

.success{

    background:#eef8ef;

    border-left:6px solid #2d7d32;

    border-radius:16px;

    padding:28px;

}

.success h3{

    color:#2d7d32;

    margin-bottom:12px;

}



/* ==========================================================
TABELAS
========================================================== */

.table-modern{

    width:100%;

    border-collapse:collapse;

    margin-top:25px;

    border-radius:18px;

    overflow:hidden;

    box-shadow:var(--shadow);

}

.table-modern thead{

    background:var(--primary);

    color:white;

}

.table-modern th{

    padding:18px;

    text-align:left;

}

.table-modern td{

    padding:18px;

    border-bottom:1px solid var(--border);

    line-height:1.7;

}

.table-modern tbody tr:nth-child(even){

    background:#f8fbf8;

}

.table-modern tbody tr:hover{

    background:#eef6f1;

}



/* ==========================================================
CITAÇÕES
========================================================== */

blockquote{

    margin:30px 0;

    padding:25px 30px;

    border-left:5px solid var(--primary);

    background:#f5faf6;

    border-radius:12px;

    font-style:italic;

    color:var(--secondary);

}



/* ==========================================================
IMAGEM
========================================================== */

.page-image{

    width:100%;

    border-radius:20px;

    overflow:hidden;

    box-shadow:var(--shadow);

}

.page-image img{

    width:100%;

    display:block;

}



/* ==========================================================
DIVISÃO
========================================================== */

.two-columns{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:35px;

}



/* ==========================================================
ESTATÍSTICAS
========================================================== */

.stats{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.stat-card{

    background:white;

    border-radius:18px;

    border:1px solid var(--border);

    padding:30px;

    text-align:center;

    box-shadow:var(--shadow);

}

.stat-number{

    font-size:38px;

    font-weight:800;

    color:var(--primary);

}

.stat-label{

    margin-top:10px;

    color:var(--text-light);

}
/* ==========================================================
CTA
========================================================== */

.cta-box{

    background:linear-gradient(
        135deg,
        #2d3e33,
        #3a4f41
    );

    color:white;

    text-align:center;

    border-radius:22px;

    padding:60px 40px;

    box-shadow:var(--shadow);

}

.cta-box h2{

    margin:0;

    font-size:38px;

    color:white;

}

.cta-box p{

    max-width:760px;

    margin:25px auto 40px;

    color:rgba(255,255,255,.92);

    line-height:1.8;

}



/* ==========================================================
BOTÕES
========================================================== */

.cta-actions{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}



/* ==========================================================
BOTÃO PRIMÁRIO
========================================================== */

.btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    text-decoration:none;

    cursor:pointer;

    border:none;

    border-radius:10px;

    padding:14px 28px;

    font-size:16px;

    font-weight:700;

    transition:.25s;

}



.btn-success{

    background:white;

    color:var(--primary);

}



.btn-success:hover{

    transform:translateY(-3px);

    box-shadow:0 12px 25px rgba(0,0,0,.18);

}



/* ==========================================================
BOTÃO SECUNDÁRIO
========================================================== */

.btn-outline{

    background:transparent;

    border:2px solid white;

    color:white;

}



.btn-outline:hover{

    background:white;

    color:var(--primary);

}



/* ==========================================================
FAQ
========================================================== */

.faq{

    display:flex;

    flex-direction:column;

    gap:18px;

}



.faq-item{

    background:white;

    border:1px solid var(--border);

    border-radius:16px;

    overflow:hidden;

    box-shadow:var(--shadow);

}



.faq-question{

    padding:22px 28px;

    font-weight:700;

    cursor:pointer;

    color:var(--primary);

    display:flex;

    justify-content:space-between;

    align-items:center;

}



.faq-answer{

    padding:0 28px 22px;

    color:var(--text-light);

    line-height:1.8;

}



/* ==========================================================
TIMELINE
========================================================== */

.timeline{

    display:flex;

    flex-direction:column;

    gap:30px;

}



.timeline-item{

    display:flex;

    gap:25px;

}



.timeline-number{

    width:55px;

    height:55px;

    border-radius:50%;

    background:var(--primary);

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

    font-weight:700;

    flex-shrink:0;

}



.timeline-content h3{

    color:var(--primary);

    margin-bottom:10px;

}



.timeline-content p{

    color:var(--text-light);

    line-height:1.8;

}



/* ==========================================================
LISTA DE PASSOS
========================================================== */

.steps{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));

    gap:25px;

}



.step{

    background:white;

    border-radius:18px;

    padding:28px;

    border:1px solid var(--border);

    box-shadow:var(--shadow);

    text-align:center;

}



.step-number{

    width:60px;

    height:60px;

    margin:auto;

    border-radius:50%;

    background:var(--primary-light);

    color:var(--primary);

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:26px;

    font-weight:800;

    margin-bottom:18px;

}



.step h3{

    color:var(--primary);

    margin-bottom:12px;

}



.step p{

    color:var(--text-light);

    line-height:1.8;

}
/* ==========================================================
RESPONSIVIDADE
========================================================== */

@media (max-width:1100px){

    .page-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .stats{

        grid-template-columns:repeat(2,1fr);

    }

    .two-columns{

        grid-template-columns:1fr;

    }

}



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

@media (max-width:900px){

    .hero-overlay{

        padding:60px 25px;

    }

    .hero-pages h1{

        font-size:36px;

    }

    .hero-pages p{

        font-size:18px;

    }

    .page-card{

        padding:28px;

    }

    .cta-box{

        padding:45px 25px;

    }

    .cta-box h2{

        font-size:30px;

    }

}



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

@media (max-width:700px){

    .page-grid{

        grid-template-columns:1fr;

    }

    .stats{

        grid-template-columns:1fr;

    }

    .cta-actions{

        flex-direction:column;

        align-items:center;

    }

    .btn{

        width:100%;

        max-width:320px;

    }

}



/* ==========================================================
UTILITÁRIOS
========================================================== */

.text-center{

    text-align:center;

}

.text-right{

    text-align:right;

}

.mt-20{

    margin-top:20px;

}

.mt-30{

    margin-top:30px;

}

.mt-40{

    margin-top:40px;

}

.mt-60{

    margin-top:60px;

}

.mb-20{

    margin-bottom:20px;

}

.mb-30{

    margin-bottom:30px;

}

.mb-40{

    margin-bottom:40px;

}

.hidden{

    display:none;

}



/* ==========================================================
ANIMAÇÕES
========================================================== */

.fade-in{

    animation:fadeIn .45s ease;

}

@keyframes fadeIn{

    from{

        opacity:0;

        transform:translateY(20px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}



/* ==========================================================
LINKS
========================================================== */

.page-card a{

    color:var(--primary);

    font-weight:600;

    text-decoration:none;

}

.page-card a:hover{

    text-decoration:underline;

}



/* ==========================================================
HR
========================================================== */

.page-card hr{

    border:none;

    border-top:1px solid var(--border);

    margin:35px 0;

}



/* ==========================================================
ÍCONE INLINE
========================================================== */

.inline-icon{

    color:var(--primary);

    margin-right:8px;

}



/* ==========================================================
IMAGENS
========================================================== */

.page-card img{

    max-width:100%;

    border-radius:16px;

}



/* ==========================================================
TABELAS RESPONSIVAS
========================================================== */

.table-responsive{

    overflow-x:auto;

}



/* ==========================================================
RODAPÉ DAS PÁGINAS
========================================================== */

.page-footer-note{

    margin-top:50px;

    text-align:center;

    color:var(--text-light);

    font-size:.9rem;

}



/* ==========================================================
SELEÇÃO
========================================================== */

::selection{

    background:#dce8df;

    color:var(--primary);

}



/* ==========================================================
SCROLLBAR
========================================================== */

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-thumb{

    background:#a9b7ac;

    border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

    background:#7f9185;

}

::-webkit-scrollbar-track{

    background:#eef2ed;

}