.elementor-254 .elementor-element.elementor-element-b842c45{--display:flex;--min-height:260px;--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;--border-radius:18px 18px 18px 18px;}.elementor-254 .elementor-element.elementor-element-b842c45 .elementor-background-slideshow__slide__image{background-position:top right;}.elementor-254 .elementor-element.elementor-element-aa4086c{border-radius:18px 18px 18px 18px;}.elementor-254 .elementor-element.elementor-element-a4c9f12{--display:flex;--min-height:440px;--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;--border-radius:18px 18px 18px 18px;}.elementor-254 .elementor-element.elementor-element-6638b93{--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;--border-radius:18px 18px 18px 18px;}.elementor-254 .elementor-element.elementor-element-5f89f81{border-radius:18px 18px 18px 18px;}.elementor-254 .elementor-element.elementor-element-5085624{--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;--border-radius:18px 18px 18px 18px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-254 .elementor-element.elementor-element-121e65b{--divider-border-style:solid;--divider-color:#D4145A;--divider-border-width:3px;border-radius:18px 18px 18px 18px;}.elementor-254 .elementor-element.elementor-element-121e65b .elementor-divider-separator{width:45%;margin:0 auto;margin-center:0;}.elementor-254 .elementor-element.elementor-element-121e65b .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}/* Start custom CSS for html, class: .elementor-element-aa4086c */.iskra-publicaciones-header {
    width: 100%;
    min-height: 360px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 60px 30px;
    box-sizing: border-box;

    text-align: center;
}


/* TÍTULO */

.iskra-publicaciones-title {
    margin: 0;

    font-family: "Russo One", sans-serif;
    font-weight: 400;

    font-size: clamp(48px, 6vw, 82px);
    line-height: 1;

    letter-spacing: 1px;

    color: #111111;
}


/* LÍNEA MAGENTA */

.iskra-publicaciones-line {
    width: 80px;
    height: 4px;

    margin: 22px 0 20px;

    background: #C94F8A;
}


/* SUBTÍTULO */

.iskra-publicaciones-subtitle {
    max-width: 780px;

    margin: 0;

    font-family: "Michroma", sans-serif;
    font-weight: 400;

    font-size: clamp(9px, 1vw, 13px);
    line-height: 1.8;

    letter-spacing: 2px;

    color: #202020;
}


/* TABLET */

@media (max-width: 1024px) {

    .iskra-publicaciones-header {
        min-height: 340px;
        padding: 50px 30px;
    }

    .iskra-publicaciones-title {
        font-size: 60px;
    }

    .iskra-publicaciones-subtitle {
        max-width: 650px;
    }

}


/* MÓVIL */

@media (max-width: 767px) {

    .iskra-publicaciones-header {
        min-height: 300px;
        padding: 45px 22px;
    }

    .iskra-publicaciones-title {
        font-size: 42px;
        line-height: 1.05;
    }

    .iskra-publicaciones-line {
        width: 55px;
        height: 3px;

        margin: 17px 0 18px;
    }

    .iskra-publicaciones-subtitle {
        max-width: 340px;

        font-size: 8px;
        line-height: 1.8;

        letter-spacing: 1.3px;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a4c9f12 *//* =========================================
   ISKRA — BLOQUE 02 / DESTACADO
   ========================================= */

.iskra-featured {
    width: 100%;
    min-height: 440px;

    border-radius: 18px;
    overflow: hidden;

    box-sizing: border-box;

    position: relative;
}


/* CONTENEDOR INTERIOR */

.iskra-featured-inner {
    width: 100%;
    height: 100%;
    min-height: 440px;

    display: flex;

    overflow: hidden;
}


/* IMAGEN */

.iskra-featured-image {
    width: 53%;
    min-height: 440px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* CONTENIDO */

.iskra-featured-content {
    width: 47%;
    min-height: 440px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 55px;

    box-sizing: border-box;

    background: #111111;
    color: #ffffff;
}


/* TABLET */

@media (max-width: 1024px) {

    .iskra-featured {
        min-height: 420px;
        border-radius: 16px;
    }

    .iskra-featured-inner {
        min-height: 420px;
    }

    .iskra-featured-image {
        min-height: 420px;
    }

    .iskra-featured-content {
        min-height: 420px;
        padding: 40px;
    }

}


/* MÓVIL */

@media (max-width: 767px) {

    .iskra-featured {
        min-height: auto;
        border-radius: 14px;
    }

    .iskra-featured-inner {
        min-height: auto;
        flex-direction: column;
    }

    .iskra-featured-image {
        width: 100%;
        min-height: 300px;
    }

    .iskra-featured-content {
        width: 100%;
        min-height: 340px;

        padding: 35px 25px;
    }

}/* End custom CSS */
/* Start custom CSS for divider, class: .elementor-element-121e65b *//* =========================================
   ISKRA — ÚLTIMAS PUBLICACIONES
   VERSIÓN COMPACTA
   ========================================= */

.iskra-ultimas {
    width: 100%;
    overflow: hidden;
}

.iskra-ultimas-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;

    padding: 38px 35px 45px;

    box-sizing: border-box;
}


/* ================================
   CABECERA
   ================================ */

.iskra-ultimas-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 24px;
}

.iskra-ultimas-title h2 {
    margin: 0;

    font-family: "Russo One", sans-serif;

    font-size: clamp(26px, 2.4vw, 36px);

    line-height: .95;

    font-weight: 400;

    color: #111111;

    letter-spacing: -1px;
}

.iskra-title-line {
    width: 55px;
    height: 3px;

    margin-top: 12px;

    background: #d34f91;
}


/* BOTÓN */

.iskra-all-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 15px;

    border: 1.5px solid #b98925;

    border-radius: 6px;

    color: #111111;

    text-decoration: none;

    font-family: "Michroma", sans-serif;

    font-size: 8px;

    transition: all .3s ease;
}

.iskra-all-button span {
    font-size: 16px;

    color: #b98925;
}


/* ================================
   GRID
   ================================ */

.iskra-ultimas-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 14px;
}


