/*MODULO-NOVEDADES*/
	.module-blog-articles .item-wrapper {display: block; text-decoration: none; }
	.module-blog-articles .item-wrapper .newsflash-image{background: #000; overflow: hidden; margin-bottom: 15px;}
	.module-blog-articles .item-wrapper .newsflash-image .item-image { background-color: var(--color-background-alt) transform: scale(1); transition: all 500ms ease; width: 100%;}
	.module-blog-articles .item-wrapper .newsflash-title {position: relative; color: var(--color-text-dark); margin: 0; font-size: 1.6rem; margin-top: 7px; font-weight: 600; line-height: 1.2; font-style: normal; }
	.module-blog-articles .item-wrapper .newsflash-title:after {content: ''; display: inline-block; position: absolute; bottom: -20px; height: 5px; width: 90px; background: var(--color-heading); left: 0; }
	.module-blog-articles .item-wrapper:hover .newsflash-title {color: var(--color-heading-alt-light);}
	.module-blog-articles .item-wrapper:hover .item-image {transform: scale(1.1); opacity: .75;}