@charset "UTF-8";

/** @group Base */

/*
*
* Contexts
*/
/*
*
* Typography
*/




@media (min-width: 768px) {
	h1,
	.heading-1 {
		font-size: 46px;
	}
}

@media (min-width: 992px) {
	h1,
	.heading-1 {
		font-size: 54px;
	}
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 64px;
		line-height: 1.2;
	}
}



/* * * Notis */
.cajaNoti h3 {
	font-size: 25px;
	text-align: left;
}

.cajaNoti p {
	font-size: 18px;
	line-height: 25px;
}

* + .tabs-line-big {
	margin-top: 8px;
}


/* * * Links */


/* * * Blocks */

/* * * Boxes */


/* * Element groups */


/* * * Responsive units */


/* * * imag */

.projects-holder .mix {
  display: none;
}


.project-item {
	margin-top: 30px;
}

.project-item .thumb {
	position: relative;
	text-align: center;
	display: inline-block;
}

.project-item .thumb img {
	width: 100%;
	overflow: hidden;
}

.project-item .hover-effect {
	position: absolute;
	background-color: rgba(188, 12, 25, 0.30);
	width: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.project-item .hover-effect i {
	text-align: center;
	margin-top: 35%;
	display: inline-block;
	width: 46px;
	height: 46px;
	background-color: #fff;
	line-height: 46px;
	color: #bc0c19;
	border-radius: 50%;
	font-size: 18px;
}

.project-item .hover-effect i:hover {
	background-color: #bc0c19;
	color: #fff;
	transition: all 0.5s;
}

.project-item:hover .hover-effect {
	opacity: 1;
	visibility: visible;
}

/* * * Buttons */

.botGale {
	width:158px;
	height:48px;
	background-image: url(../img/verGaleria.png);
	background-repeat:no-repeat;
	margin:30px 0 0 0;
	text-align:center;
	float: right;
	position:absolute; 
	z-index:100;
}
.Cont-botGale {
	position:absolute; 
	z-index:1;
}

/* ..........*****VIDEO**** ................*/

.video-responsive {
position: relative;
padding-bottom: 53.50%; /*49.15% 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.cajaVideo {
padding: 15px;
}
