.elementor-1024 .elementor-element.elementor-element-164bf39{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1024 .elementor-element.elementor-element-4998cca{--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-widget-hfe-basic-posts .hfe-post-title a{color:var( --e-global-color-primary );}.elementor-widget-hfe-basic-posts .hfe-post-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-hfe-basic-posts .hfe-post-meta{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-hfe-basic-posts .hfe-post-excerpt{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-widget-hfe-basic-posts .hfe-read-more{color:var( --e-global-color-accent );}.elementor-1024 .elementor-element.elementor-element-dadc406 .hfe-post-card{background-color:#00000000;}.elementor-1024 .elementor-element.elementor-element-dadc406 .hfe-posts-grid{grid-template-columns:repeat(1, 1fr);column-gap:20px;row-gap:30px;}.elementor-1024 .elementor-element.elementor-element-dadc406 .hfe-post-content{padding:020px 020px 020px 020px;}.elementor-1024 .elementor-element.elementor-element-dadc406 .hfe-post-title a{color:#000000;}.elementor-1024 .elementor-element.elementor-element-dadc406 .hfe-post-title{font-family:"Helvetica", Sans-serif;font-weight:700;margin-bottom:5px;}.elementor-1024 .elementor-element.elementor-element-dadc406 .hfe-post-meta{font-family:"Montserrat", Sans-serif;font-size:13px;font-weight:300;margin-bottom:15px;}.elementor-1024 .elementor-element.elementor-element-dadc406 .hfe-post-excerpt{font-family:"Helvetica", Sans-serif;font-weight:400;margin-bottom:15px;}.elementor-1024 .elementor-element.elementor-element-8d46e08{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1024 .elementor-element.elementor-element-4998cca{--width:66.6666%;}.elementor-1024 .elementor-element.elementor-element-8d46e08{--width:33.3333%;}}@media(max-width:1024px){.elementor-1024 .elementor-element.elementor-element-dadc406 .hfe-posts-grid{grid-template-columns:repeat(2, 1fr);}}@media(max-width:767px){.elementor-1024 .elementor-element.elementor-element-dadc406 .hfe-posts-grid{grid-template-columns:repeat(1, 1fr);}}/* Start custom CSS for hfe-basic-posts, class: .elementor-element-dadc406 *//* --- 1. ESTRUCTURA PRINCIPAL (GRID 50/50) --- */
.elementor-1024 .elementor-element.elementor-element-dadc406 article, 
.elementor-1024 .elementor-element.elementor-element-dadc406 .elementor-post {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* 50% y 50% */
    gap: 30px !important; /* Reduje un poco el hueco central también */
    align-items: start !important;
    
    /* LÍNEA FINAL (Separación entre posts) */
    border-bottom: 1px solid #000000 !important; /* LÍNEA NEGRA */
    padding-bottom: 20px !important; /* MENOS ESPACIO ABAJO */
    margin-bottom: 20px !important;  /* MENOS ESPACIO HASTA EL SIGUIENTE */
    width: 100% !important;
}

/* --- 2. COLUMNA IMAGEN (Izquierda) --- */
.elementor-1024 .elementor-element.elementor-element-dadc406 .elementor-post__thumbnail__link,
.elementor-1024 .elementor-element.elementor-element-dadc406 .post-thumbnail {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
}

.elementor-1024 .elementor-element.elementor-element-dadc406 img {
    width: 100% !important;
    height: 220px !important; /* Altura controlada */
    object-fit: cover !important;
    filter: grayscale(100%) !important;
    display: block !important;
}

/* --- 3. COLUMNA TEXTO (Derecha) --- */
.elementor-1024 .elementor-element.elementor-element-dadc406 .elementor-post__text,
.elementor-1024 .elementor-element.elementor-element-dadc406 .entry-content {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    justify-content: space-between !important;
}

/* --- 4. DETALLES VISUALES --- */

/* Título */
.elementor-1024 .elementor-element.elementor-element-dadc406 h2 a, .elementor-1024 .elementor-element.elementor-element-dadc406 h3 a, .elementor-1024 .elementor-element.elementor-element-dadc406 .elementor-post__title a {
    color: #333 !important;
    font-size: 22px !important; /* Ajusté un pelín el tamaño para que encaje mejor */
    font-weight: 600 !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important; /* Menos espacio debajo del título */
}

/* Categoría (Amarillo) */
.elementor-1024 .elementor-element.elementor-element-dadc406 .elementor-post__badge,
.elementor-1024 .elementor-element.elementor-element-dadc406 .post-categories {
    color: #F2C94C !important;
    font-size: 11px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 5px !important; /* Menos espacio debajo de la categoría */
    display: inline-block !important;
}

/* Extracto */
.elementor-1024 .elementor-element.elementor-element-dadc406 .elementor-post__excerpt p {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important; /* Menos espacio antes de la línea interna */
}

/* --- 5. LÍNEA INTERNA (Encima de la Fecha) --- */
.elementor-1024 .elementor-element.elementor-element-dadc406 .elementor-post__meta-data {
    border-top: 1px solid #000000 !important; /* LÍNEA NEGRA */
    padding-top: 8px !important; /* MUY POCO ESPACIO ARRIBA */
    margin-top: auto !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    color: #999 !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Ocultar botón Leer Más */
.elementor-1024 .elementor-element.elementor-element-dadc406 .elementor-post__read-more { display: none !important; }

/* --- MÓVIL --- */
@media (max-width: 767px) {
    .elementor-1024 .elementor-element.elementor-element-dadc406 article, .elementor-1024 .elementor-element.elementor-element-dadc406 .elementor-post {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .elementor-1024 .elementor-element.elementor-element-dadc406 img { height: auto !important; }
}/* End custom CSS */
/* Start custom CSS for sidebar, class: .elementor-element-39a205b *//* --- 1. TÍTULOS CON BARRA AMARILLA --- */
/* Busca cualquier encabezado de widget dentro de esta columna */
.elementor-1024 .elementor-element.elementor-element-39a205b .elementor-widget-container h2,
.elementor-1024 .elementor-element.elementor-element-39a205b .elementor-widget-container h3,
.elementor-1024 .elementor-element.elementor-element-39a205b .elementor-widget-container h4,
.elementor-1024 .elementor-element.elementor-element-39a205b .elementor-widget-container h5,
.elementor-1024 .elementor-element.elementor-element-39a205b .widget-title {
    border-left: 4px solid #F2C94C !important; /* La barra amarilla vertical */
    padding-left: 15px !important; /* Separación entre la barra y el texto */
    color: #444444 !important; /* Gris oscuro elegante */
    font-size: 16px !important; /* Tamaño moderado como en la foto */
    font-weight: 500 !important; /* No muy grueso */
    text-transform: capitalize !important; /* Mayúscula inicial */
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
}

/* --- 2. LISTAS DE ENLACES (Categorías, Recientes, etc.) --- */
.elementor-1024 .elementor-element.elementor-element-39a205b ul {
    list-style: none !important; /* Quitar los puntos/viñetas */
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-1024 .elementor-element.elementor-element-39a205b ul li {
    border-bottom: 1px solid #b0b0b0 !important; /* La línea gris divisoria */
    padding: 12px 0 !important; /* Espacio cómodo entre líneas */
    margin: 0 !important;
}

/* El estilo de los textos de los enlaces */
.elementor-1024 .elementor-element.elementor-element-39a205b ul li a {
    color: #555555 !important; /* Gris medio */
    font-size: 14px !important;
    text-decoration: none !important;
    display: block !important;
    transition: color 0.3s;
}

/* Efecto al pasar el mouse (se pone negro) */
.elementor-1024 .elementor-element.elementor-element-39a205b ul li a:hover {
    color: #000000 !important;
}

/* --- 3. TEXTO DE PÁRRAFO (Acerca de este sitio) --- */
.elementor-1024 .elementor-element.elementor-element-39a205b .textwidget, 
.elementor-1024 .elementor-element.elementor-element-39a205b p {
    font-size: 14px !important;
    color: #666666 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    border: none !important; /* Asegurar que el texto no tenga líneas */
}/* End custom CSS */