footer {
	top: -14em;
}

#formulario {
	background-color: rgba(255, 255, 255, 0.5);
	color: #000 !Important;
}

/* .uppercase{ */
/* 	color: #FFF; */
/* } */
main {
	background: url(../img/franquicias.png) no-repeat center center fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 90px;
}

#contact {
	padding-bottom: 150px;
}

#send {
	color: #FFF;
	font-weight: bold
}

@media screen and (min-width: 2560px) {
	footer {
		top: -24em;
	}
}

@media screen and (min-width: 768px and max-width: 1024px) {
	footer {
		top: -14em;
	}
}

@media screen and (max-width: 768px) {
	footer {
		top: -14em;
	}
	footer .redes-sociales {
		margin: 1em;
	}
	main {
		background-position-y: 70px;
		margin-top: 70px;
	}
	#contact{
		padding-bottom:290px;
	}
}

@media screen and (max-width: 425px) {
	footer {
		background: #1d1c1f;
		top: 0;
	}
	#contact{
		padding-bottom:0px;
	}
}