.none_list_style {
	list-style: none;
}

.btn_see_more {
	width: 100%; 
	border-radius: 5px;
	background-color: #216d99;
	min-height: 38px;
}

.horizontal-list {
  display: inline;
}

.ligth_blue_background {
	background: rgba(163,199,210,0.1);
	padding-top: 25px;
}

.hr_divider_line {
    border: 0px;
    border-bottom: 1px solid #999;
    margin-top:  0px;
    margin-bottom: 0px;
}

.desc_news {
	font-size: 16px;
	color: #505050;
}

.date_news {
	font-size: 12px;
	color: #303030;
}

.margin_image {
	margin-top: 10px;
}

.tag_color {
	background: rgb(185,71,0);
    color: #fff;
    border-radius: 14px;
    padding: 7px;
    font-size: 12px;
    display: inline-block;
    width: max-content;
    margin: 5px 0px;
}








.noticias-cards-caption{
	margin-top: 6px;
    font-size: 16px !important;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
}
.noticia-nafin a,.noticia-nafin a:hover{
	text-decoration: none;
	color: #333;
    font-size: 20px !important;
}
.noticia-nafin a .desc{
    padding-left: 15px;
    padding-right: 15px;
    color: #666;
    font-size: 16px;
    position: absolute;
    bottom: 40px;
}
.noticia-nafin a .desc:hover{
    bottom: 30px;
}
.noticia-nafin .nafin-thumbnail {
    min-height: 450px;
}


