.elementor-3 .elementor-element.elementor-element-1a63ccb0{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3 .elementor-element.elementor-element-259c287{--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;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-aae2e15 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Manrope:wght@300;400;500;700&family=Lexend:wght@400;600;700&display=swap');

/* Base styles */
body {
  font-family: 'Manrope', sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

h1 {
  font-family: 'Lexend', 'Poppins', sans-serif;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #232ECE;
}

h2 {
  font-family: 'Lexend', 'Poppins', sans-serif;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #232ECE;
}

h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #232ECE;
}

/*
 * Ajustamos el espaciado para mejorar la legibilidad.
 * Se aumenta la separación entre párrafos (margin-bottom)
 * y la altura de línea (line-height) dentro de los mismos.
 */
p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
}

ul, ol {
  margin: 0 0 1rem 1.2rem;
  padding: 0;
}

ul li, ol li {
  /* Mayor espacio entre elementos de lista */
  margin-bottom: 0.7rem;
  font-size: 1rem;
  line-height: 1.7;
}

nav.toc {
  margin-bottom: 1.5rem;
}

nav.toc ul {
  list-style: none;
  padding-left: 0;
}

nav.toc li {
  margin-bottom: 0.25rem;
}

nav.toc a {
  text-decoration: none;
  color: #232ECE;
  font-weight: 500;
}

nav.toc a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

table th, table td {
  border: 1px solid #e0e0e0;
  padding: 8px 12px;
  text-align: left;
}

table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

blockquote {
  background-color: #f9f9ff;
  border-left: 4px solid #232ECE;
  padding: 10px 20px;
  margin: 1rem 0;
  font-size: 0.95rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .container {
    padding: 30px 15px;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.2rem;
  }
}/* End custom CSS */