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

div#item { display: block; position: relative; width: 100%; padding: 0 0 50px 0; margin: 0 auto; font-size: 0; }
div#item
{
	min-height: 100vh;
	min-height: -webkit-calc( 100vh - 55px );
	min-height:    -moz-calc( 100vh - 55px );
	min-height:         calc( 100vh - 55px );
}
	div#item div.container { display: block; position: relative; width: 1200px; margin: 0 auto; padding: 100px 0 0 0; text-align: left; font-size: 0; }

/* ================================================================================================================== */
/* categorias */
/* ================================================================================================================== */

div#item div.categories { display: block; position: relative; width: 100%; height: auto; margin: 0 0 35px 0; vertical-align: top; text-align: center; font-size: 0; }
div#item div.categories
{
	background: #669443;
	background: -webkit-linear-gradient( left, #558139, #80b153 );
	background: -o-linear-gradient( left, #558139, #80b153 );
	background: -moz-linear-gradient( left, #558139, #80b153 );
	background: linear-gradient( to right, #558139, #80b153 );
}
	div#item div.categories a { display: inline-block; position: relative; width: auto; height: auto; line-height: 35px; font-size: 18px; color: #ffffff; text-decoration: none; margin: 0 25px; vertical-align: middle; }
	div#item div.categories a:hover { color: #84b555; }

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

div#item h1 { display: block; position: relative; width: 100%; font-size: 35px; line-height: 50px; text-align: center; }
div#item p { display: block; position: relative; width: 80%; font-size: 14px; line-height: 22px; margin: 35px auto 0 auto; text-align: center; }
div#item p.description2 { display: inline-block; position: relative; width: 60%; vertical-align: top; text-align: left; margin: 0; }
	div#item p.description2 a { display: block; position: relative; width: auto; height: auto; line-height: 25px; font-size: 18px; margin: 25px 0; text-decoration: none; }
	div#item p.description2 a:hover { text-decoration: underline; }
div#item div.photo_first { display: block; position: relative; width: 100%; height: 385px; margin: 25px 0; }
	div#item div.photo_first a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
div#item div.photos { display: inline-block; position: relative; width: 35%; height: 250px; margin: 0 0 0 5%; }
	div#item div.photos a { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	div#item div.photos a:first-child { display: block; }