/* Ocultar celdas column-1 vacías */

/* ========== ESTILOS PARA PÁGINAS DE PROGRAMA ========== */
/* ========== FONT-FACE: APTOS ========== */
@font-face {
    font-family: 'Aptos';
    src: url('../../fonts/Aptos/aptos.ttf') format('truetype');
    /* font-weight: 400;
    font-style: normal; */
}
/* @font-face {
    font-family: 'Aptos';
    src: url('../../fonts/Aptos/aptos-italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Aptos';
    src: url('../../fonts/Aptos/aptos-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Aptos';
    src: url('../../fonts/Aptos/aptos-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Aptos';
    src: url('../../fonts/Aptos/aptos-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Aptos';
    src: url('../../fonts/Aptos/aptos-extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Aptos';
    src: url('../../fonts/Aptos/aptos-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Aptos';
    src: url('../../fonts/Aptos/aptos-black-italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Aptos';
    src: url('../../fonts/Aptos/aptos-extrabold-italic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Aptos';
    src: url('../../fonts/Aptos/aptos-light-italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
} */


.panel-pagina{
    display: flex;
    padding: 0 282px;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    align-self: stretch;
}
.row{
    margin: 0 !important;
}
/* ========== RESET BÁSICO TABLEPRESS ========== */
.tablepress {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 610px !important;
    margin: 0 !important;
}

.tablepress tbody tr {
    display: flex;
    padding-left: 16px;
    align-items: flex-start;
    gap: 24px;
    padding-top: 16px;
}

#tablepress-9 > tbody:nth-child(2) > tr:nth-child(1){
    padding-top: 0px !important;
}

#tablepress-8 > tbody:nth-child(2) > tr:nth-child(2){
    padding-top: 0px !important;
}

#tablepress-11 > tbody:nth-child(2) > tr:nth-child(1){
     padding-top: 0px !important;
}

.tablepress tbody tr td {
    border: none !important;
    padding: 3px 0 !important;
}

/* Ocultar caption */
.tablepress caption {
    display: none !important;
}

/* Eliminar saltos de línea innecesarios */
.tablepress tbody tr td br {
    display: none;
}

