.grid figure figcaption { color: #ffffffc2; }
.botonoCont figure figcaption { display: flex; align-items: center; justify-content: center; }
.botonoCont figure figcaption i { font-size: 1.5em; }
.grid figure h2 { word-spacing: 0; }
figure.effect-zoe figcaption { height: auto; padding: 0.7em 0.5em; }
figure.effect-zoe h2 { font-size: 26px; line-height: 22pt; }
figure.active p.description { opacity: 1; }
figure.active figcaption,
figure.active h2,
figure.active p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.active h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.active p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.active p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.active p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}