.mw-widget.widget-principais-noticias {
	/* max-width: 1100px; */
    /*padding: 20px 400px;*/
	margin: 0 auto;
	background-color: #f2f2f2;
    min-width: 1000px;
    max-width: 1100px;
}

.widget-principais-noticias .category-title {
	font-size: 24px;
	font-weight: bold;
	color: #3c3c3c;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.widget-principais-noticias .veja-mais {
	font-weight: bold;
	color: #951E1C;
	font-size: 14px;
}

.categorias-div {
	display: flex;
	justify-content: space-between;
    display: flex;
    column-gap: 20px;
    margin-bottom: 47px;
    height: 211px;
}

.categorias-div .widget-chamada-box-article {
	flex: 1;
}

.categorias-div .mw-widget.widget-chamada-box {
	border-radius: 10px;
}

.categorias-div .mw-widget.widget-chamada-box h2, .categorias-div .mw-widget.widget-chamada-box-seca h2 {
	font-size: 20px;
}	
.widget-header-info{
	display: flex;
}
.widget-share {
    margin-bottom: 0 !important;
}
.widget-share a{
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
}
.social-media-icon-more{
	display: none;
}
