.ld-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	border-radius: 999px;
	font-family: "Work Sans", sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ld-btn--primary {
	background: #1f2933;
	color: #fff;
}

.ld-btn--primary:hover {
	background: #334155;
	color: #fff;
}

.ld-card .ld-btn--primary,
.ld-card a.ld-card__cta {
	color: #155F3B !important;
	background: #78BBAE !important;
	font-weight: 400 !important;
}

.ld-card .ld-btn--primary:hover,
.ld-card a.ld-card__cta:hover {
	color: #155F3B !important;
	background: #E2CBDE !important;
}

.ld-btn--ghost {
	background: transparent;
	color: #1f2933;
	border-color: rgba(31, 41, 51, 0.18);
}

.ld-btn--ghost:hover {
	border-color: #1f2933;
}

.ld-filters {
	max-width: 920px;
	margin: 0 auto 32px;
	padding: 24px;
	background: #fff;
	border: 1px solid rgba(31, 41, 51, 0.08);
	border-radius: 14px;
}

.ld-filters__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ld-filters__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ld-filters__label {
	font-family: "Work Sans", sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #52606d;
}

.ld-filters select {
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid rgba(31, 41, 51, 0.12);
	border-radius: 10px;
	background: #fff;
	font-family: "Work Sans", sans-serif;
	font-size: 0.95rem;
	color: #1f2933;
}

.ld-filters__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.ld-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 920px;
	margin: 0 auto;
}

.ld-card {
	position: relative;
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	background: #fff;
	border: 1px solid rgba(31, 41, 51, 0.08);
	border-radius: 14px;
	padding: 20px 24px;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ld-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 40px rgba(31, 41, 51, 0.08);
}

.ld-card--oro {
	border-color: rgba(180, 137, 74, 0.45);
	box-shadow: inset 4px 0 0 #b4894a;
}

.ld-card--plata {
	box-shadow: inset 4px 0 0 #8a95a1;
}

.ld-card--bronce {
	box-shadow: inset 4px 0 0 #c08a4a;
}

.ld-card__media {
	grid-column: 1;
	background: #075831;
	border-radius: 12px;
	overflow: hidden;
}

.ld-card__media--has-logo {
	background: transparent;
	box-shadow: 0 6px 18px rgba(31, 41, 51, 0.12);
}

.ld-card__media img {
	width: 96px;
	height: 96px;
	object-fit: contain;
	display: block;
	padding: 8px;
	background: transparent;
}

.ld-card__body {
	grid-column: 2;
	min-width: 0;
	padding: 0;
}

.ld-card__heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 8px;
}

.ld-card__title {
	margin: 0;
	font-family: "Marcellus", serif;
	font-size: 1.35rem;
	font-weight: 500;
	color: #1f2933;
}

.ld-card__excerpt {
	margin: 0 0 12px;
	font-family: "Work Sans", sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #52606d;
}

.ld-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.ld-card__meta span {
	font-family: "Work Sans", sans-serif;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #7b8794;
	background: #f7f5f1;
	padding: 6px 10px;
	border-radius: 999px;
}

.ld-card__aside {
	grid-column: 3;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ld-card__cta {
	margin: 0;
	white-space: nowrap;
	flex-shrink: 0;
}

.ld-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-family: "Work Sans", sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ld-card .ld-badge {
	position: static;
	flex-shrink: 0;
}

.ld-badge--oro {
	background: #C19D44;
	color: #fff;
}

.ld-badge--plata {
	background: #787878;
	color: #fff;
}

.ld-badge--bronce {
	background: #AF7E6A;
	color: #fff;
}

.ld-hero,
.ld-tax-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 650px;
	background-color: #1f2933;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.ld-hero::before,
.ld-tax-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(31, 41, 51, 0.48);
}

.ld-hero:not(.ld-hero--image)::before,
.ld-tax-hero:not(.ld-tax-hero--image)::before {
	background: #78BBAE;
}

.ld-hero:not(.ld-hero--image),
.ld-tax-hero:not(.ld-tax-hero--image) {
	background-color: transparent;
	min-height: 280px;
}

.ld-hero__inner,
.ld-tax-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 920px;
	margin: 0 auto;
	padding: 80px 24px;
}

.ld-hero__logo {
	margin: 24px auto 0;
	width: 96px;
	height: 96px;
}

.ld-hero__logo img {
	width: 96px;
	height: 96px;
	object-fit: contain;
	border-radius: 16px;
	background: #fff;
	padding: 8px;
}

.ld-hero__tags,
.ld-tax-hero__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 18px;
}

.ld-tag {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	font-family: "Work Sans", sans-serif;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
}

.ld-hero:not(.ld-hero--image) .ld-tag,
.ld-tax-hero:not(.ld-tax-hero--image) .ld-tag {
	background: rgba(31, 41, 51, 0.06);
	color: #52606d;
}

.ld-hero__title,
.ld-tax-hero__title {
	margin: 0 0 16px;
	font-family: "Marcellus", serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 500;
	color: #fff;
}

.ld-hero:not(.ld-hero--image) .ld-hero__title,
.ld-tax-hero:not(.ld-tax-hero--image) .ld-tax-hero__title {
	color: #fff;
}

.ld-hero__lead,
.ld-tax-hero__intro {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	font-size: 1.15rem;
	line-height: 1.7;
	color: #fff;
}

.ld-hero:not(.ld-hero--image) .ld-hero__lead,
.ld-tax-hero:not(.ld-tax-hero--image) .ld-tax-hero__intro {
	color: #fff;
}

