.elementor-7519 .elementor-element.elementor-element-4e7e78b7{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-19349fcf *//* Oculta encabezados e ID */
.elementor-7519 .elementor-element.elementor-element-19349fcf table thead {
    display: none !important;
}

.elementor-7519 .elementor-element.elementor-element-19349fcf table th:nth-child(1),
.elementor-7519 .elementor-element.elementor-element-19349fcf table td:nth-child(1) {
    display: none !important;
}

/* Convierte filas en tarjetas */
.elementor-7519 .elementor-element.elementor-element-19349fcf table,
.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody {
    display: block !important;
    width: 100% !important;
}

.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

/* Tarjeta */
.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody tr {
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border: 1px solid #dff3e6 !important;
    border-radius: 24px !important;
    padding: 22px !important;
    min-height: 330px !important;
    box-shadow: 0 14px 35px rgba(0, 80, 40, 0.10) !important;
    transition: all .25s ease !important;
    overflow: hidden !important;
}

.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody tr:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 22px 48px rgba(0, 80, 40, 0.16) !important;
    border-color: #1f7a4d !important;
}

/* Celdas como bloques */
.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody td {
    display: block !important;
    border: 0 !important;
    padding: 0 !important;
}

/* Imagen arriba */
.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody td:nth-child(4) {
    order: 1 !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 16px !important;
}

.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody td:nth-child(4) img {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover !important;
    border-radius: 18px !important;
    background: #f4fff7 !important;
    border: 1px solid #dff3e6 !important;
    transition: transform .3s ease, filter .3s ease !important;
}

/* Hover imagen */
.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody tr:hover td:nth-child(4) img {
    transform: scale(1.03) !important;
    filter: saturate(1.08) !important;
}

/* Título */
.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody td:nth-child(2) {
    order: 2 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #123b27 !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
}

/* Descripción */
.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody td:nth-child(3) {
    order: 3 !important;
    font-size: 14px !important;
    color: #4a6b5a !important;
    line-height: 1.45 !important;
    margin-bottom: 16px !important;
    min-height: 60px !important;
}

/* Fecha */
.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody td:nth-child(5) {
    order: 4 !important;
    font-size: 13px !important;
    color: #6b8a78 !important;
    margin-bottom: 8px !important;
}

.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody td:nth-child(5)::before {
    content: "Fecha de publicación: ";
    font-weight: 700 !important;
    color: #123b27 !important;
}

/* Categoría */
.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody td:nth-child(6) {
    order: 5 !important;
    display: inline-block !important;
    background: #e9f8ef !important;
    color: #1f7a4d !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    padding: 6px 12px !important;
    border-radius: 999px !important;
    width: fit-content !important;
    margin-bottom: 18px !important;
    border: 1px solid #ccebd8 !important;
}

/* Botón */
.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody td:nth-child(7) {
    order: 6 !important;
    margin-top: auto !important;
}

.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody td:nth-child(7) a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #1f7a4d !important;
    color: #ffffff !important;
    padding: 12px 18px !important;
    border-radius: 999px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(31,122,77,.24) !important;
    transition: all .25s ease !important;
}

/* Hover botón */
.elementor-7519 .elementor-element.elementor-element-19349fcf table tbody td:nth-child(7) a:hover {
    background: #145c38 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 28px rgba(31,122,77,.30) !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .elementor-7519 .elementor-element.elementor-element-19349fcf table tbody {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Móvil */
@media (max-width: 767px) {
    .elementor-7519 .elementor-element.elementor-element-19349fcf table tbody {
        grid-template-columns: 1fr !important;
    }

    .elementor-7519 .elementor-element.elementor-element-19349fcf table tbody tr {
        min-height: auto !important;
    }
}/* End custom CSS */