.elementor-487 .elementor-element.elementor-element-e8edb1b{--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-487 .elementor-element.elementor-element-607b02a{--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-487 .elementor-element.elementor-element-c4a8b0f{--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;}/* Start custom CSS for html, class: .elementor-element-f65b359 */<style>
.iskra-mercadito-hero {
    width: 100%;
    background: #0b0b0b;
    color: #f2f2f2;
    box-sizing: border-box;
    padding: 55px 6vw 60px;
}

.iskra-mercadito-inner {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 60px;
    align-items: center;
}

.iskra-mercadito-copy {
    max-width: 590px;
}

.iskra-mercadito-label {
    font-family: "Michroma", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ff007f;
    margin-bottom: 22px;
}

.iskra-mercadito-title {
    font-family: "Russo One", sans-serif;
    font-size: clamp(40px, 4vw, 62px);
    line-height: 0.98;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 0 0 25px;
    color: #f2f2f2;
}

.iskra-mercadito-title span {
    color: #ff007f;
}

.iskra-mercadito-description {
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #c8c8c8;
    max-width: 550px;
    margin: 0 0 30px;
}

.iskra-mercadito-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 14px 22px;
    border: 1px solid #ff007f;
    color: #ff007f;
    background: transparent;
    text-decoration: none;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.iskra-mercadito-button span {
    font-size: 20px;
    line-height: 1;
}

.iskra-mercadito-button:hover {
    background: #ff007f;
    color: #0b0b0b;
}

.iskra-mercadito-image {
    width: 100%;
    position: relative;
}

.iskra-mercadito-image img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(255,255,255,0.12);
}

.iskra-mercadito-image::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 3px;
    background: #ff007f;
    left: -16px;
    bottom: 20px;
}

@media (max-width: 900px) {

    .iskra-mercadito-hero {
        padding: 50px 6vw 55px;
    }

    .iskra-mercadito-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .iskra-mercadito-copy {
        max-width: 700px;
    }

    .iskra-mercadito-image {
        max-width: 700px;
    }

    .iskra-mercadito-image img {
        height: 430px;
    }
}

@media (max-width: 600px) {

    .iskra-mercadito-hero {
        padding: 42px 6vw 50px;
    }

    .iskra-mercadito-inner {
        gap: 32px;
    }

    .iskra-mercadito-label {
        font-size: 11px;
        letter-spacing: 1.5px;
        margin-bottom: 17px;
    }

    .iskra-mercadito-title {
        font-size: 38px;
        line-height: 1;
        margin-bottom: 21px;
    }

    .iskra-mercadito-description {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 27px;
    }

    .iskra-mercadito-button {
        font-size: 13px;
        padding: 13px 18px;
    }

    .iskra-mercadito-image img {
        height: 360px;
    }

    .iskra-mercadito-image::after {
        left: -8px;
        bottom: 15px;
        width: 45px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79fc450 *//* =========================================
   ISKRA — INVITACIÓN MERCADITO DIGITAL
   CORRECCIÓN DE CONTINUIDAD
   ========================================= */

/* ELIMINA EL ESPACIO DE ELEMENTOR ENTRE BLOQUES */
.elementor-487 .elementor-element.elementor-element-79fc450 {
    margin-top: -25px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}


/* =========================================
   BLOQUE
   ========================================= */

.iskra-mercadito-invitacion {
    width: 100%;
    background: #0b0b0b;
    color: #f2f2f2;

    box-sizing: border-box;

    margin: 0 !important;
    padding: 70px 6vw 75px;

    position: relative;
    overflow: hidden;
}


/* LÍNEA MAGENTA */

.iskra-mercadito-invitacion::before {
    content: "";

    position: absolute;

    top: 0;
    left: 6vw;

    width: 90px;
    height: 3px;

    background: #ff007f;
}


/* =========================================
   CONTENEDOR
   ========================================= */

.iskra-mercadito-invitacion-inner {
    max-width: 1250px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    gap: 50px;
}


/* =========================================
   TEXTO
   ========================================= */

.iskra-mercadito-invitacion-copy {
    max-width: 760px;
}


.iskra-mercadito-invitacion-label {
    font-family: "Michroma", sans-serif;

    font-size: 11px;
    letter-spacing: 2px;

    color: #ff007f;

    margin: 0 0 18px;
}


.iskra-mercadito-invitacion-title {
    font-family: "Russo One", sans-serif;

    font-size: clamp(34px, 4vw, 58px);

    line-height: 0.95;
    letter-spacing: -0.5px;

    text-transform: uppercase;

    color: #f2f2f2;

    margin: 0 0 20px;
}


.iskra-mercadito-invitacion-title span {
    color: #ff007f;
}


.iskra-mercadito-invitacion-text {
    font-family: "Space Grotesk", sans-serif;

    font-size: 16px;
    line-height: 1.5;

    color: #c7c7c7;

    max-width: 620px;

    margin: 0;
}


/* =========================================
   BOTÓN
   ========================================= */

.iskra-mercadito-invitacion-button {
    flex-shrink: 0;

    display: inline-flex;
    align-items: center;
    gap: 18px;

    padding: 15px 21px;

    border: 1px solid #ff007f;

    color: #ff007f;
    background: transparent;

    text-decoration: none;

    font-family: "Space Grotesk", sans-serif;

    font-size: 13px;
    font-weight: 600;

    transition: all 0.25s ease;
}


.iskra-mercadito-invitacion-button span {
    font-size: 20px;
    line-height: 1;
}


.iskra-mercadito-invitacion-button:hover {
    background: #ff007f;
    color: #0b0b0b;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .elementor-487 .elementor-element.elementor-element-79fc450 {
        margin-top: -20px !important;
    }

    .iskra-mercadito-invitacion {
        padding: 60px 6vw 65px;
    }

    .iskra-mercadito-invitacion-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .iskra-mercadito-invitacion-button {
        align-self: flex-start;
    }
}


/* =========================================
   MÓVIL
   ========================================= */

@media (max-width: 600px) {

    .elementor-487 .elementor-element.elementor-element-79fc450 {
        margin-top: -15px !important;
    }

    .iskra-mercadito-invitacion {
        padding: 50px 7vw 55px;
    }

    .iskra-mercadito-invitacion::before {
        left: 7vw;
        width: 55px;
    }

    .iskra-mercadito-invitacion-label {
        font-size: 9px;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }

    .iskra-mercadito-invitacion-title {
        font-size: 36px;
        line-height: 0.95;
        margin-bottom: 18px;
    }

    .iskra-mercadito-invitacion-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .iskra-mercadito-invitacion-button {
        font-size: 12px;
        padding: 13px 18px;
    }
}/* End custom CSS */