
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;		
}
.foto-portada{
	max-width: 100%;
	vertical-align: middle;
	border: 2.5px solid #2A0088;
	background-color: #2A0088;

}
.fpsinmarco{
	border: none;
}

.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: end;
	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 .gallery-item{
	width: calc(100% / 3);
	padding: 15px;
	transition: 1s;
}

.foto-portada:hover{
	transform: scale(1.02);

}


.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);

}

@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.gallery .gallery-item.hide{
	display: none;
}


/*modal*/
.modal{
	display: none;
}



.modal:target{
	
	display: block;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	
}

.imagen-modal{
	width: 60%;
	margin: auto;
	display:flex;
	margin-top: 180px;
	

}

.antesydespues{
	width: 30px;
	display: flex;
	background: transparent;
	border: none;
	transition: 1s;
}
.antesydespues:hover{
	transform: scale(1.2);
}
.controles{
	display: flex;
	position: relative;
	justify-content: center;
	top: 165px;
	cursor: pointer;


}


.cerrar-modal{
	background-color: transparent;
	border: none;
	width: 40px;
	transition: 1s;
	margin: 0 50px;
}

.cerrar-modal:hover{
	transform: scale(1.2);

}


.imagen-modal-articulo{
	width: 100%;
	border: 5px solid #FFD51C;
}


.desc-proyecto{
	top: 0;
	text-align: center;
	width: 60%;
	height: 30px;
	margin: auto;
	font-family: 'gilroyblack';
	align-items:center;
	font-size: 20px;
	margin-bottom: 5px;
	color: #2A0088;
	background: #FFD51C;
}



/*responsive*/
@media(max-width: 1600px){

	.imagen-modal{
		width: 70%;}
	
	.desc-proyecto{
	width: 70%;}
	

	
}


@media(max-width: 1200px){
	.gallery .gallery-item{
		width: 50%;
	}
	
	
	body{
	background-image: url("../svg/Bg3 03.svg");
	
}
	
	.nombre-proyecto{
	font-size: 18px;

}

.detalle-proyecto{
	font-size: 16px;

}
	
.imagen-modal{
		width: 80%;}
	
.desc-proyecto{
	width: 80%;}
	

}

@media(max-width: 960px){

	.imagen-modal{
		width: 85%;
		margin-top: 300px;
	}
	
	.desc-proyecto{
	width: 85%;}
	
	
	.cerrar-modal{
	width: 35px;
	top: 290px;}
		
	.controles{
	top: 285px;


}
	
	.imagen-modal-articulo{
	border: 4px solid #FFD51C;
}
	
.gallery .gallery-filter{
	text-align: center;

}	
	
	
}




@media(max-width: 767px){
    .gallery .gallery-item{
		width: 100%;
	}	
	.gallery .gallery-filter .filter-item{
		margin-bottom: 10px;
	}
	.imagen-modal{
		width: 95%;}
	
	.desc-proyecto{
	width: 95%;}
	

.imagen-modal-articulo{
	border: 3px solid #FFD51C;
}
}


@media(max-width: 520px){
.behance{
	display: block;}
	
.link-behance-texto{
	font-size: 18px;}

.icono-behance{
margin-top: 15px;}

}

@media(max-width: 470px){
	.gallery .gallery-filter .filter-item{
 
	font-size: 18px;
	font-family: 'gilroyblack';	
	}}