



/** SET: NEW .wk-footer **/
/*********************/
.wk-icon-facebook, .wk-icon-twitter, .wk-icon-linkedin, .wk-icon-youtube {
  font-size: 1.5rem;
  padding: 0 !important;
  margin: 0 !important;
}

.wk-footer {
	font-family: 'Fira', sans-serif;
	font-size: 1em;
	font-weight: normal;
  /*padding: 0 10px;*/
}
.wk-footer p.text-white {
	color: white;
}
.wk-footer img.icono {
	width: 23px;
	padding-right: 5px;
}
.wk-footer .footer-dark {
	padding: 30px 0;
	background: #757575;

}
.wk-footer .footer-wrapper-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.wk-footer .footer-wrapper-cols > dl {
	/*padding: 0 20px;*/
}
.wk-footer .footer-wrapper-cols .footer-tit-col {
	color: #bfbfbf;
	font-weight: normal;
}
.wk-footer .footer-wrapper-cols dl dd {
	padding-top: 12px;
	color: white;
}
.wk-footer .footer-wrapper-cols dl dd a {
	color: white;
}
/*
.wk-footer .footer-wrapper-cols dl dd a i.fa {
	color: white !important;
}
*/
.wk-footer .footer-wrapper-cols dl dd a i[class^="wk-icon-"]:hover {
	color: #ccc !important;
}
.wk-footer .footer-wrapper-cols dl dd a:hover {
	color: white !important;
	text-decoration: underline !important;
}


.wk-footer .footer-light {
	padding-top: 20px;
	background: #EEEEEE;
	font-size: 0.9em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
.wk-footer .footer-light > dl {
	padding: 0 20px;
}
.wk-footer .footer-light dd {
	padding-top: 12px;
	color: #474747;
}
.wk-footer .footer-light dd a {
	color: #474747;
}
.wk-footer .footer-light dd a:hover {
	color: #474747;
	text-decoration: underline !important;
}
.wk-footer .footer-light dl.flex-inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

}

@media all and (max-width: 1000px) {
	.footer-light {
		margin-bottom: 65px;
	}
}

@media all and (max-width: 800px) {
	.footer-wrapper-cols > dl {
		width: 45%;
	}
}

@media all and (max-width: 600px) {
	.footer-wrapper-cols {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		        -ms-grid-row-align: center;
		        align-items: center;
	}
	.footer-wrapper-cols p {
		text-align: center;
	}
	.footer-wrapper-cols > dl {
		padding: 0;
		width: 90%;
		text-align: center;
	}
	.logo-footer-wk {
		text-align: center;
	}

	.footer-light {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		        -ms-grid-row-align: center;
		        align-items: center;
	}
	.footer-light dd {
		text-align: center;
	}
}

/*********************/
/** END: NEW .wk-footer **/
