 .galery {
	position: relative;
	list-style: none; overflow:hidden; 
	text-align: center;
} 
.galery figure {
	position: relative;
	overflow: hidden;
	min-width: 100%;
	max-width: 100%;
	width:100%;
	height: 100%; min-height:100%;
	background: rgba(197, 197, 197, 0.93) !important;
	text-align: center;
	cursor: pointer;
}
.galery figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}
.galery figure figcaption {
	padding:0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	line-height:100%;
}

.galery figure figcaption::before,
.galery figure figcaption::after {
	pointer-events: none;
}
.galery figure figcaption,
.galery figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.galery figure figcaption > a {
	z-index: 50;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.galery figure p {
	/*letter-spacing: 1px;*/
	 font-size:1.6rem;
	 line-height:22px;
	text-transform: capitalize;	
}

/* Individual effects */
.galery-2 figure {
	position: relative;
	overflow: hidden;
	min-width: 100%;
	max-width: 100%;
	width:100%;
	height: 100%; min-height:100%;
	background: rgba(197, 197, 197, 0.93) !important;
	text-align: center;
	cursor: pointer;
}
.galery-2 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}
.galery-2 figure figcaption {
	padding:0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	line-height:100%;
}
.galery-2 figure figcaption::before,
.galery-2 figure figcaption::after {
	pointer-events: none;
}
.galery-2 figure figcaption,
.galery-2 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.galery-2 figure figcaption > a {
	z-index: 50;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.galery figure h2,
.galery figure p {
	margin: 0;
}
.galery-2 figure p {
	 font-size:.8em;
	 line-height:22px;
	text-transform: capitalize;	}
/*---------------*/
/***** Oscar *****/
figure.effect-oscar img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	transition: 8s;
	width: 100%;
}
figure.effect-oscar figcaption {
	padding: 0;
	
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
}
figure.effect-oscar h2 {
	font-family: 'basier_circlebold';
	font-weight:700;	
	transition: all 0.35s ease;
	transform: translate3d(0,100%,0);
	display: none;
	font-size: 1.2em !important;
	color: #353535;
	padding-bottom: .3em;
	margin-bottom: .3em;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p ,
figure.effect-oscar hr{
	font-weight:400;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
figure.effect-oscar:hover h2 {
	display: block;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p,
figure.effect-oscar:hover hr {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-oscar:hover figcaption {
	/*opacity: 1;*/
	/*background-color: rgba(58,52,42,0);*/
	background: rgba(197, 197, 197, 0.93);
	z-index: 40;
}
figure.effect-oscar:hover img {
	transform : scale(1.2);
	-moz-transform : scale(1.2);      /* Firefox */
	-webkit-transform : scale(1.2);   /* Chrome - Safari */
	-o-transform : scale(1.2);        /* Opera */
	transition: 8s;
}
figure.effect-ce figcaption {
	/*opacity: 1;*/
	/*background-color: rgba(58,52,42,0);*/
	background: rgba(197, 197, 197, 0.93);
}
figure.effect-ce:hover figcaption {
	/*opacity: 1;*/
	/*background-color: rgba(58,52,42,0);*/
	background: rgba(197, 197, 197, 0);
	-webkit-transition: background 1s;
	transition: background 1s;
}
figure.effect-oscar:hover .entry-title-blog,figure.effect-oscar:hover .subtitulosblogs,figure.effect-oscar:hover .subtitulosblogs > span,figure.effect-oscar:hover a{
		/*opacity: 0.4;*/
		color: #ffffff;
}
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.galery figure {
		display: inline-block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	figure.effect-oscar figcaption::before{ left:10px; right:10px; top:10px; bottom:10px;}
	figure.effect-oscar figcaption{ padding:0em}
	figure.effect-oscar h2{ font-size:20px;}
	figure.effect-oscar p{ font-size:13px;  padding:2%; display:block; width:90%; margin:auto auto;}
	.cuerpo-project {
		margin: 40px auto !important;
	}
}
@media (max-width: 767px) {
	figure.effect-oscar figcaption::before{ 
		left:10px; 
		right:10px;
		top:10px;
		bottom:10px;
	}
	figure.effect-oscar figcaption{ padding:0em}
	figure.effect-oscar h2{ font-size:15px;}
	figure.effect-oscar p{ 
		font-size:13px;  
		padding:2%; 
		display:block;
		 width:90%; 
		 margin:0 auto;
		}
	.cuerpo-project {
		margin: 40px auto !important;
	}
}
.subtituloblogHover{
		position: absolute;
		z-index: 200;
		/*left: 35%;*/
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
}