/*CSS FOOTER*/

footer{
	position:relative;
	height: 280px;
	width: 100%;
	background:#002393;
	display: flex;
	align-items: center;
}

footer .photos-grid{
	max-width: 40%;
	height: 100%;
	display: flex;
	position: relative;
	justify-content: flex-end;
	overflow: hidden;
}

footer .photos-grid .grid-1{

	height: 100%;
	position: relative;
}

footer .photos-grid .grid-2,
footer .photos-grid .grid-3{
	height: 100%;
	position: relative;
}

footer .photos-grid .grid-1 img,
footer .photos-grid .grid-2 img{
	display: block;
	height: 50%;
	width: auto;
}

footer .photos-grid .grid-3 img{
	display: block;
	height: 100%;
	width: : auto;
}

footer .content{
	display: flex;
	height:100%;
	justify-content: space-around;
	align-items: center;
	position: relative;
	max-width: 60%;
	width: 60%;
}

footer .wrap-menuFooter ul{
	margin-bottom: 0;
	list-style: none;
}
footer .wrap-menuFooter ul li{
	margin:6% 0 ;
	list-style: none;
}

footer .wrap-menuFooter ul li a{
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
}

footer .logo-footer{
	height:50%;
}

footer .logo-footer img{
	display: inline-block;
	height: 100%;
	width: : auto;
}

footer .socials {
	height: 60%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
}

footer .socials img{
	display: inline-block;
	width: 40px;
	height: auto;
}

@media only screen and (max-width: 770px){
	
	footer{
		position:relative;
		height: auto;
		width: 100%;
		background:#002393;
		display: block;
		align-items: center;
		padding-bottom: 10px;
	}
	
	footer .photos-grid{
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
		position: relative;
		overflow: hidden;
	}
	
	footer .photos-grid .grid-1{
	
		height: auto;
		width: 39.4%;
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	
	footer .photos-grid .grid-2,
	footer .photos-grid .grid-3{
		height: auto;
		width: 30.3%;
		position: relative;
		vertical-align: top;
		display: inline-block;
	}
	
	footer .photos-grid .grid-3{
		width: 30.3%;
	}
	
	footer .photos-grid .grid-1 img,
	footer .photos-grid .grid-2 img{
		display: block;
		height: auto;
		width: 100%;
	}
	
	footer .photos-grid .grid-3 img{
		display: block;
		height: auto;
		width: 100%;
	}
	
	footer .content{
		display: block;
		background:#002393;
		height:auto;
		justify-content: space-around;
		align-items: center;
		position: relative;
		max-width: 100%;
		width: 100%;
	}
	
	footer .logo-footer{
		height:auto;
		position: relative;
		width: 30%;
		display: inline-block;
		text-align: right;
	}
	
	footer .logo-footer img{
		display: inline-block;
		height: auto;
		width: 80%;
	}
	
	footer .socials {
		width: 65%;
		padding-left: 2rem;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
	}
	
	footer .socials img{
		display: block;
		width: 40px;
		height: auto;
	}
	
}