:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-732ad61 */#krgc {
    --ink: #35251f;
    --brown: #4a2118;
    --wine: #783e4a;
    --wine-dark: #5e2f39;
    --gold: #b88935;
    --cream: #faf6ef;
    --paper: #fffdf9;
    --line: #ddcdb9;
    --muted: #72584b;

    color: var(--ink);
    background: var(--cream);

    font-family:
        "Segoe UI",
        Arial,
        sans-serif;

    font-size: 16px;
    line-height: 1.6;
}


#krgc * {
    box-sizing: border-box;
}


#krgc button,
#krgc input {
    font: inherit;
}


#krgc .krgc-wrap {
    width: min(
        1160px,
        calc(100% - 36px)
    );

    margin-left: auto;
    margin-right: auto;
}



/* =========================
   CABECERA
========================= */

#krgc .krgc-intro {
    padding:
        clamp(48px, 7vw, 86px)
        0
        clamp(36px, 5vw, 58px);

    text-align: center;
}


#krgc .krgc-kicker {
    margin: 0 0 12px;

    color: var(--wine);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .18em;

    text-transform: uppercase;
}


#krgc h1,
#krgc h2,
#krgc h3 {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-weight: 400;
}


#krgc h1 {
    margin: 0;

    font-size:
        clamp(39px, 5.6vw, 66px);

    line-height: 1.05;

    letter-spacing: -.042em;
}


#krgc .krgc-subtitle {
    max-width: 660px;

    margin:
        17px
        auto
        0;

    color: var(--muted);

    font-size:
        clamp(16px, 2vw, 18px);
}



/* =========================
   PRODUCTO
========================= */

#krgc .krgc-product {
    display: grid;

    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(350px, .88fr);

    gap:
        clamp(34px, 6vw, 72px);

    align-items: start;

    padding-bottom:
        clamp(58px, 8vw, 96px);
}



/* =========================
   IMAGEN
========================= */

#krgc .krgc-gallery {
    position: sticky;

    top: 24px;
}


#krgc .krgc-image-frame {
    padding: 10px;

    border:
        1px solid
        var(--line);

    border-radius: 18px;

    background:
        var(--paper);

    box-shadow:
        0 14px 38px
        rgba(53, 37, 31, .09);
}


#krgc .krgc-image {
    display: block;

    width: 100%;
    height: auto;

    aspect-ratio: 3 / 2;

    object-fit: cover;

    border-radius: 11px;
}


#krgc .krgc-caption {
    display: flex;

    justify-content:
        space-between;

    gap: 16px;

    margin:
        11px
        3px
        0;

    color:
        var(--muted);

    font-size: 12px;
}



/* =========================
   PANEL
========================= */

#krgc .krgc-panel {
    padding-top: 4px;
}


#krgc .krgc-label {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding:
        6px
        10px;

    border:
        1px solid
        #dac5a2;

    border-radius: 999px;

    background:
        #fff9ef;

    color:
        #76501c;

    font-size: 11px;
    font-weight: 750;

    letter-spacing: .08em;

    text-transform: uppercase;
}


#krgc .krgc-label::before {
    content: "";

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background:
        var(--gold);
}


#krgc h2 {
    margin:
        17px
        0
        9px;

    font-size:
        clamp(29px, 3.7vw, 43px);

    line-height: 1.1;

    letter-spacing: -.032em;
}


#krgc .krgc-description {
    margin:
        0
        0
        28px;

    color:
        var(--muted);

    font-size: 15px;
}



/* =========================
   DURACIÓN
========================= */

#krgc fieldset {
    margin:
        0
        0
        23px;

    padding: 0;

    border: 0;
}


#krgc legend,
#krgc .krgc-field-label {
    display: block;

    margin:
        0
        0
        9px;

    padding: 0;

    color:
        var(--ink);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .08em;

    text-transform: uppercase;
}


#krgc .krgc-choices {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    gap: 10px;
}


#krgc .krgc-choice {
    min-height: 72px;

    padding:
        12px;

    border:
        1px solid
        var(--line);

    border-radius:
        10px;

    background:
        #ffffff;

    color:
        var(--ink);

    text-align: center;

    cursor: pointer;

    transition:
        border-color .16s ease,
        box-shadow .16s ease,
        background .16s ease,
        transform .16s ease;
}


#krgc .krgc-choice:hover {
    border-color:
        #bc9555;

    transform:
        translateY(-1px);
}


#krgc .krgc-choice.is-active {
    border-color:
        var(--wine);

    background:
        #fdf7f6;

    box-shadow:
        inset
        0
        0
        0
        1px
        var(--wine);
}


#krgc .krgc-choice strong {
    display: block;

    font-size: 16px;
}



/* =========================
   NOMBRE
========================= */

#krgc .krgc-field {
    margin-bottom: 18px;
}


#krgc .krgc-field-label span {
    color:
        var(--muted);

    font-weight: 400;

    letter-spacing: 0;

    text-transform: none;
}


#krgc .krgc-input {
    display: block;

    width: 100%;

    min-height: 52px;

    padding:
        0
        15px;

    border:
        1px solid
        var(--line);

    border-radius:
        10px;

    background:
        #ffffff;

    color:
        var(--ink);

    outline: none;
}