/* ========== COLUMNA HORA (primera columna) ========== */
.tablepress tbody tr td.column-1 {
    display: flex;
    width: 90px;
    min-width: 90px;
    align-items: flex-start;
    padding-top: 2px;
    
    /* Tipografía hora */
    color: var(--color_3, #727272) !important;
    font-family: Aptos !important;
    font-size: var(--text-text-s, 14px) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    background-color: transparent !important;
}

.tablepress tbody tr td.column-1:hover {
    background-color: transparent !important;
}

/* ========== MODERADOR / CHAIR ========== */
/* Clases nuevas */
.tablepress tbody tr td .moderador {
    color: var(--color_2, #A2BA1B) !important;
    font-family: Aptos !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal !important;
 
}

/* Clases antiguas (por compatibilidad) */
.tablepress tbody tr td .chair {
    color: var(--color_2, #A2BA1B) !important;
    font-family: Aptos !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding-top: 4px !important;
}

/* ========== COLUMNA CONTENIDO (segunda columna) ========== */
.tablepress tbody tr td.column-2,
.tablepress tbody tr td:only-child {
    display: block !important; /* Cambiado de flex a block */
    flex: 1 0 0;
    background-color: transparent !important;
    margin-left: -15px;
    
}

.tablepress tbody tr td.column-2:hover,
.tablepress tbody tr td:only-child:hover {
    background-color: transparent !important;
}

/* ========== TÍTULO DE LA PONENCIA ========== */
/* Clases nuevas */
.tablepress tbody tr td .clase1 {
    color: var(--color_1, #00152A) !important;
    font-family: Aptos !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    text-align: initial !important;
    display: block !important; /* Mantener en bloque para que esté en su propia línea */
    /* margin-bottom: 4px; */
}

/* Doctor y hospital en la misma línea */
.tablepress tbody tr td .clase2 {
    color: var(--color_5, #3C3C3C) !important;
    font-family: Aptos !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    padding-top: 4px;
    display: inline !important; /* Inline para que esté en la misma línea */
}

/* Clases antiguas (por compatibilidad) */
.tablepress tbody tr td .clase3 {
    color: var(--color_3, #727272) !important;
    font-family: Aptos !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    display: inline !important; /* Inline para que esté en la misma línea que clase2 */
}

/* Clases antiguas (por compatibilidad) */
.tablepress tbody tr td .clase4 {
   color: var(--color_2, #A2BA1B) !important;
    font-family: Aptos !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}

/* ========== CONTENEDOR PRINCIPAL (todas las tablas) ========== */
.site-main .default-page .container {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

/* ========== PANEL GROUP (2 columnas) - ANCHOS FIJOS ========== */
.panel-group {
    display: flex;
    padding-left: 17px;
    align-items: flex-start;
    gap: 0;
    align-self: stretch;
}

/* ========== PANEL (columna izquierda) Y PANEL2 (columna derecha) - MISMO ESTILO ========== */
.panel-group .panel,
.panel-group .panel2 {
    width: 610px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

/* SOLO panel2 tiene padding-top Y margin-left */
.page-id-424 .panel-group .panel2 {
    padding-top: 103px;
    margin-left: 135px;
}
.panel-group .panel2 {
    
    margin-left: 135px;
}

html body.wp-singular.page-template-default.page.page-id-424.wp-theme-bring-back.no-sidebar.wide-layout.cmplz-marketing.cmplz-statistics.cmplz-preferences.cmplz-functional.cmplz-eu.cmplz-optin div#page.site-wrap main#main.site-main.main section.default-page.pt-90 div.container div.row div#post-424.col-12.post-424.page.type-page.status-publish.hentry div.entry-content div.panel-pagina div.panel-group div.panel table#tablepress-8.tablepress.tablepress-id-8 tbody.row-striping.row-hover tr.row-2{
    padding-top:0px
}
/* Tabla de Introducción dentro del panel (sin margin-bottom) */
.panel-group .panel > .tablepress:first-child {
    margin-bottom: 0;
}

.panel-default {
    border-color: transparent !important;
}

/* ========== PANEL HEADING (Header de Sesión) - MISMO PARA AMBOS ========== */
.panel-heading {
    display: flex;
    align-items: center;
    width: 610px !important;
    height: 33px;
    background: var(--color_1, #00152A) !important;
    padding: 4px 16px;
    gap: 24px;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
}

.panel-default > .panel-heading {
    color: #fff !important;
    background-color: var(--color_1, #00152A) !important;
    border-color: transparent !important;
    height: 33px !important;
}

/* ========== HORA EN EL HEADER ========== */
.panel_hour {
    display: flex;
    width: 90px;
    min-width: 90px;
    align-items: center;
}

.panel_hour .panel-title {
    color: #FFF !important;
    font-family: Aptos !important;
    font-size: var(--text-text-s, 14px) !important;
    font-weight: 400 !important;
    line-height: normal !important;
    font-style: normal !important;
    margin: 0 !important;
}

/* ========== TÍTULO DEL PANEL ========== */
.title_panel {
    display: flex;
    align-items: center;
    flex: 1;
}

.title_panel .panel-title {
    display: flex;
    align-items: center;
    gap: 8px;
     margin-left: -15px;
}

.panel-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 18px !important;
   
}

.panel-title a {
    cursor: default !important;
    color: #fff !important;
}

/* ========== "SESIÓN 1:" en verde ========== */
.panel-title .session-label {
    color: var(--color_2, #A2BA1B) !important;
    font-family: Aptos !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: normal !important;
}
html body.wp-singular.page-template-default.page.page-id-424.logged-in.admin-bar.wp-theme-bring-back.no-sidebar.wide-layout.customize-support.cmplz-marketing.cmplz-statistics.cmplz-preferences.cmplz-functional.cmplz-eu.cmplz-optin div#page.site-wrap main#main.site-main.main section.default-page.pt-90 div.container div.row div#post-424.col-12.post-424.page.type-page.status-publish.hentry div.entry-content div.panel-pagina div.panel-group div.panel table#tablepress-9.tablepress.tablepress-id-9 tbody.row-striping.row-hover tr.row-7 td.column-2{
    padding: 0 !important;
}
/* ========== "General Topic" en blanco ========== */
.panel-title .session-title {
    color: #FFF !important;
    font-family: Aptos !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

/* ========== COLLAPSE ========== */
.panel-collapse {
    width: 100%;
}

.collapse.in {
    display: block !important;
}

.panel-group .panel + .panel {
    margin-top: 0 !important;
}
html body.wp-singular.page-template-default.page.page-id-1420.logged-in.admin-bar.wp-theme-bring-back.no-sidebar.wide-layout.customize-support.cmplz-marketing.cmplz-statistics.cmplz-preferences.cmplz-functional.cmplz-eu.cmplz-optin div#page.site-wrap main#main.site-main.main section.default-page.pt-90 div.container div.row div#post-1420.col-12.post-1420.page.type-page.status-publish.hentry div.entry-content div.panel-pagina div.panel-group div.panel2{
    padding-top: 0px !important;
}
/* ========== BREAK COLORS ========== */
.breakColors {
    background-color: var(--secondary) !important;
    color: #fff !important;
    border-radius: 8px !important;
}

/* ========== RESPONSIVE COMPLETO ========== */
/* ========== RESPONSIVE COMPLETO ========== */

/* TABLETS - Layout vertical en todas las tablets (incluso horizontal) */
@media (max-width: 1280px) {
    .panel-pagina {
        padding: 0;
    }
    
    .site-main .default-page .container {
        padding: 0 20px;
    }
    
    /* FORZAR COLUMNA ÚNICA EN TABLETS */
    .panel-group {
        flex-direction: column !important;
        gap: 40px;
        padding-left: 0;
    }
    
    .panel-group .panel,
    .panel-group .panel2 {
        width: 100% !important;
        padding-top: 0 !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .tablepress {
        width: 100% !important;
    }
    
    /* PANEL HEADING OCUPA TODO EL ANCHO DE LA PANTALLA */
    .panel-heading {
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        padding: 12px 20px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        height: auto !important;
        gap: 6px !important;
    }
    
    .panel_hour {
        width: 100%;
        min-width: auto;
        order: -1;
    }
    
    .panel_hour .panel-title {
        font-size: 16px !important;
    }
    
    .title_panel {
        width: 100%;
    }
    
    .title_panel .panel-title {
        margin-left: 0;
        flex-wrap: wrap;
    }
    
    .panel-title .session-label,
    .panel-title .session-title {
        font-size: 20px !important;
    }

    .tablepress tbody tr {
        flex-direction: column !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        gap: 4px !important;
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
    
    .tablepress tbody tr td.column-1 {
        width: 100%;
        min-width: auto;
        padding-top: 0;
        padding-bottom: 0 !important;
        font-weight: 600 !important;
        font-size: 16px !important;
    }
    
    .tablepress tbody tr td.column-2,
    .tablepress tbody tr td:only-child {
        width: 100%;
        margin-left: 0;
        padding-top: 0 !important;
    }
    
    .tablepress tbody tr td .clase1 {
        font-size: 19px !important;
        line-height: 22px !important;
        margin-bottom: 4px !important;
    }
    
    .tablepress tbody tr td .clase2 {
        font-size: 16px !important;
        padding-top: 2px !important;
    }
    
    .tablepress tbody tr td .clase3 {
        font-size: 16px !important;
    }
    
    .tablepress tbody tr td .moderador,
    .tablepress tbody tr td .chair {
        font-size: 16px !important;
        padding-top: 2px !important;
    }
}
/* TABLETS - Layout vertical en todas las tablets (incluso horizontal) */
@media (max-width: 1024px) {
    .panel-pagina {
        padding: 0;
    }
    
    .site-main .default-page .container {
        padding: 0 20px;
    }
    
    /* FORZAR COLUMNA ÚNICA EN TABLETS */
    .panel-group {
        flex-direction: column !important;
        gap: 40px;
        padding-left: 0;
    }
    
    .panel-group .panel,
    .panel-group .panel2 {
        width: 100% !important;
        padding-top: 0 !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .tablepress {
        width: 100% !important;
    }
    
    /* PANEL HEADING OCUPA TODO EL ANCHO DE LA PANTALLA */
    .panel-heading {
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        padding: 12px 20px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        height: auto !important;
        gap: 6px !important;
    }
    
    /* HORA DEL PANEL EN SU PROPIA LÍNEA */
    .panel_hour {
        width: 100%;
        min-width: auto;
        order: -1;
    }
    
    .panel_hour .panel-title {
        font-size: 16px !important;
    }
    
    /* TÍTULO DEL PANEL DEBAJO DE LA HORA */
    .title_panel {
        width: 100%;
    }
    
    .title_panel .panel-title {
        margin-left: 0;
        flex-wrap: wrap;
    }
    
    .panel-title .session-label,
    .panel-title .session-title {
        font-size: 20px !important;
    }

    /* CONTENIDO DE LAS CHARLAS CON PADDING LATERAL */
    .tablepress tbody tr {
        flex-direction: column !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        gap: 4px !important;
        padding-top: 20px !important;
        /* padding-bottom: 20px !important; */
    }
    
    .tablepress tbody tr td.column-1 {
        width: 100%;
        min-width: auto;
        padding-top: 0;
        font-weight: 600 !important;
        font-size: 16px !important;
    }
    
    .tablepress tbody tr td.column-2,
    .tablepress tbody tr td:only-child {
        width: 100%;
        margin-left: 0;
        padding-top: 0 !important;
    }
    
    /* AUMENTAR TAMAÑOS DE LETRA */
    .tablepress tbody tr td .clase1 {
        font-size: 19px !important;
        line-height: 22px !important;
        margin-bottom: 4px !important;
    }
    
    .tablepress tbody tr td .clase2 {
        font-size: 16px !important;
        padding-top: 2px !important;
    }
    
    .tablepress tbody tr td .clase3 {
        font-size: 16px !important;
    }
    
    .tablepress tbody tr td .moderador,
    .tablepress tbody tr td .chair {
        font-size: 16px !important;
        padding-top: 2px !important;
    }
}
/* TABLETS MEDIANAS (577px - 991px) */
@media (min-width: 577px) and (max-width: 991px) {
    .panel-pagina {
        padding: 0;
    }
     .tablepress tbody tr td.column-1:empty {
        display: none !important;
    }
    .site-main .default-page .container {
        padding: 0 30px;
    }
    
    .panel-group {
        flex-direction: column;
        gap: 35px;
        padding-left: 0;
    }
    
    .panel-group .panel,
    .panel-group .panel2 {
        width: 100%;
        padding-top: 0 !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .tablepress {
        width: 100% !important;
    }
     .tablepress tbody tr   {
        padding-left: 10px !important;
        padding-right: 10px !important; 
    }
    /* PANEL HEADING OCUPA TODO EL ANCHO */
    .panel-heading {
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        padding: 14px 30px !important;
        height: auto !important;
        gap: 8px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .panel_hour {
        width: 100%;
        min-width: auto;
        order: -1;
    }
    
    .panel_hour .panel-title {
        font-size: 17px !important;
    }
    
    .title_panel {
        width: 100%;
    }
    
    .title_panel .panel-title {
        margin-left: 0;
    }
    
    .panel-title .session-label,
    .panel-title .session-title {
        font-size: 21px !important;
    }

    /* CONTENIDO MÁS COMPACTO */
    .tablepress tbody tr {
        padding-left: 30px !important;
        padding-right: 30px !important;
        gap: 5px !important;
        padding-top: 22px !important;
        /* padding-bottom: 22px !important; */
    }
    
    .tablepress tbody tr td.column-1 {
        width: 100%;
        min-width: auto;
        font-size: 17px !important;
        font-weight: 600 !important;
        padding-bottom: 0 !important;
    }
    
    .tablepress tbody tr td.column-2,
    .tablepress tbody tr td:only-child {
        margin-left: 0;
        padding-top: 0 !important;
    }
    
    .tablepress tbody tr td .clase1 {
        font-size: 20px !important;
        line-height: 23px !important;
        margin-bottom: 5px !important;
    }
    
    .tablepress tbody tr td .clase2 {
        font-size: 17px !important;
        padding-top: 2px !important;
    }
    
    .tablepress tbody tr td .clase3 {
        font-size: 17px !important;
    }
    
    .tablepress tbody tr td .moderador,
    .tablepress tbody tr td .chair {
        font-size: 17px !important;
        padding-top: 2px !important;
    }
}
/* MÓVILES GRANDES (481px - 576px) */
@media (max-width: 576px) {
    .panel-pagina {
        padding: 0;
    }
    
    .site-main .default-page .container {
        padding: 0 !important;
        margin-top: 100px !important;
    }
    
    .panel-group {
        gap: 30px;
    }
     .tablepress tbody tr   {
        padding-left: 10px !important;
        padding-right: 10px !important; 
    }
    .panel-group .panel,
    .panel-group .panel2 {
        padding-left: 22px;
        padding-right: 22px;
    }
    
    /* PANEL HEADING OCUPA TODO EL ANCHO SIN PADDING */
    .panel-heading {
        
        flex-direction: column !important;
        align-items: flex-start !important;
        height: auto !important;
        gap: 4px !important;
    }
    
    /* HORA DEL PANEL EN SU PROPIA LÍNEA */
    .panel_hour {
        width: 100%;
        min-width: auto;
        order: -1;
    }
    
    .panel_hour .panel-title {
        font-size: 13px !important;
    }
    
    /* TÍTULO DEL PANEL DEBAJO */
    .title_panel {
        width: 100%;
    }
    
    .title_panel .panel-title {
        margin-left: 0;
    }
    
    .panel-title .session-label,
    .panel-title .session-title {
        font-size: 16px !important;
    }

    /* HORA ENCIMA DEL CONTENIDO EN CADA CHARLA */
    .tablepress tbody tr {
        flex-direction: column !important;
        padding-left: 0;
        gap: 6px;
        padding-top: 14px;
    }

    .tablepress tbody tr td.column-1 {
        width: 100%;
        min-width: auto;
        font-size: 13px !important;
        font-weight: 600 !important;
        padding-top: 0;
    }
    
    .tablepress tbody tr td.column-2,
    .tablepress tbody tr td:only-child {
        width: 100%;
        margin-left: 0;
    }
    
    .tablepress tbody tr td .clase1,
    .tablepress tbody tr td .titulo-ponencia {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    
    .tablepress tbody tr td .clase2,
    .tablepress tbody tr td .nombre-ponente {
        font-size: 13px !important;
    }
    
    .tablepress tbody tr td .clase3,
    .tablepress tbody tr td .centro-trabajo {
        font-size: 13px !important;
    }
}

/* MÓVILES PEQUEÑOS (320px - 480px) */
@media (max-width: 480px) {
    .panel-pagina {
        padding: 0;
        margin-bottom: 80px;
    }
    
    .panel-group {
        gap: 25px;
    }
    
    .tablepress tbody tr   {
        padding-left: 10px !important;
        padding-right: 10px !important; 
    }
    .tablepress tbody tr td.column-1:empty {
        display: none !important;
    }
    /* PANEL HEADING OCUPA TODO EL ANCHO SIN PADDING */
    .panel-heading {
        
    flex-direction: column !important;
        align-items: flex-start !important;
        
    /* width: 100% !important; */
      
    height: 66px !important;
    padding: 6px 22px !important;
        margin-left: -22px;
    }
    
    /* HORA DEL PANEL EN SU PROPIA LÍNEA */
    .panel_hour {
        width: 100%;
        min-width: auto;
        order: -1;
    }
  
    
    .panel_hour .panel-title {
        font-size: 16px !important;
    }
    
    /* TÍTULO DEL PANEL DEBAJO */
    .title_panel {
        width: 100%;
    }
    
    .title_panel .panel-title {
        margin-left: 0;
    }
    
    .panel-title .session-label,
    .panel-title .session-title {
        font-size: 20px !important;
    }

    /* HORA ENCIMA DEL CONTENIDO EN CADA CHARLA */
    .tablepress tbody tr {
        flex-direction: column !important;
        /* padding-left: 0 !important; */
        padding-bottom: 0px !important;
        gap: 5px;
        padding-top: 22px !important;
    }

    .tablepress tbody tr td.column-1 {
        width: 100%;
        min-width: auto;
        font-size: 16px !important;
        font-weight: 400 !important;
        padding-top: 0;
        /* padding-bottom: 4px !important; */
       
        
    }
    
    .tablepress tbody tr td.column-2,
    .tablepress tbody tr td:only-child {
        width: 100%;
        margin-left: 0;
    }
    html body.wp-singular.page-template-default.page.page-id-424.logged-in.admin-bar.wp-theme-bring-back.no-sidebar.wide-layout.customize-support.cmplz-marketing.cmplz-statistics.cmplz-preferences.cmplz-functional.cmplz-eu.cmplz-optin div#page.site-wrap main#main.site-main.main section.default-page.pt-90 div.container div.row div#post-424.col-12.post-424.page.type-page.status-publish.hentry div.entry-content div.panel-pagina div.panel-group div.panel table#tablepress-8.tablepress.tablepress-id-8 tbody.row-striping.row-hover tr.row-2 td.column-2{
        padding-bottom:25px !important ;
    }
    html body.wp-singular.page-template-default.page.page-id-424.logged-in.admin-bar.wp-theme-bring-back.no-sidebar.wide-layout.customize-support.cmplz-marketing.cmplz-statistics.cmplz-preferences.cmplz-functional.cmplz-eu.cmplz-optin div#page.site-wrap main#main.site-main.main section.default-page.pt-90 div.container div.row div#post-424.col-12.post-424.page.type-page.status-publish.hentry div.entry-content div.panel-pagina div.panel-group div.panel table#tablepress-9.tablepress.tablepress-id-9 tbody.row-striping.row-hover tr.row-1 td.column-1{
        padding-top:15px !important ;
    }
    html body.wp-singular.page-template-default.page.page-id-424.logged-in.admin-bar.wp-theme-bring-back.no-sidebar.wide-layout.customize-support.cmplz-marketing.cmplz-statistics.cmplz-preferences.cmplz-functional.cmplz-eu.cmplz-optin div#page.site-wrap main#main.site-main.main section.default-page.pt-90 div.container div.row div#post-424.col-12.post-424.page.type-page.status-publish.hentry div.entry-content div.panel-pagina div.panel-group div.panel2 table#tablepress-11.tablepress.tablepress-id-11 tbody.row-striping.row-hover tr.row-1 td.column-1{
        padding-top:15px !important ;
    }
    .tablepress tbody tr td .clase1,
    .tablepress tbody tr td .titulo-ponencia {
        font-size: 20px !important;
        line-height: 18px !important;
    }
    
    .tablepress tbody tr td .clase2,
    .tablepress tbody tr td .nombre-ponente {
        font-size: 16px !important;
    }
    
    .tablepress tbody tr td .clase3,
    .tablepress tbody tr td .centro-trabajo {
        font-size: 16px !important;
    }
}