/*
Theme Name: Incubator Child
Template: incubator
Theme URI: http://keydesign-themes.com/incubator/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Incubator - WordPress Startup Business Theme
Version: 1.9.2
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


 /* ── TOPBAR ── */
  .topbar {
    background: #1B3A27;
    color: #fff;
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .topbar__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  .topbar__left,
  .topbar__right {
    display: flex;
    align-items: center;
    gap: 18px;
    opacity: 0.9;
  }
  .topbar__dot { color: #1F3A5F; }
  .topbar__sep { opacity: 0.35; }
  .topbar a { color: #fff; opacity: 0.8; text-decoration: none; }
  .topbar a:hover { opacity: 1; }
  .topbar__social { display: flex; gap: 8px; }
  .topbar__social a {
    width: 26px;
    height: 26px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    opacity: 0.8;
    transition: opacity .2s;
  }
  .topbar__social a:hover { opacity: 1; }
  @media (max-width: 768px) {
    .topbar__inner { padding: 10px 24px; }
    .topbar__left { display: none; }
  }



 /* ── MENU ── */

.navbar.navbar-default {
    position: sticky;
	top: 0;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default .nav li a{
    letter-spacing: 0.2em;
    padding-bottom: 10px !important;
    border-bottom: 2px solid transparent;
    transition: color .2s, border-color .2s;
    white-space: nowrap;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a.is-active {
    color: #1F3A5F;
    border-bottom-color: #1F3A5F;
}

.header-search-bar .fa.toggle-search{
    border-radius: 50%;
    border: 1px solid #B8D9BC;
    background: transparent;
    cursor: pointer;
    transition: border-color .2s;
}

#main-menu .modal-menu-item.menu-item {
    border: none !important;
	color: white !important;
}

.modal-menu-item:focus, .modal-menu-item {
    border-radius: 0 !important;
    padding: 0 40px;
    background: #1F3A5F !important;
	font-size: 11px !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
    transition: transform .15s ease, box-shadow .15s ease !important;
}

#main-menu .modal-menu-item.menu-item:hover {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0 #2A5C32;
	opacity: 1 !important;
	color: white !important;
}


  /* ── TICKER ── */
  .ticker {
    background: #1F3A5F;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    padding: 11px 0;
    border-bottom: 1px solid #122742;
  }
  .ticker-track {
    display: inline-flex;
    gap: 52px;
    padding-right: 52px;
    animation: ticker-scroll 42s linear infinite;
  }
  .ticker-item {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .ticker-item::after {
    content: '◆';
    font-size: 8px;
    opacity: 0.6;
  }
  @keyframes ticker-scroll {
    to { transform: translateX(-50%); }
  }

 /* ============================================================
     HERO SLIDER — Centro Chía
     ============================================================ */
  .hero {
    position: relative;
    height: min(92vh, 560px);
    min-height: 560px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
  }
  .hero__main {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 0.55fr 1fr;
    overflow: hidden;
  }
  .hero__left {
    position: relative;
    background: #2A5C32;
    overflow: hidden;
    color: #ECE7DC;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hero__left::after {
    content: '';
    position: absolute;
    right: -1px; top: 0; bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, transparent, #2A5C32 70%, #2A5C32);
    pointer-events: none;
    z-index: 3;
  }
  .hero__editorial {
    display: flex;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    letter-spacing: 0.18em;
    color: rgba(236,231,220,0.55);
    text-transform: uppercase;
  }
  .hero__editorial b { color: #8AAA32; font-weight: 500; }
  .hero__titles { position: relative; height: 340px; overflow: hidden; }
  .hero__title-stack { position: absolute; inset: 0; }
  .hero__title-item {
    position: absolute; inset: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all .9s cubic-bezier(.2,.8,.2,1);
  }
  .hero__title-item.on  { opacity: 1; transform: none; }
  .hero__title-item.out { opacity: 0; transform: translateY(-50px); }
  .hero__ey {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #8AAA32;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .hero__ey::before { content: ''; width: 30px; height: 1px; background: #8AAA32; }
  .hero__title-item h1 {
    font-family: "Oswald", sans-serif !important;
    font-weight: 400 !important;
    font-size: clamp(44px, 5.5vw, 80px) !important;
    line-height: 1 !important;
    letter-spacing: -0.025em;
    margin-top: 14px;
    color: #ECE7DC !important;
	      text-align: left !important;
  }
  .hero__title-item h1 .it { font-style: italic; color: #8AAA32; }
  .hero__title-item p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(236,231,220,0.7);
    max-width: 380px;
  }
  .hero__left-foot { display: flex; justify-content: space-between; align-items: center; }
  .hero__nums {
    font-family: "Oswald", sans-serif;
    font-style: italic;
    font-size: 30px;
    letter-spacing: -0.01em;
    color: #ECE7DC;
  }
  .hero__nums b { font-style: normal; color: #8AAA32; font-weight: 400; }
  .hero__ctrls { display: flex; gap: 6px; }
  .hero__ctrls button {
    width: 42px; height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(236,231,220,0.2);
    background: transparent;
    color: #ECE7DC;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all .25s;
  }
  .hero__ctrls button:hover { background: #8AAA32; color: #2A5C32; border-color: #8AAA32; }
  .hero__right { position: relative; overflow: hidden; background: #2A5C32; }
  .hero__img-stack { position: absolute; inset: 0; }
  .hero__img-item {
    position: absolute; inset: 0;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 1.1s cubic-bezier(.7,0,.2,1);
  }
  .hero__img-item.on  { clip-path: inset(0 0 0 0); }
  .hero__img-item.out { clip-path: inset(100% 0 0 0); }
  .hero__img-item img { width: 100%; height: 100%; object-fit: cover; }
  .hero__label {
    position: absolute;
    left: 36px; bottom: 36px;
    color: #ECE7DC;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 3;
  }
  .hero__label b {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  .hero__crosshair {
    position: absolute;
    right: 36px; top: 36px;
    color: rgba(236,231,220,0.5);
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: right;
    z-index: 3;
  }
  .hero__crosshair b {
    display: block;
    font-family: "Oswald", sans-serif;
    font-style: italic;
    font-size: 22px;
    color: #8AAA32;
    font-weight: 400;
    text-transform: none;
    margin-top: 6px;
  }
  .hero__bar {
    position: relative;
    z-index: 3;
    background: rgba(0,0,0,0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .hero__bar-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #fff;
    flex-wrap: wrap;
  }
  .hero__hours { display: flex; align-items: center; gap: 14px; }
  .hero__hours-badge {
    width: 42px; height: 42px;
    background: #1F3A5F;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .hero__hours-label {
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
	  line-height: 1.2;
  }
  .hero__hours-value {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }
  .hero__stats { display: flex; gap: 52px; align-items: center; }
  .hero__stat-n {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }
  .hero__stat-l {
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-top: 0px;
  }
  .hero__addr {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .hero__addr::before {
    content: '';
    width: 6px; height: 6px;
    background: #1F3A5F;
    border-radius: 50%;
    flex-shrink: 0;
  }

  /* ── Tablet ≤ 1100px ── */
  @media (max-width: 1100px) {
    .hero__main { grid-template-columns: 0.6fr 1fr; }
    .hero__left  { padding: 48px 36px; }
  }

  /* ── Tablet ≤ 840px ── */
  @media (max-width: 840px) {
    .hero { height: auto; min-height: 0; }
    .hero__main { position: relative; display: flex; flex-direction: column; }
    .hero__right { height: 300px; flex-shrink: 0; order: -1; }
    .hero__left  { padding: 36px 28px 40px; flex: 1; }
    .hero__left::after { display: none; }
    .hero__editorial  { display: none; }
    .hero__crosshair  { display: none; }
    .hero__titles     { height: auto; min-height: 0; }
    .hero__title-stack { position: relative; height: auto; }
    .hero__title-item  { position: relative; inset: auto; opacity: 1; transform: none; display: none; }
    .hero__title-item.on  { display: block; }
    .hero__title-item.out { display: none; }
    .hero__bar-inner  { flex-wrap: wrap; gap: 20px; padding: 18px 24px; }
    .hero__stats      { gap: 28px; }
  }

  /* ── Móvil ≤ 560px ── */
  @media (max-width: 560px) {
    .hero__right  { height: 220px; }
    .hero__left   { padding: 28px 20px 36px; }
    .hero__titles { min-height: 170px; }
    .hero__nums   { font-size: 22px; }
    .hero__ctrls button { width: 36px; height: 36px; }
    .hero__bar-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
    .hero__stats  { gap: 20px; }
  }


/* ============================================================
       EXPERIENCIAS
       ============================================================ */
  .experiencias { background: #F4EFE6; padding: 100px 0; }

  .sec-head { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 52px;
  flex-wrap: wrap; }
  .sec-label { font-family: "Poppins", sans-serif; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #1F3A5F; display: inline-flex; align-items: center; gap: 8px; }
  .sec-label::before { content: '—'; }
  .sec-title { font-family: "Oswald", sans-serif; font-size: clamp(38px, 5.5vw, 65px); font-weight: 700; line-height:
  0.97; letter-spacing: -0.01em; margin-top: 14px; color: #2A5C32; margin-bottom: 0; }
  .sec-title em { font-style: italic; font-weight: 700; color: #1F3A5F; }
  .sec-desc { color: #6A9272; font-size: 15px; line-height: 1.6; margin: 0; }

  .exp-carousel-wrap { position: relative; }

  .exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 280px); gap: 20px;
  perspective: 1200px; }

  .exp-card { position: relative; border-radius: 16px; overflow: hidden; background: #C8DDE8; cursor: pointer; opacity:
   0; transform: rotateX(28deg) rotateY(-18deg) translateY(60px) scale(0.88); transform-origin: center bottom;
  transform-style: preserve-3d; transition: opacity .75s cubic-bezier(.2,.8,.2,1), transform .75s
  cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; will-change: transform, opacity; }
  .exp-card.in { opacity: 1; transform: rotateX(0deg) rotateY(0deg) translateY(0) scale(1); }
  .exp-card:nth-child(1) { transition-delay: 0ms; }
  .exp-card:nth-child(2) { transition-delay: 120ms; }
  .exp-card:nth-child(3) { transition-delay: 240ms; }
  .exp-card:nth-child(4) { transition-delay: 60ms; }
  .exp-card:nth-child(5) { transition-delay: 180ms; }
  .exp-card:nth-child(6) { transition-delay: 300ms; }
  .exp-card.in:hover { transform: rotateX(4deg) rotateY(0deg) translateY(-8px) scale(1.02); box-shadow: 0 24px 48px
  rgba(26,22,23,0.35); }

  .exp-card-img { position: absolute; inset: 0; }
  .exp-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
  .exp-card:hover .exp-card-img img { transform: scale(1.05); }
  .exp-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top,
  rgba(26,22,23,0.88) 0%, rgba(26,22,23,0.1) 60%, transparent 100%); }

  .exp-badge { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 50%; background:
  #1F3A5F; display: flex; align-items: center; justify-content: center; z-index: 2; box-shadow: 0 2px 8px
  rgba(0,0,0,0.2); }

  .exp-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px 26px; z-index: 2; color: #fff; }
  .exp-body .cat { font-family: "Poppins", sans-serif; font-size: 9px; letter-spacing: 0.2em; text-transform:
  uppercase; color: rgba(255,255,255,0.65); margin-bottom: 8px; }
  .exp-body h3 { font-family: "Oswald", sans-serif !important; font-weight: 700 !important; font-size: 20px !important;
   line-height: 1.2 !important; color: #fff !important; margin-bottom: 6px; text-align: left !important; }
  .exp-body .meta { font-family: "Poppins", sans-serif; font-size: 9px; letter-spacing: 0.14em; text-transform:
  uppercase; color: rgba(255,255,255,0.5); }

  .exp-dots { display: none; }

  @media (max-width: 1100px) {
    .exp-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 260px); }
  }

  @media (max-width: 840px) {
    .experiencias { padding: 60px 0; }
    .modal { grid-template-columns: 1fr; }
    .modal-img { aspect-ratio: 16/10; }
    .modal-body { padding: 32px 24px; }

    .exp-grid {
      display: flex !important;
      flex-wrap: nowrap !important;
      grid-template-columns: unset !important;
      grid-template-rows: unset !important;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      gap: 0 !important;
      padding: 0 !important;
      scrollbar-width: none;
    }

    .exp-grid::-webkit-scrollbar { display: none; }

    .exp-card {
      flex: 0 0 100% !important;
      width: 100% !important;
      aspect-ratio: 16/9 !important;
      border-radius: 16px !important;
      scroll-snap-align: start;
      scroll-snap-stop: always;
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }

    .exp-card.in { opacity: 1 !important; transform: none !important; }
    .exp-card.in:hover { transform: none !important; box-shadow: none !important; }

    .exp-dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 20px;
    }

    .exp-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: none;
      background: #ccc;
      cursor: pointer;
      padding: 0;
      transition: background 0.2s, transform 0.2s;
    }

    .exp-dot.active {
      background: #1F3A5F;
      transform: scale(1.3);
    }
  }

/* ── OFFERS / ACCORDION SLIDER ───────────────────── */
  .sale {
    position: relative !important;
    overflow: hidden !important;
    background: #1B3A27 !important;
  }
  .sale .acc-now-showing {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    color: #1F3A5F !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    z-index: 10 !important;
  }
  .sale .acc-now-showing::before {
    content: "" !important;
    width: 6px !important;
    height: 6px !important;
    background: #1F3A5F !important;
    border-radius: 50% !important;
  }
  .acc-slider {
    display: flex !important;
    height: 580px !important;
    position: relative !important;
  }
  .acc-slide {
    flex: 1 !important;
    position: relative !important;
    cursor: pointer !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden !important;
    filter: grayscale(1) !important;
  }
  .acc-slide:hover { filter: grayscale(0) !important; }
  .acc-slide.active { flex: 2.5 !important; filter: grayscale(0) !important; }
  .acc-slide::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.8) 80%) !important;
  }
  .acc-slide-content {
    position: absolute !important;
    bottom: 30px !important;
    left: 30px !important;
    right: 30px !important;
    color: #fff !important;
    z-index: 2 !important;
  }
  .acc-slide.active .acc-slide-content {
    bottom: 80px !important;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s !important;
  }
  .acc-slide-number {
    font-size: 64px !important;
    font-weight: 300 !important;
    color: rgba(255,255,255,0.6) !important;
    line-height: 1 !important;
    position: absolute !important;
    bottom: 30px !important;
    left: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .acc-slide.active .acc-slide-number {
    bottom: auto !important;
    top: -50px !important;
    font-size: 48px !important;
    left: 0 !important;
  }
  .acc-slide-brand {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,0.8) !important;
    margin-bottom: 5px !important;
    transform: rotate(-90deg) !important;
    transform-origin: left bottom !important;
    position: absolute !important;
    bottom: 100px !important;
    left: 30px !important;
    white-space: nowrap !important;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .acc-slide.active .acc-slide-brand {
    transform: rotate(0deg) !important;
    position: static !important;
    transform-origin: unset !important;
  }
  .acc-slide-name {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: #fff !important;
    padding: 0 !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s !important;
  }
  .acc-slide.active .acc-slide-name {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 0.3s !important;
  }
  .acc-slide-subtitle {
    font-size: 16px !important;
    color: rgba(255,255,255,0.8) !important;
    margin-bottom: 20px !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s !important;
  }
  .acc-slide.active .acc-slide-subtitle {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 0.4s !important;
  }
  .acc-slide-specs {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s !important;
  }
  .acc-slide.active .acc-slide-specs {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 0.5s !important;
  }
  .acc-spec-row {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    opacity: 0 !important;
    transform: translateX(-20px) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 0 !important;
	  line-height: 2;
  }
  .acc-slide.active .acc-spec-row { opacity: 1 !important; transform: translateX(0) !important; }
  .acc-slide.active .acc-spec-row:nth-child(1) { transition-delay: 0.60s !important; }
  .acc-slide.active .acc-spec-row:nth-child(2) { transition-delay: 0.65s !important; }
  .acc-slide.active .acc-spec-row:nth-child(3) { transition-delay: 0.70s !important; }
  .acc-slide.active .acc-spec-row:nth-child(4) { transition-delay: 0.75s !important; }
  .acc-spec-label { color: rgba(255,255,255,0.7) !important; }
  .acc-spec-value { color: #fff !important; font-weight: 600 !important; }
  .acc-badges {
    display: flex !important;
    gap: 12px !important;
    margin-top: 15px !important;
    flex-wrap: wrap !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s !important;
    padding: 0 !important;
  }
  .acc-slide.active .acc-badges {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 0.8s !important;
  }
  .acc-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 4px 10px !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #fff !important;
    margin: 0 !important;
    opacity: 0 !important;
    transform: scale(0.8) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .acc-slide.active .acc-badge { opacity: 1 !important; transform: scale(1) !important; }
  .acc-slide.active .acc-badge:nth-child(1) { transition-delay: 0.85s !important; }
  .acc-slide.active .acc-badge:nth-child(2) { transition-delay: 0.90s !important; }
  .acc-slide.active .acc-badge:nth-child(3) { transition-delay: 0.95s !important; }
  .acc-badge-dot {
    width: 8px !important;
    height: 8px !important;
    background: #1F3A5F !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
  }
  .acc-add-btn {
    position: absolute !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 32px !important;
    height: 32px !important;
    background: transparent !important;
    border: 2px solid #1F3A5F !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    z-index: 3 !important;
  }
  .acc-add-btn::before,
  .acc-add-btn::after {
    content: "" !important;
    position: absolute !important;
    background: #1F3A5F !important;
    transition: all 0.4s ease !important;
  }
  .acc-add-btn::before { width: 12px !important; height: 2px !important; }
  .acc-add-btn::after  { width: 2px !important; height: 12px !important; }
  .acc-slide.active .acc-add-btn::after { opacity: 0 !important; transform: scale(0) !important; }
  .acc-nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(255,255,255,0.1) !important;
    border: none !important;
    border-radius: 50% !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.3s !important;
    z-index: 4 !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }
  .acc-nav:hover { background: rgba(255,255,255,0.22) !important; }
  .acc-nav-prev { left: 20px !important; }
  .acc-nav-next { right: 20px !important; }
  @media (max-width: 768px) {
    .acc-slider { flex-direction: column !important; height: auto !important; }
    .acc-slide { flex: 0 0 90px !important; min-height: 250px !important; }
    .acc-slide.active { flex: 0 0 480px !important; }
    .acc-slide-number { font-size: 32px !important; }
    .acc-slide-brand { transform: none !important; position: static !important; }
    .acc-badges { flex-wrap: wrap !important; }
  }

/* ── SALE INTRO (texto Promociones & Ofertas) ───── */
.eyebrow {
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #1F3A5F;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .headline {
    font-family: "Oswald", sans-serif !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #2A5C32;
    line-height: 1 !important;
    letter-spacing: -0.01em !important;
	  text-align: left !important;
	      font-size: clamp(36px, 4.5vw, 64px) ;
  }
  .headline em, h2 em, h1 em {
    font-style: italic;
    font-weight: 700;
    color: #1F3A5F;
  }
  .sec-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 52px;
    flex-wrap: wrap;
  }

@media (max-width: 768px) {
    .sec-head { flex-direction: column; align-items: flex-start; }
  }


 /* ── MARCAS ──────────────────────────────────────── */
  .marcas {
    background: #F4EFE6;
    padding: 100px 0;
  }
  .marcas__inner {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 80px;
    align-items: center;
  }
  .marcas__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .marcas__header .sec-title { margin-top: 14px; }
  .marcas__desc {
    color: #6A9272;
    font-size: 15px;
    line-height: 1.7;
    margin: 40px 0 10px;
  }
  .marcas__cta { margin-top: 36px; }

  /* Brand grid */
  .brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .brand-tile:nth-child(1) { transition-delay:   0ms; }
  .brand-tile:nth-child(2) { transition-delay:  90ms; }
  .brand-tile:nth-child(3) { transition-delay: 180ms; }
  .brand-tile:nth-child(4) { transition-delay: 270ms; }
  .brand-tile:nth-child(5) { transition-delay: 360ms; }
  .brand-tile:nth-child(6) { transition-delay: 450ms; }

  .brand-tile {
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.82);
    transition: opacity .5s ease, transform .5s ease, box-shadow .3s ease;
  }
  .brand-tile.in {
    opacity: 1;
    transform: scale(1);
  }
  .brand-tile:hover {
    box-shadow: 0 0 28px rgba(0,0,0,0.4);
    z-index: 2;
  }
  .brand-tile__bg {
    position: absolute;
    inset: 0;
    background: var(--tile-bg);
    background-size: cover;
    background-position: center;
    transition: transform .65s ease;
  }
  .brand-tile::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(175deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.65) 100%);
    pointer-events: none;
    transition: opacity .4s ease;
  }
  .brand-tile::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(ellipse 85% 55% at 50% 38%, rgba(126,184,247,0.32) 0%, transparent 72%);
    opacity: 0;
    transition: opacity .45s ease;
    pointer-events: none;
  }
  .brand-tile:hover::after { opacity: 1; }
  .brand-tile:hover .brand-tile__bg { transform: scale(1.10); }

  .brand-tile__body {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .45s ease, transform .45s ease;
  }
  .brand-tile.in .brand-tile__body {
    opacity: 1;
    transform: translateY(0);
  }
  .brand-tile:nth-child(1).in .brand-tile__body { transition-delay: 180ms; }
  .brand-tile:nth-child(2).in .brand-tile__body { transition-delay: 260ms; }
  .brand-tile:nth-child(3).in .brand-tile__body { transition-delay: 340ms; }
  .brand-tile:nth-child(4).in .brand-tile__body { transition-delay: 420ms; }
  .brand-tile:nth-child(5).in .brand-tile__body { transition-delay: 500ms; }
  .brand-tile:nth-child(6).in .brand-tile__body { transition-delay: 580ms; }

  .brand-tile__name {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: clamp(15px, 1.8vw, 24px);
    line-height: 1.1;
    color: #fff;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: text-shadow .4s ease;
  }
  .brand-tile:hover .brand-tile__name {
    text-shadow: 0 0 12px rgba(200,200,255,0.8), 0 2px 4px rgba(0,0,0,0.6);
  }
  .brand-tile__line-accent {
    width: 0;
    height: 2px;
    background: var(--accent, #7EB8F7);
    border-radius: 2px;
    transition: width .4s cubic-bezier(.34,1.2,.64,1);
  }
  .brand-tile:hover .brand-tile__line-accent { width: 36px; }

  .brand-tile__cat {
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 8px;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .35s ease, transform .35s ease, color .35s ease;
  }
  .brand-tile:hover .brand-tile__cat {
    opacity: 1;
    transform: translateY(0);
    color: rgba(255,255,255,0.90);
  }

  .btn-ex {
    padding: 16px 40px;
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .btn-ex--ghost {
    background: transparent;
    color: #2A5C32;
    border: 1px solid #2A5C32;
  }
  .btn-ex--ghost:hover {
    border-color: #1F3A5F;
    color: #1F3A5F;
  }

  /* Dots — ocultos en desktop */
  .brand-dots { display: none; }

  /* Responsive */
  @media (max-width: 768px) {
    .marcas__inner { grid-template-columns: 1fr; gap: 40px; }
    .brand-tile__line-accent,
    .brand-tile__cat { display: none; }
  }

  @media (max-width: 840px) {
    .marcas { padding: 60px 0; }

    .brand-grid {
      display: flex !important;
      flex-wrap: nowrap !important;
      grid-template-columns: unset !important;
      overflow-x: auto !important;
      scroll-snap-type: x mandatory !important;
      scroll-behavior: smooth !important;
      -webkit-overflow-scrolling: touch !important;
      gap: 0 !important;
      padding: 0 !important;
      scrollbar-width: none !important;
    }
    .brand-grid::-webkit-scrollbar { display: none !important; }

    .brand-tile {
      flex: 0 0 100% !important;
      width: 100% !important;
      aspect-ratio: 16/9 !important;
      border-radius: 16px !important;
      scroll-snap-align: start !important;
      scroll-snap-stop: always !important;
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
    .brand-tile.in { opacity: 1 !important; transform: none !important; }
    .brand-tile.in .brand-tile__body { opacity: 1 !important; transform: none !important; }

    .brand-dots {
      display: flex !important;
      justify-content: center !important;
      gap: 8px !important;
      margin-top: 20px !important;
    }
    .brand-dot {
      width: 8px !important;
      height: 8px !important;
      border-radius: 50% !important;
      border: none !important;
      background: #ccc !important;
      cursor: pointer !important;
      padding: 0 !important;
      transition: background 0.2s, transform 0.2s !important;
    }
    .brand-dot.active {
      background: #1F3A5F !important;
      transform: scale(1.3) !important;
    }
  }


 /* ── EVENTOS ─────────────────────────────────────── */
  .eventos { background: #F4EFE6 !important; padding: 100px 0 !important; overflow: hidden !important; color: #fff
  !important; }

  .eventos__header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    gap: 24px !important;
    margin-bottom: 52px !important;
    flex-wrap: wrap !important;
  }
  .eventos__eyebrow {
    font-family: "Poppins", system-ui, sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 0.3em !important;
    text-transform: uppercase !important;
    color: #1F3A5F !important;
    margin-bottom: 14px !important;
  }
  .eventos__title {
    font-family: "Oswald", sans-serif !important;
    font-size: clamp(34px, 4.5vw, 58px) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
    color: #2A5C32 !important;
  }
  .eventos__title em { font-style: italic !important; font-weight: 700 !important; color: #2A5C32 !important; }

  /* Emotions Slider */
  .emotions-slider {
    padding-inline: 50px !important;
    position: relative !important;
    padding-top: 50px !important;
  }
  .emotions-slider__slide {
    display: flex !important;
    align-items: flex-start !important;
    padding-bottom: 32px !important;
  }
  .emotions-slider .swiper-slide {
    width: auto !important;
    height: auto !important;
  }

  /* Nav */
  .eventos .slider-nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    translate: 0 -50% !important;
    z-index: 1 !important;
    pointer-events: none !important;
  }
  .eventos .slider-nav__item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1 !important;
    width: 48px !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    transition: all 0.3s ease-out !important;
    color: #fff !important;
  }
  .eventos .slider-nav__item.disabled { cursor: default !important; opacity: 0.5 !important; }
  .eventos .slider-nav__item path { stroke: #1F3A5F !important; }
  @media (hover: hover) and (pointer: fine) {
    .eventos .slider-nav__item:not(.disabled):hover { color: #7EC18A !important; }
  }

  /* Pagination */
  .eventos .slider-pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding-top: 40px !important;
  }
  .eventos .slider-pagination__item {
    width: 8px !important;
    height: 8px !important;
    border-radius: 99px !important;
    background: #1F3A5F !important;
    transition: all 0.3s ease-out !important;
    opacity: 0.2 !important;
  }
  .eventos .slider-pagination__item.active { width: 30px !important; opacity: 1 !important; }

  /* Tarjeta */
  .ev-card {
    width: calc(100vw - 60px) !important;
    max-width: 340px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .ev-card__img {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 14px !important;
    display: block !important;
    transition: transform .55s ease !important;
  }
  .ev-card:hover .ev-card__img { transform: scale(1.03) !important; }
  .ev-card__overlap {
    position: relative !important;
    padding: 0 14px !important;
    margin-top: -52px !important;
  }
  .ev-card__body {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 18px 20px !important;
    min-height: 190px !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10) !important;
  }
  .ev-card__meta {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    flex-wrap: wrap !important;
  }
  .ev-card__badge {
    padding: 0px 10px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }
  .ev-badge--ent  { background: #dbeafe !important; color: #1d4ed8 !important; }
  .ev-badge--gast { background: #fef3c7 !important; color: #92400e !important; }
  .ev-badge--esp  { background: #ede9fe !important; color: #5b21b6 !important; }
  .ev-badge--mus  { background: #fce7f3 !important; color: #9d174d !important; }
  .ev-badge--fam  { background: #d1fae5 !important; color: #065f46 !important; }
  .ev-badge--sos  { background: #dcfce7 !important; color: #166534 !important; }

  .ev-card__time {
    font-size: 10px !important;
    color: #6b7280 !important;
    font-weight: 600 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
  }
  .ev-card__title {
    font-family: "Oswald", sans-serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    line-height: 1.2 !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .ev-card__desc {
    font-size: 13px !important;
    color: #6b7280 !important;
    line-height: 1.55 !important;
    margin: 0 0 14px !important;
    flex: 1 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .ev-card__footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-top: 1px solid #f3f4f6 !important;
    padding-top: 12px !important;
    margin: 0 !important;
  }
  .ev-card__btn {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #1F3A5F !important;
    text-decoration: none !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    transition: gap .2s !important;
  }
  .ev-card__btn svg { width: 13px !important; height: 13px !important; stroke: #1F3A5F !important; transition: transform
   .2s !important; }
  .ev-card__btn:hover { gap: 9px !important; }
  .ev-card__btn:hover svg { transform: translateX(3px) !important; }

  .ev-card__popular {
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #ef4444 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
  }
  .ev-card__popular::before {
    content: '' !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #ef4444 !important;
    animation: ev-blink 1.4s ease-in-out infinite !important;
  }

.arrow {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    flex: none;
}
  @keyframes ev-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.2; }
  }

  @media screen and (max-width: 767.9px) {
    .emotions-slider { padding: 0 !important; margin-inline: -20px !important; }
    .eventos .slider-nav { display: none !important; }
  }

 /* ── PET FRIENDLY ────────────────────────────────── */
  .familia {
    background-color: #1B3A27 !important;
     background-image: linear-gradient(rgba(27,58,39,0.85), rgba(27,58,39,0.85)), url("/wp-content/uploads/2026/07/bg-12.png")
  !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 100px 0 !important;
    color: #fff !important;
  }

  .family-inner {
    display: flex !important;
    gap: 60px !important;
    align-items: center !important;
  }
  .family-vcell {
    flex: 0 0 42% !important;
    max-width: 42% !important;
  }
  .family-copy {
    flex: 1 !important;
    min-width: 0 !important;
  }

  .family-visual {
    overflow: hidden !important;
    background: #C8DDE8 !important;
    position: relative !important;
    border-radius: 14px !important;
    aspect-ratio: 4/5 !important;
  }
  .family-visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .6s ease !important;
    display: block !important;
    cursor: pointer !important;
  }
  .family-visual:hover img { transform: scale(1.04) !important; }
  .family-visual .play-overlay {
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
  }
  .family-visual .play-btn {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.18) !important;
    backdrop-filter: blur(6px) !important;
    border: 2px solid rgba(255,255,255,0.55) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .family-visual:hover .play-btn { background: rgba(255,255,255,0.28) !important; }
  .family-visual .play-btn svg { width: 28px !important; height: 28px !important; margin-left: 4px !important; }
  .family-visual iframe { width: 100% !important; height: 100% !important; border: none !important; display: block
  !important; }

  .family-badge {
    position: absolute !important;
    top: 20px !important; left: 20px !important;
    background: #1F3A5F !important;
    color: #fff !important;
    padding: 8px 16px !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 9px !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    z-index: 2 !important;
  }

  .family-cards {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin-top: 32px !important;
  }
  .family-card {
    padding: 20px 22px !important;
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
  }
  .family-card:hover {
    background: rgba(255,255,255,0.15) !important;
    border-color: rgba(255,255,255,0.28) !important;
  }
  .family-card .pet-icon {
    width: 36px !important; height: 36px !important;
    background: #1F3A5F !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 14px !important;
  }
  .family-card .pet-icon svg { width: 18px !important; height: 18px !important; }
  .family-card h4 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    margin: 0 0 6px !important;
    color: #fff !important;
  }
  .family-card p {
    color: rgba(255,255,255,0.65) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
  }

#familia .sec-title {
    font-family: "Oswald", sans-serif;
    font-size: clamp(38px, 5.5vw, 65px);
    font-weight: 700;
    line-height: 0.97;
    letter-spacing: -0.01em;
    margin-top: 14px !important;
    color: #2A5C32;
    margin-bottom: 40px;
    text-align: left;
}

#familia .btn--white:hover {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.4);
}
#familia .btn--white {
    background: #fff;
    color: #2A5C32;
}
#familia .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    font-family: "Poppins", system-ui, sans-serif;;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}

  @media (max-width: 768px) {
    .family-inner { flex-direction: column !important; }
    .family-vcell { flex: none !important; max-width: 100% !important; width: 100% !important; }
    .family-visual { aspect-ratio: 3/2 !important; }
  }
  @media (max-width: 480px) {
    .family-cards { grid-template-columns: repeat(2, 1fr) !important; }
  }



 /* ── SERVICIOS ────────────────────────────────── */
   /* ── SERVICIOS ────────────────────────────────── */
  .servicios {
    background: #F4EFE6 !important;
    padding: 100px 0 !important;
  }

  .svc-card-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 30px !important;
    width: 100% !important;
  }

  .svc-card {
    position: relative !important;
    width: 100% !important;
    height: 270px !important;
    border-radius: 22px !important;
    cursor: default !important;
  }
  .svc-card:hover { box-shadow: 0 28px 70px rgba(0,0,0,0.65) !important; }

  .svc-card__inner {
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  .svc-card__bg {
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    transition: transform .55s ease !important;
  }
  .svc-card__bg img {
    position: absolute !important;
    top: 0 !important; left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    display: block !important;
  }
  .svc-card__ovr {
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
  }
  .svc-card:hover .svc-card__bg { transform: scale(1.06) !important; }

  .svc-card__inner::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    z-index: 1 !important;
    background: linear-gradient(155deg, rgba(255,255,255,0.09) 0%, rgba(0,0,0,0.48) 100%) !important;
    pointer-events: none !important;
  }

  #servicios .sec-title {
    font-family: "Oswald", sans-serif;
    font-size: clamp(38px, 5.5vw, 65px);
    font-weight: 700;
    line-height: 0.97;
    letter-spacing: -0.01em;
    margin-top: 14px;
    color: #2A5C32;
    margin-bottom: 0;
  }

  .svc-card__glare {
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    z-index: 2 !important;
    border-radius: 22px !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transition: opacity .2s !important;
  }
  .svc-card.svc-tilting .svc-card__glare { opacity: 1 !important; }

  .svc-card__body {
    position: relative !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    padding: 24px 18px !important;
    gap: 14px !important;
    text-align: center !important;
  }

  .svc-icon {
    width: 72px !important; height: 72px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.10) !important;
    border: 1.5px solid rgba(255,255,255,0.18) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    transition: transform .5s cubic-bezier(.34,1.56,.64,1), background .3s, border-color .3s !important;
  }
  .svc-card:hover .svc-icon {
    transform: translateY(-8px) scale(1.14) rotate(-5deg) !important;
    background: rgba(255,255,255,0.20) !important;
    border-color: rgba(255,255,255,0.45) !important;
  }
  .svc-icon svg {
    width: 32px !important; height: 32px !important;
    stroke: #fff !important; fill: none !important;
    stroke-width: 1.7 !important;
    stroke-linecap: round !important; stroke-linejoin: round !important;
  }

  .svc-card__name {
    font-family: "Oswald", sans-serif !important;
    font-size: 17px !important; font-weight: 700 !important;
    color: #fff !important; line-height: 1.15 !important;
  }
  .svc-card__sub {
    font-family: "Poppins", sans-serif !important;
    font-size: 9px !important; letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.42) !important;
    transition: color .3s !important;
  }
  .svc-card:hover .svc-card__sub { color: rgba(255,255,255,0.85) !important; }

  .svc-card__line {
    position: absolute !important;
    bottom: 0 !important; left: 0 !important; right: 0 !important; z-index: 4 !important;
    height: 3px !important;
    background: rgba(255,255,255,0.5) !important;
    transform: scaleX(0) !important; transform-origin: left !important;
    transition: transform .45s cubic-bezier(.4,0,.2,1) !important;
    border-radius: 0 0 22px 22px !important;
  }
  .svc-card:hover .svc-card__line { transform: scaleX(1) !important; }

  [data-key="parqueadero"]:hover .svc-icon svg { animation: svcBounce .55s cubic-bezier(.34,1.56,.64,1) forwards; }
  [data-key="carga"]:hover       .svc-icon svg { animation: svcFlash  .45s ease forwards; }
  [data-key="taxi"]:hover        .svc-icon svg { animation: svcSlideR .5s  ease forwards; }
  [data-key="parque"]:hover      .svc-icon svg { animation: svcSway   .65s ease forwards; }
  [data-key="servicios"]:hover   .svc-icon svg { animation: svcSlideU .45s ease forwards; }
  [data-key="silla"]:hover       .svc-icon svg { animation: svcRoll   .5s  ease forwards; }
  [data-key="wi-fi"]:hover       .svc-icon svg { animation: svcPulse  .5s  ease 2; }
  [data-key="punto"]:hover       .svc-icon svg { animation: svcSpin   .65s cubic-bezier(.4,0,.2,1) forwards; }
  [data-key="enfermeria"]:hover  .svc-icon svg { animation: svcHeart  .5s  ease forwards; }
  [data-key="capilla"]:hover     .svc-icon svg { animation: svcBell   .7s  ease forwards; }

  @keyframes svcBounce { 0%{transform:translateY(0)} 45%{transform:translateY(-7px)} 70%{transform:translateY(2px)}
  100%{transform:translateY(0)} }
  @keyframes svcFlash  { 0%,100%{opacity:1;transform:scale(1)} 20%{opacity:.25;transform:scale(.85)}
  50%{opacity:1;transform:scale(1.25)} 80%{opacity:.7;transform:scale(1)} }
  @keyframes svcSlideR { 0%{transform:translateX(0)} 40%{transform:translateX(6px)} 70%{transform:translateX(-2px)}
  100%{transform:translateX(0)} }
  @keyframes svcSway   { 0%,100%{transform:rotate(0deg);transform-origin:bottom center}
  25%{transform:rotate(-9deg);transform-origin:bottom center} 75%{transform:rotate(7deg);transform-origin:bottom
  center} }
  @keyframes svcSlideU { 0%{transform:translateY(0)} 40%{transform:translateY(-6px)} 70%{transform:translateY(2px)}
  100%{transform:translateY(0)} }
  @keyframes svcRoll   { 0%{transform:translateX(0) rotate(0deg)} 50%{transform:translateX(5px) rotate(18deg)}
  100%{transform:translateX(0) rotate(0deg)} }
  @keyframes svcPulse  { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.18);opacity:.65} }
  @keyframes svcSpin   { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
  @keyframes svcHeart  { 0%,100%{transform:scale(1)} 20%{transform:scale(1.22)} 40%{transform:scale(1)}
  60%{transform:scale(1.15)} }
  @keyframes svcBell   { 0%,100%{transform:rotate(0deg);transform-origin:top center}
  20%{transform:rotate(-12deg);transform-origin:top center} 45%{transform:rotate(10deg);transform-origin:top center}
  65%{transform:rotate(-6deg);transform-origin:top center} 82%{transform:rotate(4deg);transform-origin:top center} }

  @media (max-width: 1100px) {
    .svc-card-grid { grid-template-columns: repeat(3, 1fr) !important; }
  }

  @media (max-width: 840px) {
    .servicios { padding: 60px 0 !important; }

    .svc-card-grid {
      display: flex !important;
      flex-wrap: nowrap !important;
      grid-template-columns: unset !important;
      overflow-x: auto !important;
      scroll-snap-type: x mandatory !important;
      scroll-behavior: smooth !important;
      -webkit-overflow-scrolling: touch !important;
      gap: 0 !important;
      padding: 0 !important;
      scrollbar-width: none !important;
    }
    .svc-card-grid::-webkit-scrollbar { display: none !important; }

    .svc-card {
      flex: 0 0 100% !important;
      width: 100% !important;
      aspect-ratio: 16/9 !important;
      height: auto !important;
      border-radius: 16px !important;
      scroll-snap-align: start !important;
      scroll-snap-stop: always !important;
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
  }
  /* ── Responsabilidad Social ── */
  .rs-parallax { overflow: visible !important; position: relative !important; }

  .rs-arch {
    display: flex !important;
    gap: 60px !important;
    justify-content: space-between !important;
    max-width: 1100px !important;
    margin-inline: auto !important;
    padding: 0 36px !important;
  }

  .rs-arch__left {
    display: flex !important;
    flex-direction: column !important;
    min-width: 300px !important;
  }

  .rs-arch__info {
    max-width: 356px !important;
    min-height: 100vh !important;
    display: grid !important;
    place-items: center !important;
  }

  .rs-arch__right {
    flex-shrink: 1 !important;
    width: 100% !important;
    max-width: 540px !important;
    position: sticky !important;
    top: 0 !important;
    height: 100vh !important;
  }

  .rs-img-wrapper {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    height: 420px !important;
    width: 100% !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: opacity 0.6s ease !important;
  }

  .rs-img-wrapper.rs-active { opacity: 1 !important; }

  .rs-img-wrapper img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
  }

  .rs-eyebrow {
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 0.3em !important;
    text-transform: uppercase !important;
    color: #D4F0D6 !important;
    margin-bottom: 12px !important;
  }

  #responsabilidad .rs-header {
    font-family: 'Oswald', sans-serif !important;
    font-size: clamp(28px, 3.5vw, 42px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: #fff !important;
    line-height: 1.1 !important;
    margin: 0 0 10px !important;
	  text-align: left;
  }

  .rs-desc {
    color: rgba(255,255,255,0.68) !important;
    font-size: 17px !important;
    letter-spacing: -0.02em !important;
    margin: 10px 0 28px !important;
    line-height: 1.65 !important;
  }

  .rs-link {
    text-decoration: none !important;
    padding: 14px 20px !important;
    border-radius: 40px !important;
    display: inline-flex !important;
    gap: 8px !important;
    align-items: center !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.02em !important;
    background: #1B3A27 !important;
    color: #fff !important;
  }

  @media (max-width: 900px) {
    .rs-arch { gap: 30px !important; }
  }

  @media (max-width: 768px) {
    .rs-arch { flex-direction: column !important; gap: 20px !important; }
    .rs-arch__left,
    .rs-arch__right { display: contents !important; }
    .rs-img-wrapper {
      position: static !important;
      transform: none !important;
      height: 300px !important;
      width: 100% !important;
      margin-bottom: 20px !important;
      opacity: 1 !important;
    }
    .rs-arch__info {
      min-height: auto !important;
      padding: 20px 0 !important;
      max-width: 100% !important;
      text-align: center !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
    }
  }


/* ── Blog ── */
  .blog { background: #F4EFE6 !important; padding: 100px 0 !important; }

  .blog .section-intro {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    gap: 24px !important;
    margin-bottom: 48px !important;
  }

  .blog__grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
  }

  .post {
    background: #fff !important;
    border: 1px solid #e2ddd6 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    transition: box-shadow .25s !important;
  }

  .post:hover { box-shadow: 0 8px 30px rgba(42,37,39,0.1) !important; }

  .post__media {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 5/3 !important;
    overflow: hidden !important;
  }

  .post__media img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform .4s ease !important;
  }

  .post:hover .post__media img { transform: scale(1.04) !important; }

  .post__body { padding: 26px 26px 30px !important; }

  .post__meta {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 12px !important;
  }

  .post__cat {
    font-family: 'Poppins', sans-serif !important;
    font-size: 9px !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
    color: #1F3A5F !important;
    font-weight: 600 !important;
  }

  .post__date {
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px !important;
    color: #888 !important;
  }

  #blog .post__title {
    font-family: 'Oswald', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #1B3A27 !important;
    line-height: 1.2 !important;
	  text-align: left;
  }

