.vcf-home,
.vcf-single {
	--white: #fdfaf6;
	--cream: #f5efe6;
	--terra: #c1654a;
	--terra-d: #9e4e38;
	--terra-l: #e8896f;
	--coffee: #3d1f12;
	--coffee-m: #6b3a2a;
	--green: #4a6741;
	--gray: #8a7a72;
	--gray-l: #d4cbc4;
	background: var(--white);
	color: var(--coffee);
	font-family: 'Inter', sans-serif;
}

.single-viaje .site-content > .ast-container,
.single-viaje .site-content .ast-container,
.single-viaje #primary,
.single-viaje .entry-content,
.single-viaje .ast-article-single {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

@media (min-width: 922px) {
	.single-viaje .site-content .ast-container {
		display: block !important;
	}
}

.vcf-wrap {
	width: min(1240px, 100% - 48px);
	margin: 0 auto;
}

.vcf-home .vcf-hero {
	position: relative;
	padding: 92px 0 34px;
	background:
		radial-gradient(circle at 20% 10%, rgba(255, 220, 168, 0.45), transparent 32%),
		linear-gradient(180deg, #fffaf2 0%, #f7efe3 100%);
}

.vcf-home .vcf-hero-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 1.15fr);
	align-items: stretch;
	border-radius: 32px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(139, 94, 52, 0.14);
	box-shadow: 0 30px 60px rgba(61, 31, 18, 0.12);
}

.vcf-home .vcf-hero-copy {
	padding: 56px 52px;
	background:
		linear-gradient(120deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 247, 235, 0.88) 60%, rgba(255, 247, 235, 0) 100%);
	position: relative;
	z-index: 2;
}

.vcf-home .vcf-hero-visual {
	min-height: 520px;
	position: relative;
}

.vcf-home .vcf-hero-visual-image {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(247, 239, 227, 0.2) 0%, rgba(247, 239, 227, 0) 20%),
		url('https://images.unsplash.com/photo-1447933601403-0c6688de566e?w=1600&q=80') center/cover;
}

.vcf-home .vcf-hero-card-v1 {
	background: rgba(255, 251, 245, 0.84);
	border-color: rgba(75, 30, 45, 0.14);
	box-shadow: 0 30px 60px rgba(75, 30, 45, 0.12);
}

.vcf-home .vcf-hero-card-v1 .vcf-hero-copy {
	background:
		linear-gradient(120deg, rgba(251, 244, 242, 0.97) 0%, rgba(249, 238, 234, 0.88) 60%, rgba(249, 238, 234, 0) 100%);
}

.vcf-home .vcf-hero-card-v1 .vcf-hero-pill {
	color: #6f2238;
	border-color: rgba(111, 34, 56, 0.2);
}

.vcf-home .vcf-hero-card-v1 h1 em {
	color: #6f2238;
}

.vcf-home .vcf-hero-visual-image-v1 {
	background:
		linear-gradient(90deg, rgba(247, 239, 227, 0.16) 0%, rgba(247, 239, 227, 0) 22%),
		url('https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?w=1600&q=80') center/cover;
}

.vcf-home .vcf-hero-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 22px;
	border-radius: 24px;
	overflow: hidden;
	background: rgba(139, 94, 52, 0.12);
	box-shadow: 0 18px 42px rgba(61, 31, 18, 0.08);
}

.vcf-home .vcf-hero-feature {
	padding: 24px 28px;
	background: rgba(255, 251, 245, 0.92);
}

.vcf-home .vcf-hero-feature strong {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 1.08rem;
	color: var(--coffee);
	margin-bottom: 7px;
}

.vcf-home .vcf-hero-feature span {
	display: block;
	color: var(--gray);
	font-size: 0.88rem;
	line-height: 1.6;
}

.vcf-home .vcf-hero-pill,
.vcf-home .vcf-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--terra);
	margin-bottom: 14px;
}

.vcf-home .vcf-hero-pill {
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(139, 94, 52, 0.22);
	padding: 7px 16px;
	border-radius: 999px;
	margin-bottom: 28px;
}

