@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
}






/*CELULAR*/

/*------------------------------------------------------------HOME------------------------------------------------------------*/

#home_backgroundpic{
	width: 100%;
	height: 100vh;
	background: url(Foto4.jpg);
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.3;
	position: absolute;
}
.home_gridcontainer{
	width: 100%;
	height: 100vh;
	position: relative;
}
#home_logotipo{
	width: 95%;
	height: 300px;
	background: url(logotipo_hi-res.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 2.5%;
	margin-left: 2.5%;
	float: left;
}
#home_menu{
	width: 100%;
	height: 70px;
	float: left;
	position: absolute;
	top: 35%;
	margin-left: 0%;
}
#home_boton{
	width: 100%;
	margin: 0%;
	height: 30px;
	background-color: #898989;
	font-family: 'Varela', sans-serif;
	text-align: center;
	color: #000000;
	padding-top: 10px;
	float: left;
}
#home_boton a{
	color: #000000;
	text-decoration: none;
}
#home_boton:hover{
	background-color: #585858;
}

/*--------------------------------------------------------NOSOTROS--------------------------------------------------------*/

#nos_backgroundpic{
	width: 100%;
	height: 700px;
	background: url(Foto1.jpg);
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.6;
	position: absolute;
}
.nos_gridcontainer{
	width: 100%;
	height: 700px;
	position: relative;
}
#nos_logotipo{
	width: 60%;
	height: 150px;
	background: url(logotipo_hi-res.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 1%;
	right: 5%;
	margin-left: 0%;
	float: right;
}
#nos_menu{
	width: 60%;
	height: 70px;
	float: left;
	position: absolute;
	top: 5%;
	margin-left: 5%;
	display: block;
}
#nos_boton{
	width: 25%;
	margin: 0%;
	height: 30px;
	background-color: rgba(137,137,137,0.60);
	font-family: 'Varela', sans-serif;
	text-align: center;
	color: #000000;
	padding-top: 10px;
	float: left;
}
#nos_boton a{
	color: #000000;
	text-decoration: none;
}
#nos_boton:hover{
	background-color: #585858;
}

#left_titulo{
	width: 80%;
	padding: 10px;
	padding-left: 30px;
	float: left;
	background-color: rgba(3,151,72,1.00);
	color: #FFFFFF;
	font-family: 'Varela', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-shadow: -2px 2px 2px #000000;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
	position: absolute;
	z-index: 10;
	top: 110px;
	left: 0%;
}
#nos_paragraph{
	width: 80%;
	height: auto;
	float: left;
	font-family: 'Varela', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: justify;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	left: 5%;
	top: 160px;
	border-left-style: solid;
	border-left-color: #015528;
	background-color: rgba(255,255,255,0.70);
}

/*--------------------------------------------------------PROYECTOS--------------------------------------------------------*/

.proy_gridcontainer{
	width: 100%;
	height: 750px;;
	position: relative;
}


#proy_backgroundpic{
	width: 100%;
	height: 750px;
	background: url(Foto3.jpg);
	background-size: cover;
	opacity: 0.4;
	position: absolute;
	background-attachment: fixed;
}

#right_titulo{
	width: 70%;
	padding: 10px;
	padding-right: 15px;
	float: left;
	background-color: rgba(3,151,72,1.00);
	color: #FFFFFF;
	font-family: 'Varela', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: right;
	text-shadow: -2px 2px 2px #000000;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
	position: absolute;
	z-index: 10;
	top: 110px;
	right: 5%;
}

#proy_menu{
	width: 15%;
	height: 600px;
	float: right;
	position: absolute;
	top: 150px;
	right: 0%;
}

#proy_btn{
	width: 95%;
	margin: 2.5%;
	height: 30px;
	background-color: rgba(22,20,75,0.70);
	font-family: 'Varela', sans-serif;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	float: left;
}
#proy_btn a{
	color: #FFFFFF;
	text-decoration: none;
}
#proy_btn:hover{
	background-color: #585858;
}

#proyectos_2017{
	width: 96%;
	height: auto;
	background-color: rgba(255,255,255,0.70);
	position: relative;
	top: 0;
	left: 0;
	font-family: 'Varela', sans-serif;
	font-size: 12px;
	padding: 2%;
}

#proyectos_2017 h1{
	font-family: 'Varela', sans-serif;
	font-size: 16px;
	color: rgba(3,151,72,1.00);
}


/*----CLIENTES----*/

#client_backgroundpic{
	width: 100%;
	height: 700px;
	background: url(Foto2.jpg);
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.6;
	position: absolute;
}

