/**
 * Estilos personalizados del tema
 */

/* Paleta acento cobalto (#003366–#4A90E2); sustituye el rojo corporativo anterior (#ac2929) */
:root {
  --st-cobalt-900: #001a33;
  --st-cobalt-800: #003366;
  --st-cobalt-700: #0c4a7a;
  --st-cobalt-600: #13578c;
  --st-cobalt-400: #4a90e2;
  --st-cobalt-accent: #0c4a7a;
  --st-cobalt-rgb: 0, 51, 102;
  --st-metal-svg: url("theme/assets/img/systecmetal/cobalt-metal-surface.svg");
  /* Textura raster brillo (Gemini / cliente): guardar como theme/assets/img/systecmetal/cobalt-metal-button.png */
  --st-metal-btn: url("theme/assets/img/systecmetal/cobalt-metal-button.png");
  /* La PNG suele traer margen gris: escalar la capa media recorta y el metal llega al borde */
  --st-metal-bg-size-btn: cover, 128% 120%, cover;
  --st-metal-bg-size-bars: cover, 168% 132%, cover;
}

/* Bordes de la sección Ayuda */
.fx-header-4-main .fx-header-3-phone {
  border-color: #000000;
}

/* Quitar el ::after de la sección Ayuda */
.fx-header-4-main .fx-header-3-phone::after {
  display: none;
  content: none;
}

/* Logo: +35% respecto a 232×31 px → ~313×42 px, object-fit contain */
.systecmetal-header .fx-header-3-main-logo img,
.systecmetal-header .custom-logo-link img {
  width: 313px;
  height: 42px;
  object-fit: contain;
}

/* Centrar los ítems del menú en el header */
.systecmetal-header .fx-header-4-main .main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
  margin-right: 0;
}
.systecmetal-header .fx-header-4-main .main-navigation .navbar-nav {
  justify-content: center;
  text-align: center;
}

/* Menú en mayúsculas */
.systecmetal-header .main-navigation a,
.systecmetal-header #main-nav a {
  color: #83858e;
  text-transform: uppercase;
}

.systecmetal-header .main-navigation a:hover,
.systecmetal-header #main-nav a:hover {
  color: #83858e;
  opacity: 0.85;
}

/* Buscador de catálogo en header */
.systecmetal-header .fx-header-4-action-link {
  display: flex;
  align-items: center;
  gap: 16px;
  background: transparent !important;
  clip-path: none !important;
  padding: 0 30px 0 0 !important;
}
.systecmetal-header .fx-header-4-action-link .fx-search-btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: none;
  border-radius: 0;
  background: transparent !important;
  color: var(--st-cobalt-800);
  box-shadow: none;
}
.systecmetal-header .fx-header-4-action-link .fx-search-btn-1:hover {
  background: transparent !important;
  color: var(--st-cobalt-700);
  transform: none;
}

.systecmetal-header .fx-header-4-action-link .fx-search-btn-1 i {
  color: var(--st-cobalt-800);
  font-size: 20px;
}

.systecmetal-header .fx-header-4-action-link .fx-search-btn-1:hover i {
  color: var(--st-cobalt-700);
}

@media (max-width: 767px) {
  .systecmetal-header .fx-header-4-action-link .fx-search-btn-1 {
    display: inline-flex !important;
  }
}

/* Offcanvas: sin buscador de productos, el menú no necesita margen superior extra */
.txa-offcanvas-box-container .mobile-main-navigation {
  margin-top: 0 !important;
}