.vcf-home h1,
.vcf-home h2,
.vcf-single h1 {
	font-family: 'Playfair Display', serif;
	color: var(--coffee);
	letter-spacing: -0.8px;
	line-height: 1.12;
}

.vcf-home h1 {
	font-size: clamp(3rem, 5.2vw, 5.35rem);
	margin: 0 0 20px;
}

.vcf-home h1 em {
	color: var(--terra);
	font-style: italic;
}

.vcf-home .vcf-lead {
	font-size: 1.08rem;
	color: var(--gray);
	line-height: 1.75;
	max-width: 500px;
	margin-bottom: 34px;
}

.vcf-home .vcf-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.vcf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 26px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.88rem;
	transition: all 0.25s;
}

.vcf-btn-primary {
	background: var(--terra);
	color: #fff;
	box-shadow: 0 4px 18px rgba(193, 101, 74, 0.3);
}

.vcf-btn-primary:hover {
	background: var(--terra-d);
	color: #fff;
	transform: translateY(-2px);
}

.vcf-btn-ghost {
	border: 2px solid var(--gray-l);
	color: var(--coffee-m);
}

.vcf-btn-ghost:hover {
	border-color: var(--terra);
	color: var(--terra);
}

.vcf-section {
	padding: 92px 0;
}

.vcf-section-light {
	background: var(--cream);
}

.vcf-section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 44px;
}

.vcf-section-head h2,
.vcf-exp h2,
.vcf-newsletter h2 {
	font-size: clamp(1.9rem, 3.3vw, 3rem);
	margin: 0;
}

.vcf-section-head a {
	color: var(--terra);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.vcf-subnav {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.vcf-subnav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--gray-l);
	color: var(--coffee-m);
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.vcf-subnav a:hover,
.vcf-subnav a.is-active {
	background: var(--terra);
	border-color: var(--terra);
	color: #fff;
}

.vcf-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.vcf-card {
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 18px rgba(61, 31, 18, 0.06);
	transition: transform 0.3s, box-shadow 0.3s;
}

.vcf-card.is-big {
	grid-column: span 2;
}

.vcf-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 38px rgba(61, 31, 18, 0.13);
}

.vcf-card-media {
	display: block;
	position: relative;
	overflow: hidden;
}

.vcf-card-media img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 0.45s;
}

.vcf-card.is-big .vcf-card-media img {
	height: 280px;
}

.vcf-card:hover .vcf-card-media img {
	transform: scale(1.05);
}

.vcf-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: #fff;
	color: var(--terra);
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.vcf-ribbon {
	position: absolute;
	top: 18px;
	left: -34px;
	z-index: 3;
	width: 175px;
	padding: 8px 0;
	transform: rotate(-35deg);
	background: linear-gradient(135deg, #7a1616 0%, #c53b30 100%);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-align: center;
	box-shadow: 0 10px 24px rgba(122, 22, 22, 0.35);
}

.vcf-card-body {
	padding: 22px 24px 26px;
}

.vcf-date {
	font-size: 0.72rem;
	color: var(--terra);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.vcf-card h3 {
	margin: 0 0 8px;
	font-family: 'Playfair Display', serif;
	font-size: 1.2rem;
	line-height: 1.3;
}

.vcf-card h3 a {
	color: var(--coffee);
	text-decoration: none;
}

.vcf-card p {
	margin: 0;
	font-size: 0.86rem;
	color: var(--gray);
	line-height: 1.65;
}

.vcf-card-foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
	padding-top: 13px;
	border-top: 1px solid var(--cream);
}

.vcf-price {
	font-family: 'Playfair Display', serif;
	font-size: 1.24rem;
	font-weight: 700;
	color: var(--coffee);
}

.vcf-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 16px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	background: var(--cream);
	color: var(--terra);
	text-decoration: none;
}

.vcf-link:hover {
	background: var(--terra);
	color: #fff;
}

.vcf-exp {
	background: var(--coffee);
	color: #fff;
	position: relative;
	overflow: hidden;
}

.vcf-exp::before {
	content: '';
	position: absolute;
	top: -80px;
	right: -80px;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(193, 101, 74, 0.15) 0%, transparent 70%);
}

