footer {
	top: -12em;
}

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

h4.uppercase {
	color: #000;
}

main {
	background: url(../img/empresa.png) no-repeat center center fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 90px;
	padding-bottom: 85px;
}

@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;
	}
	#info{
	    padding-bottom: 210px;
    }
}

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