.resumo-noticias {
	--height-scale: 52.5%;
}

.resumo-noticias .carousel-item {
	height: 18rem;
	max-height: 18rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.resumo-noticias .carousel-indicators {
	margin-bottom: -0.25rem;
}

.resumo-noticias .carousel-indicators li {
	width: 0.5rem;
}

.resumo-noticias .carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	/* padding-top: var(--height-scale); */
}

.resumo-noticias .carousel-control-icon {
	background-color: rgba(0, 0, 0, 0.75);
}

.resumo-noticias img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.resumo-noticias .carousel-caption {
	min-height: 3.5rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.5rem;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
}

.resumo-noticias .carousel-caption h5 {
	font-size: 14px;
}