.vcf-exp .vcf-wrap {
	position: relative;
	z-index: 2;
}

.vcf-exp h2 {
	color: var(--cream);
}

.vcf-exp .vcf-kicker {
	color: var(--terra-l);
}

.vcf-exp-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 44px;
}

.vcf-exp-grid article {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 18px;
	padding: 26px 24px;
}

.vcf-exp-grid h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.1rem;
	margin: 0 0 8px;
	color: var(--cream);
}

.vcf-exp-grid p {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.65;
	color: rgba(245, 239, 230, 0.65);
}

.vcf-content {
	max-width: 900px;
	line-height: 1.82;
	font-size: 0.96rem;
	color: var(--coffee-m);
}

.vcf-newsletter {
	background: linear-gradient(135deg, var(--terra) 0%, var(--coffee-m) 100%);
	text-align: center;
	color: #fff;
}

.vcf-newsletter h2 {
	color: #fff;
	margin: 0 0 12px;
}

.vcf-newsletter p {
	max-width: 760px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.75);
}

.vcf-newsletter-form {
	max-width: 860px;
	margin: 34px auto 0;
}

.vcf-newsletter-form .sib_signup_form {
	position: relative;
	margin: 0;
}

.vcf-newsletter-form .sib_loader {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 3;
}

.vcf-newsletter-form [class^='sib_signup_box_inside_'] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
	padding: 30px;
	background: rgba(255, 250, 245, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 26px;
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 42px rgba(61, 31, 18, 0.16);
}

.vcf-newsletter-form .sib_msg_disp,
.vcf-newsletter-form .sib-email-area,
.vcf-newsletter-form .sib-default-btn {
	grid-column: 1 / -1;
}

.vcf-newsletter-form #sib_captcha_invisible,
.vcf-newsletter-form .cf-turnstile,
.vcf-newsletter-form .cf-turnstile + div,
.vcf-newsletter-form .invi-recaptcha {
	grid-column: 1 / -1;
}

.vcf-newsletter-form .sib_signup_form p {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	text-align: left;
	color: rgba(255, 255, 255, 0.78);
}

.vcf-newsletter-form .sib_signup_form input[type='email'],
.vcf-newsletter-form .sib_signup_form input[type='text'] {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 15px 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--coffee);
	font-size: 0.95rem;
	font-family: 'Inter', sans-serif;
	box-shadow: none;
}

.vcf-newsletter-form .sib_signup_form input[type='email']:focus,
.vcf-newsletter-form .sib_signup_form input[type='text']:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
}

.vcf-newsletter-form .sib-default-btn {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	padding: 14px 26px;
	margin-top: 6px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: var(--terra);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.3px;
	font-family: 'Inter', sans-serif;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-shadow: 0 10px 26px rgba(61, 31, 18, 0.2);
}

.vcf-newsletter-form p:last-of-type {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
}

.vcf-newsletter-form #sib_captcha_invisible,
.vcf-newsletter-form .cf-turnstile,
.vcf-newsletter-form .invi-recaptcha {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 4px;
}

.vcf-newsletter-form .cf-turnstile iframe {
	max-width: 100%;
}

.vcf-newsletter-form .sib-default-btn:hover {
	transform: translateY(-2px);
	background: #fff6ef;
}

.vcf-newsletter-form .sib-alert-message {
	margin: 0;
	border-radius: 14px;
	font-size: 0.86rem;
	text-align: left;
}

.vcf-empty {
	background: #fff;
	border: 1px dashed var(--gray-l);
	border-radius: 14px;
	padding: 24px;
	grid-column: 1 / -1;
}

.vcf-single .vcf-wrap {
	max-width: 980px;
	padding: 44px 0 76px;
}

.vcf-single h1 {
	font-size: clamp(2rem, 3.5vw, 3rem);
	margin: 8px 0 10px;
}

.vcf-single .vcf-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.vcf-single .vcf-meta span {
	background: var(--cream);
	padding: 5px 11px;
	border-radius: 999px;
	font-size: 0.82rem;
}

