html, body {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}

#wrapper,
.page-wrapper,
.main-wrapper {
  overflow: visible !important;
}
.km-anchor {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F28C28;
  text-decoration: none;
  transition: color 0.2s ease;
}
.km-anchor:hover { color: #d97a20; }
/* ============================================================
   KUTHUL MEDIA — CSS PROYECTOS CON COLS FLATSOME
   Agregar en Apariencia › Personalizar › CSS Adicional
   ============================================================ */

/* Título de sección */
.km-proj-title {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #F2F2F2;
  font-weight: 600;
  margin-bottom: 48px;
}

/* Cada columna es una tarjeta */
.km-proj-col {
  position: relative !important;
  min-height: 280px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  padding: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transition: transform 0.35s ease !important;
}
.km-proj-col:hover {
  transform: scale(1.02) !important;
}

/* Overlay oscuro degradado sobre la imagen */
.km-proj-col::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11,11,11,0.92) 0%,
    rgba(11,11,11,0.45) 55%,
    rgba(11,11,11,0.18) 100%
  );
  z-index: 1;
  transition: background 0.35s ease;
}
.km-proj-col:hover::before {
  background: linear-gradient(
    to top,
    rgba(11,11,11,0.96) 0%,
    rgba(11,11,11,0.60) 55%,
    rgba(11,11,11,0.30) 100%
  );
}

/* Patrón de puntos decorativos */
.km-proj-col::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle, #F28C28 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 2;
}

/* Contenido de texto dentro de cada tarjeta */
.km-proj-info-wrap {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 24px !important;
  z-index: 3 !important;
}

.km-proj-info-wrap h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #F28C28 !important;
  margin-bottom: 6px !important;
  line-height: 1.2 !important;
}

.km-proj-cat {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #A6A6A6;
  margin-bottom: 10px;
  display: block;
}

.km-proj-info-wrap p {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #CCCCCC !important;
  margin: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .km-proj-col {
    min-height: 240px !important;
  }
}
@media (max-width: 480px) {
  .km-proj-col {
    min-height: 220px !important;
  }
}
/* ============================================================
   KUTHUL MEDIA — CSS PROYECTOS CON COLS FLATSOME
   Agregar en Apariencia › Personalizar › CSS Adicional
   ============================================================ */

/* Título de sección */
.km-proj-title {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #F2F2F2;
  font-weight: 600;
  margin-bottom: 48px;
}

/* Cada columna es una tarjeta */
.km-proj-col {
  position: relative !important;
  min-height: 280px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  padding: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transition: transform 0.35s ease !important;
}
.km-proj-col:hover {
  transform: scale(1.02) !important;
}

/* Overlay oscuro degradado sobre la imagen */
.km-proj-col::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11,11,11,0.92) 0%,
    rgba(11,11,11,0.45) 55%,
    rgba(11,11,11,0.18) 100%
  );
  z-index: 1;
  transition: background 0.35s ease;
}
.km-proj-col:hover::before {
  background: linear-gradient(
    to top,
    rgba(11,11,11,0.96) 0%,
    rgba(11,11,11,0.60) 55%,
    rgba(11,11,11,0.30) 100%
  );
}

/* Patrón de puntos decorativos */
.km-proj-col::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle, #F28C28 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 2;
}

/* Contenido de texto dentro de cada tarjeta */
.km-proj-info-wrap {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 24px !important;
  z-index: 3 !important;
}

.km-proj-info-wrap h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #F28C28 !important;
  margin-bottom: 6px !important;
  line-height: 1.2 !important;
}

.km-proj-cat {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #A6A6A6;
  margin-bottom: 10px;
  display: block;
}

.km-proj-info-wrap p {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #CCCCCC !important;
  margin: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .km-proj-col {
    min-height: 240px !important;
  }
}
@media (max-width: 480px) {
  .km-proj-col {
    min-height: 220px !important;
  }
}



/* ══════════════════════════════════════════════════════════════
   KUTHUL MEDIA — TÍTULO MONTSERRAT BOLD
   Usar con class="km-titulo-bold" en cualquier [title] o [text]
   ══════════════════════════════════════════════════════════════ */

.km-titulo-bold,
.km-titulo-bold h1,
.km-titulo-bold h2,
.km-titulo-bold h3,
.km-titulo-bold p {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  color: #F2F2F2 !important;
}
/* ══════════════════════════════════════════════════════════════
   KUTHUL MEDIA — CSS SECCIÓN CONTACTO
   ══════════════════════════════════════════════════════════════ */

.km-contact-item {
  margin-bottom: 22px;
}

.km-ci-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F28C28;
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}

