/* Included color classes..
	.red
	.blue
	.yellow
*/
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1183 {
  font-family: 'Poppins', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  background: #000000;
  text-align: left;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1183 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1183 img {
  filter: grayscale(1);
  vertical-align: top;
  max-width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
figure.snip1183 figcaption {
  position: absolute;
  top: 18px;
  left: 18px;
  bottom: 18px;
  right: 18px;
  display: flex;
  padding: 50px 20px 20px 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
figure.snip1183 figcaption::before {
  position: absolute;
  min-width: 64px;
  min-height: 64px;
  top: 0%;
  left: 0%;
  bottom: 90%;
  right: 90%;
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.snip1183 h3,
figure.snip1183 p {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1183 h3 {
  text-transform: uppercase;
  margin: 0 0 5px;
  font-weight: 400;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  text-align: center;
  font-size: 1.5rem;
}
figure.snip1183 h3 span {
  font-weight: 800;
}
figure.snip1183 p {
  text-align: center;
  margin: 0;
}
figure.snip1183 i {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 34px;
  color: #000000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
figure.snip1183 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1183.blue {
  background-color: #CE0082;
  color: #000;
}
figure.snip1183.blue i {
  color: #CE0082;
}
figure.snip1183.red {
  background-color: #ab3326;
  color: #6d2018;
}
figure.snip1183.red i {
  color: #962d22;
}
figure.snip1183.yellow {
  background-color: #e08e0b;
  color: #976008;
}
figure.snip1183.yellow i {
  color: #c87f0a;
}
figure.snip1183:hover img,
figure.snip1183.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1183:hover figcaption:before,
figure.snip1183.hover figcaption:before {
  right: 0%;
  bottom: 0%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1183:hover h3,
figure.snip1183.hover h3,
figure.snip1183:hover p,
figure.snip1183.hover p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.snip1183:hover i,
figure.snip1183.hover i {
  background: rgba(255, 255, 255, 0.8);
}
.descarga {
  opacity: 1!important;
  filter: none!important;
  width: 30px;
  transform-origin: center center;
  transition: all 0.34s ease-in-out;
}
.descarga:hover {
  transform: scale(0.94);
}
