*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box ; 
}
body{

    margin: 0;
    padding: 0;
}
.menu_bar{
	display: none;

}
header{
	font-family: 'Roboto Slab', serif;
	width:38%;
	margin:20px;

}


nav{
	display: inline-flex;
	position: absolute;
	background-color: #FFF;
	top: 0;
	right: 0;
	font-family: 'Roboto Slab', serif;
	width: 60%;
	margin:20px 20px;
	z-index: 1000;
}
.corp{
	margin:20px 25px;
	
}
.corp h1{
	font-family: 'Oswald', serif;
	font-weight: 700;
	color: #eee82c;
	font-size: 35px;
}
.corp h1 span{
	color: black;
}
.corp p{
	font-weight: 100;
}
nav ul{	
	font-family: 'Open Sans', serif;
	list-style: none;
	width: 100%;
}
nav ul li{
	display:inline-block;
	position:relative;
}
nav ul li:hover{
	border-bottom: 2px solid rgba(25,56,31,1);
}
nav ul li:hover .children{
	display: block;
}
nav ul li .children{
	font-size: 15px;
	align-items: center;
	display: none;
	background-color: #FFF;
	position: absolute;
	width: 110%;
	z-index: 1000;
}
nav ul li .caret{
	position: relative;
	top:3px;
	margin-left: 3px;
	margin-right: 0px;
}

nav ul li .children li{
	display: block;
	overflow: hidden;
	border-bottom: 2px solid rgba(25,56,31,.5);
	
}
.children li a img{
	height:12px ;
	width: 17px;
	margin-right: 5px;
}
nav ul li a{
	color:#19381f;
	display: block;
	text-decoration: none;
	padding: 20px;

}
nav ul li a span{
	margin-right: 10px; 
}
section{
	font-family: 'Open Sans', sans-serif;
}
.content{
	width:95%;
	height: auto;
	margin:auto;
}
.fondo{
	height:600px;
	display: block;
    justify-content: center;
    align-items: flex-end;
    background-image: url("../assets/trailer.png");
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-attachment: fixed;
  	background-position: 0px 0px;
    background-size: 100%;
}
.fondo2{
	height:150px;
	background-repeat: no-repeat;
    background-image: url("../assets/metal.jpg");
    background-clip: padding-box;
    background-size: 110%;
}
.fondo-opacy{
	background-color: rgba(45, 58, 58, 0.1);
	height:600px;
	display: flex;
	align-items:flex-end;
	text-align:center;
	width:100%;
	background-clip: initial;

}
.fondo-text{
	position: relative;
	top: 200px;
	color:white;
	margin:auto;
	font-family: 'Open Sans', serif;
	font-weight: 700;
	font-size: 100px;
}
.puntos{
	position: relative;
	top: 50px;
	display: flex;
	font-size: 25px;
	width: 100%;
	color: #19381f;

}
.p1{
	display: block;
	align-content:center;
	width: 33.33%;
	height: 180px;
	text-align: center;
	align-items: flex-start;
	background-color: #eeffe8;
}
.p2{
	display: block;
	align-content:center;
	width: 33.33%;
	height: 180px;
	text-align: center;
	align-items: flex-start;
	background-color: #b0ff8e;
}
.p3{
	display: block;
	align-content:center;
	width: 33.33%;
	height: 180px;
	text-align: center;
	align-items: flex-start;
	background-color: #7fea52;
}
.p1 span{
	position: relative;
	top:40px;
	font-size: 45px;
	width: 100%;
}
.p2 span{
	position: relative;
	top:40px;
	font-size: 45px;
	
	width: 100%;
}
.p3 span{
	position: relative;
	top:40px;
	font-size: 45px;
	
	width: 100%;;
}
.p1 p{
	position: relative;
	top: 55px;
	align-self: flex-end;
}
.p2 p{
	position: relative;
	top: 55px;
	align-self: flex-end;
}
.p3 p{
	position: relative;
	top: 55px;
	align-self: flex-end;
}

footer{
	background-color: #19381f;
}

