body {
    background-color: var(--branco-puro);
}
main .container-fluid {
    max-width: 650px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.contentIntern .card {
    border: none;
    border-radius: 0;
}
.contentIntern .card .card-body {
    padding-top: 10px;
    padding-bottom: 15px;
}
.contentIntern .boxContent {
    color: var(--cinza-escuro);
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.contentIntern .card .title {
    font-size: 22px;
    color: var(--azul-escuro);
    font-weight: 700;
    margin-bottom: 15px;
}
.contentIntern .card .description {
    color: var(--cinza-escuro);
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
.contentIntern .boxAuthor {
    display: flex;
    gap: 15px;
    color: var(--cinza-escuro);
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}
.contentIntern .boxAuthor p {
    margin-bottom: 0;
}
.contentIntern .boxAuthor .author .tag {
    color: var(--azul-escuro);
    font-weight: 700;
    font-size: 16px;
}
/* .destaques,
.contentIntern {
  margin-top: 20px;
} */
.destaques .card {
    border-radius: 10px;
    border: none;
}
.destaques .card-body {
    padding-bottom: 0;
}
.destaques .card-header {
    background-color: transparent;
    padding-left: 0;
    padding-bottom: 0;
}
.destaques .title {
    color: var(--cinza-escuro);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .contentIntern .boxAuthor {
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .receitas .cardReceitas,
    .listCardSecondaryXL .cardCustom,
    .cursos .cardCursos,
    .listCardSecondaryXL .card {
        width: 100% !important;
        max-width: 100% !important;
    }
    /* .cursos .filterPrimary .filterButton,
    .filtroPopulares .filterPrimary .filterButton {
        width: 100% !important;
        max-width: 280px;
    } */
}
