.popup-municipio__image{
  margin-right: 20px;
}

.popup-municipio__title {
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 100%;
  color: #303555;
  margin-bottom: 0.75rem;
}

.popup-municipio__details {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #303555;
  margin-top: unset !important;
  margin-bottom: 1.5rem !important;
}

.popup-municipio__link{
  display:flex;
  align-items:center;
}

.popup-municipio__link a {
  display: flex;
  align-items: center;
  gap: 0.375rem;

  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #303555 !important;
  text-decoration: unset;
}

.popup-municipio__link a::after {
  content: "";
  width: 0.375rem;
  height: 0.75rem;
  display: block;

  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('assets/arrow_forward_red.svg');
  background-position: center;
}
