@font-face{
	font-family: 'BrushotWeb';
	src: url(fonts/Brushot-Bold.ttf);
	font-weight: bolf;
	font-style: normal;
}

body{
	font-family: Poppins, Montserrat, Helvetica, sans-serif;
	text-align: left;
	margin:0 0 0 0;
	cursor:default;
	font-size: 1vw;
}
input[type="button"],button{
	border:none;
	background:none;
	font-size:1em;
	cursor:pointer;
}
img{
	border:none;
}
a{
	color: inherit;
	text-decoration: none;
}
*[onclick],*[href]{
	cursor: pointer;
}
textarea{
	resize:none;
}
.clr{
	clear:both;
}
.columnas2{
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
}
.columnas3{
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
}
.columnas4{
	-webkit-column-count:4;
	-moz-column-count:4;
	column-count:4;
}
.columnas5{
	-webkit-column-count:5;
	-moz-column-count:5;
	column-count:5;
}
.grid2{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1em;
}
.grid3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1em;
}
.grid4{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1em;
}
.grid5{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 1em;
}
.grid6{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 1em;
}
.flex{
	display: flex;
	flex-flow: row wrap;
	align-content: space-between;
	justify-content: space-between;
}
.flex>*{
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    text-align: center;
}

.site_error>div{
	margin: 0 auto;
	padding: 0.5em;
	color: #C44;
	border:#C44 solid 1px;
	background: #EDD;
	text-align: center;
	width: 50%;
	min-width: 280px;
	border-radius: 0.15em;
	font-weight:600;
}
.site_error{
	position: fixed;
	top:-20em;
	opacity: 0;
	z-index: 10;
	width: 100%;
	
	-webkit-animation: siteError 5s 1;
	-moz-animation: siteError 5s 1;
	animation: siteError 5s 1;
}

.site_success>div{
	margin: 0 auto;
	padding: 0.5em;
	color: #494;
	border:#494 solid 1px;
	background: #DED;
	text-align: center;
	width: 50%;
	min-width: 280px;
	border-radius: 0.15em;
	font-weight:600;
}
.site_success{
	position: fixed;
	top:-20em;
	opacity: 0;
	z-index: 10;
	width: 100%;
	
	-webkit-animation: siteError 5s 1;
	-moz-animation: siteError 5s 1;
	animation: siteError 5s 1;
}

@keyframes siteError{
	0%{opacity:1;top:5em;}
	90%{opacity:1}
	99%{opacity:0;top:5em;}
	100%{opacity:0;top:-20em;}
}

.hide_me{
	height: 0;
	width: 0;
	overflow: hidden;
	opacity: 0;
	font-size: 1px;
}

a,input,button,*[onclick],*[href],a *,*[onclick] *{
	transition: all .25s ease-in-out;
	cursor: pointer;
}
h1{
	font-family: 'BrushotWeb';
}
img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/* GENERALES */

header{
	position: fixed;
	top:0;
	left:0;
	right: 0;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	background: linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 50%);
	color:white;
	font-weight: 600;
	padding:1em 2.5%;
}
menu{
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	min-width: 50%;
	margin: 0;
	padding: 0;
}
#logo img{
	max-height: 4em;
}
#menu_redes{
	display: flex;
	justify-content: end;
	align-content: end;
	align-items: center;
	gap:1em;
	min-width: 10%;
}
#menu_redes img{
	max-height: 1.25em;
}

#home{
	padding: 20% 5% 10% 5%;
	text-align: right;
	color: white;
	font-size: 2em;
	background: #494 url(imagenes/home3.jpg) center center;
	background-size: cover;
	text-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.25) 0 0 100vw 100vw inset,rgba(0,0,0,0.5) 0 -20vw 10vw -10vw inset;
}
#home h1{
	text-transform: uppercase;
	margin: 0;
	font-size: 3em;
}
#home p{
	text-wrap: balance;
}
#home button{
	background: #98bf11;
	color: white;
	padding: 0.5em 1em;
	font: inherit;
}
#home button:hover{
	background: white;
	color: #494;
}

