.box {
	position: relative;
	max-width: 1000px;
	overflow:hidden;
	list-style: none;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 1em;
	-webkit-box-sizing:border-box !important;
    -moz-box-sizing:border-box !important;
    box-sizing:border-box !important;
	padding-right: 1px;
	padding-left: 1px;
}
.box_active {
	border: 3px solid #FFF !important;
}

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

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

.box figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}



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

.box figure figcaption,
.box 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 */
.box figure figcaption > a {
	z-index: 500;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}



.grid {
	position: relative;
	clear: both;
	max-width: 1000px;
	overflow:hidden;
	list-style: none;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 8px;
	padding-bottom: 1em;
	padding-left: 8px;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

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

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	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 p {
	margin: 0;
}

.grid figure p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1.3em;
}




.wrap-fot {
	padding-bottom:15px;
	padding-top:15px;
}
.wrap_grid{
	padding: 3px !important;
}
.fot {
	position: relative;
	max-width: 1000px;
	overflow:hidden;
	list-style: none;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:6px
}
.foto_princ {
	padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	.foto_princ {
		padding-bottom: 6px !important;
	}
}
.grid-prod {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.wrap-data{
	background-color: #d8ccbe;
}

/* Common style */
.fot figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.box1 {
	background-image: url(../img/aplicaciones/fondo-01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fondo-prod {
	background: rgba(197,194,191,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(197,194,191,1) 0%, rgba(197,194,191,1) 12%, rgba(98,95,86,1) 69%, rgba(70,67,57,1) 85%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(197,194,191,1)), color-stop(12%, rgba(197,194,191,1)), color-stop(69%, rgba(98,95,86,1)), color-stop(85%, rgba(70,67,57,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(197,194,191,1) 0%, rgba(197,194,191,1) 12%, rgba(98,95,86,1) 69%, rgba(70,67,57,1) 85%);
background: -o-radial-gradient(center, ellipse cover, rgba(197,194,191,1) 0%, rgba(197,194,191,1) 12%, rgba(98,95,86,1) 69%, rgba(70,67,57,1) 85%);
background: -ms-radial-gradient(center, ellipse cover, rgba(197,194,191,1) 0%, rgba(197,194,191,1) 12%, rgba(98,95,86,1) 69%, rgba(70,67,57,1) 85%);
background: radial-gradient(ellipse at center, rgba(197,194,191,1) 0%, rgba(197,194,191,1) 12%, rgba(98,95,86,1) 69%, rgba(70,67,57,1) 85%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c2bf', endColorstr='#464339', GradientType=1 );
}
.fondo-result {
	background-color:#e2e2e2;
}

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

.fot figure figcaption {
	color: #fff;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.fot figure figcaption,
.fot 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 */
.fot figure figcaption > a {
	z-index: 500;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.fot h2{
	color:#fff;
	font-size:2em;
	margin-top:0;
	margin-bottom:0;
	text-transform: uppercase;
	font-weight: 300;
}
.fot h2 i{
	line-height: 23px;
	vertical-align: middle;
}
.fot h2 span{
	font-size:0.7em;
	line-height: 23px;
	vertical-align: middle;
}




/* Individual effects */

/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve {
	z-index: 1;
	overflow: hidden;
	background-color: rgba(149,149,149,0.7);
}

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:before {
	opacity: 0;
}

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

figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-webkit-transform: perspective(700px) translate3d(0,0,0);
	transform: perspective(700px) translate3d(0,0,0);
}

figure.effect-steve p {
	background: #e74c3c;
	color: #000;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
figure.effect-steve p {
	padding: 0.5em;
	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 {
	position: relative;
	color: #000;
}
figure.effect-steve h2 {
	font-weight: 500;
	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:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(700px) translate3d(0,0,80px);
	transform: perspective(700px) translate3d(0,0,80px);
}

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

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

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,255,255,0.4) 60%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(255,255,255,0.4) 60%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50px;
	left: 10px;
	color: #e74e3e;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-10px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-10px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve2 {
	z-index: 1;
	overflow: hidden;
}

figure.effect-steve2: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-steve2:before {
	opacity: 0;
}

figure.effect-steve2 figcaption {
	z-index: 1;
}

figure.effect-steve2 img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transform: perspective(700px) translate3d(0,0,0);
	transform: perspective(700px) translate3d(0,0,0);
}

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

figure.effect-steve2:hover img {
	-webkit-transform: perspective(700px) translate3d(0,0,60px);
	transform: perspective(700px) translate3d(0,0,60px);
}

figure.effect-steve2 h2 {
	position: absolute;
	top: 50px;
	left: 35px;
	color: #fff;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-steve2:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-10px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-10px,0);
}

/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico {
	overflow: hidden;
}
figure.effect-chico img {
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

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

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(2);
	transform: scale(2);
	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.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	
}
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);
}