.turboiber-dotted-globe,
.turboiber-delegaciones-globe-with-summary,
.turboiber-delegaciones-globe-with-summary *,
.turboiber-dotted-globe *,
.turboiber-dotted-globe-badge,
.turboiber-dotted-globe-badge * {
  box-sizing: border-box;
}

.turboiber-delegaciones-globe-with-summary {
  display: grid;
  gap: 18px;
  width: 100%;
  min-width: 0;
}

.turboiber-delegaciones-home-globe {
  position: relative;
  width: 100%;
  min-height: var(--turboiber-dotted-globe-height, clamp(560px, 62vw, 780px));
  isolation: isolate;
}

.turboiber-delegaciones-home-globe > .turboiber-locations-summary {
  position: absolute;
  z-index: 3;
  top: auto;
  right: auto;
  bottom: clamp(18px, 4vw, 56px);
  left: clamp(16px, 5vw, 72px);
  box-shadow: 0 26px 60px rgb(0 0 0 / 0.18);
}

.turboiber-delegaciones-home-globe > .turboiber-dotted-globe {
  height: var(--turboiber-dotted-globe-height, clamp(560px, 62vw, 780px));
  max-height: none;
}

.turboiber-dotted-globe {
  position: relative;
  width: 100%;
  height: var(--turboiber-dotted-globe-height, clamp(360px, 48vw, 620px));
  min-height: 320px;
  max-height: var(--turboiber-dotted-globe-max-height, 720px);
  overflow: hidden;
  background: transparent;
}

.turboiber-dotted-globe [data-globe-canvas] {
  width: 100%;
  height: 100%;
  display: block;
  touch-action: none;
  cursor: grab;
}

.turboiber-dotted-globe [data-globe-canvas]:active {
  cursor: grabbing;
}

.turboiber-dotted-globe [data-country-badge],
.turboiber-dotted-globe-badge[data-country-badge] {
  position: fixed;
  z-index: 2147483000;
  top: 0;
  left: 0;
  display: block;
  min-height: 38px;
  color: #151515;
  font:
    700 15px/1 "Barlow Condensed",
    "Arial Narrow",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  letter-spacing: 0.04em;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translate(-19px, -19px) scale(0.92);
  transform-origin: left center;
  transition:
    opacity 160ms ease,
    transform 260ms cubic-bezier(0.18, 0.92, 0.22, 1);
  white-space: nowrap;
}

.turboiber-dotted-globe [data-country-badge].is-visible,
.turboiber-dotted-globe-badge[data-country-badge].is-visible {
  opacity: 1;
  transform: translate(-19px, -19px) scale(1);
}

.turboiber-dotted-globe .badge-pin-overlay,
.turboiber-dotted-globe-badge .badge-pin-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: #f3c43c;
  box-shadow: 0 7px 16px rgb(0 0 0 / 0.18);
  color: #151515;
}

.turboiber-dotted-globe .badge-pin-overlay svg,
.turboiber-dotted-globe-badge .badge-pin-overlay svg {
  width: 19px;
  height: 19px;
  display: block;
}

.turboiber-dotted-globe .badge-pin-overlay img,
.turboiber-dotted-globe-badge .badge-pin-overlay img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
}

.turboiber-dotted-globe .badge-pin-overlay .badge-flag-emoji,
.turboiber-dotted-globe-badge .badge-pin-overlay .badge-flag-emoji {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  font-size: 22px;
  line-height: 1;
}

.turboiber-dotted-globe .badge-label,
.turboiber-dotted-globe-badge .badge-label {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  margin-left: 19px;
  padding: 8px 14px 8px 23px;
  border: 1px solid rgb(21 21 21 / 0.08);
  border-radius: 0 999px 999px 0;
  background: #f3c43c;
  box-shadow: 0 7px 18px rgb(0 0 0 / 0.14);
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transform: translateX(-25px);
  transform-origin: left center;
  transition:
    clip-path 260ms cubic-bezier(0.18, 0.92, 0.22, 1),
    opacity 110ms ease,
    transform 260ms cubic-bezier(0.18, 0.92, 0.22, 1);
}

