html{
	scroll-behavior: smooth;
}

.portlet-title-text.portlet-title-editable{
	display: none;
}

section.noticias{
	min-width: 50px;
}

.noticias article.slim{
	position: relative;
}

.noticias .title{
	font-weight: 700;
	color: #494747;
	font-size: 52px;
}

.noticias .date{
	font-weight: 300px;
	font-size: 25px;
	color: #000;
}

.noticias .box-image{
	max-height: 280px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.noticias .box-image img{
	width: -webkit-fill-available;
}

.noticias article{
	cursor: pointer;
	transition: ease-in-out .3s;
	padding: 0 16px;
}

.noticias article:hover{
	background-color: rgba(153,25,21,0.3);
    padding: 10px 26px;
}

.noticias .subtitle{
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 0;
	color: #494747;
}

.noticias .subtitle-slim{
	font-size: 24px;
	font-weight: 700;
	color: #494747;
}

.noticias .tag{
	color: #888;
}

.noticias .spinner-border{
	border-top: 0.25em solid transparent!important;
}

.noticias .link-back{
	font-weight: 700;
    font-size: 22px;
    color: #991915;
    text-decoration: underline;
}

.noticias .info-slim{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.noticias .description{
	font-weight: 300;
	font-size: 25px;
}

.noticias .description p:has(picture){
	text-align: center!important;
}

.noticias .description-slim{
	font-weight: 300;
	font-size: 18px;
}

.noticias .description-short{
	display: -webkit-box;
	margin: 0 auto;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden; 
	text-overflow: ellipsis;
}

.noticias .description-slim.description-short img{
	display: none;
}

.noticias .description-slim.description-short p, .noticias .description-slim.description-short p b, .noticias .description-slim.description-short span{
	background: none!important;
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: 18px!important;
	font-weight: 300!important;
}

.noticias .divider{
	background-color: #F5F5F5;
	height: 6px;
	width: 100%;
}

.noticias .passadores{
	display: flex;
	font-size: 20px;
	justify-content: end;
}

.noticias .passadores li a{
	color: #000;
}

.noticias .passadores .arrows{
	color: #9E3223;
}

.noticias .passadores li{
	width: 50px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.noticias .passadores li.active{
	background-color: #A03021;
	cursor: default;
}

.noticias .passadores li.active a{
	color: #fff!important;
}