.vcf-single-media {
	margin-bottom: 24px;
}

.vcf-single-media img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
}

.vcf-single .detalle-hero {
	height: 58vh;
	position: relative;
	overflow: hidden;
}

.vcf-single .detalle-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vcf-single .detalle-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(61, 31, 18, 0.82) 0%, transparent 52%);
	display: flex;
	align-items: flex-end;
	padding: 5% 6%;
}

.vcf-single .detalle-overlay h1 {
	font-size: clamp(2.4rem, 4.8vw, 3.8rem);
	color: #fff;
	margin-bottom: 12px;
}

.vcf-single .hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid var(--gray-l);
	padding: 6px 16px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--terra);
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.vcf-single .meta-tags {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.vcf-single .mtag {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	padding: 5px 15px;
	border-radius: 999px;
	color: #fff;
	font-size: 0.78rem;
}

.vcf-single .detalle-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 44px;
	padding: 56px 6%;
	background: var(--white);
}

.vcf-single .det-content h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.35rem;
	color: var(--coffee);
	margin: 32px 0 14px;
}

.vcf-single .det-content h3:first-child {
	margin-top: 0;
}

.vcf-single .det-content p {
	color: var(--gray);
	line-height: 1.82;
	font-size: 0.92rem;
}

.vcf-single .itinerary {
	display: flex;
	flex-direction: column;
	margin-top: 6px;
}

.vcf-single .it-item {
	display: flex;
	gap: 18px;
	position: relative;
}

.vcf-single .it-item::before {
	content: '';
	position: absolute;
	left: 18px;
	top: 38px;
	bottom: -4px;
	width: 2px;
	background: var(--gray-l);
}

.vcf-single .it-item:last-child::before {
	display: none;
}

.vcf-single .it-day {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--terra);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.72rem;
	font-weight: 700;
	flex-shrink: 0;
}

.vcf-single .it-body {
	padding: 0 0 26px;
}

.vcf-single .it-t {
	font-weight: 600;
	color: var(--coffee);
	font-size: 0.88rem;
	margin-bottom: 4px;
}

.vcf-single .it-d {
	font-size: 0.81rem;
	color: var(--gray);
	line-height: 1.65;
}

.vcf-single .sidebar {
	position: sticky;
	top: 86px;
	align-self: start;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.vcf-single .price-card {
	background: #fff;
	border-radius: 18px;
	padding: 30px;
	box-shadow: 0 4px 28px rgba(61, 31, 18, 0.1);
}

.vcf-single .price-from {
	font-size: 0.78rem;
	color: var(--gray);
	margin-bottom: 4px;
}

.vcf-single .price-amt {
	font-family: 'Playfair Display', serif;
	font-size: 2.6rem;
	font-weight: 700;
	color: var(--coffee);
	line-height: 1;
	margin-bottom: 4px;
}

.vcf-single .price-note {
	font-size: 0.76rem;
	color: var(--gray);
	margin-bottom: 24px;
}

.vcf-single .price-feats {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-bottom: 24px;
}

.vcf-single .pf {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 0.83rem;
	color: var(--coffee-m);
}

.vcf-single .pf::before {
	content: '✓';
	color: var(--green);
	font-weight: 700;
}

.vcf-single .btn-book,
.vcf-single .btn-ask {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	cursor: pointer;
}

.vcf-single .btn-book {
	background: var(--terra);
	color: #fff;
	padding: 15px;
	border-radius: 999px;
	border: none;
	font-size: 0.95rem;
	font-weight: 700;
	transition: all 0.25s;
}

.vcf-single .btn-book:hover {
	background: var(--terra-d);
	transform: translateY(-2px);
	color: #fff;
}

.vcf-single .btn-ask {
	background: transparent;
	color: var(--terra);
	padding: 12px;
	border-radius: 999px;
	border: 2px solid var(--terra);
	font-size: 0.88rem;
	font-weight: 600;
	margin-top: 10px;
	transition: all 0.2s;
}

.vcf-single .btn-ask:hover {
	background: var(--terra);
	color: #fff;
}

.vcf-single .vcf-interest-box {
	margin-top: 34px;
	padding: 30px;
	background: var(--cream);
	border-radius: 20px;
}

.vcf-single .vcf-interest-box.is-hidden {
	display: none;
}

.vcf-single .vcf-interest-head h3 {
	margin-top: 0;
	margin-bottom: 8px;
}

.vcf-single .vcf-interest-head p {
	margin: 0 0 22px;
	color: var(--gray);
	font-size: 0.9rem;
	line-height: 1.7;
}

.vcf-single .vcf-interest-form p {
	margin: 0 0 14px;
}

.vcf-single .vcf-interest-form label {
	display: block;
	color: var(--coffee);
	font-size: 0.82rem;
	font-weight: 600;
}

.vcf-single .vcf-interest-form input:not([type='submit']),
.vcf-single .vcf-interest-form textarea {
	width: 100%;
	margin-top: 7px;
	padding: 13px 15px;
	border: 1.5px solid var(--gray-l);
	border-radius: 12px;
	background: #fff;
	color: var(--coffee);
	font-family: 'Inter', sans-serif;
	font-size: 0.9rem;
	outline: none;
}

.vcf-single .vcf-interest-form input:not([type='submit']):focus,
.vcf-single .vcf-interest-form textarea:focus {
	border-color: var(--terra);
}

.vcf-single .vcf-interest-form textarea {
	min-height: 120px;
	resize: vertical;
}

.vcf-single .vcf-interest-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border: none;
	border-radius: 999px;
	background: var(--terra);
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.25s;
}

