.elementor-8931 .elementor-element.elementor-element-b73ddcd{--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 );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );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 );}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@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 );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@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 );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-2a1f1770 *//* ========== TABLAS RESPONSIVAS PILOTO ========== */
.tabla-piloto-wrap { overflow-x: auto; margin: 24px 0; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.tabla-piloto { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.5; background: #fff; }
.tabla-piloto thead th { background: #0b2545; color: #fff; font-weight: 600; padding: 14px 20px; text-align: left; font-size: 15px; letter-spacing: .5px; }
.tabla-piloto thead th:first-child { border-radius: 12px 0 0 0; }
.tabla-piloto thead th:last-child { border-radius: 0 12px 0 0; }
.tabla-piloto tbody td { padding: 12px 20px; border-bottom: 1px solid #e9ecef; }
.tabla-piloto tbody tr:last-child td { border-bottom: none; }
.tabla-piloto tbody td:first-child { font-weight: 600; color: #0b2545; }
.tabla-piloto tbody tr:nth-child(even) { background: #f8f9fb; }
.tabla-piloto tbody tr:hover { background: #e8f4f8; transition: background .2s; }

/* ========== TABLA RESUMEN PILOTO ========== */
.tabla-resumen-piloto { width: 100%; border-collapse: collapse; font-size: 16px; line-height: 1.6; background: #fff; }
.tabla-resumen-piloto thead th { background: #0b2545; color: #fff; font-weight: 700; padding: 16px 20px; text-align: left; font-size: 15px; letter-spacing: .3px; }
.tabla-resumen-piloto thead th:first-child { border-radius: 12px 0 0 0; }
.tabla-resumen-piloto thead th:last-child { border-radius: 0 12px 0 0; }
.tabla-resumen-piloto tbody td { padding: 13px 20px; border-bottom: 1px solid #e9ecef; }
.tabla-resumen-piloto tbody td:first-child { font-weight: 600; color: #0b2545; width: 45%; }
.tabla-resumen-piloto tbody td:last-child { color: #1a73e8; font-weight: 700; }
.tabla-resumen-piloto tbody tr:nth-child(even) { background: #f8f9fb; }
.tabla-resumen-piloto tbody tr:hover { background: #e8f0fe; transition: background .2s; }
.tabla-resumen-piloto tbody tr:last-child td:first-child { border-radius: 0 0 0 12px; }
.tabla-resumen-piloto tbody tr:last-child td:last-child { border-radius: 0 0 12px 0; }

/* ========== CALLOUTS ========== */
.callout { padding: 16px 20px; margin: 24px 0; border-radius: 8px; font-size: 15px; line-height: 1.6; }
.callout strong:first-child { display: block; margin-bottom: 6px; font-size: 16px; }
.callout-tip { background: #f0f7ff; border-left: 5px solid #0073aa; }
.callout-money { background: #fff9e6; border-left: 5px solid #ffcc00; }
.callout-warning { background: #ffe6e6; border-left: 5px solid #cc0000; }
.callout-cta { background: #e8f5e9; border-left: 5px solid #4caf50; }
.callout-experiencia { background: #faf5ff; border-left: 5px solid #7c3aed; }

/* ========== CAJA DE LECTURA ========== */
.caja-lectura { border: 1px solid #ddd; padding: 18px 22px; background: #fafafa; border-radius: 10px; margin: 24px 0; }
.caja-lectura strong:first-child { display: block; margin-bottom: 10px; font-size: 16px; color: #0b2545; }
.caja-lectura ul { margin: 0; padding-left: 18px; }
.caja-lectura ul li { margin-bottom: 6px; }
.caja-lectura ul li a { color: #1a73e8; text-decoration: none; font-weight: 500; }
.caja-lectura ul li a:hover { text-decoration: underline; }

/* ========== RESPONSIVE 768px ========== */
@media screen and (max-width: 768px) {
  .tabla-piloto thead, .tabla-resumen-piloto thead { display: none; }
  .tabla-piloto tbody tr, .tabla-resumen-piloto tbody tr { display: block; margin-bottom: 12px; border-radius: 10px; box-shadow: 0 1px 6px rgba(0,0,0,.1); overflow: hidden; background: #fff; }
  .tabla-piloto tbody td, .tabla-resumen-piloto tbody td { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; border-bottom: 1px solid #f0f0f0; font-size: 14px; text-align: right; }
  .tabla-piloto tbody td::before, .tabla-resumen-piloto tbody td::before { content: attr(data-label); font-weight: 700; color: #0b2545; flex-shrink: 0; margin-right: 12px; font-size: 13px; text-align: left; }
  .tabla-piloto tbody td:first-child, .tabla-resumen-piloto tbody td:first-child { background: #0b2545; color: #fff; font-weight: 700; justify-content: center; text-align: center; font-size: 15px; }
  .tabla-resumen-piloto tbody td:last-child { color: #1a73e8; font-weight: 700; }
  .tabla-piloto tbody td:first-child::before, .tabla-resumen-piloto tbody td:first-child::before { display: none; }
  .tabla-piloto tbody td:last-child, .tabla-resumen-piloto tbody td:last-child { border-bottom: none; }
  .tabla-piloto tbody tr:nth-child(even), .tabla-resumen-piloto tbody tr:nth-child(even) { background: #fff; }
}/* End custom CSS */