/* ================================================================================================================== */
/* corpo */
/* ================================================================================================================== */

div#news { display: block; position: relative; width: 100%; padding: 0; margin: 0 auto; font-size: 0; }
	div#news h2 { color: var(--text_2nd_color); }
	div#news h3 { color: var(--text_3rd_color); font-size: 12px; }

/* ================================================================================================================== */
/* fotografias */
/* ================================================================================================================== */

div#news div.photos { display: block; position: relative; width: 100%; height: 500px; text-decoration: none; }
	div#news div.photos a { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-decoration: none; }
	div#news div.photos a:first-child { display: block; }
	div#news div.footer { display: block; position: relative; border-top: 4px solid var(--1st_color); }

@media all and ( max-width: 1199px ) {
	div#news div.photos { height: 250px; }
}