#productos{
	/*background: url(../img/productos/bg_productos_2.jpg) center center no-repeat;*/
	-webkit-background-size: cover;
	background-size: cover;
	background: #fff;
	padding-top: 0px;
	padding-bottom: 100px;
}
#productos h1{
	font-size: 33px;
	font-weight: 300;
	text-transform: uppercase;
	color:#24540e;
	text-align: center;
	margin-bottom:100px;
}
#productos h1 span{
	color:#24540e;
	font-weight: 700;
}


#subMenu{
	background: #008aa3;
	width:210px;
	padding: 15px 15px;
	overflow: hidden;
	display: block;
	margin:0 auto;
	position: relative;
}
#subMenu2{
	display: none;
}
#subMenu p{
	margin:0;
	text-align: center;
	font-weight: 700;
	color:#fffc00;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 36px;
	margin-bottom:15px;
}
#subMenu p img{
	margin-right: 8px;
}
#subMenu li{
	display: block;
	border-top:1px solid #7f9974;
	list-style: none;
	font-weight: 300;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	padding: 5px 0px;
}
#subMenu li:hover{
	background: #79026c;
	font-weight: 700;
	text-decoration: underline;
	/*color:#8fde6d;*/
}
#subMenu li.active{
	background: #79026c;
	font-weight: 700;
	text-decoration: underline;
	/*color:#8fde6d;*/
}
.product{
	height: 320px;
	cursor: pointer;
	position: relative;
}
.product img{
	margin:0 auto;
	display: block;
}
.product .flecha{
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.nombre{
	margin:0;
	display: block;
	text-align: center;
	font-size:30px;
	color:#000;
	text-transform: uppercase;
	font-weight: 700;
}
.description{
	width:80%;
	font-size: 11px;
	font-weight: 700;
	color:#3b622a;
	text-align: center;
	margin:0 auto;
	text-transform: uppercase;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child){
	float: left !important;
}
#tituloProds{
	color:#bde32d;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}
#categorias{
	background-color: #3b622a;
	border:none;
	color:#8fde6d;
}

/*Description*/

.wrap{
	/*background: url(../img/productos/bg_description.jpg) center center no-repeat;*/
	background: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	height: 0;
	overflow: hidden;
	/*padding: 10px;*/
	float: left;
	width: 100%;
	display: block;

	
}

.wrap p.categoria2{
	color:#24540e;
	font-size: 30px;
	margin:0;
	font-weight: 700;
	text-transform: uppercase;
}
.wrap p.nombre2{
	font-size: 23px;
	margin:0;
	font-weight: 700;
	color:#bde32d;
	text-transform: uppercase;
	line-height: 0.8em;
}
.wrap ul{
	list-style: none;
	margin: 0;
	color:#24540e;
	margin-top:10px;
}
.wrap .interno{
	background: #008aa3;
	padding: 5px;
	font-size: 10px;
	color:#fff;
	text-align: center;
	float: right;
	text-transform: uppercase;
	margin:0px 5px;
}
.wrap .interno img{
	display: block;
	margin:0 auto;
	margin-bottom:10px;
}

.wrap .corrugado{
	background: #008aa3;
	padding: 5px;
	font-size: 10px;
	color:#fff;
	text-align: center;
	float: right;
	text-transform: uppercase;
	margin:0px 5px;
}

.wrap .corrugado img{
	display: block;
	margin:0 auto;
	margin-bottom:10px;
}
.wrap .intern{
	display: block;
}
.wrap .corru{
	display: block;
}
.wrap .colores{
	clear: both;
	text-align: center;
	display: block;
	opacity: 0;
	margin-top:110px;
}
.wrap .colores p{
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color:#24540e;
}
.wrap .colores p span{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color:#bde32d;
}
.wrap .colores img{
	width: 20px;
	display: inline-block;
	margin:0px 5px;
}

.wrap .ficha{
	display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    color:#24540e;
    font-weight: 700;
    cursor: pointer;
}

.wrap .ficha a, .wrap .ficha a:hover{
	color:inherit;
}
#popProductos{
	background: rgba(0,0,0,0.95);
	width: 100%;
	height: 100%;
	position: fixed;
	top:-9999px;
	left:0;
	text-align: center;
	padding-top: 100px;
}
#btnCerrar{
	background: url(../img/btnCerrar.png) center center no-repeat;
	width: 42px;
	height: 43px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	float: right;
}
#imgPop{
	display: block;
	margin:0 auto;
	clear: both;
}
.categoria3{
	color:#fff;
	font-size: 30px;
	margin:0;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.nombre3{
	font-size: 23px;
	margin:0;
	font-weight: 700;
	color:#8fde6d;
	text-transform: uppercase;
	line-height: 0.8em;
	text-align: center;
}
#popProductos ul{
	list-style: none;
	margin: 0;
	color:#e2e2e2;
	margin-top:10px;
	text-align: center;
}
.intern2, .corru2{
	color:#fff;
	display: inline-block;
	margin:15px 5px 0px 5px;
}
.intern2 img, .corru2 img{
	display: block;
	margin:0 auto;
}

#flechaUp{
	display: none;
    position: fixed;
    bottom: 45%;
    cursor: pointer;
    right: 2%;
    color: #fcf545;
    font-size: 45px;
}
#flechaUp:hover{
	color:#4c8330;
}
/**/
@media screen and (max-width: 1023px){
	#innerProducts .large-12.medium-12.small-12{
		display: none;
	}
	#subMenu{
		display: none;
	}
	#subMenu2{
		display: block;
	}
	#tituloProds{
		text-align: center;
	}
	.wrap{
		display: none;
	}
}