.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	text-align: center;
	display:table-cell
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	margin: 0;
	min-width: 100%;
	max-width: 500px;
	max-height: 225px;
	min-height: 225px;
	overflow:hidden;
	width: 25%;
	/*background: #3085a3;*/
	text-align: center;
	vertical-align:middle;
	cursor: pointer;
	
}


.grid figure .img_empresas {
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	position: relative;
	display: block;
	min-height: auto;
	max-width: auto;
	opacity: 0.8;
	height: 225px;
}

.grid figure figcaption {	-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 h2 span {}
.grid figure h2,
.grid figure p {	margin: 0;}
.grid figure p {}

/*---------------*//***** Lily *****//*---------------*/
figure.effect-lily .img_empresas {
	max-width: none;
	width: -webkit-calc(100% + 40px);
	width: calc(100% + 40px);
	/*opacity: 0.7;*/
	opacity:1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption  {	text-align: left;}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 99%;
}


@media only screen and (max-width:670px) {
	.grid.sel {	width:100%;
	display:table;
	padding:0 40px;}
}
@media only screen and (max-width:480px) {
	.grid.sel {
	padding:0 0px;}
}
@media only screen and (max-width:850px) {
	figure.effect-lily figcaption > div {	padding: 20px;}
}


@media only screen and (max-width:670px) {
.grid {display:table; width:100%}
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(195,214,0,0.5);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover .img_empresas,
figure.effect-lily:hover p {
	opacity: 1;
	background-color: rgba(195,214,0,0.5);
}

figure.effect-lily:hover .img_empresas,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media screen and (min-width: 671px) {
	.grid.sel figure.effect-lily .img_empresas {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

figcaption {
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

figcaption#fig_1:hover, .grid.sel figcaption#fig_1 {
	background: rgba(195,214,0,0.4);
}
figcaption#fig_2:hover, .grid.sel figcaption#fig_2 {
	background: rgba(0,148,131,0.4);
}
figcaption#fig_3:hover, .grid.sel figcaption#fig_3 {
	background: rgba(0,166,207,0.3);
}
figcaption#fig_4:hover, .grid.sel figcaption#fig_4 {
	background: rgba(229,48,18,0.4);
}
figcaption#fig_5:hover, .grid.sel figcaption#fig_5 {
	background: rgba(77,192,224,0.4);
}
figcaption#fig_6:hover, .grid.sel figcaption#fig_6 {
	background: rgba(63,213,174,0.4);
}
figcaption#fig_7:hover, .grid.sel figcaption#fig_7 {
	background: rgba(157,22,79,0.4);
}

figcaption#fig_8:hover, .grid.sel figcaption#fig_8 {
	background: rgba(134,145,12,0.4);
}

.grid figure figcaption#fig_1:hover  .bt_bt {
	color: #c3d600;
	background-color:#ffffff;
}
.grid figure figcaption#fig_2:hover  .bt_bt {
	color: #009483;
	background-color:#ffffff;
}
.grid figure figcaption#fig_3:hover  .bt_bt {
	color: #00a6cf;
	background-color:#ffffff;
}
.grid figure figcaption#fig_4:hover  .bt_bt {
	color: #e53012;
	background-color:#ffffff;
}
.grid figure figcaption#fig_5:hover  .bt_bt {
	color: #4dc0e0;
	background-color:#ffffff;
}

.grid figure figcaption#fig_6:hover  .bt_bt {
	color: #3fd5ae;
	background-color:#ffffff;
}
.grid figure figcaption#fig_7:hover  .bt_bt {
	color: #9d164f;
	background-color:#ffffff;
}
.grid figure figcaption#fig_8:hover  .bt_bt {
	color: #86910c;
	background-color:#ffffff;
}

@media screen and (min-width: 671px) {
	.grid.sel figure figcaption#fig_1 .bt_bt {
		color: #c3d600;
		background-color:#ffffff;
	}
	.grid.sel figure figcaption#fig_2 .bt_bt  {
		color: #009483;
		background-color:#ffffff;
	}
	.grid.sel figure figcaption#fig_3 .bt_bt  {
		color: #00a6cf;
		background-color:#ffffff;
	}
	.grid.sel figure figcaption#fig_4 .bt_bt  {
		color: #e53012;
		background-color:#ffffff;
	}
}


@media screen and (max-width: 670px) {
	.grid figure figcaption#fig_1:hover .bt_bt, .grid figure figcaption#fig_2:hover .bt_bt, .grid figure figcaption#fig_3:hover .bt_bt,.grid figure figcaption#fig_4:hover  .bt_bt {
		color: #ffffff;
		background-color:transparent;
	}
	figcaption#fig_1 .bt_bt.cont23.animationcss:hover  {
		color: #c3d600;
		background-color:#ffffff;
	}
	figcaption#fig_2 .bt_bt.cont23.animationcss:hover {
		color: #009483;
		background-color:#ffffff;
	}
	figcaption#fig_3 .bt_bt.cont23.animationcss:hover {
		color: #00a6cf;
		background-color:#ffffff;
	}
	figcaption#fig_4 .bt_bt.cont23.animationcss:hover {
		color: #e53012;
		background-color:#ffffff;
	}

	figcaption#fig_1 .bt_bt.cont24.animationcss:hover  {
		color: #c3d600;
		background-color:#ffffff;
	}
	figcaption#fig_2 .bt_bt.cont24.animationcss:hover {
		color: #009483;
		background-color:#ffffff;
	}
	figcaption#fig_3 .bt_bt.cont24.animationcss:hover {
		color: #00a6cf;
		background-color:#ffffff;
	}
	figcaption#fig_4 .bt_bt.cont24.animationcss:hover {
		color: #e53012;
		background-color:#ffffff;
	}
	 
}





















