/* =========================================================
   HOME / FRONT PAGE
   Theme: cicloturismo
   Preparada para Elementor + carrusel salidas
   ========================================================= */

.front-page {
	position: relative;
	background: #fff;
}

/* ---------------------------------
   Área Elementor
--------------------------------- */
.front-page__builder {
	position: relative;
}

.front-page__builder > .elementor,
.front-page__builder .elementor-section-wrap {
	position: relative;
	z-index: 2;
}

/* ---------------------------------
   Placeholder mientras no haya contenido
--------------------------------- */
.home-placeholder {
	padding: 72px 0;
}

.home-placeholder--intro {
	padding-top: 84px;
	padding-bottom: 40px;
}

.home-placeholder__box {
	max-width: 880px;
	padding: 34px 32px;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	box-shadow: 0 18px 40px rgba(0,0,0,.06);
}

.home-placeholder__eyebrow {
	margin: 0 0 12px;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--cdt-red, #d71f14);
}

.home-placeholder__title {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3.2rem);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -.03em;
	color: #111;
}

.home-placeholder__text {
	max-width: 720px;
	margin: 18px 0 0;
	font-size: 1.02rem;
	line-height: 1.7;
	color: #505050;
}

.home-placeholder__section-head {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 26px;
}

.home-placeholder__section-head h3 {
	margin: 0;
	font-size: clamp(1.5rem, 2vw, 2.2rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -.02em;
	color: #111;
}

.home-placeholder__section-head p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #666;
}

.home-placeholder__footer-action {
	margin-top: 24px;
	text-align: center;
}