/* Header auto-ocultable sobre hero con vídeo */
.systecmetal-header.systecmetal-header--autohide {
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s ease,
    visibility 0.35s ease;
  will-change: transform, opacity;
}
.systecmetal-header.systecmetal-header--autohide.systecmetal-header-hidden {
  transform: translateY(calc(-100% - 28px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .systecmetal-header.systecmetal-header--autohide {
    transition: none;
  }
}

/* Mobile: menos padding inferior para no dejar tanto espacio hasta la siguiente sección */
@media (max-width: 767px) {
  .pb-150 {
    padding-bottom: 2.5rem !important;
  }
}

/* Por qué elegirnos: fondo blanco de la sección */
.fx-about-4-area {
  background-color: #ffffff;
  padding-top: 110px !important;
}

/* Por qué elegirnos: bloque todo a la derecha, dos columnas (izq: +30 años + texto; der: Nuestro diferencial + lista + botón) */
.fx-about-4-area .fx-about-4-content.fx-elegirnos-content-right {
  margin-left: auto;
  margin-right: 0;
}
.fx-elegirnos-two-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
  align-items: flex-start;
}
.fx-elegirnos-col-left {
  flex: 0 0 auto;
  min-width: 0;
}
.fx-elegirnos-col-right {
  flex: 1 1 400px;
  min-width: 0;
}
@media (max-width: 767px) {
  .fx-elegirnos-two-cols {
    flex-direction: column;
    gap: 2rem;
  }
  /* Quitar el margen negativo para que no se encime el texto al apilar columnas */
  .fx-elegirnos-col-right {
    margin-top: 0 !important;
  }
  /* Espaciado claro: título, lista y botón uno debajo del otro, sin solapamientos */
  .fx-elegirnos-col-right .fx-elegirnos-line,
  .fx-elegirnos-col-right .fx-heading-2 {
    margin-bottom: 1rem !important;
  }
  .fx-about-4-diferencial-list {
    margin-bottom: 1.5rem !important;
  }
  .fx-about-4-diferencial-list li {
    margin-bottom: 0.75rem !important;
    line-height: 1.4 !important;
    align-items: flex-start !important;
  }
  .fx-about-4-diferencial-list li span {
    display: block;
    word-wrap: break-word;
  }
}

/* Línea separadora fina con acento cobalto */
.fx-elegirnos-line {
  width: 60px;
  height: 3px;
  border: none;
  border-radius: 2px;
  background-color: var(--st-cobalt-800);
  background-image:
    var(--st-metal-svg),
    linear-gradient(90deg, rgba(74, 144, 226, 0.35) 0%, transparent 55%, rgba(0, 26, 51, 0.5) 100%);
  background-size: cover;
  background-blend-mode: soft-light, normal;
  box-shadow: 0 1px 3px rgba(0, 51, 102, 0.25);
}
/* Quitar el borde superior del ítem contador para dejar solo la línea fina */
.fx-about-4-area .fx-about-4-counter--single .fx-counter-1-item {
  border-top: none;
  padding-top: 0;
}

/* Por qué elegirnos: lista Nuestro diferencial con checkmarks en acento cobalto */
.fx-about-4-diferencial-list {
  list-style: none;
  padding-left: 0;
}
.fx-about-4-diferencial-list li {
  line-height: 1.5;
}
.fx-diferencial-check {
  color: var(--st-cobalt-accent);
  font-size: 0.9em;
  margin-top: 0.2em;
  flex-shrink: 0;
}

/* Por qué elegirnos: bloque "+30 años" arriba y "de experiencia en la industria" debajo (en columna) */
.fx-about-4-content .fx-elegirnos-experience {
  display: flex;
  flex-direction: column;
  font-size: 64px;
  color: #000;
  align-items: flex-start;
  margin-bottom: 0;
}
.fx-about-4-content .fx-elegirnos-experience .fx-elegirnos-exp-line1 {
  display: block;
  line-height: 1.1;
}
.fx-about-4-content .fx-elegirnos-experience .counter,
.fx-about-4-content .fx-elegirnos-experience .fx-elegirnos-exp-number {
  font-size: 1em;
  line-height: 1.1;
  color: #000;
}
.fx-about-4-content .fx-elegirnos-experience .fx-elegirnos-anos {
  font-weight: 700;
  background: linear-gradient(168deg, var(--st-cobalt-400) 0%, var(--st-cobalt-700) 50%, var(--st-cobalt-800) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.fx-about-4-content .fx-elegirnos-experience .fx-elegirnos-exp-label,
.fx-about-4-content .fx-elegirnos-experience .text {
  display: block;
  font-size: 14px;
  opacity: 0.85;
  margin-top: 6px;
  color: #666;
}
@media (max-width: 767px) {
  .fx-about-4-content .fx-elegirnos-experience {
    font-size: 48px;
  }
  .fx-about-4-content .fx-elegirnos-experience .fx-elegirnos-exp-label,
  .fx-about-4-content .fx-elegirnos-experience .text {
    margin-top: 0.5rem;
  }
}

/* Contador experiencia en una sola columna */
.fx-about-4-area .fx-about-4-counter--single {
  display: block;
  grid-template-columns: unset;
}

/* Por qué elegirnos: botón Contactanos — acabado metalizado cobalto */
.fx-about-4-area .fx-pr-btn-1.has-clip {
  background-color: var(--st-cobalt-800);
  background-image:
    linear-gradient(180deg, rgba(74, 144, 226, 0.22) 0%, transparent 40%, rgba(0, 17, 40, 0.42) 100%),
    var(--st-metal-btn),
    var(--st-metal-svg);
  background-size: var(--st-metal-bg-size-btn);
  background-position: center, center, center;
  background-blend-mode: soft-light, normal, normal;
  border: 1px solid rgba(0, 26, 51, 0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -4px 10px rgba(0, 0, 0, 0.22),
    0 4px 14px rgba(0, 51, 102, 0.35);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.fx-about-4-area .fx-pr-btn-1.has-clip:hover {
  background-color: #001a33;
  background-image:
    linear-gradient(180deg, rgba(74, 144, 226, 0.1) 0%, transparent 45%, rgba(0, 0, 0, 0.45) 100%),
    var(--st-metal-btn),
    var(--st-metal-svg);
  background-size: var(--st-metal-bg-size-btn);
  background-position: center, center, center;
  background-blend-mode: soft-light, normal, normal;
  color: #fff;
}

/* Por qué elegirnos: no usar máscara del tema; mostrar solo la imagen que carga el usuario */
.fx-about-4-area .fx-about-4-video {
  -webkit-mask-image: none;
  mask-image: none;
}

/* Por qué elegirnos: ilustración como FONDO a la derecha, detrás del título/descripción */
.fx-elegirnos-header-wrap {
  position: relative;
  min-height: 200px;
}
.fx-elegirnos-header-wrap .fx-about-4-scn-title {
  position: relative;
  z-index: 1;
}
.fx-about-4-area .fx-elegirnos-illus-in-container {
  position: absolute;
  top: 38px;
  right: 0;
  width: 1200px;
  max-width: 100%;
  height: 251px;
  z-index: 0;
  pointer-events: none;
}
.fx-about-4-area .fx-elegirnos-illus-in-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}
@media (max-width: 991px) {
  .fx-about-4-area .fx-elegirnos-illus-in-container {
    height: auto;
    aspect-ratio: 1277 / 251;
    opacity: 0.5;
  }
}

/* Casos reales: título de sección negro, descripción blanca, tarjeta título negro, categoría blanca */
.fx-casos-reales-area .fx-services-4-scn-title h2 {
  color: #000;
}
.fx-casos-reales-area .fx-services-4-scn-title .disc {
  color: #fff;
  opacity: 0.9;
}
.fx-casos-reales-area .fx-services-4-card .card-title a {
  color: #000;
  opacity: 1;
}
.fx-casos-reales-area .fx-services-4-card .card-title a:hover {
  color: var(--st-cobalt-accent);
}
.fx-casos-reales-area .fx-casos-card-category {
  color: #fff;
  font-size: 12px;
  opacity: 0.85;
}

/* Casos reales: botón Ver más debajo de las tarjetas, solo en esta sección */
.fx-casos-reales-area .fx-casos-reales-btn-wrap {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
}

/* Contenido técnico: categoría en color acento cobalto */
.fx-contenido-tecnico-area .fx-ct-card-category {
  color: var(--st-cobalt-accent) !important;
  font-size: 0.9em;
  text-transform: none; /* respetar mayúsculas con tildes (PRÁCTICAS, AUTOMATIZACIÓN) */
}

/* Contenido técnico: botón Ver más solo al final, centrado y acento cobalto */
.fx-contenido-tecnico-area .fx-contenido-tecnico-btn-wrap {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
}

/* ========== Footer (fondo #000, 4 columnas, líneas diagonales) ========== */
.systecmetal-footer {
  background: #000000 !important;
  background-image: none !important;
  color: #e0e0e0;
}

.systecmetal-footer .fx-footer-4-area {
  background: transparent !important;
}

/* Líneas diagonales decorativas */
.systecmetal-footer-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.systecmetal-footer-lines::before,
.systecmetal-footer-lines::after {
  content: "";
  position: absolute;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.systecmetal-footer-lines::before {
  top: 0;
  left: 8%;
  height: 55%;
  transform: rotate(-25deg);
  transform-origin: top left;
}

.systecmetal-footer-lines::after {
  bottom: 0;
  right: 8%;
  height: 50%;
  transform: rotate(25deg);
  transform-origin: bottom right;
}

/* Logo y descripción */
.systecmetal-footer .fx-footer-4-logo a,
.systecmetal-footer .systecmetal-footer-logo-text {
  color: #b0b0b0;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.systecmetal-footer .systecmetal-footer-logo-text {
  display: inline-block;
}

.systecmetal-footer .fx-footer-4-logo .custom-logo-link {
  display: inline-block;
}

.systecmetal-footer .fx-footer-4-logo .custom-logo,
.systecmetal-footer .systecmetal-footer-logo-img {
  max-height: 36px;
  width: auto;
  height: auto;
  display: block;
}

.systecmetal-footer-desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 1rem;
}

/* Títulos de columnas (SOLUCIÓN, CONTACTO) */
.systecmetal-footer .systecmetal-footer-widget-title,
.systecmetal-footer .fx-footer-1-widget-single .widget-title {
  color: #fff;
  font-size: 16px;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}

/* Menú del footer */
.systecmetal-footer .systecmetal-footer-menu a,
.systecmetal-footer .fx-footer-1-menu a {
  color: #fff !important;
  text-transform: uppercase;
}

.systecmetal-footer .systecmetal-footer-menu a:hover,
.systecmetal-footer .fx-footer-1-menu a:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Columna Solución (lista con guión) */
.systecmetal-footer .systecmetal-footer-solucion li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.systecmetal-footer .systecmetal-footer-solucion li a {
  color: inherit;
}

.systecmetal-footer-hyphen {
  margin-right: 0.35em;
  color: #fff;
}

/* Contacto */
.systecmetal-footer .systecmetal-footer-contact li,
.systecmetal-footer .fx-footer-1-contact li {
  color: rgba(255, 255, 255, 0.9);
}

.systecmetal-footer .systecmetal-footer-contact li i,
.systecmetal-footer .fx-footer-1-contact li i {
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
}

.systecmetal-footer .systecmetal-footer-contact a,
.systecmetal-footer .fx-footer-1-contact a {
  color: rgba(255, 255, 255, 0.9);
}

.systecmetal-footer .systecmetal-footer-contact a:hover,
.systecmetal-footer .fx-footer-1-contact a:hover {
  color: #fff;
}

.systecmetal-footer-hours-value {
  padding-left: 28px !important;
  margin-top: -0.25rem;
  margin-bottom: 1rem;
  font-size: 14px;
}

/* Página Solución: línea divisoria bajo el título */
.fx-solution-page-area .fx-solution-page-line,
.fx-solution-page-area .border-line.fx-solution-page-line {
  width: 100%;
  height: 1px;
  background: #333;
}

/* Estilo del corte de la sección (como .fx-h-s-c-bg::after): fondo gris con esquina cortada */
.fx-solution-4-area {
  position: relative !important;
  overflow: visible;
  background-color: #fff; /* triángulo del corte = blanco como el body */
}

/* Un poco más de altura en desktop para que las tarjetas inferiores no se “corten” con el fondo blanco siguiente */
@media (min-width: 992px) {
  .fx-solution-4-area {
    padding-bottom: 80px;
  }
}

body .fx-solution-4-area::after {
  content: "" !important;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 60px);
  height: 100%;
  background: #e4e4e5 !important;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6.5% 100%, 0 94%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6.5% 100%, 0 94%);
  pointer-events: none;
}

.fx-soluciones-carousel-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fx-solution-home-area .fx-soluciones-carousel-bleed,
.fx-solution-page-area .fx-soluciones-carousel-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 28px;
}

.fx-industrias-home-area .fx-industrias-carousel-bleed {
  width: 100vw;
  max-width: 100vw;
  margin: 56px calc(50% - 50vw) 0;
  padding: 0 28px;
}

.fx-soluciones-carousel {
  overflow: hidden;
  padding: 14px 0 0;
}

.fx-soluciones-carousel .swiper-slide {
  height: auto !important;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.fx-soluciones-carousel-card {
  height: auto;
}

.fx-soluciones-carousel-link {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  aspect-ratio: 1.32 / 1;
  border-radius: 22px;
  background: #111;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.14);
  transform: none;
  opacity: 1;
  transition: box-shadow 0.35s ease;
}

.fx-soluciones-carousel .swiper-slide-active .fx-soluciones-carousel-link,
.fx-soluciones-carousel .swiper-slide-duplicate-active .fx-soluciones-carousel-link,
.fx-soluciones-carousel--single .fx-soluciones-carousel-link {
  opacity: 1;
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.2);
}

.fx-soluciones-carousel-media {
  position: absolute;
  inset: 0;
}

.fx-soluciones-carousel-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.52) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 42%);
}

