@charset "utf-8";
/* CSS Document */

/* ==================================================
   Isotope
================================================== */

img.scale-with-grid {
		max-width: 100%;
}

.portfolio-rubros {
	padding: 5px;
	text-align: center;
}

.portfolioFilter a {
	font-family: 'Inconsolata', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #000000;
	cursor: pointer;
}

.portfolioFilter a:hover {
	color: #ffffff;
	background: #000000;
}

.portfolioFilter a.current { 
	color: #ffffff;
	background: #666666;
	border: 1px solid #666666;
}


.portfolioContainer { 
    text-align: center;
}


.isotope-item {
	z-index: 2;
	width: 20%;
	
}

.isotope-content {
	margin: 0px;
}


.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* ==================================================
   MEDIA
================================================== */

#about-mobile{
	display: none;
}

#coleccion-mobile {
	display: none;
}


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


}

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

}

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

}

@media only screen and (max-width: 800px) {
.isotope-item {	width: 25%;}
}

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

}

@media only screen and (max-width: 603px) {
.isotope-item {	width: 33.33%;}

}

@media only screen and (max-width: 360px) {
.isotope-item {	width: 50%;}

}

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

}