#cab-mapa-cidades {
  margin-top: 1.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  padding: 1.25rem;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .08);
}

.cab-map-head span {
  color: #15803d;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .78rem;
}

.cab-map-head h3 {
  margin-top: .5rem;
  font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
}

.cab-map-head p {
  margin-top: .5rem;
}

.cab-map-frame {
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #dbe3ea;
  aspect-ratio: 16 / 9;
}

.cab-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 640px) {
  #cab-mapa-cidades {
    padding: 1rem;
  }

  .cab-map-frame {
    aspect-ratio: 4 / 5;
  }
}

/* CAB: oculta barra superior do Google My Maps */
.cab-map-frame {
  position: relative;
  overflow: hidden;
}

.cab-map-frame iframe {
  height: calc(100% + 60px) !important;
  transform: translateY(-60px);
}
