/* ------------------------------------------------------------------------------------------------------------------ */
/* corpo */

div#conditions { display: block; position: relative; width: 100%; min-height: 100%; padding: 0 0 50px 0; margin: 0 auto; font-size: 0; }
	div#conditions div.container { display: block; position: relative; width: 1200px; margin: 0 auto; padding: 0; }
	
	
/* ------------------------------------------------------------------------------------------------------------------ */
/* textos */

div#conditions h1.title { margin: 50px 0 35px 0; }
div#conditions h2 { max-height: 30px; line-height: 30px; font-weight: 700; }
div#conditions p.text { margin: 10px 0 50px 0; padding: 0; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* noticias */

div#conditions div.block { display: block; position: relative; width: 100%; vertical-align: top; font-size: 0; }
	div#conditions div.block span { position: relative; width: 175px; height: 35px; background-color: #c3996b; margin: 23px 0 0 0; line-height: 35px; color: #ffffff; text-align: center; font-size: 16px; cursor: pointer; }
	div#conditions div.block span:hover { color: #000000; }
	div#conditions div.block span[data-status="false"] { display: none; }
	div#conditions div.block span[data-status="true"] { display: inline-block; }