.gridi {
	position: relative;
	margin: 0 auto;
	margin-left:0;
	padding: 0;
	max-width: 418px;
	list-style: none;
	text-align: center;
	display:table;
}

/* Common style */
.gridi figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 100%;
	max-width: 418px;
	max-height: 200px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}


.gridi figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.gridi figure figcaption {	-webkit-backface-visibility: hidden;	backface-visibility: hidden;}
.gridi figure figcaption::before, .gridi figure figcaption::after {	pointer-events: none;}
.gridi figure figcaption, .gridi 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 */
.gridi figure figcaption > a  {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.gridi figure h2 {}
.gridi figure h2 span {}

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

.gridi figure p {}

.gridi figure h2 {
	width:73px;
	height:73px;
	margin:auto;
	background:url(../imgs/elem/play.png) no-repeat center;
	background-size:cover;
	-webkit-transition: background-image 0.5s;
	transition: background-image 0.5s;
}

/*---------------*//***** Oscar *****//*---------------*/

figure.effect-oscar {
/*	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
*/}

figure.effect-oscar img {
	opacity: 1;
	margin:auto;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 10%;
	/*background-color: rgba(58,52,42,0.7);
	background-color: rgba(58,52,42,0);*/
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-oscar:hover h2 {
	-webkit-transition: -webkit-transform 0.35s, background-image 0.5s;
	transition: transform 0.35s, background-image 0.5s;
	-webkit-transform: translate3d(0,20%,0);
	transform: translate3d(0,20%,0);
	
	background:url(../imgs/elem/play_.png) no-repeat center;
	background-size:cover;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover figcaption {
	background-color: transparent;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e6887+0,0a2a3b+100 */
background: rgba(46,104,135,0.60) ; /* Old browsers */
background: -moz-linear-gradient(top, rgba(46,104,135,0.60) 0%, rgba(10,42,59,0.60) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,104,135,0.60)), color-stop(100%,rgba(10,42,59,0.60))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(46,104,135,0.60) 0%,rgba(10,42,59,0.60) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(46,104,135,0.60) 0%,rgba(10,42,59,0.60) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(46,104,135,0.60) 0%,rgba(10,42,59,0.60) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(46,104,135,0.60) 0%,rgba(10,42,59,0.60) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(46,104,135,0.60)', endColorstr='rgba(10,42,59,0.60)',GradientType=0 ); /* IE6-9 */}

figure.effect-oscar:hover img {
/*	opacity: 0.5;*/
}
@media only screen and (max-width:900px) {
	.gridi {max-width: 100%;width: 100%;		margin:auto;		margin-left:auto;	}	
	.gridi figure {width: 100%;		max-width: 100%;	max-height: 400px;	}
	figure.effect-oscar figcaption {	padding: 15%;}
}
@media only screen and (max-width:640px) {
	figure.effect-oscar figcaption {	padding: 10%;}
}
@media only screen and (max-width:480px) {
	figure.effect-oscar figcaption {	padding: 10%;}
	figure.effect-oscar figcaption img { width:15%; margin:auto}
	
	.gridi figure h2 {
		width:53px;
		height:53px;
	}
	
}


















/* Kyo */
.input-kyo {
	z-index: auto;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.input_field-kyo {
	/**/margin-top:25px;
	display: inline-block;
	padding: 0px 25px;
	height: 39px;
	line-height: 39px;
	padding-top: 3px;
	border-radius: 25px;
	border: 1px solid #ffffff;
	text-align: left;
	width: 100%;
	padding: 7px 15px;
	color: #e2e2e2;
	font-size: 13px;
	background: transparent;
	position: relative;
	display: block;
	float: right;
	font-weight: 300;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}
.input_field-kyo::-webkit-input-placeholder { color:#ffffff;  }
.input_field-kyo::-moz-placeholder { color:#ffffff; opacity:1; } /* firefox 19+ */
.input_field-kyo:-ms-input-placeholder { color:#ffffff; } /* ie */
.input_field-kyo:-moz-placeholder { color:#ffffff; opacity:1; }

.input_label-kyo {
	z-index: 0;
	width: 100%;
	text-align: left;
	height:0;
	
	display: inline-block;
	float: right;
	color: #6a7989;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input_label-kyo::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: 105;
	width: 100%;
	height: 100%;
	background: rgba(10, 42, 59, 0.7);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	pointer-events: none;
}

.input_label-content-kyo {
	padding-top:10px;
	position: relative;
	display: block;
	width: 100%;
	text-align:center;
	color: #ffffff;
	font-weight:300;
	font-size:13px;
}

.input_field-kyo:focus,
.input_field-kyo:focus +  .input_label-kyo .input_label-content-kyo {
	z-index: 110;
	background:#0a2a3b;
	opacity:1;
	color:#ffffff
}

.input_field-kyo:focus + .input_label-kyo {
	color: #ffffff;
}
.input_field-kyo:focus{
	color:#ffffff
}

.input_field-kyo:focus + .input_label-kyo::after {
	opacity: 1;
}

/*@media only screen and (max-width: 680px) {
	.input_label-content-kyo {
		font-size: 13px;
	}
	.input_field-kyo{
		font-size: 16px;
	}
}
*/