@media screen and (min-width: 768px) {

	.titulo .elementor-heading-title::after{
		content: '';
		display: inline-block;
		width: 30px;
		height: 3px;
		background-color: var( --e-global-color-635626a );
		position: absolute;
		bottom: -8px;
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	.titulo .elementor-heading-title {
		display: flex;
		justify-content: center;
		position: relative;
	}

	.titulo .elementor-heading-title::after{
		content: '';
		display: block;
		width: 30px;
		height: 3px;
		background-color: var( --e-global-color-635626a );
		position: absolute;
		bottom: -8px;
	}    

}


.lista-com-destaque .uc_post_grid_style_one .ue_post_grid .ue_post_grid_item:first-child{
	display: block !important;    
}

.lista-com-destaque .uc_post_grid_style_one .ue_post_grid .ue_post_grid_item:first-child .uc_post_image,
.lista-com-destaque .uc_post_grid_style_one .ue_post_grid .ue_post_grid_item:first-child .uc_post_image img{
    height: 160px;
}
.lista-com-destaque .uc_post_grid_style_one .ue_post_grid .ue_post_grid_item:first-child .uc_content{
    width: 100%;
}