#blog .btn {
    padding: 16px 40px;
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}

#blog .btn--ghost {
    background: transparent;
    color: #2A5C32;
    border: 1px solid #2A5C32;
}

#blog  .btn--ghost:hover {
    border-color: #1F3A5F;
    color: #1F3A5F;
}

#blog .link-cta--ink {
    color: #2A5C32;
}

#blog .link-cta {
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    color: #2A5C32;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

  @media (max-width: 1024px) {
    .blog__grid { grid-template-columns: repeat(2, 1fr) !important; }
  }

  @media (max-width: 600px) {
    .blog { padding: 60px 0 !important; }
    .blog__grid { grid-template-columns: 1fr !important; }
    .blog__grid .post:nth-child(n+2) { display: none !important; }
    .blog .section-intro { flex-direction: column !important; align-items: flex-start !important; }
  }


/* ── Footer ── */

#media_image-2 a img {
    height: initial !important;
    max-width: 144px !important;
}

.footer__addr {
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
    margin: 24px 0 20px;
}


.footer__contact{
	 font-family: "Poppins", system-ui, sans-serif;
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

#kd-socials-2 .socials-widget {
    border-top: none;
    max-width: 100%;
	margin-top: 24px;
    display: flex;
    gap: 8px;
	padding-top: 0px;
}

