/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 21 2026 | 13:27:51 */
/* ============================================================================
   PATECO — NIVEL 2 SOSTENIBILIDAD — Estilos de página
   ----------------------------------------------------------------------------
   Woody: Tipo CSS · Cabecera · Automatic Insertion ON
          Display Conditions: Page ID = [ID que devolvió el script JS]
   Variables de área: si clonas para otros programas, cambia --area-color.
   ========================================================================== */

/* ============ VARIABLES ============ */
.pateco-p2-hero,
.pateco-p2-intro,
.pateco-p2-grid-section,
.pateco-p2-featured,
.pateco-p2-report,
.pateco-p2-repo,
.pateco-p2-news,
.pateco-p2-other,
.pateco-p2-cta {
  --area-color: #27AE60;
  --area-color-dark: #1E8449;
  --area-color-soft: rgba(39, 174, 96, 0.1);
  --navy: #1B3A5C;
  --text: #2C3E50;
  --text-muted: #5B6B7D;
  --bg-soft: #F5F7FA;
  --border: #E5E9EF;
}

/* ============ 1. HERO ============ */
.pateco-p2-hero { color: #fff; position: relative; overflow: hidden; }

.pateco-p2-hero::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.pateco-p2-hero .pateco-p2-breadcrumb span,
.pateco-p2-hero .pateco-p2-breadcrumb {
  color: rgba(255,255,255,0.7) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  margin-bottom: 14px !important;
  display: inline-block;
}

.pateco-p2-hero .pateco-p2-area-badge span,
.pateco-p2-hero .pateco-p2-area-badge {
  display: inline-block !important;
  padding: 6px 14px !important;
  background: rgba(255,255,255,0.15) !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  border-radius: 100px !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  margin-bottom: 22px !important;
}

.pateco-p2-hero .pateco-p2-hero-title h1 {
  font-size: clamp(32px, 4.5vw, 56px) !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 18px !important;
  letter-spacing: -0.01em;
  max-width: 780px;
}

.pateco-p2-hero .pateco-p2-hero-subtitle p {
  font-size: 17px;
  color: rgba(255,255,255,0.9);
  line-height: 1.55;
  max-width: 680px;
  margin: 0;
}

/* ============ 2. INTRO ============ */
.pateco-p2-intro { text-align: center; }

.pateco-p2-intro .pateco-p2-intro-title h2 {
  font-size: clamp(24px, 3vw, 34px) !important;
  color: var(--text) !important;
  font-weight: 700 !important;
  margin: 0 auto 28px !important;
  max-width: 720px;
  line-height: 1.25;
}

.pateco-p2-intro .pateco-p2-intro-body {
  max-width: 760px;
  margin: 0 auto;
}
.pateco-p2-intro .pateco-p2-intro-body p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 0 16px;
  text-align: left;
}

/* ============ 3. OBJETIVOS + INSTRUMENTOS ============ */
.pateco-p2-grid-section .pateco-p2-obj-title h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--text) !important;
  margin: 0 0 28px !important;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border);
  display: inline-block;
}

.pateco-p2-obj-list .elementor-icon-list-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pateco-p2-obj-list .elementor-icon-list-item {
  align-items: flex-start !important;
  padding: 0 !important;
}
.pateco-p2-obj-list .elementor-icon-list-icon {
  margin-top: 2px;
}
.pateco-p2-obj-list .elementor-icon-list-text {
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: var(--text-muted) !important;
}
.pateco-p2-obj-list .elementor-icon-list-text strong {
  color: var(--text);
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
}

.pateco-inst-card {
  background: #fff;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(15,23,42,0.04);
}
.pateco-inst-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 18px;
}
.pateco-inst-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.pateco-inst-pill {
  display: inline-block;
  padding: 5px 12px;
  background: var(--area-color-soft);
  color: var(--area-color-dark);
  border-radius: 100px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pateco-inst-quote {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-muted);
  font-style: italic;
  border-left: 3px solid var(--area-color);
  padding: 6px 0 6px 14px;
  margin: 0;
}

/* ============ 4. PROYECTOS DESTACADOS ============ */
.pateco-p2-featured .pateco-p2-section-title h2 {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: var(--text) !important;
  margin: 0 0 6px !important;
}
.pateco-p2-featured .pateco-p2-section-subtitle p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0 0 32px;
}

.pateco-featured-project {
  display: grid !important;
  grid-template-columns: 1fr 1.2fr;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15,23,42,0.06);
  border: 1px solid var(--border);
  text-decoration: none !important;
  margin-bottom: 20px;
  transition: transform .25s, box-shadow .25s;
}
.pateco-featured-project:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15,23,42,0.12);
}

