#pie{
	border-top: solid #A44B4B;
	border-width: 5px;
	/*background: #191919;*/
	background: #1b1f27;
	bottom: 0;
	width: 100%;
	height: 0 auto;

	/*min-height: 40px;
	height: 0 auto;
	flex-shrink: 1;
	width: 100%;
	background-color: orange;
	display: flex;
	align-items: center;
	justify-content: center;*/
}
.mc{
	font-size: 17px;
	color: #626469;
	text-align: center;
	margin-top: 25px;
}
.pie_contenedor{
	display: -webkit-box;
 	display: flex;
  	-webkit-box-align: center;
}
.pie_titulo{
	color: #c7c7c7;
	font-size: 1.0rem;
  	margin: 0rem 0;
	line-height: 1.5;
	text-align: left;
}
.pie_parrafo{
	color: #939393;
	font-size: 0.9rem;
  	margin: 0.3rem 0;
	line-height: 1.5;
	text-align: left;
}
.pie_seccion{
	width: 30%;
	display: inline;
}
.pie_contenedor, .pie_seccion{
	max-width: 1100px;
  	margin: 0 auto;
  	text-align: center;
	padding: 10px;
}

@media all and (max-width:900px) {
	.pie_contenedor {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.pie_seccion{
		width: 50%;
	}
	.pie_contenedor, .pie_seccion{
		max-width: 1100px;
		margin: 0 auto;
		text-align: center;
		padding: 10px;
	}
}
@media all and (max-width:712px) {
	.pie_contenedor {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.pie_seccion{
		width: 70%;
	}
	.pie_contenedor, .pie_seccion{
		max-width: 1100px;
		margin: 0 auto;
		text-align: center;
		padding: 10px;
	}
}
.enlace {
	font-family: "FG Light";
	font-size: 15px;
	line-height: 1.25;
	letter-spacing: -0.2px;
	width: 20%;
	color: #999;
}
.mouse:hover {
	color: #4e7178;
}