#kd-socials-2 .socials-widget a {
    margin-right: 5px;
}

#kd-socials-2 .socials-widget a span {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    cursor: pointer;
	color: white;
    transition: border-color .2s, color .2s;
}

#footer h5.widget-title  {
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 600;
}

#footer .footer_widget .menu li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

#footer .footer_widget .menu li a {
    font-size: 11px;
    font-weight: normal;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    transition: color .2s;
}

#footer .upper-footer {
    padding: 70px 0 20px 0;
}

#footer .lower-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

#footer .lower-footer span, #footer .lower-footer a  {
    opacity: 1;
    margin-right: 0;
    font-weight: 400;
    line-height: 25px;
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}


/* ── Tiendas ── */
  .tiendas-section { background: #F3FAF5 !important; padding: 60px 0 100px !important; }

  .tiendas-hero { margin-bottom: 48px !important; }

  .tiendas-eyebrow {
    font-family: 'Poppins', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 0.32em !important;
    text-transform: uppercase !important;
    color: #1F3A5F !important;
    margin-bottom: 14px !important;
    display: block !important;
  }

  .tiendas-titulo {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: clamp(36px, 5vw, 64px) !important;
    margin: 0 0 16px !important;
    color: #2A5C32 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
  }

  .tiendas-titulo em {
    font-style: italic !important;
    color: #1F3A5F !important;
  }

  .tiendas-sub {
    font-size: 16px !important;
    color: #6A9272 !important;
    max-width: 560px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
  }

  /* Search */
  .tiendas-search { margin-bottom: 28px !important; }

  .tiendas-search__form {
    display: flex !important;
    max-width: 100% !important;
  }

  .tiendas-search__input {
    flex: 1 !important;
    padding: 14px 20px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    color: #2A5C32 !important;
    background: #fff !important;
    border: 1px solid #B8D9BC !important;
    border-right: none !important;
    outline: none !important;
    transition: border-color .2s !important;
  }

  .tiendas-search__input::placeholder { color: #6A9272 !important; }
  .tiendas-search__input:focus { border-color: #1F3A5F !important; }

  .tiendas-search__btn {
    padding: 14px 22px !important;
    background: #1F3A5F !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    transition: background .2s !important;
  }

  .tiendas-search__btn:hover { background: #122742 !important; }

  /* Filters */
  .tiendas-filters {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 28px !important;
  }

  .filter-btn {
    padding: 8px 18px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    border: 1px solid #B8D9BC !important;
    background: #fff !important;
    color: #6A9272 !important;
    cursor: pointer !important;
    border-radius: 100px !important;
    transition: all .2s !important;
  }

  .filter-btn:hover { border-color: #1F3A5F !important; color: #1F3A5F !important; }
  .filter-btn.is-active { background: #1F3A5F !important; color: #fff !important; border-color: #1F3A5F !important; }

  /* Count */
  .tiendas-count {
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #6A9272 !important;
    margin-bottom: 28px !important;
  }

  .tiendas-count b { color: #2A5C32 !important; }

  /* Grid */
  .tiendas-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
  }

  /* Card */
  .tienda-card {
    background: #fff !important;
    border: 1px solid #B8D9BC !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: box-shadow .25s, transform .2s !important;
    cursor: pointer !important;
  }

  .tienda-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1) !important;
    transform: translateY(-3px) !important;
  }

  .tienda-card__img {
    width: 100% !important;
    aspect-ratio: 4/3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .tienda-card__img img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    display: block !important;
  }

  .tienda-card__logo-placeholder {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
  }

  .tienda-card__body { padding: 18px 20px 20px !important; }

  .tienda-card__cat {
    font-family: 'Poppins', sans-serif !important;
    font-size: 9px !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    color: #1F3A5F !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
  }

  .tienda-card__name {
    font-family: 'Poppins', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #2A5C32 !important;
    margin: 0 0 6px !important;
    line-height: 1.2 !important;
  }

  .tienda-card__local {
    font-size: 12px !important;
    color: #6A9272 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin-bottom: 8px !important;
  }

  .tienda-card__desc {
    font-size: 12px !important;
    color: #6A9272 !important;
    line-height: 1.5 !important;
    margin: 0 0 12px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .tienda-card__social {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding-top: 12px !important;
    border-top: 1px solid #B8D9BC !important;
    flex-wrap: wrap !important;
  }

  .tienda-card__social a {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    border: 1px solid #B8D9BC !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #6A9272 !important;
    transition: border-color .2s, color .2s !important;
    flex-shrink: 0 !important;
  }

  .tienda-card__social a:hover { border-color: #1F3A5F !important; color: #1F3A5F !important; }
  .tienda-card__social a svg { width: 13px !important; height: 13px !important; }

  /* Empty */
  .tiendas-empty {
    display: none !important;
    text-align: center !important;
    padding: 60px 20px !important;
    grid-column: 1 / -1 !important;
  }

  .tiendas-empty p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 0.1em !important;
    color: #6A9272 !important;
    margin-top: 16px !important;
  }

  /* Responsive */
  @media (max-width: 1100px) {
    .tiendas-grid { grid-template-columns: repeat(3, 1fr) !important; }
  }

  @media (max-width: 768px) {
    .tiendas-grid { grid-template-columns: repeat(2, 1fr) !important; }
  }

  @media (max-width: 480px) {
    .tiendas-section { padding: 40px 0 60px !important; }
    .tiendas-grid { grid-template-columns: 1fr !important; }
    .tiendas-search__form { max-width: 100% !important; }
  }

/* banner */

.hero-em{
	font-style: italic; color: #3A7D44;
}

  /* ============================================================
     BENTO ENTRETENIMIENTO — Centro Chía
     ============================================================ */

  .cc-bento-section {
      background: #F3FAF5;
      padding: 0 0 96px;
  }

	.sec-title-bento { 
		font-family: "Poppins", sans-serif;
		font-size: clamp(38px, 5.5vw, 55px);
		font-weight: 700;
		line-height: 0.97;
		letter-spacing: -0.01em;
		margin-top: 14px;
		color: #2A5C32;
		margin-bottom: 0;
	}

.sec-title-bento em {
    font-style: italic;
    font-weight: 700;
    color: #1F3A5F;
}

  .cc-bento-section__header {
      max-width: 1400px;
      margin: 0 auto;
      padding: 80px 36px 48px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 40px;
  }

  .cc-bento-section__title {
      font-family: "Poppins", sans-serif;
      font-size: clamp(36px, 5vw, 72px);
      font-weight: 800;
      font-style: italic;
      color: #1B3A27;
      line-height: 0.95;
      letter-spacing: -0.02em;
      margin: 0;
  }

  .cc-bento-section__title span {
      display: block;
      color: rgba(27, 58, 39, 0.18);
  }

  .cc-bento-section__sub {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      color: rgba(27, 58, 39, 0.5);
      max-width: 280px;
      line-height: 1.6;
      text-align: right;
  }

  /* Grid */
  .cc-bento-grid {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-auto-rows: 80px;
      gap: 12px;
  }

  /* Card base */
  .cc-bento-card {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      cursor: pointer;
      background: #141a14;
  }

  .cc-bento-card__bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .cc-bento-card:hover .cc-bento-card__bg {
      transform: scale(1.06);
  }

  .cc-bento-card__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
      transition: background 0.4s;
  }

  .cc-bento-card:hover .cc-bento-card__overlay {
      background: rgba(0, 0, 0, 0.3);
  }

  .cc-bento-card__body {
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 24px;
  }

  .cc-bento-card__body--center {
      justify-content: center;
      gap: 8px;
  }

  .cc-bento-card__body--between {
      justify-content: space-between;
      padding: 32px;
  }

  .cc-bento-card__tag {
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    margin-bottom: 8px;
}

  .cc-bento-card__tag--dark {
      color: rgba(0, 0, 0, 0.5);
  }

  #single-page .cc-bento-card__title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(18px, 2.2vw, 28px) !important;
    font-weight: 700;
    color: #fff;
    line-height: 1.1 !important;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
}

  .cc-bento-card__title--cta {
      color: #fff;
      font-size: clamp(22px, 3vw, 36px);
  }

  .cc-bento-card__desc {
      font-family: "Poppins", sans-serif;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.6);
      line-height: 1.5;
      margin: 0 0 16px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  .cc-bento-card__num {
      position: absolute;
      top: 20px;
      right: 24px;
      font-family: "Poppins", sans-serif;
      font-size: 64px;
      font-weight: 800;
      font-style: italic;
      color: rgba(255, 255, 255, 0.5);
      line-height: 1;
      pointer-events: none;
  }

  .cc-bento-card__links {
      display: flex;
      gap: 8px;
      margin-top: 14px;
  }

  .cc-bento-card__links a {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.2);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      transition: border-color 0.2s, color 0.2s;
  }

  .cc-bento-card__links a:hover {
      border-color: #3A7D44;
      color: #3A7D44;
  }

  .cc-bento-card__links a svg {
      width: 13px;
      height: 13px;
  }

  .cc-bento-card__horario-capilla {
      margin-top: 12px;
      font-family: "Poppins", sans-serif;
      font-size: 9px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.3);
  }

  .cc-bento-card__horario-time {
      font-family: "Poppins", sans-serif;
      font-size: clamp(28px, 3.5vw, 44px);
      font-weight: 800;
      color: #fff;
      line-height: 1;
      letter-spacing: -0.02em;
  }

  .cc-bento-card__horario-time span {
      color: #3A7D44;
  }

  .cc-bento-card__horario-days {
      font-family: "Poppins", sans-serif;
      font-size: 9px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.3);
      margin-top: 8px;
  }

  .cc-bento-card__cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(0, 0, 0, 0.2);
      color: #fff;
      padding: 14px 20px;
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-weight: 600;
      border-radius: 4px;
      text-decoration: none;
      transition: background 0.2s;
  }

  .cc-bento-card__cta-btn:hover {
      background: rgba(0, 0, 0, 0.35);
      color: #fff;
  }

  /* Variantes de card */
  .cc-bento-card--accent {
      background: #1F3A5F;
  }

  .cc-bento-card--accent .cc-bento-card__overlay {
      background: none;
  }

  .cc-bento-card--accent .cc-bento-card__body {
      justify-content: space-between;
      padding: 28px;
  }

  .cc-bento-card--accent .cc-bento-card__tag {
      color: rgba(255, 255, 255, 0.6);
  }

  .cc-bento-card--accent .cc-bento-card__title {
      font-size: clamp(22px, 3vw, 40px);
  }

  .cc-bento-card--accent .cc-bento-card__num {
      color: rgba(255, 255, 255, 0.1);
      font-size: 80px;
  }

  .cc-bento-card--dark {
      background: #2A5C32;
      border: 1px solid rgba(255, 255, 255, 0.06);
  }

  .cc-bento-card--dark .cc-bento-card__overlay {
      background: none;
  }

  .cc-bento-card--dark .cc-bento-card__body {
      justify-content: space-between;
      padding: 28px;
  }

  .cc-bento-card--dark .cc-bento-card__tag {
      color: #3A7D44;
  }

  .cc-bento-card--cta {
      background: #3A7D44;
      border: none;
  }

  .cc-bento-card--cta .cc-bento-card__overlay {
      background: none;
  }

  /* Posiciones grid */
  .cc-bc-cinema  { grid-column: 1 / 6;   grid-row: 1 / 6; }
  .cc-bc-parque  { grid-column: 6 / 10;  grid-row: 1 / 4; }
  .cc-bc-crazy   { grid-column: 10 / 13; grid-row: 1 / 5; }
  .cc-bc-casino  { grid-column: 6 / 9;   grid-row: 4 / 8; }
  .cc-bc-lago    { grid-column: 9 / 13;  grid-row: 5 / 9; }
  .cc-bc-playa   { grid-column: 1 / 4;   grid-row: 6 / 10; }
  .cc-bc-capilla { grid-column: 1 / 4;   grid-row: 10 / 13; }
  .cc-bc-juegos  { grid-column: 7 / 10;  grid-row: 8 / 12; }
  .cc-bc-horario { grid-column: 4 / 7;   grid-row: 6 / 9; }
  .cc-bc-pet     { grid-column: 4 / 7;   grid-row: 9 / 13; }
  .cc-bc-cta     { grid-column: 10 / 13; grid-row: 9 / 13; }

  /* Responsive 1100px */
  @media (max-width: 1100px) {
      .cc-bento-grid { grid-template-columns: repeat(6, 1fr); }
      .cc-bc-cinema  { grid-column: 1/4; grid-row: 1/5; }
      .cc-bc-parque  { grid-column: 4/7; grid-row: 1/4; }
      .cc-bc-crazy   { grid-column: 1/4; grid-row: 5/9; }
      .cc-bc-casino  { grid-column: 4/7; grid-row: 4/8; }
      .cc-bc-lago    { grid-column: 1/4; grid-row: 9/13; }
      .cc-bc-playa   { grid-column: 4/7; grid-row: 8/11; }
      .cc-bc-capilla { grid-column: 1/4; grid-row: 13/16; }
      .cc-bc-juegos  { grid-column: 4/7; grid-row: 11/15; }
      .cc-bc-horario { grid-column: 1/4; grid-row: 16/19; }
      .cc-bc-pet     { grid-column: 4/7; grid-row: 15/18; }
      .cc-bc-cta     { grid-column: 1/7; grid-row: 19/22; }
  }

  /* Responsive 768px */
  @media (max-width: 768px) {
      .cc-bento-grid {
          grid-template-columns: 1fr 1fr;
          padding: 0 20px;
      }
      .cc-bento-section__header {
          flex-direction: column;
          align-items: flex-start;
          padding: 48px 20px 32px;
      }
      .cc-bento-section__sub {
          text-align: left;
      }
      .cc-bc-cinema  { grid-column: 1/3; grid-row: 1/5; }
      .cc-bc-parque  { grid-column: 1/3; grid-row: 5/9; }
      .cc-bc-crazy   { grid-column: 1/2; grid-row: 9/13; }
      .cc-bc-casino  { grid-column: 2/3; grid-row: 9/13; }
      .cc-bc-lago    { grid-column: 1/3; grid-row: 13/16; }
      .cc-bc-playa   { grid-column: 1/2; grid-row: 16/19; }
      .cc-bc-capilla { grid-column: 2/3; grid-row: 16/19; }
      .cc-bc-juegos  { grid-column: 1/3; grid-row: 19/22; }
      .cc-bc-horario { grid-column: 1/2; grid-row: 22/25; }
      .cc-bc-pet     { grid-column: 2/3; grid-row: 22/25; }
      .cc-bc-cta     { grid-column: 1/3; grid-row: 25/28; }
  }

 /* ============================================================
     HORARIOS SECTION — Centro Chía
     ============================================================ */

  .cc-horarios-section {
      background: #F3FAF5;
      padding: 0 0 76px;
  }

  .cc-horarios-grid {
      max-width: 1400px;
      margin: 0 auto;
      padding: 20px 0px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 2px;
  }

  .cc-horario-row {
      padding: 32px 28px;
      background: #fff;
      border: 1px solid #B8D9BC;
      transition: background 0.2s;
  }

  .cc-horario-row:hover {
      background: #F4EFE6;
  }

  .cc-horario-row__day {
      font-family: "Poppins", sans-serif;
      font-size: 9px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #6A9272;
      margin-bottom: 10px;
  }

  .cc-horario-row__time {
      font-family: "Poppins", sans-serif;
      font-size: 28px;
      font-weight: 700;
      color: #2A5C32;
      line-height: 1;
  }

  .cc-horario-row__note {
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      color: #6A9272;
      margin-top: 6px;
  }

  @media (max-width: 900px) {
      .cc-horarios-grid {
          grid-template-columns: 1fr 1fr;
      }
  }

  @media (max-width: 600px) {
      .cc-horarios-grid {
          grid-template-columns: 1fr;
          padding: 40px 20px;
      }
  }


 /* ============================================================
     Quienes somos — Centro Chía
     ============================================================ */