.fx-soluciones-carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx-soluciones-carousel-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 24px 22px;
}

.fx-soluciones-carousel-title {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.15;
  font-weight: 700;
  text-transform: none;
  max-width: 80%;
}

.fx-soluciones-carousel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.fx-soluciones-carousel-link:hover .fx-soluciones-carousel-arrow,
.fx-soluciones-carousel-link:focus-visible .fx-soluciones-carousel-arrow {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.26);
}

@media (min-width: 768px) {
  .fx-soluciones-carousel-link {
    min-height: 300px;
    aspect-ratio: 1.5 / 1;
  }
}

@media (min-width: 1200px) {
  .fx-soluciones-carousel-link {
    min-height: 340px;
    aspect-ratio: 1.68 / 1;
  }
}

@media (max-width: 767px) {
  .fx-solution-home-area .fx-soluciones-carousel-bleed,
  .fx-solution-page-area .fx-soluciones-carousel-bleed,
  .fx-industrias-home-area .fx-industrias-carousel-bleed {
    padding: 0 14px;
  }

  .fx-soluciones-carousel-title {
    max-width: 72%;
    font-size: 18px;
  }

  .fx-soluciones-carousel-overlay {
    padding: 18px 18px 16px;
    gap: 12px;
  }

  .fx-soluciones-carousel-arrow {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

/* Ilustración engranaje Soluciones: por encima del fondo gris y visible sobre la sección */
.fx-solution-4-illus {
  z-index: 0; /* sobrescribe z-index:-1 de main.css */
}

/* Hero single Solución: que la imagen de fondo se vea (no quedar detrás del gris) */
.fx-hero-home .fx-hero-4-slider-item-bg-img iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  min-height: 56.25vw;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.fx-hero-home .fx-hero-4-slider-item .container,
.fx-hero-home .fx-hero-4-slider-item-content {
  position: relative;
  z-index: 1;
}

/* Hero single Solución: que la imagen de fondo se vea (no quedar detrás del gris) */
.fx-hero-single-solucion {
  background-color: transparent;
}
.fx-hero-single-solucion .fx-hero-4-slider-item-bg-img {
  z-index: 0;
}
.fx-hero-4-area.fx-hero-single-solucion {
  padding-right: 0 !important;
}
.fx-hero-single-solucion .fx-hero-4-slider-item-bg-img iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  min-height: 56.25vw;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.fx-hero-single-solucion .fx-hero-4-slider-item-bg-img-shape span {
  transform: scaleX(0);
  opacity: 0;
}
.fx-hero-single-solucion .fx-hero-4-slider-item .container,
.fx-hero-single-solucion .fx-hero-4-slider-item-content {
  position: relative;
  z-index: 1;
}

/* Hero single: mostrar título, descripción y botón (no hay swiper, las animaciones los dejan ocultos) */
.fx-hero-single-solucion .fx-hero-2-slider-item-title .split-line > div,
.fx-hero-single-solucion .fx-hero-2-slider-item-pera span,
.fx-hero-single-solucion .fx-hero-2-slider-item-btn span {
  transform: translateY(0);
}

/* Hero página Consejo: imagen visible, contenido visible (incl. descripción) */
.fx-hero-consejo {
  background-color: transparent;
}
.fx-hero-consejo .fx-hero-4-slider-item-bg-img {
  z-index: 0;
}
.fx-hero-consejo .fx-hero-4-slider-item-bg-img iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  min-height: 56.25vw;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.fx-hero-consejo .fx-hero-4-slider-item-bg-img-shape span {
  transform: scaleX(0);
  opacity: 0;
}
.fx-hero-consejo .fx-hero-4-slider-item .container,
.fx-hero-consejo .fx-hero-4-slider-item-content {
  position: relative;
  z-index: 1;
}
.fx-hero-consejo .fx-hero-2-slider-item-title .split-line > div,
.fx-hero-consejo .fx-hero-2-slider-item-pera span,
.fx-hero-consejo .fx-hero-2-slider-item-btn span {
  transform: translateY(0);
}

/* Hero página Sobre nosotros: imagen visible, contenido visible (incl. descripción) */
.fx-hero-sobre-nosotros {
  background-color: transparent;
}
.fx-hero-sobre-nosotros .fx-hero-4-slider-item-bg-img {
  z-index: 0;
}
.fx-hero-sobre-nosotros .fx-hero-4-slider-item-bg-img iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  min-height: 56.25vw;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
  z-index: 1;
}
.fx-hero-sobre-nosotros .fx-hero-4-slider-item-bg-img-shape span {
  transform: scaleX(0);
  opacity: 0;
}
.fx-hero-sobre-nosotros .fx-hero-4-slider-item .container,
.fx-hero-sobre-nosotros .fx-hero-4-slider-item-content {
  position: relative;
  z-index: 1;
}
.fx-hero-sobre-nosotros .fx-hero-2-slider-item-title .split-line > div,
.fx-hero-sobre-nosotros .fx-hero-2-slider-item-pera span,
.fx-hero-sobre-nosotros .fx-hero-2-slider-item-btn span {
  transform: translateY(0);
}

/* Teko necesita un poco mÃ¡s de alto para no recortar tildes y la Ã‘ del tÃ­tulo */
.fx-hero-sobre-nosotros .fx-hero-2-slider-item-title {
  line-height: 0.9;
}
.fx-hero-sobre-nosotros .fx-hero-2-slider-item-title .split-line {
  padding-top: 0.12em;
  margin-bottom: -0.12em;
}

@media (max-width: 767px) {
  .fx-hero-sobre-nosotros .fx-hero-4-slider-item-bg-img iframe {
    display: none;
  }
}

/* ========== Página Sobre nosotros: contenido (dos columnas) ========== */
.fx-sobre-contenido-area {
  background-color: #fff;
}

.fx-sobre-contenido-header {
  max-width: 960px;
  margin-bottom: 40px;
}

.fx-sobre-contenido-kicker {
  display: block;
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #000;
  opacity: 0.9;
}

.fx-sobre-contenido-title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .fx-sobre-contenido-title {
    font-size: 28px;
  }
}