.ld-hero__lead p,
.ld-tax-hero__intro p {
	margin: 0 0 0.6em;
}

.ld-hero__lead p:last-child,
.ld-tax-hero__intro p:last-child {
	margin-bottom: 0;
}

.ld-hero__lead img,
.ld-section-title img {
	height: 1.25em;
	width: auto;
	max-width: 2em;
	vertical-align: middle;
	display: inline;
}

.ld-content-box,
.ld-contact-box,
.ld-reviews,
.ld-seo-content {
	max-width: 920px;
	margin: 0 auto 32px;
	padding: 0 24px;
}

.ld-seo-content {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid rgba(31, 41, 51, 0.08);
}

.ld-section-title {
	display: flex;
	align-items: center;
	gap: 2em;
	margin: 0 0 18px;
	font-family: "Marcellus", serif;
	font-size: 1.6rem;
	font-weight: 500;
	color: #1f2933;
}

.ld-section-title--h3 {
	font-size: 1.35rem;
}

.ld-section-title--h4 {
	font-size: 1.15rem;
}

.ld-section-title--h5 {
	font-size: 1.05rem;
}

.ld-section-title__icon {
	width: 1.15em;
	height: 1.15em;
	object-fit: contain;
	flex: 0 0 auto;
}

.ld-rich-text {
	font-family: "Work Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.8;
	color: #334155;
}

.ld-rich-text img {
	max-width: 100%;
	height: auto;
}

.ld-contact-box {
	background: #fff;
	border: 1px solid rgba(31, 41, 51, 0.08);
	border-radius: 14px;
	padding: 28px;
}

.ld-contact-box .elementor-widget:has(.elementor-widget-container:empty) {
	display: none;
}

.ld-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ld-content-box--media {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 32px;
	align-items: start;
}

.ld-content-box__photo {
	margin: 0;
}

.ld-content-box__photo img {
	width: 100%;
	display: block;
	border-radius: 14px;
	object-fit: cover;
}

.ld-contact-list li,
.ld-contact-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(31, 41, 51, 0.06);
	font-family: "Work Sans", sans-serif;
	color: #334155;
}

.ld-contact-icon {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	color: #075831;
	margin-top: 2px;
}

.ld-contact-icon--whatsapp {
	color: #25d366;
}

.ld-contact-icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.ld-contact-text {
	min-width: 0;
}

.ld-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.ld-social {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #075831;
	color: #fff !important;
	text-decoration: none;
}

.ld-social svg {
	width: 20px;
	height: 20px;
}

.ld-social:hover {
	background: #155f3b;
	color: #fff !important;
}

.ld-contact-list li:last-child {
	border-bottom: 0;
}

.ld-reviews__list {
	display: grid;
	gap: 18px;
}

.ld-review {
	background: #fff;
	border: 1px solid rgba(31, 41, 51, 0.08);
	border-radius: 14px;
	padding: 22px;
}

.ld-review__stars {
	color: #b4894a;
	margin-bottom: 10px;
}

.ld-review__text,
.ld-review__meta {
	font-family: "Work Sans", sans-serif;
	color: #52606d;
}

.ld-section-block {
	margin: 0 0 8em;
}

.ld-section-block:last-child {
	margin-bottom: 0;
}

.ld-section-block--media .ld-section-block__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(160px, 280px);
	gap: 24px;
	align-items: start;
	margin-top: 1em;
}

.ld-section-block--media-izquierda .ld-section-block__body {
	grid-template-columns: minmax(160px, 280px) minmax(0, 1fr);
}

.ld-section-block--media-izquierda .ld-section-block__photo {
	order: -1;
}

.ld-section-block__photo {
	margin: 0;
}

.ld-section-block__photo img {
	width: 100%;
	display: block;
	border-radius: 14px;
	object-fit: cover;
}

.ld-map {
	margin-top: 22px;
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 16 / 9;
}

.ld-map iframe {
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 0;
}

.ld-empty {
	text-align: center;
	font-family: "Work Sans", sans-serif;
	color: #7b8794;
}

.ld-el-placeholder {
	padding: 28px 18px;
	text-align: center;
	background: #f4f7f5;
	border: 1px dashed #075831;
	color: #075831;
	font-family: "Work Sans", sans-serif;
	font-size: 0.95rem;
}

.e-loop-item .ld-card {
	width: 100%;
	height: 100%;
}

.ld-section-title {
	margin-bottom: 1.6em !important;
}

..elementor-element.elementor-element-42673f0.e-con{
	margin-top: 3em !important;
}

@media (max-width: 767px) {
	.ld-filters {
		padding: 18px;
	}

	.ld-filters__grid {
		grid-template-columns: 1fr;
	}

	.ld-card {
		grid-template-columns: 72px minmax(0, 1fr) auto;
		gap: 14px;
		padding: 16px;
	}

	.ld-card__media img {
		width: 72px;
		height: 72px;
	}

	.ld-card__cta {
		padding: 10px 16px;
		min-height: 42px;
		font-size: 0.8rem;
	}

	.ld-hero,
	.ld-tax-hero {
		min-height: 480px;
	}

	.ld-hero:not(.ld-hero--image),
	.ld-tax-hero:not(.ld-tax-hero--image) {
		min-height: 220px;
	}

	.ld-hero__inner,
	.ld-tax-hero__inner {
		padding: 56px 18px;
	}

	.ld-content-box--media,
	.ld-section-block--media .ld-section-block__body {
		grid-template-columns: 1fr;
	}

	.ld-content-box,
	.ld-contact-box,
	.ld-reviews {
		padding: 0 18px;
	}
}
