.elementor-1352 .elementor-element.elementor-element-3ed0f617{margin-top:50px;margin-bottom:100px;}.elementor-1352 .elementor-element.elementor-element-c16179d{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-1352 .elementor-element.elementor-element-4d5cc23{text-align:center;}.elementor-1352 .elementor-element.elementor-element-4d5cc23 .elementor-heading-title{color:#00000014;}.elementor-1352 .elementor-element.elementor-element-44429b0{--spacer-size:50px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-e68c5bc *//* Estilo principal para TablePress */
.tablepress {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #f8f9fa;
}

/* Estilo de las celdas y bordes */
.tablepress td,
.tablepress th {
    padding: 12px;
    
    text-align: center;
}

/* Encabezados de tabla */
.tablepress th {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

/* Filas alternas para mejor lectura */
.tablepress tbody tr:nth-child(even) {
    background-color: #e9ecef;
}

/* Estilo de los enlaces en la tabla */
.tablepress a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.tablepress a:hover {
    color: #0056b3;
    text-decoration: underline;
}



/* Estilo responsive */
@media (max-width: 768px) {
    .tablepress,
    .tablepress thead,
    .tablepress tbody,
    .tablepress th,
    .tablepress td,
    .tablepress tr {
        display: block;
        width: 100%;
    }

    /* Encabezados visibles en cada celda */
    .tablepress tr {
        margin-bottom: 10px;
    }

    .tablepress td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .tablepress td::before {
        content: attr(data-title);
        position: absolute;
        left: 10px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tablepress th {
        display: none;
    }
}




th.column-1 {
    background: black !important;
}

th.column-2 {
    background: black !important;
}






tr.row-55.odd {
    display: none !important;
}/* End custom CSS */