.elementor-1911 .elementor-element.elementor-element-3b2ed42{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-bbc4a64 *//* ======== COLORES TABLEPRESS ======== */

/* Color de fondo del encabezado */
.tablepress thead th {
  background-color: #032b6b !important;  /* tu azul institucional */
  color: #fff !important;                /* texto blanco */
}

/* Color de fondo de filas al pasar el ratón */
.tablepress .row-hover tr:hover td {
  background-color: #e8f0ff !important;  /* azul claro hover */
}

/* Borde de la tabla */
.tablepress td, 
.tablepress th {
  border: 1px solid #d0d4db !important;
}

/* Filtros y paginación */
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 10px;
}

/* Botones de paginación */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #f4f6fb;
  border: 1px solid #ccc;
  color: #032b6b !important;
  border-radius: 6px;
  padding: 5px 10px;
  margin: 2px;
}

/* Botón de paginación activo */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #032b6b !important;
  color: #fff !important;
  border-color: #032b6b !important;
}

/* Color del texto del buscador */
.dataTables_wrapper .dataTables_filter label {
  color: #032b6b;
  font-weight: 600;
}


/* Tamaño del texto general de la tabla */
.tablepress {
  font-size: 16px !important;   /* cambia a 14px, 18px, etc. */
}

/* Encabezados un poco más grandes */
.tablepress thead th {
  font-size: 17px !important;
  font-weight: 600;              /* negrita moderada */
}
label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 17px;
}
.dt-container .dt-input {
    font-size: inherit;
    padding: 0px;
}/* End custom CSS */