.imagen-numero {
	width: 215px;
	margin: 0 auto 15px;
}

.tex-num {
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}

.tex-num span {
	font-size: 12px;
	line-height: 16px !important;
	display: block;
	margin-top: 12px;
	font-style: italic;
}

/* Contenedor de botones de navegación */
.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

/* Botones de navegación */
.owl-prev,
.owl-next {
	pointer-events: auto;
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	/* background: #3498db !important;
	color: white !important; */
	font-size: 24px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
	transition: all 0.3s ease;
	position: relative;
	z-index: 10;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none !important;
	color: black !important;
	text-decoration: none;
}

.owl-prev {
	margin-left: -65px;
}

.owl-next {
	margin-right: -65px;
}

.owl-dots {
	margin-top: 2rem;
}
