section {
	margin-top: 2.5vw;
}
 
 h1, h2 {
	 text-align: left;
 }
 
 h1 { 
	font-size: 26px
 }

#imgFondo {
	/*background-repeat: no-repeat;
    background-position: center center;*/
	background-image: url("/imagenes/comprimida_3.jpg");
    background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
}

#textoHeaderPrincipal {
	color: rgb(1, 153, 203);
}

section, aside {
	margin-top: 2.5vh;
}

section {
	float: left;
	width: 70%;
}

aside {
	float: left;
	/*padding: 1vw;*/
	text-align: right;
	width: 30%;
}

input[type=text], input[type=email], input[type=phone] {
	border: none;
	border-bottom: 2px solid black;
	font-size: 15pt;
	height: 50px;
	margin-top: 3vh;
	padding-left: 1vw;
	width: 45%;
	
	transition: ease all 0.5s;
}

input[type=text]:focus, input[type=email]:focus, input[type=phone]:focus, textarea:focus {
	border-bottom: 2px solid #0199cb;
}

input[type="submit"] {
	background-color: #FFF;
	border: 2px solid #444;
	color: #444;
	float: right;
	font-size: 15pt;
	font-weight: bold;
	height: 50px;
	/*margin-top: -20vh;*/
	padding: 10px;
	width: auto;
	transition: ease all 0.2s;
}

#captcha {
	float: left;
	font-size: 12pt;
	margin-top: 0px;
}

#pCaptcha {
	float: left;
	margin-bottom: 2vh;
	margin-top: 1vh;
	overflow: auto;
}

input[type="submit"]:hover {
	background-color: #444;
	color: #FFF;
}

input:nth-child(even) {
	float:right;
}

textarea {
	border: none;
	border-bottom: 2px solid black;
	font-family: sans-serif;
	font-size: 15pt;
	margin-top: 3vh;
	padding: 1vw;
	resize: none;
	width: 100%;
}

aside h1 {
	margin-bottom: 3vh;
	text-align: right;
}

aside p {
	line-height: 150%;
}

#siguenos {
	margin-top: 3vh;
}

#redesAside {
	text-align: right;
	/*margin-top: 1vh;*/
}

#redesAside li img {
	height: auto;
	width: 30px;
}

#redesAside li {
	display: inline-block;
}

/*Tablet (hasta 1024)*/
@media screen and (min-width: 768px) and (max-width: 1024px) {		
	 #textoHeaderPrincipal > h1 {
		font-size: 3rem;
		text-align: right;
	}
	
	#textoHeaderPrincipal > p {
		text-align: right;
	}
	
	#sectionProyectos figure {
		/*max-width: calc( 50% - 160px);*/
		flex: 1 1 35vw;
		margin-bottom: 2.5vw;
		max-width: 650px;
		justify-self: center;
	}
}

/*Pc (de 1024px en adelante)*/
@media screen and (min-width: 1024px) {	
	#textoHeaderPrincipal {
		bottom: 10vh;
		max-height: 50vh;
		/*max-width: 80vw;*/
		position: absolute;
		/*right: 10vw;*/
		right: 0px;
		text-align: right;
	}
	
	#textoHeaderPrincipal > h1 {
		font-size: 4rem;
		text-align: right;
	}
	
	#textoHeaderPrincipal > p {
		text-align: right;
	}
}