.div-banner{
    display: flex;
    justify-content: center;
}

.sessao-edicoes{
    margin-top: 80px;
}

.sessao-edicoes.artigos{
    margin-top: 0px;
}

.titulo-sessao h2{
    font-size: 26px;
    color: #7A7A7A;
    margin: 0;
    display: flex;
    align-items: center;
}

.titulo-edicao{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.nome-edicao{
    margin-top: 36px;
    font-size: 22px;
}

.logo-conteudo{
    display: flex;
    margin-bottom: 20px;
}

.logo-conteudo img{
    width: 170px;
}

.conteudo-edicao{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 37px;
}

.data-edicao{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.data-edicao span{
    font-weight: 700;
}

.artigos-edicao{
    margin-top: 30px;
}

.artigos-edicao .titulo{
    font-size: 20px;
    color: #7A7A7A;
    margin-bottom: 18px;
}

.nome-artigo{
    font-size: 18px;
    color: #0D4675;
    text-transform: uppercase;
    margin: 0;
}
.nome-artigo{
    font-size: 18px;
    color: #0D4675;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
    text-decoration: none;
}

.nome-artigo:hover{
    text-decoration: none;
    color: #466cb9;
}

.autor{
    font-size: 16px;
    color: #9A9A9A;
    text-transform: uppercase;
}

.btn-pdf{
    display: flex;
    background-color: #466cb9;
    width: 130px;
    align-items: center;
    justify-content: center;
    padding: 4px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
}

.btn-pdf:hover{
    color: white;
    text-decoration: none;
    background-color: #314f8b;
}

.div-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-btn h2{
    margin: 0;
    font-size: 18px;
    margin-left: 4px;
    color: #fff;
}

.outras-edicoes a{
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 255px;
}

.outras-edicoes a:hover{
    color: #0D4675;
    text-decoration: none;
}

.outras-edicoes h2{
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #38668C;
}

.setas{
    display: flex;
    align-items: center;
    font-size: 16px;
}

.setas svg{
    width: 17px;
}

.div-artigo{
    margin-bottom: 15px;
}

.artigo{
    margin-bottom: 16px;
}

.titulo {
    font-size: 20px;
    color: #7A7A7A;
    margin-bottom: 18px;
}

.btn-primary {
    color: #fff;
    background-color: #466cb9 !important;
    width: 130px;
    align-items: center;
    justify-content: center;
    padding: 4px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px !important;
}
.btn-secondary {
    background-color: #466cb9 !important;
}

.categoria {
    font-size: 24px;
    margin-top: 10px;
}
.btn-pdf {
    display: flex;
    align-items: center;
}
.saude{
    font-weight: 400;
}


@media (max-width: 768px) {
    .div-banner{
        display: none;
    }

    .logo-conteudo {
        display: grid;
    }
    .logo-conteudo img {
        width: 50%;
    }
    p {
        font-size: 14px;
    }
    .dropdown {
        display: flex;
        justify-content: center;
        padding-top: 31px;
    }
    .categoria {
        display: flex;
        justify-content: center;
        font-size: 17px;
    }
    .data-edicao {
        display: flex;
    }
    .nome-artigo {
        font-size: 13px;
    }
    .btn-pdf {
        width: 106px;
    }
    .autor {
        font-size: 13px;
    }
    .saude {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}
