footer{
	position: relative;
	width: 100%;
	
}
.grec{
	position: relative;
	width: 100px;
	height: 2px;
	background: #7d99fb;
	display: block;
}
.back-pie{
	position: relative;
	background: #fff
}
footer .logo-img{
	position: relative;
	width: 100%;
	vertical-align: top;
}
.tit-footer{
	position: relative;
	font-size: 28px;
	font-family: 'Alumni Sans', sans-serif;
	font-weight: 400;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}
.tit-footer img{
	position: relative;
	width: 30px;
	margin-right: 8px;
}
.des{
	position: relative;
	font-size: 13px;
	line-height: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.contacto-footer p{
	font-size: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.contacto-footer img{
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.redes-footer a{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background:  #fff;
	
	text-decoration: none;
	margin-right: 10px;
	transition: .5s all;
}

.redes-footer a i{
	font-size: 20px;
	transition: .5s all;
}
.redes-footer a:hover {
	background: #82c450;
}

.cates-footer a{
	text-decoration: none;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	transition: .5s all;
	margin-top: 8px;
}
.cates-footer a:hover{
	transition: .5s all;
	color: #82c450;
}
.cates-footer a img{
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.piee{
	position: relative;
	background: #226bb3;
}
.piee span{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
}
@media screen  and (max-width: 992px){

}
@media screen  and (max-width: 768px){
	footer .logo-img{
	width: 130px;
	
	}
}
@media screen  and (max-width: 576px){
	.tit-footer{
	
	}
	.contacto-footer p{
	font-size: 14px;
	}
	.contacto-footer img{
	width: 20px;
	height: 20px;
	}
}