.sec-title-quienes { 
		font-family: "Poppins", sans-serif;
		font-size: clamp(38px, 5.5vw, 65px);
		font-weight: 700;
		line-height: 0.97;
		letter-spacing: -0.01em;
		margin-top: 14px;
		color: #2A5C32;
		margin-bottom: 0;
	}

.sec-title-quienes em {
    font-style: italic;
    font-weight: 700;
    color: #1F3A5F;
}

.sec-desc-quienes {
    color: #6A9272;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

 /* ============================================================
     TIMELINE HISTORIA — Centro Chía
     ============================================================ */

  .cc-historia {
      background: #F4EFE6;
      padding: 0;
      overflow: hidden;
  }

  .cc-timeline {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 36px 100px;
      position: relative;
  }

  .cc-timeline::before {
      content: '';
      position: absolute;
      top: 32px;
      left: 36px;
      right: 36px;
      height: 1px;
      background: #B8D9BC;
  }

  .cc-timeline__track {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
  }

  .cc-timeline__item {
      padding: 0 32px 0 0;
      position: relative;
  }

  .cc-timeline__item::before {
      content: '';
      position: absolute;
      top: 24px;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #1F3A5F;
      border: 3px solid #F4EFE6;
      box-shadow: 0 0 0 1px #1F3A5F;
      z-index: 1;
  }

  .cc-timeline__year {
      font-family: "Poppins", sans-serif;
      font-size: clamp(28px, 3vw, 44px);
      font-weight: 800;
      color: #2A5C32;
      line-height: 1;
      letter-spacing: -0.02em;
      margin: 0 0 12px;
      padding-top: 60px;
  }

  .cc-timeline__event {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #1F3A5F;
      margin-bottom: 10px;
      font-weight: 600;
  }

  .cc-timeline__desc {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      line-height: 1.65;
      color: #6A9272;
      margin: 0;
  }

  /* Responsive */
  @media (max-width: 900px) {
      .cc-timeline__track {
          grid-template-columns: 1fr 1fr;
      }

      .cc-timeline__item:nth-child(odd) {
          padding-right: 24px;
      }
  }

  @media (max-width: 600px) {
      .cc-timeline__track {
          grid-template-columns: 1fr;
      }

      .cc-timeline::before {
          top: 0;
          left: 7px;
          right: auto;
          width: 1px;
          height: 100%;
      }

      .cc-timeline__item {
          padding: 0 0 40px 32px;
      }

      .cc-timeline__item::before {
          top: 0;
          left: 0;
      }

      .cc-timeline__year {
          padding-top: 0;
      }
  }


 /* ============================================================
     PARQUE NATURAL — Centro Chía
     ============================================================ */

  .cc-parque {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 600px;
  }

  .cc-parque__img {
      position: relative;
      overflow: hidden;
      background: #C8DDE8;
  }

  .cc-parque__img img {
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      display: block;
      transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .cc-parque:hover .cc-parque__img img {
      transform: scale(1.04);
  }

  .cc-parque__img-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, transparent 60%, #F3FAF5 100%);
  }

  .cc-parque__content {
      background: #F3FAF5;
      padding: 80px 60px 80px 72px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .cc-parque__label {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      letter-spacing: 0.32em;
      text-transform: uppercase;
      color: #1F3A5F;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
  }

  .cc-parque__label::before {
      content: '';
      width: 32px;
      height: 1px;
      background: #1F3A5F;
      display: block;
  }

  #single-page .cc-parque__title {
      font-family: "Poppins", sans-serif !important;
      font-size: clamp(32px, 3.5vw, 52px) !important;
      font-weight: 700 !important;
      color: #2A5C32 !important;
      line-height: 1.05 !important;
      letter-spacing: -0.02em !important;
      margin: 0 0 20px !important;
	  width: 80% !important;
  }

  .cc-parque__title em {
      font-style: italic;
      color: #1F3A5F;
  }

  .cc-parque__body {
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 1.75;
      color: #6A9272;
      margin-bottom: 36px;
  }

  .cc-parque__facts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px 32px;
  }

  .cc-parque__fact-num {
      font-family: "Poppins", sans-serif;
      font-size: 28px;
      font-weight: 700;
      color: #2A5C32;
      line-height: 1;
      margin-bottom: 4px;
  }

  .cc-parque__fact-label {
      font-family: "Poppins", sans-serif;
      font-size: 9px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #6A9272;
  }

