*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 16px;
}

.contenedormenu {
	z-index: 100;
	position: fixed;
	width: 100%;
	max-width: 100%;
	background: #232528;
	/*position: relative;*/
	margin: auto;
	overflow: hidden;
	box-shadow: 0px 8px 15px rgba(0,0,0,.55);
	border-radius: 0px 0px 10px 10px;
}

.contenedor {
	width: 80%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}



/*------------------------ HEADER --------------------------------------*/

header {
	width: 100%;
	background: url('../img/landingweb.jpg') #EAF6FF;
	background-size:cover;
	background-attachment: fixed;
	background-position: center 0;	
}

header .contenedor {
	position: relative;
	height: 600px;
}

header .menu {
	
	width: 100%;
	text-align: center;
}

header .menu a {
	color: #eaf6ff;/**/
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding: 15px 10px 10px 10px;/**/
	text-decoration: none;
	position: relative;
	height: 100%;/*no estaba*/
	text-align: center;
}

header .menu a span {
	color: #FF784F;
}

header .menu a:hover {
	background: #00BFFF;
	color: #fff;
	font-weight: 500;
}

header .menu a:focus {
	background: #FF784F;
	color: #fff;
	font-weight: 500;
}

header .textos {
	width: 100%;
	color: #000000;
	position: absolute;
	top: 40%;
	margin-top: -52px;
}

header .textos img {
	margin-left: 15px;
	width: 200px;	
}

header .textos .nombre {
	font-size: 50px;
	font-weight: 600;
}

header .textos .nombre span {
	font-weight: 300;
}

header .textos h3 {
	margin-top: 0px;
	margin-left: 10px;
	color: #232528;
	font-weight: 300;
	font-size: 25px;
	font-style: italic;
}

header .textos h3 span {
	font-weight: 600;
}



/*-------------------------- MAIN -------------------------------------*/

.main {
	background: url('../img/subtle_dots.png');
	background-repeat: repeat;
}




/*--------------------------LLAMADO A LA ACCION------------------------*/

.main .accion .contenedor a {
	display: block;
	text-align: center;
	text-decoration: none;
	background: #FF784F;
	color: #fff;
	font-weight: 300;
	margin: 10px;
	padding: 15px;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
	width: 98%;
	text-align: center;
	opacity: 0.8;
	font-size: 18px;
}

.main .accion .contenedor a:hover {
	font-weight: 500;
	opacity: 1;
}




/*-------------------------- CONTENIDO TEXTO --------------------------*/

.main .texto {
	padding-top: 70px;
	margin-bottom: 50px;
}

.main .texto .titulo {
	font-size: 50px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
	color: #00bfff;
}

.main .texto .titulo span{
	color: #000000
}

.main .texto p {
 	text-align: center;
 	font-size: 30px;
 	margin-bottom: 50px;
}

.main .texto p span {
	color: #FF784F;
}



/*---------------------------galeria----------------------------------------------*/
.main .galeria {
	overflow: hidden;
	margin-bottom: 100px;
}

.main .galeria .foto {
	width: 33.333%;
	float: right;
}

.main .galeria .foto img {
	width: 100%;
	padding: 2px;
	vertical-align: top;
	opacity: .6;
}

