@charset "UTF-8";
/* Hoja de estilos única de sigpymepartnerplatform.com.

   El amarillo es el de SigPyme: esta web forma parte del mismo producto y
   conviene que se note. El azul profundo es propio del programa de partners,
   para distinguirlo de las webs comerciales dirigidas al cliente final
   —masqueideas.com usa granate, tipicocantabria.com verde— y porque es el
   color con el que se habla a un profesional, no a un comprador.

   Tipografía del sistema: en un Mac se ve con San Francisco, la fuente de
   Apple. No se cargan fuentes externas, para no enviar la IP del visitante
   a servidores de terceros. */

:root {
	--amarillo: #f8c700;
	--amarillo-suave: #fff5d1;
	--amarillo-oscuro: #d9ad00;
	--azul: #12456b;
	--azul-medio: #1b6494;
	--azul-oscuro: #0c2f4a;
	--azul-suave: #eef4f9;
	--tinta: #1b2027;
	--gris-texto: #43484f;
	--gris-suave: #7c838c;
	--linea: #e4e7ea;
	--tipo-sistema: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body {
	font-family: var(--tipo-sistema);
	color: var(--gris-texto);
	font-size: 1.02rem;
	line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--tipo-sistema);
	color: var(--tinta);
	letter-spacing: -0.01em;
}

h1 { font-size: 2.4rem; font-weight: 700; }
h2 { font-size: 1.75rem; font-weight: 700; }
h3 { font-size: 1.15rem; font-weight: 700; }

a { color: var(--azul-medio); }
a:hover { color: var(--azul); }

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

.lead { font-size: 1.18rem; color: #3a4047; }

/* CABECERA --------------------------------------------------------------- */
.saltar-contenido {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--azul);
	color: #fff;
	padding: 0.6rem 1rem;
	z-index: 1000;
	text-decoration: none;
	font-weight: 700;
}

.saltar-contenido:focus { left: 0; }

#header_redes {
	padding-top: 0.9rem;
	text-align: right;
}

#header_redes img {
	width: 22px;
	height: 22px;
	margin-left: 12px;
	opacity: 0.8;
}

#header_redes a:hover img { opacity: 1; }

#header_logo {
	display: flex;
	align-items: center;
	gap: 1.1rem;
	padding: 0.5rem 0 1rem;
	text-decoration: none;
	flex-wrap: wrap;
}

/* Logotipo tipográfico. Mientras no haya versión gráfica, esto ES el
   logotipo: se compone con la misma tipografía del sistema y el amarillo de
   SigPyme como firma. */
.logotipo {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.logotipo-marca {
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--azul);
}

.logotipo-programa {
	font-size: 0.86rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--tinta);
	border-top: 3px solid var(--amarillo);
	padding-top: 0.3rem;
	margin-top: 0.25rem;
}

.logo_texto {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
	border-left: 3px solid var(--amarillo);
	padding-left: 1.1rem;
}

.logo_reclamo {
	font-size: 1rem;
	font-weight: 700;
	color: var(--tinta);
}

.logo_reclamo2 {
	font-size: 0.85rem;
	color: var(--gris-suave);
}

@media (max-width: 575px) {
	.logotipo-marca { font-size: 1.6rem; }
	.logotipo-programa { font-size: 0.72rem; letter-spacing: 0.12em; }
	.logo_texto { border-left: 0; padding-left: 0; }
	.logo_reclamo { font-size: 0.9rem; }
	.logo_reclamo2 { font-size: 0.78rem; }
}

/* ANCHO DE PÁGINA -------------------------------------------------------- */
@media (min-width: 1200px) {
	.container { max-width: 1180px; }
}

/* NAVEGADOR -------------------------------------------------------------- */
.navbar {
	border-top: 3px solid var(--amarillo);
	border-bottom: 1px solid var(--linea);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background: #fff;
}

.navbar-brand {
	font-weight: 700;
	font-size: 1.1rem;
	color: var(--azul);
}

.navbar-brand:hover { color: var(--azul-oscuro); }

.navbar .nav-link {
	color: var(--tinta);
	font-size: 1rem;
	font-weight: 600;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
	color: var(--azul-medio);
}

.navbar .nav-link.active {
	box-shadow: inset 0 -3px 0 var(--amarillo);
}

.navbar .nav-contacto { color: var(--azul-medio); }

.navbar .dropdown-item {
	font-size: 0.98rem;
	padding-top: 0.42rem;
	padding-bottom: 0.42rem;
}

.navbar .dropdown-item:active { background-color: var(--azul); }

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar .nav-link { font-size: 0.92rem; padding-left: 0.45rem; padding-right: 0.45rem; }
	.navbar-brand { font-size: 0.98rem; }
}

/* SECCIONES -------------------------------------------------------------- */
.seccion {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

.seccion-alterna {
	background-color: #fafbfc;
	border-top: 1px solid var(--linea);
	border-bottom: 1px solid var(--linea);
}

.seccion-titulo {
	text-align: center;
	margin-bottom: 0.5rem;
}

.seccion-entradilla {
	text-align: center;
	max-width: 46rem;
	margin: 0 auto 1.75rem;
	color: var(--gris-suave);
}

.regla-amarilla {
	height: 3px;
	background-color: var(--amarillo);
	border: 0;
	opacity: 1;
	width: 64px;
	margin: 0.75rem auto 1.5rem;
}

/* PORTADA ---------------------------------------------------------------- */
/* Fondo azul: la primera pantalla habla al profesional, no al cliente final,
   y conviene que se vea de inmediato que esto es otra cosa. */
.heroe {
	background: linear-gradient(150deg, var(--azul) 0%, var(--azul-oscuro) 100%);
	color: rgba(255, 255, 255, 0.9);
	padding: 3.25rem 0 2.75rem;
	position: relative;
	overflow: hidden;
}

/* Destello amarillo muy suave, para que el azul no quede plano. */
.heroe::before {
	content: "";
	position: absolute;
	right: -140px;
	top: -160px;
	width: 480px;
	height: 480px;
	background: radial-gradient(circle, rgba(248, 199, 0, 0.20) 0%, rgba(248, 199, 0, 0) 70%);
	pointer-events: none;
}

.heroe .container { position: relative; z-index: 1; }

.heroe h1 {
	color: #fff;
	font-size: 2.8rem;
	max-width: 20ch;
}

.heroe .lead {
	color: rgba(255, 255, 255, 0.9);
	max-width: 62ch;
	font-size: 1.2rem;
}

.heroe-reparto {
	color: #fff;
	font-weight: 600;
	max-width: 62ch;
	margin-bottom: 0;
}

.heroe-reparto strong { color: var(--amarillo); }

.heroe-botones { margin-top: 1.75rem; }
.heroe-botones .btn { margin: 0 0.5rem 0.5rem 0; }

.heroe-nota {
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.68);
	margin-top: 1rem;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.heroe h1 { font-size: 2rem; }
	.heroe .lead { font-size: 1.08rem; }
}

.portada-interior { padding-bottom: 1rem; }
.portada-botones { margin-top: 1.4rem; }
.portada-botones .btn { margin: 0 0.5rem 0.5rem 0; }

/* CADENA SIGPYME → PARTNER → CLIENTE ------------------------------------- */
/* La historia entera de la web en una línea. Va justo debajo del héroe. */
.cadena {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 0.75rem;
}

.cadena-eslabon {
	flex: 1 1 15rem;
	max-width: 22rem;
	background: #fff;
	border: 1px solid var(--linea);
	border-top: 4px solid var(--amarillo);
	border-radius: 10px;
	padding: 1.1rem 1.25rem;
}

.cadena-eslabon:nth-child(3) { border-top-color: var(--azul-medio); }
.cadena-eslabon:nth-child(5) { border-top-color: var(--gris-suave); }

.cadena-rotulo {
	font-size: 0.76rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--gris-suave);
	margin-bottom: 0.2rem;
}

.cadena-nombre {
	font-weight: 700;
	color: var(--tinta);
	font-size: 1.1rem;
	margin-bottom: 0.25rem;
}

.cadena-texto {
	font-size: 0.94rem;
	margin-bottom: 0;
}

.cadena-flecha {
	align-self: center;
	color: var(--amarillo);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 767px) {
	.cadena { flex-direction: column; }
	/* En columna, el eje principal es la altura: sin desactivar el flex-basis
	   de 15rem cada eslabón mediría 240 px de alto y quedaría medio vacío. */
	.cadena-eslabon { flex: 0 0 auto; max-width: none; }
	.cadena-flecha { transform: rotate(90deg); }
}

/* DIAGRAMA DEL MODELO ECONÓMICO ------------------------------------------ */
/* El cliente contrata dos cosas y cada una sigue su camino: la cuota del
   software la cobramos nosotros y devolvemos margen; los servicios los
   factura el partner y no pasan por aquí. */
.reparto {
	max-width: 52rem;
	margin: 1.5rem auto;
	text-align: center;
}

.reparto-cliente {
	border: 2px solid var(--azul);
	background: var(--azul-suave);
	border-radius: 10px;
	padding: 0.9rem 1.25rem;
	max-width: 26rem;
	margin: 0 auto;
}

.reparto-rotulo {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--azul);
	margin-bottom: 0.15rem;
}

.reparto-detalle {
	font-size: 0.94rem;
	margin-bottom: 0;
	color: var(--gris-texto);
}

/* La línea que baja del cliente y se abre hacia cada rama. Los extremos del
   corchete caen justo sobre el centro de cada rama: al 25 % y al 75 % del
   ancho total, que es donde queda el centro de cada columna. */
.reparto-bifurcacion {
	height: 2.5rem;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.reparto-bifurcacion::before {
	content: "";
	position: absolute;
	left: calc(50% - 1px);
	top: 0;
	width: 2px;
	height: 1.2rem;
	background: var(--amarillo);
}

.reparto-bifurcacion::after {
	content: "";
	position: absolute;
	left: 25%;
	right: 25%;
	top: 1.2rem;
	height: 1.3rem;
	border-top: 2px solid var(--amarillo);
	border-left: 2px solid var(--amarillo);
	border-right: 2px solid var(--amarillo);
	border-radius: 10px 10px 0 0;
}

.reparto-ramas {
	display: flex;
	gap: 1.25rem;
	align-items: stretch;
}

.reparto-rama {
	flex: 1 1 0;
	border: 1px solid var(--linea);
	border-radius: 12px;
	padding: 1.1rem 1rem 1.25rem;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.reparto-software { border-top: 4px solid var(--azul-medio); }
.reparto-servicios { border-top: 4px solid var(--amarillo); }

.reparto-rama-titulo {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.9rem;
	color: var(--tinta);
	margin-bottom: 0.75rem;
}

.reparto-paso {
	background: #fafbfc;
	border: 1px solid var(--linea);
	border-radius: 8px;
	padding: 0.55rem 0.8rem;
	font-size: 0.95rem;
	margin-bottom: 0;
}

.reparto-flecha {
	color: var(--amarillo);
	line-height: 1;
	margin: 0.35rem 0;
	font-size: 1.1rem;
}

/* El último paso de cada rama es la conclusión: es lo que tiene que quedarse
   en la cabeza de quien lee. */
.reparto-destino {
	margin-top: auto;
	background: var(--azul);
	border-color: var(--azul);
	color: #fff;
	font-size: 1rem;
}

.reparto-servicios .reparto-destino {
	background: var(--amarillo);
	border-color: var(--amarillo);
	color: var(--tinta);
}

.reparto-destino strong { display: block; font-size: 1.15rem; }

.reparto-nota {
	font-size: 0.9rem;
	color: var(--gris-suave);
	max-width: 46rem;
	margin: 1.25rem auto 0;
}

@media (max-width: 767px) {
	.reparto-ramas { flex-direction: column; }
	.reparto-bifurcacion { height: 1.5rem; width: 2px; }
	.reparto-bifurcacion::after { display: none; }
	.reparto-bifurcacion::before { left: 0; height: 1.5rem; }
}

/* TARJETAS --------------------------------------------------------------- */
.tarjetas { margin-bottom: 0.5rem; }

.tarjeta {
	background: #fff;
	border: 1px solid var(--linea);
	border-radius: 10px;
	padding: 1.5rem 1.4rem;
	height: 100%;
	margin-bottom: 1.5rem;
	transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.tarjeta:hover {
	border-color: var(--amarillo);
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
}

.tarjeta h3 {
	font-size: 1.12rem;
	margin-bottom: 0.6rem;
	padding-bottom: 0.55rem;
	border-bottom: 2px solid var(--amarillo);
	display: inline-block;
}

.tarjeta p { font-size: 0.98rem; }

.tarjeta-enlace {
	margin-bottom: 0;
	font-weight: 600;
}

.tarjeta-enlace a { text-decoration: none; }
.tarjeta-enlace a::after { content: " →"; }
.tarjeta-enlace a:hover { text-decoration: underline; }

/* LISTAS ----------------------------------------------------------------- */
.lista-marcas {
	list-style: none;
	padding-left: 0;
}

.lista-marcas li {
	position: relative;
	padding-left: 1.4rem;
	margin-bottom: 0.4rem;
}

.lista-marcas li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--amarillo);
}

.lista-columnas.cols-2 { columns: 2; column-gap: 2.5rem; }
.lista-columnas.cols-3 { columns: 3; column-gap: 2.5rem; }
.lista-columnas li { break-inside: avoid; }

@media (max-width: 767px) {
	.lista-columnas.cols-2,
	.lista-columnas.cols-3 { columns: 1; }
}

/* ETIQUETAS -------------------------------------------------------------- */
.etiquetas {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
}

.etiquetas li {
	background: var(--azul-suave);
	border: 1px solid #d5e2ee;
	border-radius: 999px;
	padding: 0.35rem 0.95rem;
	font-size: 0.94rem;
	font-weight: 600;
	color: var(--azul);
}

/* PROCESO NUMERADO ------------------------------------------------------- */
.pasos {
	list-style: none;
	counter-reset: paso;
	padding-left: 0;
	max-width: 52rem;
}

.pasos > li {
	counter-increment: paso;
	position: relative;
	padding-left: 3.6rem;
	padding-bottom: 1.6rem;
	border-left: 2px solid var(--linea);
	margin-left: 1.25rem;
}

.pasos > li:last-child { border-left-color: transparent; padding-bottom: 0; }

.pasos > li::before {
	content: "0" counter(paso);
	position: absolute;
	left: -1.25rem;
	top: 0;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: var(--amarillo);
	color: var(--tinta);
	font-weight: 700;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pasos h3 { margin-bottom: 0.3rem; padding-top: 0.35rem; }
.pasos p { margin-bottom: 0; }

/* DIAGRAMA EN CASCADA ---------------------------------------------------- */
.diagrama {
	max-width: 44rem;
	margin: 1.5rem auto;
	text-align: center;
}

.diagrama-nivel {
	border: 2px solid var(--linea);
	border-radius: 10px;
	padding: 1rem 1.25rem;
	background: #fff;
}

/* Los niveles son los hijos impares: entre ellos van las flechas. */
.diagrama-nivel:nth-child(1) {
	border-color: var(--azul);
	background: var(--azul-suave);
}

.diagrama-nivel:nth-child(3) {
	border-style: dashed;
	border-color: var(--gris-suave);
}

.diagrama-nivel:nth-child(5) {
	border-color: var(--amarillo);
	background: var(--amarillo-suave);
}

.diagrama-titulo {
	font-weight: 700;
	color: var(--tinta);
	margin-bottom: 0.35rem;
	font-size: 1.1rem;
}

.diagrama-items {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.4rem 0.9rem;
	font-size: 0.95rem;
	color: var(--gris-texto);
}

.diagrama-items li::after {
	content: "·";
	margin-left: 0.9rem;
	color: var(--gris-suave);
}

.diagrama-items li:last-child::after { content: ""; margin: 0; }

.diagrama-flecha {
	color: var(--amarillo);
	font-size: 1.4rem;
	line-height: 1;
	padding: 0.35rem 0;
}

/* FLUJO HORIZONTAL ------------------------------------------------------- */
.flujo {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	margin: 1.5rem 0;
}

.flujo-etapa {
	background: #fff;
	border: 1px solid var(--linea);
	border-bottom: 3px solid var(--amarillo);
	border-radius: 8px;
	padding: 0.6rem 1rem;
	font-weight: 600;
	color: var(--tinta);
	font-size: 0.95rem;
}

.flujo-flecha { color: var(--azul-medio); font-weight: 700; }

/* PLAN Y PRECIO ---------------------------------------------------------- */
.plan {
	background: #fff;
	border: 1px solid var(--linea);
	border-top: 5px solid var(--amarillo);
	border-radius: 14px;
	padding: 2rem 1.9rem;
	max-width: 34rem;
	margin: 0 auto;
	box-shadow: 0 4px 24px rgba(18, 69, 107, 0.08);
	text-align: center;
}

.plan-nombre {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.85rem;
	color: var(--azul-medio);
	margin-bottom: 0.5rem;
}

/* Donde antes iba el importe. La cuota no se publica, así que el titular del
   bloque es la promesa —una sola cuota, todo dentro—, no la cifra. */
.plan-titular {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--tinta);
	line-height: 1.3;
	max-width: 22ch;
	margin: 0 auto 1.5rem;
}

.plan-incluye {
	list-style: none;
	padding-left: 0;
	margin: 0 auto 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem;
	max-width: 30rem;
}

.plan-incluye li {
	background: var(--azul-suave);
	border: 1px solid #d5e2ee;
	border-radius: 999px;
	padding: 0.3rem 0.85rem 0.3rem 1.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--azul);
	position: relative;
}