.manifesto__pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid var(--cc-line);
    border-radius: 100px;
    padding: 10px 20px;
    font-family: var(--ff-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--cc-mute);
    margin-top: 32px;
}

.manifesto__pill span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6A9272;
}

  /* Responsive */
  @media (max-width: 900px) {
      .cc-parque {
          grid-template-columns: 1fr;
      }

      .cc-parque__img {
          height: 360px;
      }

      .cc-parque__img-overlay {
          background: linear-gradient(to bottom, transparent 60%, #F3FAF5 100%);
      }

      .cc-parque__content {
          padding: 48px 36px;
      }
  }

  @media (max-width: 600px) {
      .cc-parque__content {
          padding: 40px 20px;
      }

      .cc-parque__facts {
          gap: 16px 24px;
      }
  }


 /* ============================================================
     CIFRAS — Centro Chía
     ============================================================ */

  .cc-cifras {
      background: #C8DDE8;
      padding: 0 0 60px;
      overflow: hidden;
      position: relative;
  }

  .cc-cifras__inner {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0;
  }

  .cc-cifras__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2px;
  }

  .cc-cifra-card {
      background: rgba(255, 255, 255, 0.55);
      border: 1px solid #B8D9BC;
      padding: 36px 28px;
      transition: background 0.25s;
  }

  .cc-cifra-card:hover {
      background: #fff;
  }

  .cc-cifra-card__num {
      font-family: "Poppins", sans-serif;
      font-size: clamp(30px, 3.5vw, 52px);
      font-weight: 800;
      color: #2A5C32;
      line-height: 1;
      letter-spacing: -0.03em;
      margin-bottom: 10px;
  }

  .cc-cifra-card__num sup {
      font-size: 0.4em;
      color: #1F3A5F;
      vertical-align: super;
      font-weight: 600;
  }

  .cc-cifra-card__label {
      font-family: "Poppins", sans-serif;
      font-size: 9px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #6A9272;
      line-height: 1.5;
  }

  /* Acento */
  .cc-cifra-card--accent {
      background: #3A7D44;
      border-color: #3A7D44;
  }

  .cc-cifra-card--accent:hover {
      background: #2A5C32;
  }

  .cc-cifra-card--accent .cc-cifra-card__num {
      color: #fff;
  }

  .cc-cifra-card--accent .cc-cifra-card__num sup {
      color: rgba(255, 255, 255, 0.7);
  }

  .cc-cifra-card--accent .cc-cifra-card__label {
      color: rgba(255, 255, 255, 0.75);
  }

  /* Responsive */
  @media (max-width: 1100px) {
      .cc-cifras__grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }

  @media (max-width: 600px) {
      .cc-cifras {
          padding: 60px 0;
      }

      .cc-cifras__inner {
          padding: 0 20px;
      }

      .cc-cifras__grid {
          grid-template-columns: 1fr 1fr;
      }
  }

 /* ============================================================
     VALORES — Centro Chía
     ============================================================ */

  .cc-valores {
      background: #F3FAF5;
      padding: 0 0 60px;
  }

  .cc-valores__inner {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0;
  }

  .cc-valores__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
  }

  .cc-valor-card {
      background: #fff;
      border: 1px solid #B8D9BC;
      border-radius: 20px;
      padding: 40px 32px;
      transition: box-shadow 0.2s, transform 0.2s;
  }

  .cc-valor-card:hover {
      box-shadow: 0 12px 48px rgba(0, 0, 0, 0.07);
      transform: translateY(-4px);
  }

  .cc-valor-card__icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: #F4EFE6;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      color: #1F3A5F;
  }

  .cc-valor-card__icon svg {
      width: 24px;
      height: 24px;
  }

  .cc-valor-card__title {
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #2A5C32;
      margin: 0 0 12px;
      letter-spacing: -0.01em;
  }

  .cc-valor-card__body {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      line-height: 1.7;
      color: #6A9272;
      margin: 0;
  }

  /* Responsive */
  @media (max-width: 900px) {
      .cc-valores__grid {
          grid-template-columns: 1fr 1fr;
      }
  }

  @media (max-width: 600px) {
      .cc-valores {
          padding: 60px 0;
      }

      .cc-valores__inner {
          padding: 0 20px;
      }

      .cc-valores__grid {
          grid-template-columns: 1fr;
      }
  }


 /* ============================================================
     PAGE HERO — Centro Chía
     ============================================================ */

  #single-page  .cc-page-hero {
    background: #1B3A27 !important;
    color: #fff !important;
    padding: 72px 0 64px !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .cc-page-hero::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: var(--hero-bg) center/cover no-repeat !important;
    opacity: var(--hero-opacity, 0.18) !important;
  }
  .cc-page-hero__inner {
    position: relative !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 36px !important;
  }
  .cc-page-hero__breadcrumb {
    font-family: "Poppins", system-ui, sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.5) !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .cc-page-hero__breadcrumb a {
    color: rgba(255,255,255,0.5) !important;
    transition: color .2s !important;
  }
  .cc-page-hero__breadcrumb a:hover {
    color: rgba(255,255,255,0.9) !important;
  }
  .cc-page-hero__breadcrumb span {
    opacity: 0.4 !important;
  }
  #single-page  .cc-page-hero h1 {
    font-family: "Poppins", system-ui, sans-serif !important;
    font-size: clamp(44px, 6vw, 88px) !important;
    font-weight: 700 !important;
    line-height: 0.95 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 20px !important;
	  color: white  !important;
  }
  .cc-page-hero h1 em {
    font-style: italic !important;
    color: #3A7D44 !important;
  }
  .cc-page-hero__sub {
    font-size: 15px !important;
    color: rgba(255,255,255,0.65) !important;
    max-width: 520px !important;
    line-height: 1.6 !important;
    margin-bottom: 32px !important;
  }
  .cc-page-hero__stats {
    display: flex !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
  }
  .cc-page-hero__stat dt {
    font-family: "Poppins", system-ui, sans-serif !important;
    font-size: 9px !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.4) !important;
    margin-bottom: 4px !important;
  }
  .cc-page-hero__stat dd {
    font-family: "Poppins", system-ui, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  @media (max-width: 768px) {
    .cc-page-hero {
      padding: 48px 0 40px !important;
    }
    .cc-page-hero__stats {
      gap: 30px !important;
    }
  }


 /* ── CC Canales ─────────────────────────────────────── */
  .cc-canales {
      background: #F4EFE6 !important;
      padding: 80px 0 !important;
      border-bottom: 1px solid #B8D9BC !important;
  }

	.sec-label-cc-canales {
		font-family: "Poppins", sans-serif;
		font-size: 10px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		color: #1F3A5F;
		display: flex;
		align-items: center;
		gap: 8px;
		justify-content: center;
	}

.sec-label-cc-canales::before, .sec-label-cc-canales::after {
    content: '';
    width: 24px;
    height: 1px;
    background: #1F3A5F;
    display: block;
}
  .cc-canales__inner {
      max-width: 1400px !important;
      margin: 0 auto !important;
      padding: 0 36px !important;
  }
  .cc-canales__grid {
      display: grid !important;
      grid-template-columns: repeat(3, 1fr) !important;
      gap: 20px !important;
  }
  .cc-canal-card {
      background: #fff !important;
      border: 1px solid #B8D9BC !important;
      border-radius: 20px !important;
      padding: 40px 32px !important;
      text-align: center !important;
      transition: box-shadow .2s, transform .2s !important;
  }
  .cc-canal-card:hover {
      box-shadow: 0 12px 48px rgba(0,0,0,0.07) !important;
      transform: translateY(-4px) !important;
  }
  .cc-canal-card__icon {
      width: 64px !important;
      height: 64px !important;
      border-radius: 18px !important;
      background: #F4EFE6 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      margin: 0 auto 24px !important;
      color: #1F3A5F !important;
  }
  .cc-canal-card__icon svg {
      width: 28px !important;
      height: 28px !important;
  }
  .cc-canal-card__title {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 18px !important;
      font-weight: 700 !important;
      color: #2A5C32 !important;
      margin: 0 0 8px !important;
	  text-align: center !important;
  }
  .cc-canal-card__desc {
      font-size: 13px !important;
      line-height: 1.65 !important;
      color: #6A9272 !important;
      margin-bottom: 24px !important;
  }
  .cc-canal-card__value {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 13px !important;
      font-weight: 600 !important;
      color: #1F3A5F !important;
      letter-spacing: 0.04em !important;
  }
  .cc-canal-card__value a {
      color: #1F3A5F !important;
  }
  .cc-canal-card__value a:hover {
      text-decoration: underline !important;
  }

  @media (max-width: 1100px) {
      .cc-canales__grid {
          grid-template-columns: 1fr 1fr !important;
      }
  }
  @media (max-width: 600px) {
      .cc-canales {
          padding: 60px 0 !important;
      }
      .cc-canales__inner {
          padding: 0 20px !important;
      }
      .cc-canales__grid {
          grid-template-columns: 1fr !important;
      }
  }


  /* ── CC Contacto ─────────────────────────────────────── */
   /* ── CC Contacto ─────────────────────────────────────── */
  .cc-contacto {
      padding: 100px 0 !important;
      background: #F3FAF5 !important;
  }
  .cc-contacto__inner {
      max-width: 1400px !important;
      margin: 0 auto !important;
      padding: 0 36px !important;
      display: grid !important;
      grid-template-columns: 1fr 420px !important;
      gap: 80px !important;
      align-items: start !important;
  }
  .cc-contacto__label {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 10px !important;
      letter-spacing: 0.32em !important;
      text-transform: uppercase !important;
      color: #3A7D44 !important;
      display: flex !important;
      align-items: center !important;
      gap: 10px !important;
      margin-bottom: 20px !important;
  }
  .cc-contacto__label::before {
      content: '' !important;
      width: 32px !important;
      height: 1px !important;
      background: #3A7D44 !important;
      display: block !important;
  }
  .cc-contacto__title {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: clamp(34px, 4vw, 56px) !important;
      font-weight: 700 !important;
      line-height: 1.0 !important;
      letter-spacing: -0.02em !important;
      color: #2A5C32 !important;
      margin: 0 0 12px !important;
  }
  .cc-contacto__title em {
      font-style: italic !important;
      color: #1F3A5F !important;
  }
  .cc-contacto__intro {
      font-size: 15px !important;
      line-height: 1.75 !important;
      color: #6A9272 !important;
      margin-bottom: 48px !important;
      max-width: 500px !important;
  }
  .cc-contacto__sidebar {
      display: flex !important;
      flex-direction: column !important;
      align-self: stretch !important;
  }
  .cc-info-card {
      background: #fff !important;
      border: 1px solid #B8D9BC !important;
      border-radius: 20px !important;
      overflow: hidden !important;
      margin-bottom: 20px !important;
  }
  .cc-info-card__head {
      background: #1B3A27 !important;
      color: #fff !important;
      padding: 28px 28px 24px !important;
  }
  .cc-info-card__head-label {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 9px !important;
      letter-spacing: 0.3em !important;
      text-transform: uppercase !important;
      color: rgba(255,255,255,0.45) !important;
      margin-bottom: 10px !important;
  }
  .cc-info-card__head-title {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 22px !important;
      font-weight: 700 !important;
      line-height: 1.1 !important;
  }
  .cc-info-card__head-title em {
      font-style: italic !important;
      color: #7EC18A !important;
  }
  .cc-info-card__body {
      padding: 24px 28px !important;
  }
  .cc-info-row {
      display: flex !important;
      align-items: flex-start !important;
      gap: 14px !important;
      padding: 14px 0 !important;
      border-bottom: 1px solid #B8D9BC !important;
  }
  .cc-info-row:last-child {
      border-bottom: none !important;
      padding-bottom: 0 !important;
  }
  .cc-info-row__icon {
      width: 36px !important;
      height: 36px !important;
      border-radius: 10px !important;
      background: #F4EFE6 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      flex-shrink: 0 !important;
      color: #1F3A5F !important;
  }
  .cc-info-row__icon svg {
      width: 16px !important;
      height: 16px !important;
  }
  .cc-info-row__label {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 9px !important;
      letter-spacing: 0.22em !important;
      text-transform: uppercase !important;
      color: #6A9272 !important;
      margin-bottom: 3px !important;
  }
  .cc-info-row__value {
      font-size: 14px !important;
      font-weight: 500 !important;
      color: #2A5C32 !important;
      line-height: 1.5 !important;
  }
  .cc-info-row__value a {
      color: #1F3A5F !important;
  }
  .cc-info-row__value a:hover {
      text-decoration: underline !important;
  }
  .cc-info-row__value dl {
      display: grid !important;
      grid-template-columns: auto 1fr !important;
      gap: 4px 16px !important;
      font-size: 13px !important;
      margin: 0 !important;
  }
  .cc-info-row__value dt {
      color: #6A9272 !important;
  }
  .cc-info-row__value dd {
      margin: 0 !important;
      font-weight: 500 !important;
      color: #2A5C32 !important;
  }
  .cc-contacto__map {
      border-radius: 16px !important;
      overflow: hidden !important;
      border: 1px solid #B8D9BC !important;
      flex: 1 !important;
      min-height: 200px !important;
      background: #C8DDE8 !important;
  }
  .cc-contacto__map iframe {
      width: 100% !important;
      min-height: 280px !important;
      height: 100% !important;
      border: none !important;
      display: block !important;
  }

#single-page .wpcf7 .wpcf7-text, #single-page .wpcf7 .wpcf7-email, #single-page .wpcf7 .wpcf7-select  {
    width: 100%;
    height: 50px;
    background-color: white;
    border: 1px solid #2A5C32;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    display: inline-block;
    padding: 0 30px;
    font-size: 12px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: "Poppins", system-ui, sans-serif !important;
	    text-transform: capitalize;
    color: #2A5C32;
}

