.elementor-1241 .elementor-element.elementor-element-6f49cfac{--display:flex;--margin-top:-89px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1241 .elementor-element.elementor-element-6c749f2{text-align:center;}.elementor-1241 .elementor-element.elementor-element-6c749f2 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#044561;}@media(min-width:768px){.elementor-1241 .elementor-element.elementor-element-6f49cfac{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-111d33fe *//* Contenedor del menú */
.pms-account-navigation {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

/* Lista limpia */
.pms-account-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Cada elemento */
.pms-account-navigation li {
  margin-bottom: 10px;
}

/* Estilo de los links */
.pms-account-navigation a {
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* Hover */
.pms-account-navigation a:hover {
  background: #0073e6;
  color: #fff;
}

/* Link activo */
.pms-account-navigation a.pms-account-navigation-link--active {
  background: #005bb5;
  color: #fff !important;
  font-weight: 600;
}

/* Mensajes debajo */
.wpr-post-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.wpr-post-content p a {
  color: #0073e6;
  font-weight: 600;
  text-decoration: none;
}

.wpr-post-content p a:hover {
  text-decoration: underline;
}
.pms-account-navigation-link a{
    font-size: 20px;
    font-weight: 700;
}/* End custom CSS */