/* Zonas de servicio (ES). Mismo contenido y bloques que el original;
   estilos alineados con el resto del sitio (universal.css como referencia):
   cajas blancas con borde 1px #898989 y sombra 1px 1px 4px, azul #0088cc
   plano, tipografía global de headings, sin degradados ni pastillas. */

/* ---------------------------------------------------------------- hero */

.fb-zone-hub-hero {
  background-color: #eff4f7;
  padding: 60px 0 55px;
}

.fb-zone-hub-wrap {
  width: min(1260px, calc(100% - 40px));
  margin: 0 auto;
}

.fb-zone-hub-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.fb-zone-hub-copy {
  max-width: 720px;
}

.fb-zone-hub-kicker {
  margin-bottom: 14px;
  color: #566d8f;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fb-zone-hub-hero h1 {
  margin: 0 0 20px;
  color: #2b2c27;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.15;
}

.fb-zone-hub-hero p {
  margin: 0 0 16px;
  color: #3b3c38;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

.fb-zone-hub-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 24px;
  margin-top: 28px;
}

.fb-zone-hub-call {
  display: inline-block;
  padding: 13px 26px;
  background-color: #0088cc;
  border: 1px solid #0088cc;
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.fb-zone-hub-call:hover {
  opacity: 0.8;
}

.fb-zone-hub-secondary {
  color: #0088cc !important;
  font-size: 17px;
  font-weight: 600;
  text-decoration: underline;
}

.fb-zone-hub-secondary:hover {
  color: #6799b2 !important;
}

/* tarjeta de cobertura: misma receta que las cajas de /servicios/ */

.fb-zone-hub-card {
  flex: 0 0 360px;
  padding: 30px 32px 24px;
  background-color: #ffffff;
  border: 1px solid #898989;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.fb-zone-hub-card h2 {
  margin: 0 0 12px;
  color: #0088cc;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fb-zone-hub-card p {
  margin: 0 0 14px;
  color: #3b3c38;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
}

.fb-zone-hub-card dl {
  margin: 0;
}

.fb-zone-hub-card-row {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid #eff4f7;
}

.fb-zone-hub-card-row dt {
  margin: 0;
  color: #0088cc;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.fb-zone-hub-card-row dd {
  margin: 0;
  color: #3b3c38;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

/* ------------------------------------------------- listado localidades */

.fb-zone-hub {
  background-color: #ffffff;
  padding: 75px 0;
}

.fb-zone-hub-head {
  max-width: 860px;
  margin: 0 auto 40px;
  text-align: center;
}

.fb-zone-hub-head h2 {
  margin: 0 0 16px;
  color: #2b2c27;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.15;
}

.fb-zone-hub-head p {
  margin: 0;
  color: #3b3c38;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

/* grupos: cajas planas tipo directorio, empaquetadas en dos columnas */

.fb-zone-hub-groups {
  columns: 2;
  column-gap: 20px;
}

.fb-zone-hub-group {
  break-inside: avoid;
  margin: 0 0 20px;
  padding: 22px 28px 14px;
  background-color: #ffffff;
  border: 1px solid #898989;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.fb-zone-hub-group h3 {
  margin: 0 0 6px;
  color: #2b2c27;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.fb-zone-hub-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.fb-zone-hub-links a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #eff4f7;
  color: #3b3c38 !important;
  text-decoration: none !important;
}

.fb-zone-hub-links a:last-child {
  border-bottom: 0;
}

.fb-zone-hub-links strong {
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.fb-zone-hub-links a:hover strong {
  color: #0088cc;
  text-decoration: underline;
}

.fb-zone-hub-links span {
  display: block;
  color: #8a959c;
  font-size: 14px;
  line-height: 1.4;
}

/* nota final: bloque azul plano, como las tarjetas de precios de la home */

.fb-zone-hub-note {
  margin-top: 40px;
  padding: 40px 36px;
  background-color: #0088cc;
  background-image: linear-gradient(rgba(17, 13, 13, 0.33), rgba(17, 13, 13, 0.33));
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
}

.fb-zone-hub-note h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.fb-zone-hub-note p {
  max-width: 820px;
  margin: 0 auto 24px;
  color: #ffffff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.fb-zone-hub-note .fb-zone-hub-call {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0088cc !important;
}

/* ------------------------------------------------------------ responsive */

@media (max-width: 991px) {
  .fb-zone-hub-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-zone-hub-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: 520px;
  }

  .fb-zone-hub-groups {
    columns: 1;
  }
}

@media (max-width: 767px) {
  .fb-zone-hub-hero {
    padding: 40px 0;
  }

  .fb-zone-hub {
    padding: 50px 0 60px;
  }

  .fb-zone-hub-hero h1 {
    font-size: 30px;
  }

  .fb-zone-hub-head h2 {
    font-size: 30px;
  }

  .fb-zone-hub-hero p,
  .fb-zone-hub-head p {
    font-size: 18px;
  }

  .fb-zone-hub-note h2 {
    font-size: 26px;
  }

  .fb-zone-hub-links {
    grid-template-columns: 1fr;
  }

  .fb-zone-hub-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fb-zone-hub-group {
    padding: 18px 18px 10px;
  }

  .fb-zone-hub-note {
    padding: 30px 20px;
  }
}