#about{
	padding: 0 5%;
}
#about_content{
	background: white;
	padding: 2.5% 5% 0 5%;
	translate:0 -8em;
}
#about h2{
	color: #668713;
	font-size: 2.5em;
	margin: 0;
	font-weight: 600;
	text-wrap: balance;
}
#about_quote{
	background: #494 url(imagenes/about.jpeg) right center;
	background-size: cover;
	padding: 2em;
	color: white;
	box-shadow: rgba(0,0,0,0.5) 0 -60vw 30vw -30vw inset;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-content: end;
	align-items: start;
	font-size: 1.25em;
	translate:0 5em;
	text-shadow: rgba(0,0,0,0.5) 0 1px 3px;
}
#product{
	padding: 5%;
	background: #668713 url(imagenes/product.jpg) center center fixed;
	background-size: cover;
	color:white;
}
#product h2{
	margin:0;
	font-size: 2.5em;
}
ul {
    list-style: none;
}
li{
	margin-bottom: 1em;
}
li:before {
    content: "+";
    position: absolute;
	translate: -1.25em 0;
	font-size: 1.5em;
	line-height: 1em;
}
#product button{
	background: #F33;
	color: white;
	padding: 0.5em 1em;
	font: inherit;
	width: 100%;
	text-align: center;
	font-size: 1.25em;
	margin-top: 2em;
}
#product button:hover{
	background: white;
	color: #f33;
}

#technical{
	background: url(imagenes/grass.jpg) center bottom repeat-x;
	background-size: 10% auto;
	padding: 5%;
}
#technical img{
	width: 70%;
}
#technical h2{
	margin: 0;
	font-size: 2.5em;
	color: #668713;
}
#gallery{
	background: #021;
	grid-gap:0;
}
#gallery a{
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
#gallery img{
	max-width: none;
	max-height: 26vw;
	position: relative;
	left: 50%;
	min-width: 100%;
	translate: -50% 0
}
#gallery a:hover{
	opacity: 0.8;
	transform: scale(0.9);
}
#contact{
	padding: 2.5%;
	grid-gap:5%;
}
#contact h2{
	font-size: 2.5em;
	color: #668713;
}

footer{
	background: #668713 url(imagenes/footer.jpg) center center;
	background-size: cover;
	color: white;
	padding: 2.5%;
	grid-gap:5%;
}
footer img{
	max-height: 6em;
}
footer>div{
	display: flex;
	justify-content: start;
	align-content: start;
	align-items: center;
	gap:1em;
}
form :is(input,select,textarea){
	display: block;
	margin-bottom: 1em;
	font:inherit;
	padding: 0.5em;
	box-sizing: border-box;
	background: #EEE;
	border-radius: 0.5em;
	width: 100%;
	border:none
}

#contact button{
	background: #98bf11;
	color: white;
	padding: 0.5em 1em;
	font: inherit;
	font-size: 1.25em;
	width: 100%;
	margin-bottom: 2em;
}
#contact button:hover{
	background: #CCC;
	color: #494;
}
#contact p{
	margin: 0.5em;
	font-size: 1.25em;
}
#contact i.fa{
	color: #668713;
	font-size: 1.5em;
	line-height: 1em;
	margin-right: 0.5em;
}

#legales{
	padding: 10% 15%;
}


/* MODAL */

#modal{
	background:rgba(0,0,0,0.8);
	position:fixed;
	display:none;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10;
	text-align:center;
}


/* RESPONSIVO */

.mobile_only{
	display:none !important;
}

@media all and (max-width:960px){
	body{
		font-size:12px;
	}
	.mobile_only{
		display:block !important;
	}
	.desktop_only{
		display:none !important;
	}
	.columnas2,.columnas3{
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
	.columnas4{
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
	}
	.columnas5{
		-webkit-column-count:3;
		-moz-column-count:3;
		column-count:3;
	}
	.grid2,.grid3,.grid4,.grid5,.grid6,.flex{
		display: block;
	}

	.grid2mobile{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	
	header{
		height:60px;
		padding: 0 5px;
		background: #668713;
	}
	#menu_opener{
		float:left;
		margin: 5px;
		width:50px;
		height:50px;
	}
	#menu_opener>div{
		height:4px;
		margin: 4px auto 0 auto;
		background: white;
		width: 36px;
		border-radius: 4px;
	}
	#menu_opener>div:first-child{
		margin-top: 14px;
	}
	menu{
		position: fixed;
		top:60px;
		left:0;
		right: 0;
		background: rgba(0,70,20,0.9);
		color: white;
		display: none;
		padding: 2em;
		flex-direction: column;
		gap:1em;
		line-height: 2em;
		text-transform: uppercase;
		font-size: 1.25em;
	}
	#logo img{
		height: 30px;
	}

	#home{
		padding: 200px 5%;
		text-align: center;
		font-size: 1.25em;
	}
	#home button{
		font-size: 1.25em;
		background: #F33;
	}
	#about_quote{
		translate: 0 -4em;
	}
	
	#gallery img{
		max-height: 50vw;
		min-width: 100%;
	}
	#contact img{
		aspect-ratio: 1;
	}

	footer{
		padding: 2em;
		text-align: center;
	}
	footer>div{
		flex-direction: column;
		line-height: 2em;
	}
	footer img{
		height: 3em;
		margin-bottom: 2em;
	}
	#legales{
		padding:100px 5%;
	}
}