
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.card {
	cursor: default;
	width: 371px;
	box-shadow: -2px -2px 6px rgb(255 255 255 / 20%), 2px 2px 6px rgb(0 0 0 / 20%);
	border-radius: 5px;
	padding:0px;
	margin:10px;
	margin-left:88px;
}

.card-header {
	width: 371px;
	height: 235px;
	background-size: 371px 235px;
	background-position: 0 0;
	border-radius: 1px 1px 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 5px 5px 0 0;
	background-size: cover;
}

.card:hover .card-header {
	background-size: cover;
	background-position: -16px -16px;
	border-radius: 5px 5px 0 0;
}

.card-header-mask {
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.card:hover .card-header-mask {
	background-color: rgba(0, 0, 0, .6);
	border-radius: 5px 5px 0 0;
}

.card-header-date, .card-body-header-category {
	text-transform: uppercase;
	background-color: #00B0FF;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.card-body-header-category {
	position: absolute;
	font-size: 13px;
	top: -31px;
	left: 0;
	padding: 8px 14px;
	line-height: 15px;
}

.card-header-date {
	float: right;
	margin: 20px 20px 0 0;
	font-weight: bold;
	padding: 12px 15px;
	line-height: 15px;
	border-radius: 5px;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	background: linear-gradient(#00B0FF 0%, #127badd9 100%);

}

.card-header-date-day {
	font-size: 18px;
}

.card-header-date-month {
	font-size: 11px;
}

.card-body {
	background-color: #FFF;
	border-radius: 0 0 5px 5px;
	padding: 0 26px 26px 26px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	min-height: 130px;
}

.card-body-header {
	position: absolute;
	left: 0px;
	padding: 0 20px 0 20px;
	background-color: #00B0FF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 0 5px 5px 0;
	background: linear-gradient(#00B0FF 0%, #127badd9 100%);

}

.card:hover .card-body-header {
	margin-top: -141px;
}

h1 {
	color:white;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: bold;
	margin:5px;
}

.card-body-description {
	margin-top: 14px;
	opacity: 0;
	color: #757B82;
	line-height: 30px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	overflow-wrap: break-word;
}

.card:hover .card-body-description {
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.card-body-footer {
	position: relative;
	z-index: 10;
	margin-top: 14px;
	font-size: 14px;
	color: #9FA5A8;
}

.article-btn_showMore{
	cursor: pointer;
	position: absolute;
    bottom: 10px;
	right:10px;
}

.alert-info{
	margin-top: 50px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}

.modal-article-contents{
	transform: translateY(10%)!important;
}

.modal-footer{
	border-radius:20px!important;
}

#modal-article_body{
	max-height: 500px!important;
	overflow: scroll!important;
}

@media (min-width: 1100px) and (max-width: 1700px) {
	.article-infoCom{
		max-height: 600px;
	}
	.card {
		margin-left:10px ;
	}
}

.ribbon {
	position: absolute;
	left: -5px; top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon span {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 21px;
	transform: rotate(45deg);
	-webkit-transform: rotate(314deg);
	width: 100px;
	display: block;
	background: #940b0b;
	background: linear-gradient(#c01717 0%, #940b0b 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
}
.ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #940b0b;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #940b0b;
}
.ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #940b0b;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #940b0b;
}

.badge-MEA{
	position: absolute;
	bottom: 5px;
	left: 5px;
	border-radius:3px !important;
	background: linear-gradient(#e49543 0%, #d6800d 100%);
	font-weight: bold;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
}