@media screen and (max-width: 800px) {
	
	body{
		padding-top: 100px;
	}
	header{
		width: 100%;
	}
	.corp{
		width: 70%;	
		position: fixed;
		top:0;
		left: 0;
	}
	
	.menu_bar{
		display: block;
		width: 25%;
		position: fixed;
		top:0;
		right: 0;
	}
	.menu_bar .btn-menu{
		display: block;
		padding: 20px;
		overflow: hidden;
		font-size: 25px;
		font-weight: normal;
		text-decoration: none;
	}
	.menu_bar span{
		float: right;
		font-size: 40px;

	}
	nav{
		position: static;
		top: auto;
		right: auto;
		width: 60%;
		margin:20px 20px;
		overflow: hidden;
		z-index: 1000;
	}
	
	.fondo{

	}
 }

 	.sec1{
 		text-align: center;
 		height: 300px;
 		overflow: hidden;
 		align-content: center;
 		padding-bottom: 20px;
 		background-color: #b0ff8e;
 	}
 	.sec2{
  		text-align: center;
 		height: 300px;
 		overflow: hidden;
 		padding-bottom: 20px;
 		align-content: center;
 		background-color: #91cb3e;
 	}
 	.sec1 h2{
 		font-family: 'Archivo Black', sans-serif;
 		padding-top: 90px;
 		margin: auto;
 		text-align: center;
 		font-weight: 400;
 		width: 70%;
 		align-self: center;
 		font-size: 35px;
 	}
 	.sec2 h2{
 		font-family: 'Archivo Black', sans-serif;
 		padding-top: 90px;
 		margin: auto;
 		text-align: center;
 		font-weight: 400;
 		width: 70%;
 		align-self: center;
 		font-size: 35px;
 		color: #FFF;
 	}
 	.sec1 p{
 		text-align: center;
 		padding: 30px;
 	}
 	.sec2 p{
 		text-align: center;
 		padding: 30px;
 		color: #FFF;
 	}
 	.sec1 div{
 		padding: 20px;
 	}
 	.sec2 div{
 		padding: 20px;
 	}
 	.sec1 a{
 		text-align: center;
 		font-weight: 100;
 		font-size: 12px;
 		padding: 15px;
 		width: 100px;
 		border-radius: 100px;
 		margin-left: auto;
 		margin-right: auto;
 		text-decoration:none;
 		background-color: #eee82c;
 	}
 	.sec2 a{
 		font-weight: 100;
 		font-size: 12px;
 		padding: 15px;
 		width: 100px;
 		border-radius: 100px;
 		margin-left: auto;
 		margin-right: auto;
 		text-decoration:none;
 		background-color: #FFF;
 	}



	input,
	textarea {
			color: #000000;
			font: inherit;
			margin: 0;
			font-family: Arial, Helvetica, sans-serif;

			/* border-radius: 3px; */
	}
	
.form-control{
	/* display: block; */
	/* width: 99%;
	height: 40px; */
	padding: 14px;
	font-size: 12px;
	
border-bottom-color: #2d3a3a;
border-top-color: transparent;
border-right-color: transparent;
border-left-color: transparent;
display: inline-block;

/* border-collapse: separate; */
margin-left: 10px;
margin-bottom: 10px;
}

input:hover,
textarea:hover {
	background-color: #eeffe8;
	
}

.responsive{
	overflow-x: auto;
	min-height: 0.01%;
	/* width: 100%; */
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	width:90%; 
	margin: 20px;   
	margin-left: auto;    
	margin-right: auto;
}

.info{
	margin:20px; 
	width:80%; 
	margin-left: auto;    
	margin-right: auto; 
	margin-bottom: 80px;

	

}

.infodiv{
	margin-top: 50px;	
	display: inline-block; 
	text-align:center; 
	width: 30%;
}

.map{
	background-color:#19381f; 
	
	width:95%; 
	margin-left: auto;    
	margin-right: auto; 
}

.mapdiv{
	width:100%; 
	margin-left: auto;
	margin-right: auto; 
	align-items: center;
	text-align:center;
	color:#eeffe8;
}

.pie{
	width:80%;
	height:50px;
	border-top: solid #eeffe8;
	color:#eeffe8;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	margin-top: 40px;
	text-align:center;
}

.about{
	margin:30px; 
	width:80%; 
	margin-left: auto;    
	margin-right: auto; 
	text-align:center;
	font-family:  'Open Sans', serif;
font-size:20px;
margin-bottom:100px;
}
button{
	background-color: #a5be00;
	cursor: pointer;
	width: 200px;
 text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: 15px 10px;
	font-size: 14px;
	border-radius: 6px;
	color: #19381f;
}

H1,H2{
	font-family:  'Open Sans', serif;
	margin-bottom: 15px;
}
.message-contact{
	height: 100px;
}
