/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 08 2026 | 08:05:45 */
/* ============================================================================
   PATECO — HOME v2 · Estilos finales aislados
   ----------------------------------------------------------------------------
   Woody: Tipo CSS · Cabecera · Automatic Insertion ON
          Display Conditions: Page ID = [el del script]
   
   IMPORTANTE: todos los selectores van bajo .pateco-h2-wrapper para aislar
   esta página del style.css del tema hijo y evitar herencias.
   ========================================================================== */

/* ============ VARIABLES + RESET LOCAL ============ */
.pateco-h2-wrapper-open,
.pateco-h2-wrapper-close,
.pateco-h2-hero-section,
.pateco-h2-kpis-section,
.pateco-h2-mision-section,
.pateco-h2-progs-section,
.pateco-h2-projs-section,
.pateco-h2-news-section,
.pateco-h2-obs-section,
.pateco-h2-logos-section {
  --h2-navy: #1B3A5C;
  --h2-navy-dark: #13283F;
  --h2-accent: #2980B9;
  --h2-red: #E74C3C;
  --h2-red-dark: #C0392B;
  --h2-green: #27AE60;
  --h2-text: #2C3E50;
  --h2-muted: #5B6B7D;
  --h2-border: #E5E9EF;
  --h2-bg: #F5F7FA;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ============ RESET DE TIPOGRAFÍA HEREDADA ============ */
.pateco-h2-kpis-section h1,
.pateco-h2-kpis-section h2,
.pateco-h2-kpis-section h3,
.pateco-h2-kpis-section h4,
.pateco-h2-mision-section h1,
.pateco-h2-mision-section h2,
.pateco-h2-mision-section h3,
.pateco-h2-mision-section h4,
.pateco-h2-progs-section h1,
.pateco-h2-progs-section h2,
.pateco-h2-progs-section h3,
.pateco-h2-progs-section h4,
.pateco-h2-projs-section h1,
.pateco-h2-projs-section h2,
.pateco-h2-projs-section h3,
.pateco-h2-projs-section h4,
.pateco-h2-news-section h1,
.pateco-h2-news-section h2,
.pateco-h2-news-section h3,
.pateco-h2-news-section h4,
.pateco-h2-obs-section h1,
.pateco-h2-obs-section h2,
.pateco-h2-obs-section h3,
.pateco-h2-obs-section h4,
.pateco-h2-logos-section h1,
.pateco-h2-logos-section h2,
.pateco-h2-logos-section h3,
.pateco-h2-logos-section h4 {
  font-family: 'Inter', sans-serif !important;
  letter-spacing: normal;
}

.pateco-h2-kpis-section .elementor-text-editor p,
.pateco-h2-mision-section .elementor-text-editor p,
.pateco-h2-progs-section .elementor-text-editor p,
.pateco-h2-projs-section .elementor-text-editor p,
.pateco-h2-news-section .elementor-text-editor p,
.pateco-h2-obs-section .elementor-text-editor p,
.pateco-h2-logos-section .elementor-text-editor p {
  font-family: 'Inter', sans-serif !important;
}

/* ============ 1. HERO (Loop Carousel) ============ */
.pateco-h2-hero-section .elementor-widget-loop-carousel {
  width: 100%;
  margin: 0;
}

/* ============ 2. KPIs ============ */
.pateco-h2-kpis-section { background: #FFFFFF !important; }
.pateco-h2-kpis-section > .elementor-container { max-width: 1180px; margin: 0 auto; }

.pateco-h2-kpis {
  background: #FFFFFF;
  border: 1px solid var(--h2-border);
  border-radius: 12px;
  padding: 26px 34px 30px;
  box-shadow: 0 2px 14px rgba(15,23,42,0.04);
}

.pateco-h2-kpis-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.pateco-h2-kpis-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--h2-muted);
}
.pateco-h2-kpis-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--h2-navy) !important;
  text-decoration: none !important;
  transition: color .2s;
}
.pateco-h2-kpis-link:hover { color: var(--h2-accent) !important; }

.pateco-h2-kpis-divider {
  width: 100%;
  height: 1px;
  background: var(--h2-border);
  margin-bottom: 24px;
}

