.intro-header {
	padding: 1em 0;
	color: #f8f8f8;
	background: url(../img/banner.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.intro-message {
	position: relative;
	padding: 5em 0;
}

.intro-message > h1 {
	font-size: 4em;
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #114d8d;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.content-section-a {
	background-color: #bccfe2;
	padding: 4em 0;
}

.content-section-b {
	background-color: #deeaf7;
	padding: 4em 0;
}

.section-heading {
	margin-bottom: 1.3em;
}

.section-heading-spacer {
	border-top: 3px solid #114d8d;
	width: 200px;
	float: left;
}

#contacto {
	padding: 4em 0;
	color: white;
	background: url(../img/banner.jpg) no-repeat center center;
	background-size: cover;
	text-shadow: 2px 2px 3px black;
}

#contacto h2 {
	font-size: 3em;
}

footer {
	background-color: #f8f8f8;
	padding: 1.3em;
}

p.copyright {
	color: #333;
	font-size: 1.1em;
}

button, input[type="submit"]{
	font-size:1.3em !important;
	font-weight:bold;
	text-transform:capitalize;
	margin:0.2em 0 !important;
}

#formulario{
	list-style:none;
	padding: 20px;
}

input[type="text"],textarea{
	width: 100%;
    font-size:1.2em;
    padding: 0.5em;
    border: none;
    border-radius:7px;
    -moz-border-radius: 7px;
    -webkit-border-radius : 7px;
    box-shadow: inset 1px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 1px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 0px 8px 0px rgba(0, 0, 0, 0.5);
    margin: 0.5em 0;
    resize: none;
}

@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	.intro-divider {
		width: 100%;
	}

	button, input[type="submit"]{
		font-size:1.5em !important;
	}
	ul li a{
		font-size: 1.4em;
		padding: 1em;
	}
}