.fechas-ceremonias .container {
	padding-bottom: 50px;
	position: relative;
}

.fechas-ceremonias-timeline {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 93%;
	z-index: 10;
	
}

.fechas-ceremonias-timeline::after{
	background: #154787;
	content: '';
	display: block;
	height: 2px !important;
	left: 10px;
	position: absolute;
	bottom: 30px;
	visibility: visible !important;
	width: 1000%;
}

.fechas-ceremonias ul {
	display: flex;
	align-items: flex-end;
	height: 100%;
	overflow-x: auto;
	margin-left: 20px;
	margin-right: 30px;
	padding-left: 40px;
	position: relative;
	white-space: nowrap;
	z-index: 0;
}

.fechas-ceremonias li {
	cursor: pointer;
	flex: 0 0 100px;
	max-width: 100px;
	font-size: .9rem;
}

.fechas-ceremonias li::before {
	background: #154787;
	border-radius: 100%;
	content: '';
	display: block;
	height: 8px;
	margin-bottom: 10px;
	width: 8px;
}

.fechas-ceremonias li span {
	align-items: center;
	background: #fff;
	border-radius: 100%;
	color: #154787;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	height: 90px;
	justify-content: center;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: 30%;
	transform: translate(-45%);
	width: 90px;
	z-index: 1;
}

.fechas-ceremonias li::after {
	background: #154787;
	bottom: 29px;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	transform: translateX(3px);
	width: 2px;
}

.fechas-ceremonias li:hover::after {
	height: 45%;
	transition: height 500ms ease;
}

.fechas-ceremonias li:hover span {
	opacity: 1;
	transition: opacity 500ms 400ms ease;
}

.fechas-ceremonias li big {
	font-size: 1.7rem;
}