.pateco-h2-kpis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pateco-h2-kpi { padding: 0; }
.pateco-h2-kpi-value {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  color: var(--h2-text);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.pateco-h2-kpi-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--h2-muted);
  margin-bottom: 10px;
}
.pateco-h2-kpi-delta {
  font-size: 13px;
  font-weight: 700;
}
.pateco-h2-kpi-delta--up { color: var(--h2-green); }
.pateco-h2-kpi-delta--down { color: var(--h2-red); }

/* ============ 3. MISIÓN + ÁREAS ============ */
.pateco-h2-mision-section { background: #F5F7FA !important; }
.pateco-h2-mision-col { padding-right: 40px !important; }

.pateco-h2-mision-title h2 {
  font-size: clamp(26px, 3.4vw, 38px) !important;
  font-weight: 800 !important;
  color: var(--h2-text) !important;
  line-height: 1.2 !important;
  margin: 0 0 22px !important;
  letter-spacing: -0.01em !important;
  max-width: 540px;
}

.pateco-h2-mision-text p {
  font-size: 15px !important;
  color: var(--h2-muted) !important;
  line-height: 1.7 !important;
  margin: 0 0 22px !important;
  max-width: 540px;
}

.pateco-h2-mision-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--h2-accent) !important;
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  transition: gap .2s, border-color .2s;
}
.pateco-h2-mision-link:hover {
  gap: 12px;
  border-color: var(--h2-accent);
}

/* 3 áreas circulares */
.pateco-h2-areas {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
.pateco-h2-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  flex: 1;
  min-width: 90px;
}
.pateco-h2-area-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid var(--h2-border);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(15,23,42,0.05);
  transition: transform .2s, box-shadow .2s;
  color: var(--h2-navy);
}
.pateco-h2-area-circle[data-color="competitividad"] { color: var(--h2-accent); }
.pateco-h2-area-circle[data-color="innovacion"]    { color: #8E44AD; }
.pateco-h2-area-circle[data-color="sostenibilidad"]{ color: var(--h2-green); }
.pateco-h2-area:hover .pateco-h2-area-circle {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(15,23,42,0.10);
}
.pateco-h2-area span {
  font-size: 13px;
  font-weight: 600;
  color: var(--h2-text);
}

/* ============ 4. PROGRAMAS ============ */
.pateco-h2-progs-section { background: #F5F7FA !important; }

.pateco-h2-progs-title h2 {
  font-size: clamp(24px, 3vw, 32px) !important;
  font-weight: 700 !important;
  color: var(--h2-text) !important;
  text-align: center !important;
  margin: 0 0 8px !important;
  letter-spacing: -0.01em !important;
}
.pateco-h2-progs-sub p {
  font-size: 14px !important;
  color: var(--h2-muted) !important;
  text-align: center !important;
  margin: 0 auto !important;
  max-width: 580px;
}

.pateco-h2-progs-sub::after {
  content: '';
  display: block;
  width: 64px;
  height: 2px;
  background: var(--h2-text);
  margin: 18px auto 36px;
}

.pateco-h2-progs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pateco-h2-prog {
  background: #FFFFFF;
  border: 1px solid var(--h2-border);
  border-radius: 12px;
  padding: 30px 26px 26px;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.pateco-h2-prog:hover {
  transform: translateY(-3px);
  border-color: rgba(27,58,92,0.25);
  box-shadow: 0 12px 28px rgba(15,23,42,0.08);
}

.pateco-h2-prog-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(27,58,92,0.08);
  color: var(--h2-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.pateco-h2-prog h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--h2-text) !important;
  margin: 0 0 10px !important;
  line-height: 1.25;
}
.pateco-h2-prog p {
  font-size: 14px !important;
  color: var(--h2-muted) !important;
  line-height: 1.6 !important;
  margin: 0 0 16px !important;
}

.pateco-h2-prog-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--h2-navy) !important;
  text-decoration: none !important;
  transition: gap .2s;
}
.pateco-h2-prog-link:hover { gap: 10px; }

.pateco-h2-progs-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.pateco-h2-progs-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  background: transparent;
  color: var(--h2-navy) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1.5px solid var(--h2-navy);
  border-radius: 8px;
  text-decoration: none !important;
  transition: background .2s, color .2s, transform .2s;
}
.pateco-h2-progs-cta:hover {
  background: var(--h2-navy);
  color: #FFFFFF !important;
  transform: translateY(-2px);
}