.km-ci-link {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #F2F2F2;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}
.km-ci-link:hover { color: #F28C28; }

/* ── BOTÓN WHATSAPP ─────────────────────────────────────────── */
.km-wa-btn a {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  background: #25D366 !important;
  color: #ffffff !important;
  border-radius: 2px !important;
  padding: 13px 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: none !important;
  transition: background 0.25s ease, transform 0.2s ease !important;
}
.km-wa-btn a:hover {
  background: #1fb855 !important;
  transform: translateY(-2px) !important;
}

/* Punto verde pulsante antes del texto */
.km-wa-btn a::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.85;
  flex-shrink: 0;
  animation: km-wa-pulse 1.8s ease-in-out infinite;
}

@keyframes km-wa-pulse {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50%       { opacity: 0.4;  transform: scale(0.75); }
}

/* ── FORMULARIO ─────────────────────────────────────────────── */
.km-form-col .wpforms-form input[type="text"],
.km-form-col .wpforms-form input[type="email"],
.km-form-col .wpforms-form textarea,
.km-form-col .wpcf7-form input[type="text"],
.km-form-col .wpcf7-form input[type="email"],
.km-form-col .wpcf7-form textarea {
  background: #181818 !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 2px !important;
  color: #F2F2F2 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  padding: 12px 16px !important;
  width: 100% !important;
  outline: none !important;
  transition: border-color 0.25s !important;
}
.km-form-col .wpforms-form input:focus,
.km-form-col .wpforms-form textarea:focus {
  border-color: #F28C28 !important;
}
.km-form-col .wpforms-form label,
.km-form-col .wpcf7-form label {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #A6A6A6 !important;
  margin-bottom: 4px !important;
  display: block !important;
}
.km-form-col .wpforms-form button[type="submit"],
.km-form-col .wpcf7-form input[type="submit"] {
  background: #F28C28 !important;
  color: #0B0B0B !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  border: none !important;
  border-radius: 2px !important;
  padding: 13px 28px !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: background 0.25s !important;
}
.km-form-col .wpforms-form button[type="submit"]:hover {
  background: #d97a20 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .km-contact-item { margin-bottom: 18px; }
}

/* ══════════════════════════════════════════════════════════════
   KUTHUL MEDIA — CSS SECCIÓN FUNDADOR
   ══════════════════════════════════════════════════════════════ */

.km-perfil-foto {
  width: 200px;
  height: 200px;
  background: #1a1a1a;
  border: 3px solid #F28C28;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.km-perfil-ph {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #F28C28;
  opacity: 0.3;
}

.km-cargo {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F28C28;
  display: block;
  margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .km-perfil-foto { margin-bottom: 32px; }
}
/* ══════════════════════════════════════════════════════════════
   KUTHUL MEDIA — CSS CTA INTERMEDIO
   ══════════════════════════════════════════════════════════════ */

.km-cta-mid {
  background: #F28C28 !important;
}

.km-cta-mid .section-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.km-cta-mid h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  color: #0B0B0B !important;
  line-height: 1.2 !important;
}

.km-cta-mid p {
  font-family: 'Inter', sans-serif !important;
  color: rgba(11,11,11,0.70) !important;
  line-height: 1.6 !important;
}

.km-cta-mid .button,
.km-cta-mid a.button {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  background: #0B0B0B !important;
  color: #F28C28 !important;
  border-radius: 2px !important;
  padding: 13px 32px !important;
  transition: background 0.25s ease, transform 0.2s ease !important;
}

.km-cta-mid .button:hover,
.km-cta-mid a.button:hover {
  background: #1a1a1a !important;
  transform: translateY(-2px) !important;
}

/* Responsive */
@media (max-width: 480px) {
  .km-cta-mid h2 { font-size: 22px !important; }
}
/* ══════════════════════════════════════════════════════════════
   KUTHUL MEDIA — CSS LÍNEAS DE TRABAJO
   ══════════════════════════════════════════════════════════════ */

.km-lineas-inner {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #F2F2F2;
  line-height: 2.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.km-sep {
  color: #F28C28;
  margin: 0 16px;
  font-size: 18px;
}

/* FIX: neutraliza  que WordPress puede insertar */
.km-lineas-inner br { display: none !important; }

/* Responsive */
@media (max-width: 768px) {
  .km-lineas-inner {
    flex-direction: column;
    gap: 8px 0;
  }
  .km-sep { display: none; }
}
.km-hero h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 1.18 !important;
  color: #F2F2F2 !important;
}
.km-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.km-eyebrow-line {
  display: inline-block;
  width: 18px;
  height: 1px;
  background: #F28C28;
  flex-shrink: 0;
}
.km-eyebrow-txt {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #F28C28;
}

