footer {
	color: #fff;
	background: #023867;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}
footer a { 
	color:#fff;
	text-decoration: none;
	transition: all .1s linear;
    -o-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
}
footer a:hover { 
	color:#fff; 
	opacity:.5; 
}
.footer-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	max-width: 986px;
    margin: 0 auto;
}
.footer-container__left {
	margin-bottom: 30px;
}
.footer-container__right {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.quick-links__one, .quick-links__two, .quick-links__three {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.icons-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin-top: 30px;
}
.icons-social__icon {
  display: inline-block;
/*  width: 100px;*/ /*57px;*/
/*  height: 100px;*/ /*57px;*/
  fill: #fff;

}
.icons-social svg {
	height: 4em !important;
	width: 4em !important;
}
.icons-social__icon:hover {
  opacity: 0.5;
}
.icons-social__icon-link {
	display: inline-block;
	/*width: 57px;
	height: 57px;*/
	/*margin-right: 10px;
	margin-bottom: 10px;*/
}
.new-foot {
    text-align: center;
    padding: 20px 0;
}
@media (min-width: 767px) {
	.footer-container {
		flex-direction: row;
		align-items: unset;
		justify-content: space-between;
		padding: 0;
	}
	.footer-container__left {
		margin-bottom: 0;
	}
	.footer-container__right {
		flex-direction: column;
		align-items: flex-end;
	}
	.quick-links {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}
	.quick-links__one, .quick-links__two, .quick-links__three {
		display: block;
		flex-direction: unset;
		align-items: unset;
	}
	.icons-social {
		display: block;
		flex-wrap: unset;
		justify-content: unset;
		width: unset;
		margin-top: 50px;
	}
	.iconos-social__icon-link {
		margin-bottom: 0;
	}
	.new-foot {
    text-align: left;
    padding: 20px 0;
	}
}