.home-placeholder__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border-radius: 999px;
	background: linear-gradient(
		180deg,
		var(--cdt-red-light, #ff3328) 0%,
		var(--cdt-red, #d71f14) 100%
	);
	color: #fff;
	font-size: .95rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(215,31,20,.18);
}

/* ---------------------------------
   CTA rápidos placeholder
--------------------------------- */
.home-quicklinks {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.home-quicklinks__item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 84px;
	padding: 18px;
	border-radius: 20px;
	background: linear-gradient(
		180deg,
		var(--cdt-red-light, #ff3328) 0%,
		var(--cdt-red, #d71f14) 100%
	);
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	text-align: center;
	box-shadow: 0 14px 30px rgba(215,31,20,.15);
}

.home-quicklinks__item--accent {
	background: linear-gradient(
		180deg,
		#cb1c12 0%,
		var(--cdt-red-dark, #b5170e) 100%
	);
}

/* ---------------------------------
   Cards base placeholder
--------------------------------- */
.home-rides {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.home-card {
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 32px rgba(0,0,0,.05);
}

.home-card__media {
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(215,31,20,.18), rgba(0,0,0,.08)),
		linear-gradient(180deg, #f0f0f0, #dedede);
}

.home-card__body {
	padding: 20px 20px 22px;
}

.home-card__meta {
	display: inline-block;
	margin-bottom: 10px;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--cdt-red, #d71f14);
}

.home-card__title {
	margin: 0;
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: -.02em;
	color: #111;
}

.home-card__text {
	margin: 12px 0 0;
	font-size: .98rem;
	line-height: 1.65;
	color: #5c5c5c;
}

/* ---------------------------------
   Notas placeholder
--------------------------------- */
.home-notes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	align-items: stretch;
}

.home-notes__featured {
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 18px 36px rgba(0,0,0,.05);
}

.home-notes__featured-media {
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(215,31,20,.22), rgba(0,0,0,.08)),
		linear-gradient(180deg, #ececec, #d9d9d9);
}

.home-notes__featured-body {
	padding: 22px 22px 24px;
}

.home-notes__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.home-note-mini {
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 28px rgba(0,0,0,.04);
}

.home-note-mini__media {
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(215,31,20,.16), rgba(0,0,0,.06)),
		linear-gradient(180deg, #eeeeee, #dddddd);
}

.home-note-mini__title {
	margin: 0;
	padding: 16px 16px 18px;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	color: #111;
}

/* ---------------------------------
   Calendario placeholder
--------------------------------- */
.home-calendar {
	display: flex;
	justify-content: center;
}

.home-calendar__box {
	width: 100%;
	max-width: 860px;
	padding: 18px;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(0,0,0,.05);
}

.home-calendar__row {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 18px;
	align-items: center;
	padding: 16px 12px;
	border-bottom: 1px solid rgba(0,0,0,.06);
}

.home-calendar__row:last-child {
	border-bottom: 0;
}

.home-calendar__row span {
	font-size: .9rem;
	font-weight: 800;
	color: var(--cdt-red, #d71f14);
	text-transform: uppercase;
	letter-spacing: .04em;
}

.home-calendar__row strong {
	font-size: 1rem;
	font-weight: 800;
	color: #111;
}

/* ---------------------------------
   Carrusel real: Próximas salidas
--------------------------------- */
.cdt-home-rides-section {
	padding: 76px 0;
	background: #fff;
}

.cdt-home-rides-section__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.cdt-home-rides-section__titles {
	max-width: 760px;
}

.cdt-home-rides-section__title {
	margin: 0;
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -.03em;
	color: #111;
}

.cdt-home-rides-section__subtitle {
	margin: 12px 0 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #646464;
}

.cdt-home-rides__viewport {
	overflow: hidden;
}

.cdt-home-rides__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - (3 * 22px)) / 4);
	gap: 22px;
	will-change: transform;
}

.cdt-home-rides__item {
	min-width: 0;
}

.cdt-home-rides__card {
	display: block;
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(0,0,0,.06);
	text-decoration: none;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.cdt-home-rides__card:hover,
.cdt-home-rides__card:focus {
	transform: translateY(-2px);
	box-shadow: 0 22px 38px rgba(0,0,0,.08);
	border-color: rgba(0,0,0,.12);
}

.cdt-home-rides__media {
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(215,31,20,.16), rgba(0,0,0,.08)),
		linear-gradient(180deg, #efefef, #dbdbdb);
}

.cdt-home-rides__media img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.cdt-home-rides__body {
	padding: 18px 18px 20px;
}

.cdt-home-rides__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.cdt-home-rides__date,
.cdt-home-rides__level {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: .74rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.cdt-home-rides__date {
	background: rgba(215,31,20,.10);
	color: var(--cdt-red, #d71f14);
}

.cdt-home-rides__level {
	background: rgba(0,0,0,.05);
	color: #333;
}

.cdt-home-rides__card-title {
	margin: 0;
	font-size: 1.14rem;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: -.02em;
	color: #111;
}

.cdt-home-rides__location {
	margin: 10px 0 0;
	font-size: .92rem;
	font-weight: 700;
	line-height: 1.4;
	color: #444;
}

.cdt-home-rides__excerpt {
	margin: 10px 0 0;
	font-size: .95rem;
	line-height: 1.58;
	color: #666;
}

.cdt-home-rides-section__footer {
	margin-top: 28px;
	text-align: center;
}

.cdt-home-rides-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border-radius: 999px;
	background: linear-gradient(
		180deg,
		var(--cdt-red-light, #ff3328) 0%,
		var(--cdt-red, #d71f14) 100%
	);
	color: #fff;
	font-size: .95rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(215,31,20,.18);
}

.cdt-home-rides-section__button--disabled {
	background: linear-gradient(180deg, #cfcfcf 0%, #b8b8b8 100%);
	color: #6b6b6b;
	box-shadow: none;
	cursor: not-allowed;
	pointer-events: none;
}

.cdt-home-rides__card {
	position: relative;
	isolation: isolate;
}

.cdt-home-rides__hover-overlay {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(215, 31, 20, 0.78);
	color: #fff;
	font-size: clamp(1.2rem, 1vw + 1rem, 1.9rem);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .22s ease, visibility .22s ease;
}

.cdt-home-rides__card:hover .cdt-home-rides__hover-overlay,
.cdt-home-rides__card:focus .cdt-home-rides__hover-overlay,
.cdt-home-rides__card:focus-visible .cdt-home-rides__hover-overlay {
	opacity: 1;
	visibility: visible;
}

/* ---------------------------------
   Compatibilidad básica Elementor
--------------------------------- */
.front-page .elementor-section.elementor-section-boxed > .elementor-container,
.front-page .elementor-section.elementor-section-full_width > .elementor-container {
	max-width: 1280px;
}

.front-page .elementor-widget-heading h1,
.front-page .elementor-widget-heading h2,
.front-page .elementor-widget-heading h3,
.front-page .elementor-widget-heading h4 {
	letter-spacing: -.02em;
}

.front-page .elementor-button {
	border-radius: 999px;
	font-weight: 800;
}

/* ---------------------------------
   Responsive
--------------------------------- */
@media (max-width: 1024px) {
	.home-quicklinks {
		grid-template-columns: 1fr 1fr;
	}

	.home-rides {
		grid-template-columns: 1fr;
	}

	.home-notes {
		grid-template-columns: 1fr;
	}

	.cdt-home-rides__track {
		grid-auto-columns: calc((100% - 22px) / 2);
	}
}

@media (max-width: 680px) {
	.home-placeholder {
		padding: 56px 0;
	}

	.home-placeholder__box {
		padding: 24px 20px;
		border-radius: 22px;
	}

	.home-placeholder__title {
		font-size: clamp(1.7rem, 8vw, 2.5rem);
	}

	.home-placeholder__text {
		font-size: .98rem;
	}

	.home-quicklinks {
		grid-template-columns: 1fr;
	}

	.home-quicklinks__item {
		min-height: 72px;
		font-size: .96rem;
	}

	.home-notes__grid {
		grid-template-columns: 1fr;
	}

	.home-calendar__row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.cdt-home-rides-section {
		padding: 58px 0;
	}

	.cdt-home-rides-section__head {
		margin-bottom: 22px;
	}

	.cdt-home-rides__track {
		grid-auto-columns: 100%;
	}
}

.cdt-home-rides__media {
	position: relative;
	overflow: hidden;
}

.cdt-home-rides__level-badges {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	max-width: calc(100% - 24px);
}

.cdt-home-rides__level-badge {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(0,0,0,.68);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	color: #fff;
	font-size: .72rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.cdt-home-rides__occupancy {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(0,0,0,.72);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	color: #fff;
	font-size: .76rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .02em;
}

.cdt-home-rides__item--external {}
.cdt-home-rides__card--external {
	border-color: rgba(20,20,20,.18);
	box-shadow: 0 16px 34px rgba(0,0,0,.07);
	background-color: #669933;
}

.cdt-home-rides__card--external .cdt-home-rides__date,
.cdt-home-rides__card--external .cdt-home-rides__card-title,
.cdt-home-rides__card--external .cdt-home-rides__location,
.cdt-home-rides__card--external .cdt-home-rides__excerpt
{
    color: white;
}

.cdt-home-rides__level--today {
	background: #e10600;
	color: #fff;
}

.cdt-home-rides__card--external .cdt-home-rides__hover-overlay {
	background: rgba(76, 145, 65, 0.78);
}


/* home - seccion notas */
.cdt-home-notes-section {
	padding: 34px 0 26px;
	background: #fff;
}

.cdt-home-notes-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.cdt-home-notes-section__title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #111;
}

.cdt-home-notes-section__title::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 4px;
	border-radius: 999px;
	background: #e01818;
}

.cdt-home-notes-section__link {
	color: #111;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.cdt-home-notes-section__link:hover {
	color: #e01818;
}

.cdt-home-notes-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 26px;
	align-items: stretch;
}

.cdt-home-notes-featured {
	min-width: 0;
}

.cdt-home-notes-featured__link {
	position: relative;
	display: block;
	min-height: 100%;
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none;
	background: #111;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.cdt-home-notes-featured__media {
	position: relative;
	min-height: 100%;
}

.cdt-home-notes-featured__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
}

.cdt-home-notes-featured__media::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 42%, rgba(0, 0, 0, 0.12) 100%);
}

.cdt-home-notes-featured__badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #e01818;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.cdt-home-notes-featured__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 28px 26px 24px;
	color: #fff;
}

.cdt-home-notes-featured__title {
	margin: 0 0 10px;
	font-size: clamp(2rem, 1.35rem + 1.9vw, 3.2rem);
	line-height: 0.98;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.cdt-home-notes-featured__excerpt {
	margin: 0 0 18px;
	max-width: 640px;
	font-size: 1.05rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.9);
}

.cdt-home-notes-featured__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 126px;
	padding: 12px 20px;
	border-radius: 10px;
	background: #e01818;
	color: #fff;
	font-weight: 800;
	line-height: 1;
	transition: transform .2s ease, opacity .2s ease;
}

