.slider-frame {
	width: 100%;
    height: auto;
	overflow: hidden;
  color: #777;
  font-size: 18px;
}

.slider-frame ul {
	display: flex;
	padding: 0;
	width: 400%;
	animation: slide 30s infinite alternate ease-in-out;
}

.slider-frame li {
	width: 100%;
	list-style: none;
}

.slider-frame .cliente_epicfarms{
  display: flex;
	width: 100%;
	padding-left: 25px;
}

.slider-frame .cliente_epicfarms h1{
  color: #444;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0;
}

.slider-frame .reseña_epicfarms{
  padding: 25px;
	color: #444;
}

.slider-frame div img{
  margin-right: 25px;
  width: 12.5%;
}

@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}

	25% {margin-left: -100%;}
	45% {margin-left: -100%;}

	50% {margin-left: -200%;}
	70% {margin-left: -200%;}

	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}


@media(max-width:1300px){

	.slider-frame {
	  font-size: 1.5em;
	}
	.slider-frame .reseña_epicfarms{
		color: #444;
	}

	.slider-frame .cliente_epicfarms{
	  display: flex;
		width: 100%;
		font-size: 2em;
	}

	.slider-frame .cliente_epicfarms h1{
	  color: #444;
		font-size: 1.5em;
	}

	.slider-frame div img{
	  margin-right: 25px;
	  width: 22.5%;
	}



}
