@charset "utf-8";

:root {
  --page-bg: #d7ebfa;
  --card-bg: rgba(255, 255, 255, 0.97);
  --card-border: rgba(38, 109, 161, 0.24);
  --header-a: #0d456d;
  --header-b: #126296;
  --text: #244155;
  --title: #165b90;
  --link: #0e5f9f;
  --link-hover: #00a8c5;
}

body {
  color: var(--text) !important;
  background-color: var(--page-bg) !important;
  background-image:
    linear-gradient(rgba(244, 251, 255, 0.78), rgba(244, 251, 255, 0.78)),
    url('../Templates/fotos/proconsa2.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
}

body.gc-redesign-active {
  padding-top: 78px;
  padding-bottom: 110px;
}

.container {
  width: 90% !important;
  max-width: 1220px !important;
  margin: 0 auto !important;
  opacity: 1 !important;
  filter: none !important;
  background: var(--card-bg) !important;
  border: 1px solid var(--card-border);
  box-shadow: 0 22px 70px rgba(18, 55, 84, 0.2);
}

body.gc-redesign-active .container > .header,
body.gc-redesign-active .container > .footer {
  display: none !important;
}

.general {
  margin-top: 0 !important;
}

.content {
  margin-top: 0 !important;
  padding: 16px 18px 22px !important;
  min-height: 520px !important;
}

.gc-shell-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  background: linear-gradient(180deg, var(--header-a) 0%, var(--header-b) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 8px 20px rgba(10, 39, 63, 0.28);
}

.gc-shell-brand,
.gc-shell-header .gc-shell-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ecf8ff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.gc-shell-brand img {
  width: 116px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.gc-shell-menu {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
}

.gc-shell-menu a,
.gc-shell-header .gc-shell-menu a {
  color: #eaf7ff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.86rem;
}

.gc-shell-menu a:hover,
.gc-shell-header .gc-shell-menu a:hover {
  background: rgba(255, 255, 255, 0.17);
}

.gc-shell-menu a.is-active,
.gc-shell-header .gc-shell-menu a.is-active {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.7);
}

.gc-shell-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: transparent;
  color: #eef9ff;
  padding: 6px 12px;
}