.vcf-single .vcf-interest-form .wpcf7-submit:hover {
	background: var(--terra-d);
	transform: translateY(-2px);
}

.vcf-single .vcf-interest-form .wpcf7-spinner {
	margin-left: 10px;
}

.vcf-single .vcf-interest-form .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 0.86rem;
}

.vcf-single .vcf-interest-toggle {
	margin-top: 12px;
}

.vcf-single .vcf-interest-thanks {
	margin-top: 12px;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(74, 103, 65, 0.12);
	color: var(--green);
	font-size: 0.88rem;
	font-weight: 700;
	text-align: center;
}

.vcf-single .detalle-footer {
	background: var(--coffee);
	color: rgba(245, 239, 230, 0.6);
	padding: 28px 6%;
	display: flex;
	justify-content: space-between;
	font-size: 0.82rem;
}

@media (max-width: 1050px) {
	.vcf-home .vcf-hero-card {
		grid-template-columns: 1fr;
	}

	.vcf-home .vcf-hero-copy {
		padding: 44px 34px 32px;
	}

	.vcf-home .vcf-hero-visual {
		min-height: 340px;
	}

	.vcf-home .vcf-hero-strip {
		grid-template-columns: 1fr;
	}

	.vcf-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vcf-card.is-big {
		grid-column: span 2;
	}

	.vcf-exp-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.vcf-wrap {
		width: min(1240px, 100% - 30px);
	}

	.vcf-home .vcf-hero {
		padding: 68px 0 24px;
	}

	.vcf-home .vcf-hero-copy {
		padding: 32px 24px 28px;
	}

	.vcf-home .vcf-hero-visual {
		min-height: 250px;
	}

	.vcf-newsletter-form [class^='sib_signup_box_inside_'] {
		grid-template-columns: 1fr;
		padding: 22px 18px;
	}

	.vcf-newsletter-form .sib-default-btn {
		width: 100%;
	}

	.vcf-newsletter-form #sib_captcha_invisible,
	.vcf-newsletter-form .cf-turnstile,
	.vcf-newsletter-form .invi-recaptcha {
		justify-content: flex-start;
	}

	.vcf-home h1 {
		font-size: clamp(2.5rem, 11vw, 3.6rem);
	}

	.vcf-grid,
	.vcf-exp-grid {
		grid-template-columns: 1fr;
	}

	.vcf-card.is-big {
		grid-column: span 1;
	}

	.vcf-section-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.vcf-single .detalle-body {
		grid-template-columns: 1fr;
	}

	.vcf-single .sidebar {
		position: static;
	}
}
