/* Start custom CSS for text-editor, class: .elementor-element-c5e81fd *//* Estilos generales responsivos */
@media screen and (max-width: 768px) {

  /* Títulos */
  h1, h2, h3, h4 {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 1em 0 0.5em;
  }

  /* Párrafos y listas */
  p, li {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1em;
  }

  ul {
    padding-left: 1.2em;
  }

  /* Tablas responsivas */
  table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-bottom: 2em;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table thead {
    background-color: #f5f5f5;
  }

  table th, table td {
    font-size: 0.95em;
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
    white-space: nowrap;
  }

  /* Mejora los enlaces */
  a {
    word-break: break-word;
    color: #9d1872; /* color corporativo */
  }

  /* Margen inferior para tablas */
  table + h4, table + h3, table + h2 {
    margin-top: 2em;
  }
}/* End custom CSS */