.iS {
	position: relative;
	top: 0px;
	left: 0px;
}
.iS-Commands {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.iS-Content {
	position: absolute;	
	width: 100%;
	height: 100%;
	left: 0px;
	top:0px;
}
.iS-Items {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.iS-Item {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.iS-Previous {
	position: absolute;	
	z-index: 3;
	cursor: pointer;
	text-align: center;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 3%;
	border-radius: 50%;
	border: 1px solid;
	line-height: 41px;
	margin-top: -20px;
}
.iS-Next {
	position: absolute;	
	z-index: 3;
	cursor: pointer;
	text-align: center;
	width: 40px;
	height: 40px;
	top: 50%;
	right: 3%;
	border-radius: 50%;
	border: 1px solid;
	line-height: 41px;
	margin-top: -20px;
}
.iS-Play {
	position: absolute;	
	z-index: 3;
	cursor: pointer;
	text-align: center;
	top: 5%;
	right: 5%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid;
	line-height: 38px;
}
.iS-Playactive {
}
.iS-Stop {
	position: absolute;
	z-index: 3;
	cursor: pointer;
	text-align: center;
	top: 5%;
	right: 5%;
	margin-right: 50px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid;
	line-height: 38px;
}
.iS-Stopactive {
}
.iS-Loopline {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 5px;
	left: 0px;
	bottom: 0px;
}
.iS-Dots {
	position: absolute;	
	text-align: center;
	left: 0%;
	bottom: 2%;
	width: 100%;
	height: auto;
	padding: 2px 0px;
	text-align: center;
	overflow: hidden;
}
.iS-Dot {
	position: relative;
	z-index: 3;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
	text-align: center;
	width: 20px;
	height: 20px;
	margin: 0px 7px;
	border-radius: 50%;
	line-height: 47px;
}
/*Colors*/

.iS-Previous {
	color: #d52c1e;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: rgba(175,205,73,0.1);
}
.iS-Previous:hover {
	color: #fff;
	background-color: #d52c1e;
}
.iS-Next {
	color: #d52c1e;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: rgba(175,205,73,0.1);
}
.iS-Next:hover {
	color: #fff;
	background-color: #d52c1e;
}
.iS-Play {
	color: #d52c1e;
	border-color: #d52c1e;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: rgba(175,205,73,0.1);
}
.iS-Play:hover {
	color: #fff;
	background-color: #d52c1e;
	border-color: #fff;
}
.iS-Playactive {
}
.iS-Stop {
	color: #d52c1e;
	border-color: #d52c1e;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: rgba(175,205,73,0.1);
}
.iS-Stop:hover {
	color: #fff;
	background-color: #d52c1e;
	border-color: #fff;
}
.iS-Stopactive {
}
.iS-Dots {
	
}
.iS-Dot {
	color: #ff4848;
	background-color: #cfcfcf;	
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.iS-Dot:hover {
	color: #fff;
	background-color: #d52c1e;	
	border-color: #fff;	
}
.iS-Dotactive {
	color: #fff;
	background-color: #003399;	
	border: #fff solid 1px;
}
.iS-Loopline {
	background-color: #d52c1e;	
}

/*----------------------- TOQUETEADA MBG-------------------------------*/

/*.iS-Stop, .iS-Play{display: none;}*/
#slide01{margin-bottom: 0}
.iS-Dots {bottom: -10%}
.iS-Dot {
	width: 0.75rem;
	height: 0.75rem;
	margin: 0 0.5rem;
	border-radius: 25;
}
/*----------------------- -------------------------------*/

/*Responsive*/
@media (min-width: 0px) and (max-width: 499px) {
	.iS {
		width: 100%;
		height: 250px;
	}
	/* .iS-Next, .iS-Previous {
		display: none;
	} */
	/*.iS-Dots {bottom: -13%}*/
	.iS-Previous {top: 35%;}
	.iS-Next {top: 35%;}
}
@media (min-width: 500px) and (max-width: 767px) {
	.iS {
		width: 100%;
		height: 300px;
	}
	/* .iS-Next, .iS-Previous {
		display: none;
	} */
	.iS-Previous {top: 35%;}
	.iS-Next {top: 35%;}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.iS {
		width: 100%;
		height: 255px;
	}
	/*.iS-Dots {bottom: -13%}*/
}
@media (min-width: 992px) and (max-width: 1199px){ 
	.iS {
		width: 100%;
		height: 330px;
	}
	/*.iS-Dots {bottom: -11%}*/
}
@media (min-width: 1200px) {
	.iS {
		width: 100%;
		height: 400px;
	}
}