.elementor-3711 .elementor-element.elementor-element-576e620{--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-3711 .elementor-element.elementor-element-f3a9712{--display:flex;--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-3711 .elementor-element.elementor-element-47f6b1d{text-align:center;}.elementor-3711 .elementor-element.elementor-element-47f6b1d .elementor-heading-title{color:var( --e-global-color-16fb847 );font-family:"Roboto", Sans-serif;font-size:67px;font-weight:600;}.elementor-3711 .elementor-element.elementor-element-2fcd979{--display:flex;--min-height:86px;--background-transition:0.3s;}.elementor-3711 .elementor-element.elementor-element-107f285{--spacer-size:50px;}.elementor-3711 .elementor-element.elementor-element-5804ad4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--background-transition:0.3s;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3711 .elementor-element.elementor-element-5804ad4, .elementor-3711 .elementor-element.elementor-element-5804ad4::before{--border-transition:0.3s;}.elementor-3711 .elementor-element.elementor-element-6cfb763{--display:flex;--background-transition:0.3s;}.elementor-3711 .elementor-element.elementor-element-543f2a5{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;--background-transition:0.3s;}@media(max-width:1024px){.elementor-3711 .elementor-element.elementor-element-543f2a5{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-3711 .elementor-element.elementor-element-2fcd979{--width:100%;}}@media(max-width:767px){.elementor-3711 .elementor-element.elementor-element-543f2a5{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for shortcode, class: .elementor-element-a768b52 *//* Estilo general de la tabla */
.tablepress {
  font-family: 'Roboto', sans-serif !important;
  font-size: 26px !important;
  color: #333 !important;
  border-collapse: collapse !important;
  width: 100% !important;
}

/* Encabezado */
.tablepress th {
  background-color: #154292 !important;  /* azul solicitado */
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 12px !important;
  text-align: center !important;   /* centrado horizontal */
  vertical-align: middle !important; /* centrado vertical */
}

/* Celdas */
.tablepress td {
  padding: 1px !important;
  border: 1px solid #ddd !important;
  font-weight: 400 !important;
  text-align: center !important;   /* centrado horizontal */
  vertical-align: middle !important; /* centrado vertical */
}

/* Filas alternadas */
.tablepress tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}

/* Hover */
.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;
}

.tablepress a:hover {
  color: #0d2c66 !important; /* tono más oscuro */
  text-decoration: underline !important;
}/* End custom CSS */