* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', Arial, sans-serif;
    background: #ffffff;
    color: #102235;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1420px, calc(100% - 80px));
    margin: 0 auto;
}


/* ============================================================
   HEADER
============================================================ */

.topo {
    position: relative;
    height: 86px;
    color: white;
    background:
        linear-gradient(
            115deg,
            #07553f 0%,
            #08734f 45%,
            #07513e 100%
        );
    overflow: hidden;
}

.topo-pattern {
    position: absolute;
    inset: 0;

    background-image:
        radial-gradient(
            rgba(255,255,255,.10) 1px,
            transparent 1px
        );

    background-size: 16px 16px;

    opacity: .30;
}

.topo:after {
    content: '';
    position: absolute;

    width: 500px;
    height: 500px;

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

    border-radius: 50%;

    right: 18%;
    top: -410px;
}

.topo-container {
    position: relative;
    z-index: 2;

    height: 100%;

    display: flex;
    align-items: center;
}

.marca {
    display: flex;
    align-items: center;
    gap: 15px;

    color: white;
}

.marca-g {
    font-size: 58px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -8px;
}

.marca-texto {
    display: flex;
    flex-direction: column;

    letter-spacing: 4px;
}

.marca-texto strong {
    font-size: 17px;
}

.marca-texto span {
    font-size: 12px;
    letter-spacing: 6px;
}

.topo-divisor {
    height: 48px;
    width: 1px;

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

    margin: 0 30px;
}

.topo-frase {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
}

.topo-menu {
    margin-left: auto;

    display: flex;
    align-items: center;

    gap: 45px;

    height: 100%;
}

.topo-menu a {
    height: 100%;

    display: flex;
    align-items: center;

    gap: 10px;

    position: relative;

    font-weight: 600;
    font-size: 15px;
}

.topo-menu a.ativo:after {
    content: '';

    position: absolute;

    height: 3px;

    left: 0;
    right: 0;

    bottom: 16px;

    border-radius: 5px;

    background: #5fe1a0;
}


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

.hero {
    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            115deg,
            #f7fffb 0%,
            #ffffff 49%,
            #f2faf6 100%
        );

    border-bottom: 1px solid #e1eee7;
}

.hero-pattern {
    position: absolute;

    right: 0;
    top: 0;
    bottom: 0;

    width: 32%;

    opacity: .25;

    background-image:
        radial-gradient(
            #0a7d57 1px,
            transparent 1px
        );

    background-size: 17px 17px;
}

.hero-grid {
    position: relative;
    z-index: 2;

    min-height: 330px;

    display: grid;

    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(420px, .75fr);

    align-items: center;

    gap: 70px;
}

.hero-label {
    color: #08734f;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 5px;

    margin-bottom: 15px;
}

.hero h1 {
    margin: 0;

    font-size: clamp(38px, 4vw, 62px);

    line-height: .98;

    letter-spacing: -3px;

    font-weight: 800;

    color: #071828;
}

.hero h1 span {
    display: block;

    color: #14935e;
}

.hero p {
    color: #536076;

    font-size: 16px;

    line-height: 1.55;

    margin: 22px 0 25px;
}

.busca {
    max-width: 800px;

    height: 52px;

    border-radius: 9px;

    border: 1px solid #afd9c7;

    background: white;

    display: flex;

    align-items: center;

    padding-left: 20px;

    box-shadow: 0 6px 20px rgba(1,80,52,.04);
}

.busca > i {
    color: #08734f;

    font-size: 21px;
}

.busca input {
    border: none;
    outline: none;

    flex: 1;

    height: 100%;

    padding: 0 18px;

    font-family: inherit;
    font-size: 15px;

    color: #344458;
}

.busca button {
    margin-right: 4px;

    border: 0;

    height: 44px;

    min-width: 116px;

    border-radius: 9px;

    cursor: pointer;

    font-family: inherit;

    font-weight: 700;

    color: white;

    background:
        linear-gradient(
            135deg,
            #00633f,
            #078354
        );

    box-shadow:
        0 8px 20px rgba(5,118,78,.20);

    transition: .2s;
}

.busca button:hover {
    transform: translateY(-1px);
}


/* ============================================================
   ILUSTRAÇÃO
============================================================ */

.hero-lateral {
    display: grid;

    grid-template-columns: 210px 1fr;

    align-items: center;

    gap: 35px;
}

.documento-area {
    height: 220px;

    position: relative;
}

.documento,
.documento-fundo {
    position: absolute;

    width: 130px;
    height: 190px;

    border-radius: 12px;

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

    box-shadow:
        0 15px 40px rgba(8,91,62,.08);
}

.doc3 {
    top: 24px;
    left: 55px;

    background: #ddf1e8;
}

.doc2 {
    top: 12px;
    left: 32px;

    background: #edf8f3;
}

.documento {
    top: 0;
    left: 10px;

    padding: 23px 20px;
}

.doc-line {
    height: 7px;

    border-radius: 5px;

    background: #dbe4e8;

    margin-bottom: 9px;
}

.linha1 {
    width: 70%;
}

.linha2 {
    width: 55%;
}

.linha3 {
    width: 88%;
}

.linha4 {
    width: 75%;
}

.linha5 {
    width: 58%;
}

.pdf {
    height: 48px;

    margin: 18px 0;

    border-radius: 6px;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #29a56d,
            #08744e
        );

    color: white;

    font-size: 27px;

    font-weight: 800;
}

.beneficios {
    display: flex;

    flex-direction: column;

    gap: 22px;
}

