/**
 * Hero público del gimnasio: propuesta 03 «Contacto prioritario».
 *
 * La capa queda aislada al tipo gimnasio y no modifica atleta, promotor o evento.
 */

@font-face {
	font-family: "GTF Barlow Condensed";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fuentes/barlow-condensed-600.woff2") format("woff2");
}

@font-face {
	font-family: "GTF Barlow Condensed";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fuentes/barlow-condensed-700.woff2") format("woff2");
}

@font-face {
	font-family: "GTF Inter";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fuentes/inter-variable-latin.woff2") format("woff2");
}

body.single-gtf_gimnasio .contenido-sitio--ficha {
	width: min(100% - (2 * var(--gtf-espacio)), 84rem);
}

body.single-gtf_gimnasio .ficha-gimnasio {
	--ficha-gimnasio-fondo: #111412;
	--ficha-gimnasio-fondo-profundo: #090c0a;
	--ficha-gimnasio-panel: #1a1c1b;
	--ficha-gimnasio-linea: rgba(239, 235, 223, 0.16);
	--ficha-gimnasio-texto-suave: #c9cdc9;
	overflow: hidden;
	background: var(--ficha-gimnasio-fondo);
	color: var(--gtf-marfil);
	font-family: "GTF Inter", Inter, Arial, sans-serif;
}

body.single-gtf_gimnasio .ficha-gimnasio__hero {
	border-top: 0.1875rem solid var(--gtf-impacto);
	background:
		radial-gradient(circle at 78% 30%, rgba(147, 0, 10, 0.13), transparent 24rem),
		var(--ficha-gimnasio-fondo-profundo);
}

body.single-gtf_gimnasio .ficha-gimnasio__principal {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

body.single-gtf_gimnasio .ficha-gimnasio__visual {
	position: relative;
	display: grid;
	width: 100%;
	min-height: 14rem;
	margin: 0;
	overflow: hidden;
	place-items: center;
	aspect-ratio: 4 / 3;
	background:
		linear-gradient(145deg, rgba(147, 0, 10, 0.12), transparent 55%),
		#111412;
}

body.single-gtf_gimnasio .ficha-gimnasio__visual::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(0deg, rgba(8, 10, 9, 0.42), transparent 46%);
	content: "";
}

body.single-gtf_gimnasio .ficha-gimnasio__imagen-ampliable,
body.single-gtf_gimnasio .ficha-gimnasio__visual > img {
	display: block;
	width: 100%;
	height: 100%;
}

body.single-gtf_gimnasio .ficha-gimnasio__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.single-gtf_gimnasio .ficha-gimnasio__visual--vacio img {
	width: min(52%, 16rem);
	height: auto;
	object-fit: contain;
}

body.single-gtf_gimnasio .ficha-gimnasio__contenido {
	display: grid;
	min-width: 0;
	align-content: center;
	padding: clamp(1.35rem, 5vw, 2.25rem);
}

