.elementor-1824 .elementor-element.elementor-element-347762d{--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-dc058d6 *//* =========================================================
   RESET DEL ÁREA DONDE SE INSERTA EL HEADER
   ========================================================= */

.elementor-location-header,
.elementor-location-header > .e-con,
.elementor-location-header > .e-con > .e-con-inner,
.elementor-location-header .elementor-widget-html,
.elementor-location-header .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.elementor-location-header > .e-con > .elementor-widget-html {
    margin-block-start: 0 !important;
}

#page,
.hfeed.site {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.kr-site-header + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}


/* =========================================================
   HEADER KUNRATHAI
   ========================================================= */

.kr-site-header {
    --kr-wine: #411111;
    --kr-yellow: #E7D820;
    --kr-paper: #f5f0e7;
    --kr-text: #6b3d34;

    display: block;
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;

    background: var(--kr-paper);
    font-family: "DM Sans", "Segoe UI", Arial, sans-serif;
    position: relative;
    z-index: 999;
}

.kr-site-header *,
.kr-site-header *::before,
.kr-site-header *::after {
    box-sizing: border-box;
}


/* ---------- FRANJA SUPERIOR ---------- */

.kr-site-header__top {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: var(--kr-wine);
}

.kr-site-header__top-inner {
    width: min(1240px, calc(100% - 50px));
    min-height: 44px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.kr-site-header__top a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    padding: 14px 0 !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: .025em !important;
    text-decoration: none !important;
    transition: color .22s ease, transform .22s ease;
}

.kr-site-header__top a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 0;
    height: 2px;
    background: var(--kr-yellow);
    transform: translateX(-50%);
    transition: width .22s ease;
}

.kr-site-header__top a:hover {
    color: var(--kr-yellow) !important;
    transform: translateY(-1px);
}

.kr-site-header__top a:hover::after {
    width: 70%;
}

.kr-site-header__dot {
    color: var(--kr-yellow);
    font-size: 12px;
    opacity: .9;
}


/* ---------- BADGE: ATENCIÓN EXCLUSIVA ---------- */

.kr-site-header__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    padding: 6px 15px !important;
    background: rgba(231, 216, 32, .14);
    border: 1px solid rgba(231, 216, 32, .55);
    border-radius: 999px;
    color: var(--kr-yellow) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: .05em !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.kr-site-header__badge svg {
    display: block;
    width: 13px;
    height: 13px;
    fill: var(--kr-yellow);
    flex-shrink: 0;
}


/* ---------- CABECERA PRINCIPAL ---------- */

.kr-site-header__main {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--kr-paper);
    border-top: 0 !important;
    border-bottom: 1px solid rgba(65,17,17,.18);
    box-shadow: 0 2px 7px rgba(65,17,17,.06);
}

.kr-site-header__main-inner {
    width: min(1240px, calc(100% - 50px));
    margin: 0 auto;
    padding: 17px 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kr-site-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 12px !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.kr-site-header__logo img {
    display: block;
    width: 215px !important;
    max-width: 215px !important;
    height: 70px !important;
    object-fit: contain;
    margin: 0 !important;
    transition: transform .25s ease, filter .25s ease;
}

.kr-site-header__logo:hover img {
    transform: translateY(-2px) scale(1.025);
    filter: drop-shadow(0 5px 8px rgba(65,17,17,.13));
}

.kr-site-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
}

.kr-site-header__nav a {
    position: relative;
    display: inline-block;
    margin: 0 !important;
    padding: 5px 0 9px !important;
    color: var(--kr-text) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: color .22s ease, transform .22s ease;
}

.kr-site-header__nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--kr-yellow);
    transform: translateX(-50%);
    transition: width .23s ease;
}

.kr-site-header__nav a:hover {
    color: var(--kr-wine) !important;
    transform: translateY(-1px);
}

.kr-site-header__nav a:hover::after {
    width: 100%;
}


/* ---------- HAMBURGUESA (oculta en escritorio) ---------- */

.kr-site-header__checkbox {
    display: none !important;
}

.kr-site-header__burger {
    display: none;
    width: 40px;
    height: 34px;
    padding: 8px 7px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    border: 1px solid rgba(65,17,17,.25);
    border-radius: 8px;
    background: transparent;
}

.kr-site-header__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--kr-text);
    border-radius: 2px;
    transition: transform .25s ease, opacity .2s ease;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
    .kr-site-header__top-inner {
        width: calc(100% - 30px);
        padding: 6px 0;
        gap: 8px 12px;
    }

    .kr-site-header__top a {
        padding: 7px 0 !important;
        font-size: 10px !important;
    }

    .kr-site-header__top a::after {
        bottom: 2px;
    }

    .kr-site-header__badge {
        padding: 5px 12px !important;
        font-size: 10px !important;
    }

    .kr-site-header__main-inner {
        width: calc(100% - 30px);
    }

    .kr-site-header__logo img {
        width: 195px !important;
        max-width: 195px !important;
        height: 62px !important;
    }

    .kr-site-header__nav {
        gap: 20px;
    }
}

@media (max-width: 782px) {
    .kr-site-header__top-inner {
        width: 100%;
        padding: 11px 18px;
        flex-direction: column;
        gap: 9px;
    }

    .kr-site-header__dot {
        display: none;
    }

    .kr-site-header__top a {
        padding: 0 !important;
        font-size: 10px !important;
        text-align: center;
    }

    .kr-site-header__top a::after {
        display: none;
    }

    .kr-site-header__badge {
        padding: 6px 14px !important;
        font-size: 9.5px !important;
        letter-spacing: .04em !important;
        white-space: normal;
        text-align: center;
    }

    .kr-site-header__main-inner {
        width: 100%;
        padding: 14px 20px 14px;
    }

    .kr-site-header__logo {
        margin-bottom: 14px !important;
    }

    .kr-site-header__logo img {
        width: 175px !important;
        max-width: 175px !important;
        height: 56px !important;
    }

    .kr-site-header__burger {
        display: flex;
    }

    .kr-site-header__nav {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height .3s ease, opacity .25s ease, margin .3s ease;
    }

    .kr-site-header__checkbox:checked ~ .kr-site-header__nav {
        max-height: 420px;
        opacity: 1;
        margin-top: 14px;
    }

    .kr-site-header__nav a {
        display: block;
        width: 100%;
        padding: 15px 6px !important;
        font-size: 12px !important;
        letter-spacing: .1em !important;
        text-align: center;
        border-top: 1px solid rgba(65,17,17,.12);
    }

    .kr-site-header__nav a::after {
        display: none;
    }

    .kr-site-header__nav a:active,
    .kr-site-header__nav a:hover {
        background: rgba(65,17,17,.045);
        transform: none;
    }

    .kr-site-header__checkbox:checked ~ .kr-site-header__burger span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .kr-site-header__checkbox:checked ~ .kr-site-header__burger span:nth-child(2) {
        opacity: 0;
    }

    .kr-site-header__checkbox:checked ~ .kr-site-header__burger span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}/* End custom CSS */