/* CSS dinâmico para #introducao-super-destaque */

	#introducao-super-destaque { padding: 0 !important; }
	#introducao-super-destaque .casca { height: 500px; position: relative; }
	
	#introducao-super-destaque h1 { font-size: 2.3em; color: #ffffff; }
	#introducao-super-destaque h2 { font-size: 1.2em; color: #ffffff; }

	#introducao-super-destaque .botao .svgx { color: #ffffff !important; }
	#introducao-super-destaque .botao { background-color: #1a39b2 !important; color: #ffffff !important; font-size: 18px; background-image: none !important; display: inline-block; max-width: none; margin: 10px 0; }
	#introducao-super-destaque .botao:hover { background-color: #4a85e2 !important; background-image: none !important;  }

	#introducao-super-destaque .bg-img { background-position: center; height: 500px; overflow: hidden; position: relative; z-index: 1; background-size: cover; background-repeat: no-repeat; }
	#introducao-super-destaque .overlay { text-align: center; bottom: 150px; position: absolute; z-index: 2; width: 100%; }
	#introducao-super-destaque .overlay .overlay-miolo { display: block; max-width: 500px; margin-left: auto; margin-right: auto; background-color: rgba(31,44,112,0.8); }

	#introducao-super-destaque img.x-mobile { max-width: none; width: 100%; }
	#introducao-super-destaque .decor-parallax { position: absolute; z-index: 1; top:0; right: 0; bottom: 0; left: 0; background-attachment: fixed; background-repeat: no-repeat; }
	#introducao-super-destaque .super-destaque-creditos { z-index: 4; letter-spacing: -0.5px; font-size: 12px; position: absolute; bottom: 5px; left: 0; right: 0; text-align: center; }
	#introducao-super-destaque .super-destaque-creditos-info { float: right; margin-right: 5px; display: inline-block; padding-left: 7px; padding-right: 7px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
	

/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {

	#introducao-super-destaque h1 { font-size: 1.5em !important; }
	#introducao-super-destaque h2 { font-size: 1em !important; }
	#introducao-super-destaque .casca { height: auto !important; width: auto !important; }
	#introducao-super-destaque .bg-img { background-image: none !important; height: auto !important; }
	#introducao-super-destaque h1, #introducao-super-destaque h2 { color: #ffffff !important; }
	#introducao-super-destaque .overlay { background-color: #1f2c70 !important; padding: 15px !important; max-width: none !important; text-align: center; bottom: 0 !important; right: 20px; left: 20px; max-width: none !important; text-align: center !important; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; position: static !important; width: 100%; }
	#introducao-super-destaque .overlay .overlay-miolo { background: none; padding: 0 !important;  margin: auto !important; }
	#introducao-super-destaque .decor-parallax, #introducao-super-destaque .decor-img { display: none; }
	#introducao-super-destaque .super-destaque-creditos { bottom: auto; top: 5px; }
}