/* ================================
   TARJETAS
   ================================ */

.iskra-post-card {

    background: rgba(255,255,255,.55);

    border-radius: 10px;

    overflow: hidden;

    box-shadow:
        0 3px 10px rgba(0,0,0,.08);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.iskra-post-card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 8px 18px rgba(0,0,0,.14);
}


/* ================================
   IMAGEN
   ================================ */

.iskra-post-image {

    position: relative;

    display: block;

    height: 155px;

    overflow: hidden;

    text-decoration: none;
}

.iskra-post-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition:
        transform .5s ease;
}

.iskra-post-card:hover
.iskra-post-image img {

    transform: scale(1.04);
}


/* CATEGORÍA */

.iskra-post-category {

    position: absolute;

    left: 12px;
    bottom: 10px;

    padding: 5px 8px;

    background: #c63f83;

    color: #ffffff;

    font-family: "Michroma", sans-serif;

    font-size: 6px;

    border-radius: 3px;
}


/* ================================
   PLACEHOLDER
   ================================ */

.iskra-placeholder-image {

    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle at center,
            #594a35 0%,
            #28231c 40%,
            #111111 100%
        );
}

.iskra-placeholder-image span {

    font-family: "Russo One", sans-serif;

    font-size: 24px;

    letter-spacing: 5px;

    color: #d9a62a;
}


/* ================================
   CONTENIDO
   ================================ */

.iskra-post-content {

    padding: 15px 16px 14px;
}


/* TÍTULO */

.iskra-post-content h3 {

    margin: 0 0 7px;

    font-family: "Russo One", sans-serif;

    font-size: 17px;

    line-height: 1.12;

    font-weight: 400;

    color: #111111;
}


/* DESCRIPCIÓN */

.iskra-post-content p {

    margin: 0;

    min-height: 38px;

    font-family: "Michroma", sans-serif;

    font-size: 7px;

    line-height: 1.6;

    color: #333333;
}


/* ================================
   FECHA + LEER
   ================================ */

.iskra-post-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top:/* End custom CSS */