/* FOOTER CSS */
/* Footer pagina */
.footer-page{margin: 0px}

table.footer-table {
	background: linear-gradient(to right, #225799, #0E2440);
	width: 100%;
	height: 100px;
	margin: 0px;
	color: white;
	border: none;
	border-top: 5px solid #E56705;
	padding: 15px 15%;
}

td.footer-logo {width: 50%}
div.footer-logo {width: 100%}
img.footer-logo {
	height: 15vw;
	max-height: 150px;
	vertical-align: middle;
	display: inline-block;
}

td.footer-text {
	width: 50%;
	vertical-align: middle;
	text-align: right;
}
.font1 {font-size: calc(0.8vw + 10px)}
.font2 {font-size: calc(0.6vw + 10px)}