.sobre {
  position: relative;
}
.sobre .mapa-unidades {
  overflow: hidden;
  position: relative;
}
.sobre .mapa-unidades svg {
  font-size: 3px;
}
.sobre .mapa-unidades img {
  position: relative;
  z-index: -1;
}
@media (max-width: 991px) {
  .sobre .mapa-unidades img {
    width: 150%;
    max-width: fit-content;
    top: 50%;
    left: 50%;
    transform: translateX(-42%);
    margin-bottom: -10%;
  }
}
@media (max-width: 768px) {
  .sobre .mapa-unidades img {
    width: 200%;
    margin-bottom: -25%;
  }
}
@media (max-width: 576px) {
  .sobre .mapa-unidades img {
    width: 320%;
    margin-bottom: -40%;
  }
}

.direcao-sd h2 {
  line-height: 1.375em;
}
.direcao-sd .wp-block-separator.has-background:not(.is-style-dots) {
  height: 8px;
  margin: 5em 0;
}
.direcao-sd p:not(:last-of-type) {
  margin-bottom: 30px;
}

/*# sourceMappingURL=quem-somos.css.map */
