.elementor-5801 .elementor-element.elementor-element-d98aa02{--display:flex;}.elementor-widget-archive-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-archive-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-archive-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-archive-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-posts-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5801 .elementor-element.elementor-element-8e88a2b{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-5801 .elementor-element.elementor-element-8e88a2b .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-5801 .elementor-element.elementor-element-8e88a2b:after{content:"0.66";}.elementor-5801 .elementor-element.elementor-element-8e88a2b .elementor-post__thumbnail__link{width:100%;}.elementor-5801 .elementor-element.elementor-element-8e88a2b .elementor-post__meta-data span + span:before{content:"///";}.elementor-5801 .elementor-element.elementor-element-8e88a2b.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-5801 .elementor-element.elementor-element-8e88a2b.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-5801 .elementor-element.elementor-element-8e88a2b.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-5801 .elementor-element.elementor-element-8e88a2b .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-5801 .elementor-element.elementor-element-8e88a2b .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-5801 .elementor-element.elementor-element-8e88a2b .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-5801 .elementor-element.elementor-element-8e88a2b .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-5801 .elementor-element.elementor-element-8e88a2b .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:767px){.elementor-5801 .elementor-element.elementor-element-8e88a2b .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-5801 .elementor-element.elementor-element-8e88a2b:after{content:"0.5";}.elementor-5801 .elementor-element.elementor-element-8e88a2b .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for archive-posts, class: .elementor-element-8e88a2b *//* ===== ARCHIVO DE ENTRADAS ===== */

.blog .site-main,
.archive .site-main {
    max-width: 1200px;
    margin: 0 auto;
}

/* GRID 3 COLUMNAS */
.blog .posts,
.archive .posts,
.blog .elementor-posts-container,
.archive .elementor-posts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* TARJETA */
.blog article,
.archive article {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog article:hover,
.archive article:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* IMAGEN */
.blog article img,
.archive article img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blog article:hover img,
.archive article:hover img {
    transform: scale(1.05);
}

/* CONTENIDO */
.blog .entry-content,
.archive .entry-content,
.blog .elementor-post__text,
.archive .elementor-post__text {
    padding: 20px;
}

/* TÍTULO */
.blog h2.entry-title,
.archive h2.entry-title,
.elementor-post__title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog h2.entry-title a,
.archive h2.entry-title a,
.elementor-post__title a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog h2.entry-title a:hover,
.archive h2.entry-title a:hover,
.elementor-post__title a:hover {
    color: #c10000; /* Ajusta a tu color corporativo */
}

/* META */
.blog .entry-meta,
.archive .entry-meta,
.elementor-post__meta-data {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 12px;
}

/* EXTRACTO */
.blog .entry-summary,
.archive .entry-summary,
.elementor-post__excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}

/* BOTÓN LEER MÁS */
.blog .read-more,
.archive .read-more,
.elementor-post__read-more {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border-bottom: 2px solid #c10000;
    padding-bottom: 3px;
    transition: all 0.2s ease;
}

.blog .read-more:hover,
.archive .read-more:hover,
.elementor-post__read-more:hover {
    color: #c10000;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1024px) {
    .blog .elementor-posts-container,
    .archive .elementor-posts-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .blog .elementor-posts-container,
    .archive .elementor-posts-container {
        grid-template-columns: 1fr;
    }

    .blog article img,
    .archive article img {
        height: 200px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d98aa02 *//* ===== ARCHIVO DE ENTRADAS ===== */

.blog .site-main,
.archive .site-main {
    max-width: 1200px;
    margin: 0 auto;
}

/* GRID 3 COLUMNAS */
.blog .posts,
.archive .posts,
.blog .elementor-posts-container,
.archive .elementor-posts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* TARJETA */
.blog article,
.archive article {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog article:hover,
.archive article:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* IMAGEN */
.blog article img,
.archive article img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blog article:hover img,
.archive article:hover img {
    transform: scale(1.05);
}

/* CONTENIDO */
.blog .entry-content,
.archive .entry-content,
.blog .elementor-post__text,
.archive .elementor-post__text {
    padding: 20px;
}

/* TÍTULO */
.blog h2.entry-title,
.archive h2.entry-title,
.elementor-post__title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog h2.entry-title a,
.archive h2.entry-title a,
.elementor-post__title a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog h2.entry-title a:hover,
.archive h2.entry-title a:hover,
.elementor-post__title a:hover {
    color: #c10000; /* Ajusta a tu color corporativo */
}

/* META */
.blog .entry-meta,
.archive .entry-meta,
.elementor-post__meta-data {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 12px;
}

/* EXTRACTO */
.blog .entry-summary,
.archive .entry-summary,
.elementor-post__excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}

/* BOTÓN LEER MÁS */
.blog .read-more,
.archive .read-more,
.elementor-post__read-more {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border-bottom: 2px solid #c10000;
    padding-bottom: 3px;
    transition: all 0.2s ease;
}

.blog .read-more:hover,
.archive .read-more:hover,
.elementor-post__read-more:hover {
    color: #c10000;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1024px) {
    .blog .elementor-posts-container,
    .archive .elementor-posts-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .blog .elementor-posts-container,
    .archive .elementor-posts-container {
        grid-template-columns: 1fr;
    }

    .blog article img,
    .archive article img {
        height: 200px;
    }
}/* End custom CSS */