#clientes_paragraph{
	width: 90%;
	height: auto;
	float: left;
	font-family: 'Varela', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: justify;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 30px;
	left: 1%;
	top: 160px;
	border-left-style: solid;
	border-left-color: #015528;
	background-color: rgba(255,255,255,0.70);
}


/*----CONTACTO----*/

#cont_backgroundpic{
	width: 100%;
	height: 100vh;
	background: url(Foto5.jpg);
	background-size: cover;
	background-position: right;
	opacity: 0.3;
	position: absolute;
}

#cont_paragraph{
	width: 75%;
	height: 130px;
	float: left;
	font-family: 'Varela', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 40px;
	right: 10%;
	top: 160px;
	border-right-style: solid;
	border-right-color: #015528;
	background-color: rgba(255,255,255,0.70);
}

#enviar_correo{
	width: 80%;
	height: 35px;
	float: left;
	font-family: 'Varela', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	padding-top: 15px;
	right: 10%;
	top: 100px;
	border-radius: 30px;
	background-color: rgba(3,151,72,1.00);
}
#enviar_correo:hover{
	background-color: #015528;
}
#enviar_correo a{
	color: #FFFFFF;
	text-decoration: none;
}



		#nav
		{
			width: 60%;
			height: 30px;
			font-family: 'Varela', sans-serif;
			font-size: 14px;
			font-weight: 400;
			position: absolute;
			top: 5%;
			left: 1%;
			margin-left: 1%; /* 30 480 */
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
				list-style: none;
			}
				#nav li a
				{
					color: #000;
					display: block;
					text-decoration: none;
				}
				#nav li a:active
				{
					background-color: #c00 !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				/*border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				/*border-top-color: #efa585;*/
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				/*right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				height: 3.75em; /* 60 */
				background-color: rgba(137,137,137,0.60);
			}
				#nav > ul > li
				{
					width: 25%;
					height: 100%;
					float: left;
				}
					#nav > ul > li > a
					{
						height: 100%;
						/*font-size: 1.5em; /* 24 */
						line-height: 3.5em; /* 60 (24) */
						text-align: center;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: 0px solid #cc470d;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: rgba(40,40,40,0.60);
						}


				/* second level */

				#nav li ul
				{
					background-color: rgba(137,137,137,0.60);
					display: none;
					position: absolute;
					top: 100%;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							font-size: 1.25em; /* 20 */
							/*border-top: 1px solid #e15a1f;*/
							padding: 0.75em; /* 15 (20) */
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: rgba(40,40,40,1.00);
							}

		@media only screen and ( max-width: 480px ) /* 640 */
		{
			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
				z-index: 999;
			}
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: rgba(137,137,137,0.60);
					border-radius: 10px;
					position: relative;
					top: 30px;
					left: 30px;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
				background-color: rgba(137,137,137,0.90);
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
						color: #FFFFFF;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							/*border-bottom: 1px solid #cc470d;*/
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
				}
		}






@media only screen and (min-width: 481px){
	/*TABLET*/

/*------------------------------------------------------------HOME------------------------------------------------------------*/

#home_backgroundpic{
	width: 100%;
	height: 1000px;
	background: url(Foto4.jpg);
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.3;
	position: absolute;
}
.home_gridcontainer{
	width: 100%;
	height: 1000px;
	position: relative;
}
#home_logotipo{
	width: 50%;
	height: 300px;
	background: url(logotipo_hi-res.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 25%;
	margin-left: 25%;
	float: left;
}
#home_menu{
	width: 80%;
	height: 70px;
	float: left;
	position: absolute;
	top: 55%;
	margin-left: 10%;
}
#home_boton{
	width: 20%;
	margin: 2.5%;
	height: 30px;
	background-color: #898989;
	font-family: 'Varela', sans-serif;
	text-align: center;
	color: #000000;
	padding-top: 10px;
	float: left;
}
#home_boton a{
	color: #000000;
	text-decoration: none;
}
#home_boton:hover{
	background-color: #585858;
}

/*--------------------------------------------------------NOSOTROS--------------------------------------------------------*/

#nos_backgroundpic{
	width: 100%;
	height: 1000px;
	background: url(Foto1.jpg);
	background-size: cover;
	opacity: 0.6;
	position: absolute;
}
.nos_gridcontainer{
	width: 100%;
	height: 100vh;
	position: relative;
}
#nos_logotipo{
	width: 25%;
	height: 150px;
	background: url(logotipo_hi-res.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 1%;
	right: 5%;
	margin-left: 25%;
	float: left;
}
#nos_menu{
	width: 60%;
	height: 70px;
	float: left;
	position: absolute;
	top: 5%;
	margin-left: 5%;
	display: block;
}
#nos_boton{
	width: 25%;
	margin: 0%;
	height: 30px;
	background-color: rgba(137,137,137,0.60);
	font-family: 'Varela', sans-serif;
	text-align: center;
	color: #000000;
	padding-top: 10px;
	float: left;
}
#nos_boton a{
	color: #000000;
	text-decoration: none;
}
#nos_boton:hover{
	background-color: #585858;
}

