@media (max-width: 543px) {	
	.footer{
		display:none;	
	}

	.info{
		position: relative !important;
	}

	.logo {
	    position: absolute;
	}

	.logo img{
		width: 3em !important;
		height: 3em !important;
		top: 10px;
		float: right;
	}

	.img-footer img {
		height: 2em;
		width: 2em;
	}
}

@media (max-width: 991px) {
		.footer{
		height: 3em !important;	
	}

	.info{
		position: relative !important;
	}

	.logo {
	    position: absolute;
	}

	.logo img{
		width: 3em !important;
		height: 3em !important;
		top: 10px;
		float: right;
	}

	.img-footer img {
		height: 2em;
		width: 2em;
	}
}

body{
	font-family: 'Montserrat', sans-serif;
}

.formulario{
	margin-bottom:10px;
}

.footer{
	height: 15em;
	position: fixed;
	bottom: 0;
	background-color: #2553DA;
	width: 100%;
	padding: 20px;
	border-top: 3px solid #e21e1d;
}

.parrafo{
	font-size: 16px;
}

.img-footer{
	text-align: center !important;
}

.img-footer p{
	color:white;
	font-size: 12px;
}

#titulo{
	font-size: 16px;
	text-align: center;
	margin-bottom:1em;
	position: relative;
	margin-top: 2em;
}

.fondo{
	background-image: url(../img/fondo.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}

.info{
	position: absolute;
	float: left;
}

.info2{
	position: absolute;
	float: right;
	z-index: 100;
}

.alert {
    margin-bottom: 10px;
}