.fx-sobre-contenido-divider {
  height: 1px;
  background-color: #ddd;
  margin: 24px 0 36px;
}

.fx-sobre-contenido-row {
  align-items: flex-start;
}

.fx-sobre-contenido-col-left {
  max-width: 380px;
}

@media (max-width: 991px) {
  .fx-sobre-contenido-col-left {
    max-width: 100%;
  }
}

.fx-sobre-contenido-left-img {
  max-width: 280px;
}

.fx-sobre-contenido-left-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  
}

.fx-sobre-contenido-left-subtitle {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 12px;
}

.fx-sobre-contenido-left-intro,
.fx-sobre-contenido-left-para {
  font-size: 14px;
  line-height: 1.65;
  color: #333;
}

.fx-sobre-contenido-left-list {
  margin-bottom: 20px;
}

.fx-sobre-contenido-left-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.fx-sobre-contenido-left-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--st-cobalt-accent);
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 14px;
}

.fx-sobre-contenido-right-para {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.fx-sobre-contenido-right-img {
  width: 100%;
  
  overflow: hidden;
}

.fx-sobre-contenido-right-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.fx-sobre-contenido-stats {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem 2rem;
}

@media (max-width: 767px) {
  .fx-sobre-contenido-stats {
    flex-wrap: wrap;
  }
}

.fx-sobre-contenido-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fx-sobre-contenido-stat-num {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.fx-sobre-contenido-stat-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #555;
  line-height: 1.35;
  max-width: 180px;
}

.fx-sobre-contenido-cta {
  background-color: var(--st-cobalt-accent);
}

.fx-sobre-contenido-cta:hover {
  background-color: #000;
}

.fx-contacto-area {
  background-color: #ffffff;
}

.fx-contacto-subtitle {
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #000;
  opacity: 0.9;
}

.fx-contacto-title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .fx-contacto-title {
    font-size: 28px;
  }
}

.fx-contacto-description {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  max-width: 420px;
}

.fx-contacto-form .wpforms-container {
  max-width: 520px;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.fx-contacto-form .wpforms-form {
  margin: 0 !important;
  padding-left: 0 !important;
}

.fx-contacto-form .wpforms-field-container {
  margin-left: 0 !important;
}

.fx-contacto-form .wpforms-field {
  padding-left: 0 !important;
  border-left: none !important;
}

.fx-contacto-info-title {
  font-size: 35px;
  letter-spacing: 0.18em;
}

.fx-contacto-info-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fx-contacto-info-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #333;
}

.fx-contacto-info-icon {
  width: 20px;
  text-align: center;
  color: var(--st-cobalt-accent);
}

.fx-contacto-map-wrap {
  min-height: 480px;
}

.fx-contacto-map {
  width: 100%;
  height: 100%;
  min-height: 480px;
  
  overflow: hidden;
}

.fx-contacto-map iframe {
  width: 100% !important;
  height: 480px !important;
  border: 0 !important;
}

/* ========== Página Consejo: sidebar + contenido técnico ========== */
.fx-consejo-content-area {
  background-color: #fff;
}

.fx-consejo-sidebar-inner {
  background-color: #e8e8e8;
  
  padding: 24px 20px;
}

.fx-consejo-sidebar-block {
  margin-bottom: 28px;
}

.fx-consejo-sidebar-block:last-child {
  margin-bottom: 0;
}

.fx-consejo-sidebar-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #333;
  margin: 0 0 14px 0;
}

.fx-consejo-search-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  
  overflow: hidden;
}

.fx-consejo-search-input {
  flex: 1;
  border: none;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
}

