.elementor-31345 .elementor-element.elementor-element-829b03c{--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;}.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 );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-31345 .elementor-element.elementor-element-213a6a7 .elementor-heading-title{font-family:"Ubuntu", Sans-serif;font-size:40px;font-weight:500;line-height:1.5em;color:var( --e-global-color-primary );}.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-31345 .elementor-element.elementor-element-5642295 .elementor-wrapper{--video-aspect-ratio:1.77777;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-31345 .elementor-element.elementor-element-213a6a7 .elementor-heading-title{font-size:40px;}.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-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-31345 .elementor-element.elementor-element-213a6a7 .elementor-heading-title{font-size:35px;}.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-14113de *//* Contenedor general */
.card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 36, 124, 0.15);
  padding: 20px;
  margin: 20px auto;
  max-width: 900px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #00247C;
}

/* Títulos */
.card h2 {
  color: #00247C;
  font-size: 1.4rem;
  margin-bottom: 12px;
  border-bottom: 2px solid #00247C;
  padding-bottom: 6px;
}

/* Tablas */
.card table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.card th, 
.card td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.card th {
  background: #00247C;
  color: #ffffff;
  font-weight: bold;
}

.card tr:nth-child(even) {
  background: #f9f9f9;
}

/* Texto destacado */
.card .highlight {
  color: #00247C;
  font-weight: bold;
  font-size: 1rem;
}

/* Nota final */
.card .note {
  font-size: 0.85rem;
  color: #444;
  line-height: 1.5;
}/* End custom CSS */