.texto-fundo_azul{
    color: white;
    margin-top: 17px;
}

.assuntos_container{
    width: 100%;
}

.assuntos_container h6{
    font-weight: normal;
}
/* 
.assuntos_container h6,  .assuntos_container h4{
    margin: 20px;
} */


.card_assunto:hover h4, .card_assunto:hover h6, .card_assunto:hover p{
    color: white;
}

.view_content{
    background-color: transparent;
}

.cards .card{
    height: 100%;
}

.legenda_assunto{
    margin-top: 0;
}

.mrgtop {
    margin-top: 20px !important;
}

.text_topico{
    padding-bottom: 4px;
    padding-top: 4px;
}
.texto-assuntos_container{
    padding-left: 0;
}


.texto-assuntos_container h3{
    margin-right: 10px;
}

/* main{
    margin-bottom: calc(100%-50%);
} */


.assuntos_subcontainer{
    width: 100%;
    justify-items: left;
}

@media(max-width: 1050px){
    .assuntos_subcontainer{
        justify-items: center;
    }
}

aside h3{
    color: white;
}
nav h3{
    color: white;
}


nav input::placeholder {
    font-size: 10px; /* Tamanho da fonte do placeholder */
    color: gray; /* Cor do placeholder, se desejado */
}

.paginacao{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}