.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-29 .elementor-element.elementor-element-6ad31f8{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-29 .elementor-element.elementor-element-6ad31f8 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-29 .elementor-element.elementor-element-6ad31f8:after{content:"0.66";}.elementor-29 .elementor-element.elementor-element-6ad31f8 .elementor-post__thumbnail__link{width:100%;}.elementor-29 .elementor-element.elementor-element-6ad31f8 .elementor-post__meta-data span + span:before{content:"•";}.elementor-29 .elementor-element.elementor-element-6ad31f8 .elementor-post__text{margin-top:20px;}.elementor-29 .elementor-element.elementor-element-6ad31f8 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-29 .elementor-element.elementor-element-6ad31f8 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-29 .elementor-element.elementor-element-6ad31f8 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-29 .elementor-element.elementor-element-6ad31f8 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-29 .elementor-element.elementor-element-6ad31f8 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}.elementor-29 .elementor-element.elementor-element-2194b4e{--spacer-size:171px;}@media(max-width:767px){.elementor-29 .elementor-element.elementor-element-6ad31f8 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-29 .elementor-element.elementor-element-6ad31f8:after{content:"0.5";}.elementor-29 .elementor-element.elementor-element-6ad31f8 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-25eefc9 */.section-title-container {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
}

.section-title-container .subtitle {
    color: #2c5f7f;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 10px;
}

.section-title-container h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #2d3748;
    margin: 0;
}

.title-divider {
    width: 80px;
    height: 4px;
    background: #2c5f7f;
    margin: 20px auto 0;
    border-radius: 2px;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-be7081a *//* --- Contenedor General de Noticias (Elementor) --- */
.elementor-widget-archive-posts {
    padding: 20px 0;
}

/* --- Estilo de la Tarjeta (Card) --- */
.elementor-post__card {
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease-in-out !important;
    display: flex;
    flex-direction: column;
}

/* Efecto al pasar el ratón */
.elementor-post__card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1) !important;
    border-color: #2c5f7f !important; /* El azul de tu degradado */
}

/* --- Título de la Noticia --- */
.elementor-post__title {
    padding: 20px 20px 10px 20px;
}

.elementor-post__title a {
    color: #2d3748 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.4rem !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.elementor-post__card:hover .elementor-post__title a {
    color: #2c5f7f !important;
}

/* --- Extracto de Texto (Cuerpo) --- */
.elementor-post__excerpt {
    padding: 0 20px 20px 20px;
    color: #718096 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    font-weight: 300 !important;
}

/* --- Meta Datos (Fecha) --- */
.elementor-post__meta-data {
    padding: 15px 20px !important;
    background: #f8fafc !important; /* Fondo sutil para la parte inferior */
    border-top: 1px solid #f0f0f0 !important;
}

.elementor-post-date {
    color: #2c5f7f !important; /* Azul para la fecha */
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase;
}

/* --- Ajuste para las imágenes (si las añades después) --- */
.elementor-post__thumbnail__link {
    display: block !important; /* Fuerza a que el enlace sea un bloque visible */
    height: 230px !important;  /* Define la altura aquí */
    width: 100% !important;
    overflow: hidden !important;
    background-color: #f0f0f0; /* Fondo gris por si la imagen tarda en cargar */
}

.elementor-post__thumbnail img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Ajuste perfecto sin deformar */
    opacity: 1 !important;        /* Asegura que no esté transparente */
    visibility: visible !important;
    transition: transform 0.5s ease !important;
}

/* El efecto de zoom al pasar el ratón */
.elementor-post__card:hover .elementor-post__thumbnail img {
    transform: scale(1.1) !important;
}

/* --- Paginación (Números) --- */
.elementor-pagination {
    margin-top: 40px !important;
    text-align: center;
}

.elementor-pagination .page-numbers {
    padding: 10px 18px !important;
    background: #fff;
    border: 1px solid #2c5f7f;
    color: #2c5f7f !important;
    border-radius: 5px;
    font-weight: 700;
    transition: all 0.3s;
}

.elementor-pagination .page-numbers.current,
.elementor-pagination .page-numbers:hover {
    background: #2c5f7f !important;
    color: #ffffff !important;
}/* End custom CSS */