.elementor-379 .elementor-element.elementor-element-dbf3eeb{--display:flex;--min-height:340px;--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;--justify-content:center;--padding-top:55px;--padding-bottom:55px;--padding-left:70px;--padding-right:70px;}.elementor-379 .elementor-element.elementor-element-dbf3eeb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-379 .elementor-element.elementor-element-1f26f5b{--display:flex;--min-height:0px;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-379 .elementor-element.elementor-element-785f437{--display:flex;}.elementor-379 .elementor-element.elementor-element-d8ba418{--display:flex;--min-height:0px;--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-379 .elementor-element.elementor-element-3a40fee{--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-379 .elementor-element.elementor-element-09d4fe3{--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-379 .elementor-element.elementor-element-38d0e4d{--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;}@media(min-width:768px){.elementor-379 .elementor-element.elementor-element-dbf3eeb{--width:90%;}.elementor-379 .elementor-element.elementor-element-1f26f5b{--content-width:1149px;}}/* Start custom CSS for html, class: .elementor-element-89dda48 *//* =========================================
   ISKRA — HERO MEDIOS
   ========================================= */

.iskra-medios-hero {
    width: 100%;
    height: 340px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding: 35px 60px;

    color: #ffffff;
    font-family: "Michroma", sans-serif;
}


/* ANTETÍTULO */

.iskra-medios-hero .medios-antetitulo {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 12px;

    color: #f2c400;

    font-family: "Michroma", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.iskra-medios-hero .medios-antetitulo span {
    display: block;

    width: 42px;
    height: 3px;

    background: #f2c400;
}


/* TÍTULO */

.iskra-medios-hero h1 {
    margin: 0;

    color: #e21870;

    font-family: "Russo One", sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 1px;
}


/* LÍNEA */

.iskra-medios-hero .medios-linea {
    width: 72px;
    height: 4px;

    margin-top: 18px;
    margin-bottom: 18px;

    background: #e21870;
}


/* FRASE */

.iskra-medios-hero p {
    margin: 0;

    max-width: 620px;

    color: #ffffff;

    font-family: "Michroma", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.5px;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {

    .iskra-medios-hero {
        padding: 30px 45px;
    }

    .iskra-medios-hero h1 {
        font-size: 60px;
    }

}


/* =========================================
   MÓVIL
   ========================================= */

@media (max-width: 767px) {

    .iskra-medios-hero {
        height: 340px;
        padding: 30px 25px;
    }

    .iskra-medios-hero .medios-antetitulo {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .iskra-medios-hero .medios-antetitulo span {
        width: 28px;
        height: 2px;
    }

    .iskra-medios-hero h1 {
        font-size: 48px;
    }

    .iskra-medios-hero p {
        font-size: 12px;
        line-height: 1.6;
        max-width: 90%;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dbf3eeb *//* =========================================
   HERO MEDIOS — ISKRA
   ========================================= */

.iskra-medios-hero {
    width: 100%;
    height: 280px;
    min-height: 280px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    margin: 0;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* Contenedor del texto */
.iskra-medios-contenido {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;

    padding: 0 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Línea superior */
.medios-antetitulo {
    margin: 0 0 14px 0;

    font-family: "Michroma", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;

    color: #F2C300;
}


/* Título MEDIOS */
.iskra-medios-hero h1 {
    margin: 0;

    font-family: "Russo One", sans-serif;
    font-size: 64px;
    line-height: 1;
    font-weight: 400;

    color: #E5007D;
}


/* Línea debajo del título */
.medios-linea {
    width: 85px;
    height: 4px;

    margin: 18px 0;

    background: #E5007D;
}


/* Texto descriptivo */
.iskra-medios-hero p {
    margin: 0;

    max-width: 500px;

    font-family: "Russo One", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;

    color: #FFFFFF;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {

    .iskra-medios-hero {
        height: 260px;
        min-height: 260px;
    }

    .iskra-medios-contenido {
        padding: 0 30px;
    }

    .iskra-medios-hero h1 {
        font-size: 52px;
    }
}


/* =========================================
   MÓVIL
   ========================================= */

@media (max-width: 767px) {

    .iskra-medios-hero {
        height: 240px;
        min-height: 240px;
    }

    .iskra-medios-contenido {
        padding: 0 22px;
    }

    .medios-antetitulo {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .iskra-medios-hero h1 {
        font-size: 42px;
    }

    .medios-linea {
        width: 60px;
        height: 3px;
        margin: 12px 0;
    }

    .iskra-medios-hero p {
        font-size: 15px;
        line-height: 1.4;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7cbec8 *//* =========================================================
   ISKRA — MEDIOS
   SLIDER / CARRUSEL PRINCIPAL
   ========================================================= */

/* CONTENEDOR PRINCIPAL */
.iskra-medios-slider {
    width: 100vw;
    max-width: none;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    margin-top: 0;
    margin-bottom: 0;

    padding: 0;

    position: relative;
    background: #070707;

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================================
   ESTRUCTURA INTERNA
   ========================================================= */

.iskra-medios-slider * {
    box-sizing: border-box;
}


/* =========================================================
   CONTENIDO DE CADA DIAPOSITIVA
   ========================================================= */

.iskra-medios-slide {
    width: 100%;
    min-height: 690px;

    display: flex;
    align-items: stretch;

    position: relative;

    background: #070707;

    overflow: hidden;
}


/* =========================================================
   COLUMNA IZQUIERDA
   ========================================================= */

.iskra-medios-info {
    width: 35%;
    flex: 0 0 35%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 70px 45px 70px 8%;

    position: relative;
    z-index: 2;
}


/* =========================================================
   NUMERACIÓN
   ========================================================= */

.iskra-medios-numero {
    display: flex;
    align-items: baseline;
    gap: 8px;

    margin-bottom: 28px;

    color: #ffd000;

    font-family: "Russo One", sans-serif;
    font-size: 24px;
    line-height: 1;

    letter-spacing: 2px;
}

.iskra-medios-numero small {
    font-size: 13px;
    letter-spacing: 1px;
}


/* Línea debajo de la numeración */

.iskra-medios-numero::after {
    content: "";

    display: block;

    width: 180px;
    height: 1px;

    background: rgba(255, 208, 0, 0.45);

    position: absolute;

    left: 8%;
    top: 150px;
}


/* =========================================================
   TÍTULO MEDIOS
   ========================================================= */

.iskra-medios-titulo {
    margin: 35px 0 30px;

    color: #ffd000;

    font-family: "Russo One", sans-serif;

    font-size: clamp(52px, 5vw, 88px);

    line-height: 0.95;

    letter-spacing: 1px;

    white-space: nowrap;
}


/* =========================================================
   DESCRIPCIÓN
   ========================================================= */

.iskra-medios-descripcion {
    max-width: 430px;

    margin: 0;

    color: #ffffff;

    font-family: "Mitr", sans-serif;

    font-size: 20px;

    line-height: 1.5;
}


/* =========================================================
   LÍNEA MAGENTA
   ========================================================= */

.iskra-medios-linea {
    width: 130px;
    height: 4px;

    margin-top: 45px;

    background: #ed0875;
}


/* =========================================================
   ESTUDIO ISKRA
   ========================================================= */

.iskra-medios-estudio {
    margin-top: 55px;

    color: #ffd000;

    font-family: "Russo One", sans-serif;

    font-size: 14px;

    letter-spacing: 7px;

    text-transform: uppercase;
}


/* =========================================================
   COLUMNA DERECHA — VIDEO
   ========================================================= */

.iskra-medios-video {
    width: 65%;
    flex: 0 0 65%;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 55px 8% 55px 20px;

    position: relative;
}


/* Marco del video */

.iskra-medios-video-frame {
    width: 100%;
    aspect-ratio: 16 / 9;

    position: relative;

    background: #000000;

    border: 1px solid rgba(255, 208, 0, 0.65);

    overflow: hidden;
}


/* =========================================================
   BOTÓN PLAY
   ========================================================= */

.iskra-medios-play {
    width: 84px;
    height: 84px;

    border: 2px solid #ed0875;

    border-radius: 50%;

    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ed0875;

    font-size: 30px;

    z-index: 5;
}

.iskra-medios-play::after {
    content: "▶";

    margin-left: 5px;
}


/* =========================================================
   REC
   ========================================================= */

.iskra-medios-rec {
    position: absolute;

    top: 45px;
    right: 8%;

    display: flex;
    align-items: center;
    gap: 10px;

    color: #ed0875;

    font-family: "Russo One", sans-serif;

    font-size: 15px;

    letter-spacing: 2px;

    z-index: 5;
}

.iskra-medios-rec::before {
    content: "";

    width: 11px;
    height: 11px;

    background: #ed0875;

    border-radius: 50%;
}


/* =========================================================
   CONTROLES DEL CARRUSEL
   ========================================================= */

.iskra-medios-controles {
    width: 100%;

    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    background: #070707;

    border-top: 1px solid rgba(255, 208, 0, 0.25);
}


/* Flechas */

.iskra-medios-prev,
.iskra-medios-next {
    border: none;

    background: transparent;

    color: #ffd000;

    font-family: "Russo One", sans-serif;

    font-size: 28px;

    cursor: pointer;

    padding: 8px 20px;

    transition: 0.2s ease;
}

.iskra-medios-prev:hover,
.iskra-medios-next:hover {
    color: #ed0875;

    transform: scale(1.1);
}


/* =========================================================
   INDICADORES
   ========================================================= */

.iskra-medios-dots {
    display: flex;

    align-items: center;

    gap: 10px;
}

.iskra-medios-dot {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #555555;

    cursor: pointer;

    transition: 0.25s ease;
}

.iskra-medios-dot.active {
    width: 28px;

    border-radius: 0;

    background: #ed0875;
}


/* =========================================================
   EVITAR ESPACIOS DE ELEMENTOR
   ========================================================= */

.iskra-medios-slider p,
.iskra-medios-slider h1,
.iskra-medios-slider h2,
.iskra-medios-slider h3,
.iskra-medios-slider h4 {
    margin-top: 0;
}


/* =========================================================
   EL CONTENEDOR DE ELEMENTOR NO DEBE AÑADIR MÁRGENES
   ========================================================= */

.elementor-element:has(.iskra-medios-slider) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .iskra-medios-slide {
        min-height: 600px;
    }

    .iskra-medios-info {
        width: 38%;
        flex-basis: 38%;

        padding-left: 6%;
        padding-right: 25px;
    }

    .iskra-medios-video {
        width: 62%;
        flex-basis: 62%;

        padding-right: 6%;
    }

    .iskra-medios-titulo {
        font-size: 58px;
    }

    .iskra-medios-descripcion {
        font-size: 17px;
    }

    .iskra-medios-numero::after {
        left: 6%;
        width: 140px;
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {

    .iskra-medios-slider {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .iskra-medios-slide {
        min-height: auto;

        flex-direction: column;
    }

    .iskra-medios-info {
        width: 100%;
        flex-basis: auto;

        padding: 45px 30px 30px;
    }

    .iskra-medios-numero {
        font-size: 20px;

        margin-bottom: 15px;
    }

    .iskra-medios-numero::after {
        position: static;

        margin-top: 18px;

        width: 120px;
    }

    .iskra-medios-titulo {
        margin: 25px 0 20px;

        font-size: 48px;

        white-space: nowrap;
    }

    .iskra-medios-descripcion {
        max-width: 100%;

        font-size: 17px;
    }

    .iskra-medios-linea {
        margin-top: 25px;
    }

    .iskra-medios-estudio {
        margin-top: 30px;

        font-size: 11px;

        letter-spacing: 5px;
    }

    .iskra-medios-video {
        width: 100%;
        flex-basis: auto;

        padding: 20px 30px 40px;
    }

    .iskra-medios-video-frame {
        width: 100%;
    }

    .iskra-medios-rec {
        top: 20px;
        right: 30px;
    }

    .iskra-medios-controles {
        height: 65px;
    }
}


/* =========================================================
   MÓVILES PEQUEÑOS
   ========================================================= */

@media (max-width: 480px) {

    .iskra-medios-info {
        padding-left: 22px;
        padding-right: 22px;
    }

    .iskra-medios-video {
        padding-left: 22px;
        padding-right: 22px;
    }

    .iskra-medios-titulo {
        font-size: 40px;
    }

    .iskra-medios-descripcion {
        font-size: 16px;
    }

    .iskra-medios-play {
        width: 65px;
        height: 65px;

        font-size: 23px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd96c23 *//* =====================================================
   ISKRA — EXPLORA NUESTROS MEDIOS
   ===================================================== */

.iskra-explora-medios {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 30px 80px;
    box-sizing: border-box;
    background: #070707;
}


/* ---------- TÍTULO ---------- */

.iskra-explora-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 45px;
}

.iskra-explora-header h2 {
    margin: 0;
    font-family: "Russo One", sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 5px;
    text-align: center;
    color: #d6a900;
}

.iskra-explora-linea {
    width: 45px;
    height: 2px;
    background: #e6007e;
}


/* ---------- TARJETAS ---------- */

.iskra-medios-categorias {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    width: 100%;
}


/* ---------- TARJETA ---------- */

.iskra-medio-card {
    position: relative;
    min-height: 270px;
    padding: 38px 20px 30px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-decoration: none;

    background: #0d0d0d;
    border: 1px solid #665000;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}


/* Esquinas decorativas */

.iskra-medio-card::before,
.iskra-medio-card::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.iskra-medio-card::before {
    top: -1px;
    left: -1px;
    border-top: 2px solid #e6007e;
    border-left: 2px solid #e6007e;
}

.iskra-medio-card::after {
    bottom: -1px;
    right: -1px;
    border-bottom: 2px solid #d6a900;
    border-right: 2px solid #d6a900;
}


/* ---------- ICONO ---------- */

.iskra-medio-icono {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    font-family: "Russo One", sans-serif;
    font-size: 27px;

    color: #e6007e;

    border: 1px solid #d6a900;
    border-radius: 50%;

    box-sizing: border-box;
}

.iskra-icono-ondas {
    font-size: 18px;
    letter-spacing: -4px;
}


/* ---------- TÍTULO DE CATEGORÍA ---------- */

.iskra-medio-card h3 {
    margin: 0;

    font-family: "Russo One", sans-serif;
    font-size: 17px;
    font-weight: 400;

    letter-spacing: 4px;
    text-align: center;

    color: #ffffff;
}


/* ---------- LÍNEA ---------- */

.iskra-medio-linea {
    width: 35px;
    height: 2px;

    margin: 18px 0 18px;

    background: #e6007e;
}


/* ---------- DESCRIPCIÓN ---------- */

.iskra-medio-card p {
    margin: 0;

    font-family: "Mitchroma", sans-serif;
    font-size: 10px;
    line-height: 1.8;

    text-align: center;

    color: #d0d0d0;
}


/* ---------- HOVER ---------- */

.iskra-medio-card:hover {
    transform: translateY(-6px);

    background: #111111;

    border-color: #d6a900;
}

.iskra-medio-card:hover .iskra-medio-icono {
    border-color: #e6007e;
    color: #d6a900;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1000px) {

    .iskra-medios-categorias {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* =====================================================
   MÓVIL
   ===================================================== */

@media (max-width: 700px) {

    .iskra-explora-medios {
        padding: 55px 18px 60px;
    }

    .iskra-explora-header {
        gap: 12px;
        margin-bottom: 35px;
    }

    .iskra-explora-header h2 {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .iskra-explora-linea {
        width: 25px;
    }

    .iskra-medios-categorias {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .iskra-medio-card {
        min-height: 230px;
    }

}


/* =====================================================
   MÓVIL PEQUEÑO
   ===================================================== */

@media (max-width: 400px) {

    .iskra-explora-header h2 {
        font-size: 15px;
        letter-spacing: 2px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa7c91c *//* =====================================================
   ISKRA — ÚLTIMOS CONTENIDOS
   ===================================================== */

.iskra-ultimos-contenidos {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 30px 80px;
    box-sizing: border-box;
    background: #070707;
}


/* ---------- CABECERA ---------- */

.iskra-contenidos-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 45px;
}

.iskra-contenidos-header span {
    width: 42px;
    height: 2px;
    background: #e6007e;
}

.iskra-contenidos-header h2 {
    margin: 0;

    font-family: "Russo One", sans-serif;
    font-size: 25px;
    font-weight: 400;

    letter-spacing: 5px;
    text-align: center;

    color: #d6a900;
}


/* ---------- GRID ---------- */

.iskra-contenidos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}


/* ---------- TARJETA ---------- */

.iskra-contenido-card {
    position: relative;

    background: #0c0c0c;

    border: 1px solid #665000;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}


/* ---------- ZONA VISUAL ---------- */

.iskra-contenido-imagen {
    position: relative;

    height: 250px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle at center,
            #202020 0%,
            #0a0a0a 55%,
            #050505 100%
        );

    border-bottom: 1px solid #665000;
}


/* ---------- PLAY ---------- */

.iskra-contenido-play {
    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e6007e;
    border-radius: 50%;

    color: #e6007e;

    font-size: 22px;

    padding-left: 4px;

    box-sizing: border-box;
}


/* ---------- ETIQUETA ---------- */

.iskra-contenido-etiqueta {
    position: absolute;

    bottom: 0;
    left: 0;

    padding: 7px 13px;

    font-family: "Russo One", sans-serif;
    font-size: 10px;

    letter-spacing: 2px;

    color: #080808;
    background: #e6007e;
}

.iskra-contenido-etiqueta.podcast {
    background: #d6a900;
}


/* ---------- INFORMACIÓN ---------- */

.iskra-contenido-info {
    padding: 25px 22px 28px;
}

.iskra-contenido-info h3 {
    margin: 0 0 14px;

    font-family: "Russo One", sans-serif;
    font-size: 19px;
    font-weight: 400;

    letter-spacing: 2px;

    color: #ffffff;
}

.iskra-contenido-info p {
    margin: 0;

    font-family: "Mitchroma", sans-serif;
    font-size: 10px;
    line-height: 1.8;

    color: #bdbdbd;
}


/* ---------- HOVER ---------- */

.iskra-contenido-card:hover {
    transform: translateY(-5px);
    border-color: #d6a900;
}


/* ---------- BOTÓN ---------- */

.iskra-contenidos-boton {
    display: flex;
    justify-content: center;

    margin-top: 45px;
}

.iskra-contenidos-boton a {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    padding: 15px 28px;

    border: 1px solid #d6a900;

    font-family: "Russo One", sans-serif;
    font-size: 11px;

    letter-spacing: 2px;

    text-decoration: none;

    color: #d6a900;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.iskra-contenidos-boton a span {
    font-size: 20px;
}

.iskra-contenidos-boton a:hover {
    background: #d6a900;
    color: #080808;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 850px) {

    .iskra-contenidos-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }

}


/* =====================================================
   MÓVIL
   ===================================================== */

@media (max-width: 600px) {

    .iskra-ultimos-contenidos {
        padding: 55px 18px 65px;
    }

    .iskra-contenidos-header {
        gap: 12px;
        margin-bottom: 35px;
    }

    .iskra-contenidos-header h2 {
        font-size: 17px;
        letter-spacing: 3px;
    }

    .iskra-contenidos-header span {
        width: 25px;
    }

    .iskra-contenido-imagen {
        height: 210px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64e5aab *//* =====================================================
   ISKRA — SUSCRIPCIÓN
   ===================================================== */

.iskra-suscripcion {

    width: 100%;

    background:
        radial-gradient(
            circle at 75% 50%,
            rgba(230, 0, 126, 0.07),
            transparent 35%
        ),
        #070707;

    border-top: 1px solid rgba(214, 169, 0, 0.25);
    border-bottom: 1px solid rgba(214, 169, 0, 0.25);

    padding: 85px 8%;

    box-sizing: border-box;
}


/* =====================================================
   CONTENIDO
   ===================================================== */

.iskra-suscripcion-contenido {

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 100px;

    align-items: center;
}


/* =====================================================
   COLUMNA IZQUIERDA
   ===================================================== */

.iskra-suscripcion-texto {

    position: relative;

    padding-left: 35px;
}


/* Línea lateral */

.iskra-suscripcion-texto::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 3px;
    height: 100%;

    background: #e6007e;
}


/* Número */

.iskra-suscripcion-numero {

    display: block;

    margin-bottom: 25px;

    font-family: "Mitchroma", sans-serif;

    font-size: 10px;

    letter-spacing: 4px;

    color: #d6a900;
}


/* Título */

.iskra-suscripcion-texto h2 {

    margin: 0;

    font-family: "Russo One", sans-serif;

    font-size: clamp(40px, 4vw, 64px);

    line-height: 1.05;

    font-weight: 400;

    letter-spacing: 1px;

    color: #ffffff;
}

.iskra-suscripcion-texto h2 strong {

    color: #d6a900;

    font-weight: 400;
}


/* Descripción */

.iskra-suscripcion-texto p {

    max-width: 470px;

    margin: 35px 0 0;

    font-family: "Mitchroma", sans-serif;

    font-size: 12px;

    line-height: 1.9;

    color: #bdbdbd;
}


/* =====================================================
   FORMULARIO
   ===================================================== */

.iskra-suscripcion-formulario {

    padding: 45px;

    border: 1px solid #665000;

    background: #0c0c0c;

    position: relative;
}


/* Esquinas */

.iskra-suscripcion-formulario::before {

    content: "";

    position: absolute;

    top: -1px;
    left: -1px;

    width: 30px;
    height: 30px;

    border-top: 2px solid #e6007e;
    border-left: 2px solid #e6007e;
}


.iskra-suscripcion-formulario::after {

    content: "";

    position: absolute;

    bottom: -1px;
    right: -1px;

    width: 30px;
    height: 30px;

    border-bottom: 2px solid #d6a900;
    border-right: 2px solid #d6a900;
}


/* Título formulario */

.iskra-suscripcion-form-title {

    font-family: "Russo One", sans-serif;

    font-size: 27px;

    letter-spacing: 4px;

    color: #ffffff;
}


/* Línea */

.iskra-form-linea {

    width: 55px;
    height: 3px;

    margin: 20px 0;

    background: #e6007e;
}


/* Texto */

.iskra-suscripcion-formulario p {

    margin: 0 0 30px;

    font-family: "Mitchroma", sans-serif;

    font-size: 11px;

    color: #bdbdbd;
}


/* Form */

.iskra-suscripcion-formulario form {

    display: flex;

    flex-direction: column;

    gap: 15px;
}


/* Input */

.iskra-suscripcion-formulario input {

    width: 100%;

    height: 52px;

    padding: 0 18px;

    box-sizing: border-box;

    border: 1px solid #555;

    outline: none;

    background: #050505;

    color: #ffffff;

    font-family: "Mitchroma", sans-serif;

    font-size: 10px;

    letter-spacing: 1px;
}

.iskra-suscripcion-formulario input:focus {

    border-color: #d6a900;
}


/* Botón */

.iskra-suscripcion-formulario button {

    height: 52px;

    border: 1px solid #d6a900;

    background: #d6a900;

    color: #080808;

    cursor: pointer;

    font-family: "Russo One", sans-serif;

    font-size: 11px;

    letter-spacing: 2px;

    transition: 0.25s ease;
}

.iskra-suscripcion-formulario button span {

    margin-left: 15px;

    font-size: 18px;
}

.iskra-suscripcion-formulario button:hover {

    background: #e6007e;

    border-color: #e6007e;

    color: #ffffff;
}


/* Nota */

.iskra-suscripcion-formulario small {

    display: block;

    margin-top: 20px;

    font-family: "Mitchroma", sans-serif;

    font-size: 8px;

    line-height: 1.7;

    color: #777777;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 850px) {

    .iskra-suscripcion {

        padding: 70px 6%;
    }

    .iskra-suscripcion-contenido {

        grid-template-columns: 1fr;

        gap: 55px;
    }

    .iskra-suscripcion-formulario {

        max-width: 600px;

        width: 100%;

        margin: 0 auto;
    }

}


/* =====================================================
   MÓVIL
   ===================================================== */

@media (max-width: 600px) {

    .iskra-suscripcion {

        padding: 60px 20px;
    }

    .iskra-suscripcion-texto {

        padding-left: 25px;
    }

    .iskra-suscripcion-texto h2 {

        font-size: 39px;
    }

    .iskra-suscripcion-texto p {

        font-size: 10px;
    }

    .iskra-suscripcion-formulario {

        padding: 30px 25px;
    }

    .iskra-suscripcion-form-title {

        font-size: 23px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af061f7 *//* =====================================================
   ISKRA — CONECTA CON ISKRA
   ===================================================== */

.iskra-conecta {

    width: 100%;

    padding: 75px 8% 80px;

    background: #0a0a0a;

    border-top: 1px solid rgba(214,169,0,.25);

    box-sizing: border-box;
}


.iskra-conecta-inner {

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 38% 62%;

    gap: 60px;

    align-items: center;
}


/* =====================================================
   TEXTO
   ===================================================== */

.iskra-conecta-texto {

    position: relative;

    padding-left: 30px;
}


.iskra-conecta-texto::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 3px;
    height: 100%;

    background: #e6007e;
}


.iskra-conecta-texto > span {

    display: block;

    margin-bottom: 22px;

    font-family: "Mitchroma", sans-serif;

    font-size: 9px;

    letter-spacing: 4px;

    color: #d6a900;
}


.iskra-conecta-texto h2 {

    margin: 0;

    font-family: "Russo One", sans-serif;

    font-size: clamp(38px, 4vw, 58px);

    line-height: 1.05;

    font-weight: 400;

    color: #ffffff;
}


.iskra-conecta-texto h2 strong {

    color: #d6a900;

    font-weight: 400;
}


.iskra-conecta-texto p {

    max-width: 400px;

    margin: 28px 0 0;

    font-family: "Mitchroma", sans-serif;

    font-size: 10px;

    line-height: 1.8;

    color: #999999;
}


/* =====================================================
   REDES
   ===================================================== */

.iskra-redes {

    display: flex;

    flex-direction: column;

    gap: 10px;
}


.iskra-red {

    min-height: 72px;

    padding: 12px 20px;

    display: grid;

    grid-template-columns: 52px 1fr 30px;

    align-items: center;

    gap: 15px;

    text-decoration: none;

    background: #0e0e0e;

    border: 1px solid #3f3500;

    transition: .25s ease;

    box-sizing: border-box;
}


.iskra-red:hover {

    border-color: #d6a900;

    background: #111111;

    transform: translateX(5px);
}


/* =====================================================
   ICONOS
   ===================================================== */

.iskra-red-icon {

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #e6007e;

    border-radius: 50%;

    color: #e6007e;

    font-family: "Russo One", sans-serif;

    font-size: 17px;
}


/* =====================================================
   TEXTO RED
   ===================================================== */

.iskra-red strong {

    display: block;

    margin-bottom: 5px;

    font-family: "Russo One", sans-serif;

    font-size: 13px;

    font-weight: 400;

    letter-spacing: 2px;

    color: #ffffff;
}


.iskra-red small {

    display: block;

    font-family: "Mitchroma", sans-serif;

    font-size: 7px;

    letter-spacing: 1px;

    color: #777777;
}


/* =====================================================
   FLECHA
   ===================================================== */

.iskra-red b {

    color: #d6a900;

    font-family: "Russo One", sans-serif;

    font-size: 20px;

    font-weight: 400;

    text-align: right;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 850px) {

    .iskra-conecta {

        padding: 65px 6px 70px;
    }

    .iskra-conecta-inner {

        grid-template-columns: 1fr;

        gap: 45px;
    }

    .iskra-redes {

        max-width: 650px;

        width: 100%;

        margin: 0 auto;
    }

}


/* =====================================================
   MÓVIL
   ===================================================== */

@media (max-width: 600px) {

    .iskra-conecta {

        padding: 55px 20px 60px;
    }

    .iskra-conecta-texto {

        padding-left: 24px;
    }

    .iskra-conecta-texto h2 {

        font-size: 38px;
    }

    .iskra-red {

        grid-template-columns: 45px 1fr 20px;

        padding: 10px 13px;

        gap: 10px;
    }

    .iskra-red-icon {

        width: 36px;
        height: 36px;

        font-size: 14px;
    }

    .iskra-red strong {

        font-size: 11px;
    }

    .iskra-red small {

        font-size: 6px;
    }

}/* End custom CSS */