.main .galeria .foto img:hover {
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.main .galeria h3 {
	text-align: center;
	color: #9e9d9d;
	font-size: 18px;
	font-weight: 300;
}



/*------------------------ Formulario ---------------------------*/

.main .formulario1 {
	margin-top: 50px;
	background: url('../img/bgformulariol.jpg');
	text-align: center;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.main .formulario1 .titulo {
	margin-top: 80px;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 40px;
	color: #fff;

}

.main .formulario1 .contenedor h2 {
	font-weight: 800;
	color: #00BFFF;
}

.main .formulario1 .contenedor h2 span {
	font-weight: 300;
	color: #fff;
	font-size: 20px;
}

.main .formulario1 .contenedor-inputs {
	margin: auto;
	width: 100%;
	padding: 20px;
	background: #fff;
	border-radius: 6px 6px 0 0;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
}

.main .formulario1 input[type="text"],
.formulario1 input[type="email"] {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	padding: 15px 10px;
	border:none;
	border-bottom: 2px solid #ccc;
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 18px;
	/*text-align: center;*/
}

.main .formulario1 textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 15px 10px;
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 18px;
	border-radius: 6px 6px;
	border: 2px solid #ccc;
	min-height: 100px;
	max-height: 200px;
	min-width: 100%;
	max-width: 100%;
}

.formulario1 input[type="text"]:focus,
.formulario1 input[type="email"]:focus {/*estilos para cuendo estem activos los inputs de text y email*/
	border-bottom: 2px solid #246eb9;
}

.formulario1 input[type="radio"]:checked + .label-radio {/*cuando el input[type="radio"] este seleccionado dele estilos a la clase .label-radio*/
	background: #f9a03f;
}

.formulario1 .terminos {
	text-align: center;
	color: #424242;
}

.formulario1 .terminos label {
	margin-left: 10px;
}

.formulario1 .terminos a {
	color: #009bdb;
	text-decoration: none;
}

.formulario1 .terminos a:hover {
	color: #009bdb;
	text-decoration: underline;
}

.formulario1 .btn {
	width: 100%;
	text-align: center;
	background: #246eb9;
	color: #fff;
	border:none;
	display: block;
	padding: 15px 10px;
	cursor: pointer;
	border-radius: 0 0 6px 6px;
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 18px;

}

.formulario1 .btn:hover {
	background: #00BFFF;
}



/*-------------------------- FOOTER -----------------------------------*/

footer {
	background: #000;
}

footer .copyright {
	text-align: center;
	padding: 0px;
	color: #fff;
}

footer .copyright .social {
	margin-top: 50px;
}

footer .copyright p {
	margin-top: 50px;
	font-size: 14px;
	font-weight: 300;

}

footer .copyright p a {
	text-decoration: none;
	color: #009bdb;
}

footer .copyright p a:hover {
	text-decoration: underline;
	color: 00fffc;
}

footer .copyright .creditos {
	font-size: 10px;
	font-weight: 300;
}



/*------------------------- MEDIAQUERYS -------------------------------*/

@media screen and (max-width: 900px) {
	header .contenedor {
		height: 500px;
	}

	.main .galeria .foto img {
		opacity: .9;
	}

	.main .accion .contenedor a {
		opacity: 1;
	}
}

@media screen and (max-width: 530px) {
	header .textos {
		margin-top: 0px;
	}

	header .textos img {
		width: 150px;	
	}

	header .textos .nombre {
		font-size: 40px;
	}

	header .textos .nombre span {
		font-weight: 300;
	}

	header .textos h3 {
		font-size: 20px;
	}

	
}

@media screen and (max-width: 424px) {
	header .textos {
		margin-top: 20px;
	}

	header .textos img {
		width: 140px;	
	}

	header .textos .nombre {
		font-size: 30px;
	}

	header .textos h3 {
		font-size: 18px;
	}

	.main .texto {
		padding-top: 50px;
		margin-bottom: 20px;
	}

	.main .texto .titulo {
		font-size: 30px;		
	}

	.main .texto p {
	 	font-size: 20px;
	 	margin-bottom: 20px;
	}

	.main .galeria {
		margin-bottom: 20px;
	}

	.main .formulario1 {
		margin-top: 10px;
	}

	.main .formulario1 .titulo {
		margin-top: 40px;
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 10px;
		
	}

	.main .formulario1 .contenedor h2 {
		font-weight: 800;
		color: #00BFFF;
	}

	.main .formulario1 .contenedor h2 span {
		font-size: 20px;
		line-height: 10px;
	}

	.main .formulario1 .contenedor h3 {
		margin-top: 50px;
	}

}


@media screen and (max-width: 316px) {
	header .textos .nombre {
		font-size: 25px;
	}

	header .textos h3 {
		font-size: 15px;
	}

}

