.elementor-9 .elementor-element.elementor-element-c164746{--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-28eee8d *//* =========================================
   CAFÉBAR – HEADER
   ========================================= */

.cb-header {
    position: relative;
    z-index: 1000;
    background: #FBF8F3;
    border-bottom: 1px solid #E6DDD3;
}

.cb-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 92px;
    padding: 10px 28px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.cb-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.cb-brand-logo {
    display: block;
    width: 120px;
    height: 72px;
    object-fit: contain;
}

.cb-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.cb-nav a {
    position: relative;
    color: #33302D;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700;
    transition: color .2s ease;
}

.cb-nav a:not(.cb-nav-reserve)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -6px;
    height: 2px;
    background: #A65F46;
    transition: right .2s ease;
}

.cb-nav a:not(.cb-nav-reserve):hover {
    color: #A65F46;
}

.cb-nav a:not(.cb-nav-reserve):hover::after {
    right: 0;
}

.cb-nav-reserve {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 11px 20px;
    border-radius: 999px;

    background: #A65F46;
    color: #fff !important;

    box-shadow: 0 8px 22px rgba(90, 52, 39, .14);
}

.cb-nav-reserve:hover {
    background: #854936;
}

.cb-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 9px;

    border: 0;
    background: transparent;
    cursor: pointer;
}

.cb-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 6px 0;
    background: #33302D;
    border-radius: 999px;
}

.cb-mobile-nav {
    display: none;
}

/* Tablet / Mobile */

@media (max-width: 920px) {

    .cb-header-inner {
        min-height: 76px;
        padding: 8px 20px;
    }

    .cb-brand-logo {
        width: 100px;
        height: 60px;
    }

    .cb-nav {
        display: none;
    }

    .cb-menu-toggle {
        display: block;
    }

    .cb-mobile-nav {
        display: none;
        padding: 10px 20px 22px;

        background: #FBF8F3;
        border-top: 1px solid #E6DDD3;
    }

    .cb-mobile-nav.is-open {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .cb-mobile-nav a {
        padding: 12px 4px;

        color: #33302D;
        text-decoration: none;
        font-family: "Lato", sans-serif;
        font-weight: 700;

        border-bottom: 1px solid #EEE5DA;
    }

    .cb-mobile-nav .cb-nav-reserve {
        margin-top: 10px;
        border-bottom: 0;
    }
}
.cb-brand-logo {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
}/* End custom CSS */