.calera-productos-carousel {
	background: #003c0f;
	border-top: 4px solid #f3f7ee;
	border-bottom: 4px solid #f3f7ee;
}

.calera-productos-carousel__inner {
	width: min(100%, 1920px);
	margin: 0 auto;
	padding: clamp(54px, 4.6vw, 92px) clamp(18px, 4.6vw, 86px) clamp(58px, 4.8vw, 88px);
}

.calera-productos-carousel__title {
	margin: 0;
	text-align: center;
	color: #ffffff;
	font-size: clamp(36px, 3vw, 58px);
	line-height: 1.08;
	font-weight: 700;
}

.calera-productos-carousel__stage {
	margin-top: clamp(30px, 2.9vw, 48px);
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	column-gap: clamp(12px, 1.8vw, 24px);
}

.calera-productos-carousel__swiper {
	width: 100%;
}

.calera-productos-carousel__slide {
	height: auto;
}

.calera-productos-carousel__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: inherit;
}

.calera-productos-carousel__image {
	width: min(100%, clamp(180px, 15.2vw, 288px));
	height: auto;
	display: block;
}

.calera-productos-carousel__name {
	margin: clamp(10px, 1.1vw, 18px) 0 0;
	color: #ffffff;
	font-size: clamp(20px, 1.3vw, 28px);
	line-height: 1.2;
	font-weight: 500;
}

.calera-productos-carousel__nav {
	width: clamp(24px, 2vw, 33px);
	height: clamp(24px, 2vw, 33px);
	border: 0;
	padding: 0;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.calera-productos-carousel__nav:hover {
	cursor: pointer;
}

.calera-productos-carousel__nav:hover,
.calera-productos-carousel__nav:focus,
.calera-productos-carousel__nav:focus-visible,
.calera-productos-carousel__nav:active {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none;
}

.calera-productos-carousel__nav-icon {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.calera-productos-carousel__pagination {
	position: static;
	margin-top: clamp(14px, 1.4vw, 22px);
	display: flex;
	justify-content: center;
}

.calera-productos-carousel .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	opacity: 1;
	background: rgba(122, 255, 160, 0.45);
}

.calera-productos-carousel .swiper-pagination-bullet-active {
	background: #80ffab;
}

@media (max-width: 1366px) {
	.calera-productos-carousel__title {
		font-size: clamp(30px, 3.2vw, 44px);
	}

	.calera-productos-carousel__name {
		font-size: clamp(17px, 1.5vw, 23px);
	}

	.calera-productos-carousel__inner {
		padding: clamp(46px, 4.2vw, 78px) clamp(16px, 4.2vw, 64px) clamp(50px, 4.4vw, 76px);
	}
}

@media (max-width: 1024px) {
	.calera-productos-carousel__stage {
		grid-template-columns: 1fr;
		row-gap: 12px;
	}

	.calera-productos-carousel__nav {
		display: none;
	}
}

@media (max-width: 640px) {
	.calera-productos-carousel__inner {
		padding: 38px 14px 52px;
	}

	.calera-productos-carousel__title {
		font-size: clamp(28px, 8vw, 38px);
	}

	.calera-productos-carousel__name {
		font-size: clamp(18px, 5.2vw, 22px);
	}
}