/* ============ 5. PROYECTOS ============ */
.pateco-h2-projs-section { background: #FFFFFF !important; }

.pateco-h2-projs-title h2 {
  font-size: clamp(22px, 2.6vw, 28px) !important;
  font-weight: 700 !important;
  color: var(--h2-text) !important;
  margin: 0 0 28px !important;
  letter-spacing: -0.01em !important;
}

.pateco-h2-projs {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pateco-h2-proj {
  display: grid;
  grid-template-columns: 320px 1fr;
  background: #F5F7FA;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.pateco-h2-proj:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15,23,42,0.08);
}
.pateco-h2-proj--reverse { grid-template-columns: 1fr 320px; }

.pateco-h2-proj-img {
  overflow: hidden;
  background: #1B3A5C;
}
.pateco-h2-proj-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s;
}
.pateco-h2-proj:hover .pateco-h2-proj-img img { transform: scale(1.04); }

.pateco-h2-proj-body {
  padding: 26px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pateco-h2-proj-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--h2-accent);
  margin-bottom: 8px;
}

.pateco-h2-proj-body h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--h2-text) !important;
  margin: 0 0 8px !important;
  line-height: 1.3;
}
.pateco-h2-proj-body p {
  font-size: 14px !important;
  color: var(--h2-muted) !important;
  line-height: 1.55 !important;
  margin: 0 0 14px !important;
}

.pateco-h2-proj-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--h2-navy) !important;
  text-decoration: none !important;
  align-self: flex-start;
  transition: gap .2s;
}
.pateco-h2-proj-link:hover { gap: 10px; }

/* ============ 6. ACTUALIDAD ============ */
.pateco-h2-news-section { background: #F5F7FA !important; }

.pateco-h2-news-title h2 {
  font-size: clamp(22px, 2.6vw, 28px) !important;
  font-weight: 700 !important;
  color: var(--h2-text) !important;
  margin: 0 0 28px !important;
  letter-spacing: -0.01em !important;
}

.pateco-h2-news {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
}

.pateco-h2-news-featured {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--h2-border);
  transition: transform .2s, box-shadow .2s;
}
.pateco-h2-news-featured:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15,23,42,0.08);
}

.pateco-h2-news-featured-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #1B3A5C;
}
.pateco-h2-news-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pateco-h2-news-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 12px;
  background: var(--h2-red);
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-radius: 100px;
}

.pateco-h2-news-featured-body { padding: 22px 26px 24px; }
.pateco-h2-news-featured-body h3 {
  font-size: 19px !important;
  font-weight: 700 !important;
  color: var(--h2-text) !important;
  margin: 0 0 10px !important;
  line-height: 1.3;
}
.pateco-h2-news-featured-body p {
  font-size: 14px !important;
  color: var(--h2-muted) !important;
  line-height: 1.55 !important;
  margin: 0 0 14px !important;
}

.pateco-h2-news-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--h2-muted);
}
.pateco-h2-news-sep { color: var(--h2-border); }
.pateco-h2-news-cat { color: var(--h2-accent); }

/* Mini noticias */
.pateco-h2-news-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pateco-h2-news-mini {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 14px 16px;
  background: #FFFFFF;
  border: 1px solid var(--h2-border);
  border-radius: 10px;
  text-decoration: none !important;
  transition: border-color .2s, transform .2s;
}
.pateco-h2-news-mini:hover {
  border-color: rgba(27,58,92,0.3);
  transform: translateX(3px);
}

.pateco-h2-news-mini-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(41,128,185,0.1);
  color: var(--h2-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pateco-h2-news-mini-body h4 {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--h2-text) !important;
  line-height: 1.4 !important;
  margin: 0 0 4px !important;
}
.pateco-h2-news-mini-date {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--h2-muted);
}

.pateco-h2-news-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--h2-navy) !important;
  text-decoration: none !important;
  margin-top: 8px;
  align-self: flex-start;
  transition: gap .2s;
}
.pateco-h2-news-all:hover { gap: 10px; }

