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

#news_details { display: block; position: relative; flex-direction: row; justify-content: space-between; width: 100%; margin: 0 auto; padding: 0; }
	#news_details div.container { display: flex; position: relative; flex-direction: row; justify-content: space-between; width: 100%; margin: 0 auto; padding: 0; }

@media all and ( max-width: 899px ) {
	#news_details div.container { display: block; }
}

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

#news_details div.photos { display: inline-block; position: relative; width: 100%; height: auto; margin: 0; padding: 0; vertical-align: top; text-align: left; }
	#news_details div.photos div.inner { display: block; position: relative; width: 100%; height: 550px; overflow: hidden; }
		#news_details div.photos div.inner span.elem { position: absolute; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: contain; }
		#news_details div.photos div.inner span.elem[data-status="true"] { opacity: 1; top: 0; transform: scale(1); }
		#news_details div.photos div.inner span.elem[data-status="false"] { opacity: 0; top: -100px; transform: scale(0.25); }
	#news_details div.photos div.controllers { display: block; position: relative; width: 100%; height: auto; margin: 15px 0 0 0; text-align: center; }
		#news_details div.photos div.controllers span { display: inline-block; position: relative; width: 8px; height: 8px; border-radius: 100%; cursor: pointer; margin: 5px 15px; }
		#news_details div.photos div.controllers span[data-status="true"] { background-color: #59bad5; }
		#news_details div.photos div.controllers span[data-status="false"] { background-color: #cfd2d3; }
		#news_details div.photos div.controllers span:hover { background-color: #59bad5; }

@media all and ( max-width: 899px ) {
	#news_details div.photos { display: block; width: auto; }
		#news_details div.photos div.inner { height: 175px; }
}

/* ================================================================================================================== */
/* conteudo */
/* ================================================================================================================== */

#news_details div.content { display: inline-block; position: relative; width: 100%; max-width: 600px; height: auto; margin: 0 0 0 100px; padding: 0; vertical-align: top; }
	#news_details div.content h3 { margin: 10px 0 25px 0; }
	#news_details div.content h2 { margin: 0 0 25px 0; }
	#news_details div.content p { margin: 0 35px 0 0; }

@media all and ( max-width: 899px ) {
	#news_details div.content { display: block; margin: 25px 0 0 0; }
}

/* ================================================================================================================== */
/* cores */
/* ================================================================================================================== */

#news_details div.colors { display: block; position: relative; width: auto; text-align: left; }
	#news_details div.colors div.elem { display: inline-block; position: relative; width: auto; max-width: 100px; vertical-align: top; margin: 0 20px 10px 0; }
		#news_details div.colors div.elem span { display: block; position: relative; width: 25px; height: 25px; border-radius: 100%; margin: 0 auto; }
		#news_details div.colors div.elem p { display: block; position: relative; color: #808184; font-size: 14px; margin: 0; }

/* ================================================================================================================== */
/* ficha tecnica */
/* ================================================================================================================== */

#news_details a.datasheet { display: inline-block; position: relative; background-color: #eceded; padding: 5px 30px; text-decoration: none; margin: 35px 0 0 0; }
#news_details a.datasheet:hover { background-color: #59bad5; }
	#news_details a.datasheet div.icon { display: inline-block; position: relative; vertical-align: top; width: 35px; height: 28px; }
		#news_details a.datasheet div.icon span { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent url(../images/download_icon.png) no-repeat; }
		#news_details a.datasheet div.icon span.normal { background-position-y: 0; opacity: 1; }
		#news_details a.datasheet div.icon span.hover { background-position-y: -28px; opacity: 0; }
		#news_details a.datasheet:hover div.icon span.normal { opacity: 0; }
		#news_details a.datasheet:hover div.icon span.hover { opacity: 1; }
	#news_details a.datasheet p { display: inline-block; position: relative; line-height: 28px; vertical-align: top; font-size: 12px; margin: 0 0 0 35px; }
	#news_details a.datasheet:hover p { color: #ffffff; }