/* ------------  PROGRAMAÇÃO  ------------ */
/* ------------  GASTRONOMIA  ------------ */
.gastronomia,
.post-text.gastronomia h1 {
    color: var(--gastD);
}

.post-text.gastronomia h2 {
    color: var(--gast);
}


/* ------------  POUSADAS&HOTEIS / PONTOS TURISTICOS / ESTADO RJ / BRASIL  ------------ */
.turismo,
.post-text.turismo h1 {
    color: var(--turD);
}

.post-text.turismo h2 {
    color: var(--tur);
}

/* ------------  SAÚDE & BEM ESTAR  ------------ */
.saudeebemestar,
.post-text.saudeebemestar h1 {
    color: var(--sebD);
}

.post-text.saudeebemestar h2 {
    color: var(--seb);
}

/* ------------  TEATROS  ------------ */
.cel,
.post-text.cel h1 {
    color: var(--celD);
}

.post-text.cel h2 {
    color: var(--cel);
}

/* ------------  PARA CRIANÇAS  ------------ */
.kids,
.post-text.kids h1 {
    color: var(--celD);
}

.post-text.kids h2 {
    color: var(--cel);
}


/* ------------  O QUE FAZER EM CAMPOS  ------------ */
.oqfc,
.post-text.oqfc h1 {
    color: var(--oqfcD);
}

.post-text.oqfc h2 {
    color: var(--oqfc);
}


/* ------------  NOTÍCIAS  ------------ */
.noticias,
.post-text.noticias h1 {
    color: var(--noticias);
}

.post-text.noticias h2 {
    color: var(--noticias);
}