#left_titulo{
	width: 30%;
	padding: 10px;
	padding-left: 30px;
	float: left;
	background-color: rgba(3,151,72,1.00);
	color: #FFFFFF;
	font-family: 'Varela', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-shadow: -2px 2px 2px #000000;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
	position: absolute;
	z-index: 10;
	top: 170px;
	left: 5%;
}
#nos_paragraph{
	width: 50%;
	height: auto;
	float: left;
	font-family: 'Varela', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 30px;
	left: 10%;
	top: 200px;
	border-left-style: solid;
	border-left-color: #015528;
	background-color: rgba(255,255,255,0.70);
}

/*--------------------------------------------------------PROYECTOS--------------------------------------------------------*/

#proy_backgroundpic{
	width: 100%;
	height: 1000px;
	background: url(Foto3.jpg);
	background-size: cover;
	opacity: 0.6;
	position: absolute;
}

#right_titulo{
	width: 30%;
	padding: 10px;
	padding-right: 30px;
	float: left;
	background-color: rgba(3,151,72,1.00);
	color: #FFFFFF;
	font-family: 'Varela', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: right;
	text-shadow: -2px 2px 2px #000000;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
	position: absolute;
	z-index: 10;
	top: 100px;
	right: 5%;
}
#proy_menu{
	width: 25%;
	height: 200px;
	float: left;
	position: absolute;
	top: 21%;
	right: 5%;
}
#proy_btn{
	width: 95%;
	margin: 2.5%;
	height: 30px;
	background-color: rgba(22,20,75,0.70);
	font-family: 'Varela', sans-serif;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	float: left;
}
#proy_btn a{
	color: #000000;
	text-decoration: none;
}
#proy_btn:hover{
	background-color: #585858;
}
	
#proyectos_2017{
	width: 96%;
	height: auto;
	background-color: rgba(255,255,255,0.70);
	position: relative;
	top: 0;
	left: 0;
	font-family: 'Varela', sans-serif;
	font-size: 14px;
	padding: 2%;
}

#proyectos_2017 h1{
	font-family: 'Varela', sans-serif;
	font-size: 16px;
	color: rgba(3,151,72,1.00);
}

/*----CLIENTES----*/

#client_backgroundpic{
	width: 100%;
	height: 1000px;
	background: url(Foto2.jpg);
	background-size: cover;
	opacity: 0.6;
	position: absolute;
}

/*----CONTACTO----*/

#cont_backgroundpic{
	width: 100%;
	height: 1000px;
	background: url(Foto5.jpg);
	background-size: cover;
	background-position: right;
	opacity: 0.6;
	position: absolute;
}

#cont_paragraph{
	width: 75%;
	height: 370px;
	float: left;
	font-family: 'Varela', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 30px;
	right: 10%;
	top: 170px;
	border-right-style: solid;
	border-right-color: #015528;
	background-color: rgba(255,255,255,0.70);
}
}

@media only screen and (min-width: 769px){
	/*ESCRITORIO*/

/*------------------------------------------------------------HOME------------------------------------------------------------*/

#home_backgroundpic{
	width: 100%;
	height: 100vh;
	background: url(Foto4.jpg);
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.3;
	position: absolute;
}
.home_gridcontainer{
	width: 100%;
	height: 100vh;
	position: relative;
}
#home_logotipo{
	width: 50%;
	height: 300px;
	background: url(logotipo_hi-res.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 25%;
	margin-left: 25%;
	float: left;
}
#home_menu{
	width: 80%;
	height: 70px;
	float: left;
	position: absolute;
	top: 85vh;
	margin-left: 10%;
}
#home_boton{
	width: 20%;
	margin: 2.5%;
	height: 30px;
	background-color: #898989;
	font-family: 'Varela', sans-serif;
	text-align: center;
	color: #000000;
	padding-top: 10px;
	float: left;
}
#home_boton a{
	color: #000000;
	text-decoration: none;
}
#home_boton:hover{
	background-color: #585858;
}

/*--------------------------------------------------------NOSOTROS--------------------------------------------------------*/

