body {
	background: url(../img/contact.jpg) 50% no-repeat;
}
#contacto {
	width:100%;
	min-height:641px;
}
footer {
	background: none;
	color: white;
        background-color: #244334;
}
	@media only screen and (max-width: 54.2em) {
		#contacto {
			margin-top:120px;
			padding-top: 50px;
		}
		.about {
			padding-top: 2em;
		}
		
	}
#contacto h2 {
	padding: 1em;
	border: 1px solid white;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 1em;
	color: white;
}
	@media only screen and (max-width: 54.2em) {
		#contacto h2 {
			margin: 1em;
			padding: .5em;
			max-width: 90%;
		}
	}

.about p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 20pt;
	margin: 2em;
	padding: 2em;
	font-size:1em;
	color: white;
	text-align: justify;
}

#contacto a {
	color: white;
	text-decoration: none;
}
	@media only screen and (min-width: 50em) {
		footer {
			width: 100%;
			position: relative;
			bottom: 0;
		}
		.about {
			max-width: 60em;
			margin: 0 auto;
			border-left: 1px solid white;
			border-top: none;
		}
	}
	@media only screen and (max-width: 49.9em) {
		.about {
			display:none;
		}
	}

/* formulario */
form {
	padding: 1.5em;
}
textarea {
	width:100%;
	margin: .5em 0 .5em 0;
	border: 2px solid rgba(255,255,255,.6);
	background: rgba(255,255,255,.3);
	color: white;
	border-radius: 10px;
	padding: .5em;
}
input {
	width: 100%;
	margin: .5em 0 .5em 0;
	border: 2px solid rgba(255,255,255,.6);
	background: rgba(255,255,255,.3);
	color: white;
	border-radius: 10px;
	padding: .5em;
}
input:hover {
	bacground: white;
	transition: .3s ease-in-out;
}
label {
	color: white;
	padding-bottom: 1em;
	font-size:12pt;
	font-weight:100;
}
.boton {
	border-radius: 10px;
	background: white;
	color: black;
	transition: .3s ease-in-out;
	width: 100%;
}
.boton:hover {
	color: white;
	background: #244334;
	transition: .3s ease-in-out;
	border: 2px solid #244334;
}

/* color del botón menú responsive */
#nav-mobile {
	color: white;
}