.fx-consejo-search-btn {
  background: transparent;
  border: none;
  padding: 12px 14px;
  color: #666;
  cursor: pointer;
}

.fx-consejo-search-btn:hover {
  color: var(--st-cobalt-accent);
}

.fx-consejo-categories li {
  border-bottom: 1px solid #d0d0d0;
}

.fx-consejo-categories li:last-child {
  border-bottom: none;
}

.fx-consejo-categories a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

.fx-consejo-categories a::before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #999;
  
  background: transparent;
}

.fx-consejo-categories li.current a,
.fx-consejo-categories a:hover {
  color: var(--st-cobalt-accent);
}

.fx-consejo-categories li.current a::before {
  border-color: var(--st-cobalt-accent);
  background: var(--st-cobalt-accent);
}

.fx-consejo-recent-item {
  margin-bottom: 16px;
}

.fx-consejo-recent-item:last-child {
  margin-bottom: 0;
}

.fx-consejo-recent-link {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: #fff;
  
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
}

.fx-consejo-recent-link:hover {
  background: #f5f5f5;
}

.fx-consejo-recent-img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  
  overflow: hidden;
  background: #eee;
}

.fx-consejo-recent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fx-consejo-recent-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.fx-consejo-recent-title {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fx-consejo-recent-cat {
  font-size: 12px;
  color: #888;
}

.fx-consejo-content-area .fx-blog-4-wrap {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .fx-consejo-content-area .fx-blog-4-wrap {
    grid-template-columns: 1fr;
  }
}

.fx-consejo-content-area .fx-ct-card-category {
  color: var(--st-cobalt-accent) !important;
  font-size: 0.9em;
  text-transform: none;
}

.visually-hidden-focusable {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Características del servicio (single Solución) */
.fx-solucion-carac-area {
  background-color: #ffffff;
}

.fx-solucion-carac-header {
  max-width: 960px;
  margin-bottom: 40px;
}

.fx-solucion-carac-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #000000;
  opacity: 0.9;
}

.fx-solucion-carac-kicker-index {
  font-weight: 600;
}

.fx-solucion-carac-title {
  font-size: 49px;
  margin-bottom: 12px;
}

.fx-solucion-carac-divider {
  height: 1px;
  background-color: #000000;
  margin: 24px 0 28px;
}

.fx-solucion-carac-subtitle {
  font-size: 20px;
  letter-spacing: 0.18em;
  margin-bottom: 32px;
}

.fx-solucion-carac-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
}

@media (max-width: 767px) {
  .fx-solucion-carac-grid {
    grid-template-columns: 1fr;
  }
}

.fx-solucion-carac-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 11px;
  border: 1px solid #000000;
  background-color: #ffffff;
  overflow: visible;
}

.fx-solucion-carac-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -32px;
  padding: 6px;
  background-color: #f5f5f5;
  font-size: 20px;
  overflow: visible;
  box-sizing: border-box;
}
.fx-solucion-carac-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.fx-solucion-carac-card-title {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0;
}

/* Bloque inferior carac-del-servicio (dos columnas) */
.fx-solucion-extra {
  margin-top: 60px;
}

.fx-solucion-extra-left-title,
.fx-solucion-extra-left-subtitle,
.fx-solucion-extra-right-title {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.fx-solucion-extra-left-title {
  margin-bottom: 18px;
}

.fx-solucion-extra-left-subtitle {
  margin-top: 36px;
  margin-bottom: 18px;
}

.fx-solucion-extra-left-desc {
  max-width: 520px;
  margin-bottom: 24px;
}

.fx-solucion-extra-left-desc:last-of-type {
  margin-bottom: 40px;
}

.fx-solucion-extra-btns {
  gap: 24px;
  margin-top: 8px;
}

.fx-solucion-extra-btn-primary {
  background-color: var(--st-cobalt-800);
  background-image:
    linear-gradient(180deg, rgba(74, 144, 226, 0.22) 0%, transparent 40%, rgba(0, 17, 40, 0.42) 100%),
    var(--st-metal-btn),
    var(--st-metal-svg);
  background-size: var(--st-metal-bg-size-btn);
  background-position: center, center, center;
  background-blend-mode: soft-light, normal, normal;
  border: 1px solid rgba(0, 26, 51, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 -3px 8px rgba(0, 0, 0, 0.2),
    0 3px 12px rgba(0, 51, 102, 0.32);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.fx-solucion-extra-btn-primary:hover {
  background-color: #001a33 !important;
  background-image:
    linear-gradient(180deg, rgba(74, 144, 226, 0.1) 0%, transparent 45%, rgba(0, 0, 0, 0.45) 100%),
    var(--st-metal-btn),
    var(--st-metal-svg) !important;
  background-size: var(--st-metal-bg-size-btn);
  background-position: center, center, center;
  background-blend-mode: soft-light, normal, normal;
  color: #fff !important;
}

.fx-solucion-extra-btn-primary:hover .text::before,
.fx-solucion-extra-btn-primary:hover .text::after {
  color: #fff !important;
}

.fx-solucion-extra-btns .fx-solucion-extra-btn-primary:hover {
  background-color: #001a33 !important;
  background-image:
    linear-gradient(180deg, rgba(74, 144, 226, 0.1) 0%, transparent 45%, rgba(0, 0, 0, 0.45) 100%),
    var(--st-metal-btn),
    var(--st-metal-svg) !important;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45) !important;
}

.fx-solucion-extra-btns .fx-solucion-extra-btn-primary:hover .text::before,
.fx-solucion-extra-btns .fx-solucion-extra-btn-primary:hover .text::after {
  color: #fff !important;
}

.fx-solucion-extra-btn-secondary {
  position: relative;
  background-color: var(--st-cobalt-accent);
  border: none;
  color: var(--st-cobalt-accent);
  clip-path: polygon(10% 0, 100% 0, 100% 65%, 90% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 65%, 90% 100%, 0 100%, 0 0);
}

/* Interior blanco para que se vea como borde del botón (~1px); la diagonal usa el acento cobalto */
.fx-solucion-extra-btn-secondary::before {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: #fff;
  clip-path: polygon(
    calc(10% + 1px) 1px,
    calc(100% - 1px) 1px,
    calc(100% - 1px) calc(65% - 1px),
    calc(90% - 1px) calc(100% - 1px),
    1px calc(100% - 1px),
    1px 1px
  );
  -webkit-clip-path: polygon(
    calc(10% + 1px) 1px,
    calc(100% - 1px) 1px,
    calc(100% - 1px) calc(65% - 1px),
    calc(90% - 1px) calc(100% - 1px),
    1px calc(100% - 1px),
    1px 1px
  );
  z-index: 0;
  pointer-events: none;
}

.fx-solucion-extra-btn-secondary .text {
  position: relative;
  z-index: 1;
}

.fx-solucion-extra-btn-secondary:hover {
  background-color: var(--st-cobalt-accent);
  color: #fff;
  clip-path: polygon(10% 0, 100% 0, 100% 65%, 90% 100%, 0 100%, 0 35%);
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 65%, 90% 100%, 0 100%, 0 35%);
}

.fx-solucion-extra-btn-secondary:hover::before {
  background-color: var(--st-cobalt-accent);
  clip-path: polygon(
    calc(10% + 1px) 1px,
    calc(100% - 1px) 1px,
    calc(100% - 1px) calc(65% - 1px),
    calc(90% - 1px) calc(100% - 1px),
    1px calc(100% - 1px),
    1px calc(35% + 1px)
  );
  -webkit-clip-path: polygon(
    calc(10% + 1px) 1px,
    calc(100% - 1px) 1px,
    calc(100% - 1px) calc(65% - 1px),
    calc(90% - 1px) calc(100% - 1px),
    1px calc(100% - 1px),
    1px calc(35% + 1px)
  );
}

.fx-solucion-extra-btn-secondary .text::before,
.fx-solucion-extra-btn-secondary .text::after {
  color: var(--st-cobalt-accent);
}

.fx-solucion-extra-btn-secondary:hover .text::before,
.fx-solucion-extra-btn-secondary:hover .text::after {
  color: #fff;
}

.fx-solucion-extra-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.6;
}

