.flecha-left{
	position:absolute;
	top:50%;
	margin-top:-20px;
	left:0px; 
}
.flecha-right{
	position:absolute;
	top:50%;
	margin-top:-20px;
	right:0px; 
}
.menu-categorias{
	width:100%;
	min-height:35px;
	padding-left:15px;
	padding-right:15px;
	margin-top:23px;	
}
.contorno{
	float:left;
	position:relative;
	height:44px;	
}
.contorno a{
	border:2px solid #B80F0C;
	height:35px;
	width:97%;
	line-height:31px;
	text-align:center;
	background-color:transparent;	
	color:#B80F0C;
	font-weight:bold;
	font-size:12px;
	font-family:"Roboto Condensed";
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.contorno .hover{
	width:97%;	
	background:#B80F0C;
	height:0px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
}
.selecionado-hover .hover{
	height:35px !important;	
}
.selecionado-hover a{
	color:#FFF !important;	
}
.img-arraste{
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;	
}
.swiper-slide,.swiper-wrapper{
	height:auto !important;	
	display:table !important;
}
.swiper-container{
	margin-top: 25px !important;
	margin-bottom: 30px !important;
}
.select-categorias{
	width:100%; 
	height:35px; 
	border:2px solid #B80F0C;	
	font-family:'Roboto Condensed';
	color:#B80F0C;
	padding-left:20px;
}
@media (max-width:991px){
	.menu-categorias{
		padding-left:0px !important;
		padding-right:0px !important;	
	}
}
@media (max-width:767px){
	.contorno a{
		width:100% !important;	
	}
	.contorno .hover{
		width:100% !important;	
	}
}