.elementor-4637 .elementor-element.elementor-element-e781abd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5d15dee */#map {
  height: 520px;
  border-radius: 16px;
  overflow: hidden;
}

/* SUAVIZA ANIMAÇÕES */
.leaflet-interactive {
  transition: all 0.2s ease;
}

/* ESTADOS ATIVOS */
.estado-ativo {
  cursor: pointer;
}

/* POPUP */
.map-popup {
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.map-popup strong {
  font-size: 14px;
}

.map-popup a {
  display: block;
  color: #2c3e50;
  text-decoration: none;
  font-size: 12px;
}

.map-popup a:hover {
  text-decoration: underline;
}

/* REMOVE SETINHA DO POPUP */
.leaflet-popup-tip {
  display: none;
}/* End custom CSS */