/* ============ 7. OBSERVATORIO (banda azul) ============ */
.pateco-h2-obs-section {
  background: var(--h2-navy) !important;
  position: relative;
  overflow: hidden;
}
.pateco-h2-obs-section::before {
  content: '';
  position: absolute;
  bottom: -100px; right: -80px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(41,128,185,0.18) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.pateco-h2-obs-section > .elementor-container { position: relative; z-index: 2; }

.pateco-h2-obs-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 30px;
}
.pateco-h2-obs-head-text h2 {
  font-size: clamp(22px, 2.8vw, 30px) !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin: 0 0 10px !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2;
}
.pateco-h2-obs-head-text p {
  font-size: 14px !important;
  color: rgba(255,255,255,0.78) !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  max-width: 600px;
  font-family: 'Inter', sans-serif !important;
}

.pateco-h2-obs-cta {
  display: inline-block;
  padding: 11px 24px;
  border: 1.5px solid rgba(255,255,255,0.5);
  background: transparent;
  color: #FFFFFF !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background .2s, border-color .2s;
  white-space: nowrap;
}
.pateco-h2-obs-cta:hover {
  background: rgba(255,255,255,0.1);
  border-color: #FFFFFF;
}

.pateco-h2-obs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.pateco-h2-obs-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 20px 22px;
  background: rgba(19,40,63,0.6);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  transition: background .2s;
}
.pateco-h2-obs-card:hover { background: rgba(19,40,63,0.85); }

.pateco-h2-obs-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pateco-h2-obs-card-body h4 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin: 0 0 4px !important;
  line-height: 1.3;
}
.pateco-h2-obs-card-body p {
  font-size: 12px !important;
  color: rgba(255,255,255,0.65) !important;
  line-height: 1.5 !important;
  margin: 0 0 10px !important;
}

.pateco-h2-obs-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF !important;
  text-decoration: none !important;
  letter-spacing: 0.03em;
  transition: gap .2s;
}
.pateco-h2-obs-card-link:hover { gap: 8px; }

/* ============ 8. LOGOS COLABORADORES ============ */
.pateco-h2-logos-section { background: #FFFFFF !important; }

.pateco-h2-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.pateco-h2-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 38px 18px 22px;
  background: var(--h2-bg);
  border-radius: 8px;
  text-decoration: none !important;
  text-align: center;
  aspect-ratio: 1 / 0.7;
  transition: background .2s, transform .2s;
}
.pateco-h2-logo:hover {
  background: #EAEFF4;
  transform: translateY(-2px);
}

.pateco-h2-logo img {
  max-height: 50px;
  max-width: 130px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: filter .2s, opacity .2s;
  object-fit: contain;
}
.pateco-h2-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.pateco-h2-logo span {
  font-size: 11px;
  font-weight: 600;
  color: var(--h2-muted);
  letter-spacing: 0.04em;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .pateco-h2-projs .pateco-h2-proj,
  .pateco-h2-projs .pateco-h2-proj--reverse {
    grid-template-columns: 240px 1fr;
  }
  .pateco-h2-projs .pateco-h2-proj--reverse {
    grid-template-columns: 1fr 240px;
  }
}

@media (max-width: 980px) {
  .pateco-h2-mision-section > .elementor-container { flex-direction: column; }
  .pateco-h2-mision-col,
  .pateco-h2-areas-col {
    width: 100% !important;
    padding: 0 !important;
  }
  .pateco-h2-areas-col { margin-top: 32px; }
  
  .pateco-h2-progs { grid-template-columns: 1fr 1fr; }
  
  .pateco-h2-news { grid-template-columns: 1fr; }
  
  .pateco-h2-obs-head { grid-template-columns: 1fr; }
  .pateco-h2-obs-grid { grid-template-columns: 1fr; }
  
  .pateco-h2-logos { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .pateco-h2-kpis { padding: 22px 18px 24px; }
  .pateco-h2-kpis-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .pateco-h2-kpi {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--h2-border);
  }
  .pateco-h2-kpi:last-child { border-bottom: none; padding-bottom: 0; }
  
  .pateco-h2-progs { grid-template-columns: 1fr; }
  
  .pateco-h2-projs .pateco-h2-proj,
  .pateco-h2-projs .pateco-h2-proj--reverse {
    grid-template-columns: 1fr !important;
  }
  .pateco-h2-proj-img { aspect-ratio: 16/10; height: auto; }
  .pateco-h2-proj--reverse .pateco-h2-proj-img { order: -1; }
  .pateco-h2-proj-body { padding: 22px; }
}