.elementor-2363 .elementor-element.elementor-element-6c6ce3e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-2363:not(.elementor-motion-effects-element-type-background), body.elementor-page-2363 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0F19;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7f75cc6 */.mapa-links-dark {
  font-family: "Onest", Arial, sans-serif;
  background: #0b0f19;
  color: #f1f5f9;
  padding: 30px;
  border-radius: 16px;
}
.mapa-links-dark h1 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #f8fafc;
  text-align: center;
}
.mapa-links-dark h2 {
  margin-top: 40px;
  font-size: 18px;
  color: #38bdf8;
  border-left: 4px solid #38bdf8;
  padding-left: 8px;
}
.mapa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.mapa-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: #1e293b;
  border-radius: 10px;
  color: #f1f5f9;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.mapa-grid a:hover {
  background: #38bdf8;
  color: #0b0f19;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 12px rgba(0,0,0,0.4);
}/* End custom CSS */