.plan-incluye li::before {
	content: "✓";
	position: absolute;
	left: 0.7rem;
	color: var(--azul-medio);
	font-weight: 700;
}

/* El mensaje que tiene que quedarse: el software lo cobramos nosotros, los
   servicios los cobra el partner. */
.plan-destacado {
	background: var(--amarillo-suave);
	border: 1px solid var(--amarillo);
	border-radius: 10px;
	padding: 0.9rem 1.1rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--tinta);
	margin-bottom: 1.5rem;
}

.plan-boton { margin-bottom: 1rem; }
.plan-boton .btn { margin: 0 0.3rem 0.5rem; }

.plan-letra {
	font-size: 0.85rem;
	color: var(--gris-suave);
	margin-bottom: 0;
}

.plan-compacto { padding: 1.5rem 1.4rem; }
.plan-compacto .plan-titular { font-size: 1.25rem; }

/* BOTONES ---------------------------------------------------------------- */
.btn-amarillo {
	background-color: var(--amarillo);
	border-color: var(--amarillo);
	color: var(--tinta);
	font-weight: 700;
}

.btn-amarillo:hover,
.btn-amarillo:focus {
	background-color: var(--amarillo-oscuro);
	border-color: var(--amarillo-oscuro);
	color: var(--tinta);
}