.beneficios > div {
    display: flex;

    align-items: center;

    gap: 15px;

    color: #4f5e72;

    font-size: 14px;
}

.beneficio-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #e0f4e9;

    color: #08724c;

    font-size: 17px;
}


/* ============================================================
   CARDS
============================================================ */

.conteudo {
    padding: 15px 0 25px;
}

.cards {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 14px;
}

.card-modulo {
    min-height: 210px;

    padding: 14px 20px;

    border: 1px solid #d8e9df;

    border-radius: 11px;

    background: white;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.card-modulo:hover {
    transform: translateY(-5px);

    border-color: #9ed3ba;

    box-shadow:
        0 12px 30px rgba(0,92,58,.10);
}

.card-icon {
    width: 70px;
    height: 70px;

    margin-bottom: 4px;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #047048;

    font-size: 32px;

    background:
        linear-gradient(
            145deg,
            #e7f7ef,
            #d8efe5
        );
}

.card-modulo h2 {
    margin: 5px 0 8px;

    font-size: 17px;

    color: #071f32;

    font-weight: 700;
}

.card-modulo p {
    margin: 0;

    min-height: 42px;

    color: #566277;

    font-size: 14px;

    line-height: 1.4;
}

.botao-card {
    width: 100%;

    margin-top: auto;

    height: 36px;

    border-radius: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    background:
        linear-gradient(
            90deg,
            #e5f5ec,
            #daf0e5
        );

    color: #086846;

    font-weight: 700;

    font-size: 13px;

    transition: .2s;
}

.card-modulo:hover .botao-card {
    background: #0b7850;

    color: white;
}


/* ============================================================
   SEM RESULTADOS
============================================================ */

.nenhum-resultado {
    display: none;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 50px;

    color: #667386;
}

.nenhum-resultado i {
    font-size: 50px;

    color: #98cbb4;

    margin-bottom: 15px;
}

.nenhum-resultado strong {
    color: #183728;

    font-size: 18px;
}

.nenhum-resultado span {
    margin-top: 8px;

    font-size: 14px;
}


/* ============================================================
   FOOTER
============================================================ */

.rodape {
    position: relative;

    color: white;

    background:
        linear-gradient(
            115deg,
            #07523d,
            #096a4c,
            #07513d
        );

    overflow: hidden;
}

.rodape:after {
    content: '';

    position: absolute;

    width: 450px;
    height: 450px;

    right: -250px;
    top: -330px;

    border-radius: 50%;

    background: rgba(255,255,255,.04);
}

.rodape-grid {
    min-height: 110px;

    display: grid;

    grid-template-columns:
        180px
        1.4fr
        1fr
        1fr;

    align-items: center;

    gap: 30px;
}

.rodape-logo {
    display: flex;

    align-items: center;

    gap: 10px;
}

.rodape-g {
    font-size: 57px;

    letter-spacing: -8px;
}

.rodape-logo > div:last-child {
    display: flex;

    flex-direction: column;

    letter-spacing: 4px;
}

.rodape-logo span {
    font-size: 10px;

    letter-spacing: 5px;
}

.rodape-bloco {
    padding-left: 35px;

    border-left:
        1px solid
        rgba(255,255,255,.30);
}

.rodape-bloco strong {
    font-size: 12px;
}

.rodape-bloco p {
    margin: 5px 0 0;

    font-size: 11px;

    line-height: 1.4;

    color: rgba(255,255,255,.80);
}

.desenvolvido small {
    display: block;

    margin-bottom: 7px;

    opacity: .75;
}

.seguranca {
    display: flex;

    align-items: center;

    gap: 15px;
}

.seguranca > i {
    font-size: 28px;

    color: #a6dac3;
}

.rodape-copy {
    position: relative;
    z-index: 2;

    padding: 9px 20px;

    text-align: center;

    font-size: 10px;

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

    border-top:
        1px solid
        rgba(255,255,255,.10);
}


/* ============================================================
   RESPONSIVO
============================================================ */

@media (max-width: 1200px) {

    .cards {
        grid-template-columns:
            repeat(4, 1fr);
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;

        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-lateral {
        display: none;
    }

}


@media (max-width: 900px) {

    .container {
        width: calc(100% - 32px);
    }

    .topo-frase,
    .topo-divisor {
        display: none;
    }

    .cards {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .rodape-grid {
        grid-template-columns: 1fr 1fr;

        padding:
            25px 0;
    }

}


@media (max-width: 600px) {

    .topo {
        height: auto;
    }

    .topo-container {
        padding:
            15px 0;

        flex-wrap: wrap;
    }

    .marca-g {
        font-size: 45px;
    }

    .topo-menu {
        width: 100%;

        margin-top: 12px;

        gap: 20px;

        justify-content: space-between;
    }

    .topo-menu a {
        height: 40px;
    }

    .topo-menu a.ativo:after {
        bottom: 0;
    }

    .hero-grid {
        min-height: auto;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero h1 span {
        margin-top: 5px;
    }

    .hero p {
        font-size: 14px;
    }

    .busca {
        height: auto;

        padding:
            7px 7px 7px 15px;
    }

    .busca input {
        width: 50px;

        font-size: 13px;
    }

    .busca button {
        min-width: 85px;
    }

    .cards {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .card-modulo {
        min-height: 190px;
    }

    .rodape-grid {
        grid-template-columns: 1fr;
    }

    .rodape-bloco {
        border-left: 0;

        border-top:
            1px solid
            rgba(255,255,255,.20);

        padding:
            20px 0 0;
    }

}