.pateco-featured-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  position: relative;
}
.pateco-featured-badge-visual {
  color: #fff;
  text-align: center;
  opacity: 0.9;
}
.pateco-featured-badge-visual i {
  font-size: 52px;
  display: block;
  margin-bottom: 10px;
}
.pateco-featured-badge-visual span {
  font-size: 11px;
  letter-spacing: 0.3em;
  font-weight: 700;
  opacity: 0.85;
}
.pateco-featured-body {
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pateco-featured-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.pateco-featured-body h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 12px;
  line-height: 1.25;
}
.pateco-featured-body p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0 0 16px;
}
.pateco-featured-cta {
  color: var(--area-color);
  font-size: 14px;
  font-weight: 600;
}

.pateco-small-projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.pateco-small-project {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px;
  display: flex;
  gap: 16px;
  text-decoration: none !important;
  transition: border-color .2s, transform .2s;
}
.pateco-small-project:hover {
  border-color: var(--area-color);
  transform: translateY(-2px);
}
.pateco-small-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.pateco-small-project h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 6px;
  line-height: 1.3;
}
.pateco-small-project p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0 0 10px;
}
.pateco-small-cta {
  font-size: 12px;
  font-weight: 600;
  color: var(--area-color);
}

/* ============ 5. INFORME BANNER ============ */
.pateco-p2-report {
  border-radius: 0;
}
.pateco-p2-report .pateco-p2-report-title h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 8px !important;
  line-height: 1.3 !important;
}
.pateco-p2-report-btn .elementor-button {
  padding: 14px 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* ============ 6. REPOSITORIO ============ */
.pateco-p2-repo-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 14px;
}
.pateco-p2-repo-head h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}
.pateco-p2-repo-head a {
  font-size: 13px;
  color: var(--area-color);
  font-weight: 600;
  text-decoration: none;
}

.pateco-repo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.pateco-repo-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.pateco-repo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(15,23,42,0.1);
}
.pateco-repo-thumb {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: rgba(0,0,0,0.25);
}
.pateco-repo-card h5 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin: 14px 14px 6px;
  line-height: 1.3;
}
.pateco-repo-card p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0 14px 16px;
}

/* ============ 7. ACTUALIDAD ============ */
.pateco-p2-news .pateco-p2-news-title h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--text) !important;
  margin: 0 0 24px !important;
}
.pateco-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pateco-news-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
  border: 1px solid var(--border);
  transition: transform .2s, box-shadow .2s;
}
.pateco-news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(15,23,42,0.1);
}
.pateco-news-thumb {
  height: 160px;
  filter: grayscale(0.4);
  position: relative;
}
.pateco-news-body {
  padding: 18px 20px 22px;
}
.pateco-news-tag {
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  font-weight: 700;
  margin-bottom: 8px;
}
.pateco-news-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  line-height: 1.35;
}

/* ============ 8. OTROS PROGRAMAS ============ */
.pateco-p2-other .pateco-p2-other-title h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--text) !important;
  margin: 0 0 24px !important;
}
.pateco-other-progs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.pateco-other-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px;
  text-decoration: none !important;
  transition: transform .2s, border-color .2s;
  display: block;
}
.pateco-other-card:hover {
  transform: translateY(-3px);
  border-color: var(--c);
}
.pateco-other-icon {
  width: 40px; height: 40px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--c) 12%, transparent);
  color: var(--c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 14px;
}
.pateco-other-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 6px;
}
.pateco-other-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

/* ============ 9. CTA ============ */
.pateco-p2-cta { position: relative; overflow: hidden; }
.pateco-p2-cta::before {
  content: '';
  position: absolute;
  bottom: -100px; right: -60px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.pateco-p2-cta-title h2 {
  font-size: clamp(26px, 3.5vw, 38px) !important;
  color: #fff !important;
  font-weight: 800 !important;
  margin: 0 0 14px !important;
}
.pateco-p2-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.pateco-p2-btn-primary,
.pateco-p2-btn-secondary {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform .2s, box-shadow .2s;
}
.pateco-p2-btn-primary {
  background: #fff;
  color: var(--navy);
}
.pateco-p2-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.pateco-p2-btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
}
.pateco-p2-btn-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.8);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .pateco-featured-project { grid-template-columns: 1fr; }
  .pateco-featured-media { min-height: 180px; }
  .pateco-small-projects,
  .pateco-repo-grid,
  .pateco-news-grid,
  .pateco-other-progs { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .pateco-small-projects,
  .pateco-repo-grid,
  .pateco-news-grid,
  .pateco-other-progs { grid-template-columns: 1fr; }
  .pateco-p2-repo-head { flex-direction: column; gap: 8px; align-items: flex-start; }
}