.turboiber-dotted-globe [data-country-badge].is-visible .badge-label,
.turboiber-dotted-globe-badge[data-country-badge].is-visible .badge-label {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1024px) {
  .turboiber-delegaciones-home-globe {
    min-height: var(--turboiber-dotted-globe-height, clamp(560px, 78vw, 740px));
  }

  .turboiber-delegaciones-home-globe > .turboiber-locations-summary {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    gap: 20px;
    padding: clamp(18px, 2.8vw, 28px);
  }

  .turboiber-delegaciones-home-globe > .turboiber-dotted-globe {
    height: var(--turboiber-dotted-globe-height, clamp(560px, 78vw, 740px));
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary h2 {
    max-width: none;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary__list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary__country {
    flex: 1 1 180px;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .turboiber-dotted-globe {
    height: var(--turboiber-dotted-globe-height, clamp(330px, 78vw, 500px));
    min-height: 320px;
  }

  .turboiber-delegaciones-home-globe {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    min-height: 0;
  }

  .turboiber-delegaciones-home-globe > .turboiber-locations-summary {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: none;
    gap: 12px;
    padding: 14px 16px 16px;
    box-shadow: none;
  }

  .turboiber-delegaciones-home-globe > .turboiber-dotted-globe {
    height: var(--turboiber-dotted-globe-height, clamp(340px, 92vw, 500px));
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary__header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary h2 {
    font-size: clamp(26px, 7.2vw, 34px);
    line-height: 1.05;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary__cta {
    min-height: 38px;
    padding: 9px 10px;
    font-size: 14px;
    white-space: nowrap;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary__country {
    gap: 7px;
    min-width: 0;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary__country-button {
    font-size: 15px;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 10px;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary li button,
  .turboiber-delegaciones-home-globe .turboiber-locations-summary li a {
    gap: 6px;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.12;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary__pin {
    width: 13px;
    height: 13px;
    flex-basis: 13px;
  }
}

.turboiber-locations-summary {
  display: grid;
  width: min(100%, 407px);
  max-width: calc(100vw - 32px);
  gap: 26px;
  padding: 24px;
  background: #111111;
  color: #ffffff;
}

.turboiber-locations-summary__header {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.turboiber-locations-summary h2 {
  max-width: 190px;
  margin: 0;
  color: #f7c52d;
  font-family: "Barlow Condensed", Barlow, Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.16;
  text-transform: uppercase;
}

.turboiber-locations-summary__cta {
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  background: #f7c52d;
  color: #111111;
  font-family: "Barlow Condensed", Barlow, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.elementor .turboiber-locations-summary .turboiber-locations-summary__cta,
.turboiber-locations-summary .turboiber-locations-summary__cta {
  border: 0 !important;
  border-radius: 0 !important;
  background: #f7c52d !important;
  box-shadow: none !important;
  color: #111111 !important;
  text-decoration: none !important;
}

.turboiber-locations-summary__cta:hover,
.turboiber-locations-summary__cta:focus,
.turboiber-locations-summary__cta:focus-visible,
.elementor .turboiber-locations-summary .turboiber-locations-summary__cta:hover,
.elementor .turboiber-locations-summary .turboiber-locations-summary__cta:focus,
.elementor .turboiber-locations-summary .turboiber-locations-summary__cta:focus-visible {
  background: #ffffff !important;
  color: #111111 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.turboiber-locations-summary__list {
  display: grid;
  gap: 24px;
}

.turboiber-locations-summary__country {
  display: grid;
  gap: 11px;
}

.turboiber-locations-summary__country-button,
.turboiber-locations-summary li button,
.turboiber-locations-summary li a {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.turboiber-locations-summary__country-button {
  color: #ffffff;
  font-family: Barlow, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  transition: color 180ms ease;
}

.elementor .turboiber-locations-summary__country-button,
.elementor .turboiber-locations-summary li button,
.elementor .turboiber-locations-summary li a,
.turboiber-locations-summary__country-button,
.turboiber-locations-summary li button,
.turboiber-locations-summary li a {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.turboiber-locations-summary__country.is-active .turboiber-locations-summary__country-button,
.turboiber-locations-summary__country-button:hover,
.turboiber-locations-summary__country-button:focus,
.turboiber-locations-summary__country-button:focus-visible,
.elementor .turboiber-locations-summary__country.is-active .turboiber-locations-summary__country-button,
.elementor .turboiber-locations-summary__country-button:hover,
.elementor .turboiber-locations-summary__country-button:focus,
.elementor .turboiber-locations-summary__country-button:focus-visible {
  background: transparent !important;
  color: #f7c52d !important;
  text-decoration: none !important;
}

.turboiber-locations-summary ul {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.turboiber-locations-summary li {
  margin: 0;
  padding: 0;
}

.turboiber-locations-summary li button,
.turboiber-locations-summary li a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #f7c52d !important;
  font-family: Barlow, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.turboiber-locations-summary li button:hover,
.turboiber-locations-summary li button:focus,
.turboiber-locations-summary li button:focus-visible,
.turboiber-locations-summary li button.is-active,
.turboiber-locations-summary li a:hover,
.turboiber-locations-summary li a:focus,
.turboiber-locations-summary li a:focus-visible,
.turboiber-locations-summary li a.is-active,
.elementor .turboiber-locations-summary li button:hover,
.elementor .turboiber-locations-summary li button:focus,
.elementor .turboiber-locations-summary li button:focus-visible,
.elementor .turboiber-locations-summary li button.is-active,
.elementor .turboiber-locations-summary li a:hover,
.elementor .turboiber-locations-summary li a:focus,
.elementor .turboiber-locations-summary li a:focus-visible,
.elementor .turboiber-locations-summary li a.is-active {
  background: transparent !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateX(2px);
}

.turboiber-locations-summary__pin {
  background: #f7c52d;
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  mask: var(--turboiber-locations-pin-icon, url("https://turboiber.armandi.es/wp-content/uploads/2026/06/tb-icons0-map-pin.svg")) center / contain no-repeat;
  -webkit-mask: var(--turboiber-locations-pin-icon, url("https://turboiber.armandi.es/wp-content/uploads/2026/06/tb-icons0-map-pin.svg")) center / contain no-repeat;
}

@media (max-width: 520px) {
  .turboiber-locations-summary {
    gap: 14px;
    padding: 16px;
  }

  .turboiber-locations-summary__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
  }

  .turboiber-locations-summary h2 {
    max-width: none;
    font-size: clamp(26px, 8vw, 34px);
  }

  .turboiber-locations-summary__cta {
    width: auto;
    min-height: 40px;
    padding: 9px 10px;
    font-size: 15px;
  }

  .turboiber-locations-summary ul {
    gap: 10px 12px;
  }
}

@media (max-width: 380px) {
  .turboiber-delegaciones-home-globe > .turboiber-locations-summary {
    padding: 12px;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary__header {
    gap: 10px;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary h2 {
    font-size: clamp(24px, 7.4vw, 30px);
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary__cta {
    padding: 8px 9px;
    font-size: 14px;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary__list {
    gap: 10px 12px;
  }

  .turboiber-delegaciones-home-globe .turboiber-locations-summary ul {
    gap: 7px 8px;
  }
}

.turboiber-delegaciones-section,
.turboiber-delegaciones-section * {
  box-sizing: border-box;
}

.turboiber-delegaciones-section {
  --turboiber-yellow: #f3c43c;
  --turboiber-ink: #090909;
  --turboiber-text: #202020;
  --turboiber-muted: #6b6b61;
  --turboiber-line: #dedbd0;
  --turboiber-panel: #ffffff;
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(#ece8db 1px, transparent 1px),
    linear-gradient(90deg, #ece8db 1px, transparent 1px),
    #f7f4ea;
  background-size: 42px 42px;
  color: var(--turboiber-text);
  font-family: Barlow, Arial, sans-serif;
}

.turboiber-delegaciones-section__inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  min-height: var(--turboiber-dotted-globe-height, 780px);
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(44px, 5vw, 84px) clamp(20px, 5vw, 72px);
  gap: clamp(28px, 5vw, 86px);
  align-items: center;
}

.turboiber-delegaciones-section__copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 28px;
}

.turboiber-delegaciones-section__eyebrow {
  width: fit-content;
  margin: 0;
  padding: 7px 10px;
  background: var(--turboiber-ink);
  color: var(--turboiber-yellow);
  font-family: "Barlow Condensed", Barlow, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.turboiber-delegaciones-section h2 {
  max-width: 620px;
  margin: 0;
  color: var(--turboiber-ink);
  font-family: "Barlow Condensed", Barlow, Arial, sans-serif;
  font-size: clamp(58px, 7vw, 124px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.turboiber-delegaciones-section__lead {
  max-width: 520px;
  margin: 0;
  color: var(--turboiber-muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.turboiber-delegaciones-section__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

.turboiber-delegaciones-section__nav button {
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex: 0 1 auto;
  appearance: none;
  min-height: 38px;
  padding: 0 0 4px;
  border: 0;
  background: transparent;
  color: var(--turboiber-ink);
  cursor: pointer;
  font-family: "Barlow Condensed", Barlow, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.elementor .turboiber-delegaciones-tabs .turboiber-delegaciones-section__nav button,
.elementor .turboiber-delegaciones-section .turboiber-delegaciones-section__nav button,
.turboiber-delegaciones-tabs .turboiber-delegaciones-section__nav button {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--turboiber-ink) !important;
  text-decoration: none !important;
}

.elementor .turboiber-delegaciones-tabs .turboiber-delegaciones-section__nav button:hover,
.elementor .turboiber-delegaciones-tabs .turboiber-delegaciones-section__nav button:focus-visible,
.elementor .turboiber-delegaciones-tabs .turboiber-delegaciones-section__nav button.is-active,
.elementor .turboiber-delegaciones-section .turboiber-delegaciones-section__nav button:hover,
.elementor .turboiber-delegaciones-section .turboiber-delegaciones-section__nav button:focus-visible,
.elementor .turboiber-delegaciones-section .turboiber-delegaciones-section__nav button.is-active,
.turboiber-delegaciones-tabs .turboiber-delegaciones-section__nav button:hover,
.turboiber-delegaciones-tabs .turboiber-delegaciones-section__nav button:focus-visible,
.turboiber-delegaciones-tabs .turboiber-delegaciones-section__nav button.is-active {
  background: transparent !important;
  color: var(--turboiber-ink) !important;
}

.turboiber-delegaciones-section__nav button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--turboiber-yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.turboiber-delegaciones-section__nav button:hover,
.turboiber-delegaciones-section__nav button:focus-visible,
.turboiber-delegaciones-section__nav button.is-active {
  color: var(--turboiber-ink);
  transform: translateY(-1px);
}

.turboiber-delegaciones-section__nav button:hover::after,
.turboiber-delegaciones-section__nav button:focus-visible::after,
.turboiber-delegaciones-section__nav button.is-active::after {
  transform: scaleX(1);
}

.turboiber-delegaciones-section__nav button:active {
  transform: translateY(0) scale(0.98);
}

.turboiber-delegaciones-section__nav .delegaciones-country-flag,
.turboiber-delegaciones-tabs .delegaciones-country-flag {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgb(9 9 9 / 0.14);
  border-radius: 999px;
  background: var(--turboiber-yellow);
  color: var(--turboiber-ink);
  font-family: Barlow, Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.turboiber-delegaciones-section__nav .delegaciones-country-flag img,
.turboiber-delegaciones-tabs .delegaciones-country-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.turboiber-delegaciones-section__nav .delegaciones-country-flag--emoji,
.turboiber-delegaciones-tabs .delegaciones-country-flag--emoji {
  background: #ffffff;
  font-size: 16px;
}

.turboiber-delegaciones-tabs {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.turboiber-delegaciones-tabs--standalone {
  --turboiber-yellow: #f3c43c;
  --turboiber-ink: #090909;
  --turboiber-text: #202020;
  --turboiber-muted: #6b6b61;
  --turboiber-line: #dedbd0;
  --turboiber-panel: #ffffff;
  width: 100%;
  color: var(--turboiber-text);
  font-family: Barlow, Arial, sans-serif;
}

.turboiber-delegaciones-tabs--standalone .turboiber-delegaciones-section__card {
  width: 100%;
  max-width: none;
}

.turboiber-delegaciones-section__card {
  width: min(100%, 560px);
  min-width: 0;
  border-top: 4px solid var(--turboiber-yellow);
  background: var(--turboiber-panel);
  box-shadow: 0 22px 50px rgb(9 9 9 / 0.12);
}

.turboiber-delegaciones-section__card-head {
  display: grid;
  gap: 6px;
  padding: 22px 24px 18px;
  border-bottom: 1px solid var(--turboiber-line);
}

.turboiber-delegaciones-section__card-head span {
  color: var(--turboiber-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.turboiber-delegaciones-section__card-head h3 {
  margin: 0;
  color: var(--turboiber-ink);
  font-family: "Barlow Condensed", Barlow, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}

.turboiber-delegaciones-section__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--turboiber-line);
  border-bottom: 1px solid var(--turboiber-line);
}

.turboiber-delegaciones-section__meta div {
  min-width: 0;
  padding: 14px 16px;
  background: #fbfaf5;
}

.turboiber-delegaciones-section__meta dt {
  color: var(--turboiber-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.turboiber-delegaciones-section__meta dd {
  margin: 4px 0 0;
  color: var(--turboiber-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.turboiber-delegaciones-section__delegations {
  display: grid;
  max-height: none;
  overflow: visible;
}

.turboiber-delegaciones-section__delegations section {
  padding: 18px 24px;
  border-bottom: 1px solid var(--turboiber-line);
}

.turboiber-delegaciones-section__delegations section:last-child {
  border-bottom: 0;
}

.turboiber-delegaciones-section__delegations h4 {
  margin: 0 0 6px;
  color: var(--turboiber-ink);
  font-family: "Barlow Condensed", Barlow, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.turboiber-delegaciones-section__city-title {
  display: inline-flex;
  gap: 9px;
  align-items: center;
}

.turboiber-delegaciones-section__delegation-link {
  display: inline-flex;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  align-items: center;
  justify-content: center;
  color: var(--turboiber-yellow);
  text-decoration: none;
  transform: translateY(1px);
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.turboiber-delegaciones-section__delegation-link:hover,
.turboiber-delegaciones-section__delegation-link:focus-visible {
  color: var(--turboiber-ink);
  transform: translate(2px, -1px);
}

.turboiber-delegaciones-section__external-icon {
  display: block;
  width: 20px;
  height: 20px;
}

.turboiber-delegaciones-section__delegations p {
  margin: 0;
  color: var(--turboiber-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}

.turboiber-delegaciones-section__delegation-name,
.turboiber-delegaciones-section__city {
  margin-bottom: 7px !important;
  color: var(--turboiber-ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.turboiber-delegaciones-section__address,
.turboiber-delegaciones-section__phone {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.turboiber-delegaciones-section__address .turboiber-delegaciones-section__icon,
.turboiber-delegaciones-section__phone .turboiber-delegaciones-section__icon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin-top: 2px;
  color: var(--turboiber-yellow);
}

.turboiber-delegaciones-section__address span,
.turboiber-delegaciones-section__phone span {
  min-width: 0;
}

.turboiber-delegaciones-section__address a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--turboiber-yellow);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.turboiber-delegaciones-section__description {
  margin-top: 10px !important;
  color: var(--turboiber-ink) !important;
  font-weight: 600 !important;
}

.turboiber-delegaciones-section__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 12px;
}

.turboiber-delegaciones-section__contact a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--turboiber-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--turboiber-yellow);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.turboiber-delegaciones-section__visual {
  position: relative;
  min-width: 0;
}

.turboiber-dotted-globe--section {
  height: min(var(--turboiber-dotted-globe-height, 760px), 82dvh);
  min-height: 520px;
  max-height: none;
}

.turboiber-delegaciones-section__empty {
  margin: 0;
  padding: 24px;
  color: var(--turboiber-muted);
  font-size: 15px;
}

@media (max-width: 1100px) {
  .turboiber-delegaciones-section__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .turboiber-delegaciones-section__visual {
    order: -1;
  }

  .turboiber-delegaciones-section__card,
  .turboiber-delegaciones-section__lead {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 680px) {
  .turboiber-delegaciones-section__inner {
    padding: 32px 16px 44px;
    gap: 24px;
  }

  .turboiber-delegaciones-section h2 {
    font-size: 58px;
  }

  .turboiber-delegaciones-section__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    max-width: 100%;
    overflow: visible;
    padding-bottom: 4px;
  }

  .turboiber-delegaciones-section__nav button {
    flex: 0 1 auto;
    font-size: 21px;
  }

  .turboiber-dotted-globe--section {
    min-height: 420px;
    height: 56dvh;
  }

  .turboiber-delegaciones-section__meta {
    grid-template-columns: 1fr;
  }

  .turboiber-delegaciones-section__card-head,
  .turboiber-delegaciones-section__delegations section {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 900px) {
  .turboiber-delegaciones-globe-with-summary {
    gap: 14px;
  }

  .turboiber-delegaciones-globe-with-summary > .turboiber-locations-summary {
    width: 100%;
    max-width: none;
  }

  .turboiber-delegaciones-tabs--standalone .turboiber-delegaciones-section__nav {
    max-width: 100%;
    overflow: visible;
    padding-bottom: 4px;
  }
}

@media (max-width: 480px) {
  .turboiber-delegaciones-section h2 {
    font-size: 48px;
  }

  .turboiber-delegaciones-section__card-head h3 {
    font-size: 34px;
  }

  .turboiber-delegaciones-section__nav {
    gap: 8px 14px;
  }

  .turboiber-delegaciones-section__nav button {
    font-size: 19px;
  }

  .turboiber-dotted-globe--section {
    min-height: 360px;
    height: 52dvh;
  }
}
