*{
	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;
}

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

.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;
}

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

header {
	width: 100%;
	background: url('../img/bg_mini.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:hover {
	background: #00BFFF;
	color: #fff;
	font-weight: 500;
	/*text-decoration: underline;*/
}

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;
}

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

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

/*-------------------------- Textos -------------------------------*/

.main .contacto .contenedor {
	overflow: visible;
	position: relative;
}

.main .contacto .foto {
	width: 70%;
	position: absolute;
	left: 0;
	top:-50px;
	z-index: 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
}

.main .contacto .foto img {
	vertical-align: top;
	width: 100%;
}

.main .contacto article {
	background: #fff;
	padding: 40px 0px 40px 0px;
	width: 50%;
	position: relative;
	top:100px;
	z-index: 1;
	float: right;
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
}

.main .formulario .titulo {
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 20px;
}

.main .formulario .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 .formulario input[type="text"],
.formulario input[type="email"] {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 5px;
	border:none;
	border-bottom: 2px solid #ccc;
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 18px;
}

.main .formulario 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%;
}

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

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

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

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

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

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

.formulario .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;
}

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

/*------------------------- Contenido Texto -----------------------*/

.main .texto {
	padding-top: 500px;
	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;
}

/*---------------------- Llamado a la accion ------------------------*/

.main .llamadoaccion {
	margin-bottom: 50px;
	width: 100%;
	height: 120px;
	text-align: center;
	background: url('../img/accion.jpg');
	background-attachment: fixed;
}

.main .llamadoaccion a {
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	font-size: 100px;
	text-decoration: none;
	color: #fff;
}

.main .llamadoaccion a:hover {
	color: #FF784F;
}

/*------------------------ Servicios --------------------------*/


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

.main .contenedor .imagen {
	margin-top: 100px;
	width: 30%;
	/*border-radius: 200px;*/
	display: inline-block;
}

.main .contenedor .imagen img {
	width: 100%;
	border-radius: 200px;
	border: 5px solid #ccc;
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
}

.main .contenedor .texto1 {
	margin-top: 120px;
	width: 60%;
	float: right;
	display: inline-block;
}

.main .contenedor .texto1 .titulo {
	color: #000000;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 20px;
}

.main .contenedor .texto1 p {
	text-align: justify;
}

.main .contenedor .texto1 p a {
	text-decoration: none;
	display: inline;
	text-align: justify;
	background: none;
	color: #00BFFF;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	width: 60%;	
}

.main .contenedor .texto1 p a:hover {
	background: none;
	color: #fe805a;
	font-weight: 600;
}

.main .contenedor .texto1 .etiqueta {
	color: #00BFFF;
	font-weight: 600;
	font-style: italic;
}

.main .contenedor .texto1 .etiqueta:hover {
	color: #FF784F;
}

.main .contenedor .texto1 a {
	display: block;
	text-align: center;
	text-decoration: none;
	background: #00BFFF;
	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: 60%;
	text-align: center;

}

.main .contenedor .texto1 a:hover {
	background: #FF784F;
	font-weight: 400;
}

.main .contenedor .texto1 div {
	width: 100%;
}

.main .contenedor .texto1 div video {
	margin-bottom: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
}



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

.main .formulario1 {
	margin-top: 120px;
	background: url('../img/bgformulario.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 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;
}


/*--------------------------- MEDIA QUERIES ----------------------------*/


@media screen and (max-width: 905px) {
	.main .llamadoaccion .contenedor a {
		font-size: 80px;
	}
}

@media screen and (max-width: 800px) {
	header .contenedor {
		position: static;
		height: 450px;

	}

	header .textos {
		position: static;
		margin: 100px 0;
	}

	header .menu {
		text-align: center;
	}

	header .menu a {
		padding: 10px 7px 7px 7px;
	}

	.main .contacto .foto {
		position: static;
		width: 100%;
	}

	.main .contacto article {
		position: static;
		width: 100%;
		top: 50px;
		transform:translate(0px, 0);
	}

	.main .texto {
		margin-top: 100px;
	}

}

	

@media screen and (max-width: 700px) {

		header .textos {
			margin-top: 170px;
		}

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

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

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

		.main .llamadoaccion {
			margin-bottom: 50px;
			width: 100%;
			height: 80px;
			text-align: center;
			background: url('../img/accion.jpg');
			background-attachment: fixed;
		}

		.main .llamadoaccion .contenedor a {
			font-size: 60px;
		}
}



@media screen and (max-width: 500px) {

		header .menu a {
			padding: 10px 5px 5px 5px;
		}

		header .textos {
			margin-top: 190px;
		}

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

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

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

		.main .llamadoaccion {
			margin-bottom: 50px;
			width: 100%;
			height: 60px;
			text-align: center;
			background: url('../img/accion.jpg');
			background-attachment: fixed;
		}

		.main .llamadoaccion .contenedor a {
			font-size: 40px;
		}

		.main .contenedor .imagen {
			width: 100%;
			margin-top: 200px;
		}

		.main .contenedor .texto1 {
			margin-top: 20px;
			width: 100%;
			float: right;
			display: inline-block;
		}

		.main .contenedor .textos1 hr {
			margin-bottom: 200px;
		}

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

}



@media screen and (max-width: 450px) {


	header .textos {
		margin-top: 190px;
	}

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

	.main .texto .contenedor h2 {
		font-size: 35px;
	}



}
