/* COOPALFA — SPRINT 16 | Versión 16.0.1 */

.topbar-location {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.topbar-location__icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1100px) {
  .topbar-location {
    gap: 5px;
  }

  .topbar-location__icon {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }
}

/* =====================================================
   ÍCONO INSTITUCIONAL DE LA SEDE EN LA BARRA SUPERIOR
   ===================================================== */

.topbar-address {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.topbar-building-icon {
  display: block;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  overflow: visible;
}

.topbar-building-icon path {
  vector-effect: non-scaling-stroke;
}

.topbar-building-icon .building-roof {
  fill: none;
  stroke: #d5aa45;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.topbar-building-icon .building-body {
  fill: #0b6f3d;
  stroke: #ffffff;
  stroke-width: 1.4;
  stroke-linejoin: round;
}

.topbar-building-icon .building-floor {
  fill: none;
  stroke: rgba(255, 255, 255, 0.65);
  stroke-width: 1;
}

.topbar-building-icon .building-window {
  fill: #d5aa45;
  stroke: none;
}

.topbar-building-icon .building-door {
  fill: #ffffff;
  stroke: none;
}

.topbar-building-icon .building-sign {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.2;
  stroke-linecap: round;
}

@media (max-width: 768px) {
  .topbar-building-icon {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
  }

  .topbar-address {
    gap: 5px;
  }
}