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

div#events { display: block; position: relative; width: 100%; padding: 0; margin: 0 auto; font-size: 0; }
	div#events h2 { color: var(--text_2nd_color); }
	div#events h3 { color: var(--text_3rd_color); font-size: 12px; }
	div#events a.link { display: inline-block; position: relative; color: var(--text_3rd_color); font-size: 12px; margin: 25px 0 0 0; }
	div#events a.link:hover { color: var(--text_2nd_color); }

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

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

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