
body{

	margin:0;
	box-sizing: border-box;
	width: 100%;
	background-image: url("../svg/Bg3 04.svg");
	background-position:  center right;
	background-size: cover;
}
.container{
	
	width: 80%;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
	transition: 1s;		
}
img{
	max-width: 100%;
	vertical-align: middle;
	cursor: pointer;
}

.nombre-proyecto{
	text-transform:uppercase;
	margin-top: 10px;
	color:  #2A0088;
	font-size: 20px;
	font-family: 'gilroyblack';
}

.detalle-proyecto{
	color:  #2A0088;
	font-size: 18px;
	font-family: 'gilroybold';	
}
.link-a-behance{
	color:  #2A0088;
	font-size: 20px;
	font-family: 'gilroyblack';	
}

/*.gallery*/
.gallery-filter{
margin-top: 30px;
	
}


.gallery{
	width: 100%;
	display: block;
	min-height: 100vh;
	padding: 100px 0;
}
.gallery .gallery-filter{
	padding: 0 15px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.gallery .gallery-filter .filter-item{
	color:  #2A0088; 
	font-size: 20px;
	font-family: 'gilroyblack';
	display: inline-block;
	margin:5px 10px;
	text-transform: uppercase;
	cursor: pointer;
	border : 2px solid #2A0088;
	line-height: 1.2;
	transition: all 0.3s ease;
	padding: 2px 10px;
	
}
.gallery .gallery-filter .filter-item:hover{
	background-color:#2A0088; 
	color:  white;
}

.gallery .gallery-filter .filter-item.active{
	background-color:#2A0088; 
	color:  white;
}
.gallery-item{
	width: 33%;
	display: inline-block;
	padding: 15px;
	transition: 1s;
	vertical-align: top;	
}


.foto-portada:hover{
	transform: scale(1.03);}



.gallery .gallery-item-inner img{
	width: 100%;
	box-shadow: 0 12px 1px -5.5px #FFD51C;
	transition: 1s;
}


.gallery .gallery-item.show{
	animation: fadeIn 0.5s ease;
}

.linea-arriba{
	border: solid 2px #FFD51C;
	margin-bottom: 15px;
	width: 100%;
	margin-top: 25px;

}

.behance{
	position: relative;
	width: 80%;
	display: flex;
	text-align: center;
	margin: auto;
	justify-content: center;
	align-items: center;

}

.link-behance-texto{
	color:  #2A0088;
	font-size: 20px;
	font-family: 'gilroyblack';
	text-transform: uppercase;
	margin: 3px 5px 0 5px;


	
}

.icono-behance{
	height: 25px;
	margin: 0 5px;
	transition: 1s;

}
.icono-behance:hover{
	transform: scale(1.05);

}


.gallery-item-inner{
	display: flex;
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	box-shadow: 0 14px 1px -6px #FFD51C;
	background: #2A0088;
	
}

.gallery-item-inner iframe{
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imagen-ver-mas{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 1s;
}

.imagen-ver-mas:hover{
	transform: scale(1.04);
}

.texto-indicador{
	color:  transparent;
	font-size: 60px;
	font-family: 'gilroyblack';
	-webkit-text-stroke: 1.5px #2A0088;
	text-align: center;
	text-transform: uppercase;
}


.videoarriba{
	background-color: gray;
	margin-top: 20px;
	width: 100%;
	height: 500px;
}




@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.gallery .gallery-item.hide{
	display: none;
}

/*responsive*/
@media(max-width: 1200px){

	
	
	body{
	background-image: url("../svg/Bg3 03.svg");
	
}
	
	.nombre-proyecto{
	font-size: 18px;

}

.detalle-proyecto{
	font-size: 16px;

}
	.gallery-item{
	width: 49.7%;	
}
	
}


@media(max-width: 820px){
		.gallery-item{
		width: 49%;
		padding: 10px;
}
	
}


@media(max-width: 767px){
	
	.gallery .gallery-filter .filter-item{
		margin-bottom: 10px;
	}
		.gallery-item{
		width: 100%;
		padding: 10px 0;
	}
}

@media(max-width: 520px){
	
.link-behance-texto{
	font-size: 18px;}

}


@media(max-width: 470px){
	.gallery .gallery-filter .filter-item{
 
	font-size: 18px;
	font-family: 'gilroyblack';	
	}}