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

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

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

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

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