.elementor-297 .elementor-element.elementor-element-cd46dae{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f5ba230 *//* =========================================
   HEADER ISKRA
   ========================================= */

.iskra-header {
    width: 100%;
    background: #f7f5f1;
    box-sizing: border-box;
}

.iskra-header-inner {
    width: 100%;
    max-width: 1200px;
    min-height: 145px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 35px;
    box-sizing: border-box;
}


/* =========================================
   LOGO
   ========================================= */

.iskra-logo {
    width: 115px;
    flex: 0 0 115px;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    text-decoration: none;
}

.iskra-logo img {
    width: 105px !important;
    height: auto !important;

    max-width: none !important;

    display: block;
}


/* =========================================
   NAVEGACIÓN
   ========================================= */

.iskra-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 42px;

    flex: 1;
}

.iskra-nav a {
    position: relative;

    font-family: 'Michroma', sans-serif;

    font-size: 15px;
    font-weight: 400;

    color: #080808;
    text-decoration: none;

    white-space: nowrap;

    padding: 12px 0;
}


/* =========================================
   ENLACE ACTIVO
   ========================================= */

.iskra-nav a.active {
    color: #d91470;
}

.iskra-nav a.active::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: -5px;

    height: 3px;

    background: #d91470;
}


/* =========================================
   HOVER
   ========================================= */

.iskra-nav a:hover {
    color: #d91470;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1100px) {

    .iskra-header-inner {
        padding: 0 25px;
    }

    .iskra-logo {
        width: 90px;
        flex-basis: 90px;
    }

    .iskra-logo img {
        width: 85px !important;
    }

    .iskra-nav {
        gap: 25px;
    }

    .iskra-nav a {
        font-size: 13px;
    }
}/* End custom CSS */