.elementor-5685 .elementor-element.elementor-element-7c76a1d{--display:flex;}.elementor-5685 .elementor-element.elementor-element-24b2195{--display:flex;}.elementor-5685 .elementor-element.elementor-element-da837a7{--display:flex;}.elementor-5685 .elementor-element.elementor-element-3e01ce1{--display:flex;}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-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-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-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-posts .elementor-post__card .elementor-post__badge{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-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-posts .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-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-5685 .elementor-element.elementor-element-9a30e61{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-5685 .elementor-element.elementor-element-9a30e61 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-5685 .elementor-element.elementor-element-9a30e61:after{content:"0.66";}.elementor-5685 .elementor-element.elementor-element-9a30e61 .elementor-post__thumbnail__link{width:100%;}.elementor-5685 .elementor-element.elementor-element-9a30e61 .elementor-post__meta-data span + span:before{content:"•";}.elementor-5685 .elementor-element.elementor-element-9a30e61 .elementor-post__text{margin-top:20px;}.elementor-5685 .elementor-element.elementor-element-9a30e61 .elementor-post__badge{right:0;}.elementor-5685 .elementor-element.elementor-element-9a30e61 .elementor-post__card .elementor-post__badge{margin:20px;}.elementor-5685 .elementor-element.elementor-element-9335d01{--display:flex;}.elementor-5685 .elementor-element.elementor-element-158d565{--display:flex;}.elementor-5685 .elementor-element.elementor-element-5b4c443{--display:flex;}.elementor-5685 .elementor-element.elementor-element-6b8937b{--display:flex;}@media(max-width:767px){.elementor-5685 .elementor-element.elementor-element-ddbe96e{width:100%;max-width:100%;}.elementor-5685 .elementor-element.elementor-element-ddbe96e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-5685 .elementor-element.elementor-element-9a30e61 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-5685 .elementor-element.elementor-element-9a30e61:after{content:"0.5";}.elementor-5685 .elementor-element.elementor-element-9a30e61 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-9a30e61 *//* Forzar el extracto a 6 líneas exactas */
.elementor-5685 .elementor-element.elementor-element-9a30e61 .elementor-post__excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Definimos las 6 líneas */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    
    /* Ajustes de espacio para 6 líneas */
    line-height: 1.5em; 
    min-height: 9em; /* Altura calculada: 1.5 x 6 = 9 */
    margin-bottom: 15px;
    color: #444; /* Un tono un poco más oscuro para facilitar la lectura de bloques largos */
}

/* Ajuste opcional para que la tarjeta no se vea infinita */
.elementor-5685 .elementor-element.elementor-element-9a30e61 .elementor-post__text {
    padding: 0 10px; /* Un poco de aire a los lados si tu bloque HTML lo requiere */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5f9fc6 *//* Estilos generales del bloque de Categorías */
.tye-categories-section {
    padding: 60px 20px !important;
    text-align: center !important;
    background-color: #ffffff !important;
}

/* **TÍTULO INTRODUCTORIO (FORZADO)** */
.tye-categories-intro {
    font-family: 'Cormorant Garamond', serif !important; 
    font-size: clamp(32px, 5vw, 60px) !important; 
    font-weight: 700 !important; 
    margin-bottom: 50px !important; 
    line-height: 1.1 !important;
    /* Degradado de Negro (casi) a Dorado */
    background: linear-gradient(90deg, #1A1A1A 0%, #E7C773 85%) !important; 
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    text-shadow: none !important;
}

/* **CONTENEDOR DE LAS TARJETAS (FORZANDO FLEXBOX)** */
.tye-categories-grid {
    display: flex !important;
    flex-wrap: wrap !important; /* CRÍTICO: Mantiene la horizontalidad */
    justify-content: center !important;
    align-items: stretch !important; /* CRÍTICO: Misma altura */
    gap: 30px !important; 
}

/* Estilos de la Tarjeta de Categoría */
.tye-category-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    flex: 1 1 300px !important; 
    background: #fdfdfd !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important; 
    padding: 30px !important;
    min-width: 250px !important; /* CRÍTICO: Asegura que no se hagan demasiado pequeños */
}
.tye-category-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.12) !important;
    transform: translateY(-5px) !important; 
}

/* **IMAGEN DE LA CATEGORÍA (MINIATURA FIJA) - TAMAÑO MÁS PEQUEÑO Y CONTROLADO** */
.tye-category-img {
    width: 90% !important; 
    max-width: 140px !important; 
    height: 120px !important; 
    object-fit: contain !important; 
    margin-bottom: 25px !important; 
    opacity: 0.95 !important; 
    border-radius: 4px !important;
}

/* **TÍTULOS DE LAS TARJETAS (EFECTO DORADO)** */
.tye-category-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 10px 0 !important;
    background: linear-gradient(90deg, #E7C773 0%, #B38C3D 80%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    text-shadow: none !important;
}
.tye-category-desc {
    font-family: 'Lora', serif !important;
    font-size: 16px !important;
    color: #666 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}/* End custom CSS */