.btn-azul {
	background-color: var(--azul);
	border-color: var(--azul);
	color: #fff;
	font-weight: 700;
}

.btn-azul:hover { background-color: var(--azul-oscuro); border-color: var(--azul-oscuro); color: #fff; }

.btn-outline-azul {
	border-color: var(--azul-medio);
	color: var(--azul-medio);
	font-weight: 600;
}

.btn-outline-azul:hover {
	background-color: var(--azul-medio);
	border-color: var(--azul-medio);
	color: #fff;
}

/* Sobre el fondo azul del héroe, el botón secundario va en blanco. */
.heroe .btn-outline-azul {
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
}

.heroe .btn-outline-azul:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--azul);
}

/* MIGAS DE PAN ----------------------------------------------------------- */
.migas {
	font-size: 0.85rem;
	padding: 0.7rem 0;
	border-bottom: 1px solid var(--linea);
	background: #fafbfc;
}

.migas ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	padding-left: 0;
	margin: 0;
}

.migas li + li::before {
	content: "›";
	margin-right: 0.4rem;
	color: var(--amarillo);
}

.migas a { color: var(--gris-suave); text-decoration: none; }
.migas a:hover { color: var(--azul-medio); text-decoration: underline; }

/* RESPUESTA DESTACADA ---------------------------------------------------- */
.respuesta-clave {
	background-color: var(--amarillo-suave);
	border-left: 4px solid var(--amarillo);
	border-radius: 0 8px 8px 0;
	padding: 1.1rem 1.35rem;
	margin: 1.5rem 0;
	font-size: 1.05rem;
}

.respuesta-clave p:last-child { margin-bottom: 0; }

/* NOTA LATERAL ----------------------------------------------------------- */
.nota-azul {
	background: var(--azul-suave);
	border-left: 4px solid var(--azul-medio);
	border-radius: 0 8px 8px 0;
	padding: 0.9rem 1.1rem;
	font-size: 0.97rem;
}

.nota-azul p:last-child { margin-bottom: 0; }

/* PREGUNTAS FRECUENTES --------------------------------------------------- */
.faq-lista {
	max-width: 52rem;
	margin: 1.5rem auto 0;
}

.faq-item {
	border-bottom: 1px solid var(--linea);
	padding: 0.9rem 0;
}

.faq-item summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::before {
	content: "+";
	color: var(--azul-medio);
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.1;
}

.faq-item[open] summary::before { content: "–"; }

.faq-item summary h3 {
	display: inline;
	font-size: 1.05rem;
	margin: 0;
	color: var(--tinta);
}

.faq-respuesta { padding: 0.6rem 0 0 1.5rem; }
.faq-respuesta p:last-child { margin-bottom: 0; }

/* LLAMADA A LA ACCIÓN FINAL ---------------------------------------------- */
.cta-final {
	background: linear-gradient(150deg, var(--azul) 0%, var(--azul-oscuro) 100%);
	color: #fff;
	text-align: center;
	border-radius: 14px;
	padding: 2.5rem 1.5rem;
}

