/* ==================================================================
								S L I D E R  01
================================================================== */
.sliderProductos01{
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
	padding: 0!important;
}
.sliderProductos01 ul{
	display: flex;
	width: 300%;
	overflow: hidden;
	padding: 0;
	animation: cambio 12s infinite;
	animation-direction:alternate;
}
.sliderProductos01 ul li{
	margin: auto;
	text-align: center;
	width: 100%!important;
	height: auto;
	list-style: none;
	overflow: hidden;
}
.sliderProductos01 ul li img{
	width: 98%;
}
.silderProductos, .sliderProductos01 ul, .sliderProductos01 ul li, .sliderProductos01 ul li img{
	padding: 0!important;
} 
/* Slider para 05 imagenes */
@keyframes cambio{

	0% {margin-left: 0;}
	33% {margin-left: 0;}

	35% {margin-left: -100%;}
	66% {margin-left: -100%;}

	68% {margin-left: -200%;}
	100% {margin-left: -200%;}

}
/* Cierra Slider 01 */

/* ==================================================================
								S L I D E R  02
================================================================== */
.sliderProductos02{
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
	padding: 0!important;
}
.sliderProductos02 ul{
	display: flex;
	width: 300%;
	overflow: hidden;
	padding: 0;
	animation: cambio 9s infinite;
	animation-direction:alternate;
}
.sliderProductos02 ul li{
	margin: auto;
	text-align: center;
	width: 100%!important;
	height: auto;
	list-style: none;
	overflow: hidden;
}
.sliderProductos02 ul li img{
	width: 98%;
}
.silderProductos, .sliderProductos02 ul, .sliderProductos02 ul li, .sliderProductos02 ul li img{
	padding: 0!important;
} 
/* Slider para 05 imagenes */
@keyframes cambio{

	0% {margin-left: 0;}
	33% {margin-left: 0;}

	35% {margin-left: -100%;}
	66% {margin-left: -100%;}

	68% {margin-left: -200%;}
	100% {margin-left: -200%;}

}
/* Cierra Slider 02 */

/* ==================================================================
								S L I D E R  03
================================================================== */
.sliderProductos03{
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
	padding: 0!important;
}
.sliderProductos03 ul{
	display: flex;
	width: 300%;
	overflow: hidden;
	padding: 0;
	animation: cambio 12s infinite;
	animation-direction:alternate;
}
.sliderProductos03 ul li{
	margin: auto;
	text-align: center;
	width: 100%!important;
	height: auto;
	list-style: none;
	overflow: hidden;
}
.sliderProductos03 ul li img{
	width: 98%;
}
.silderProductos, .sliderProductos03 ul, .sliderProductos03 ul li, .sliderProductos03 ul li img{
	padding: 0!important;
} 
/* Slider para 05 imagenes */
@keyframes cambio{

	0% {margin-left: 0;}
	33% {margin-left: 0;}

	35% {margin-left: -100%;}
	66% {margin-left: -100%;}

	68% {margin-left: -200%;}
	100% {margin-left: -200%;}

}
/* Cierra Slider 03 */