.cdt-home-notes-featured__link:hover .cdt-home-notes-featured__cta {
	transform: translateY(-1px);
	opacity: .96;
}

.cdt-home-notes-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.cdt-home-notes-mini {
	min-width: 0;
	height: 100%;
}

.cdt-home-notes-mini__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
	transition: transform .2s ease, box-shadow .2s ease;
}

.cdt-home-notes-mini__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
}

.cdt-home-notes-mini__thumb {
	flex: 0 0 165px;
	height: 165px;
	overflow: hidden;
	background: #ddd;
}

.cdt-home-notes-mini__thumb img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}

.cdt-home-notes-mini__body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
	padding: 16px 16px 18px;
}

.cdt-home-notes-mini__title {
	margin: 0 0 14px;
	color: #111;
	font-size: 1.28rem;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.cdt-home-notes-mini__cta {
	display: inline-flex;
	align-items: center;
	color: #e01818;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1;
	margin-top: auto;
}

@media (max-width: 1100px) {
	.cdt-home-notes-grid {
		grid-template-columns: 1fr;
	}

	.cdt-home-notes-featured__media img {
		min-height: 460px;
	}
}

@media (max-width: 767px) {
	.cdt-home-notes-section {
		padding: 28px 0 18px;
	}

	.cdt-home-notes-section__head {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 18px;
	}

	.cdt-home-notes-list {
		grid-template-columns: 1fr;
	}

	.cdt-home-notes-featured__media img {
		min-height: 360px;
	}

	.cdt-home-notes-featured__overlay {
		padding: 22px 18px 18px;
	}

	.cdt-home-notes-featured__excerpt {
		font-size: 0.98rem;
	}

	.cdt-home-notes-mini__thumb {
		flex-basis: 180px;
		height: 180px;
	}
}

/* home - seccion galeria */
.cdt-home-gallery-section {
	padding: 0;
	background: transparent;
}

.cdt-home-gallery-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 10px;
}

