.spoe-map-container {
  font-family: "Barlow", Sans-serif;
  display: flex;
  flex-wrap: wrap;
}

.spoe-map {
  width: 100%;
}

.municipalities {
  display: block;
  width: 100%;
  border: 1px solid #e30613;
  background: url(../assets/date-bg.png) no-repeat right 9px center #fff;
  height: 46px;
  line-height: 46px;
  padding-top: 2px;
  padding-left: 15px;
  font-size: 19px;
  color: #e30613;
  margin: 0 20px 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.spoe-map-person {
  margin-top: 30px;
  text-align: center;
  display: none;
  padding: 5px;
}

.spoe-map-person-function {
  font-weight: 500;
  color: #e30613;
  word-break: break-all;
}

.spoe-map-person-name {
  font-weight: 500;
  color: #e30613;
}

.spoe-map-person-position {
  margin-top: -10px;
  word-break: break-all;
}

.spoe-map-person-text {
  margin-top: 10px;
  line-height: 1;
  word-break: break-all;
}

.spoe-map-person-image {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 60%;
  width: 60%;
  border-radius: 50% !important;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.spoe-path {
  fill-opacity: 1 !important;
  transition: 0.3s;
}

.spoe-path:hover {
  fill-opacity: 0.5 !important;
  cursor: pointer;
}

.selected-path {
  fill-opacity: 0.5 !important;
}

.spoe-tooltip {
  overflow: hidden;
  position: fixed;
  color: white;
  background-color: red;
  padding: 2px 15px 2px 15px;
  font-weight: 500;
}

@media only screen and (max-width: 759px) {
  .spoe-map-column {
    width: 100%;
  }

  .spoe-map-person {
    width: 100%;
  }

  .spoe-map-person-function {
    font-size: 1.8rem;
  }

  .spoe-map-person-name {
    font-size: 1.5rem;
  }

  .spoe-map-person-position {
    font-size: 1.4rem;
  }

  .spoe-map-person-text {
    font-size: 1rem;
  }

  .spoe-tooltip {
    display: none;
  }
}

@media only screen and (min-width: 760px) and (max-width: 1023px) {
  .spoe-map-column {
    width: 100%;
  }

  .spoe-map-person {
    width: 50%;
  }

  .spoe-map-person-function {
    font-size: 2rem;
  }

  .spoe-map-person-name {
    font-size: 1.7rem;
  }

  .spoe-map-person-position {
    font-size: 1.7rem;
  }

  .spoe-map-person-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .spoe-map-column {
    width: 50%;
  }

  .spoe-map-person {
    width: 50%;
  }

  .spoe-map-person-function {
    font-size: 2rem;
  }

  .spoe-map-person-name {
    font-size: 1.7rem;
  }

  .spoe-map-person-position {
    font-size: 1.7rem;
  }

  .spoe-map-person-text {
    font-size: 1.2rem;
  }
}
