/** Clase para tag HTML **/
.html-footer {
	position: relative;
	min-height: 100%
}

/** Clase para tag body **/
.body-footer {
	margin-bottom: 121px;
}

@media only screen and (min-width: 1000px) {
	.margin-footer {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1000px) {
	.margin-footer {
		margin-bottom: 121px;
	}
}

/** Clase para el footer **/
.custom-footer {
	position: absolute;
	bottom: 0px;
}