.elementor-17267 .elementor-element.elementor-element-0425fdb{--display:flex;}.elementor-17267 .elementor-element.elementor-element-d228ec4 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:32px;font-weight:700;line-height:32px;color:var( --e-global-color-accent );}.elementor-17267 .elementor-element.elementor-element-086226f{--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;}.elementor-17267 .elementor-element.elementor-element-60e7c6e .elemenetskit-tablepress .tablepress th{text-align:center;background-color:#dfe3e6;color:#333;border-style:solid;border-width:1px;border-color:#ccc;padding:1em 1em 1em 1em;}.elementor-17267 .elementor-element.elementor-element-60e7c6e .elemenetskit-tablepress table.tablepress tr td{text-align:center;}.elementor-17267 .elementor-element.elementor-element-60e7c6e .elemenetskit-tablepress table.tablepress{border-style:solid;border-width:1px;border-color:#ccc;}.elementor-17267 .elementor-element.elementor-element-60e7c6e .elemenetskit-tablepress .tablepress .sorting:hover, .elementor-17267 .elementor-element.elementor-element-60e7c6e .elemenetskit-tablepress .tablepress .sorting_asc, .elementor-17267 .elementor-element.elementor-element-60e7c6e .elemenetskit-tablepress .tablepress .sorting_desc{background-color:#ccd3d8;}.elementor-17267 .elementor-element.elementor-element-60e7c6e .elemenetskit-tablepress .tablepress td{border-style:solid;border-width:1px;padding:0.5em 1em 0.5em 1em;}.elementor-17267 .elementor-element.elementor-element-60e7c6e .elemenetskit-tablepress .tablepress tbody tr:nth-child(odd) td{background-color:#fff;border-color:#ccc;}.elementor-17267 .elementor-element.elementor-element-60e7c6e .elemenetskit-tablepress .tablepress tbody tr:nth-child(even) td{background-color:#f7f7f7;border-color:#ccc;}@media(max-width:767px){.elementor-17267 .elementor-element.elementor-element-d228ec4 .elementor-heading-title{font-size:24px;line-height:24px;}}/* Start custom CSS for elementskit-tablepress, class: .elementor-element-60e7c6e *//* Estilo general del contenedor del DataTable */
#tablepress-12_wrapper {
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background-color: #fff;
}

/* Estilo general de la tabla */
#tablepress-12 {
    width: 100% !important;
    border-collapse: collapse;
    background-color: #fff;
}

/* Encabezados */
#tablepress-12 thead th {
    background-color: #084c84;
    color: #fff;
    text-align: center;
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}

/* Filas */
#tablepress-12 tbody tr {
    border-bottom: 1px solid #eee;
}

#tablepress-12 tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

/* Celdas */
#tablepress-12 td {
    padding: 10px 15px;
    color: #084c84;
    line-height: 1.5;
    vertical-align: top;
}

/* Enlaces dentro de la tabla */
#tablepress-12 a {
    color: #0a6cb5;
    text-decoration: underline;
}

#tablepress-12 a:hover {
    color: #06385b;
}

/* Inputs de búsqueda y selección */
.dt-input {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-left: 5px;
}

/* Paginación */
.dt-paging-button {
    font-family: 'Poppins', sans-serif;
    background: #084c84;
    color: #fff !important;
    border: none;
    padding: 6px 12px;
    margin: 2px;
    border-radius: 4px;
    cursor: pointer;
}

.dt-paging-button.current {
    background: #062f5f;
    font-weight: bold;
}

.dt-paging-button:hover:not(.disabled) {
    background: #06385b;
}

/* Información de registros */
#tablepress-12_info {
    padding: 10px;
    font-size: 12px;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    #tablepress-12_wrapper {
        overflow-x: auto;
    }

    #tablepress-12 {
        display: block;
        width: 100%;
    }

    .dt-layout-row {
        flex-direction: column;
        align-items: stretch;
    }

    .dt-layout-cell {
        margin-bottom: 10px;
        text-align: center;
    }

    .dt-paging-button {
        padding: 8px;
        font-size: 12px;
    }
}

/* Bordes redondeados en la tabla */
#tablepress-12 {
    border-radius: 8px;
    overflow: hidden;
    border: none;
}

/* Bordes redondeados solo en esquinas del encabezado */
#tablepress-12 thead th:first-child {
    border-top-left-radius: 8px;
}

#tablepress-12 thead th:last-child {
    border-top-right-radius: 8px;
}

/* Bordes redondeados en la última fila */
#tablepress-12 tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

#tablepress-12 tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}


/* Contenedor de filtros */
/* Contenedor de filtros */
#tipoFilter,
#estadoFilter,
#anioFilter {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 5px 10px 15px 0;
    background-color: #fff;
    color: #084c84;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#tipoFilter:focus,
#estadoFilter:focus,
#anioFilter:focus {
    border-color: #084c84;
    box-shadow: 0 0 5px rgba(8, 76, 132, 0.2);
    outline: none;
}

/* Etiquetas de filtros */
label[for="tipoFilter"],
label[for="estadoFilter"],
label[for="anioFilter"] {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #084c84;
    margin-right: 5px;
}


/* Estilo del input de búsqueda */
.dt-search input[type="search"] {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #084c84;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.dt-search input[type="search"]:focus {
    border-color: #084c84;
    box-shadow: 0 0 5px rgba(8, 76, 132, 0.2);
    outline: none;
}

/* Estilo del label del input de búsqueda */
.dt-search label {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #084c84;
    margin-right: 5px;
}


/* Contenedor general de filtros */
.filtro-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}

/* Responsive en móviles */
@media (max-width: 768px) {
    .filtro-container {
        flex-direction: column;
        align-items: stretch;
    }
}/* End custom CSS */