#single-page .wpcf7-form-control-wrap textarea{
	width: 100%;
    background-color: white;
    border: 1px solid #2A5C32;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: "Poppins", system-ui, sans-serif !important;
	    text-transform: capitalize;
    color: #2A5C32;
}

#single-page ::placeholder{
	color: #6A9272;
	font-weight: 400;
}

#single-page input[type="submit"] {
    color: #fff;
}

#single-page .wpcf7 .wpcf7-submit {
    width: 200px;
    height: 50px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: inline-block !important;
    line-height: 46px;
    color: white;
    font-size: 12px;
    outline: none;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    float: left;
    background: #122742 !important;
}

#single-page .wpcf7 .wpcf7-submit:hover{
	color: white !important;
}

  @media (max-width: 1100px) {
      .cc-contacto__inner {
          grid-template-columns: 1fr !important;
          gap: 60px !important;
      }
  }
  @media (max-width: 600px) {
      .cc-contacto {
          padding: 60px 0 !important;
      }
      .cc-contacto__inner {
          padding: 0 20px !important;
      }
  }


 .cc-faq {
      background: #F3FAF5 !important;
      padding: 100px 0 !important;
  }
  .cc-faq__inner {
      max-width: 900px !important;
      margin: 0 auto !important;
      padding: 0 36px !important;
  }
  .cc-faq-item {
      border-bottom: 1px solid #B8D9BC !important;
  }
  .cc-faq-item:first-child {
      border-top: 1px solid #B8D9BC !important;
  }
  .cc-faq-btn {
      width: 100% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      gap: 20px !important;
      padding: 24px 0 !important;
      text-align: left !important;
      cursor: pointer !important;
      background: none !important;
      border: none !important;
      outline: none !important;
  }
  .cc-faq-btn__q {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 17px !important;
      font-weight: 600 !important;
      color: #2A5C32 !important;
      line-height: 1.3 !important;
      flex: 1 !important;
  }
  .cc-faq-btn__icon {
      width: 32px !important;
      height: 32px !important;
      border-radius: 50% !important;
      border: 1px solid #B8D9BC !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      flex-shrink: 0 !important;
      color: #1F3A5F !important;
      transition: background .2s, border-color .2s, transform .3s !important;
  }
  .cc-faq-item.is-open .cc-faq-btn__icon {
      background: #1F3A5F !important;
      border-color: #1F3A5F !important;
      color: #fff !important;
      transform: rotate(45deg) !important;
  }
  .cc-faq-body {
      display: grid !important;
      grid-template-rows: 0fr !important;
      transition: grid-template-rows .35s ease !important;
  }
  .cc-faq-item.is-open .cc-faq-body {
      grid-template-rows: 1fr !important;
  }
  .cc-faq-body__inner {
      overflow: hidden !important;
      font-size: 14px !important;
      line-height: 1.8 !important;
      color: #6A9272 !important;
      padding-bottom: 0 !important;
      transition: padding-bottom .35s ease !important;
  }
  .cc-faq-item.is-open .cc-faq-body__inner {
      padding-bottom: 24px !important;
  }

  @media (max-width: 600px) {
      .cc-faq {
          padding: 60px 0 !important;
      }
      .cc-faq__inner {
          padding: 0 20px !important;
      }
  }



