@charset "ISO-8859-1";
/* CSS Document */
/*BANNER CONTENTS */
.b-container {
	position: relative;
	display: block;
	width: 100%;
	min-height:300px;
	vertical-align: middle;
	box-sizing:border-box;
}
.b-banner {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	vertical-align: middle;
	background-size:cover;
	background-position:center center;
}
.b-indicators{
	position: absolute;
	display: block;
	bottom: 10px;
	width: 100%;
	height: auto;
	min-height:30px;
	text-align:center;
	box-sizing:border-box;
	z-index:3;
}
.b-active {
	
}
.b-item{
	position:relative;
	display:inline-block;
	margin-left:2px;
	margin-right:2px;
	box-sizing:border-box;
	cursor:pointer;
}
.b-item-rect{
	width:50px;
	height:5px;
}
.b-item-circle{
	width:10px;
	height:10px;
	min-height:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.b-item-ativo{
	background-color:#FFF;
}
.b-item-inativo{
	background-color:rgba(0,0,0,0.5);
}
.b-item-inativo:hover{
	background-color:#FFF;
}
.b-next{
	position:absolute;
	display:none;
	z-index:2;
	width:40px;
	height:48px;
	top:50%;
	margin-top:-24px;
	right:30px;
	color:#fff;
	opacity:0.4;
	cursor:pointer;
}
.b-previous{
	position:absolute;
	display:none;
	z-index:2;
	width:40px;
	height:48px;
	top:50%;
	margin-top:-24px;
	left:30px;
	color:#fff;
	opacity:0.4;
	cursor:pointer;
}
.b-next:hover{
	opacity:1;
}
html.can-touch .b-next:hover{ /* disable hover effect when input is touch */
	opacity:0.4;
}
.b-previous:hover{
	opacity:1;
}
html.can-touch .b-previous:hover{ /* disable hover effect when input is touch */
	opacity:0.4;
}
.b-marquee{
	position: relative;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	vertical-align: middle;
}
.b-outter{
	position:relative;
	display:table;
	width:100%;
	height:100%;
	min-height:100%;
	margin:0 auto;
	box-sizing:border-box;
}
.b-caption{
	position:static;
	display:table-cell;
	width:100%;
	height:100%;
	min-height:100%;
	padding:30px;
	box-sizing:border-box;
}
.b-caption p{
	margin-top:5px;
}
.b-left{
	text-align:center;
}
.b-right{
	text-align:center;
}
.b-center{
	text-align:center;
}
.b-top{
	vertical-align:middle;
}
.b-middle{
	vertical-align:middle;
}
.b-bottom{
	vertical-align:middle;
}
.b-dark{
	color:#FFF;
	text-shadow:0px 0px 20px #000;
}
.b-light{
	color:#FFF;
	text-shadow:0px 0px 20px #000;
}
.b-assunto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	color:#fff;
	margin-top:0;
	margin-bottom:0;
	width:auto;
	border-radius:5px;
	background-color:#0C0;
	padding:10px;
}
.b-chamada{
	position:relative;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:normal;
	margin-top:30px;
	width:auto;
	margin-bottom:30px;
	padding:0;
	letter-spacing:normal;
}
.icon-large{
	font-size:48px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.b-indicators{
		bottom: 50px;
	}
	.b-next{
		display:block;
	}
	.b-previous{
		display:block;
	}
	.b-assunto{
	font-size:14px;
	}
	.b-chamada{
	font-size:32px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.b-assunto{
	font-size:16px;
	}
	.b-chamada{
	font-size:48px;
	}
}
