/* =============================================================
   GUÍA DE SERVICIOS — Theme CSS
   Requiere: Bulma 1.0 + Font Awesome 6 (cargados vía CDN)
   Fuentes: Syne (títulos) + DM Sans (cuerpo) — Google Fonts
   ============================================================= */

/* ─── TOKENS ─────────────────────────────────────────────── */
  /*  :root {
      --navy: #2D394B;
      --green: #1D7A21;
      --green-light: #25a02a;
      --green-dark: #155a18;
      --gold: #f0c040;
      --light-bg: #f4f6f8;
      --text-muted: #6b7c93;
	  --bgwhite:#ffffff;
    }
*/
:root {
	    --navy: #2D394B;
      --green: #1D7A21;
      --green-light: #25a02a;
      --green-dark: #155a18;
      --gold: #f0c040;
      --light-bg: #f4f6f8;
      --text-muted: #6b7c93;
	  --bgwhite:#ffffff;
  --c-primary:     #2D394B;
  --c-primary-dk:  #2D394B;
  --c-primary-lt:  #dff0fa;
  --c-biz:         #40894A;
  --c-biz-lt:     #40894A;
  --c-biz-dk:      #8a3e00;
  --c-sport:       #1b7a3e;
  --c-sport-lt:    #e6f7ed;
  --c-sport-dk:    #0e4f27;
  --c-bg:          #f2f5f9;
  --c-surface:     #ffffff;
  --c-border:      #e0e6ee;
  --c-text:        #18222e;
  --c-muted:       #617285;
  --c-muted-lt:    #a0aec0;
  --r-sm:          8px;
  --r-md:          12px;
  --r-lg:          18px;
  --r-pill:        999px;
  --shadow-card:   0 2px 12px rgba(0,30,60,.07), 0 1px 3px rgba(0,30,60,.05);
  --shadow-hover:  0 10px 36px rgba(0,30,60,.13), 0 2px 8px rgba(0,30,60,.07);
  --f-head:        'Syne', sans-serif;
  --f-body:        'Open Sans', sans-serif;
  --ease:          .22s cubic-bezier(.4,0,.2,1);
}