.gc-shell-footer {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 9998;
  background: linear-gradient(180deg, #0f4f7b 0%, #0b3858 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  color: #e9f8ff;
  padding: 8px 14px;
}

.gc-shell-footer-wrap {
  width: min(1220px, 96%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.85rem;
}

.gc-shell-footer-links {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.gc-shell-footer-links a,
.gc-shell-footer .gc-shell-footer-links a {
  color: #e9f8ff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 4px 9px;
}

.gc-shell-footer-links a:hover,
.gc-shell-footer .gc-shell-footer-links a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.has-page-hero-redesign {
  display: block;
}

.page-hero-redesign {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(35, 104, 157, 0.24);
  background: linear-gradient(165deg, rgba(240, 249, 255, 0.98) 0%, rgba(226, 241, 252, 0.95) 100%);
  box-shadow: 0 10px 24px rgba(12, 49, 79, 0.12);
}

.page-hero-kicker {
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: #3f7599 !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  font-weight: 700;
}

.page-hero-redesign h1 {
  margin: 0 !important;
  padding: 0 !important;
  color: #144f7d !important;
  font-size: clamp(1.3rem, 3.1vw, 2rem) !important;
}

.page-hero-redesign p {
  margin: 7px 0 0 !important;
  padding: 0 !important;
  color: #416076 !important;
}

.gc-context-strip {
  margin: 0 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(35, 104, 157, 0.28);
  background: linear-gradient(165deg, rgba(234, 246, 255, 0.98) 0%, rgba(222, 240, 252, 0.96) 100%);
  box-shadow: 0 12px 24px rgba(12, 49, 79, 0.11);
  padding: 12px;
  display: grid;
  gap: 10px;
}

.gc-context-main p {
  margin: 0;
  color: #3d637b;
}

.gc-context-actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.gc-action {
  text-decoration: none !important;
  border: 1px solid rgba(24, 100, 156, 0.35);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.88rem;
  color: #1d5e8f !important;
  background: rgba(255, 255, 255, 0.84);
}

.gc-action.primary {
  background: linear-gradient(130deg, #0f679f 0%, #1692cb 100%);
  color: #f2fbff !important;
}

.gc-context-links {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.gc-context-links a {
  text-decoration: none !important;
  border: 1px solid rgba(24, 100, 156, 0.28);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.82rem;
  color: #296a97 !important;
  background: rgba(255, 255, 255, 0.74);
}

.gc-context-links a:hover,
.gc-action:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  color: var(--title) !important;
  font-family: "Segoe UI", Tahoma, Verdana, sans-serif !important;
}

.content p,
.content li,
.content td,
.Estilo1,
.Estilo13,
.Estilo15,
.Estilo16 {
  color: #35566c !important;
}

a:link,
a:visited {
  color: var(--link) !important;
}

a:hover {
  color: var(--link-hover) !important;
}

.content table {
  width: 100% !important;
  max-width: 100% !important;
  background: rgba(248, 253, 255, 0.95) !important;
  border-radius: 10px;
  border: 1px solid rgba(35, 104, 157, 0.14);
  box-shadow: 0 8px 24px rgba(12, 49, 79, 0.1);
}

.content td,
.content th {
  padding: 8px !important;
  vertical-align: top !important;
}

.content img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 8px;
}

.content ul {
  list-style: none;
  padding-left: 0 !important;
}

.content ul li {
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

.content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2a98d1;
  position: absolute;
  left: 0;
  top: 8px;
}

.footer {
  background: linear-gradient(180deg, var(--header-a) 0%, #0b3858 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.footer .Estilo14,
.footer a {
  color: #ecf8ff !important;
}

#TabbedPanels1 {
  background: rgba(248, 253, 255, 0.96);
  border: 1px solid rgba(35, 104, 157, 0.2);
  border-radius: 10px;
  padding: 8px;
}

.TabbedPanelsTab {
  border-radius: 8px;
}

.TabbedPanelsContentGroup {
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 920px) {
  body.gc-redesign-active {
    padding-top: 70px;
    padding-bottom: 118px;
  }

  .container {
    width: 97% !important;
  }

  .gc-shell-toggle {
    display: inline-flex;
  }

  .gc-shell-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 10px;
    right: 10px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: rgba(12, 60, 93, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 10px;
    padding: 10px;
  }

  .gc-shell-menu.is-open {
    display: flex;
  }

  .gc-shell-menu a {
    text-align: center;
  }

  .gc-shell-footer-wrap {
    justify-content: center;
    text-align: center;
  }

  .content {
    width: 100% !important;
    float: none !important;
  }

  .sidebar2 {
    width: 100% !important;
    float: none !important;
  }

  .gc-context-actions,
  .gc-context-links {
    justify-content: center;
  }

  /* Punto 5: deshabilitar background-attachment:fixed en móvil (alto coste GPU) */
  body {
    background-attachment: scroll !important;
  }
}

@media (max-width: 480px) {
  body {
    background-attachment: scroll !important;
    background-image: linear-gradient(rgba(244, 251, 255, 0.9), rgba(244, 251, 255, 0.9)) !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   HERO GLOBAL DE PRODUCTO  (gc-hero*)
   Cada página hijo hereda este bloque y solo sobreescribe en su
   propio <style> las propiedades que difieren del estándar.
   Para cambiar el aspecto global: editar aquí y las variables CSS.
   ═══════════════════════════════════════════════════════════════ */
:root {
  --gc-hero-h:       520px;               /* altura por defecto      */
  --gc-hero-bright:  1.05;                /* brillo imagen de fondo  */
  --gc-hero-sat:     1.1;                 /* saturación              */
  --gc-hero-ov-bot:  rgba(4,18,34,.82);   /* overlay parte inferior  */
  --gc-hero-ov-mid:  rgba(4,18,34,.38);   /* overlay parte central   */
  --gc-hero-h1:      #ffffff;
  --gc-hero-sub:     #ffffff;
  --gc-hero-kicker:  #ffffff;
}

.gc-hero {
  position: relative;
  min-height: var(--gc-hero-h);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.gc-hero-img {
  position: absolute;
  inset: 0; width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(var(--gc-hero-bright)) saturate(var(--gc-hero-sat));
}
.gc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    var(--gc-hero-ov-bot) 0%,
    var(--gc-hero-ov-mid) 55%,
    transparent 100%
  );
}
.gc-hero-body {
  position: relative;
  z-index: 2;
  padding: 0 5% 3rem;
  max-width: 860px;
}
.gc-hero-kicker {
  font-size: .78rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gc-hero-kicker) !important;
  margin: 0 0 .6rem;
  text-shadow: 0 1px 8px rgba(0,0,0,.6) !important;
}
.gc-hero h1 {
  font-size: clamp(2rem,5vw,3.6rem) !important;
  font-weight: 900 !important;
  color: var(--gc-hero-h1) !important;
  margin: 0 0 .8rem !important;
  line-height: 1.08 !important;
  text-shadow: 0 2px 22px rgba(0,0,0,.75), 0 1px 4px rgba(0,0,0,.5) !important;
}
.gc-hero-sub {
  font-size: clamp(.9rem,2vw,1.05rem);
  color: var(--gc-hero-sub) !important;
  margin: 0 0 1.4rem;
  max-width: 600px;
  line-height: 1.62;
  text-shadow: 0 1px 10px rgba(0,0,0,.65) !important;
}
.gc-hero-badges { display: flex; flex-wrap: wrap; gap: .5rem; }
.gc-hero-badges span {
  background: rgba(46,196,218,.20);
  border: 1px solid rgba(46,196,218,.48);
  color: #e4faff;
  font-size: .72rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .3rem .8rem; border-radius: 20px;
  text-shadow: 0 1px 4px rgba(0,0,0,.4);
}

@media (max-width: 780px) {
  .gc-hero { min-height: calc(var(--gc-hero-h) * .78); }
  .gc-hero-body { padding: 0 4% 2rem; }
  .gc-hero h1 { font-size: clamp(1.6rem,5vw,2.6rem) !important; }
}

/* ── YouTube thumbnail global (gc-yt-*) ──────────────────────── */
/* Reutilizable en cualquier página sin copiar CSS               */
.gc-yt-wrap {
  position: relative; aspect-ratio: 16/9;
  background: #000; border-radius: 10px; overflow: hidden;
  box-shadow: 0 8px 24px rgba(12,49,79,.15);
}
.gc-yt-thumb {
  display: block; position: absolute; inset: 0; text-decoration: none;
}
.gc-yt-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .25s ease;
}
.gc-yt-thumb:hover img { transform: scale(1.04); }
.gc-yt-play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.35); transition: background .2s ease;
}
.gc-yt-thumb:hover .gc-yt-play { background: rgba(0,0,0,.55); }
.gc-yt-icon {
  width: 64px; height: 64px; background: #ff0000; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.5); transition: transform .2s ease;
}
.gc-yt-thumb:hover .gc-yt-icon { transform: scale(1.1); }
.gc-yt-icon::after {
  content: ''; border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}

/* Modernización visual específica: vidrio templado */
body.gc-templado-page {
  --page-bg: #e7f5ff;
  --card-bg: rgba(255, 255, 255, 0.98);
  --header-a: #0d3f61;
  --header-b: #0f6ea5;
  --title: #0f588a;
  --text: #2f4e64;
}

body.gc-templado-page .content,
body.gc-templado-page .content p,
body.gc-templado-page .content li,
body.gc-templado-page .content td,
body.gc-templado-page .content th,
body.gc-templado-page [class^="Estilo"],
body.gc-templado-page [class*=" Estilo"] {
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif !important;
}

body.gc-templado-page .content {
  padding: 22px !important;
}

body.gc-templado-page .page-hero-redesign {
  background:
    linear-gradient(140deg, rgba(245, 252, 255, 0.98) 0%, rgba(226, 243, 255, 0.95) 56%, rgba(213, 235, 249, 0.92) 100%),
    radial-gradient(circle at 88% 18%, rgba(16, 128, 185, 0.16), transparent 46%);
  border: 1px solid rgba(31, 119, 173, 0.26);
  box-shadow: 0 16px 34px rgba(13, 70, 109, 0.14);
}

body.gc-templado-page .content > div > table {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.gc-templado-page .content table {
  margin-bottom: 14px !important;
  border: 1px solid rgba(28, 106, 154, 0.14);
  border-radius: 12px;
  background: rgba(250, 254, 255, 0.96) !important;
}

body.gc-templado-page .Estilo17 {
  background: linear-gradient(135deg, #0b4a75 0%, #0f77b2 100%) !important;
  color: #effaff !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 12px !important;
}

body.gc-templado-page h1.Estilo19 {
  font-size: clamp(1.7rem, 3.8vw, 2.5rem) !important;
  letter-spacing: 0.04em;
  color: #0b5889 !important;
}

body.gc-templado-page h2,
body.gc-templado-page h3,
body.gc-templado-page .Estilo20 {
  color: #146292 !important;
  font-weight: 700 !important;
}

body.gc-templado-page .Estilo1,
body.gc-templado-page .Estilo16,
body.gc-templado-page .Estilo13,
body.gc-templado-page li,
body.gc-templado-page td {
  line-height: 1.64 !important;
  font-size: 1rem !important;
  color: #2f4f65 !important;
}

body.gc-templado-page strong {
  color: #0f5d8f;
}

body.gc-templado-page .content tr[bgcolor="#FF0000"] td,
body.gc-templado-page .content tr[bgcolor="#ff0000"] td {
  background: linear-gradient(130deg, #0d5a8b 0%, #1595cb 100%) !important;
  color: #effaff !important;
}

body.gc-templado-page .content img {
  border: 1px solid rgba(35, 104, 157, 0.18);
  box-shadow: 0 10px 24px rgba(12, 49, 79, 0.14);
}

body.gc-templado-page object,
body.gc-templado-page embed {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 10px;
  border: 1px solid rgba(35, 104, 157, 0.18);
}

@media (max-width: 820px) {
  body.gc-templado-page .content {
    padding: 14px !important;
  }

  body.gc-templado-page .Estilo1,
  body.gc-templado-page .Estilo16,
  body.gc-templado-page .Estilo13,
  body.gc-templado-page li,
  body.gc-templado-page td {
    font-size: 0.95rem !important;
  }
}

/* Modernización visual específica: obras en curso */
body.gc-obras-page {
  --page-bg: #e8f5ff;
  --card-bg: rgba(255, 255, 255, 0.98);
  --header-a: #0f3d5f;
  --header-b: #1174ac;
  --title: #0f5a89;
  --text: #314f62;
}

body.gc-obras-page .content,
body.gc-obras-page .content p,
body.gc-obras-page .content li,
body.gc-obras-page .content td,
body.gc-obras-page .content th {
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif !important;
}

body.gc-obras-page .content {
  padding: 20px !important;
}

.gc-projects-carousel {
  border-radius: 16px;
  border: 1px solid rgba(22, 94, 141, 0.2);
  background: linear-gradient(160deg, rgba(248, 253, 255, 0.98) 0%, rgba(229, 244, 253, 0.96) 100%);
  box-shadow: 0 18px 40px rgba(12, 49, 79, 0.14);
  overflow: hidden;
}

.gc-carousel-head {
  padding: 18px 20px 10px;
}

.gc-carousel-kicker {
  margin: 0 0 6px !important;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4e7a98 !important;
  font-weight: 700;
}

.gc-carousel-head h2 {
  margin: 0 !important;
  color: #0f5889 !important;
  font-size: clamp(1.2rem, 2.9vw, 1.9rem);
}

.gc-carousel-head p {
  margin: 8px 0 0 !important;
  color: #456178 !important;
}

.gc-carousel-frame {
  position: relative;
  padding: 0 0 52px;
}

.gc-carousel-track {
  position: relative;
  min-height: clamp(320px, 54vw, 640px);
}

.gc-slide {
  margin: 0;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}

.gc-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.gc-slide img {
  width: 100%;
  height: clamp(320px, 54vw, 640px);
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.gc-slide figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: #eff9ff;
  font-size: 0.95rem;
  line-height: 1.5;
  background: linear-gradient(160deg, rgba(8, 38, 59, 0.84) 0%, rgba(17, 87, 129, 0.72) 100%);
  border: 1px solid rgba(199, 234, 255, 0.3);
  border-radius: 12px;
  padding: 10px 12px;
  backdrop-filter: blur(3px);
}

.gc-slide figcaption strong {
  color: #ffffff;
}

.gc-carousel-nav {
  position: absolute;
  z-index: 5;
  top: calc(50% - 18px);
  width: 38px;
  height: 38px;
  border: 1px solid rgba(216, 239, 255, 0.7);
  border-radius: 999px;
  background: rgba(8, 37, 56, 0.62);
  color: #ecf9ff;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.gc-carousel-nav.prev {
  left: 12px;
}

.gc-carousel-nav.next {
  right: 12px;
}

.gc-carousel-nav:hover,
.gc-carousel-nav:focus-visible {
  background: rgba(18, 95, 140, 0.86);
}

.gc-carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  z-index: 6;
}

.gc-carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(187, 228, 252, 0.9);
  background: rgba(16, 65, 94, 0.48);
  cursor: pointer;
}

.gc-carousel-dots button.is-active {
  width: 24px;
  background: #e9f7ff;
  border-color: #e9f7ff;
}

.gc-carousel-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(186, 230, 255, 0.85);
  background: rgba(9, 48, 73, 0.68);
  color: #f2fbff;
  font-size: 0.83rem;
  letter-spacing: 0.03em;
}

@media (max-width: 860px) {
  body.gc-obras-page .content {
    padding: 12px !important;
  }

  .gc-carousel-head {
    padding: 14px 14px 8px;
  }

  .gc-slide figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .gc-carousel-nav {
    width: 34px;
    height: 34px;
    top: calc(50% - 14px);
  }
}

/* Modernización visual específica: laminado, curvado, climaglas curvado y mercados */
body.gc-laminado-page,
body.gc-curvado-page,
body.gc-climaglas-curvado-page {
  --page-bg: #e8f4ff;
  --card-bg: rgba(255, 255, 255, 0.98);
  --header-a: #0d4166;
  --header-b: #0f74ad;
  --title: #0f5a89;
  --text: #2f4f63;
}

body.gc-mercados-page {
  --page-bg: #e8f4ff;
  --card-bg: #ffffff;
  --header-a: #0d4166;
  --header-b: #0f74ad;
  --title: #0f5a89;
  --text: #2f4f63;
}

body.gc-laminado-page .content,
body.gc-curvado-page .content,
body.gc-climaglas-curvado-page .content,
body.gc-mercados-page .content {
  padding: 22px !important;
  background-color: #ffffff !important;
}

body.gc-laminado-page .content,
body.gc-laminado-page .content p,
body.gc-laminado-page .content li,
body.gc-laminado-page .content td,
body.gc-curvado-page .content,
body.gc-curvado-page .content p,
body.gc-curvado-page .content li,
body.gc-curvado-page .content td,
body.gc-climaglas-curvado-page .content,
body.gc-climaglas-curvado-page .content p,
body.gc-climaglas-curvado-page .content li,
body.gc-climaglas-curvado-page .content td,
body.gc-mercados-page .content,
body.gc-mercados-page .content p,
body.gc-mercados-page .content li,
body.gc-mercados-page .content td,
body.gc-laminado-page [class^="Estilo"],
body.gc-laminado-page [class*=" Estilo"],
body.gc-curvado-page [class^="Estilo"],
body.gc-curvado-page [class*=" Estilo"],
body.gc-climaglas-curvado-page [class^="Estilo"],
body.gc-climaglas-curvado-page [class*=" Estilo"],
body.gc-mercados-page [class^="Estilo"],
body.gc-mercados-page [class*=" Estilo"] {
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif !important;
}

body.gc-laminado-page .page-hero-redesign,
body.gc-curvado-page .page-hero-redesign,
body.gc-climaglas-curvado-page .page-hero-redesign,
body.gc-mercados-page .page-hero-redesign {
  background:
    linear-gradient(140deg, rgba(245, 252, 255, 0.99) 0%, rgba(227, 243, 254, 0.96) 58%, rgba(214, 236, 249, 0.93) 100%),
    radial-gradient(circle at 84% 16%, rgba(19, 134, 193, 0.14), transparent 46%);
  border: 1px solid rgba(33, 109, 159, 0.24);
  box-shadow: 0 14px 32px rgba(12, 49, 79, 0.12);
}

body.gc-laminado-page .content table,
body.gc-curvado-page .content table,
body.gc-climaglas-curvado-page .content table,
body.gc-mercados-page .content table {
  border: 1px solid rgba(29, 104, 151, 0.14);
  border-radius: 12px;
  background: rgba(250, 254, 255, 0.97) !important;
}

body.gc-laminado-page .Estilo17,
body.gc-curvado-page .Estilo17,
body.gc-climaglas-curvado-page .Estilo17,
body.gc-mercados-page .Estilo17 {
  background: linear-gradient(135deg, #0b4a75 0%, #0f78b3 100%) !important;
  color: #effaff !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 12px !important;
}

body.gc-laminado-page h1,
body.gc-curvado-page h1,
body.gc-climaglas-curvado-page h1,
body.gc-mercados-page h1 {
  color: #0d5788 !important;
  font-size: clamp(1.55rem, 3.4vw, 2.3rem) !important;
  letter-spacing: 0.02em;
}

body.gc-laminado-page h2,
body.gc-curvado-page h2,
body.gc-climaglas-curvado-page h2,
body.gc-mercados-page h2,
body.gc-laminado-page h3,
body.gc-curvado-page h3,
body.gc-climaglas-curvado-page h3,
body.gc-mercados-page h3 {
  color: #146496 !important;
}

body.gc-laminado-page .content p,
body.gc-laminado-page .content li,
body.gc-curvado-page .content p,
body.gc-curvado-page .content li,
body.gc-climaglas-curvado-page .content p,
body.gc-climaglas-curvado-page .content li,
body.gc-mercados-page .content p,
body.gc-mercados-page .content li {
  line-height: 1.64 !important;
  font-size: 1rem !important;
  color: #2f4f65 !important;
}

body.gc-laminado-page .content img,
body.gc-curvado-page .content img,
body.gc-climaglas-curvado-page .content img,
body.gc-mercados-page .content img {
  border: 1px solid rgba(35, 104, 157, 0.18);
  box-shadow: 0 10px 24px rgba(12, 49, 79, 0.14);
}

@media (max-width: 860px) {
  body.gc-laminado-page .content,
  body.gc-curvado-page .content,
  body.gc-climaglas-curvado-page .content,
  body.gc-mercados-page .content {
    padding: 14px !important;
  }

  body.gc-laminado-page .content p,
  body.gc-laminado-page .content li,
  body.gc-curvado-page .content p,
  body.gc-curvado-page .content li,
  body.gc-climaglas-curvado-page .content p,
  body.gc-climaglas-curvado-page .content li,
  body.gc-mercados-page .content p,
  body.gc-mercados-page .content li {
    font-size: 0.95rem !important;
  }
}

/* Directorio maestro de obras por zonas */
body.gc-obras-directorio-page .content {
  padding: 18px !important;
}

.gc-obras-directory {
  border-radius: 14px;
  border: 1px solid rgba(22, 94, 141, 0.2);
  background: linear-gradient(162deg, rgba(248, 253, 255, 0.98) 0%, rgba(229, 244, 253, 0.96) 100%);
  box-shadow: 0 16px 34px rgba(12, 49, 79, 0.12);
  padding: 14px;
}

.gc-obras-dir-head h2 {
  margin: 4px 0 8px !important;
  color: #0f5889 !important;
}

.gc-obras-dir-head p {
  margin: 0 !important;
  color: #415f76 !important;
}

.gc-obras-meta {
  margin: 12px 0 6px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.gc-obras-meta span {
  border: 1px solid rgba(28, 106, 154, 0.2);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.84);
  color: #2f5672;
  font-size: 0.84rem;
}

.gc-obras-block {
  margin-top: 12px;
  border: 1px solid rgba(28, 106, 154, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  padding: 12px;
}

.gc-obras-block h3 {
  margin: 0 0 10px !important;
  color: #145e8e !important;
}

.gc-zones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
}

.gc-zone-card {
  border: 1px solid rgba(29, 104, 151, 0.18);
  border-radius: 10px;
  background: rgba(245, 252, 255, 0.92);
  padding: 10px;
}

.gc-zone-card h4 {
  margin: 0 0 8px !important;
  color: #0f5a89 !important;
  text-transform: uppercase;
  font-size: 0.88rem !important;
  letter-spacing: 0.04em;
}

.gc-zone-links {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.gc-zone-links a,
.gc-page-link {
  text-decoration: none !important;
  border: 1px solid rgba(24, 100, 156, 0.28);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.82rem;
  color: #296a97 !important;
  background: rgba(255, 255, 255, 0.9);
}

.gc-pages-grid {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.gc-places-grid {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.gc-place-pill {
  border: 1px solid rgba(21, 89, 135, 0.24);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(235, 247, 255, 0.96);
  color: #2f5672;
  font-size: 0.82rem;
}

.gc-master-carousel {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(30, 106, 153, 0.2);
  overflow: hidden;
  background: #0f2f46;
}

.gc-master-slide {
  margin: 0;
}

.gc-master-slide img {
  width: 100%;
  height: clamp(320px, 54vw, 680px);
  object-fit: cover;
  display: block;
  border: 0 !important;
  box-shadow: none !important;
}

.gc-master-slide figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: linear-gradient(160deg, rgba(7, 35, 53, 0.86) 0%, rgba(15, 78, 116, 0.76) 100%);
  border: 1px solid rgba(195, 233, 255, 0.3);
  border-radius: 11px;
  color: #f0fbff;
  padding: 9px 11px;
  line-height: 1.45;
  font-size: 0.9rem;
}

.gc-master-zone {
  display: inline-block;
  margin-left: 8px;
  border: 1px solid rgba(196, 231, 255, 0.45);
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.gc-legacy-hidden {
  display: none !important;
}

.gc-legacy-obras-carousel {
  margin-top: 12px;
}

.gc-legacy-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 8px;
  padding: 10px 12px 12px;
  background: linear-gradient(180deg, rgba(9, 36, 54, 0.92), rgba(8, 31, 47, 0.97));
}

.gc-legacy-thumb {
  border: 1px solid rgba(182, 227, 255, 0.35);
  border-radius: 8px;
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  overflow: hidden;
  opacity: 0.75;
  transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.gc-legacy-thumb img {
  width: 100%;
  height: 58px;
  object-fit: cover;
  display: block;
  border: 0 !important;
  box-shadow: none !important;
}

.gc-legacy-thumb:hover,
.gc-legacy-thumb:focus-visible,
.gc-legacy-thumb.is-active {
  opacity: 1;
  border-color: rgba(226, 246, 255, 0.92);
  transform: translateY(-1px);
}

/* Contacto y formularios premium */
body.gc-contact-premium-page,
body.gc-form-premium-page {
  --page-bg: #e9f6ff;
  --card-bg: rgba(255, 255, 255, 0.98);
  --header-a: #0d4267;
  --header-b: #0f79b4;
  --title: #0f5989;
  --text: #2f4f63;
}

body.gc-contact-premium-page .content,
body.gc-form-premium-page .content {
  padding: 18px !important;
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif !important;
}

.gc-contact-premium,
.gc-form-premium {
  border-radius: 14px;
  border: 1px solid rgba(22, 94, 141, 0.2);
  background:
    linear-gradient(162deg, rgba(248, 253, 255, 0.98) 0%, rgba(229, 244, 253, 0.96) 100%),
    radial-gradient(circle at 88% 14%, rgba(19, 134, 193, 0.15), transparent 48%);
  box-shadow: 0 16px 34px rgba(12, 49, 79, 0.12);
  padding: 14px;
}

.gc-contact-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
  align-items: stretch;
}

.gc-contact-copy,
.gc-contact-logo {
  border: 1px solid rgba(29, 104, 151, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px;
}

.gc-contact-kicker {
  margin: 0 0 6px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #4f7c9a !important;
  font-weight: 700;
}

.gc-contact-copy h2,
.gc-form-head h2 {
  margin: 0 0 8px !important;
  color: #0f5b8b !important;
}

.gc-contact-copy p,
.gc-form-head p {
  margin: 0;
  color: #415f76 !important;
}

.gc-contact-cta {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.gc-contact-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gc-contact-logo img {
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(35, 104, 157, 0.18);
  box-shadow: 0 10px 24px rgba(12, 49, 79, 0.14);
}

.gc-contact-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.gc-contact-card {
  border: 1px solid rgba(28, 106, 154, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 11px;
}

.gc-contact-card h3 {
  margin: 0 0 8px !important;
  color: #145e8e !important;
  font-size: 1rem !important;
}

.gc-contact-card p {
  margin: 0 0 7px !important;
  color: #35566c !important;
}

.gc-form-head {
  border: 1px solid rgba(29, 104, 151, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px;
}

.gc-form-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gc-form-grid label,
.gc-form-grid fieldset {
  border: 1px solid rgba(28, 106, 154, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  padding: 8px 9px;
  display: grid;
  gap: 6px;
  color: #31566e;
  font-size: 0.9rem;
}

.gc-form-grid input,
.gc-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(26, 103, 151, 0.22);
  border-radius: 8px;
  padding: 8px;
  font-family: inherit;
  color: #26475c;
  background: rgba(251, 254, 255, 0.95);
}

.gc-form-grid input:focus,
.gc-form-grid textarea:focus {
  outline: 2px solid rgba(24, 145, 206, 0.22);
  border-color: rgba(24, 145, 206, 0.54);
}

.gc-form-grid .full {
  grid-column: 1 / -1;
}

.gc-form-choice legend {
  color: #145e8e;
  font-weight: 700;
  padding: 0 6px;
}

.gc-form-choice label {
  border: 0;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 7px;
}

.gc-form-choice input[type="radio"] {
  width: auto;
}

.gc-form-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 980px) {
  .gc-contact-hero {
    grid-template-columns: 1fr;
  }

  .gc-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .gc-form-grid {
    grid-template-columns: 1fr;
  }
}

/* Calidad premium: politica, certificados y normativa */
body.gc-quality-premium-page {
  --page-bg: #eaf6ff;
  --card-bg: rgba(255, 255, 255, 0.98);
  --header-a: #0c4063;
  --header-b: #0f79b4;
  --title: #0f5b8b;
  --text: #2f4f63;
}

body.gc-quality-premium-page .content,
body.gc-quality-premium-page .content p,
body.gc-quality-premium-page .content li,
body.gc-quality-premium-page .content td,
body.gc-quality-premium-page .content th {
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif !important;
}

body.gc-quality-premium-page .content {
  padding: 18px !important;
}

.gc-quality-spotlight {
  margin: 0 0 14px;
  border: 1px solid rgba(25, 100, 149, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(160deg, rgba(248, 253, 255, 0.98) 0%, rgba(229, 244, 253, 0.96) 100%),
    radial-gradient(circle at 88% 18%, rgba(19, 134, 193, 0.14), transparent 48%);
  box-shadow: 0 16px 34px rgba(12, 49, 79, 0.12);
  padding: 14px;
}

.gc-quality-spotlight-head h2 {
  margin: 0 0 8px !important;
  color: #0f5b8b !important;
}

.gc-quality-spotlight-head p {
  margin: 0 !important;
  color: #405f75 !important;
}

.gc-quality-metrics {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.gc-quality-metrics article {
  border: 1px solid rgba(28, 106, 154, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}

.gc-quality-metrics strong {
  display: block;
  color: #0f5a89;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.gc-quality-metrics span {
  color: #35566c;
  font-size: 0.84rem;
  line-height: 1.4;
}

.gc-quality-copy {
  border: 1px solid rgba(26, 101, 151, 0.16);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(12, 49, 79, 0.08);
  padding: 11px 12px !important;
  margin: 10px 0 !important;
  color: #2f4f63 !important;
  line-height: 1.68 !important;
  text-align: left !important;
}

.gc-quality-signature-line {
  display: inline-block;
  min-width: 210px;
  text-align: right !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  font-weight: 700;
}

.gc-quality-certs-table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 10px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.gc-quality-cert-cell {
  border: 1px solid rgba(26, 101, 151, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 24px rgba(12, 49, 79, 0.09);
  padding: 10px !important;
  color: #2f4f63 !important;
  font-weight: 600;
}

.gc-quality-cert-cell a {
  color: #0f6aa2 !important;
}

.gc-norms-toolbar {
  margin: 10px 0 10px;
  border: 1px solid rgba(26, 101, 151, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}

.gc-norms-search-label {
  display: block;
  margin: 0 0 6px;
  color: #1e628f;
  font-weight: 700;
  font-size: 0.88rem;
}

.gc-norms-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.gc-norms-search {
  min-width: min(460px, 100%);
  flex: 1;
  border: 1px solid rgba(28, 106, 154, 0.24);
  border-radius: 9px;
  padding: 9px 10px;
  background: rgba(251, 254, 255, 0.96);
  color: #26475c;
}

.gc-norms-search:focus {
  outline: 2px solid rgba(24, 145, 206, 0.24);
  border-color: rgba(24, 145, 206, 0.54);
}

.gc-norms-counter {
  border: 1px solid rgba(24, 100, 156, 0.26);
  border-radius: 999px;
  padding: 6px 10px;
  color: #2e5672;
  font-size: 0.82rem;
  background: rgba(239, 250, 255, 0.96);
}

.gc-quality-table-shell {
  overflow: auto;
  border-radius: 12px;
  border: 1px solid rgba(26, 101, 151, 0.18);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 32px rgba(12, 49, 79, 0.1);
}

.gc-quality-norms-table {
  min-width: 920px;
  width: 100% !important;
  border-collapse: collapse !important;
}

.gc-quality-norms-table td,
.gc-quality-norms-table th {
  padding: 10px 10px !important;
  border-color: rgba(32, 109, 158, 0.18) !important;
  vertical-align: top !important;
}

.gc-quality-norms-table tr:nth-child(even) {
  background: rgba(238, 249, 255, 0.62);
}

@media (max-width: 980px) {
  .gc-quality-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .gc-quality-metrics {
    grid-template-columns: 1fr;
  }

  .gc-norms-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gc-norms-search {
    min-width: 0;
    width: 100%;
  }
}

/* Premium comercial: CLIMAGLAS y Doble Acristalamiento */
body.gc-da-premium-page {
  --page-bg: #e8f5ff;
  --card-bg: rgba(255, 255, 255, 0.98);
  --header-a: #0d4267;
  --header-b: #0f79b4;
  --title: #0f5b8b;
  --text: #2f4f63;
}

body.gc-da-premium-page .content,
body.gc-da-premium-page .content p,
body.gc-da-premium-page .content li,
body.gc-da-premium-page .content td,
body.gc-da-premium-page .content th,
body.gc-da-premium-page [class^="Estilo"],
body.gc-da-premium-page [class*=" Estilo"] {
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif !important;
}

body.gc-da-premium-page .content {
  padding: 20px !important;
}

.gc-da-spotlight {
  margin: 0 0 14px;
  border: 1px solid rgba(24, 101, 151, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(162deg, rgba(248, 253, 255, 0.98) 0%, rgba(229, 244, 253, 0.96) 100%),
    radial-gradient(circle at 88% 16%, rgba(19, 134, 193, 0.16), transparent 46%);
  box-shadow: 0 16px 34px rgba(12, 49, 79, 0.12);
  padding: 14px;
}

.gc-da-kicker {
  margin: 0 0 6px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  color: #4f7c9a !important;
  font-weight: 700;
}

.gc-da-spotlight-head h2 {
  margin: 0 0 8px !important;
  color: #0f5b8b !important;
  font-size: clamp(1.2rem, 2.8vw, 1.9rem);
}

.gc-da-spotlight-head p {
  margin: 0 !important;
  color: #415f76 !important;
}

.gc-da-chips {
  margin-top: 10px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.gc-da-chips span {
  border: 1px solid rgba(24, 100, 156, 0.26);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.82rem;
  color: #2f5672;
  background: rgba(255, 255, 255, 0.86);
}

.gc-da-actions {
  margin-top: 11px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.gc-da-table-card {
  border: 1px solid rgba(29, 104, 151, 0.16) !important;
  border-radius: 12px;
  background: rgba(250, 254, 255, 0.97) !important;
  box-shadow: 0 12px 24px rgba(12, 49, 79, 0.1);
  margin-bottom: 12px !important;
}

.gc-da-table-card td,
.gc-da-table-card th {
  color: #2f4f63 !important;
  line-height: 1.6 !important;
}

.gc-da-premium-page .content h1,
.gc-da-premium-page .content h2,
.gc-da-premium-page .content h3 {
  color: #0f5b8b !important;
}

.gc-da-premium-page .content img {
  border: 1px solid rgba(35, 104, 157, 0.18);
  box-shadow: 0 10px 24px rgba(12, 49, 79, 0.14);
}

.gc-da-legacy-media {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 10px;
  border: 1px solid rgba(35, 104, 157, 0.18);
  box-shadow: 0 10px 24px rgba(12, 49, 79, 0.14);
  background: #f6fcff;
}

body.gc-da-galaxy-page .gc-da-spotlight,
body.gc-da-top-page .gc-da-spotlight {
  background:
    linear-gradient(152deg, rgba(244, 252, 255, 0.99) 0%, rgba(224, 241, 252, 0.97) 58%, rgba(206, 232, 249, 0.93) 100%),
    radial-gradient(circle at 84% 14%, rgba(18, 128, 184, 0.18), transparent 48%);
}

body.gc-da-estructural-page .gc-da-spotlight,
body.gc-da-estructural-fijo-page .gc-da-spotlight {
  background:
    linear-gradient(160deg, rgba(246, 253, 255, 0.98) 0%, rgba(224, 241, 252, 0.97) 58%, rgba(205, 232, 247, 0.94) 100%),
    radial-gradient(circle at 86% 16%, rgba(17, 122, 173, 0.16), transparent 50%);
}

@media (max-width: 900px) {
  body.gc-da-premium-page .content {
    padding: 14px !important;
  }
}
