.elementor-3923 .elementor-element.elementor-element-871957b{--display:flex;--min-height:155px;--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;--background-transition:0.3s;}.elementor-3923 .elementor-element.elementor-element-1d5f0f5{--spacer-size:63px;}.elementor-3923 .elementor-element.elementor-element-7b36c4e{--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;--background-transition:0.3s;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-3923 .elementor-element.elementor-element-970822c{text-align:center;}.elementor-3923 .elementor-element.elementor-element-970822c .elementor-heading-title{color:var( --e-global-color-16fb847 );font-family:"Roboto", Sans-serif;font-size:62px;font-weight:600;}.elementor-3923 .elementor-element.elementor-element-040d77c{--display:flex;--background-transition:0.3s;}.elementor-3923 .elementor-element.elementor-element-7dd2a52{--spacer-size:130px;}.elementor-3923 .elementor-element.elementor-element-86c7109{--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;--background-transition:0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-b50f630 *//* Estilo general de la tabla */
.tablepress {
  font-family: 'Roboto', sans-serif !important;
  font-size: 26px !important;
  color: #154292 !important;
  border-collapse: collapse !important;
  width: 100% !important;
  text-align: center !important;
}

/* Encabezado */
.tablepress th {
  background-color: #154292 !important;
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 12px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

/* Celdas */
.tablepress td {
  padding: 10px !important;
  border: 1px solid #ddd !important;
  font-weight: 400 !important;
  text-align: center !important;
  vertical-align: middle !important;
  color: #154292 !important; /* 👈 texto azul */
}

/* Filas alternadas */
.tablepress tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}

/* Hover fila */
.tablepress tr:hover {
  background-color: #e8eef9 !important;
  cursor: pointer !important;
}

/* Links dentro de la tabla */
.tablepress a {
  color: #154292 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  font-size: 26px !important;
  font-family: 'Roboto', sans-serif !important;
}

.tablepress a:hover {
  color: #0d2c66 !important;
  text-decoration: underline !important;
}

/* Botón personalizado dentro de la tabla */
.tablepress .btn-moto div {
  display: inline-block !important;
  background-color: #154292 !important;
  color: #fff !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  padding: 10px 18px !important;
  border-radius: 8px !important;
  text-align: center !important;
  transition: 0.3s ease !important;
  width: auto !important;
}

/* Hover botón */
.tablepress .btn-moto div:hover {
  background-color: #0d2c66 !important;
  cursor: pointer !important;
}/* End custom CSS */