@CHARSET "UTF-8";

body {
	background: #cd769F;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2em;
	color: #E3F0EA;
	margin: 0;
	padding: 0;
}
#contenedor {
	margin: auto;
	text-align: left;
	width: 100%;
	padding-top: 88px;
}

header {
	background-color: #fff;
}
header img {
	margin: 16px auto;
}

section {
	margin: 32px 0;
}

h1 {
	font-size: 54px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

#seccion-2 {
	background: url(http://localhost/wordpress/wp-content/uploads/2017/03/fondo-seccion-2.png) repeat-x center center;
	text-align: center;
}

#seccion-2 h1 {
	font-size: 75px;
	font-weight: 300;
	display: inline-block;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#seccion-3 h2 {
	margin-top: 0;
	padding: 0;
	font-size: 32px;
	font-weight: 400px;
	margin-bottom: 16px;
}
#seccion-3 p {
	font-size: 28px;
	font-weight: 300px;
}

#seccion-4 h2 {
	color: #57167D;
	font-size: 32px;
	text-align: left;
	font-weight: 400;
}

.autora {
	display: block; 
	color: #57167D;
	font-sizE: 24px;
	font-weight: 300;
	text-align: right;
}

.separacion {
	height: 64px;
	clear: both;
	floaT: none;
}

#seccion-5 {
	background: #57167D;
	padding: 32px 0;
}

#seccion-5 h1 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700px;
}
.copyright {
	font-size: 18px;
	color: #57167D;
	text-align: center;
}

a {
	color: #57167D;
}
#seccion-5 a {
	color: #fff;	
}
#seccion-5 a:hover {
	color: #fff;	
}

form {
	text-align: right;
}
input {
	height: 32px;
	border-radius: 10px;
	border: 1px solid #57167D;
	font-size: 18px;
	width: 400px;
	color: #57167D;
	padding-left: 10px;
	padding-right: 10px; 
}

label {
	font-size: 24px;
	text-transform: uppercase;
}
input[type=submit] {
	width: inherit;
	background: #57167D;
	color: #fff;
	padding: 5px 10px;
	line-height: 1em;
}

small {
	font-size: 14px;
}
@media (max-width: 1200px) {
	form {
		text-align: left;
	}
}
@media (max-width: 992px) {
	input {
		width: 100%;
	}
	#seccion-2 {
		background: #57167D;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	#seccion-2 h1 {
		margin: 32px;
		font-size: 40px;
	}
}
