@charset "utf-8";
/* CSS Document */


.filter a {
  padding: 0px 20px;
  display: inline-block;
  color: #7E62DC;
  background: #DD49B8;
  text-decoration: none;
  transition: all 0.2s;
}

.filter a:hover { background: #ABCC30 }

.filter {
  padding: 50px;
  text-align: center
}

.gallery a img { /* Foto chicas hilera 2*/
  width: 100%;
  height: auto;
	margin: 1px;
	text-align: center;
  padding: 10px;
	border-radius: 15px;

}

.gallery a { /* Foto chicas hilera 1*/
  width: 16.6%;
  height: auto; /* altura*/
  transition: all 0.2s;
  display: block;
  float: left;
  opacity: 1;
	border-radius: 15px;

  
}

.gallery .hide, .gallery .pophide {
  width: 0%;
  opacity: 0;
	background: #2AA2E5;
  transition: all 0.1s;
}

.gallery .pop {  /*Foto que se agranda*/
  width: 65%;
  height: auto; /* altura*/
  position: relative;
	margin: 0;
  left: 16%;
  top: 2%;
	}



.pop:hover:after { opacity: 1 }
