footer {
	color: #013186;
	clear: both;
	margin-top: 30px;
}
footer #contact { clear: both; }
footer #contact .info { margin: 40px 0; }
footer #contact .info p {
	color: #000;
	font-size: 100%;
	line-height: 150%;
	text-align: center;
}
footer #contact .info p span {
	font-weight: bold;
}
footer p.title,
footer h2 {
	color: #178844;
	display: block;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
footer h2 {
	background-color: rgb(23, 136, 68);
	color: rgb(242, 242, 242);
	padding: 20px 0;
}
footer .logos {
	float: left;
	margin: 20px 0 40px;
	width: 50%;
}
footer .logos svg {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 60%;
}
footer #contacto,
footer #infoContact {
	margin: 0 20%;
	width: 60%;
}
footer #infoContact {
	border-top: 5px solid #013186;
	padding-top: 10px;
}
footer label,
footer input,
footer textarea {
	clear: both;
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
footer .halfInput label,
footer .halfInput input,
footer .halfInput textarea {
	clear: none;
	float: left;
	width: 47%;
}
footer .halfInput label:nth-child(odd),
footer .halfInput input:nth-child(odd),
footer .halfInput textarea:nth-child(odd) {
	margin-right: 3%;
}
footer .halfInput label:nth-child(even),
footer .halfInput input:nth-child(even),
footer .halfInput textarea:nth-child(even) {
	margin-left: 3%;
}
footer label { display: none; }
}
footer #infoContact h1.logo {
	height: 100px;
}
body.mobile footer #contacto, footer #infoContact {
	margin: 0 10%;
	width: 80%;
}

@media only screen and (orientation: portrait) {
	body.mobile footer #contacto,
	body.mobile footer #infoContact {
		margin: 0;
		width: 100%;
	}
	footer form {
		margin: 0 10%;
		width: 80%;
	}
	footer #infoContact h1.logo {
		margin: 0 10%;
	}
	footer #infoContact p {
		padding: 5% 10%;
	}
}

#map-canvas { height: 300px; margin-bottom: 40px; }
