.bg-titulo * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg-titulo {
    padding: 0 1em;
    overflow: hidden;
    background: #f4f4f4;
    margin-top: 1px;
}

.titulo {
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}

.titulo ul {
    float: left;
    overflow: hidden;
    padding: 0.5em 0;
}

.titulo li {
    float: left;
    padding: 0 1.5em 0 0.2em;
    background: url(https://arquivos.sfiec.org.br/struct-2018/style/imagens/btn/proxima.svg) no-repeat right center;
    background-size: 20px;
}

.titulo li:last-child {
    background: none;
}

.titulo a {
    display: block;
    font-size: 20px;
    padding: 0.35em 0;
    color: #3e4555;
    font-weight: normal;
}

.titulo li.img a {
    padding: 0;
}

.titulo img {
    max-width: 2.5em;
}
.wrapper-description .description-conselhos {
    text-align: left;
    font-style: italic;
    line-height: 150%;
    text-align: center;
}

.conteudo-texto p {
    font-size: 0.95em;
    line-height: 1.5em;
} 
/* Correções responsivas para celular e tablet
   Não altera layout desktop (>= 992px)
*/

/* Imagens sempre responsivas */
img { max-width: 100%; height: auto; }

/* Ajustes gerais para tablet (<= 991px) */
@media (max-width: 991px) {
    .container { padding-left: 15px; padding-right: 15px; }
    .container-fluid { padding-left: 10px; padding-right: 10px; }
    .titulo-separar { font-size: 1.6em; line-height: 1.2; }
    .noticias ul, .noticias-lista { padding-left: 0; list-style: none; }
    .noticias li { margin-bottom: 1.25em; display: block; }
    .noticias li a { display: block; text-decoration: none; color: inherit; }
    .noticias li h5 { margin: 0.4em 0 0.25em; font-size: 1.05em; }
    .noticias li p { margin: 0; font-size: 0.95em; }
    .pelicula img, .screen-desktop img, .screen-mobil img { width: 100%; height: auto; }
    .btn { padding: 8px 12px; font-size: 14px; }
    .icone img { height: auto; }
}

/* Ajustes específicos para celular (<= 767px) */
@media (max-width: 767px) {
    .titulo-separar { font-size: 1.3em; }
    .container.text-center { text-align: left; }
    .barra form input[type="text"] { width: 65%; }
    .barra ul { display: flex; flex-wrap: wrap; align-items: center; }
    .noticias .img-responsive, .noticias img { display: block; margin: 0 0 0.5em; }
    /* Ajustes de tocáveis: aumentar espaçamento em listas */
    .noticias li { padding: 0.5em 0; }
    .btn-all-news { display: flex; justify-content: center; align-items: center; }
}

/* Pequenas correções que não impactam desktop */
.noticias a:hover h5 { color: #1073c7 !important; }
