/**
 * Credelio Gatos — Por qué proteger.
 */

.credelio-gatos-proteger {
	--credelio-gatos-proteger-green: #005032;
	width: 100%;
	max-width: min(100%, 1920px);
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background: #ffffff;
	overflow: hidden;
}

.credelio-gatos-proteger__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: stretch;
	gap: 0;
	width: 100%;
	max-width: none;
	margin: 0;
	min-height: clamp(320px, 38vw, 520px);
}

.credelio-gatos-proteger__inner--no-media {
	grid-template-columns: minmax(0, 1fr);
}

.credelio-gatos-proteger__media {
	position: relative;
	align-self: stretch;
	min-height: inherit;
	margin: 0;
	padding: 0;
	overflow: hidden;
	mask-image: linear-gradient(90deg, #000 0%, #000 68%, transparent 100%);
	-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 68%, transparent 100%);
}

.credelio-gatos-proteger__image,
.elementor .credelio-gatos-proteger__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	object-fit: cover;
	object-position: left center;
}

.credelio-gatos-proteger__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 4vw, 56px) clamp(24px, 5vw, 72px) clamp(28px, 4vw, 56px) clamp(12px, 2.5vw, 32px);
	box-sizing: border-box;
}

.credelio-gatos-proteger__title {
	margin: 0;
	color: var(--credelio-gatos-proteger-green);
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 700;
	line-height: 1.25;
}

.credelio-gatos-proteger__intro {
	margin: 12px 0 0;
	color: #6b6b6b;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

.credelio-gatos-proteger__list {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.credelio-gatos-proteger__item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.credelio-gatos-proteger__check,
.elementor .credelio-gatos-proteger__check {
	display: block;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	object-fit: contain;
}

.credelio-gatos-proteger__item-text {
	color: var(--credelio-gatos-proteger-green);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

@media (max-width: 900px) {
	.credelio-gatos-proteger__inner {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.credelio-gatos-proteger__media {
		min-height: clamp(220px, 55vw, 320px);
		mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
		-webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
	}

	.credelio-gatos-proteger__image,
	.elementor .credelio-gatos-proteger__image {
		object-position: center top;
	}

	.credelio-gatos-proteger__content {
		padding: 8px 20px 40px;
	}
}

@media (max-width: 640px) {
	.credelio-gatos-proteger__content {
		padding-left: 16px;
		padding-right: 16px;
	}

	.credelio-gatos-proteger__check,
	.elementor .credelio-gatos-proteger__check {
		width: 20px;
		height: 20px;
	}
}
