.pleca.purple .image-front{
	max-width:1400px;
	margin:0px auto;
	background:url("../images/image-front.png") no-repeat right center;
}

.pleca.purple .container .row{
	height:690px;
}

.menu-central{	
	height:180px;
	margin-top:-90px;
	background: #FFFFFF;
	box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
	border-radius: 6px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:50px;
	flex-wrap: wrap;
}

.menu-central p{
	width:30%;
	font-weight: 500;
	color:#5A6B78;
	font-size:16px;
}

.menu-central ul{	
	margin:0px;
	list-style: none;
	display:flex;
	align-items: center;
	justify-content: space-around;
	width:70%;
}

.menu-central ul li{
	display:inline-block;
	margin:0px 10px;
}

.menu-central ul li a{
	font-weight: 500;
	color:#5A6B78;
	font-size:16px;
	display:flex;
	flex-direction: column;
	align-items: center;
}

.menu-central ul li a img{
	width:68px;
	margin-bottom:5px;
}

div.main{
	min-height:700px;
	background:url("../images/fondo-body.svg") no-repeat center right;
}

@media all and (max-width:767px){
	.menu-central{
		flex-direction: column;
		height:auto;
	}

	.menu-central p{
		width:100%;
	}

	.menu-central ul{
		width:100%;
		padding:0px;
	}

	.menu-central ul li a img{
		width:50px;
	}
	.menu-central ul li a span{
		display:none;
	}	

}