#bannerSlick{
	box-sizing:border-box;
	width: 100%;	
	height: 500px;
	overflow:hidden;
	margin: 0;
}
.indexTitle{
	width: 100%;
	text-align:center;
	padding: 50px 0;
}
.indexTitle img{
	width: 500px;
	max-width: 90%;
	height:auto;
	line-height: 0;
}
.indexTitle span{
	border: 1px solid black;
	padding: 5px 15px;
}
.bannerBtn{
	box-sizing:border-box;
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align:center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bannerBtn a{
	display: inline-block;
	box-sizing:border-box;
	border: solid white;
	text-decoration:none;
	padding: 10px 20px;
	color: white;
	
}
.bannerBtn a:hover{
	background-color: rgba(255,255,255,0.5);
	color: black;	
}
#apresentacao{
	background-image:url(../imagens/portoes/20170316_180736.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-position:top;
	color: white;
	position: relative;
}
.apresentacao_txt{
	font-size: 20px;
	position:relative;
	z-index: 2;
	padding: 20px;
	padding-left: 50px;
	text-shadow: 2px 2px 5px black;
}
#apresentacao a{
	text-decoration:none;
	color: white;	
	border: 1px solid white;
	padding: 10px;
}
#apresentacao a:hover{
	background-color: rgba(255,255,255,0.5);
	color: black;
	text-shadow: none;
}
#indexPontos{
	box-sizing:border-box;
	display: table;
	width: 100%;	
}
.indexSlot{
	box-sizing:border-box;
	float:left;
	width: 50%;
	padding: 25px;
	text-align:center;
}
.indexSlot2{
	box-sizing:border-box;
	display:inline-block;
	text-align:left;
	
}
.indexSlot span{
	font-weight: bold;
	font-size: 22px;	
}
.indexSlot ul{
	padding-left: 20px;
}
.indexSlot ul li{
	text-align:left;
	color:#5B5B5B;
}




@media screen and (max-width: 900px) {
	
.bannerBtn{
	width: 80%;
	right:0;
	left: 0;
	margin:auto;
}
.apresentacao_txt{
	padding: 20px;
}
.slick-initialized{
	background-image:url(../imagens/banners/basculante.jpg);
	background-size:cover;
	background-position:center;
}
.indexSlot{
	width: 100%;
}
.indexSlot2{
	text-align:center;
	
}
.indexSlot ul{
	padding-left: 0;
	list-style:none;
}
.indexSlot ul li{
	text-align:center;
}	
}