.km-sec-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
.km-eyebrow-line {
  display: inline-block;
  width: 18px;
  height: 1px;
  background: #F28C28;
  flex-shrink: 0;
}
.km-eyebrow-txt {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #F28C28;
}
/* ══════════════════════════════════════════════════════════════
   KUTHUL MEDIA — CSS SECCIÓN QUIÉNES SOMOS
   Agregar en Apariencia › Personalizar › CSS Adicional
   ══════════════════════════════════════════════════════════════ */

.km-sec-who {
  background: #0B0B0B;
}

.km-sec-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #F28C28;
  font-weight: 600;
  margin-bottom: 40px;
  display: block;
}

.km-sec-who .ux-text p,
.km-sec-who p {
  font-family: 'Inter', sans-serif;
  line-height: 1.85;
  color: #BBBBBB;
  margin-bottom: 20px;
}

/* Primer párrafo — más grande, Montserrat */
.km-sec-who .ux-text:first-of-type p {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.75;
  color: #DCDCDC;
}

/* Párrafos secundarios — Inter normal */
.km-sec-who .ux-text:not(:first-of-type) p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  color: #BBBBBB;
}

/* Divisor naranja entre secciones */
.km-divider-orange {
  height: 1px;
  background: #F28C28;
  opacity: 0.15;
  margin: 0;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .km-sec-who .ux-text:first-of-type p {
    font-size: 18px;
  }
  .km-sec-who .ux-text:not(:first-of-type) p {
    font-size: 14px;
  }
}

/* ══════════════════════════════════════════════════════════════
   KUTHUL MEDIA — CSS SECCIÓN PROYECTOS
   Agregar en Apariencia › Personalizar › CSS Adicional
   ══════════════════════════════════════════════════════════════ */

.km-proj-title {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #F2F2F2;
  font-weight: 600;
  margin-bottom: 48px;
}

.km-proj-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}

.km-proj-card {
  background: #181818;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16 / 10;
  transition: transform 0.35s ease;
}
.km-proj-card:hover { transform: scale(1.02); }

.km-proj-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.km-c1 { background: linear-gradient(to top, rgba(11,11,11,.9), rgba(242,139,40,.05)); }
.km-c2 { background: linear-gradient(to top, rgba(11,11,11,.9), rgba(139,80,20,.08)); }
.km-c3 { background: linear-gradient(to top, rgba(11,11,11,.9), rgba(20,60,80,.10)); }
.km-c4 { background: linear-gradient(to top, rgba(11,11,11,.9), rgba(60,30,10,.10)); }

.km-proj-dots {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle, #F28C28 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.km-proj-info { position: relative; z-index: 1; }

.km-proj-info h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #F28C28;
  margin-bottom: 4px;
}

.km-proj-cat {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #A6A6A6;
  margin-bottom: 8px;
  display: block;
}

.km-proj-info p {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.55;
  color: #CCC;
  margin: 0;
}

/* FIX WordPress — neutraliza  extra dentro de km-proj-info */
.km-proj-info > p:has(span.km-proj-cat) { margin: 0 !important; padding: 0 !important; }

/* Responsive */
@media (max-width: 768px) {
  .km-proj-grid { grid-template-columns: 1fr; }
}
/* ============================================================
   KUTHUL MEDIA — CSS SIN OCULTAR HEADER FLATSOME
   El menú lo maneja Flatsome desde su panel de diseño
   Apariencia › Personalizar › CSS Adicional
   Borra todo lo anterior y pega este archivo completo
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;

500;600;700;900&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --km-negro: #0B0B0B;
  --km-negro2: #121212;
  --km-blanco: #F2F2F2;
  --km-gris: #A6A6A6;
  --km-naranja: #F28C28;
}

/* ── RESET ──────────────────────────────────────────────────── */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--km-negro) !important;
  color: var(--km-blanco) !important;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: var(--km-negro);
}

::-webkit-scrollbar-thumb {
  background: var(--km-naranja);
  border-radius: 2px;
}

/* ── ELIMINAR ESPACIADOS INNECESARIOS DE FLATSOME ───────────── */

#wrapper,
.wrapper,
.page-wrapper,
.main-wrapper,
#page,
.site,
.site-content {
  margin-top: 0 !important;
}

#main,
.main-container,
.content-area,
#content,
.site-main {
  margin-top: 0 !important;
}

/* ══════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════ */

.km-hero {
  background: var(--km-negro) !important;
  position: relative !important;
  overflow: hidden !important;
  border-bottom: 1px solid #1a1a1a !important;
}