.cta-final h2 { color: #fff; font-size: 1.7rem; max-width: 26ch; margin: 0 auto 0.75rem; }
.cta-final p { color: rgba(255, 255, 255, 0.86); max-width: 48rem; margin: 0 auto 1.25rem; }
.cta-botones { margin-bottom: 0; }
.cta-botones .btn { margin: 0 0.4rem 0.5rem; }

.cta-final .btn-outline-azul {
	border-color: #fff;
	color: #fff;
}

.cta-final .btn-outline-azul:hover {
	background-color: #fff;
	color: var(--azul);
}

/* FORMULARIO ------------------------------------------------------------- */
.formulario {
	max-width: 40rem;
}

.formulario label {
	font-weight: 600;
	color: var(--tinta);
	margin-bottom: 0.25rem;
}

.formulario .form-control:focus,
.formulario .form-select:focus {
	border-color: var(--amarillo);
	box-shadow: 0 0 0 0.2rem rgba(248, 199, 0, 0.25);
}

.formulario .obligatorio { color: var(--azul-medio); }

.campo-trampa {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.aviso {
	border-radius: 8px;
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
}

.aviso-ok {
	background: #eaf7ee;
	border-left: 4px solid #2e7d43;
	color: #1e5330;
}

.aviso-error {
	background: #fdeef0;
	border-left: 4px solid #b3243c;
	color: #8b1a2e;
}

.aviso ul { margin-bottom: 0; padding-left: 1.2rem; }

/* TABLAS ----------------------------------------------------------------- */
.tabla-comparativa th { background-color: var(--azul-suave); }
.tabla-comparativa thead th { text-align: center; }
.tabla-comparativa td, .tabla-comparativa th { font-size: 0.95rem; }

/* PÁGINAS LEGALES -------------------------------------------------------- */
.legal { max-width: 52rem; margin: 0 auto; }

.legal h2 {
	font-size: 1.35rem;
	margin-top: 2rem;
	padding-bottom: 0.4rem;
	border-bottom: 2px solid var(--amarillo);
}

.legal h3 { font-size: 1.08rem; margin-top: 1.5rem; }
.legal p, .legal li { font-size: 0.97rem; line-height: 1.7; }
.legal .tabla-datos th { background-color: var(--azul-suave); white-space: nowrap; }
.legal .actualizado { color: var(--gris-suave); font-size: 0.9rem; }

/* AVISO DE COOKIES ------------------------------------------------------- */
/* Solo aparece si hay analítica configurada y el visitante no ha decidido. */
.aviso-cookies {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1080;
	padding: 0 1rem 1rem;
}

.aviso-cookies[hidden] { display: none; }

.aviso-cookies-caja {
	max-width: 46rem;
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--linea);
	border-top: 4px solid var(--amarillo);
	border-radius: 12px;
	box-shadow: 0 6px 28px rgba(0, 0, 0, 0.18);
	padding: 1.25rem 1.4rem;
}

.aviso-cookies-titulo {
	font-weight: 700;
	color: var(--tinta);
	margin-bottom: 0.35rem;
}

.aviso-cookies-texto {
	font-size: 0.94rem;
	margin-bottom: 1rem;
}

.aviso-cookies-botones {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

/* Los dos botones pesan lo mismo: rechazar cuesta lo mismo que aceptar. */
.aviso-cookies-botones .btn { flex: 1 1 10rem; }

/* PIE -------------------------------------------------------------------- */
#footer {
	background-color: var(--tinta);
	margin-top: 3rem;
	padding: 2.5rem 0 1rem;
	color: rgba(255, 255, 255, 0.82);
}

#footer p, #footer li {
	font-size: 0.92rem;
	margin-bottom: 0.5rem;
}

#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: var(--amarillo); text-decoration: underline; }

.pie_titulo {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.82rem !important;
	color: var(--amarillo);
	margin-bottom: 0.75rem;
}

.pie_enlaces { list-style: none; padding-left: 0; }

.pie_legal {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-top: 1.5rem;
	padding-top: 1.25rem;
}

.pie_enlaces_legal {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1.25rem;
}

/* Flecha en los enlaces que salen del sitio: avisa de que se abre otra web
   antes de pulsar, sin necesidad de leer la dirección. */
.pie_externo::after {
	content: " ↗";
	font-size: 0.85em;
	opacity: 0.75;
}

.pie_nota {
	font-size: 0.82rem !important;
	color: rgba(255, 255, 255, 0.6);
	max-width: 60rem;
}

.pie_cierre {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	flex-wrap: wrap;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 1rem;
	margin-top: 1rem;
}

.pie_copy {
	margin-bottom: 0;
	font-size: 0.85rem !important;
	color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 575px) {
	.pie_cierre { justify-content: center; text-align: center; }
}
