h5 {
    font-size: 1.20rem !important;
}
h1 {
    font-size: 2.0rem !important;
}
h2 {
    font-size: 1.5rem !important;
}

.no-select {
    -webkit-user-select: none; /* Safari / iOS */
    -ms-user-select: none;     /* IE antigo / Edge legado */
    user-select: none;         /* padrão moderno */
}

.agricultura_color {
    color: #32cd32 !important;
}
.agricultura_background {
    background-color: #32cd32 !important;
}

.eventos_color {
    color: #1e90ff !important;
}
.eventos_background {
    background-color: #1e90ff !important;
}

.esporte_color {
    color: #ffa500 !important;
}
.esporte_background {
    background-color: #ffa500 !important;
}

.gastronomia_color {
    color: #ff1493 !important;
}
.gastronomia_background {
    background-color: #ff1493 !important;
}

.saude_color {
    color: #8a2be2 !important;
}
.saude_background {
    background-color: #8a2be2 !important;
}

.publicitario_color {
    color: #ff6347 !important;
}
.publicitario_background {
    background-color: #ff6347 !important;
}

.variedades_color {
    color: #ff4500 !important;
}
.variedades_background {
    background-color: #ff4500 !important;
}

.projetos_color {
    color: #00ced1 !important;
}
.projetos_background {
    background-color: #00ced1 !important;
}

.noticias_color {
    color: #000 !important;
}

.noticias_background {
    background-color: #000 !important;
}

@media only screen and (min-width: 992px) {
    .grid {
        display: grid;
    }
}

@media only screen and (max-width: 992px) {
    .grid {
        display: inline;
    }
}
