.productos .mod_2{
	padding-top: 25px;
}

.productos h4{
	margin-top: 0px;
	margin-bottom: 30px;
}
.productos b{
	color: #00aae6;
	font-weight: 100;
}
.productos p{
	margin-top: -5px;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 20px;	
}

.productos .categorias{
	padding-top: 30px;
	padding-bottom: 60px;
    background: #cce3e3;
    color: #505050;
}
.productos .categorias .items{
	margin: 0px -2px;
}
.productos .items .col{	
    margin-bottom: 12px;
	padding: 0px 2px;
    min-height: 280px;
}




.productos .categorias .items .imag{
	position: relative;
	float: left;
	width: 100%;
	height: 265px;
	overflow: hidden;
}
.productos .categorias .items .img{
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	background-size: cover;
}
.productos .categorias .items .imag:hover{
	opacity: 1!important;
}
.productos .categorias .items .img:hover, .productos .categorias .items .img.active{
	transform: scale(1.2);	
}
.productos .categorias .items h4{
	position: absolute;
	height: 55px;
	margin: 0px;
	left: 0px;
	right: 0px;
	top: 265px;
	margin-top: -55px;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	background: rgba(255,255,255,0.9);
	pointer-events: none;
	display            : -webkit-box;
	-webkit-box-orient : vertical;
	position           : relative;
	overflow           : hidden;
	text-overflow      : ellipsis;
	-webkit-line-clamp : 2;
}
.productos .categorias .items p{
	position: relative;
	float: left;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 18px;	
	display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    min-height: 94px;
}

.productos .prods{
	padding-top: 30px;
	padding-bottom: 20px;
    background: #f2f2f2;
}
.productos .prods .items{
	margin: 0px;
}
.productos .prods .items .col{
	padding: 0px;
	padding-bottom: 40px;
}
.productos .prods .items .img{
	position: relative;
	display: block;
	width: 100%;
	height: 265px;
    border-right: 1px solid #f2f2f2;
}
.productos .prods .items h4{
	margin: 25px 0px;
	padding: 0px 12px;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	display            : -webkit-box;
	-webkit-box-orient : vertical;
	position           : relative;
	overflow           : hidden;
	text-overflow      : ellipsis;
	-webkit-line-clamp : 2;
}
.productos .prods .items p{	
	margin: 0px;	
	padding: 0px 12px;
	font-size: 13px;
	line-height: 18px;	
	display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}
.productos .share {
    position: absolute;
    width: 12px;
    height: 16px;
    right: 10px;
    top: 10px;    
    background: url(../images/share_gris.svg) right top no-repeat;
    z-index: 5;
}
.productos .prods .tags {
	color: #00aae6;
	padding: 0px 12px;
	font-family: 'Mark-SmallCaps-Regular';
	font-family: 'mark-smallcaps-regulsmallcaps';
	font-size: 12px;
}
.productos .prods .tags a{
	color: #00aae6;
}







@media only screen and (max-width : 992px) {

	.productos h4 {
	    font-size: 20px!important;
	    line-height: 20px!important;
	}
	.productos p {
	    font-size: 13px;
	    line-height: 18px;
	}
	.productos .categorias .items h4 {
	    font-size: 16px!important;
	    line-height: 18px!important;
	}
	.productos .prods .items h4 {
		margin: 20px 0px;
	    font-size: 16px!important;
	    line-height: 18px!important;
	}

}


@media only screen and (max-width : 767px) {

	.productos .mod_2 {
	    display: none;
	}
	.productos .categorias {
	    padding-left: 0px;
	    padding-right: 0px;
        padding-top: 20px;
	    padding-bottom: 0px;
	}
	.productos .categorias .items p {
	    margin-top: 10px;
	    margin-bottom: 15px;
	}
	.productos .prods {
		padding-left: 0px;
	    padding-right: 0px;
	    padding-top: 20px;
	}
	.productos .prods .items .col {
	    padding-bottom: 20px;
	}
	.productos .prods .items h4, .productos .prods .items p, .productos .prods .tags {
	    padding: 0px;
	}
	.productos .prods .items h4 {
	    margin: 10px 0px;
	}
	.productos .prods .items .img {
	    border-right: none;
	}
	.prod_abierto {
	    margin-bottom: 15px;
	}
	.prod_abierto .documentos {
	    padding-top: 30px;
        border-bottom: 1px solid #f2f2f2;
	}
	


}





