/* =========================
   LISTADO NOTICIAS
========================= */


.gn-lastNotice{
	background-color: red;
	border-radius: 20px 0px 20px 0px;
	height: 350px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.gn-lastNotice-img{
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.gn-lastNotice-img img{
	height: 100% !important;
	width: auto;
	max-width: none !important;
	
}
.gn-date{
	background-color: white;
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 999;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #00167C;
}

.gn-lastNotice-info{
	height: 350px;
	background: linear-gradient(0deg,rgba(0, 22, 124, 1) 0%, rgba(0, 0, 0, .3) 60%);
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	justify-conetent: flex-start;
	align-items: flex-end;
	padding: 20px 20px;
	font-size: 20px;
	font-weight: 200;
	color: white;
}