
/*BANNER INICIAL*/
.list_carousel {
	background-color: #000000;
	height: 93%;
	position: relative;
}
.list_carousel ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: block;
	height: 100%;
	text-align: center;
	position: absolute;
}
.list_carousel li {
	font-size: 40px;
	text-align: center;
	display: block;
	float: left;
	max-height: 79%;
	
}
.list_carousel li img {
	z-index: 0;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: 100%;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	left: 15%;
	top: 50%;
	margin-top: -42px;
	cursor: pointer;
	position: absolute;
	z-index: 2000;
	background:  url(../img/prev.png) no-repeat;
	background-position: -48px 0;
	height: 85px;
	width: 48px;
}
.prev:hover{
	background-position: 0px 0px; 
}
.next {
	right: 1%;
	top: 50%;
	margin-top: -42px;
	cursor: pointer;
	position: absolute;
	z-index: 2000;
	background:  url(../img/next.png) no-repeat;
	background-position: 0px 0px;
	height: 85px;
	width: 48px;
}

.next:hover{
	background-position: -48px 0px; 
}

/**/


/*PROMOÇÃO* ******************/

.list_carousel2 {
	width: auto;
	margin-top: 15%;
	height: 100%;
	padding-left: 8%;
}
.list_carousel2 ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: block;
	height: 100%;
	list-style: none;
	width: auto;
}
.list_carousel2 li {
	font-size: 40px;
	color: #999;
	text-align: center;
	height: 100%;
	width: 30%;
	display: block;
	float: left;
	
}
.list_carousel2 li img{
	z-index: 0;
	height: 70%;
	width: auto;
	margin: 0 auto;
}

.list_carousel2 li button{
	width: 72%;
	font-size: 16px;
	padding: 2%;
	
	background: #97c3e8; /* Old browsers */
	background: -moz-linear-gradient(top, #97c3e8 14%, #6d8da7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#97c3e8), color-stop(100%,#6d8da7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #97c3e8 14%,#6d8da7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #97c3e8 14%,#6d8da7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #97c3e8 14%,#6d8da7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #97c3e8 14%,#6d8da7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c3e8', endColorstr='#6d8da7',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font-family: 'sansationbold';
	-webkit-box-shadow: 3px 3px 5px 1px #939393;
	box-shadow: 3px 3px 5px 1px #939393; 
	
	color: #4770b3;
	
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
	
	margin-left:1%;
}

.list_carousel2 li button:hover{
	background: #ffffff; /* Old browsers */
	color: #7aa3e9;	

}

.list_carousel2.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev3 {
	left: 4%;
	top: 50%;
	margin-top: -42px;
	cursor: pointer;
	position: absolute;
	z-index: 2000;
	background:  url(../img/prev.png) no-repeat;
	background-position: -48px 0;
	height: 85px;
	width: 48px;
}
.prev3:hover{
	background-position: 0px 0px; 
}

.next3 {
	right: 4.5%;
	top: 50%;
	margin-top: -42px;
	cursor: pointer;
	position: absolute;
	z-index: 2000;
	background:  url(../img/next.png) no-repeat;
	background-position: 0px 0px;
	height: 85px;
	width: 48px;
}

.next3:hover{
	background-position: -48px 0px; 
}
/***************************************/


#Promo_Unic { width: 42%; height: 80%; margin-top: 11%; margin-left: 30% }
#Promo_Unic li img { width: auto; height: 100%; margin: 0px; position: absolute; z-index: 100; }
#Promo_Unic li { height: 90%; width: 97.5%; position: relative;}
#Promo_Unic li button{
	width: 97%;
	margin-top: 132%;
	font-size: 16px;
	padding: 2%;
	
	background: #97c3e8; /* Old browsers */
	background: -moz-linear-gradient(top, #97c3e8 14%, #6d8da7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#97c3e8), color-stop(100%,#6d8da7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #97c3e8 14%,#6d8da7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #97c3e8 14%,#6d8da7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #97c3e8 14%,#6d8da7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #97c3e8 14%,#6d8da7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c3e8', endColorstr='#6d8da7',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font-family: 'sansationbold';
	-webkit-box-shadow: 3px 3px 5px 1px #939393;
	box-shadow: 3px 3px 5px 1px #939393; 
	
	color: #4770b3;
	
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
	
	margin-left:1%;
}

#Promo_Unic li button:hover{
	background: #ffffff; /* Old browsers */
	color: #7aa3e9;	

}