.cdt-home-gallery-section__title {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #111;
}

.cdt-home-gallery-section__title::before {
	display: none;
}

.cdt-home-gallery-section__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #111;
	font-family: 'Inter', sans-serif;
	font-size: .78rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .2px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.cdt-home-gallery-section__link:hover,
.cdt-home-gallery-section__link:focus {
	color: #e01818;
}

.cdt-home-gallery-card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, .09);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, .07);
	overflow: hidden;
}

.cdt-home-gallery-item {
	position: relative;
	display: block;
	border-radius: 7px;
	overflow: hidden;
	background: #ddd;
	isolation: isolate;
}

.cdt-home-gallery-item--main {
	grid-column: 1 / -1;
	height: 155px;
}

.cdt-home-gallery-item--thumb {
	height: 94px;
}

.cdt-home-gallery-item img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
	transition: transform .25s ease;
}

.cdt-home-gallery-item__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .24);
	opacity: 0;
	transition: opacity .22s ease;
}

.cdt-home-gallery-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(0, 0, 0, .78);
	color: #fff;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.cdt-home-gallery-item:hover img,
.cdt-home-gallery-item:focus img {
	transform: scale(1.045);
}

.cdt-home-gallery-item:hover .cdt-home-gallery-item__overlay,
.cdt-home-gallery-item:focus .cdt-home-gallery-item__overlay {
	opacity: 1;
}

.cdt-home-gallery-card__button {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 35px;
	padding: 10px 14px;
	border-radius: 5px;
	background: #050505;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: .78rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .2s ease, transform .2s ease;
}

.cdt-home-gallery-card__button:hover,
.cdt-home-gallery-card__button:focus {
	background: #e01818;
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 767px) {
	.cdt-home-gallery-section__head {
		margin-top: 4px;
	}

	.cdt-home-gallery-card {
		gap: 7px;
		padding: 7px;
	}

	.cdt-home-gallery-item--main {
		height: 190px;
	}

	.cdt-home-gallery-item--thumb {
		height: 110px;
	}
}

/* home - seccion cumpleaños */
.cdt-home-bdays-section {
	padding: 0;
	background: transparent;
}

.cdt-home-bdays-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.cdt-home-bdays-section__title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	font-size: 1.45rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #111;
}

.cdt-home-bdays-section__title::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 4px;
	border-radius: 999px;
	background: #e01818;
}

.cdt-home-bdays-section__link {
	color: #111;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.cdt-home-bdays-section__link:hover {
	color: #e01818;
}

.cdt-home-bdays-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cdt-home-bdays-item {
	display: grid;
	grid-template-columns: minmax(148px, 176px) minmax(0, 1fr) 58px;
	align-items: center;
	gap: 16px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
	transform-origin: center center;
}

