/*
 * Turismo Cordón - estilos del tema.
 * El contenido de las paginas lo pinta Elementor; aqui van la cabecera,
 * el pie, el boton de WhatsApp y las paginas que no usan Elementor.
 */

/* ---------------------------------------------------------------
   1. Fuentes (alojadas en el propio sitio, sin Google)
   --------------------------------------------------------------- */

@font-face{font-family:'Fraunces';font-style:normal;font-weight:300 900;font-display:swap;src:url('../fuentes/fraunces-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:300 900;font-display:swap;src:url('../fuentes/fraunces-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:200 800;font-display:swap;src:url('../fuentes/jakarta-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:200 800;font-display:swap;src:url('../fuentes/jakarta-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

/* ---------------------------------------------------------------
   2. Colores de la marca
   --------------------------------------------------------------- */

:root {
	--tc-azul: #0B2D48;
	--tc-azul-oscuro: #061E33;
	--tc-verde: #123E4C;
	--tc-oro: #C29440;
	--tc-oro-oscuro: #8C6423;
	--tc-oro-claro: #E3C27E;
	--tc-crema: #F7F2E8;
	--tc-texto: #1C2B38;
	--tc-suave: #52606D;
	--tc-borde: #E3E7EC;
	--tc-whatsapp: #1B7A4A;
	--tc-whatsapp-oscuro: #135C37;
	--tc-logo-alto: 72px;
	--tc-logo-alto-movil: 48px;
	--tc-ancho: 1180px;
	--tc-titulos: 'Fraunces', Georgia, 'Times New Roman', serif;
	--tc-letra: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

/* ---------------------------------------------------------------
   3. Base
   --------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	margin: 0;
	background: #fff;
	color: var(--tc-texto);
	font-family: var(--tc-letra);
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; }

a { color: var(--tc-oro-oscuro); }
a:hover, a:focus { color: var(--tc-azul); }

:focus-visible {
	outline: 3px solid var(--tc-oro);
	outline-offset: 2px;
}

h1, h2, h3, h4 {
	font-family: var(--tc-titulos);
	color: var(--tc-azul);
	line-height: 1.2;
	font-weight: 600;
}

.tc-contenedor {
	width: 100%;
	max-width: var(--tc-ancho);
	margin: 0 auto;
	padding: 0 20px;
}

.tc-saltar {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 300;
	padding: 12px 18px;
	background: var(--tc-azul);
	color: #fff;
}
.tc-saltar:focus { left: 8px; top: 8px; color: #fff; }

.tc-icono { flex-shrink: 0; }

/* Elementor escribe su propio titulo: se oculta el del tema. */
.elementor-page .tc-encabezado { display: none; }

/* ---------------------------------------------------------------
   4. Barra superior
   --------------------------------------------------------------- */

.tc-barra {
	background: var(--tc-azul-oscuro);
	color: #D6E0EA;
	font-size: 13.5px;
}

.tc-barra__interior {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 40px;
}

.tc-barra__lema {
	margin: 0;
	color: var(--tc-oro-claro);
	font-weight: 600;
	letter-spacing: .03em;
}

.tc-barra__contacto {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body .tc-barra__contacto a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 32px;
	color: #fff;
	text-decoration: none;
}

body .tc-barra__contacto a:hover,
body .tc-barra__contacto a:focus { color: var(--tc-oro-claro); }

/* ---------------------------------------------------------------
   5. Cabecera y menu
   --------------------------------------------------------------- */

.tc-cabecera {
	position: sticky;
	top: 0;
	z-index: 90;
	background: #fff;
	border-bottom: 1px solid var(--tc-borde);
	box-shadow: 0 4px 18px rgba(11, 45, 72, .06);
}

.admin-bar .tc-cabecera { top: 32px; }
@media (max-width: 782px) { .admin-bar .tc-cabecera { top: 0; } }

.tc-cabecera__interior {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: max(70px, calc(var(--tc-logo-alto-movil) + 24px));
}

.tc-marca {
	display: flex;
	align-items: center;
	flex-shrink: 1;
	min-width: 0;
	text-decoration: none;
}

.tc-marca__logo {
	display: block;
	width: auto;
	height: var(--tc-logo-alto-movil);
	max-width: 62vw;
	object-fit: contain;
}

.tc-marca__texto {
	font-family: var(--tc-titulos);
	font-size: 24px;
	font-weight: 600;
	color: var(--tc-azul);
}

/* Menu de escritorio. */

.tc-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tc-menu li { position: relative; list-style: none; }

body .tc-menu > li > a {
	display: block;
	padding: 10px 14px;
	border-radius: 8px;
	color: var(--tc-azul);
	font-size: 15.5px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

body .tc-menu > li > a:hover,
body .tc-menu > li > a:focus { background: var(--tc-crema); color: var(--tc-azul); }

.tc-menu > .current-menu-item > a,
.tc-menu > .current-menu-ancestor > a,
.tc-menu > .current_page_item > a,
.tc-menu > .current_page_ancestor > a {
	color: var(--tc-oro-oscuro);
	box-shadow: inset 0 -3px 0 var(--tc-oro);
}

.tc-menu .menu-item-has-children > a { padding-right: 34px; }

.tc-submenu-boton {
	position: absolute;
	right: 4px;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: var(--tc-azul);
	cursor: pointer;
	transition: transform .2s ease;
}

.tc-menu > li:hover > .tc-submenu-boton,
.tc-menu > li:focus-within > .tc-submenu-boton,
.tc-submenu-boton[aria-expanded="true"] { transform: rotate(180deg); }

/* Submenu: fondo azul y letra blanca, siempre legible. */
.tc-menu .sub-menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	z-index: 100;
	min-width: 250px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: var(--tc-azul);
	border-radius: 12px;
	box-shadow: 0 18px 40px rgba(6, 30, 51, .28);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s;
}

.tc-menu .sub-menu::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	height: 10px;
}

.tc-menu > li:hover > .sub-menu,
.tc-menu > li:focus-within > .sub-menu,
.tc-menu > li.esta-abierto > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

body .tc-menu .sub-menu a {
	display: block;
	padding: 11px 14px;
	border-radius: 8px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

body .tc-menu .sub-menu a:hover,
body .tc-menu .sub-menu a:focus,
body .tc-menu .sub-menu .current-menu-item > a {
	background: rgba(255, 255, 255, .12);
	color: var(--tc-oro-claro);
}

body a.tc-cabecera__boton {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	margin-left: 10px;
	padding: 10px 20px;
	border-radius: 999px;
	background: var(--tc-whatsapp);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

body a.tc-cabecera__boton:hover,
body a.tc-cabecera__boton:focus { background: var(--tc-whatsapp-oscuro); color: #fff; }

.tc-navegacion { display: flex; align-items: center; }

/* Boton del menu en el celular. */

.tc-hamburguesa {
	display: none;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 8px 16px;
	border: 1px solid var(--tc-borde);
	border-radius: 999px;
	background: #fff;
	color: var(--tc-azul);
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	flex-shrink: 0;
}

.tc-hamburguesa span { display: inline-flex; }
.tc-hamburguesa .tc-hamburguesa__cerrar { display: none; }
.tc-hamburguesa[aria-expanded="true"] .tc-hamburguesa__abrir { display: none; }
.tc-hamburguesa[aria-expanded="true"] .tc-hamburguesa__cerrar { display: inline-flex; }

@media (max-width: 1080px) {
	.tc-hamburguesa { display: inline-flex; }

	.tc-navegacion {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		max-height: calc(100vh - 110px);
		padding: 10px 20px 22px;
		overflow-y: auto;
		background: #fff;
		border-top: 1px solid var(--tc-borde);
		box-shadow: 0 18px 30px rgba(11, 45, 72, .12);
	}

	.tc-navegacion.esta-abierto { display: flex; }

	.tc-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.tc-menu > li { border-bottom: 1px solid var(--tc-borde); }

	body .tc-menu > li > a {
		padding: 14px 4px;
		border-radius: 0;
		font-size: 16px;
	}

	.tc-menu > .current-menu-item > a,
	.tc-menu > .current-menu-ancestor > a,
	.tc-menu > .current_page_item > a,
	.tc-menu > .current_page_ancestor > a { box-shadow: none; }

	.tc-submenu-boton {
		top: 7px;
		right: 0;
		width: 40px;
		height: 40px;
		margin-top: 0;
		border: 1px solid var(--tc-borde);
		transform: none;
	}

	.tc-menu > li:hover > .tc-submenu-boton,
	.tc-menu > li:focus-within > .tc-submenu-boton { transform: none; }
	.tc-submenu-boton[aria-expanded="true"] { transform: rotate(180deg); }

	.tc-menu .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		margin: 0 0 12px;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
	}

	.tc-menu > li:hover > .sub-menu,
	.tc-menu > li:focus-within > .sub-menu { display: none; }
	.tc-menu > li.esta-abierto > .sub-menu { display: block; }

	body a.tc-cabecera__boton {
		justify-content: center;
		margin: 16px 0 0;
	}
}

@media (min-width: 1081px) {
	.tc-cabecera__interior { min-height: max(84px, calc(var(--tc-logo-alto) + 26px)); }
	.tc-marca__logo { height: var(--tc-logo-alto); max-width: 340px; }
}

@media (max-width: 640px) {
	.tc-barra__lema { display: none; }
	.tc-barra__interior { justify-content: center; }
	.tc-barra__contacto { justify-content: center; }
	.tc-hamburguesa__texto {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip-path: inset(50%);
		white-space: nowrap;
	}
	.tc-hamburguesa { padding: 8px 12px; }
}

@media (max-width: 420px) {
	.tc-barra__contacto li:nth-child(2) { display: none; }
}

/* ---------------------------------------------------------------
   6. Paginas sin Elementor
   --------------------------------------------------------------- */

.tc-encabezado {
	padding: 64px 0;
	background: linear-gradient(100deg, var(--tc-azul-oscuro), var(--tc-verde));
	color: #fff;
}

.tc-encabezado__titulo {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 5vw, 46px);
}

.tc-texto { padding-top: 48px; padding-bottom: 64px; font-size: 17px; }

body a.tc-boton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 26px;
	border: 2px solid var(--tc-azul);
	border-radius: 999px;
	background: var(--tc-azul);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.tc-boton:hover, .tc-boton:focus { background: var(--tc-azul-oscuro); color: #fff; }
body a.tc-boton--contorno { background: transparent; color: var(--tc-azul); }
.tc-boton--contorno:hover, .tc-boton--contorno:focus { background: var(--tc-azul); color: #fff; }

.tc-404__botones { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------------------------------------------------------------
   7. Ajustes finos sobre Elementor
   --------------------------------------------------------------- */

.elementor-button { transition: background-color .2s ease, color .2s ease, border-color .2s ease; }

/* Enlaces dentro de los textos. */
.elementor-widget-text-editor a { font-weight: 600; }

/* Textos sobre fondo oscuro: enlaces en dorado claro. */
body .tc-texto-claro a { color: var(--tc-oro-claro); }
body .tc-texto-claro a:hover,
body .tc-texto-claro a:focus { color: #fff; }

/* Galerias: foto ligeramente ampliada al pasar el cursor. */
.elementor-image-gallery .gallery-item img {
	transition: transform .35s ease;
}
.elementor-image-gallery .gallery-item a:hover img,
.elementor-image-gallery .gallery-item a:focus img { transform: scale(1.04); }
.elementor-image-gallery .gallery-icon { overflow: hidden; border-radius: 10px; }

/* Botones a todo el ancho dentro de las tarjetas en el celular. */
@media (max-width: 767px) {
	.elementor-widget-button .elementor-button { width: 100%; justify-content: center; }
}

/* ---------------------------------------------------------------
   8. Pie de pagina
   --------------------------------------------------------------- */

.tc-pie {
	background: var(--tc-azul-oscuro);
	color: #C5D2DF;
	padding-top: 64px;
	font-size: 15px;
}

.tc-pie__columnas {
	display: grid;
	grid-template-columns: 1fr;
	gap: 36px;
	padding-bottom: 44px;
}

.tc-pie__logo {
	display: block;
	width: 290px;
	max-width: 100%;
	height: auto;
	margin-bottom: 18px;
}

.tc-pie__titulo {
	margin: 0 0 14px;
	color: #fff;
	font-family: var(--tc-titulos);
	font-size: 19px;
	font-weight: 600;
}

.tc-pie p { margin: 0 0 14px; }

body .tc-pie a { color: #DCE5EE; text-decoration: none; }
body .tc-pie a:hover, body .tc-pie a:focus { color: var(--tc-oro-claro); }

.tc-pie__lista { margin: 0; padding: 0; list-style: none; }
.tc-pie__lista li { padding: 7px 0; }
.tc-pie__lista li:has(> a) { padding: 0; }
.tc-pie__lista a { display: inline-block; padding: 7px 0; }

.tc-pie__lista--iconos li,
.tc-pie__lista--iconos a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.tc-pie__lista--iconos .tc-icono { margin-top: 3px; color: var(--tc-oro-claro); }

.tc-pie__lema {
	color: var(--tc-oro-claro);
	font-weight: 600;
	letter-spacing: .03em;
}

.tc-pie__boton {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 46px;
	padding: 11px 22px;
	border-radius: 999px;
	background: var(--tc-whatsapp);
	color: #fff !important;
	font-weight: 700;
}
.tc-pie__boton:hover, .tc-pie__boton:focus { background: var(--tc-whatsapp-oscuro); }

.tc-redes { display: flex; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
body .tc-redes a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 50%;
	color: #fff;
}
.tc-redes a:hover, .tc-redes a:focus { background: rgba(255, 255, 255, .12); color: #fff; }

.tc-pie__final {
	border-top: 1px solid rgba(255, 255, 255, .12);
	/* Espacio abajo para que el boton flotante de WhatsApp no tape el texto. */
	padding: 18px 0 96px;
	font-size: 13.5px;
}

.tc-pie__final-interior {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 6px 24px;
}

.tc-pie__final p { margin: 0; }
.tc-pie__creditos { color: #9FB0C2; }

@media (min-width: 640px) {
	.tc-pie__columnas { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
	.tc-pie__columnas { grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 44px; }
}

@media (max-width: 767px) {
	.tc-pie__lista li,
	.tc-pie__lista a { min-height: 34px; }
}

/* ---------------------------------------------------------------
   9. Boton flotante de WhatsApp
   --------------------------------------------------------------- */

body a.tc-flotante {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 95;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--tc-whatsapp);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 10px 26px rgba(6, 30, 51, .28);
	transition: background-color .2s ease, transform .2s ease;
}

body a.tc-flotante:hover,
body a.tc-flotante:focus { background: var(--tc-whatsapp-oscuro); color: #fff; transform: translateY(-2px); }

.tc-flotante__texto {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

@media (min-width: 1081px) {
	body a.tc-flotante {
		width: auto;
		height: 56px;
		padding: 0 22px;
		border-radius: 999px;
	}
	.tc-flotante__texto {
		position: static;
		width: auto;
		height: auto;
		clip-path: none;
		font-weight: 700;
	}
}

/* ---------------------------------------------------------------
   10. Preferencias del visitante
   --------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .001ms !important;
		transition-duration: .001ms !important;
	}
}

@media print {
	.tc-barra, .tc-cabecera, .tc-pie, .tc-flotante { display: none !important; }
}

/* Titulos enlazados de las cajas con icono: area de toque comoda. */
.elementor-icon-box-title a { display: inline-block; padding: 6px 0; }

/* ---------------------------------------------------------------
   Formulario de reservas
   --------------------------------------------------------------- */

.tc-reserva { font-family: var(--tc-letra); color: var(--tc-texto); }

.tc-reserva__formulario {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px 18px;
}

.tc-reserva__campo { display: flex; flex-direction: column; gap: 6px; min-width: 0; }

.tc-reserva__pareja { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.tc-reserva label {
	font-size: 14.5px;
	font-weight: 700;
	color: var(--tc-azul);
}

.tc-reserva__req { color: #B42318; }

.tc-reserva input,
.tc-reserva select,
.tc-reserva textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1.5px solid #C9D2DC;
	border-radius: 10px;
	background: #fff;
	color: var(--tc-texto);
	font: inherit;
	font-size: 16px;
	line-height: 1.4;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.tc-reserva textarea { min-height: 96px; resize: vertical; }

.tc-reserva select {
	appearance: none;
	padding-right: 42px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230B2D48' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
}

.tc-reserva input:focus,
.tc-reserva select:focus,
.tc-reserva textarea:focus {
	outline: none;
	border-color: var(--tc-oro);
	box-shadow: 0 0 0 3px rgba(194, 148, 64, .28);
}

.tc-reserva [aria-invalid="true"] { border-color: #B42318; }

.tc-reserva__error { color: #B42318; font-size: 13.5px; font-weight: 600; }

.tc-reserva__aviso {
	margin-bottom: 18px;
	padding: 12px 16px;
	border-left: 4px solid #B42318;
	border-radius: 8px;
	background: #FEF3F2;
	color: #7A271A;
	font-weight: 600;
}
.tc-reserva__aviso p { margin: 0; }

.tc-reserva__trampa { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.tc-reserva__pie { display: flex; flex-direction: column; gap: 10px; }

body .tc-reserva__boton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 54px;
	padding: 14px 30px;
	border: 0;
	border-radius: 50px;
	background: var(--tc-azul);
	color: #fff;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color .15s ease;
}
body .tc-reserva__boton:hover,
body .tc-reserva__boton:focus-visible { background: var(--tc-azul-oscuro); color: #fff; }

body .tc-reserva__boton--whatsapp { background: var(--tc-whatsapp); }
body .tc-reserva__boton--whatsapp:hover,
body .tc-reserva__boton--whatsapp:focus-visible { background: var(--tc-whatsapp-oscuro); }

.tc-reserva__nota { margin: 0; color: var(--tc-suave); font-size: 13.5px; }

.tc-reserva__exito {
	padding: 22px 22px 24px;
	border-left: 5px solid var(--tc-whatsapp);
	border-radius: 12px;
	background: #EEF8F2;
}
.tc-reserva__exito p { margin: 0 0 14px; }
.tc-reserva__exito-titulo {
	font-family: var(--tc-titulos);
	font-size: 24px;
	font-weight: 600;
	color: var(--tc-azul);
}

@media (min-width: 640px) {
	.tc-reserva__formulario { grid-template-columns: 1fr 1fr; }
	.tc-reserva__campo--ancho,
	.tc-reserva__pie { grid-column: 1 / -1; }
	.tc-reserva__pie { flex-direction: row; align-items: center; gap: 18px; }
	body .tc-reserva__boton { width: auto; flex-shrink: 0; }
}
