.footer-distribucion {
	font-family: Arial, Helvetica, sans-serif;
	background: #191919;
	width: 100%;
	
	text-align: center;
}

.footer-distribucion .footer-left,
.footer-distribucion .footer-center {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	
}

/* footer left */

.footer-distribucion .footer-left {
	width: 50%;
	color: #ffffff;
	font-size: 16ps;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
	text-decoration: none;
}
.footer-distribucion .footer-left a {
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
.footer-distribucion .footer-left i {

	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-size: 40px;


}

/* The company logo */

.footer-distribucion img {

	height: 90px;
	margin: 0;
}

.footer-distribucion .footer-links {
	background: transparent;
	color: #ffffff;
	margin: 20px 0 20px;
	padding: 0;
}

.footer-distribucion .footer-links a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: inherit;
}

.footer-distribucion .footer-center {
	list-style: none;
	margin-top: 70px;
	width: 60%;
	text-align: justify;


}

.footer-distribucion .footer-center a {
	margin-top: 5px;
	color: #ffffff;
	text-align: justify;
	text-decoration: none;
	font-size: 16px;

}
.footer-distribucion .footer-icons {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 60px;
}
.footer-distribucion .footer-icons a {
	display: inline-block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-color: #0c95eb;
	border-radius: 10px;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
}

/* @media (max-width: 880px) {

	.footer distribucion{
		font: bold 14px sans-serif;
	}

	.footer-distribucion .footer-left,
	.footer-distribucion .footer-center,
	.footer-distribucion .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: justify;
	}

	.footer-distribucion .footer-center i{
		margin-left: 0;
	}

} */