#nos_backgroundpic{
	width: 100%;
	height: 100vh;
	background: url(Foto1.jpg);
	background-size: cover;
	opacity: 0.6;
	position: absolute;
}
.nos_gridcontainer{
	width: 100%;
	height: 100vh;
	position: relative;
}
#nos_logotipo{
	width: 25%;
	height: 150px;
	background: url(logotipo_hi-res.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 1%;
	right: 5%;
	margin-left: 25%;
	float: left;
}
#nos_menu{
	width: 60%;
	height: 70px;
	float: left;
	position: absolute;
	top: 5%;
	margin-left: 5%;
	display: block;
}
#nos_boton{
	width: 25%;
	margin: 0%;
	height: 30px;
	background-color: rgba(137,137,137,0.60);
	font-family: 'Varela', sans-serif;
	text-align: center;
	color: #000000;
	padding-top: 10px;
	float: left;
}
#nos_boton a{
	color: #000000;
	text-decoration: none;
}
#nos_boton:hover{
	background-color: #585858;
}

#left_titulo{
	width: 30%;
	padding: 10px;
	padding-left: 30px;
	float: left;
	background-color: rgba(3,151,72,1.00);
	color: #FFFFFF;
	font-family: 'Varela', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-shadow: -2px 2px 2px #000000;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
	position: absolute;
	z-index: 10;
	top: 150px;
	left: 5%;
}
#nos_paragraph{
	width: 50%;
	height: auto;
	float: left;
	font-family: 'Varela', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 30px;
	left: 10%;
	top: 220px;
	border-left-style: solid;
	border-left-color: #015528;
	background-color: rgba(255,255,255,0.70);
}
	
/*--------------------------------------------------------PROYECTOS--------------------------------------------------------*/

#proy_backgroundpic{
	width: 100%;
	height: 900px;
	background: url(Foto3.jpg);
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.6;
	position: absolute;
}

#right_titulo{
	width: 30%;
	padding: 10px;
	padding-right: 30px;
	float: left;
	background-color: rgba(3,151,72,1.00);
	color: #FFFFFF;
	font-family: 'Varela', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: right;
	text-shadow: -2px 2px 2px #000000;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
	position: absolute;
	z-index: 10;
	top: 170px;
	right: 5%;
}
#proy_paragraph{
	width: 50%;
	height: 370px;
	float: left;
	font-family: 'Varela', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 30px;
	left: 10%;
	top: 170px;
	border-left-style: solid;
	border-left-color: #015528;
	background-color: rgba(255,255,255,0.70);
}
#proy_menu{
	width: 8%;
	height: 600px;
	float: left;
	position: absolute;
	top: 250px;
	right: 5%;
}
#proy_btn{
	width: 95%;
	margin: 2.5%;
	height: 30px;
	background-color: rgba(22,20,75,0.70);
	font-family: 'Varela', sans-serif;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	float: left;
	-webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
}
#proy_btn a{
	color: #FFFFFF;
	text-decoration: none;
}
#proy_btn:hover{
	background-color: #585858;
}
	
#proyectos_2017{
	width: 96%;
	height: auto;
	background-color: rgba(255,255,255,0.70);
	position: relative;
	top: 0;
	left: 0;
	font-family: 'Varela', sans-serif;
	font-size: 14px;
	padding: 2%;
}

#proyectos_2017 h1{
	font-family: 'Varela', sans-serif;
	font-size: 16px;
	color: rgba(3,151,72,1.00);
}

/*----CLIENTES----*/

#client_backgroundpic{
	width: 100%;
	height: 1000px;
	background: url(Foto2.jpg);
	background-size: cover;
	opacity: 0.6;
	position: absolute;
}
	
#clientes_paragraph{
	width: 50%;
	height: auto;
	float: left;
	font-family: 'Varela', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 30px;
	left: 10%;
	top: 220px;
	border-left-style: solid;
	border-left-color: #015528;
	background-color: rgba(255,255,255,0.70);
}

/*----CONTACTO----*/

#cont_backgroundpic{
	width: 100%;
	height: 100vh;
	background: url(Foto5.jpg);
	background-size: cover;
	background-position: right;
	opacity: 0.6;
	position: absolute;
}

#cont_paragraph{
	width: 50%;
	height: 200px;
	float: left;
	font-family: 'Varela', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 30px;
	right: 25%;
	top: 250px;
	border-right-style: solid;
	border-right-color: #015528;
	background-color: rgba(255,255,255,0.70);
}
	
#enviar_correo{
	width: 40%;
	height: 35px;
	float: left;
	font-family: 'Varela', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	padding-top: 15px;
	right: 30%;
	top: 100px;
	border-radius: 30px;
	background-color: rgba(3,151,72,1.00);
}
#enviar_correo:hover{
	background-color: #015528;
}
#enviar_correo a{
	color: #FFFFFF;
	text-decoration: none;
}
}