.km-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #0B0B0B 50%, #1a1108 100%);
  z-index: 0;
}

.km-hero::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: linear-gradient(to left, rgba(242,139,40,0.06), transparent);
  z-index: 0;
}

.km-hero .banner-inner {
  min-height: 520px !important;
  display: flex !important;
  align-items: center !important;
  background: transparent !important;
}

.km-hero .text-box {
  position: relative !important;
  z-index: 2 !important;
}

.km-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.km-eyebrow-line {
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--km-naranja);
  flex-shrink: 0;
}

.km-eyebrow-txt {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--km-naranja);
}

.km-hero h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 1.18 !important;
  color: #F2F2F2 !important;
}

.km-hero p,
.km-hero .text-box p {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  color: #BBBBBB !important;
  line-height: 1.75 !important;
}

.km-hero-ctas {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}

.km-btn-hero a {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  background: var(--km-naranja) !important;
  color: #0B0B0B !important;
  border-radius: 2px !important;
  padding: 13px 32px !important;
  display: inline-block !important;
  transition: background 0.25s ease, transform 0.2s ease !important;
}

.km-btn-hero a:hover {
  background: #d97a20 !important;
  transform: translateY(-2px) !important;
}

.km-btn-ghost a {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #777 !important;
  background: transparent !important;
  padding: 13px 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.km-btn-ghost a::after {
  content: '→';
  color: var(--km-naranja);
  font-size: 14px;
}

.km-btn-ghost a:hover {
  color: #aaa !important;
}

/* ══════════════════════════════════════════════════════════════
   SECCIONES GENERALES
   ══════════════════════════════════════════════════════════════ */

.km-sec-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--km-naranja);
  font-weight: 600;
  margin-bottom: 40px;
  display: block;
}

.km-divider-orange {
  height: 1px;
  background: var(--km-naranja);
  opacity: 0.15;
  margin: 0;
  display: block;
}

/* ══════════════════════════════════════════════════════════════
   PROYECTOS
   ══════════════════════════════════════════════════════════════ */

.km-proj-title {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #F2F2F2;
  font-weight: 600;
  margin-bottom: 48px;
}

.km-proj-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}

.km-proj-card {
  background: #181818;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16 / 10;
  transition: transform 0.35s ease;
}

.km-proj-card:hover {
  transform: scale(1.02);
}

.km-proj-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.km-c1 {
  background: linear-gradient(to top, rgba(11,11,11,.9), rgba(242,139,40,.05));
}

.km-c2 {
  background: linear-gradient(to top, rgba(11,11,11,.9), rgba(139,80,20,.08));
}

.km-c3 {
  background: linear-gradient(to top, rgba(11,11,11,.9), rgba(20,60,80,.10));
}

.km-c4 {
  background: linear-gradient(to top, rgba(11,11,11,.9), rgba(60,30,10,.10));
}

.km-proj-dots {
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: radial-gradient(circle, #F28C28 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.km-proj-info {
  position: relative;
  z-index: 1;
}

.km-proj-info h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--km-naranja);
  margin-bottom: 4px;
}

.km-proj-cat {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--km-gris);
  margin-bottom: 8px;
  display: block;
}

.km-proj-info p {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.55;
  color: #CCC;
  margin: 0;
}

.km-proj-info > p:has(span.km-proj-cat) {
  margin: 0 !important;
  padding: 0 !important;
}

/* ══════════════════════════════════════════════════════════════
   LÍNEAS DE TRABAJO
   ══════════════════════════════════════════════════════════════ */

.km-lineas-inner {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #F2F2F2;
  line-height: 2.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.km-sep {
  color: var(--km-naranja);
  margin: 0 16px;
  font-size: 18px;
}

.km-lineas-inner br {
  display: none !important;
}

/* ══════════════════════════════════════════════════════════════
   CTA INTERMEDIO
   ══════════════════════════════════════════════════════════════ */

.km-cta-mid .section-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

/* ══════════════════════════════════════════════════════════════
   PERFIL
   ══════════════════════════════════════════════════════════════ */

.km-perfil-foto {
  width: 200px;
  height: 200px;
  background: #1a1a1a;
  border: 3px solid var(--km-naranja);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.km-perfil-ph {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--km-naranja);
  opacity: 0.3;
}

.km-cargo {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--km-naranja);
  display: block;
  margin-bottom: 8px;
}

/* ══════════════════════════════════════════════════════════════
   CONTACTO
   ══════════════════════════════════════════════════════════════ */

.km-contact-item {
  margin-bottom: 22px;
}

.km-ci-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--km-naranja);
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}

