/**
 * Credelio Recordatorio — Hero.
 */

.credelio-recordatorio-hero {
	width: 100%;
	max-width: min(100%, 1920px);
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background: #fafaf7;
}

.credelio-recordatorio-hero__inner {
	max-width: 1920px;
	margin: 0 auto;
}

.credelio-recordatorio-hero__body {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 0;
	min-height: clamp(280px, 31vw, 440px);
}

.credelio-recordatorio-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(36px, 5vw, 76px) clamp(28px, 7vw, 110px);
	box-sizing: border-box;
}

.credelio-recordatorio-hero__title {
	margin: 0;
	color: #005032;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.2;
}

.credelio-recordatorio-hero__subtitle {
	margin: clamp(18px, 2vw, 28px) 0 0;
	max-width: 32em;
	color: #707070;
	font-size: clamp(14px, 1.1vw, 16px);
	font-weight: 400;
	line-height: 1.5;
}

.credelio-recordatorio-hero__visual {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	min-height: inherit;
	overflow: hidden;
}

.credelio-recordatorio-hero__image,
.elementor .credelio-recordatorio-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right center;
}

@media (min-width: 1600px) {
	.credelio-recordatorio-hero__title {
		font-size: 44px;
	}
}

@media (max-width: 900px) {
	.credelio-recordatorio-hero__body {
		grid-template-columns: 1fr;
	}

	.credelio-recordatorio-hero__visual {
		order: -1;
		min-height: clamp(260px, 60vw, 440px);
	}

	.credelio-recordatorio-hero__title {
		font-size: 32px;
	}
}

@media (max-width: 640px) {
	.credelio-recordatorio-hero__content {
		padding: 36px 20px 44px;
	}

	.credelio-recordatorio-hero__title {
		font-size: 28px;
	}
}
