.elementor-1796 .elementor-element.elementor-element-1f0522d{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}/* Start custom CSS for shortcode, class: .elementor-element-953a652 */.mapa-site-cpts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}

.mapa-site-cpts h2 {
  margin: 0 0 12px;
  font-size: 24px;
}

.mapa-site-cpts ul {
  margin: 0;
  padding-left: 20px;
}

.mapa-site-cpts li {
  margin-bottom: 8px;
}

/* Tablet */
@media (max-width: 1024px) {
  .mapa-site-cpts {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Celular */
@media (max-width: 767px) {
  .mapa-site-cpts {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */