*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wrap{
	max-width: 100%;
	width: 90%;
	margin: auto;
}

.wrap > h1{
	color: #494B4D;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 15px 0px;
}

.wrap > h1:after{
	content: '';
	width: 100%;
	height: 1px;
	margin: 20px 0;
}

.store-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.category_list{
	display: flex;
	width: 18%;
}

.category_list .category_item{
	text-align: center;
	text-decoration: none;
}

/* PRODUCTOS ============*/

.client-list{
	width: 82%;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}


.client-list .client-item{
	width: 85%;
	margin: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: flex-start;
	justify-content: center;
	height: 111px;
	transition: all .4s;
}

.client-list .client-item img{
	width: 90%;
}

.client-list .client-item a{
	display: block;
	width: 100%;
	padding: 8px 0;
	background: #2D3E50;

	color: #fff;
	text-align: center;
	text-decoration: none;
}

/* RESPONSIVE ================================*/

@media screen and (max-width: 1100px){
	.client-list .client-item{
		width: 80.3%;
	}
}

@media screen and (max-width: 900px){
	.category_list,
	.client-list{
		width: 100%;
	}

	.category_list{
		flex-direction: row;
		justify-content: space-between;
	}

	.category_list .category_item{
		align-self: flex-start;
		width: 15%;
		font-size: 14px;
	}

	.client-list .client-item{
		/* margin-left: 4.5%; */
	}

	.client-list .client-item:nth-child(3n+1){
		/* margin-left: 0px; */
	}
}

@media screen and (max-width: 700px){
	.category_list{
		/* flex-direction: column; */
	}
	.category_list .category_item{
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px){

	.client-list .client-item{
		width: 74.5%;
	}

	.client-list .client-item:nth-child(3n+1){
		/* margin-left: 4.5%; */
	}

	.client-list .client-item:nth-child(2n+1){
		/* margin-left: 0px; */
	}

	.client-list .client-item{
		height: 80px;
	}

}

@media screen and (max-width: 350px){
	.client-list .product_item{
		width: 100%;
		margin-left: 0px;
	}
}

.owl-nav{
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 110%;
	left: -5%;
	top: 35%;
}

.owl-theme .owl-nav [class*='owl-']{
	color: none;
	background-color: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media screen and (max-width: 1024px){
	.owl-nav{
		display: none;
	}
}

.carousel-group-mob{
	display: none !important;
}

@media screen and (max-width: 525px){
	.carousel-group-desk{
		display: none !important;
	}

	.carousel-group-mob{
		display: block !important;
	}
}

.carousel-group-mob .client-item{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 1000px){
	.carousel-list .carousel-item:nth-child(18) img,
	.carousel-list .carousel-item:nth-child(21) img,
	.carousel-list .carousel-item:nth-child(24) img,
	.carousel-list .carousel-item:nth-child(19) img,
	.carousel-list .carousel-item:nth-child(159) img,
	.carousel-list .carousel-item:nth-child(162) img,
	.carousel-list .carousel-item:nth-child(165) img,
	.carousel-list .carousel-item:nth-child(160) img
	{
		width: 130px !important;
	}
}

@media screen and (max-width: 525px) {
	.client-list .owl-item:nth-child(6) .client-item:nth-child(3) img,
	.client-list .owl-item:nth-child(7) .client-item:nth-child(1) img,
	.client-list .owl-item:nth-child(7) .client-item:nth-child(3) img,
	.client-list .owl-item:nth-child(8) .client-item:nth-child(3) img
	{
		width: 85px !important;
	}
}