.cdt-home-bdays-item:hover {
	transform: scale(1.012);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.cdt-home-bdays-item.is-today:hover {
	transform: scale(1.018);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
}

.cdt-home-bdays-item__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.cdt-home-bdays-item__avatar {
	width: 54px;
	height: 54px;
	border-radius: 999px;
	overflow: hidden;
	background: #e9e9e9;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.cdt-home-bdays-item__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.cdt-home-bdays-item__avatar span {
	font-size: 1rem;
	font-weight: 800;
	color: #444;
}

.cdt-home-bdays-item__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 2px solid #efefef;
	border-radius: 8px;
	background: #fff;
	flex-shrink: 0;
}

.cdt-home-bdays-item__day {
	font-size: 1.45rem;
	font-weight: 900;
	line-height: 1;
	color: #111;
}

.cdt-home-bdays-item__month {
	margin-top: 2px;
	font-size: 0.7rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #666;
	text-transform: uppercase;
}

.cdt-home-bdays-item__body {
	min-width: 0;
}

.cdt-home-bdays-item__name {
	margin: 0 0 4px;
	font-size: 1.1rem;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: #111;
}

.cdt-home-bdays-item__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.2;
	color: #555;
}

.cdt-home-bdays-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
}

.cdt-home-bdays-item__icon img {
	display: block;
	max-width: 52px;
	max-height: 52px;
	width: auto;
	height: auto;
	object-fit: contain;
}



.cdt-home-bdays-item.is-today {
	position: relative;
	overflow: visible;
	border-color: #f1c642;
	background: #fffdf6;
}


.cdt-home-bdays-item.is-today::before,
.cdt-home-bdays-item.is-today::after {
	content: '';
	position: absolute;
	pointer-events: none;
	z-index: 1;
	width: 72px;
	height: 72px;
	background-repeat: no-repeat;
	background-size: 12px 12px, 10px 10px, 8px 8px, 9px 9px, 7px 7px, 6px 6px;
	animation: cdtBirthdayConfettiFloat 3.4s ease-in-out infinite;
	opacity: 0.95;
}

