/* PRODUCTOS ---------------------------- */
.hover12 span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}

.hover12 .col-md-3{
	margin-bottom:50px;
}
figure {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover12 figure {
	background:rgba(255,0,39,0.55);
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}

/* END PRODUCTOS ------------------------- */


.centrado{
	text-align:center;
	margin:0 auto;
}

/* DEVELOPED BY ----------------------- */
	.brand{
		margin-top: 30px;
	}
	 #alvatech-content{
	 	width: 100%;
	 	height: 30px;
	 	text-align:center;
 		margin-bottom: 50px;
 	 }
 	 #alvatech {
 	 	background: url("../img/layout/logos/alva_brand.svg") no-repeat scroll right center transparent;
 	 	display: inline-block;
 	 	height: 30px;
 	 	transition: all 500ms ease 0s;
 	 	width: 125px;
 	 }
 	 #alvatech:hover {
 	 	height: 30px;
 	 	width:250px;
 	 }
/* END DEVELOPED BY ----------------------- */