body.single-gtf_gimnasio .ficha-gimnasio__eslogan {
	margin: 0 0 0.65rem;
	color: var(--gtf-impacto);
	font-family: var(--gtf-v2-mono);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.single-gtf_gimnasio .ficha-gimnasio__linea-titulo {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 0.65rem;
}

body.single-gtf_gimnasio .ficha-gimnasio__titulo {
	min-width: 0;
	margin: 0;
	color: var(--gtf-marfil);
	font-family: "GTF Barlow Condensed", Arial, sans-serif;
	font-size: clamp(2.45rem, 11vw, 4.2rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 0.95;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

body.single-gtf_gimnasio .ficha-gimnasio__verificado {
	display: inline-grid;
	width: 2rem;
	height: 2rem;
	flex: 0 0 auto;
	border: 0.15rem solid rgba(239, 235, 223, 0.72);
	border-radius: 50%;
	background: var(--gtf-impacto);
	box-shadow: 0 0 0 0.24rem rgba(252, 22, 34, 0.16);
	place-items: center;
}

body.single-gtf_gimnasio .ficha-gimnasio__verificado svg {
	width: 1.1rem;
	height: 1.1rem;
	fill: none;
	stroke: var(--gtf-marfil);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
}

body.single-gtf_gimnasio .ficha-gimnasio__resumen {
	max-width: 48rem;
	margin: 1rem 0 0;
	color: var(--ficha-gimnasio-texto-suave);
	font-size: clamp(0.92rem, 2.4vw, 1.08rem);
	font-weight: 550;
	line-height: 1.58;
}

body.single-gtf_gimnasio .ficha-gimnasio__disciplinas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1.1rem 0 0;
	padding: 0;
	list-style: none;
}

body.single-gtf_gimnasio .ficha-gimnasio__disciplinas :where(a, span) {
	display: inline-flex;
	min-height: 2.25rem;
	align-items: center;
	gap: 0.45rem;
	border: 0.0625rem solid rgba(239, 235, 223, 0.25);
	border-radius: 99rem;
	background: rgba(239, 235, 223, 0.025);
	color: var(--gtf-marfil);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.42rem 0.7rem;
	text-decoration: none;
}

body.single-gtf_gimnasio .ficha-gimnasio__disciplinas :where(a, span)::before {
	width: 0.38rem;
	height: 0.38rem;
	border-radius: 50%;
	background: var(--gtf-impacto);
	content: "";
}

body.single-gtf_gimnasio .ficha-gimnasio__disciplinas a:hover {
	border-color: rgba(252, 22, 34, 0.72);
	background: rgba(147, 0, 10, 0.16);
}

body.single-gtf_gimnasio .ficha-gimnasio__ubicacion {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0.9rem 0 0;
	color: var(--gtf-marfil);
	font-size: 0.8rem;
	font-weight: 750;
	line-height: 1.4;
}

body.single-gtf_gimnasio .ficha-gimnasio__origen-editorial {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0.9rem 0 0;
	color: var(--gtf-marfil);
	font-size: 0.8rem;
	font-weight: 750;
}

body.single-gtf_gimnasio .ficha-gimnasio__origen-editorial img {
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
}

body.single-gtf_gimnasio .ficha-gimnasio__ubicacion svg {
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
	fill: none;
	stroke: var(--gtf-impacto);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

body.single-gtf_gimnasio .ficha-gimnasio__acciones {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.3rem;
}

body.single-gtf_gimnasio .ficha-gimnasio__acciones--1 {
	grid-template-columns: minmax(0, 1fr);
}

body.single-gtf_gimnasio .ficha-gimnasio__accion {
	display: inline-flex;
	min-width: 0;
	min-height: 3.4rem;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border: 0.0625rem solid var(--ficha-gimnasio-linea);
	border-radius: 0.6rem;
	background: rgba(239, 235, 223, 0.025);
	color: var(--gtf-marfil);
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.2;
	padding: 0.7rem 0.8rem;
	text-align: center;
	text-decoration: none;
	transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

body.single-gtf_gimnasio .ficha-gimnasio__accion svg {
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.single-gtf_gimnasio .ficha-gimnasio__accion--principal {
	border-color: rgba(252, 22, 34, 0.72);
	background: var(--gtf-granate);
}

body.single-gtf_gimnasio .ficha-gimnasio__accion:hover {
	border-color: var(--gtf-impacto);
	background: rgba(147, 0, 10, 0.24);
	transform: translateY(-0.0625rem);
}

body.single-gtf_gimnasio .ficha-gimnasio__accion--principal:hover {
	background: #ab0010;
}

body.single-gtf_gimnasio .ficha-gimnasio__disciplinas-detalle,
body.single-gtf_gimnasio .ficha-gimnasio__videos > ul,
body.single-gtf_gimnasio .ficha-gimnasio__enlaces {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-gtf_gimnasio .ficha-gimnasio__cuerpo {
	display: grid;
	min-width: 0;
	background: var(--ficha-gimnasio-panel);
}

body.single-gtf_gimnasio .ficha-gimnasio__principal-cuerpo,
body.single-gtf_gimnasio .ficha-gimnasio__lateral {
	min-width: 0;
	padding: clamp(1.35rem, 4vw, 2.75rem);
}

body.single-gtf_gimnasio .ficha-gimnasio__lateral {
	border-top: 0.0625rem solid var(--ficha-gimnasio-linea);
	background: #151816;
}

body.single-gtf_gimnasio .ficha-gimnasio__seccion + .ficha-gimnasio__seccion,
body.single-gtf_gimnasio .ficha-gimnasio__seccion + .ficha-entidad__galeria,
body.single-gtf_gimnasio .ficha-entidad__galeria + .ficha-gimnasio__seccion {
	margin-top: 2.375rem;
}

body.single-gtf_gimnasio .ficha-gimnasio__seccion > h2,
body.single-gtf_gimnasio .ficha-entidad__galeria > h2 {
	display: flex;
	align-items: center;
	gap: 0.6875rem;
	margin: 0 0 1.1875rem;
	color: var(--gtf-marfil);
	font-family: "GTF Barlow Condensed", Arial, sans-serif;
	font-size: clamp(1.25rem, 2.4vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

body.single-gtf_gimnasio .ficha-gimnasio__seccion > h2::before,
body.single-gtf_gimnasio .ficha-entidad__galeria > h2::before {
	width: 1.75rem;
	height: 0.1875rem;
	flex: 0 0 auto;
	background: var(--gtf-impacto);
	content: "";
}

body.single-gtf_gimnasio .ficha-gimnasio__texto {
	color: var(--ficha-gimnasio-texto-suave);
	font-size: 1rem;
	line-height: 1.7;
}

body.single-gtf_gimnasio .ficha-gimnasio__texto > :first-child,
body.single-gtf_gimnasio .ficha-gimnasio__texto > :last-child {
	margin-block: 0;
}

body.single-gtf_gimnasio .ficha-gimnasio__disciplinas-detalle {
	display: grid;
	gap: 0.65rem;
}

body.single-gtf_gimnasio .ficha-gimnasio__disciplinas-detalle li {
	display: flex;
	min-width: 0;
	align-items: center;
	min-height: 3.25rem;
	padding: 0.85rem 1rem;
	border-left: 0.18rem solid var(--gtf-impacto);
	background: rgba(8, 10, 9, 0.46);
}

body.single-gtf_gimnasio .ficha-gimnasio__disciplinas-detalle :where(a, span) {
	color: var(--gtf-marfil);
	font-weight: 700;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.25rem;
}

body.single-gtf_gimnasio .ficha-gimnasio__disciplinas-detalle a:hover {
	color: var(--gtf-impacto);
}

body.single-gtf_gimnasio .ficha-gimnasio__horario figure {
	margin: 0;
}

body.single-gtf_gimnasio .ficha-gimnasio__horario a,
body.single-gtf_gimnasio .ficha-gimnasio__horario img {
	display: block;
	width: 100%;
}

body.single-gtf_gimnasio .ficha-gimnasio__horario img {
	height: auto;
	border: 0.0625rem solid var(--ficha-gimnasio-linea);
	border-radius: 0.35rem;
}

body.single-gtf_gimnasio .ficha-gimnasio__horario figcaption {
	margin-top: 0.75rem;
	color: var(--ficha-gimnasio-texto-suave);
	font-size: 0.875rem;
	line-height: 1.55;
}

body.single-gtf_gimnasio .ficha-entidad__galeria {
	margin-block: 2.375rem 0;
}

body.single-gtf_gimnasio .ficha-galeria {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-gtf_gimnasio .ficha-galeria__enlace {
	border-color: var(--ficha-gimnasio-linea);
	border-radius: 0.35rem;
}

body.single-gtf_gimnasio .ficha-gimnasio__videos > ul {
	display: grid;
	gap: 0.6rem;
}

body.single-gtf_gimnasio .ficha-gimnasio__videos button {
	display: grid;
	width: 100%;
	min-height: 4.3rem;
	grid-template-columns: 2.75rem minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 0.75rem;
	border: 0.0625rem solid var(--ficha-gimnasio-linea);
	border-radius: 0;
	background: rgba(8, 10, 9, 0.48);
	box-shadow: none;
	color: var(--gtf-marfil);
	padding: 0.55rem;
	text-align: left;
}

body.single-gtf_gimnasio .ficha-gimnasio__videos button > span {
	display: grid;
	grid-row: 1 / 3;
	width: 2.75rem;
	height: 2.75rem;
	background: var(--gtf-granate);
	place-items: center;
}

body.single-gtf_gimnasio .ficha-gimnasio__videos button > span svg {
	width: 1rem;
	height: 1rem;
	fill: var(--gtf-blanco);
}

body.single-gtf_gimnasio .ficha-gimnasio__videos button > strong {
	align-self: end;
}

body.single-gtf_gimnasio .ficha-gimnasio__videos button > small {
	align-self: start;
	color: #aeb4af;
}

body.single-gtf_gimnasio .ficha-gimnasio__videos button > em {
	grid-column: 3;
	grid-row: 1 / 3;
	color: var(--gtf-impacto);
	font-size: 0.76rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.single-gtf_gimnasio .ficha-gimnasio__videos button:hover {
	border-color: var(--gtf-impacto);
	background: rgba(252, 22, 34, 0.08);
	transform: none;
}

body.single-gtf_gimnasio .ficha-gimnasio__estado-verificado {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1rem;
	font-weight: 700;
}

body.single-gtf_gimnasio .ficha-gimnasio__estado-verificado span {
	display: inline-grid;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: var(--gtf-impacto);
	color: var(--gtf-blanco);
	place-items: center;
}

body.single-gtf_gimnasio .ficha-gimnasio__estado-verificado svg {
	width: 0.9rem;
	height: 0.9rem;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
}

body.single-gtf_gimnasio .ficha-gimnasio__datos {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 1.375rem;
	margin: 0;
}

body.single-gtf_gimnasio .ficha-gimnasio__datos > div {
	min-width: 0;
	padding-block: 0.75rem;
	border-bottom: 0.0625rem solid var(--ficha-gimnasio-linea);
}

body.single-gtf_gimnasio .ficha-gimnasio__datos dt {
	color: #aeb4af;
	font-family: "GTF Barlow Condensed", Arial, sans-serif;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.single-gtf_gimnasio .ficha-gimnasio__datos dd {
	min-width: 0;
	margin: 0.2rem 0 0;
	color: var(--gtf-marfil);
	font-size: 0.8125rem;
	font-weight: 600;
	overflow-wrap: anywhere;
}

body.single-gtf_gimnasio .ficha-gimnasio__enlaces {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
}

body.single-gtf_gimnasio .ficha-gimnasio__enlaces a {
	display: grid;
	min-width: 0;
	min-height: 3rem;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.2rem 0.75rem;
	border: 0.0625rem solid var(--ficha-gimnasio-linea);
	color: var(--gtf-marfil);
	padding: 0.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
	overflow-wrap: anywhere;
}

body.single-gtf_gimnasio .ficha-gimnasio__enlaces a:hover {
	border-color: var(--gtf-impacto);
	background: rgba(252, 22, 34, 0.08);
}

body.single-gtf_gimnasio .ficha-gimnasio__enlaces a > .ficha-gimnasio__enlace-salida,
body.single-gtf_gimnasio .ficha-gimnasio__enlaces a > .gtf-enlace-publico__salida {
	display: inline-flex;
	grid-column: 2;
	grid-row: 1 / 3;
	color: var(--gtf-impacto);
}

body.single-gtf_gimnasio .ficha-gimnasio__enlaces a > .ficha-gimnasio__enlace-salida svg,
body.single-gtf_gimnasio .ficha-gimnasio__enlaces a > .gtf-enlace-publico__salida svg {
	width: 0.75rem;
	height: 0.75rem;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

body.single-gtf_gimnasio .ficha-gimnasio__enlaces small {
	grid-column: 1;
	color: #aeb4af;
	font-size: 0.625rem;
	font-weight: 500;
}

body.single-gtf_gimnasio .ficha-gimnasio__enlaces a.ficha-gimnasio__contacto {
	grid-template-columns: 1.35rem minmax(0, 1fr);
	gap: 0.65rem;
	padding: 0.65rem 0.7rem;
}

body.single-gtf_gimnasio .ficha-gimnasio__contacto-icono {
	display: grid;
	width: 1.35rem;
	height: 1.35rem;
	color: var(--gtf-impacto);
	place-items: center;
}

body.single-gtf_gimnasio .ficha-gimnasio__contacto-icono svg {
	width: 1.1rem;
	height: 1.1rem;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.single-gtf_gimnasio .ficha-gimnasio__contacto-texto {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 0.15rem;
}

body.single-gtf_gimnasio .ficha-gimnasio__contacto-texto > span {
	font-size: 0.72rem;
	font-weight: 650;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

body.single-gtf_gimnasio .ficha-gimnasio__contacto-texto small {
	grid-column: auto;
	font-size: 0.58rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.single-gtf_gimnasio .ficha-gimnasio__seccion :where(a, button):focus-visible,
body.single-gtf_gimnasio .ficha-entidad__galeria a:focus-visible {
	outline: 0.125rem solid var(--gtf-impacto);
	outline-offset: 0.1875rem;
}

@media (min-width: 48rem) {
	body.single-gtf_gimnasio .ficha-gimnasio__principal {
		display: grid;
		grid-template-areas: "contenido visual";
		grid-template-columns: minmax(0, 58%) minmax(17rem, 42%);
	}

	body.single-gtf_gimnasio .ficha-gimnasio__visual {
		grid-area: visual;
		min-height: 30rem;
		aspect-ratio: auto;
		clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
	}

	body.single-gtf_gimnasio .ficha-gimnasio__contenido {
		grid-area: contenido;
		padding: clamp(2.2rem, 5vw, 4rem);
	}

	body.single-gtf_gimnasio .ficha-gimnasio__titulo {
		font-size: clamp(3.2rem, 5.2vw, 5.25rem);
	}

	body.single-gtf_gimnasio .ficha-gimnasio__verificado {
		width: 2.35rem;
		height: 2.35rem;
	}

	body.single-gtf_gimnasio .ficha-gimnasio__acciones--4 {
		grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr));
	}

	body.single-gtf_gimnasio .ficha-gimnasio__acciones--3 {
		grid-template-columns: 1.35fr repeat(2, minmax(0, 1fr));
	}

	body.single-gtf_gimnasio .ficha-gimnasio__acciones--2 {
		grid-template-columns: 1.35fr minmax(0, 1fr);
	}

	body.single-gtf_gimnasio .ficha-gimnasio__acciones--1 {
		grid-template-columns: minmax(12rem, 18rem);
	}

	body.single-gtf_gimnasio .ficha-gimnasio__accion {
		min-height: 3.3rem;
	}
}

@media (min-width: 40rem) {
	body.single-gtf_gimnasio .ficha-galeria {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 61.25rem) {
	body.single-gtf_gimnasio .ficha-gimnasio__cuerpo {
		grid-template-columns: minmax(0, 1.7fr) minmax(16.25rem, 0.8fr);
	}

	body.single-gtf_gimnasio .ficha-gimnasio__principal-cuerpo {
		padding: 2.875rem 2.625rem;
	}

	body.single-gtf_gimnasio .ficha-gimnasio__lateral {
		padding: 2.875rem 1.875rem;
		border-top: 0;
		border-left: 0.0625rem solid var(--ficha-gimnasio-linea);
	}
}

@media (max-width: 29.999rem) {
	body.single-gtf_gimnasio .ficha-gimnasio__datos,
	body.single-gtf_gimnasio .ficha-gimnasio__enlaces {
		grid-template-columns: minmax(0, 1fr);
	}

	body.single-gtf_gimnasio .ficha-gimnasio__videos button {
		grid-template-columns: 2.5rem minmax(0, 1fr);
	}

	body.single-gtf_gimnasio .ficha-gimnasio__videos button > em {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-gtf_gimnasio .ficha-gimnasio__accion,
	body.single-gtf_gimnasio .ficha-gimnasio__videos button {
		transition: none;
	}
}
