.box {
	position: relative;
	overflow:hidden;
	list-style: none;
	text-align: center;
}
/* Common style */
.box figure {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.box figure img {
	position: relative;
	display: block;
	opacity: 1;
	width:100%;
}




#hm_productos .wrap-grid{
	border-left: 1px solid #D24234;
	border-bottom: 1px solid #D24234;
}
.wrap-grid {
	padding: 0;
}
.grid {
	position: relative;
	clear: both;
	max-width: 1000px;
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	opacity: 1;
	width:100%;
}

.grid figure figcaption {
	padding: 1.6em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}


/* Individual effects */
/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve {
	z-index: 1;
	overflow: visible;
}

figure.effect-steve:before{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1 !important;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;
	-webkit-transition: background-color 0.45s;
	transition: background-color 0.45s;
}
figure.effect-steve:hover figcaption {
	background-color: rgba(222,49,31,0.7);
	-webkit-transition: background-color 0.45s;
	transition: background-color 0.45s;
	/*background-image: url(../img/more.png);
    background-repeat: no-repeat;
    background-position: center 95%;*/
}

figure.effect-steve img {
	opacity: 1;
}

figure.effect-steve p {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
}

figure.effect-steve p {
	font-weight: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}
figure.effect-steve h2 {
	color: #fff;
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
}
figure.effect-steve h2 {
  	font-family: 'Source Sans Pro', sans-serif;
  	font-size: 1.4em;
  	letter-spacing: 0.04em;
  	text-transform: uppercase;
  	margin-bottom: 25px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}
figure.effect-steve h2:before{
	content: '';
	display: block;
	margin-bottom: 25px;
	width: 50px;
	height: 4px;
	background-color: #fff;
}

figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover h2 {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*-----------------*/
/***** Productos *****/
/*-----------------*/

figure.effect-productos {
	z-index: 1;
	overflow: visible;
	border-left: 1px solid #ccc;
}

figure.effect-productos figcaption {
	z-index: 1;
	-webkit-transition: background-color 0.45s;
	transition: background-color 0.45s;
}
figure.effect-productos:hover figcaption {
	background-color: rgba(222,49,31,0.7);
	-webkit-transition: background-color 0.45s;
	transition: background-color 0.45s;
	/*background-image: url(../img/more.png);
    background-repeat: no-repeat;
    background-position: center 95%;*/
}

figure.effect-productos img {
	opacity: 1;
}

figure.effect-productos p {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
	font-size: 1.2em;
	letter-spacing: 0.04em;
	color: #fff;
}

figure.effect-productos p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}
/*figure.effect-productos h2 {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    z-index: 1000;
}*/
.wrap-prod h2 {
  	font-family: 'Source Sans Pro', sans-serif;
  	font-size: 1.3em;
  	color: #898989;
  	letter-spacing: 0.08em;
  	margin-top: 0px;
  	font-weight: 700;
  	text-transform: uppercase;
  	padding-left: 3px;
/*	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,0.9);
	transform: scale3d(0.9,0.9,0.9);*/
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.wrap-prod h2 {
		font-size: 1em;
	}
}
/*figure.effect-productos h2:before{
	content: '';
	display: block;
	margin-bottom: 25px;
	width: 50px;
	height: 4px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-productos:hover h2:before {
	opacity: 1;
}

figure.effect-productos:hover h2 {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	color: #fff;
	font-weight: 400;
}*/

figure.effect-productos:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}


/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico:hover img {
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption {
	padding: 3em;
	display:table-cell;
	vertical-align:middle;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background-image: url(../img/more.png);
	background-repeat: no-repeat;
	background-position: center center;
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	
}
figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico a.active{
	background-color:#000 !important;
	opacity: 0.3 !important;
}

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: right;
}

figure.effect-julia .popup {
	display: inline-block;
	color: #7e7e7e;
	text-transform: none;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position: absolute;
	top: 0;
	right: 70px;
	padding: 1em;
}
figure.effect-julia .descarga {
	display: inline-block;
	color: #7e7e7e;
	text-transform: none;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
}
figure.effect-julia a i{

}

figure.effect-julia a:hover {
	-webkit-transform: scale3d(1.2,1.2,1);
	transform: scale3d(1.2,1.2,1);
}
