@charset "UTF-8";
/***!  /media/templates/site/cassiopeia_staz/css/staz.css?v=1.0.0  !***/

/* =========================================================
   STAZ · plantilla hija de Cassiopeia
   Rojo marca #ED1919 · rojo botones #CC1414 · negro · blanco
   ========================================================= */

:root {
	--staz-rojo: #ED1919;
	--staz-rojo-boton: #CC1414;
	--staz-rojo-hover: #a10f0f;
	--staz-rojo-oscuro: #721515;
	--staz-negro: #0a0a0a;
	--staz-texto: #141414;
	--staz-gris: #f3f3f3;
	--staz-gris-borde: #e3e3e3;
	--staz-gris-texto: #444444;
	--staz-ancho: 1280px;
	--staz-font: "Poppins", "Helvetica Neue", Arial, sans-serif;

	/* Recolorea Cassiopeia en páginas interiores */
	--cassiopeia-color-primary: #0a0a0a;
	--cassiopeia-color-link: #CC1414;
	--cassiopeia-color-hover: #a10f0f;
	--cassiopeia-font-family-body: var(--staz-font);
	--cassiopeia-font-family-headings: var(--staz-font);
	--cassiopeia-font-weight-headings: 700;
}

body.staz {
	margin: 0;
	font-family: var(--staz-font);
	color: var(--staz-texto);
	background: #ffffff;
	font-size: 17px;
	line-height: 1.6;
}
.staz a { color: var(--staz-rojo-boton); }
.staz a:hover { color: var(--staz-rojo-hover); }
.staz img { max-width: 100%; height: auto; }

