.agenda-home.multi-carousel .multi-carousel-inner .multi-carousel-item {
	margin-top: 0 !important;
	padding: 0 !important;
}

.agenda-home .card-img-top {
	border-radius: 0;

}

.agenda-home {
	white-space: normal;
	padding-top: 0;
	margin-top: 0;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
	border-radius: 0.5rem;
}

.agenda-home .multi-carousel-item .text-muted {
	display: inline-flex;
	align-items: center;
}

.card-title {
	line-height: 1.9rem;
	height: 2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-text.description {
	line-height: 1rem;
	height: 1.4rem;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.agenda-title {
	width: 100%;
	text-align: left;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	/*background-color: #ebebeb;*/
	margin-top: 0.6rem;
	margin-bottom: 0;
	padding-bottom: 0.3rem;
	padding-top: 0.3rem;
	border-top-left-radius: calc(0.5rem - 1px);
	border-top-right-radius: calc(0.5rem - 1px);
	border-bottom: 1px solid #121212;
	display: flex;
	box-shadow: 0 -3px 3px 2px rgb(0 0 0 / 5%);
}

.agenda-title i {
	color: #000 !important;
}

.agenda-title i:hover {
	color: #f57c00 !important;
}

.agenda-title img {
	width: auto;
	max-height: 25px;
}

.agenda-home .multi-carousel-inner {
	display: flex;
	justify-content: stretch;
}

.agenda-home.multi-carousel .multi-carousel-inner .multi-carousel-item {
	display: inline-flex;
	flex-shrink: 0;
	flex-grow: 1;
	width: 100%;
}

.agenda-home.multi-carousel .multi-carousel-inner .multi-carousel-item a {
	display: inline-flex;
	flex-shrink: 0;
	flex-grow: 1;
	width: 100%;
}

.agenda-home .carousel-control-next,
.agenda-home .carousel-control-prev {
	align-items: middle;
	text-shadow: 0 0 12px black;
	opacity: 1;
}

.agenda-home .carousel-control-next:hover,
.agenda-home .carousel-control-prev:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
	.agenda-home img {
		display: none;
	}
}

.agenda-home.horizontal {
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}

.agenda-home.horizontal .carousel-control-next,
.agenda-home.horizontal .carousel-control-prev {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 50px;
	height: 100% !important;
	color: #ABABAB;
	text-shadow: none;
}

.agenda-home.horizontal .carousel-control-prev {
	left: 0px;
}

.agenda-home.horizontal .carousel-control-next {
	right: 0px;
}

.agenda-home.horizontal .carousel-control-next:hover,
.agenda-home.horizontal .carousel-control-prev:hover {
	background-color: transparent;
	opacity: 0.5;
}

.agenda-home.no-image img {
	display: none;
}