.cards {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px 0 32px;
	flex: 0 0 auto; /* Tamaņo flexible, pero sin cambiar su tamaņo */
	margin-right: 10px;
}

.cards .title,
.cards .cards-content {
	max-width: 1280px;
}

.cards .title {
	margin-right: 32px;
}

.cards .title {
	font-family: "IberPangea-Regular", sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	padding: 0;
	margin-bottom: 16px;
}

.cards .cards-content {
	display: flex;
	flex-direction: column;
	padding-top: 24px;
	margin-left: 32px;
}

.cards .cards-content .item {
	border-radius: 16px;
	overflow: hidden;
	margin: 0 auto;
	width: 328px;
}

.cards .cards-content .item:hover {
	border-color: #00A443;
}

.cards .cards-content .item .header {
	height: 300px;
	width: 100%;
	background-color: #e9e9e9;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0 0 16px 16px;
}

.cards .cards-content .item.first .header {
	background-image: url("/documents/20122/16782653/i-repair-mod01-background-360.png");
}

.cards .cards-content .item.second .header {
	background-image: url("/documents/20122/16782653/i-check-mod01-background-360.png");
}

.cards .cards-content .item.third .header {
	background-image: url("/documents/20122/16782653/i-pack-mod01-background-360.png");
}

.cards .cards-content .item .header .header-band {
	background-color: #007ACB;
	color: white;
	padding: 12px 16px;
	text-align: center;
	font-family: "IberPangeaText-Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	margin: 0;
	height: 40px;
	display: block;
	border-radius: 0 0 16px 16px;
}

.cards .cards-content .item .body {
	padding: 24px 16px;
}

.cards .cards-content .item .body .title {
	font-family: "IberPangea-Regular", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	color: #2c2c2c;
}

.cards .cards-content .item .body .text {
	font-family: "IberPangeaText-Regular", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #2c2c2c;
	margin-bottom: 16px;
	height: 55px;
}

.cards .cards-content .item .body .text a {
	text-decoration: underline;
	color: #2c2c2c;
}

.cards .cards-content .item .body .text a:hover,
.cards .cards-content .item .body .text a:focus {
	color: #2c2c2c;
	opacity: .6;
	outline: 0;
}

.cards .cards-content .item .body .instalacion {
	Padding: 8px 0 12px;
	gap: 8px;
	margin-bottom: 24px;
	display: flex;
	align-items: flex-end;
	border-radius: 16px;
	background-color: #F9F9F9;
}

.cards .cards-content .item .body .instalacion .precio {
	flex: 1;
	text-align: right;
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	height: 34px;
}

.cards .cards-content .item .body .instalacion .precio .cantidad {
	color: #2c2c2c;
	font-family: "IberPangea-Regular", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
}

.cards .cards-content .item .body .instalacion .descripcion {
	flex: 1;
	font-family: "IberPangeaText-Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.cards .lista {
	padding-left: 0;
	list-style: none;
	margin: 32px 0 0;
}

.cards .item-lista {
	margin-bottom: 16px;
	position: relative;
	padding-left: 30px;
}

.cards .item-lista:before {
	content: "";
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2573 8.94413L10.2263 17.0176L5.84668 12.6485L7.08262 11.4096L10.2215 14.5409L17.0166 7.70996L18.2573 8.94413Z" fill="%232F6852"/></svg>');
	left: 0;
	top: -3px;
}

.cards .item-lista.erroneo:before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.0001 13.2374L15.8813 17.1187L17.1188 15.8813L13.2375 12L17.1188 8.11872L15.8813 6.88129L12.0001 10.7626L8.11878 6.88129L6.88135 8.11872L10.7626 12L6.88135 15.8813L8.11878 17.1187L12.0001 13.2374Z" fill="%23CB1212"/></svg>');
}

.cards .texto-item-lista {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	font-family: IberPangea-Bold;
	line-height: 22px;
}

.cards .contenedor-boton {
	margin: 24px auto 0px;
	display: flex;
}

.cards .cards-content .btn.contratalo {
	text-transform: none;
	color: #ffffff;
	font-size: 19px;
	margin: 0;
	background-color: #2F6852;
	border-color: #2F6852;
	height: 56px;
	margin-right: auto;
	margin-left: auto;
	min-width: 200px;
	max-width: 328px;
}

.cards .cards-content .btn.contratalo:active,
.cards .cards-content .btn.contratalo:hover,
.cards .cards-content .btn.contratalo:focus {
	background: #2f6852ab !important;
	border: 1px solid #2f6852ab !important;
}

@media (min-width: 576px) {
	#contenedorCarruselCards .owl-dots {
		display: none;
	}
}

@media (min-width: 992px) {
	.cards {
		padding: 0 40px 40px;
		margin-left: auto;
		margin-right: auto;
	}

	.cards .contenedor-boton {
		margin-left: 0;
	}

	.cards .title {
		margin-left: 0;
		margin-right: 0;
	}

	.cards .title {
		font-size: 32px;
		line-height: 40px;
	}

	.cards .cards-content {
		padding-top: 16px;
		margin-bottom: 32px;
		display: flex !important;
		flex-direction: row;
		gap: 32px;
		margin-left: 0;
	}

	.cards .cards-content .item .header {
		height: 360px;
	}
}

@media (min-width: 1200px) {
	.cards .cards-content .item {
		width: 100%;
	}

}

@media (min-width: 1920px) {
}