.staz-wrap {
	width: 100%;
	max-width: var(--staz-ancho);
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

.staz-skip {
	position: absolute; left: -9999px; top: 0; z-index: 1000;
	background: #fff; color: #000; padding: 12px 18px;
}
.staz-skip:focus { left: 12px; top: 12px; }

/* ---------- Botones ---------- */
.staz-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-family: var(--staz-font); font-weight: 700; font-size: 16px; line-height: 1.2;
	padding: 15px 30px; border-radius: 999px; border: 2px solid transparent;
	text-decoration: none; transition: background .2s, color .2s, border-color .2s;
	min-height: 44px; box-sizing: border-box;
}
.staz .staz-btn--rojo { background: var(--staz-rojo-boton); color: #fff; }
.staz .staz-btn--rojo:hover { background: var(--staz-rojo-hover); color: #fff; }
.staz .staz-btn--negro { background: var(--staz-negro); color: #fff; }
.staz .staz-btn--negro:hover { background: #2a2a2a; color: #fff; }
.staz .staz-btn--borde { border-color: #fff; color: #fff; background: transparent; }
.staz .staz-btn--borde:hover { background: #fff; color: var(--staz-negro); }

/* ---------- Barra superior ---------- */
.staz-topbar { background: #000; color: #d4d4d4; font-size: 13px; }
.staz-topbar .staz-wrap { min-height: 44px; display: flex; align-items: center; }
.staz-topbar__inner { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 16px; }
.staz-topbar__datos { display: flex; flex-wrap: wrap; gap: 6px 26px; }
.staz-topbar__datos a { color: #d4d4d4; text-decoration: none; }
.staz-topbar__redes { display: flex; gap: 16px; }
.staz .staz-topbar__redes a { color: #fff; display: flex; }
.staz .staz-topbar__redes a:hover { color: var(--staz-rojo); }

/* ---------- Cabecera (sobre los estilos de Cassiopeia) ---------- */
.container-header.staz-header {
	background: #fff; background-image: none; color: var(--staz-texto);
	border-bottom: 1px solid #e8e8e8; box-shadow: none;
	position: sticky; top: 0; z-index: 100;
}
.staz-header__inner { display: flex; align-items: center; gap: 28px; min-height: 92px; }
.staz .staz-brand { display: flex; align-items: center; gap: 14px; color: #000; text-decoration: none; margin-right: auto; }
.staz-brand img { width: 64px; height: 64px; }
.staz-brand__txt { display: flex; flex-direction: column; line-height: 1.1; }
.staz-brand__txt strong { font-size: 26px; font-weight: 800; letter-spacing: 1px; }
.staz-brand__txt small { font-size: 11px; font-weight: 500; color: #555; }

.staz-nav .navbar { padding: 0; }
.staz-nav .mod-menu { margin: 0; padding: 0; }
.staz .container-header .staz-nav .metismenu > li > a,
.staz .container-header .staz-nav .metismenu > li > button,
.staz .container-header .staz-nav .metismenu > li > .mm-toggler {
	color: var(--staz-texto); font-weight: 600; font-size: 15px;
}
.staz .container-header .staz-nav .metismenu > li > a:hover,
.staz .container-header .staz-nav .metismenu > li.active > a,
.staz .container-header .staz-nav .metismenu > li.current > a { color: var(--staz-rojo-boton); }
.staz .container-header .staz-nav .metismenu .mm-collapse {
	background: #fff; border: 1px solid var(--staz-gris-borde); border-radius: 12px;
	box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.staz .container-header .staz-nav .metismenu .mm-collapse a { color: var(--staz-texto); }
.staz .container-header .staz-nav .metismenu .mm-collapse a:hover { color: var(--staz-rojo-boton); }
.staz .container-header .navbar-toggler {
	color: #fff; background: var(--staz-negro); border: 0; border-radius: 12px;
	width: 46px; height: 46px; padding: 0;
}
.staz-header__cta .staz-btn { padding: 12px 24px; font-size: 15px; }

/* ---------- Secciones genéricas ---------- */
.staz-section { padding: 72px 0; }
.staz-section--gris { background: var(--staz-gris); }
.staz-section--negro { background: var(--staz-negro); color: #fff; }
.staz-section--rojo { background: var(--staz-rojo); color: #fff; }
.staz-section__head {
	display: flex; justify-content: space-between; align-items: flex-end;
	gap: 16px; flex-wrap: wrap; margin-bottom: 32px;
}
.staz-h2 { margin: 0; font-size: 32px; line-height: 1.15; font-weight: 800; color: var(--staz-negro); }
.staz-section--negro .staz-h2, .staz-section--rojo .staz-h2 { color: #fff; }
.staz-lead { margin: 8px 0 0; font-size: 17px; color: var(--staz-gris-texto); }
.staz .staz-more { font-weight: 700; text-decoration: none; }
.staz-eyebrow { display: block; font-size: 14px; font-weight: 600; letter-spacing: 3px; color: var(--staz-rojo); text-transform: uppercase; }

/* ---------- Hero ---------- */
.staz-hero {
	position: relative; overflow: hidden; background: var(--staz-negro); color: #fff;
	padding: 90px 0; min-height: 560px; box-sizing: border-box; display: flex; align-items: center;
}
.staz-hero::before, .staz-hero::after {
	content: ""; position: absolute; top: -20%; height: 140%; transform: rotate(18deg);
}
.staz-hero::before { left: 60%; width: 220px; background: var(--staz-rojo); }
.staz-hero::after { left: calc(60% + 260px); width: 26px; background: var(--staz-rojo-oscuro); }
.staz-hero .staz-wrap { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.staz-hero__txt { max-width: 720px; display: flex; flex-direction: column; gap: 24px; }
.staz-hero h1 { margin: 0; font-size: clamp(46px, 7vw, 92px); line-height: .98; font-weight: 800; color: #fff; }
.staz-hero h1 span { color: var(--staz-rojo); }
.staz-hero p { margin: 0; font-size: 20px; line-height: 1.55; color: #d4d4d4; max-width: 600px; }
.staz-hero__btns { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 8px; }
.staz-hero__sello { width: 420px; max-width: 34vw; flex-shrink: 0; }

/* ---------- Accesos rápidos ---------- */
.staz-accesos__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
.staz .staz-acceso {
	display: flex; flex-direction: column; gap: 18px; padding: 28px 22px; min-height: 170px;
	box-sizing: border-box; border: 1px solid var(--staz-gris-borde); border-radius: 16px;
	background: #fafafa; color: var(--staz-negro); text-decoration: none;
	transition: transform .2s, border-color .2s, box-shadow .2s;
}
.staz .staz-acceso:hover { color: var(--staz-negro); border-color: var(--staz-rojo); transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.staz-acceso__ico {
	width: 52px; height: 52px; border-radius: 14px; background: var(--staz-negro); color: #fff;
	display: flex; align-items: center; justify-content: center;
}
.staz-acceso:hover .staz-acceso__ico { background: var(--staz-rojo-boton); }
.staz-acceso__txt { font-size: 17px; font-weight: 700; line-height: 1.25; }

/* ---------- Noticias (override tarjetas) ---------- */
.staz-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.staz-card { background: #fff; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.staz-card__img { position: relative; display: block; aspect-ratio: 16 / 9; background: #1c1c1c; }
.staz-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.staz-tag {
	position: absolute; left: 18px; top: 18px; background: var(--staz-rojo-boton); color: #fff;
	font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 6px; letter-spacing: .5px; text-transform: uppercase;
}
.staz-card__body { padding: 22px 26px 28px; display: flex; flex-direction: column; gap: 10px; }
.staz-card__date { font-size: 13px; color: #6b6b6b; }
.staz-card__title { margin: 0; font-size: 21px; line-height: 1.3; font-weight: 700; }
.staz .staz-card__title a { color: var(--staz-negro); text-decoration: none; }
.staz .staz-card__title a:hover { color: var(--staz-rojo-boton); }
.staz-card__text { margin: 0; font-size: 15px; line-height: 1.55; color: var(--staz-gris-texto); }

/* ---------- Asistente ---------- */
.staz-asistente .staz-wrap { display: flex; gap: 64px; align-items: center; }
.staz-asistente__txt { flex: 0 1 520px; display: flex; flex-direction: column; gap: 20px; }
.staz-asistente__txt h2 { margin: 0; font-size: 44px; line-height: 1.1; font-weight: 800; color: #fff; }
.staz-asistente__txt p { margin: 0; font-size: 18px; color: #cfcfcf; }
.staz-asistente__chat { flex: 1 1 auto; background: #fff; border-radius: 22px; overflow: hidden; min-height: 520px; }
.staz-asistente__chat iframe { display: block; width: 100%; height: 560px; border: 0; }

/* ---------- Colectivos ---------- */
.staz-colectivos__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.staz .staz-colectivo {
	display: flex; justify-content: space-between; align-items: center; gap: 16px;
	padding: 28px 30px; border-radius: 16px; background: var(--staz-negro); color: #fff; text-decoration: none;
	transition: background .2s;
}
.staz .staz-colectivo:hover { background: #222; color: #fff; }
.staz-colectivo strong { display: block; font-size: 21px; font-weight: 700; line-height: 1.25; }
.staz-colectivo small { display: block; font-size: 14px; color: #bdbdbd; margin-top: 4px; }
.staz-colectivo__flecha {
	width: 42px; height: 42px; flex-shrink: 0; border-radius: 50%; background: var(--staz-rojo);
	display: flex; align-items: center; justify-content: center;
}

/* ---------- Ventajas ---------- */
.staz-ventajas__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.staz .staz-socio {
	height: 110px; background: #fff; border-radius: 14px; border: 1px solid var(--staz-gris-borde);
	display: flex; align-items: center; justify-content: center; padding: 16px; box-sizing: border-box;
}
.staz-socio img { max-height: 70px; width: auto; filter: grayscale(1); opacity: .8; transition: filter .2s, opacity .2s; }
.staz-socio:hover img { filter: none; opacity: 1; }

/* ---------- Llamada a afiliarse ---------- */
.staz-cta .staz-wrap { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.staz-cta h2 { margin: 0 0 12px; font-size: 46px; line-height: 1.1; font-weight: 800; color: #fff; }
.staz-cta p { margin: 0; font-size: 21px; line-height: 1.5; color: #fff; max-width: 820px; }
.staz-cta .staz-btn { padding: 20px 42px; font-size: 18px; flex-shrink: 0; }

/* ---------- Contenido interior ---------- */
.staz-main { padding: 48px 0 72px; }
.staz-main__grid.has-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; }
.staz-main h1, .staz-main .page-header h1, .staz-main .page-header h2 { font-weight: 800; }
.staz-sidebar .card { border-radius: 16px; border-color: var(--staz-gris-borde); }
.staz .mod-breadcrumbs__wrapper { margin-bottom: 24px; }

/* ---------- Pie ---------- */
.staz-footer { background: var(--staz-negro); color: #cfcfcf; font-size: 15px; padding: 64px 0 36px; }
.staz-footer__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; }
.staz-footer__col { display: flex; flex-direction: column; gap: 10px; }
.staz-footer__titulo { font-size: 14px; font-weight: 700; color: #fff; letter-spacing: 2px; text-transform: uppercase; }
.staz .staz-footer a { color: #cfcfcf; text-decoration: none; }
.staz .staz-footer a:hover { color: #fff; }
.staz-footer__lema { font-size: 18px; font-weight: 800; color: #fff; letter-spacing: 1px; }
.staz-footer__lema span { color: var(--staz-rojo); }
.staz-footer__legal {
	display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
	margin-top: 44px; padding-top: 24px; border-top: 1px solid #2a2a2a; font-size: 13px; color: #9a9a9a;
}
.staz-footer__legal nav { display: flex; flex-wrap: wrap; gap: 22px; }
.staz .staz-footer__legal a { color: #9a9a9a; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1199.98px) {
	.staz-accesos__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.staz-ventajas__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.staz-brand__txt small { display: none; }
}

@media (max-width: 991.98px) {
	.staz-section { padding: 52px 0; }
	.staz-hero { padding: 56px 0 64px; min-height: 0; }
	.staz-hero .staz-wrap { flex-direction: column-reverse; align-items: flex-start; }
	.staz-hero__sello { width: 180px; max-width: 45vw; align-self: flex-end; }
	.staz-hero::before { left: 78%; width: 120px; }
	.staz-hero::after { display: none; }
	.staz-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.staz-colectivos__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.staz-asistente .staz-wrap { flex-direction: column; align-items: stretch; gap: 32px; }
	.staz-asistente__txt { flex-basis: auto; }
	.staz-asistente__txt h2 { font-size: 32px; }
	.staz-cta .staz-wrap { flex-direction: column; align-items: flex-start; }
	.staz-cta h2 { font-size: 34px; }
	.staz-main__grid.has-sidebar { grid-template-columns: 1fr; }
	.staz-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.staz-topbar__datos span:first-child { display: none; }
}

/* Menú móvil (Cassiopeia colapsa por debajo de md) */
@media (max-width: 767.98px) {
	.staz-header__inner { flex-wrap: wrap; gap: 12px; min-height: 72px; padding-top: 12px; padding-bottom: 12px; }
	.staz-brand img { width: 48px; height: 48px; }
	.staz-brand__txt strong { font-size: 22px; }
	.staz-nav { order: 3; width: 100%; }
	.staz-nav .navbar { justify-content: flex-end; }
	.staz-nav .navbar-toggler { position: absolute; top: 13px; right: 24px; }
	.staz-header__cta { margin-right: 58px; }
	.staz-header__cta .staz-btn { padding: 11px 18px; font-size: 14px; }
	.staz .container-header .staz-nav .metismenu .mm-collapse { box-shadow: none; border: 0; }
	.staz-nav .navbar-collapse .metismenu > li { border-top: 1px solid var(--staz-gris-borde); }

	.staz-topbar { display: none; }
	.staz-h2 { font-size: 24px; }
	.staz-accesos__grid, .staz-colectivos__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.staz .staz-acceso { min-height: 124px; padding: 18px 16px; gap: 12px; }
	.staz-acceso__ico { width: 44px; height: 44px; }
	.staz-acceso__txt { font-size: 15px; }
	.staz-cards { grid-template-columns: 1fr; gap: 18px; }
	.staz-colectivos__grid { grid-template-columns: 1fr; }
	.staz-ventajas__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.staz-hero__btns { flex-direction: column; width: 100%; }
	.staz-hero__btns .staz-btn { width: 100%; }
	.staz-hero p { font-size: 16px; }
	.staz-cta .staz-btn { width: 100%; }
	.staz-footer__grid { grid-template-columns: 1fr; gap: 28px; }
}

