.elementor-2413 .elementor-element.elementor-element-3060d9a{--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-2413 .elementor-element.elementor-element-3eb4d83{width:100%;max-width:100%;}.elementor-2413 .elementor-element.elementor-element-3eb4d83.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-2413 .elementor-element.elementor-element-292f0a0{--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;}.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-2413 .elementor-element.elementor-element-d4d163a .hfe-post-card{background-color:#F6F6F6;}.elementor-2413 .elementor-element.elementor-element-d4d163a{width:100%;max-width:100%;}.elementor-2413 .elementor-element.elementor-element-d4d163a.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-2413 .elementor-element.elementor-element-d4d163a .hfe-posts-grid{grid-template-columns:repeat(3, 1fr);column-gap:20px;row-gap:30px;}.elementor-2413 .elementor-element.elementor-element-d4d163a .hfe-post-content{padding:20px 20px 20px 20px;}.elementor-2413 .elementor-element.elementor-element-d4d163a .hfe-post-title{margin-bottom:5px;}.elementor-2413 .elementor-element.elementor-element-d4d163a .hfe-post-meta{margin-bottom:15px;}.elementor-2413 .elementor-element.elementor-element-d4d163a .hfe-post-excerpt{margin-bottom:15px;}.elementor-2413 .elementor-element.elementor-element-7514ecf{--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;}body.elementor-page-2413:not(.elementor-motion-effects-element-type-background), body.elementor-page-2413 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A0A;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2413 .elementor-element.elementor-element-d4d163a .hfe-posts-grid{grid-template-columns:repeat(2, 1fr);}}@media(max-width:767px){.elementor-2413 .elementor-element.elementor-element-d4d163a .hfe-posts-grid{grid-template-columns:repeat(1, 1fr);}}/* Start custom CSS for hfe-basic-posts, class: .elementor-element-d4d163a *//* =================================================================
   ARCAMI · CSS PARA BLOQUE "ENTRADAS BÁSICAS" (HFE Posts Grid)
   =================================================================
   Pegar en: Apariencia → Personalizar → CSS Adicional
   ================================================================= */

/* Contenedor principal de la cuadrícula */
.hfe-posts-grid {
    background: #0A0A0A !important;
    padding: 40px 24px 100px !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    font-family: 'Inter Tight', sans-serif !important;
}

/* Cada card individual */
.hfe-posts-grid .hfe-post-card {
    background: #1A1A1A !important;
    border: 1px solid rgba(0, 170, 255, 0.15) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.hfe-posts-grid .hfe-post-card:hover {
    border-color: #00AAFF !important;
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.2) !important;
    transform: translateY(-4px) !important;
}

/* Imagen destacada */
.hfe-posts-grid .hfe-post-image {
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    margin: 0 !important;
}

.hfe-posts-grid .hfe-post-image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.hfe-posts-grid .hfe-post-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
}

/* Contenido del card (todo lo que va debajo de la imagen) */
.hfe-posts-grid .hfe-post-content {
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

/* Título del post */
.hfe-posts-grid .hfe-post-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 0 12px 0 !important;
    font-family: 'Inter Tight', sans-serif !important;
}

.hfe-posts-grid .hfe-post-title a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.hfe-posts-grid .hfe-post-title a:hover {
    color: #00AAFF !important;
}

/* Meta (fecha y autor) */
.hfe-posts-grid .hfe-post-meta {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #00AAFF !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    margin: 0 0 16px 0 !important;
}

.hfe-posts-grid .hfe-post-date,
.hfe-posts-grid .hfe-post-author {
    color: #00AAFF !important;
}

.hfe-posts-grid .hfe-meta-separator {
    color: #666666 !important;
}

/* Extracto */
.hfe-posts-grid .hfe-post-excerpt {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #999999 !important;
    line-height: 1.5 !important;
    margin: 0 0 20px 0 !important;
    flex-grow: 1 !important;
}

/* Botón "Leer más" */
.hfe-posts-grid .hfe-read-more {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #00AAFF !important;
    text-decoration: none !important;
    align-self: flex-start !important;
    transition: color 0.2s ease !important;
}

.hfe-posts-grid .hfe-read-more:hover {
    color: #66CCFF !important;
}

/* Responsive */
@media (max-width: 968px) {
    .hfe-posts-grid {
        grid-template-columns: 1fr !important;
        padding: 20px 16px 70px !important;
    }
}/* End custom CSS */