@charset "utf-8";

/* NOTÍCIAS */
.e_area_noticias .e_cont_noticias { position: relative; }
.e_area_noticias .e_noticia { height: 100%; position: relative; padding: 10px; }
.e_area_noticias .e_noticia .e_cont_noticia { height: 100%; position: relative; background: #fff; border-radius: 4px; overflow: hidden; display: flex; flex-flow: column; }
.e_area_noticias .e_noticia .e_area_img_noticia { padding-top: 56%; position: relative; overflow: hidden; }
.e_area_noticias .e_noticia .e_area_info_noticia { padding: 20px; display: flex; flex-flow: column; flex: 1; }
.e_area_noticias .e_noticia .e_area_info_noticia .data_noticia { padding-top: 10px; margin-top: auto; }
.e_area_noticias .e_noticia .titulo_noticia { max-height: none; }

/* DESTAQUE */
.e_area_noticias .e_area_noticias_destaque { display: flex; align-items: stretch; flex-wrap: wrap; }
.e_area_noticias .e_area_noticias_destaque .e_noticia { height: auto; flex: 25%; }

/* CARREGANDO */
/* .e_area_noticias .e_carregando_noticias { position: absolute; top: 15px; right: 15px; bottom: 15px; left: 15px; z-index: 99; margin: auto; background: rgba(238, 239, 242, 0.99); border-radius: 8px; opacity: 0; visibility: hidden; transition: .25s ease; }
.e_area_noticias .e_carregando_noticias .swfa { width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 60px; color: #85858b; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.e_area_noticias.load .e_carregando_noticias { opacity: 1; visibility: visible; } */

@media (min-width: 800px) {
    /* L1 */
    .e_area_noticias .e_area_noticias_destaque .e_noticia:only-child .e_cont_noticia { min-height: 300px; display: flex; }
    .e_area_noticias .e_area_noticias_destaque .e_noticia:only-child .e_area_img_noticia { flex: 2; height: auto; padding: 0; }
    .e_area_noticias .e_area_noticias_destaque .e_noticia:only-child .e_area_info_noticia { flex: 3; padding: 3%; }
    /* L3 */
    .e_area_noticias .l3 .e_noticia:nth-child(odd) { max-width: 25%; }
    .e_area_noticias .l3 .e_noticia:nth-child(odd) .titulo_noticia { font-size: 15px; }
    .e_area_noticias .l3 .e_noticia .e_area_img_noticia { height: 200px; padding: 0; }

}