@font-face {
font-family: 'Helvetica Neue LT Std 45 Light';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue LT Std 45 Light'), url('HelveticaNeueLTStd Lt.woff') format('woff');

}




html, body{

	
	color: #fff;
	font-size: 14px;
	font-family:'Helvetica Neue LT Std 45 Light';
	font-weight:normal;
	text-align: center;
	letter-spacing: 1px;
}



h2{
	  margin-top: 0px;
  font-size: 4em;
  margin-bottom: -5px;
  font-weight: normal;
  padding-top: 50px;
 }

h3{
	font-size: 2em;
	margin-bottom: 0px;
	font-weight: normal;
}
.clearfix{
	clear: both;
	display: block;
	height: 0;
	width: 0;
}
#wrapper{
	margin: 0 auto;
	
	
	width: 100%;
}
header{

	position: fixed;
	top: 0;
	margin: 0 auto;
	
	min-width: 320px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	
	z-index: 100;
}
header img{
	max-width: 300px;
	color: #efd314;
	float: left;
	margin: 10px;
}
nav{
	float: right;
	margin: 50px 20px 0px 20px;
	
}
nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	position: relative;
}
#chkMenu{
	display: none;
}
nav ul div li{
	display: inline-block;
	margin-left: 10px;
	padding-bottom: 5px;
}

nav ul li{
	display: inline-block;
	margin-left: 0px;
	padding-bottom: 5px;
}
nav ul li a,
nav ul li label{
	
	border: none;
	font-size: 1em;
	
	color: black;
	float: left;
	line-height: 14px;
	padding: 5px 10px;
	text-decoration: none;
}

#twitter{
	
	background: url(../img/twitter.png) center center no-repeat;
	background-size: 30px 30px;
	height: 35px;
	padding: 3px;
	width: 35px;
	padding-bottom: 0px;
	margin-left: 0px;
	
}
#insta{
	background: url(../img/insta.png) center center no-repeat;
	background-size: 30px 30px;
	height: 35px;
	padding: 3px;
	width: 35px;
	padding-bottom: 0px;
	margin-left: 0px;
	

}

#facebook{
	background: url(../img/facebook.png) center center no-repeat;
	background-size: 30px 30px;
	height: 35px;
	padding: 3px;
	width: 35px;
	padding-bottom: 0px;
	margin-left: 0px;
	

}

#youtube{
	background: url(../img/youtube.png) center center no-repeat;
	background-size: 30px 30px;
	height: 35px;
	padding: 3px;
	width: 35px;
	padding-bottom: 0px;
	margin-left: 0px;	
	

}

#menu{
	display: none;
}
#menu + div{
	display: inline-block;
}

#nosotros{
	background: url(../img/nosotrosback.jpg) center center;
	background-size:cover;
	padding: 0px 20px 0px 20px;

}

#nosotros p{
	max-width: 600px;
	text-align: center;
	display: inline-block;
}


#servicios{
	background-color:#8DC63E;
	padding: 0px 20px 0px 20px;
	position: relative;
}

.servicios{
	display: inline-block;
	max-width: 300px;
	padding: 50px;
	vertical-align: top;
}

#contacto{


	background: url(../img/mapa.jpg) center center;
	background-size:cover;

}

#frmContacto{
 margin: 0 auto;
  width: 30%;
  /* float: left; */
  padding: 200px 10px 200px 10px;
  /* padding-left: 50%; */
  position: relative;
  /* left: -15%; */
}
.frm_input{
	background-position: 7px center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-color: #00497f;
	border-radius: 3px;
	margin-bottom: 5px;
	padding-left: 35px;
	width: 100%;
}
.frm_input input{
	background-color: transparent;
	box-sizing: border-box;
	border: none;
	margin: 5px 0;
	padding: 5px;
	width: 100%;
}
.frm_textarea{
	background-color: #00497f;
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 5px;
}
.frm_textarea textarea{
	background-color: transparent;
	border: none;
	height: 100px;
	width: 100%;
}
#frmContacto button{
	background-color: #00497f;
	border: none;
	border-radius: 3px;
	float: right;
	font-weight: bold;
	padding: 10px 40px;
}

footer{
	float: left;
	background-color:white;
	min-height: 100px;
	width: 100%;
	color: black;
	text-align: left;
}

footer p {
	margin: 0px;
	display: inline-block;
	padding: 20px;}

#socialabajo{
	display: inline-block;
	float: right;
	padding: 20px;
}

@media screen and (max-width: 900px){
	header{
		position: absolute;
		background-color: white;
	}
	nav{
		  width: 90px;
		  float: right;
  		  margin-top: 20px;
  		  margin-right: 20px;
	}

	.social1{display: none;

		}	

		#menu{
		display: inline-block;
		position: absolute;
  		left: 80px;
	}
	#menu label{
		border: 1px solid black;
		color: black;
		cursor: pointer;
		padding: 5px;
	}
	#menu + div{
		background-color: white;
		display: none;
		position: absolute;
		top: 30px;
		left: 16px;
		width: 100%;
	}
	#chkMenu:checked ~ div{
		display: block;
	}
	#menu + div li{
		margin: 0;
		text-align: right;
		  
	}
	#menu + div li a{
		border: none;
		float: left;
		width: 100%;
		padding-left: 0;
  		padding-right: 0;
  		text-align: right;
	}

	#abajonosotros{
	display: none;
}


nav ul div li a {
	font-size: 1.1em;
	
}

.servicios{
	padding: 5%;
}

}


@media screen and (max-width: 640px){

	#frmContacto{
 
  
 margin: 0 auto;
  width: 70%;
  /* float: left; */
  padding: 200px 10px 200px 10px;
  /* padding-left: 50%; */
  position: relative;
  /* left: -15%; */
}


}


@media screen and (max-width: 320px){
	.servicios{
		padding: 0px

	}

	header{
		
		background-color: white;
		min-width: 300px;
	}

	#menu{
		  display: inline-block;
  position: absolute;
  left: 80px;
  top: -20px;
	}

	#menu+div {
		background-color: white;
		top: 10px;
	}



#frmContacto{
 margin: 0 auto;
  width: 90%;
  /* float: left; */
  padding: 200px 10px 200px 10px;
  /* padding-left: 50%; */
  position: relative;
  /* left: -15%; */
}

}