/* Publicações */
.nossa {
    margin-top: 50px;
}

.nossa h4 {
    color: #3C8855;
    font-weight: 700;
    text-transform: uppercase;
}

.nossa p {
    padding-top: 10px;
    font-size: 1.1em;
    color: #000000;
}

.border {
    width: 40px;
    height: 5px;
    background-image: linear-gradient(to right, #138137, #7dff7d, #3C8855);
}

/* Todas as Publicações */
.publicacoes {
    margin-top: 50px;
    background-size: cover;
    background-image: url(../img/biblioteca.jpg);
    background-repeat: no-repeat;
    background-position: 0px 140px 0px 0px;
    height: 180px;
}

/* Pesquisar */
.box {
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
}

.box {
    color: #fff;
    font-size: 1.2em;
    font-weight: 200;
}

.wrapper {
    width: 750px;
}

.wrapper .search-input {
    width: 100%;
    border-radius: 2px;
    position: relative;
}

.search-input input {
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 1em;
}

.search-input ::placeholder {
    font-size: .9em;
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .icon {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    background: linear-gradient(#f4f4f4, #ababab);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

.search-input .icon_one {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #8b8b8b;
    cursor: pointer;
}

/*  Últimas Publicações  */
.ultimas_publicao {
    margin-top: 70px;
}

.ultimas_publicao h4 {
    color: #2d2d2d;
    font-weight: 700;
    text-transform: uppercase;
}

.border_one {
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, #1b1b1b, #6f786f, #1d1d1d);
}

.cartao {
    margin-top: 20px;
    background-color: #ffffff;
    height: 500px;
    border-top: 1px solid #797979;
    border-left: 1px solid #797979;
    border-right: 1px solid #797979;
    border-bottom: 6px solid #4f4f4f;
    margin-bottom: 40px;
}

.image {
    width: 100%;
    height: 150;
}

.image img {
    width: 100%;
    height: 220px;
}

.areas {
    display: flex;
    padding-top: 20px;
    padding-left: 20px;
    text-transform: uppercase;
}

.areas .politica {
    background-color: #05247A;
    width: max-content;
    color: #fff;
    font-size: .5em;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
}

.areas .economia {
    background-color: #A38614;
    width: max-content;
    color: #fff;
    font-size: .5em;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
}

.areas .sociais {
    background-color: #CC2954;
    width: max-content;
    color: #fff;
    font-size: .5em;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
}

.areas .populacao {
    background-color: #A34D14;
    width: max-content;
    color: #fff;
    font-size: .5em;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
}

.areas .sociais {
    background-color: #CC2954;
    width: max-content;
    color: #fff;
    font-size: .5em;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
}

.areas .estudo {
    background-color: rgb(255, 255, 255);
    width: max-content;
    color: #262626;
    font-size: .5em;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.areas .ambiente {
    background-color: #057A15;
    width: max-content;
    color: #fff;
    font-size: .5em;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
}

.areas .educacao {
    background-color: #057A73;
    width: max-content;
    color: #fff;
    font-size: .5em;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
}

.areas .saude {
    background-color: #0297a4;
    width: max-content;
    color: #fff;
    font-size: .5em;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
}

.areas .ciencia {
    background-color: #5C45F5;
    width: max-content;
    color: #fff;
    font-size: .5em;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
}

.areas .justica {
    background-color: #05537A;
    width: max-content;
    color: #fff;
    font-size: .5em;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
}

.indice {
    margin: -10px 20px 0px 20px;
}

.indice a {
    color: #000000;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 700;
}

.indice a:hover {
    color: #255435;
}

.indice p {
    padding-top: 5px;
    font-size: .8em;
    font-weight: 500;
    color: #5a5a5a;
}

.indice .datas {
    margin-top: -5px;
    font-size: .7em;
    font-weight: 500;
    color: #000000;
}


/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

    /* Nossa Equipe */
    .nossa {
        margin-top: 40px;
    }

    .nossa h4 {
        color: #0a4522;
        font-weight: 700;
        font-size: 1.4em;
    }

    .nossa p {
        padding-top: 10px;
        font-size: 1em;
    }

    .border {
        width: 40px;
        height: 5px;
        background-image: linear-gradient(to right, #138137, #7dff7d, #3C8855);
    }

    /* Pesquisar */
    .box {
        margin-top: -20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 160px;
    }

    .box {
        color: #fff;
        font-size: 1em;
        font-weight: 300;
    }

    .wrapper {
        width: 750px;
    }

    .wrapper .search-input {
        width: 100%;
        border-radius: 2px;
        position: relative;
    }

    .search-input input {
        height: 55px;
        width: 100%;
        outline: none;
        border: none;
        border-radius: 5px;
        padding: 0 60px 0 20px;
        font-size: .8em;
    }

    .search-input.active input {
        border-radius: 5px 5px 0 0;
    }

    .search-input .icon {
        position: absolute;
        right: 30px;
        top: 0px;
        height: 55px;
        width: 55px;
        text-align: center;
        line-height: 55px;
        font-size: 20px;
        background: linear-gradient(#f4f4f4, #ababab);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        cursor: pointer;
    }

    .search-input .icon_one {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 55px;
        width: 55px;
        text-align: center;
        line-height: 55px;
        font-size: 20px;
        color: #8b8b8b;
        cursor: pointer;
    }







    /*  Últimas Publicações  */
    .ultimas_publicao {
        margin-top: 70px;
    }

    .ultimas_publicao h4 {
        color: #2d2d2d;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.4em;
    }

    .border_one {
        width: 100%;
        height: 5px;
        background-image: linear-gradient(to right, #1b1b1b, #878c87, #1d1d1d);
    }

    .cartao {
        margin-top: 20px;
        background-color: #ffffff;
        height: auto;
        border-top: 1px solid #797979;
        border-left: 1px solid #797979;
        border-right: 1px solid #797979;
        border-bottom: 6px solid #4f4f4f;
        margin-bottom: 40px;
    }

    .image {
        width: 100%;
        height: 150;
    }

    .image img {
        width: 100%;
        height: 220px;
    }

    .areas {
        display: flex;
        padding-top: 20px;
        padding-left: 20px;
        text-transform: uppercase;
    }

    .areas .politica {
        background-color: #05247A;
        width: max-content;
        color: #fff;
        font-size: .5em;
        font-weight: 500;
        padding: 4px;
        border-radius: 6px;
    }

    .areas .economia {
        background-color: #A38614;
        width: max-content;
        color: #fff;
        font-size: .5em;
        font-weight: 500;
        padding: 4px;
        border-radius: 6px;
    }

    .areas .sociais {
        background-color: #CC2954;
        width: max-content;
        color: #fff;
        font-size: .5em;
        font-weight: 500;
        padding: 4px;
        border-radius: 6px;
    }

    .areas .populacao {
        background-color: #A34D14;
        width: max-content;
        color: #fff;
        font-size: .5em;
        font-weight: 500;
        padding: 4px;
        border-radius: 6px;
    }

    .areas .sociais {
        background-color: #CC2954;
        width: max-content;
        color: #fff;
        font-size: .5em;
        font-weight: 500;
        padding: 4px;
        border-radius: 6px;
    }

    .areas .estudo {
        background-color: rgb(255, 255, 255);
        width: max-content;
        color: #262626;
        font-size: .5em;
        font-weight: 500;
        padding: 4px;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

    .areas .ambiente {
        background-color: #057A15;
        width: max-content;
        color: #fff;
        font-size: .5em;
        font-weight: 500;
        padding: 4px;
        border-radius: 6px;
    }

    .areas .educacao {
        background-color: #057A73;
        width: max-content;
        color: #fff;
        font-size: .5em;
        font-weight: 500;
        padding: 4px;
        border-radius: 6px;
    }

    .areas .saude {
        background-color: #0297a4;
        width: max-content;
        color: #fff;
        font-size: .5em;
        font-weight: 500;
        padding: 4px;
        border-radius: 6px;
    }

    .areas .ciencia {
        background-color: #5C45F5;
        width: max-content;
        color: #fff;
        font-size: .5em;
        font-weight: 500;
        padding: 4px;
        border-radius: 6px;
    }

    .areas .justica {
        background-color: #05537A;
        width: max-content;
        color: #fff;
        font-size: .5em;
        font-weight: 500;
        padding: 4px;
        border-radius: 6px;
    }

    .indice {
        margin: -5px 20px 10px 20px;
    }

    .indice a {
        color: #000000;
        text-decoration: none;
        font-size: 1.1em;
        font-weight: 700;
    }

    .indice a:hover {
        color: #255435;
    }

    .indice p {
        padding-top: 5px;
        font-size: .8em;
        font-weight: 500;
        color: #5a5a5a;
    }

    .indice .datas {
        margin-top: -5px;
        margin-bottom: 30px;
        font-size: .7em;
        font-weight: 500;
        color: #000000;
    }


}