#krgc .krgc-input:focus {
    border-color:
        var(--wine);

    box-shadow:
        0
        0
        0
        3px
        rgba(120, 62, 74, .11);
}



/* =========================
   BOTÓN WHATSAPP
========================= */

#krgc .krgc-button {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    min-height: 56px;

    padding:
        10px
        22px;

    border:
        1px solid
        var(--wine);

    border-radius:
        10px;

    background:
        var(--wine);

    color:
        #fffaf2;

    font-weight: 750;

    text-align: center;

    text-decoration: none;

    cursor: pointer;

    transition:
        background .16s ease,
        transform .16s ease,
        box-shadow .16s ease;
}


#krgc .krgc-button:hover {
    background:
        var(--wine-dark);

    color:
        #ffffff;

    transform:
        translateY(-1px);

    box-shadow:
        0 8px 18px
        rgba(120, 62, 74, .15);
}


#krgc .krgc-help {
    margin:
        9px
        0
        0;

    color:
        var(--muted);

    font-size: 12px;

    text-align: center;
}



/* =========================
   BENEFICIOS
========================= */

#krgc .krgc-points {
    display: grid;

    gap: 10px;

    margin:
        25px
        0
        0;

    padding:
        20px
        0
        0;

    border-top:
        1px solid
        var(--line);

    list-style: none;
}


#krgc .krgc-points li {
    position: relative;

    padding-left: 23px;

    color:
        var(--muted);

    font-size: 13.5px;
}


#krgc .krgc-points li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 0;

    color:
        var(--gold);

    font-weight: 900;
}



/* =========================
   DETALLES
========================= */

#krgc .krgc-details {
    padding:
        clamp(52px, 7vw, 82px)
        0;

    background:
        var(--paper);

    border-top:
        1px solid
        var(--line);

    border-bottom:
        1px solid
        var(--line);
}


#krgc .krgc-details-grid {
    display: grid;

    grid-template-columns:
        minmax(260px, .65fr)
        minmax(0, 1.35fr);

    gap:
        clamp(36px, 7vw, 90px);
}


#krgc .krgc-details h2 {
    margin-top: 0;
}


#krgc .krgc-details-copy {
    margin:
        12px
        0
        0;

    color:
        var(--muted);

    font-size: 14px;
}



/* =========================
   ACORDEÓN
========================= */

#krgc details {
    border-top:
        1px solid
        var(--line);
}


#krgc details:last-child {
    border-bottom:
        1px solid
        var(--line);
}


#krgc summary {
    display: flex;

    align-items: center;

    justify-content:
        space-between;

    gap: 18px;

    padding:
        19px
        2px;

    cursor: pointer;

    font-weight: 700;

    list-style: none;
}


#krgc summary::-webkit-details-marker {
    display: none;
}


#krgc summary::after {
    content: "+";

    color:
        var(--wine);

    font-size: 22px;

    font-weight: 400;
}


#krgc details[open] summary::after {
    content: "−";
}


#krgc details p {
    margin:
        -4px
        34px
        20px
        2px;

    color:
        var(--muted);

    font-size: 14px;
}



/* =========================
   CTA MÓVIL
========================= */

#krgc .krgc-mobile {
    display: none;
}



/* =========================
   TABLET
========================= */

@media (max-width: 820px) {

    #krgc .krgc-product,
    #krgc .krgc-details-grid {
        grid-template-columns:
            1fr;
    }


    #krgc .krgc-gallery {
        position:
            static;
    }


    #krgc .krgc-panel {
        padding-top:
            0;
    }

}



/* =========================
   MÓVIL
========================= */

@media (max-width: 560px) {

    #krgc {
        padding-bottom:
            82px;
    }


    #krgc .krgc-wrap {
        width:
            min(
                calc(100% - 28px),
                1160px
            );
    }


    #krgc .krgc-intro {
        padding-top:
            40px;
    }


    #krgc h1 {
        font-size:
            40px;
    }


    #krgc .krgc-product {
        gap:
            26px;
    }


    #krgc .krgc-image-frame {
        padding:
            6px;

        border-radius:
            13px;
    }


    #krgc .krgc-image {
        border-radius:
            8px;
    }


    #krgc .krgc-caption {
        display:
            block;
    }


    #krgc .krgc-caption span:last-child {
        display:
            none;
    }


    #krgc .krgc-choice {
        min-height:
            60px;

        padding:
            10px;

        font-size:
            14px;
    }


    #krgc .krgc-mobile {
        position:
            fixed;

        z-index:
            9999;

        left:
            0;

        right:
            0;

        bottom:
            0;

        display:
            flex;

        padding:
            10px
            14px
            calc(
                10px +
                env(safe-area-inset-bottom)
            );

        background:
            rgba(255, 253, 249, .96);

        border-top:
            1px solid
            var(--line);

        box-shadow:
            0 -8px 25px
            rgba(53, 37, 31, .12);

        backdrop-filter:
            blur(10px);
    }


    #krgc .krgc-mobile .krgc-button {
        min-height:
            48px;

        font-size:
            13px;
    }

}



/* =========================
   ACCESIBILIDAD
========================= */

@media (prefers-reduced-motion: reduce) {

    #krgc * {
        transition:
            none !important;
    }

}/* End custom CSS */