.fx-solucion-extra-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--st-cobalt-accent);
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 14px;
}

/* Galería miniatura debajo de Aplicaciones (single solución) */
.fx-solucion-extra-media-gallery {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fx-solucion-extra-media-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  background: #f4f4f4;
  aspect-ratio: 16 / 9;
}

.fx-solucion-extra-media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.fx-solucion-extra-media-thumb:hover img {
  transform: scale(1.05);
}

.fx-solucion-extra-media-thumb.is-video::after {
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.main-navigation .navbar-nav li a {
  font-size: 13px !important;
}

.fx-header-3-main-logo {
  max-width: 240px !important;
}

.fx-subtitle-1 {
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.fx-solution-4-area {
  padding: 150px 0;
}

.fx-solution-home-area {
  padding-top: 100px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.fx-solution-home-area .fx-solution-home-scn-title {
  margin-bottom: 28px !important;
}

@media (min-width: 992px) {
  .fx-solution-home-area {
    padding-bottom: 0 !important;
  }
}

/* Header principal: submenú con estética clara + acento cobalto */
.systecmetal-header .main-navigation .navbar-nav li .dropdown-menu {
  background: #ffffff !important;
  border-top: 2px solid var(--st-cobalt-accent) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.systecmetal-header .main-navigation .navbar-nav li .dropdown-menu li a {
  color: #83858e !important;
}

.systecmetal-header .main-navigation .navbar-nav li .dropdown-menu li:hover > a,
.systecmetal-header .main-navigation .navbar-nav li .dropdown-menu li a:hover,
.systecmetal-header .main-navigation .navbar-nav li a:hover,
.systecmetal-header .main-navigation .navbar-nav li:hover > a,
.systecmetal-header .main-navigation .navbar-nav li a.is-active {
  color: var(--st-cobalt-accent) !important;
}

/* Ítems padre solo despliegan submenú: sin navegación por click */
.systecmetal-header .main-navigation .navbar-nav li.menu-item-has-children > a.systecmetal-menu-parent-no-click {
  cursor: default;
}

/* Single catálogo */
.fx-catalogo-single-hero .fx-hero-4-slider-item {
  min-height: 480px;
}
.fx-catalogo-single-hero .fx-hero-4-slider-item-bg-img,
.fx-catalogo-single-hero .fx-hero-4-slider-item-bg-img img,
.fx-catalogo-single-hero .fx-hero-4-slider-item-bg-img iframe {
  min-height: 480px;
}
.fx-catalogo-single-hero .fx-hero-4-slider-item-bg-img {
  overflow: hidden;
}
.fx-catalogo-single-hero .fx-hero-4-slider-item-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fx-catalogo-single-hero .fx-hero-4-slider-item-bg-img iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

/* Misma estructura/caja que antes el hero: mantiene altura del slide; texto y overlay no se ven encima del video */
.fx-catalogo-single-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.fx-catalogo-single-hero-content.fx-catalogo-single-hero-content--measure {
  position: relative;
  z-index: 2;
  padding: 140px 0 90px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  visibility: hidden;
}
.fx-catalogo-single-hero-content--measure .fx-hero-2-slider-item-pera {
  font-size: 24px;
  line-height: 1.4;
}

.fx-catalogo-single-intro-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.fx-catalogo-single-intro-title {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
}
.fx-catalogo-single-intro-desc {
  margin: 0 0 20px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}

.fx-catalogo-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.fx-catalogo-feature-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 3px solid var(--st-cobalt-accent);
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.fx-catalogo-feature-title {
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 8px;
}
.fx-catalogo-feature-desc {
  margin: 0;
  color: #555;
  line-height: 1.45;
}

.fx-catalogo-technical-specs-title {
  text-align: center;
  margin: 0 0 20px;
}
.fx-catalogo-technical-specs-list {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 22px;
  color: #1f1f1f;
}
.fx-catalogo-technical-specs-list li {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 6px;
}

.fx-catalogo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.fx-catalogo-gallery-title {
  text-align: center;
  margin: 0 0 22px;
}
.fx-catalogo-gallery-item a.fx-catalogo-gallery-lightbox {
  display: block;
  cursor: zoom-in;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.fx-catalogo-gallery-item a.fx-catalogo-gallery-lightbox--video {
  cursor: pointer;
}
.fx-catalogo-gallery-item a.fx-catalogo-gallery-lightbox:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.fx-catalogo-gallery-item a.fx-catalogo-gallery-lightbox:focus-visible {
  outline: 2px solid var(--st-cobalt-accent);
  outline-offset: 3px;
}
.fx-catalogo-gallery-caption {
  margin: 10px 0 0;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.45;
  color: #555;
  text-align: center;
}
.fx-catalogo-gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  border: 1px solid #ececec;
}

.fx-catalogo-table-image-wrap {
  max-width: 560px;
  margin: 28px auto 10px;
}
.fx-catalogo-table-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #e3e7ec;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
  .fx-catalogo-table-image-wrap {
    max-width: min(100%, 420px);
  }
}

/* Acciones bajo características técnicas */
.fx-catalogo-gallery-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 20px;
  margin-top: 32px;
  padding-top: 8px;
}
.fx-catalogo-gallery-action-btn {
  min-width: 220px;
  text-align: center;
  border-radius: 999px;
  padding: 14px 28px;
}
.fx-catalogo-gallery-action-btn .text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.fx-catalogo-gallery-action-btn--outline {
  background: transparent !important;
  background-image: none !important;
  border: 2px solid var(--st-cobalt-800) !important;
  box-shadow: none !important;
  color: var(--st-cobalt-800);
  text-shadow: none;
}
.fx-catalogo-gallery-action-btn--outline .text {
  color: var(--st-cobalt-800);
}
.fx-catalogo-gallery-action-btn--outline:hover {
  background-color: var(--st-cobalt-800) !important;
  color: #fff;
}
.fx-catalogo-gallery-action-btn--outline:hover .text {
  color: #fff;
}

.fx-catalogo-tech-contact {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #dfe5eb;
  text-align: center;
}
.fx-catalogo-tech-contact-text {
  margin: 0 auto 16px;
  max-width: 820px;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 1.5;
}
.fx-catalogo-tech-contact-btn {
  min-width: 260px;
}
.fx-catalogo-tech-contact-section .fx-pr-btn-1.has-clip {
  background-color: var(--st-cobalt-800);
  background-image:
    linear-gradient(180deg, rgba(74, 144, 226, 0.22) 0%, transparent 40%, rgba(0, 17, 40, 0.42) 100%),
    var(--st-metal-btn),
    var(--st-metal-svg);
  background-size: var(--st-metal-bg-size-btn);
  background-position: center, center, center;
  background-blend-mode: soft-light, normal, normal;
  border: 1px solid rgba(0, 26, 51, 0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -4px 10px rgba(0, 0, 0, 0.22),
    0 4px 14px rgba(0, 51, 102, 0.35);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.fx-catalogo-tech-contact-section .fx-pr-btn-1.has-clip:hover {
  background-color: #001a33;
  background-image:
    linear-gradient(180deg, rgba(74, 144, 226, 0.1) 0%, transparent 45%, rgba(0, 0, 0, 0.45) 100%),
    var(--st-metal-btn),
    var(--st-metal-svg);
  background-size: var(--st-metal-bg-size-btn);
  background-position: center, center, center;
  background-blend-mode: soft-light, normal, normal;
  color: #fff;
}
.fx-catalogo-tech-contact-section .fx-pr-btn-1.has-clip .text::before,
.fx-catalogo-tech-contact-section .fx-pr-btn-1.has-clip .text::after,
.fx-catalogo-tech-contact-section .fx-pr-btn-1.has-clip:hover .text::before,
.fx-catalogo-tech-contact-section .fx-pr-btn-1.has-clip:hover .text::after {
  color: #fff;
}

/* Página «en acción» */
.fx-catalogo-at-work-page {
  background: #f7f8f9;
}
.fx-catalogo-at-work-back {
  margin: 0 0 20px;
  font-size: 14px;
}
.fx-catalogo-at-work-back a {
  color: var(--st-cobalt-800);
  text-decoration: none;
  font-weight: 600;
}
.fx-catalogo-at-work-back a:hover {
  text-decoration: underline;
}
.fx-catalogo-at-work-empty {
  margin: 24px 0 0;
  padding: 20px 24px;
  background: #f5f8ff;
  border: 1px solid #c5d6e8;
  border-radius: 8px;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.fx-catalogo-at-work-title {
  text-align: center;
  margin: 0 0 28px;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.fx-catalogo-at-work-gallery-grid {
  margin-top: 0;
}

@media (max-width: 991px) {
  .fx-catalogo-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fx-catalogo-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fx-catalogo-gallery-item img {
    height: 220px;
  }
  .fx-catalogo-technical-specs-list li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fx-catalogo-single-hero .fx-hero-4-slider-item,
  .fx-catalogo-single-hero .fx-hero-4-slider-item-bg-img,
  .fx-catalogo-single-hero .fx-hero-4-slider-item-bg-img img,
  .fx-catalogo-single-hero .fx-hero-4-slider-item-bg-img iframe {
    min-height: 360px;
  }
  .fx-catalogo-single-intro-title {
    font-size: 26px;
  }
  .fx-catalogo-single-intro-desc {
    font-size: 16px;
  }
  .fx-catalogo-single-hero-content.fx-catalogo-single-hero-content--measure {
    padding: 110px 0 70px;
  }
  .fx-catalogo-features-grid,
  .fx-catalogo-gallery-grid {
    grid-template-columns: 1fr;
  }
  .fx-catalogo-gallery-item img {
    height: 200px;
  }
  .fx-catalogo-technical-specs-list {
    padding-left: 18px;
  }
  .fx-catalogo-technical-specs-list li {
    font-size: 16px;
  }
  .fx-catalogo-tech-contact-text {
    font-size: 16px;
  }
}

.fx-catalogo-products-title,
.systecmetal-cobalt-strip {
  margin: 0 0 28px;
  background-color: var(--st-cobalt-800);
  background-image:
    linear-gradient(180deg, rgba(74, 144, 226, 0.22) 0%, transparent 38%, rgba(0, 26, 51, 0.55) 100%),
    var(--st-metal-btn),
    var(--st-metal-svg);
  background-size: var(--st-metal-bg-size-bars);
  background-position: center, center, center;
  background-blend-mode: soft-light, normal, normal;
  background-repeat: no-repeat, no-repeat, no-repeat;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  text-transform: uppercase;
  font-size: 36px;
  border: 1px solid rgba(0, 26, 51, 0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 -8px 20px rgba(0, 0, 0, 0.2),
    0 6px 18px rgba(0, 51, 102, 0.38);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.fx-catalogo-products-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.fx-catalogo-product-row {
  display: grid;
  grid-template-columns: 220px 1fr 240px;
  gap: 18px;
  align-items: start;
  border-top: 1px solid #e5e5e5;
  padding-top: 24px;
}
.fx-catalogo-product-image-wrap img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  display: block;
}
.fx-catalogo-product-content h3 {
  margin: 0 0 6px;
  font-size: 42px;
  line-height: 1.1;
  background: linear-gradient(
    168deg,
    var(--st-cobalt-400) 0%,
    var(--st-cobalt-700) 45%,
    var(--st-cobalt-800) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.fx-catalogo-product-content h4 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}
.fx-catalogo-product-desc {
  margin: 0 0 8px;
}
.fx-catalogo-product-content ul {
  margin: 0;
  padding-left: 24px;
}
.fx-catalogo-product-content li {
  margin-bottom: 4px;
  line-height: 1.35;
}
.fx-catalogo-product-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}
.fx-catalogo-product-pdf-btn {
  min-width: 210px;
  text-align: center;
  position: relative;
  background-color: var(--st-cobalt-800);
  background-image:
    linear-gradient(180deg, rgba(74, 144, 226, 0.22) 0%, transparent 40%, rgba(0, 17, 40, 0.42) 100%),
    var(--st-metal-btn),
    var(--st-metal-svg);
  background-size: var(--st-metal-bg-size-btn);
  background-position: center, center, center;
  background-blend-mode: soft-light, normal, normal;
  border: 1px solid rgba(0, 26, 51, 0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -4px 10px rgba(0, 0, 0, 0.22),
    0 4px 14px rgba(0, 51, 102, 0.38);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.fx-catalogo-product-pdf-btn:hover {
  background-color: #001a33;
  background-image:
    linear-gradient(180deg, rgba(74, 144, 226, 0.1) 0%, transparent 45%, rgba(0, 0, 0, 0.45) 100%),
    var(--st-metal-btn),
    var(--st-metal-svg);
  background-size: var(--st-metal-bg-size-btn);
  background-position: center, center, center;
  background-blend-mode: soft-light, normal, normal;
}
@media (max-width: 991px) {
  .fx-catalogo-product-row {
    grid-template-columns: 180px 1fr;
  }
  .fx-catalogo-product-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 0;
  }
  .fx-catalogo-product-content h3 {
    font-size: 34px;
  }
  .fx-catalogo-product-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fx-catalogo-products-title {
    font-size: 30px;
  }
  .fx-catalogo-product-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .fx-catalogo-product-image-wrap img {
    max-height: 160px;
  }
  .fx-catalogo-product-content h3 {
    font-size: 28px;
  }
  .fx-catalogo-product-content h4 {
    font-size: 20px;
  }
}

/* Cobalto: botones metalizados (hero, soluciones, CT single, casos reales y contenido técnico en front, offcanvas, hamburguesa) */
.fx-hero-4-area .fx-pr-btn-1.has-clip,
.fx-solution-4-area .fx-pr-btn-1.has-clip,
.fx-ct-single-hero-btn .fx-pr-btn-1.has-clip,
.fx-casos-reales-area .fx-pr-btn-1.has-clip,
.fx-contenido-tecnico-area .fx-pr-btn-1.has-clip {
  background-color: var(--st-cobalt-800);
  background-image:
    linear-gradient(180deg, rgba(74, 144, 226, 0.22) 0%, transparent 40%, rgba(0, 17, 40, 0.42) 100%),
    var(--st-metal-btn),
    var(--st-metal-svg);
  background-size: var(--st-metal-bg-size-btn);
  background-position: center, center, center;
  background-blend-mode: soft-light, normal, normal;
  border: 1px solid rgba(0, 26, 51, 0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -4px 10px rgba(0, 0, 0, 0.22),
    0 4px 14px rgba(0, 51, 102, 0.35);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.fx-hero-4-area .fx-pr-btn-1.has-clip:hover,
.fx-solution-4-area .fx-pr-btn-1.has-clip:hover,
.fx-ct-single-hero-btn .fx-pr-btn-1.has-clip:hover,
.fx-casos-reales-area .fx-pr-btn-1.has-clip:hover,
.fx-contenido-tecnico-area .fx-pr-btn-1.has-clip:hover {
  background-color: #001a33;
  background-image:
    linear-gradient(180deg, rgba(74, 144, 226, 0.1) 0%, transparent 45%, rgba(0, 0, 0, 0.45) 100%),
    var(--st-metal-btn),
    var(--st-metal-svg);
  background-size: var(--st-metal-bg-size-btn);
  background-position: center, center, center;
  background-blend-mode: soft-light, normal, normal;
  color: #fff;
}

/* Pseudo del texto animado: siempre blanco sobre botón metalizado (tema ponía acento en ::after) */
:is(.fx-about-4-area, .fx-hero-4-area, .fx-solution-4-area, .fx-ct-single-hero-btn, .fx-casos-reales-area, .fx-contenido-tecnico-area)
  .fx-pr-btn-1.has-clip .text::before,
:is(.fx-about-4-area, .fx-hero-4-area, .fx-solution-4-area, .fx-ct-single-hero-btn, .fx-casos-reales-area, .fx-contenido-tecnico-area)
  .fx-pr-btn-1.has-clip .text::after,
:is(.fx-about-4-area, .fx-hero-4-area, .fx-solution-4-area, .fx-ct-single-hero-btn, .fx-casos-reales-area, .fx-contenido-tecnico-area)
  .fx-pr-btn-1.has-clip:hover .text::before,
:is(.fx-about-4-area, .fx-hero-4-area, .fx-solution-4-area, .fx-ct-single-hero-btn, .fx-casos-reales-area, .fx-contenido-tecnico-area)
  .fx-pr-btn-1.has-clip:hover .text::after {
  color: #fff;
}

.fx-header-4-action-link .fx-menu-btn-1 span {
  background: linear-gradient(180deg, var(--st-cobalt-400) 0%, var(--st-cobalt-800) 100%);
}
.txa-offcanvas-box-container .mobile-main-navigation ul li a:hover,
.txa-offcanvas-box-container .mobile-main-navigation .mobile-menu li a:hover,
.txa-offcanvas-box-container .mobile-main-navigation .navbar-nav li a:hover,
.txa-offcanvas-box-container .mobile-main-navigation .nav-menu li a:hover {
  color: var(--st-cobalt-700) !important;
}
.fx-services-4-card:hover .shape svg * {
  fill: var(--st-cobalt-700);
}

.fx-solucion-final-carousel-area {
  background: #fff;
  overflow: hidden;
}
.fx-solucion-final-carousel {
  overflow: hidden;
}
.fx-solucion-final-carousel .swiper-wrapper {
  align-items: flex-start;
}
.fx-solucion-final-carousel .swiper-slide {
  height: auto !important;
  display: block;
}
.fx-solucion-final-carousel-link {
  display: block;
  width: 100%;
  height: 260px;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
}
.fx-solucion-final-carousel-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fx-solucion-final-carousel a.fx-solucion-final-carousel-link {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fx-solucion-final-carousel a.fx-solucion-final-carousel-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.24);
}
@media (max-width: 991px) {
  .fx-solucion-final-carousel-area {
    padding-bottom: 90px !important;
  }
  .fx-solucion-final-carousel-link {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .fx-solucion-final-carousel-link {
    border-radius: 22px;
    height: 220px;
  }
}

/* Portada: compactar el salto entre el hero y Soluciones solo en mobile. */
@media (max-width: 767px) {
  .fx-hero-home .fx-hero-4-slider-item-bg-img-shape {
    display: none !important;
  }

  /* Swiper estaba calculando el slide del hero en ~910px en mobile. */
  .fx-hero-home .fx-hero-4-slider,
  .fx-hero-home .fx-hero-4-slider .swiper-container,
  .fx-hero-home .fx-hero-4-slider .swiper-wrapper,
  .fx-hero-home .fx-hero-4-slider .swiper-slide,
  .fx-hero-home .fx-hero-4-slider-item {
    height: 360px !important;
    min-height: 0 !important;
  }

  .fx-hero-home .fx-hero-4-slider-item {
    padding-top: 90px !important;
    padding-bottom: 30px !important;
  }

  .fx-solution-4-area.fx-solution-home-area.pt-120 {
    padding: 110px 0 0 !important;
    margin-top: 0 !important;
  }
}