
/* Categorias */
.category_item {
  position: relative;
  height: 480px;
/*   height: 100%; */
  width: 100%;
  margin: 60px 9px;
  float: left;
}


.category_item img {
  position: absolute;
}

.category_item img.top:hover{
   opacity: 0; 
   transition: opacity .2s ease-in-out;
   transform: scale(1.1, 1.2);    
}

.slidercateg {
	width: 100%;
	height: 100%;
	float:center;
}



/* Categorias */

body {
/* 	background-image: linear-gradient(to left, rgb(0,0,0) 8%, rgb(71,2,2) 150%); */
/* 	background:black; */
}

.categ {
    height: 550px;
    width: 250px;
    margin-right: 2px
}

.categ img {
    height: 560px;
    width: 280px;
}

.main {
/* 	background: black; */
/* 	background-color: rgba(0, 0, 0, 0); */
	width: 100%;
	overflow: hidden;
	padding: 0px 0;
	padding-bottom: 0px;
}

.main .a-2 ul li ol,.main .swiper-container .slider-item ol {
 	position: absolute; 
 	bottom: 0;
 	left: 0;
	height: 130px;
	width: 100%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.main .a-2 ul li ol h2,.main .swiper-container .slider-item ol h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-top: 14px;
	padding-left: 16px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.main .a-2 ul li:hover ol h2,.main .swiper-container .slider-item:hover ol h2 {
	font-size: 26px
}

.glyphicon-chevron-left:hover {
    content: "\e079";
    color: #ec0029;
}

.glyphicon-chevron-right:hover {
    content: "\e079";
    color: #ec0029;
}



.product .product-body {
  position: relative;
  padding: 10px;
  width:100%;
  background-color: #730216;
  text-align: center;
  z-index: 20;
  border-color:#730216;
  border:0px;
}

.product .product-body:hover {
  background-color: #ec0029;
}

.product-item{

	transition: all .4s; 
}


.filtro-bn{
  filter: grayscale(100%);
}