body, html{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}
.roboto{}
/***

**/
.azul{
	color:#00ffe4;
}

.amarillo{
	color:#f6e772;
}
#busqueda{
	background: url(../img/productos/bgBusqueda_2.png) center center no-repeat;
	width: 382px;
	height: 34px;
	float: right;
	margin:20px 0px 20px 0px;
}
#busqueda input{
	/*background: #da8f64;*/
	background: #4dadbf;
	width: 80%;
	height: 75%;
	border:none;
	display: block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 4px;
	    margin-left: 10px;
}
#menu{
	/*background: #70b353;*/
	background: url(../img/bg_menu.jpg) center center no-repeat;
	overflow: hidden;
	text-align: right;
	max-height: 60px;
	display: block;
}
#menu2{
	display: none;
	background: #70b353;
	overflow: hidden;
	text-align: right;
	max-height: 80px;
}
#menu2 img{
	float: left;
	display: block;
	margin-top:13px;
}
#menu2 .menus2{
	float: right;
	text-align: center;
	border:1px solid #3b622a;
	margin:0px 10px;
	padding: 5px;
}

#menu2 .menus2 span{
	color:#fff;
	font-size: 10px;
}
#catalogo{
	background: #3b622a;
}
#catalogo i{
	color:#fff;
	font-size:20px; 
}
#iconMenu{
	width: 54px;
	height: 60px;
	/*border:1px solid #3b622a;*/
	font-size: 30px;
}
#iconMenu i{
	font-size: 50px;
	color:#3b622a;
}
#popMenu{
	background: #1d3d1c;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color:#fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#popMenu.on{
	height: 237px;
}
#popMenu li{
	display: block;
	list-style: none;
	padding: 20px 40px 20px 40px;
	border-bottom:1px solid #0e7a36;
	overflow: hidden;
}
#popMenu li i{
	float: right;
	font-size: 38px;
}
#menu img{
	margin-top:13px;
}
#menu .menus{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	/*color:#fff;*/
	color:#26610e;
	border-right: 2px solid #bde32d;
	padding:9.5px 25px 9.5px 25px;
	margin-top:10px;
	margin-bottom:10px;
	cursor: pointer;
}
	#menu .menus a{
		color:inherit;
	}
	#menu .menus .overLine, #menu .menus a .overLine{
		background: #26610e;
		width: 0%;
		height: 2px;
		display: block;
		margin:0 auto;

		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	#menu .menus:hover{
		color:#26610e;
	}
	#menu .menus:last-child:hover{
		color:#fff;
	}
	#menu .menus:hover > .overLine{
		width: 50%;
	}
	#menu .menus a:hover > .overLine{
		width: 50%;
	}
	#menu .menus.on{
		color:#26610e;
	}
	#menu .menus.on > .overLine{
		width: 50%;
	}
	#menu .menus.on a > .overLine{
		width: 50%;
	}
.menus:last-child{
	background: #3b622a;
	height: 60px;
	padding:8px 17px 0px 17px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	border-right: none !important;
	float: right;
	font-size: 12px;
	text-align: center;
	color:#fff !important;
}
.menus i{
	font-size: 24px;
}
.menus:last-child i{
	color:#fff !important;
}

footer{
	/*background: #3e6b6a;*/
	background: url(../img/bg_footer.jpg) center center no-repeat;
	background-size:cover;
	padding: 40px 0px 10px 0px;
	font-size: 13px;
}
footer h2{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin:0;
}
footer p{
	color:#e9fad6;
}
footer p span{
	text-transform: uppercase;
	font-weight: 900;
}

#avisoPrivacidad img{
	width: 111px;
	margin-right: 10px;
}
#avisoPrivacidad{
	color:#fff;
	font-size: 16px;
	margin-top:10px;
}
#avisoPrivacidad a{
	color:inherit;
	text-align: right;
	display: block;
}
#avisoPrivacidad a:hover{
	color:inherit;
}
#contacto{
	border:1px solid #75b0b3;
	padding: 15px 25px;
}
#contacto h2{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin:0;
}
#contacto div{
	overflow: hidden;
	display: block;
}
#contacto a{
	color:inherit;
	text-decoration: underline;
}
#contacto a:hover{
	color:inherit;
}
#contacto label{
	display: inline-block;
	color:#fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: top;
}
#contacto input{
	display: inline-block;
	/*width: auto;*/
	font-size: 13px;
	color:#3e6b6a;
	font-family: 'Roboto', sans-serif;
	margin-left:15px;
}
#contacto input[type="checkbox"]{
	margin:0;
	margin-top:5px;
}
#contacto input[type="text"]{
	background: #92bab7;
	height: 21px;
	border:none;
	outline: none;
	float: right;
}
#contacto textarea{
	background: #92bab7;
	resize: none;
	display: inline-block;
	/*width: auto;*/
	font-size: 13px;
	color:#3e6b6a;
	font-family: 'Roboto', sans-serif;
	margin-left:15px;
	border:none;
	outline: none;
	float: right;
}

#name{
	width: 85.6%;
}
#mail{
	width:68.3%;
}
#mensaje{
	width: 84.6%;
	height: 56px;
}

#btnEnviar{
	background: #008aa3;
	border:1px solid #00ffe4;
	text-transform: uppercase;
	float: right;
	padding: 5px 10px;
	color:#00ffe4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

#btnEnviar:hover{
	background: #00ffe4;
	color:#008aa3;
}
#error{
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top:10px;
}
#popContacto{
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top:-9999px;
	left:0;
	z-index: 2;
}

#exitoso{
	background: url(../img/bg_pop.jpg) center center no-repeat;
	background-size:cover;
	text-align: center;
	/*background: #3b622a;*/
	padding: 60px 60px;
	font-size: 30px;
	color:#6bbf46;
	margin:0 auto;
	display: block;
	position: absolute;
	text-transform: uppercase;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
#exitoso span{
	color:#18360b;
	font-size: 40px;
	font-weight: 700;
}
#btnCerrar{
	background: url(../img/btnCerrar.png) center center no-repeat;
	background-size: cover;	
	float: right;
	width: 42px;
	height: 43px;
	cursor: pointer;
}
@media screen and (max-width: 1023px){
	/*menu*/
	header{

	}
	#menu{
		display: none;
	}
	#menu2{
		display: block;
		padding: 10px 0px;
	}

	/*Contacto*/
	#contacto label{
		display: block;
	}
	#contacto input{
		display: block;
		margin-left: 0;
	}
	#name{
		width: 100%;
	}
	#mail{
		width: 100%;
	}
	#contacto textarea{
		margin-left: 0;
	}
	#mensaje{
		width: 100%;
	}
	#avisoPrivacidad{
		text-align: center;
	}
	#avisoPrivacidad a{
		text-align: center;
	}
}

@media screen and (max-width: 320px){
	#menu2 img{
		margin-top: 22px;
	}
}