/* ── CC Blog Featured ─────────────────────────────────────── */
  .cc-blog-featured {
      padding: 72px 0 0 !important;
      background: #F3FAF5 !important;
  }
  .cc-blog-featured__inner {
      max-width: 1400px !important;
      margin: 0 auto !important;
      padding: 0 36px !important;
  }
  .cc-featured-card {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      border: 1px solid #B8D9BC !important;
      background: #fff !important;
      overflow: hidden !important;
      border-radius: 2px !important;
      text-decoration: none !important;
      color: inherit !important;
  }
  .cc-featured-card__img {
      position: relative !important;
      min-height: 480px !important;
      overflow: hidden !important;
  }
  .cc-featured-card__img img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      display: block !important;
      transition: transform .7s cubic-bezier(.2,.8,.2,1) !important;
  }
  .cc-featured-card:hover .cc-featured-card__img img {
      transform: scale(1.04) !important;
  }
  .cc-featured-card__body {
      padding: 56px 52px !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
  }
  .cc-featured-card__cat {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 10px !important;
      letter-spacing: 0.28em !important;
      text-transform: uppercase !important;
      color: #1F3A5F !important;
      margin-bottom: 16px !important;
  }
  .cc-featured-card__title {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: clamp(28px, 3.5vw, 46px) !important;
      font-weight: 700 !important;
      color: #2A5C32 !important;
      line-height: 1.1 !important;
      letter-spacing: -0.02em !important;
      margin: 0 0 20px !important;
  }
  .cc-featured-card__excerpt {
      font-size: 15px !important;
      color: #6A9272 !important;
      line-height: 1.75 !important;
      margin: 0 0 32px !important;
  }
  .cc-featured-card__meta {
      display: flex !important;
      align-items: center !important;
      gap: 16px !important;
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 10px !important;
      letter-spacing: 0.16em !important;
      text-transform: uppercase !important;
      color: #9DADB8 !important;
  }
  .cc-featured-card__meta-dot {
      width: 3px !important;
      height: 3px !important;
      border-radius: 50% !important;
      background: #B8D9BC !important;
  }
  .cc-featured-card__read {
      margin-top: 36px !important;
      display: inline-flex !important;
      align-items: center !important;
      gap: 8px !important;
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 11px !important;
      letter-spacing: 0.2em !important;
      text-transform: uppercase !important;
      font-weight: 600 !important;
      color: #2A5C32 !important;
      border-bottom: 1px solid #B8D9BC !important;
      padding-bottom: 2px !important;
      transition: color .2s, border-color .2s !important;
  }
  .cc-featured-card:hover .cc-featured-card__read {
      color: #1F3A5F !important;
      border-color: #1F3A5F !important;
  }
  .cc-featured-card__read svg { transition: transform .2s !important; }
  .cc-featured-card:hover .cc-featured-card__read svg { transform: translateX(4px) !important; }

  /* ── CC Blog Body ─────────────────────────────────────── */
  .cc-blog-body {
      padding: 64px 0 100px !important;
      background: #F3FAF5 !important;
  }
  .cc-blog-body__inner {
      max-width: 1400px !important;
      margin: 0 auto !important;
      padding: 0 36px !important;
      display: grid !important;
      grid-template-columns: 1fr 340px !important;
      gap: 64px !important;
      align-items: start !important;
  }
  .cc-blog-grid {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 28px !important;
  }
  .cc-article-card {
      background: #fff !important;
      border: 1px solid #B8D9BC !important;
      border-radius: 2px !important;
      overflow: hidden !important;
      display: flex !important;
      flex-direction: column !important;
      text-decoration: none !important;
      color: inherit !important;
      transition: box-shadow .3s, border-color .3s !important;
  }
  .cc-article-card:hover {
      box-shadow: 0 8px 32px rgba(0,0,0,0.08) !important;
      border-color: #3A7D44 !important;
  }
  .cc-article-card__img {
      position: relative !important;
      height: 220px !important;
      overflow: hidden !important;
  }
  .cc-article-card__img img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      display: block !important;
      transition: transform .6s cubic-bezier(.2,.8,.2,1) !important;
  }
  .cc-article-card:hover .cc-article-card__img img { transform: scale(1.05) !important; }
  .cc-article-card__cat {
      position: absolute !important;
      top: 14px !important;
      left: 14px !important;
      background: #1B3A27 !important;
      color: #fff !important;
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 9px !important;
      letter-spacing: 0.22em !important;
      text-transform: uppercase !important;
      font-weight: 600 !important;
      padding: 5px 11px !important;
      border-radius: 100px !important;
  }
  .cc-article-card__body {
      padding: 28px 28px 32px !important;
      flex: 1 !important;
      display: flex !important;
      flex-direction: column !important;
  }
  .cc-article-card__title {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 19px !important;
      font-weight: 700 !important;
      color: #2A5C32 !important;
      line-height: 1.3 !important;
      letter-spacing: -0.01em !important;
      margin: 0 0 12px !important;
  }
  .cc-article-card__excerpt {
      font-size: 13.5px !important;
      color: #6A9272 !important;
      line-height: 1.7 !important;
      margin: 0 0 20px !important;
      flex: 1 !important;
  }
  .cc-article-card__meta {
      display: flex !important;
      align-items: center !important;
      gap: 10px !important;
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 9px !important;
      letter-spacing: 0.16em !important;
      text-transform: uppercase !important;
      color: #9DADB8 !important;
  }
  .cc-article-card__meta-dot {
      width: 3px !important;
      height: 3px !important;
      border-radius: 50% !important;
      background: #B8D9BC !important;
  }
  .cc-article-card__link {
      margin-top: 20px !important;
      display: inline-flex !important;
      align-items: center !important;
      gap: 6px !important;
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 10px !important;
      letter-spacing: 0.18em !important;
      text-transform: uppercase !important;
      font-weight: 600 !important;
      color: #1F3A5F !important;
      transition: gap .2s !important;
  }
  .cc-article-card:hover .cc-article-card__link { gap: 10px !important; }

  /* Paginación */
  .cc-blog-pagination { margin-top: 52px !important; }
  .cc-blog-pagination .page-numbers {
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important;
      display: flex !important;
      align-items: center !important;
      gap: 6px !important;
  }
  .cc-blog-pagination .page-numbers li a,
  .cc-blog-pagination .page-numbers li span {
      width: 38px !important;
      height: 38px !important;
      border: 1px solid #B8D9BC !important;
      background: #fff !important;
      border-radius: 2px !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 12px !important;
      color: #6A9272 !important;
      text-decoration: none !important;
      transition: border-color .2s, color .2s, background .2s !important;
  }
  .cc-blog-pagination .page-numbers li a:hover {
      border-color: #1F3A5F !important;
      color: #1F3A5F !important;
  }
  .cc-blog-pagination .page-numbers li span.current {
      background: #1F3A5F !important;
      border-color: #1F3A5F !important;
      color: #fff !important;
  }

  /* Sidebar */
  .cc-sidebar {
      display: flex !important;
      flex-direction: column !important;
      gap: 36px !important;
  }
  .cc-sidebar-widget {
      background: #fff !important;
      border: 1px solid #B8D9BC !important;
      border-radius: 2px !important;
      padding: 28px !important;
  }
  .cc-sidebar-widget__title {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 10px !important;
      letter-spacing: 0.3em !important;
      text-transform: uppercase !important;
      color: #2A5C32 !important;
      font-weight: 600 !important;
      margin: 0 0 22px !important;
      display: flex !important;
      align-items: center !important;
      gap: 10px !important;
  }
  .cc-sidebar-widget__title::after {
      content: '' !important;
      flex: 1 !important;
      height: 1px !important;
      background: #B8D9BC !important;
      display: block !important;
  }
  .cc-sidebar-search {
      display: flex !important;
      border: 1px solid #B8D9BC !important;
      border-radius: 2px !important;
      overflow: hidden !important;
  }
  .cc-sidebar-search input {
      flex: 1 !important;
      border: none !important;
      outline: none !important;
      padding: 10px 14px !important;
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 13px !important;
      color: #2A5C32 !important;
      background: transparent !important;
  }
  .cc-sidebar-search input::placeholder { color: #9DADB8 !important; }
  .cc-sidebar-search button {
      background: #1F3A5F !important;
      color: #fff !important;
      border: none !important;
      padding: 0 16px !important;
      cursor: pointer !important;
      display: flex !important;
      align-items: center !important;
      transition: background .2s !important;
  }
  .cc-sidebar-search button:hover { background: #122742 !important; }
  .cc-sidebar-cats {
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important;
  }
  .cc-sidebar-cats li { border-bottom: 1px solid #B8D9BC !important; }
  .cc-sidebar-cats li:last-child { border-bottom: none !important; }
  .cc-sidebar-cats a {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      padding: 11px 0 !important;
      font-size: 14px !important;
      color: #6A9272 !important;
      text-decoration: none !important;
      transition: color .2s, padding-left .2s !important;
  }
  .cc-sidebar-cats a:hover { color: #1F3A5F !important; padding-left: 4px !important; }
  .cc-sidebar-cats__count {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 10px !important;
      background: #F4EFE6 !important;
      color: #6A9272 !important;
      padding: 2px 8px !important;
      border-radius: 100px !important;
  }
  .cc-recent-post {
      display: flex !important;
      gap: 14px !important;
      padding: 14px 0 !important;
      border-bottom: 1px solid #B8D9BC !important;
      text-decoration: none !important;
      color: inherit !important;
  }
  .cc-recent-post:first-of-type { padding-top: 0 !important; }
  .cc-recent-post:last-child { border-bottom: none !important; padding-bottom: 0 !important; }
  .cc-recent-post__img {
      width: 68px !important;
      height: 68px !important;
      flex-shrink: 0 !important;
      border-radius: 2px !important;
      overflow: hidden !important;
  }
  .cc-recent-post__img img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
  .cc-recent-post__title {
      font-size: 13px !important;
      font-weight: 600 !important;
      color: #2A5C32 !important;
      line-height: 1.4 !important;
      margin: 0 0 6px !important;
      transition: color .2s !important;
  }
  .cc-recent-post:hover .cc-recent-post__title { color: #1F3A5F !important; }
  .cc-recent-post__date {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 9px !important;
      letter-spacing: 0.16em !important;
      text-transform: uppercase !important;
      color: #9DADB8 !important;
  }
  .cc-sidebar-newsletter p {
      font-size: 13.5px !important;
      color: #6A9272 !important;
      line-height: 1.65 !important;
      margin: 0 0 18px !important;
  }
  .cc-sidebar-tags {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 8px !important;
  }
  .cc-sidebar-tag {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 9px !important;
      letter-spacing: 0.18em !important;
      text-transform: uppercase !important;
      font-weight: 500 !important;
      padding: 6px 12px !important;
      border: 1px solid #B8D9BC !important;
      border-radius: 100px !important;
      color: #6A9272 !important;
      text-decoration: none !important;
      transition: border-color .2s, color .2s !important;
  }
  .cc-sidebar-tag:hover { border-color: #1F3A5F !important; color: #1F3A5F !important; }

.page-id-310 .blog { background: #F4EFE6 !important; padding: 0 !important; }

  /* Responsive */
  @media (max-width: 1100px) {
      .cc-blog-body__inner { grid-template-columns: 1fr !important; }
      .cc-sidebar { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 24px !important; }
  }
  @media (max-width: 900px) {
      .cc-featured-card { grid-template-columns: 1fr !important; }
      .cc-featured-card__img { min-height: 280px !important; }
      .cc-featured-card__body { padding: 36px 28px !important; }
  }
  @media (max-width: 640px) {
      .cc-blog-featured__inner,
      .cc-blog-body__inner { padding: 0 20px !important; }
      .cc-blog-grid { grid-template-columns: 1fr !important; }
      .cc-sidebar { grid-template-columns: 1fr !important; }
  }


 /* ── Single Blog ─────────────────────────────────────── */
  .cc-article {
      max-width: 760px !important;
      margin: 0 auto !important;
      padding: 64px 36px 100px !important;
  }
  .cc-article__breadcrumb {
      display: flex !important;
      align-items: center !important;
      gap: 8px !important;
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 10px !important;
      letter-spacing: 0.24em !important;
      text-transform: uppercase !important;
      color: #9DADB8 !important;
      margin-bottom: 36px !important;
  }
  .cc-article__breadcrumb a {
      color: #9DADB8 !important;
      text-decoration: none !important;
      transition: color .2s !important;
  }
  .cc-article__breadcrumb a:hover { color: #1F3A5F !important; }
  .cc-article__breadcrumb span { opacity: 0.4 !important; }
  .cc-article__cat {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 10px !important;
      letter-spacing: 0.28em !important;
      text-transform: uppercase !important;
      color: #1F3A5F !important;
      margin-bottom: 16px !important;
  }
  .cc-article__title {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: clamp(30px, 4.5vw, 52px) !important;
      font-weight: 700 !important;
      color: #2A5C32 !important;
      line-height: 1.1 !important;
      letter-spacing: -0.02em !important;
      margin: 0 0 24px !important;
  }
  .cc-article__meta {
      display: flex !important;
      align-items: center !important;
      gap: 14px !important;
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 10px !important;
      letter-spacing: 0.16em !important;
      text-transform: uppercase !important;
      color: #9DADB8 !important;
      padding-bottom: 28px !important;
      border-bottom: 1px solid #B8D9BC !important;
      margin-bottom: 40px !important;
  }
  .cc-article__meta-dot {
      width: 3px !important;
      height: 3px !important;
      border-radius: 50% !important;
      background: #B8D9BC !important;
  }
  .cc-article__hero {
      width: 100% !important;
      aspect-ratio: 16 / 9 !important;
      object-fit: cover !important;
      border-radius: 2px !important;
      margin-bottom: 48px !important;
      display: block !important;
  }
  .cc-article__body {
      font-size: 16px !important;
      line-height: 1.85 !important;
      color: #6A9272 !important;
  }
  .cc-article__body p {
      margin: 0 0 24px !important;
  }
  .cc-article__body p:last-child { margin: 0 !important; }
  .cc-article__body h2 {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 22px !important;
      font-weight: 700 !important;
      color: #2A5C32 !important;
      letter-spacing: -0.01em !important;
      margin: 48px 0 16px !important;
  }
  .cc-article__body h3 {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 18px !important;
      font-weight: 600 !important;
      color: #2A5C32 !important;
      margin: 36px 0 12px !important;
  }
  .cc-article__body blockquote {
      border-left: 3px solid #3A7D44 !important;
      margin: 36px 0 !important;
      padding: 4px 0 4px 24px !important;
      font-style: italic !important;
      font-size: 18px !important;
      color: #2A5C32 !important;
      line-height: 1.6 !important;
  }
  .cc-article__body ul,
  .cc-article__body ol {
      padding-left: 20px !important;
      margin: 0 0 24px !important;
  }
  .cc-article__body li { margin-bottom: 8px !important; }
  .cc-article__body strong { color: #2A5C32 !important; font-weight: 600 !important; }
  .cc-article__body a { color: #1F3A5F !important; text-decoration: underline !important; }
  .cc-article__tags {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 8px !important;
      margin-top: 48px !important;
      padding-top: 32px !important;
      border-top: 1px solid #B8D9BC !important;
  }
  .cc-article__tag {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 9px !important;
      letter-spacing: 0.18em !important;
      text-transform: uppercase !important;
      padding: 6px 14px !important;
      border: 1px solid #B8D9BC !important;
      border-radius: 100px !important;
      color: #6A9272 !important;
      text-decoration: none !important;
      transition: border-color .2s, color .2s !important;
  }
  .cc-article__tag:hover { border-color: #1F3A5F !important; color: #1F3A5F !important; }
  .cc-article__back {
      display: inline-flex !important;
      align-items: center !important;
      gap: 8px !important;
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 10px !important;
      letter-spacing: 0.2em !important;
      text-transform: uppercase !important;
      font-weight: 600 !important;
      color: #6A9272 !important;
      margin-top: 48px !important;
      text-decoration: none !important;
      transition: color .2s !important;
  }
  .cc-article__back:hover { color: #1F3A5F !important; }
  .cc-article__back svg { transition: transform .2s !important; }
  .cc-article__back:hover svg { transform: translateX(-4px) !important; }

  /* ── Related ─────────────────────────────────────── */
  .cc-related {
      background: #F4EFE6 !important;
      border-top: 1px solid #B8D9BC !important;
      padding: 64px 36px 80px !important;
  }
  .cc-related__inner {
      max-width: 760px !important;
      margin: 0 auto !important;
  }
  .cc-related__label {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 10px !important;
      letter-spacing: 0.3em !important;
      text-transform: uppercase !important;
      color: #3A7D44 !important;
      margin-bottom: 32px !important;
      display: flex !important;
      align-items: center !important;
      gap: 10px !important;
  }
  .cc-related__label::before {
      content: '' !important;
      width: 28px !important;
      height: 1px !important;
      background: #3A7D44 !important;
      display: block !important;
  }
  .cc-related__grid {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 24px !important;
  }
  .cc-related-card {
      background: #fff !important;
      border: 1px solid #B8D9BC !important;
      border-radius: 2px !important;
      overflow: hidden !important;
      display: flex !important;
      flex-direction: column !important;
      text-decoration: none !important;
      color: inherit !important;
      transition: box-shadow .3s !important;
  }
  .cc-related-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.07) !important; }
  .cc-related-card__img {
      height: 160px !important;
      overflow: hidden !important;
  }
  .cc-related-card__img img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      display: block !important;
      transition: transform .5s !important;
  }
  .cc-related-card:hover .cc-related-card__img img { transform: scale(1.05) !important; }
  .cc-related-card__body { padding: 20px !important; flex: 1 !important; }
  .cc-related-card__cat {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 9px !important;
      letter-spacing: 0.22em !important;
      text-transform: uppercase !important;
      color: #1F3A5F !important;
      margin-bottom: 8px !important;
  }
  .cc-related-card__title {
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #2A5C32 !important;
      line-height: 1.4 !important;
      margin: 0 0 10px !important;
  }
  .cc-related-card__date {
      font-family: "Poppins", system-ui, sans-serif !important;
      font-size: 9px !important;
      letter-spacing: 0.14em !important;
      text-transform: uppercase !important;
      color: #9DADB8 !important;
  }

  @media (max-width: 600px) {
      .cc-article { padding: 40px 20px 60px !important; }
      .cc-related { padding: 48px 20px 60px !important; }
      .cc-related__grid { grid-template-columns: 1fr !important; }
  }


@media (max-width: 960px) {
    .vc_column_container>.vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	
	#wrapper {
        margin-bottom: 0 !important;
        padding-top: 0;
    }
	
	
	#responsabilidad {
		display: none ;
	}
	
	.hero__bar-inner{
		display: none;
	}
	
	.second-widget-area, .third-widget-area, .forth-widget-area{
		display: none ;
	}
	
	#hero-section{
		padding: 0 !important;
	}
	
	section.cc-parque{
		padding: 0;
	}
}

@media (max-width: 768px) {
	.topbar a {
		line-height: 1.5 !important;
	}
}


/* === POPUP HOME === */
  #cc-popup-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.65);
      z-index: 99999;
      align-items: center;
      justify-content: center;
      opacity: 1;
      transition: opacity 0.3s ease;
  }

  #cc-popup-box {
      position: relative;
      max-width: 680px;
      width: 90%;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  }

  #cc-popup-box img {
      display: block;
      width: 100%;
      height: auto;
  }

  #cc-popup-close {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: none;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 20px;
      line-height: 1;
      cursor: pointer;
      z-index: 1;
      transition: background 0.2s;
  }

  #cc-popup-close:hover {
      background: rgba(0, 0, 0, 0.8);
  }