/* ─── RESET / BASE ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  background: var(--c-bg);
  color: var(--c-text);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; }

 h1, h2, h3, h4, .display-title {
      font-family: 'Open Sans', sans-serif;
      letter-spacing: 0.02em;
    }

/* ─── ANIMACIONES ────────────────────────────────────────── */
@keyframes gs-fadeUp {
  from { opacity:0; transform:translateY(22px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes gs-scaleIn {
  from { opacity:0; transform:scale(.94); }
  to   { opacity:1; transform:scale(1); }
}
.gs-anim-up    { animation: gs-fadeUp  .55s var(--ease) both; }
.gs-anim-scale { animation: gs-scaleIn .45s var(--ease) both; }
.gs-d1 { animation-delay:.08s; }
.gs-d2 { animation-delay:.16s; }
.gs-d3 { animation-delay:.24s; }
.gs-d4 { animation-delay:.32s; }
.gs-d5 { animation-delay:.40s; }
.gs-d6 { animation-delay:.48s; }


/* ── NAVBAR ── #F1C040*/
    .section-navbar { background-color:#2D394B; }
    .navbar-custom {
      background: var(--navy);
      padding: 0.5rem 1rem;
      position: sticky;
      top: 0;
      z-index: 100;
      /*box-shadow: 0 2px 12px rgba(0,0,0,.35);*/
    }
    .navbar-custom .navbar-brand .brand-text {
      font-family: 'Open Sans', sans-serif;
      font-size: 1.8rem;
      font-weight: 800;
      color: #fff;
      /*letter-spacing: 0.04em;*/
    }
    .navbar-custom .brand-text span { color: var(--gold); }
    .navbar-custom .navbar-item,
    .navbar-custom .navbar-link {
      color: rgba(255,255,255,.85) !important;
      font-weight: 500;
      font-size: 1.25rem;
      /*transition: color .2s;*/
    }
    .navbar-custom .navbar-item:hover { color: var(--green) !important; }
    .navbar-custom .navbar-item.btn-demo {
      background: var(--green);
      color: #fff !important;
      border-radius: 6px;
      padding: 0.4rem 1rem;
      font-weight: 700;
      transition: background .2s;
    }
    .navbar-custom .navbar-item.btn-demo:hover { background: var(--green-light); }


/* ─── HERO ─────────────────────────────────────────────────  */
.gs-hero {
  position: relative;
  background: linear-gradient(140deg, var(--c-primary-dk) 0%, var(--c-primary) 55%, #008ec6 100%);
  padding: 4rem 1.5rem;
  overflow: hidden; 
   background:
   linear-gradient(160deg, rgba(29,122,33,.82) 0%, rgba(45,57,75,.95) 55%),
    url('https://images.unsplash.com/photo-1508098682722-e99c43a406b2?w=1600&q=80') center/cover no-repeat;
      display: flex;
      align-items: center;

  
}
.gs-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.gs-hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
.gs-hero-blob--1 {
  width:380px; height:380px;
  background:rgba(255,255,255,.08);
  top:-100px; right:-80px;
}
.gs-hero-blob--2 {
  width:260px; height:260px;
  background:rgba(0,200,150,.12);
  bottom:40px; left:10%;
}
.gs-hero-content {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.gs-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--r-pill);
  padding: .3rem .9rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  margin-bottom: 1.1rem;
}
.gs-hero-title {
  font-family: var(--f-head);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  margin-bottom: .75rem;
  letter-spacing: -.02em;
}
.gs-hero-title span { color: #7de8ff; }
.gs-hero-desc {
  font-size: 1rem;
  color: rgba(255,255,255,.75);
  max-width: 520px;
  margin: 0 auto 2rem;
}
.gs-hero-search {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: var(--r-pill);
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}
.gs-hero-search input {
  flex: 1;
  border: none;
  outline: none;
  padding: .9rem 1.2rem;
  font-family: var(--f-body);
  font-size: .9rem;
  color: var(--c-text);
  background: transparent;
}
.gs-hero-search input::placeholder { color: var(--c-muted-lt); }
.gs-hero-search button {
  background: var(--c-primary);
  border: none;
  color: #fff;
  padding: .9rem 1.4rem;
  font-size: .875rem;
  font-weight: 600;
  font-family: var(--f-body);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .5rem;
  transition: background var(--ease);
  white-space: nowrap;
}
.gs-hero-search button:hover { background: var(--c-primary-dk); }
.gs-hero-wave {
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  line-height: 0;
}
.gs-hero-wave svg { display: block; width: 100%; }

/* ─── STATS BAR ──────────────────────────────────────────── */
.gs-stats-bar {
  background: #fff;
  border-bottom: 1px solid var(--c-border);
  padding: .9rem 1.5rem;
}
.gs-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.gs-stat {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .85rem;
  color: var(--c-muted);
}
.gs-stat strong {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--c-text);
}
.gs-stat-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dot-total { background: var(--c-primary); }
.dot-biz   { background: var(--c-biz); }
.dot-sport { background: var(--c-sport); }

/* ─── FILTER TABS ────────────────────────────────────────── */
.gs-filter-wrap {
  padding: 2rem 1.5rem .5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.gs-filter-bar {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
}
.gs-filter-label {
  font-size: .8rem;
  font-weight: 600;
  color: var(--c-muted);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-right: .4rem;
}
.gs-f-btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .55rem 1.2rem;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-border);
  background: #fff;
  font-family: var(--f-body);
  font-size: .85rem;
  font-weight: 600;
  color: var(--c-muted);
  cursor: pointer;
  transition: all var(--ease);
  box-shadow: 0 1px 4px rgba(0,30,60,.05);
}
.gs-f-btn:hover { border-color:var(--c-primary); color:var(--c-primary); }
.gs-f-btn .gs-count {
  background: var(--c-bg);
  border-radius: var(--r-pill);
  padding: .05rem .45rem;
  font-size: .72rem;
  color: var(--c-muted);
  transition: all var(--ease);
}
.gs-f-btn.is-all   { border-color:var(--c-primary); background:var(--c-primary); color:#fff; }
.gs-f-btn.is-all .gs-count { background:rgba(255,255,255,.25); color:#fff; }
.gs-f-btn.is-biz   { border-color:var(--c-biz);   background:var(--c-biz);   color:#fff; }
.gs-f-btn.is-biz .gs-count { background:rgba(255,255,255,.25); color:#fff; }
.gs-f-btn.is-sport { border-color:var(--c-sport); background:var(--c-sport); color:#fff; }
.gs-f-btn.is-sport .gs-count { background:rgba(255,255,255,.25); color:#fff; }

/* ─── SECTION ────────────────────────────────────────────── */
.gs-section {
  padding: 1.75rem 1.5rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
.gs-sec-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.gs-sec-tag {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
  padding: .28rem .8rem;
  border-radius: var(--r-pill);
  margin-bottom: .5rem;
}
.gs-tag-biz   { background:var(--c-biz-lt);   color:var(--c-biz-dk); }
.gs-tag-sport { background:var(--c-sport-lt); color:var(--c-sport-dk); }
.gs-sec-title-wrap { display:flex; align-items:center; gap:.6rem; }
.gs-sec-title {
  font-family: var(--f-head);
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--c-text);
  letter-spacing: -.02em;
  line-height: 1.1;
  margin: 0;
}
.gs-title-rule {
  flex: 1;
  max-width: 60px;
  height: 3px;
  border-radius: 2px;
}
.gs-rule-biz   { background: var(--c-biz); }
.gs-rule-sport { background: var(--c-sport); }
.gs-sec-count {
  font-size: .82rem;
  color: var(--c-muted);
}

/* ─── GRID ───────────────────────────────────────────────── */
.gs-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}

/* ─── SERVICE CARD ───────────────────────────────────────── */
.gs-card {
  background: var(--c-surface);
  border-radius: var(--r-lg);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--ease), box-shadow var(--ease);
  height: 100%;
}
.gs-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
.gs-card--biz   { border-top: 3px solid var(--c-biz); }
.gs-card--sport { border-top: 3px solid var(--c-sport); }

.gs-card-photo {
  position: relative;
  height: 185px;
  overflow: hidden;
  background: var(--c-bg);
  flex-shrink: 0;
}
.gs-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.gs-card:hover .gs-card-photo img { transform: scale(1.06); }
.gs-card-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.42) 0%, transparent 55%);
  pointer-events: none;
}
.gs-card-badge {
  position: absolute;
  top: .8rem; right: .8rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: .3rem .75rem;
  border-radius: var(--r-pill);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.3);
}
.gs-badge--biz   { background:rgba(199,91,0,.88); color:#fff; }
.gs-badge--sport { background:rgba(27,122,62,.88); color:#fff; }

/* placeholder sin foto */
.gs-card-photo-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--c-primary-lt), #e8f6fb);
  font-size: 3rem;
  color: var(--c-primary);
  opacity: .35;
}

.gs-card-body {
  padding: 1.1rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.gs-card-nombre {
  font-family: var(--f-head);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--c-text);
  line-height: 1.25;
  letter-spacing: -.01em;
  margin: 0;
}
.gs-card-detalle {
  font-size: .85rem;
  color: var(--c-muted);
  line-height: 1.58;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

/* contacto */
.gs-card-contacto {
  border-top: 1px solid var(--c-border);
  padding-top: .8rem;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.gs-c-row {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .8rem;
  color: var(--c-text);
  transition: color var(--ease);
  line-height: 1.4;
}
a.gs-c-row:hover { color: var(--c-primary); }
.gs-c-ico {
  width: 26px; height: 26px;
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem;
  flex-shrink: 0;
}
.ico-phone { background:var(--c-primary-lt); color:var(--c-primary); }
.ico-wa    { background:#e2faed;             color:#128c7e; }
.ico-mail  { background:#fde8e8;             color:#c0392b; }
.ico-pin   { background:var(--c-biz-lt);     color:var(--c-biz); }

/* redes sociales */
.gs-card-redes {
  border-top: 1px solid var(--c-border);
  padding-top: .7rem;
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
}
.gs-redes-label {
  font-size: .72rem;
  font-weight: 600;
  color: var(--c-muted-lt);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-right: .15rem;
}
.gs-r-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: var(--r-sm);
  font-size: .82rem;
  color: #fff;
  transition: transform var(--ease), filter var(--ease);
}
.gs-r-btn:hover { transform: scale(1.15); filter: brightness(1.1); }
.r-fb  { background: #1877f2; }
.r-ig  { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.r-yt  { background: #ff0000; }
.r-web { background: var(--c-primary); }
.r-wa  { background: #25d366; }
.r-tw  { background: #000; }
.r-tk  { background: #010101; }

/* ─── ESTADO VACÍO ───────────────────────────────────────── */
.gs-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3.5rem 2rem;
  color: var(--c-muted);
}
.gs-empty i {
  font-size: 2.8rem;
  opacity: .22;
  margin-bottom: 1rem;
  display: block;
}
.gs-empty p { font-size: .92rem; margin: 0; }

/* ─── DIVIDER ────────────────────────────────────────────── */
.gs-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--c-border), transparent);
  max-width: 1200px;
  margin: 0 auto;
}

/* ─── BLOQUE OCULTO (filtro) ─────────────────────────────── */
.gs-bloque.is-hidden { display: none; }

/* ─── CARD OCULTA (búsqueda) ─────────────────────────────── */
.gs-card.no-match { display: none; }

/* ─── footer ─────────────────────────────── */

   .footer-custom {
      background: var(--navy);
      padding: 3.5rem 0 1.5rem;
    }
    .footer-custom .brand-footer {
      font-family: 'Open Sans', sans-serif;
      font-size: 2rem;
      font-weight: 800;
      color: #fff;
    }
    .footer-custom .brand-footer span { color: var(--gold); }
    .footer-custom p { color: rgba(255,255,255,.55); font-size: .9rem; }
    .footer-custom .footer-link {
      color: rgba(255,255,255,.6);
      font-size: .9rem;
      text-decoration: none;
      display: block;
      margin-bottom: .5rem;
      transition: color .2s;
    }
    .footer-custom .footer-link:hover { color: var(--gold); }
    .footer-custom .footer-title {
      font-family: 'Open Sans', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      color: rgba(255,255,255,.45);
      letter-spacing: .1em;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.08);
      margin-top: 2.5rem;
      padding-top: 1.25rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: .5rem;
    }
    .footer-bottom p { font-size: .8rem; color: rgba(255,255,255,.35); margin: 0; }
    .footer-socials { display: flex; gap: .75rem; }
    .social-btn {
      width: 34px; height: 34px;
      border-radius: 8px;
      background: rgba(255,255,255,.08);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.6);
      text-decoration: none;
      transition: background .2s, color .2s;
      font-size: .9rem;
    }
    .social-btn:hover { background: var(--green); color: #fff; }

/* ─── FOOTER ─────────────────────────────────────────────── 
.gs-footer {
  background: var(--c-primary-dk);
  color: rgba(255,255,255,.7);
  padding: 2.5rem 1.5rem;
  margin-top: 3rem;
}
.gs-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.gs-footer-logo {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
}
.gs-footer-logo .gs-logo-icon {
  width: 32px; height: 32px;
  background: rgba(255,255,255,.15);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem;
}
.gs-footer-nav {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.gs-footer-nav a {
  font-size: .82rem;
  color: rgba(255,255,255,.55);
  transition: color var(--ease);
}
.gs-footer-nav a:hover { color: #fff; }
.gs-footer-copy {
  font-size: .78rem;
  color: rgba(255,255,255,.35);
  text-align: center;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.1);
}*/

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 640px) {
  .gs-hero         { padding: 2.5rem 1rem 5.5rem; }
  .gs-cards-grid   { grid-template-columns: 1fr; }
  .gs-stats-inner  { gap: 1.25rem; }
  .gs-sec-header   { flex-direction: column; align-items: flex-start; }
  .gs-hero-title   { font-size: 1.9rem; }
  .gs-footer-inner { flex-direction: column; text-align: center; }
  .gs-footer-nav   { justify-content: center; }
}
