@charset "iso-8859-1";
/* CSS Document */

.fullwidthbanner-container {
    padding: 0;
    position: relative;
    width: 100% !important;
	margin-bottom: 50px;
	min-height: 400px !important;
}

.fullwidthbanner-container:before {
	position: absolute;
	content: '';
	display: block;
	left: 0px;
	width: 100%;
	top: -22px;
	height: 136px;
	background: url(../img/fundo-animacoes.png) top center repeat-x;
	z-index: 1000;
}
.fullwidthbanner-container ul {
	position: relative;
	display: none;
}
.fullwidthbanner-container ul li {
	position: absolute;
}


.tp-caption.titulo1 {
	font-family: 'HelveticaNeueLTPRO67', Helvetica, Arial, sans-serif;
	font-size: 2.4em !important;
	color: #a50808;
	display: inline !important;
	max-width: 550px !important;
	text-overflow: clip !important;
	white-space: normal !important;	
	line-height: normal !important;
	background: url(../img/fundo-branco-90.png);
	padding: 6px 15px !important;
	z-index: 999 !important;
}
.tp-caption.titulo2 {
	font-family: 'HelveticaNeueLTPRO57', Helvetica, Arial, sans-serif;
	font-size: 1.1em !important;
	color: #000;
	font-weight: normal !important;
	display: inline !important;
	max-width: 550px !important;
	text-overflow: clip !important;
	white-space: normal !important;	
	line-height: normal !important;
	background: url(../img/fundo-branco-90.png);
	padding: 6px 15px !important;
	z-index: 998 !important;
}
.tp-caption a {
	color: #a50808 !important;	
}
.tp-caption.link a {
	color: #fff;
	background-color: transparent;
	padding: 4px 12px;
	border-radius: 10px;
	border: 3px solid transparent;
	background-color: #000;
	z-index: 1002 !important;
}
.tp-caption.link a:hover {
	background-color: #a50808;
	border-color: #fff;
}

.tp-caption.imagem img {
	display: block;	
}
.fullwidthbanner-container .tp-bullets {
	top: auto !important;
	bottom: -30px !important;
}