@import url(https://fonts.googleapis.com/css?family=Lato:400,600,700);
#catergorias {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.categos {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	color: #ffffff;
	float: left;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	margin: 10px 1%;
	max-width: 310px;
	min-width: 250px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
	background: #000;
}

.categos * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.categos img {
	max-width: 100%;
	vertical-align: top;
	position: relative;
}

.categos figcaption {
	padding: 25px 20px 25px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	max-width: 310px;
	width: 100%;
	height: 99px;
}

.categos figcaption:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #700877;
	content: '';
	background: -moz-linear-gradient(
		90deg,
		#700877 0%,
		#ff2759 100%,
		#ff2759 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		#700877 0%,
		#ff2759 100%,
		#ff2759 100%
	);
	background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
	opacity: 0.8;
	z-index: -1;
}

.categos .date {
	background-color: #fff;
	border-radius: 50%;
	color: #700877;
	font-size: 18px;
	font-weight: 700;
	min-height: 48px;
	min-width: 48px;
	padding: 10px 0;
	position: absolute;
	right: 15px;
	text-align: center;
	text-transform: uppercase;
	top: -25px;
}

.categos .date span {
	display: block;
	line-height: 14px;
}

.categos .date .month {
	font-size: 11px;
}

.categos h3,
.categos p {
	margin: 0;
	padding: 0;
}

.categos h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 800;
	letter-spacing: 3px;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
}

.categos p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 0px;
}

.categos a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.categos:hover img,
.categos.hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	filter: grayscale(100%);
	opacity: 0.4;
}
