.site-content {
	padding-top: 0px;
}
.med-headline, .mod-small-headline {
	 display: inline;
	 margin-top: 0;
	 vertical-align: sub;
 }

#categoria {
	padding-top: 67px;
	padding-bottom: 90px;
}
.header h2{
	padding-bottom: 8px;
	display: inline;
}
.line-gray {
	height: 1px;
	margin-top: 7px;
}

.quantity {
	display: inline;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	height: 29px;
	letter-spacing: 1.3px;
	line-height: 14px;
	vertical-align: top;
	margin-left: 4px;
	color: white;
}

.module {
	height: 345px;
	width: 100%;
	display: block;
	background-size: cover;
	text-align: center;
	background-blend-mode: multiply;
	position: relative;
	transition: all 800ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
	-moz-transition: all 800ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
	-ms-transition: all 800ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
	-o-transition: all 800ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
	-webkit-transition: all 800ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}
.module:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(0deg, #000000 0%, rgba(48,46,46,0.00) 67%, rgba(18,14,14,0.00) 100%);
	opacity: .6;
	background-blend-mode: multiply;
}

.module-area:hover .module {
	transform: scale(1.1);
}
.module-text {
	bottom: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.module-area {
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}

.mod-small-headline {
	font-family: "GalanoGrotesque-Medium";
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}

#marca {
	background: #F4F4F7;
}
#marca .arrows {
	text-align: right;
	text-decoration: none;
}


.logo-box {
	width: 156px;
	height: 156px;
	display: inline-block;
	border: 1px solid #F0F0F2;
	vertical-align: bottom;
	background-position: center !important;
	background-size: 156px !important;
}

.logo-box:hover{
	background-color: #d7d9dc !important;
}
#marca {
	padding: 67px 0 80px;
}
#marca .header {
	border-bottom: 1px solid #b9bac8;
	padding-bottom: 8px;

}

.logos-area {
	margin: 30px auto;
	display: block;
}

.owl-controls {
	position: absolute;
	top: 46%;
	width: 100%;
}

.owl-prev {
	display: inline-block;
}
.owl-next {
	display: inline-block;
	float: right;
	margin-left: 15px;
}

@media (max-width: 991px) {
	.module {
		height: 255px;
	}

	.logo-box{
		width: 143px;
		height: 143px;
	}
	.site-content {
		padding-top: 0px;
	}
	.logo-box:hover {
		background-color: #F4F4F7 !important;
	}
}


@media (max-width: 767px) {
	#categoria {
		padding-top: 37px;
		padding-bottom: 40px;
	}
	.owl-controls {
		position: inherit;
		top: auto;
		width: 100%;
		z-index: 9;
		height:0;
	}
	.owl-controls .owl-prev {
		z-index: 9;
		cursor: pointer;
		position: absolute;
		top: -155px;
	}
	.owl-controls .owl-next {
		z-index: 9;
		cursor: pointer;
		position: absolute;
		top: -155px;
		right:0;
	}
	.site-content {
		padding-top: 0px;
	}
	.module {
		height: 145px;
	}
	.module-area {
		height: 210px;
		overflow: visible;
	}
	.module-text {
		bottom: 0;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	.module-text p:first-child {
		color: #4d4f6c !important;
		font-size: 16px;
		line-height: 15px;
	}
	.module-text p {
		color: #4d4f6c !important;
	}
	.module-text span {
		display: none;
	}
	.module-text .small-subtitle-avenir {
		font-family: "AvenirLTStd-Heavy";
		font-size: 9px;
		color: #5F6177;
		letter-spacing: 0.8px;
		margin-top: 2px;
	}
	.logo-box{
		width: 50%;
		height: 128px;
	}
	.logo-row {
		display: inline;
	}

	.logos-area .owl-prev{
		height: 40px;
		width: 40px;
		text-align: left;
	}
	.logos-area .owl-next{
		height: 40px;
		width: 40px;
		text-align: right;
	}
	.arrowSm {
		padding: 22px 0;
	}
}