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

div#statistics { display: block; position: relative; width: 100%; padding: 0; margin: 0 auto; }
	div#statistics h1 { margin-bottom: 25px; font-size: 1.5em; color: var(--color2); }
	div#statistics p.text { color: var(--color4); margin-bottom: 50px; }

/* ================================================================================================================== */
/* bloco */
/* ================================================================================================================== */

div#statistics div.block { display: block; position: relative; margin-bottom: 100px; text-align: left; }
div#statistics div.block:last-child { margin-bottom: 0; }
	div#statistics div.block h1 { font-size: 2.857em; }
	div#statistics div.block p { text-align: left; margin-bottom: 15px; }
	div#statistics div.block div.photos { display: none; position: relative; vertical-align: top; width: 220px; height: 220px; margin-right: 10px; margin-bottom: 10px; }
	div#statistics div.block div.photos:nth-child(1),
	div#statistics div.block div.photos:nth-child(2),
	div#statistics div.block div.photos:nth-child(3),
	div#statistics div.block div.photos:nth-child(4) { display: inline-block; }
		div#statistics div.block div.photos a { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
		div#statistics div.block div.photos a:first-child { display: block; }