.text-muted {
	font-size: 6pt !important;
	opacity: 0.5;
}
.text-muted .copy {
	font-size: 18pt !important;
}

.col.text-right, .col.text-left {
	margin: 0px;
	height: 50px !important;
}
.col.text-right{
	text-align: right;
}
.col.text-left {
	text-align: left;
}

div.py-4 {
	padding-top: 0px !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
	padding-bottom: 0px  !important;
	box-shadow: 0px -2px 7px 0px #aaa;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #fff;
}

/* Espacio al final del body para que el footer fijo no tape contenido */
body {
	padding-bottom: 70px !important;
}