.noticias{
	
	
	
	.carousel-indicators [data-bs-target] {
		box-sizing: content-box;
		width: 100%;
		height: 100%;
		padding: 0 .3rem;
		text-indent: 0;
		border: 0;
		opacity: .8;
		font-weight: 300;
	}
	
	.carousel-indicators {
		background-color: var(--white-70);
		
		.active {
			opacity: 1;
			background-color: var(--green-500);
			color: var(--bs-white);
			font-weight: 400;
		}
	}
	
	.card-body {
		/* --bs-card-spacer-y: .3rem;
		--bs-card-spacer-x: .3rem; */
		
		
	}
	
	.news-link-area {
		box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3);
	}
}