body {
    color: #0F141F;
    background-color: #FFFFFF !important;
    background-image: none;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
}

.sp-el-row {
    max-width: 1100px;
}

#primary.content-area {
    max-width: 1000px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0F141F;
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

a {
    color: black;
}

a:hover {
    color: #c8a85a !important;
}

.sp-button,
input[type='submit'],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #FFFFFF;
    background-color: #005c83;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    border-radius: 5px;
    border-width: 0px;
    border-style: solid;
}

.sp-buttone,
input[type='submit'],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #FFFFFF;
    background-color: #005c83;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    border-radius: 5px;
    border-width: 0px;
    border-style: solid;
}

.sp-button:hover {
    background-color: #002C9E;
    color: #FFFFFF;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.woocommerce input,
.woocommerce select,
.woocommerce textarea {
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 0px;
    padding: 15px;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
}

.btn {
    background-color: #0039CC
}

@media (max-width: 480px) {
    body {
        background-color: undefined;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, NaN), rgba(0, 0, 0, NaN)), url('undefined');
    }

    .sp-cd-amount {
        background-color: #0039CC
    }
}

/*Menú Hambuguesa*/
/* Botón hamburguesa — oculto por defecto en desktop */
.nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 1000;
    flex-shrink: 0;
}

.nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
    transform-origin: center;
}

/* Animación X al abrir */
.nav-hamburger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-hamburger.is-open span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.nav-hamburger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ── Móvil: ≤ 768px ── */
@media (max-width: 768px) {

    /* Mostrar botón hamburguesa */
    .nav-hamburger {
        display: flex;
    }

    /* Header: logo izquierda, hamburguesa derecha */
    #sp-jta11r {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between !important;
        padding: 0 1rem;
    }

    /* Columna del logo — ancho automático */
    #sp-qrtz9b {
        width: auto !important;
        flex: 1;
    }

    /* Columna del menú — ocupa todo el ancho,
     oculta por defecto, se despliega al abrir */
    #sp-qro50m {
        width: 100% !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, opacity 0.3s ease;
        opacity: 0;
    }

    #sp-qro50m.nav-open {
        max-height: 400px;
        opacity: 1;
    }

    /* Lista de links: vertical, centrada */
    #sp-pdqw89,
    .sp-nav-menu-block-pdqw89 {
        justify-content: center !important;
    }

    #navMenu {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
        padding: 0.5rem 0 1rem;
        width: 100%;
    }

    #navMenu li {
        width: 100%;
        justify-content: center !important;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }

    #navMenu li a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.75rem 1rem;
        transition: background 0.2s;
    }

    #navMenu li a:hover {
        background: rgba(0, 0, 0, 0.04);
    }
}

/* WhatsApp flotante */
.wa-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    width: 64px;
    height: 64px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease;
}

.wa-float:hover {
    transform: scale(1.1);
}

.wa-float svg {
    width: 32px;
    height: 32px;
    fill: white;
}

.wa-ping {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25D366;
    opacity: 0.2;
    animation: wa-ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes wa-ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* ═══════════════════════════════════════════════════
   NAVBAR STICKY
   Agrega este bloque al final de tu style-global.css
   Variables ya definidas en :root — no duplicar
════════════════════════════════════════════════════ */
:root {
    --bg: #ffffff;
    --ink: #1a1a18;
    --muted: #7a7a72;
    --rule: #e4e2dc;
    --accent: #2a5c8f;
    --accent2: #c8a85a;
    --nav-h: 70px
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'DM Sans', sans-serif;
    color: var(--ink)
}

/* ══════════════════════════════
   NAVBAR
══════════════════════════════ */
.navbar {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--nav-h);
    display: flex;
    align-items: center;
    padding: 0 2rem;
    transition: background .35s ease, box-shadow .35s ease;
}



.navbar--solid {
    background: #fff !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
}

.navbar__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ── Logo ── */
.navbar__logo {
    display: flex;
    align-items: center;
    gap: .65rem;
    text-decoration: none;
    transition: opacity .2s;
}

.navbar__logo:hover {
    opacity: .85
}


.navbar__logo-img {
    width: 20%;
    display: block;
    object-fit: contain
        /*margin-top: 14%*/
}


.navbar__logo-text {
    font-family: 'DM Serif Display', serif;
    font-size: 1.4rem;
    line-height: 1;
    transition: color .3s;
}

.navbar--transparent .navbar__logo-text {
    color: #fff
}

.navbar--solid .navbar__logo-text {
    color: var(--accent)
}

.navbar__logo-text span {
    color: var(--accent2);
    font-style: italic
}

/* ── Links ── */
.navbar__links {
    display: flex;
    align-items: center;
    gap: .25rem;
    list-style: none;
}

.navbar__item {
    position: relative
}