.cdt-home-bdays-item.is-today::before {
	top: 18px;
	left: 18px;
	background-image:
		radial-gradient(circle at center, #ff5a5f 0 58%, transparent 60%),
		radial-gradient(circle at center, #ffd24a 0 58%, transparent 60%),
		radial-gradient(circle at center, #3ecf8e 0 58%, transparent 60%),
		radial-gradient(circle at center, #4da3ff 0 58%, transparent 60%),
		radial-gradient(circle at center, #ff8a3d 0 58%, transparent 60%),
		radial-gradient(circle at center, #c46bff 0 58%, transparent 60%);
	background-position: 6px 12px, 38px 6px, 56px 30px, 24px 48px, 50px 54px, 8px 60px;
}

.cdt-home-bdays-item.is-today::after {
	right: 22px;
	bottom: 14px;
	background-image:
		radial-gradient(circle at center, #ffd24a 0 58%, transparent 60%),
		radial-gradient(circle at center, #ff5a5f 0 58%, transparent 60%),
		radial-gradient(circle at center, #4da3ff 0 58%, transparent 60%),
		radial-gradient(circle at center, #3ecf8e 0 58%, transparent 60%),
		radial-gradient(circle at center, #c46bff 0 58%, transparent 60%),
		radial-gradient(circle at center, #ff8a3d 0 58%, transparent 60%);
	background-position: 12px 44px, 40px 14px, 58px 42px, 26px 58px, 8px 18px, 50px 62px;
	animation-delay: 0.5s;
}

@keyframes cdtBirthdayConfettiFloat {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	35% {
		transform: translate3d(0, -4px, 0) rotate(3deg);
	}
	70% {
		transform: translate3d(0, 3px, 0) rotate(-3deg);
	}
}

.cdt-home-bdays-item.is-today .cdt-home-bdays-item__meta,
.cdt-home-bdays-item.is-today .cdt-home-bdays-item__body,
.cdt-home-bdays-item.is-today .cdt-home-bdays-item__icon {
	position: relative;
	z-index: 2;
}

.cdt-home-bdays-item__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 10px;
	background: #f4cd3c;
	border: 1px solid rgba(17, 17, 17, 0.08);
	color: #111;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.cdt-home-bdays-item__badge::before {
	content: '🎉';
	font-size: 0.9em;
	line-height: 1;
}

.cdt-home-bdays-item.is-today .cdt-home-bdays-item__badge {
	position: absolute;
	top: 0;
	left: 26px;
	z-index: 3;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.cdt-home-bdays-section__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.cdt-home-bdays-item {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.cdt-home-bdays-item__meta {
		gap: 10px;
	}

	.cdt-home-bdays-item__avatar {
		width: 48px;
		height: 48px;
	}

	.cdt-home-bdays-item__date {
		width: 52px;
		height: 52px;
	}

	.cdt-home-bdays-item__day {
		font-size: 1.25rem;
	}

	.cdt-home-bdays-item__icon {
		display: none;
	}
}

.cdt-home-bdays-empty {
	padding: 16px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #ececec;
	color: #555;
	font-weight: 600;
}

@media (max-width: 767px) {
	.cdt-home-bdays-section__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.cdt-home-bdays-item {
		grid-template-columns: 48px 52px minmax(0, 1fr);
		gap: 12px;
	}

	.cdt-home-bdays-item__avatar {
		width: 48px;
		height: 48px;
	}

	.cdt-home-bdays-item__date {
		width: 52px;
		height: 52px;
	}

	.cdt-home-bdays-item__day {
		font-size: 1.25rem;
	}

	.cdt-home-bdays-item__icon {
		display: none;
	}
}

.cdt-home-bdays-legend {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	margin-top: 14px;
	padding: 14px 16px;
	border-radius: 10px;
	background: #fff7f7;
	border: 1px solid #f3d2d2;
	color: #444;
}

.cdt-home-bdays-legend__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	flex-shrink: 0;
}

.cdt-home-bdays-legend__icon img {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.cdt-home-bdays-legend__text {
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.45;
	color: #444;
}

@media (max-width: 767px) {
	.cdt-home-bdays-legend {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 12px;
		padding: 13px 14px;
	}

	.cdt-home-bdays-legend__icon {
		width: 44px;
		height: 44px;
	}

	.cdt-home-bdays-legend__icon img {
		width: 34px;
		height: 34px;
	}

	.cdt-home-bdays-legend__text {
		font-size: 0.92rem;
	}
}

.cdt-home-bdays-item.is-today {
	background: linear-gradient(135deg, rgba(190, 24, 49, 0.14), rgba(255, 255, 255, 0.98));
	border-color: rgba(190, 24, 49, 0.32);
	box-shadow: 0 16px 34px rgba(190, 24, 49, 0.14);
}

.cdt-home-bdays-item.is-today .cdt-home-bdays-item__avatar {
	box-shadow: 0 0 0 4px rgba(190, 24, 49, 0.14);
}

.cdt-home-bdays-item.is-today .cdt-home-bdays-item__body {
	padding-right: 8px;
}

.cdt-home-bdays-item__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.38rem 0.68rem;
	min-height: 34px;
	border-radius: 999px;
	background: #be1831;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 10px 20px rgba(190, 24, 49, 0.22);
	white-space: normal;
}

@media (max-width: 767px) {
	.cdt-home-bdays-item__badge {
		font-size: 0.62rem;
		padding: 0.34rem 0.55rem;
		min-height: 30px;
	}
}

@media (max-width: 767px) {
	.cdt-home-bdays-item:hover,
	.cdt-home-bdays-item.is-today:hover {
		transform: scale(1.01);
	}

	.cdt-home-bdays-item.is-today::after {
		right: 10px;
		bottom: 10px;
		transform: scale(0.78);
		transform-origin: bottom right;
	}
}

/* ---------------------------------
   Home: salida destacada única
--------------------------------- */
.cdt-featured-ride-section {
	width: 100%;
}

.cdt-featured-ride__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 10px;
}

.cdt-featured-ride__title {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .3px;
	text-transform: uppercase;
	color: #111;
}

.cdt-featured-ride__all {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .2px;
	text-transform: uppercase;
	color: #111;
	text-decoration: none;
	white-space: nowrap;
}

.cdt-featured-ride__all:hover,
.cdt-featured-ride__all:focus {
	color: #e10600;
}

.cdt-featured-ride-card {
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.10);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 9px rgba(0,0,0,.07);
}

.cdt-featured-ride-card__media {
	position: relative;
	display: block;
	min-height: 170px;
	aspect-ratio: 16 / 7.4;
	background: #e9e9e9;
	overflow: hidden;
	text-decoration: none;
}

.cdt-featured-ride-card__media img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform .25s ease;
}

.cdt-featured-ride-card:hover .cdt-featured-ride-card__media img {
	transform: scale(1.035);
}

.cdt-featured-ride-card__date {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 72px;
	min-height: 88px;
	padding: 8px 6px;
	border-radius: 4px;
	background: #e10600;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(0,0,0,.22);
}

.cdt-featured-ride-card__date strong {
	font-size: 34px;
	line-height: .9;
}

.cdt-featured-ride-card__date span {
	margin-top: 3px;
	font-size: 21px;
	line-height: .95;
}

.cdt-featured-ride-card__date em {
	margin-top: 5px;
	font-style: normal;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.cdt-featured-ride-card__body {
	padding: 14px 14px 16px;
}

.cdt-featured-ride-card__name {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: .2px;
	text-transform: uppercase;
	color: #111;
}

.cdt-featured-ride-card__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
}

.cdt-featured-ride-card__tag {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .2px;
	text-transform: uppercase;
}

.cdt-featured-ride-card__tag::before {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: currentColor;
}

.cdt-featured-ride-card__tag--green {
	color: #2f9a48;
}

.cdt-featured-ride-card__tag--red {
	color: #e10600;
}

.cdt-featured-ride-card__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 18px;
}

.cdt-featured-ride-card__stat {
	display: grid;
	grid-template-columns: 24px 1fr;
	grid-template-rows: auto auto;
	column-gap: 7px;
	align-items: center;
	min-width: 0;
}

.cdt-featured-ride-card__stat-icon {
	grid-row: 1 / span 2;
	font-size: 21px;
	line-height: 1;
	color: #111;
	filter: grayscale(1);
}

.cdt-featured-ride-card__stat strong {
	font-size: 12px;
	font-weight: 900;
	line-height: 1.1;
	color: #111;
	white-space: nowrap;
}

.cdt-featured-ride-card__stat small {
	margin-top: 2px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.15;
	color: #707070;
}

.cdt-featured-ride-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 34px;
	margin-top: 17px;
	border-radius: 4px;
	background: #050505;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease;
}

.cdt-featured-ride-card__button:hover,
.cdt-featured-ride-card__button:focus {
	background: #e10600;
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 680px) {
	.cdt-featured-ride-card__media {
		min-height: 190px;
	}

	.cdt-featured-ride-card__stats {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

/* CDH home - Cumples del mes estilo mockup 2026 */
.cdt-home-bdays-section--mockup {
	padding: 0;
	background: transparent;
	font-family: 'Inter', sans-serif;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 10px;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-section__title {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-size: clamp(1.45rem, 2vw, 1.45rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #111;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-section__title::before {
	display: none;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-section__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	color: #111;
	white-space: nowrap;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-section__link:hover {
	color: #df1010;
}

.cdt-home-bdays-card {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	padding: 0 16px 14px;
	overflow: hidden;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	align-items: center;
	gap: 12px;
	min-height: 68px;
	padding: 11px 0;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #eeeeee;
	border-radius: 0;
	box-shadow: none;
	transform: none;
	transition: none;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item:hover,
.cdt-home-bdays-section--mockup .cdt-home-bdays-item.is-today:hover {
	transform: none;
	box-shadow: none;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item.is-today {
	background: #fff;
	border-color: #eeeeee;
	box-shadow: none;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item:last-child {
	border-bottom: 0;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item::before,
.cdt-home-bdays-section--mockup .cdt-home-bdays-item::after {
	display: none;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item__avatar {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: #e9e9e9;
	overflow: hidden;
	box-shadow: none;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item__avatar span {
	font-size: 0.78rem;
	font-weight: 900;
	color: #333;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item__body {
	min-width: 0;
	padding: 0;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item__name {
	margin: 0 0 3px;
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.01em;
	color: #181818;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item__date-text {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.1;
	color: #333;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item__cake {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid #ef2a2a;
	border-radius: 999px;
	color: #ef2a2a;
	background: #fff;
	justify-self: end;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-item__cake svg {
	display: block;
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin-top: 8px;
	border-radius: 6px;
	background: #df1010;
	color: #fff;
	font-size: 0.88rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 6px 14px rgba(223, 16, 16, 0.22);
	transition: transform 180ms ease, background-color 180ms ease;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-card__button:hover {
	background: #c80000;
	color: #fff;
	transform: translateY(-1px);
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-empty {
	padding: 16px 0;
	border: 0;
	background: #fff;
	color: #555;
	font-size: 0.92rem;
	font-weight: 700;
}

.cdt-home-bdays-section--mockup .cdt-home-bdays-legend {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.cdt-home-bdays-section--mockup .cdt-home-bdays-section__head {
		flex-direction: row;
		align-items: center;
	}

	.cdt-home-bdays-card {
		padding: 0 14px 14px;
	}

	.cdt-home-bdays-section--mockup .cdt-home-bdays-item {
		grid-template-columns: 42px minmax(0, 1fr) 40px;
		gap: 10px;
	}
}

/* =========================================================
   HOME - NOTAS DESTACADAS MOCKUP V11
   Cinco cards iguales con miniaturas de altura fija.
   ========================================================= */
.cdt-home-notes-section--mockup {
	padding: 34px 0 36px;
	background: #fff;
}

.cdt-home-notes-section--mockup .cdt-home-notes-section__head {
	margin-bottom: 18px;
}

.cdt-home-notes-section--mockup .cdt-home-notes-section__title {
	font-family: 'Oswald', sans-serif;
	font-size: clamp(1.55rem, 1.2rem + 1vw, 2.1rem);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cdt-home-notes-cards {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.cdt-home-note-card {
	min-width: 0;
	height: 100%;
}

.cdt-home-note-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	color: #111;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
	transition: transform .2s ease, box-shadow .2s ease;
}

.cdt-home-note-card__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, .14);
}

.cdt-home-note-card__thumb {
	width: 100%;
	height: var(--cdt-home-note-thumb-height, 145px);
	min-height: var(--cdt-home-note-thumb-height, 145px);
	max-height: var(--cdt-home-note-thumb-height, 145px);
	overflow: hidden;
	background: #ddd;
}

.cdt-home-note-card__thumb img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.cdt-home-note-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 13px 13px 15px;
}

.cdt-home-note-card__date {
	margin-bottom: 7px;
	color: #d71919;
	font-size: .72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.cdt-home-note-card__title {
	margin: 0 0 8px;
	color: #111;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -.01em;
}

.cdt-home-note-card__excerpt {
	margin: 0 0 12px;
	color: #5d5d5d;
	font-size: .86rem;
	line-height: 1.35;
}

.cdt-home-note-card__cta {
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	color: #d71919;
	font-size: .82rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .02em;
}

@media (max-width: 1100px) {
	.cdt-home-notes-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.cdt-home-notes-cards {
		grid-template-columns: 1fr;
	}

	.cdt-home-note-card__thumb {
		height: 180px;
		min-height: 180px;
		max-height: 180px;
	}
}


/* =========================================================
   HOME - NOTAS DESTACADAS MOCKUP V13
   Unifica encabezado/tipografía con salida destacada, galería y cumples.
   ========================================================= */
.cdt-home-notes-section--mockup {
    padding: 0;
    background: transparent;
}

.cdt-home-notes-section--mockup .site-container {
    padding-left: 0;
    padding-right: 0;
}

.cdt-home-notes-section--mockup .cdt-home-notes-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.cdt-home-notes-section--mockup .cdt-home-notes-section__title {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #111;
}

.cdt-home-notes-section--mockup .cdt-home-notes-section__title::before {
    display: none !important;
    content: none !important;
}

.cdt-home-notes-section--mockup .cdt-home-notes-section__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #111;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .2px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.cdt-home-notes-section--mockup .cdt-home-notes-section__link:hover,
.cdt-home-notes-section--mockup .cdt-home-notes-section__link:focus {
    color: #e01818;
}

.cdt-home-notes-section--mockup .cdt-home-notes-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.cdt-home-notes-section--mockup .cdt-home-note-card__link {
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,.07);
}

.cdt-home-notes-section--mockup .cdt-home-note-card__thumb {
    width: 100%;
    height: 145px !important;
    min-height: 145px !important;
    max-height: 145px !important;
    overflow: hidden;
}

.cdt-home-notes-section--mockup .cdt-home-note-card__thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.cdt-home-notes-section--mockup .cdt-home-note-card__title {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: .3px;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .cdt-home-notes-section--mockup .cdt-home-notes-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .cdt-home-notes-section--mockup .cdt-home-notes-section__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .cdt-home-notes-section--mockup .cdt-home-notes-cards {
        grid-template-columns: 1fr;
    }

    .cdt-home-notes-section--mockup .cdt-home-note-card__thumb {
        height: 180px !important;
        min-height: 180px !important;
        max-height: 180px !important;
    }
}