.km-ci-link {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #F2F2F2;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}

.km-ci-link:hover {
  color: var(--km-naranja);
}

.km-wa-btn a {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  border-radius: 2px !important;
}

.km-form-col .wpforms-form input[type="text"],
.km-form-col .wpforms-form input[type="email"],
.km-form-col .wpforms-form textarea,
.km-form-col .wpcf7-form input[type="text"],
.km-form-col .wpcf7-form input[type="email"],
.km-form-col .wpcf7-form textarea {
  background: #181818 !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 2px !important;
  color: #F2F2F2 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  padding: 12px 16px !important;
  width: 100% !important;
  outline: none !important;
  transition: border-color 0.25s !important;
}

.km-form-col .wpforms-form input:focus,
.km-form-col .wpforms-form textarea:focus {
  border-color: var(--km-naranja) !important;
}

.km-form-col .wpforms-form label,
.km-form-col .wpcf7-form label {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--km-gris) !important;
  margin-bottom: 4px !important;
  display: block !important;
}

.km-form-col .wpforms-form button[type="submit"],
.km-form-col .wpcf7-form input[type="submit"] {
  background: var(--km-naranja) !important;
  color: #0B0B0B !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  border: none !important;
  border-radius: 2px !important;
  padding: 13px 28px !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: background 0.25s !important;
}

.km-form-col .wpforms-form button[type="submit"]:hover {
  background: #d97a20 !important;
}

/* ══════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════ */

.km-footer-top-border {
  height: 1px;
  background: rgba(242,139,40,.3);
  display: block;
}

.km-footer-section .row {
  align-items: center;
}

.km-footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.km-footer-logo span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--km-naranja);
}

.km-footer-logo br {
  display: none !important;
}

/* ══════════════════════════════════════════════════════════════
   BANNER PERSONALIZADO
   ══════════════════════════════════════════════════════════════ */

.km-banner-custom {
  background: #0B0B0B !important;
  position: relative !important;
  overflow: hidden !important;
}

.km-banner-custom::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #0B0B0B 45%, #1a1108 100%),
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(242,139,40,0.05) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.km-banner-custom::after {
  content: '';
  position: absolute;
  right: 5%;
  bottom: 36px;
  width: 60px;
  height: 1px;
  background: #F28C28;
  opacity: 0.4;
  z-index: 1;
}

.km-banner-custom .banner-inner {
  background: transparent !important;
}

.km-banner-custom .text-box {
  position: relative !important;
  z-index: 2 !important;
}

.km-banner-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.km-banner-line {
  display: inline-block;
  width: 18px;
  height: 1px;
  background: #F28C28;
  flex-shrink: 0;
}

.km-banner-label {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #F28C28;
}

.km-banner-custom h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  color: #F2F2F2 !important;
  line-height: 1.15 !important;
}

.km-banner-custom h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  color: #F28C28 !important;
  line-height: 1.3 !important;
}

.km-banner-custom p {
  font-family: 'Inter', sans-serif !important;
  color: #BBBBBB !important;
  line-height: 1.75 !important;
}

.km-banner-ctas {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.km-banner-btn-primary a {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  background: #F28C28 !important;
  color: #0B0B0B !important;
  border-radius: 2px !important;
  padding: 13px 32px !important;
  display: inline-block !important;
  border: none !important;
  transition: background 0.25s ease, transform 0.2s ease !important;
}

.km-banner-btn-primary a:hover {
  background: #d97a20 !important;
  transform: translateY(-2px) !important;
}

.km-banner-btn-secondary a {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  background: transparent !important;
  color: #CCCCCC !important;
  border: 1px solid rgba(200,200,200,0.35) !important;
  border-radius: 2px !important;
  padding: 12px 24px !important;
  display: inline-block !important;
  transition: border-color 0.25s, color 0.25s !important;
}

.km-banner-btn-secondary a:hover {
  border-color: #F28C28 !important;
  color: #F28C28 !important;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  .km-hero h1 {
    font-size: 28px !important;
  }

  .km-proj-grid {
    grid-template-columns: 1fr;
  }

  .km-lineas-inner {
    flex-direction: column;
    gap: 8px 0;
  }

  .km-sep {
    display: none;
  }

  .km-banner-custom h2 {
    font-size: 30px !important;
  }

  .km-banner-custom h3 {
    font-size: 17px !important;
  }
}

@media (max-width: 480px) {
  .km-hero h1 {
    font-size: 24px !important;
  }

  .km-hero-ctas {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .km-banner-custom h2 {
    font-size: 26px !important;
  }

  .km-banner-ctas {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.button.primary.is-small {
  background-color: #f59625;
}