.navbar__link {
    display: block;
    padding: .5rem .9rem;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    transition: color .2s, background .2s;
    white-space: nowrap;
}

.navbar--transparent .navbar__link {
    color: rgba(255, 255, 255, .9)
}

.navbar--transparent .navbar__link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .12)
}

.navbar--solid .navbar__link {
    color: var(--ink)
}

.navbar--solid .navbar__link:hover {
    color: var(--accent2);
    background: rgba(233, 58, 9, 0.07)
}

.navbar__link--has-children::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    margin-left: .4rem;
    transition: transform .25s;
}

.navbar__item:hover .navbar__link--has-children::after {
    transform: rotate(-135deg) translateY(-2px);
}

/* ── CTA ── */
.navbar__cta {
    padding: .55rem 1.4rem;
    background: var(--accent2);
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    transition: background .2s, transform .2s;
    white-space: nowrap;
}

.navbar__cta:hover {
    background: #b8973f;
    transform: translateY(-1px)
}

/* ══════════════════════════════
   DROPDOWN
══════════════════════════════ */
.dropdown {
    position: absolute;
    top: calc(100% + .5rem);
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    min-width: 220px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, .14);
    border: 1px solid var(--rule);
    padding: .5rem 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
}

/* Puente invisible — tapa el gap entre el link y el dropdown */
.dropdown::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
    background: transparent;
}

/* Triángulo decorativo */
.dropdown::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid var(--rule);
    border-top: 1px solid var(--rule);
    pointer-events: none;
}

.navbar__item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
}

.dropdown__item {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .65rem 1.1rem;
    font-size: .82rem;
    font-weight: 600;
    color: var(--ink);
    text-decoration: none;
    transition: background .15s, color .15s;
}

.dropdown__item:hover {
    background: #f5f3ef;
    color: var(--accent2)
}

.dropdown__item-icon {
    width: 28px;
    height: 28px;
    background: #f0f4f8;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    flex-shrink: 0;
    transition: background .15s;
}

.dropdown__item:hover .dropdown__item-icon {
    background: rgba(200, 168, 90, .12)
}

.dropdown__divider {
    height: 1px;
    background: var(--rule);
    margin: .35rem .75rem;
}

/* ══════════════════════════════
   HAMBURGUESA
══════════════════════════════ */
.navbar__hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.navbar__hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    transition: all .3s;
    background: black;
}


.navbar--solid .navbar__hamburger span {
    background: var(--ink)
}

.navbar__hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.navbar__hamburger.open span:nth-child(2) {
    opacity: 0;
    width: 0
}

.navbar__hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.navbar__mobile {
    display: none;
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .1);
    padding: 1rem 0 1.5rem;
    max-height: calc(100vh - var(--nav-h));
    overflow-y: auto;
    z-index: 999;
}

.navbar__mobile.open {
    display: block
}

.mobile-link {
    display: block;
    padding: .75rem 2rem;
    font-size: .88rem;
    font-weight: 700;
    color: var(--ink);
    text-decoration: none;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-bottom: 1px solid #f0ede8;
    transition: color .2s, background .2s;
}

.mobile-link:hover {
    color: var(--accent2);
    background: #fdfcfb
}

.mobile-sublabel {
    padding: .5rem 2rem .25rem;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--accent2);
}

.mobile-sublink {
    display: block;
    padding: .6rem 2.5rem;
    font-size: .82rem;
    font-weight: 600;
    color: var(--muted);
    text-decoration: none;
    transition: color .2s;
}

.mobile-sublink:hover {
    color: var(--accent)
}

/* ══════════════════════════════
   DEMO
══════════════════════════════ */
.demo-hero {
    height: 100vh;
    min-height: 500px;
    background: linear-gradient(135deg, #0f2318 0%, #1a4a2e 50%, #2d7a4f 100%);
    display: flex;
    align-items: center;
    padding: 0 4rem;
}

.demo-hero h1 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    color: #fff;
    line-height: 1.1
}

.demo-hero p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .7);
    margin-top: 1rem;
    max-width: 500px
}

.demo-section {
    padding: 100px 2rem;
    max-width: 1200px;
    margin: 0 auto;
    scroll-margin-top: var(--nav-h)
}

.demo-section h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 2.5rem;
    color: var(--accent);
    margin-bottom: 1rem
}

.demo-section p {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--muted);
    max-width: 640px
}

.section-divider {
    height: 1px;
    background: var(--rule);
    margin: 0 2rem
}

@media(max-width:900px) {

    .navbar__links,
    .navbar__cta {
        display: none
    }

    .navbar__hamburger {
        display: flex
    }
}

@media(max-width:600px) {
    .demo-hero {
        padding: 0 1.5rem
    }

    .navbar__logo-img {
        width: 30%;
    }
}