.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-5e084c7 */#custom-header {
    font-family: 'Courier New', sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #AA4432;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
}

#custom-header *, 
#custom-header *::before, 
#custom-header *::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

#custom-header a {
    text-decoration: none;
    color: #FFFFFF;
    transition: 0.3s ease;
}

#custom-header .header-top-bar {
    background-color: #AA4432;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

#custom-header .header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#custom-header .top-bar-left {
    display: flex;
    align-items: center;
}

#custom-header .contact-info {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
}

#custom-header .social-icons a {
    margin-right: 12px;
    font-size: 14px;
}

#custom-header .social-icons a:hover,
#custom-header .contact-info a:hover {
    opacity: 0.7;
}


.goog-te-banner-frame.skiptranslate,
.skiptranslate > iframe {
    display: none !important;
}
body { top: 0px !important; }




#custom-header .header-nav {
    padding: 12px 0;
    background-color: #AA4432;
}

#custom-header .header-logo img {
    height: 65px;
    width: auto;
    display: block;
}

#custom-header .header-menu {
    display: flex;
    list-style: none;
    align-items: center;
}

#custom-header .header-menu li a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 15px;
    letter-spacing: 1px;
}

#custom-header .header-menu li a:hover {
    color: rgba(255, 255, 255, 0.6);
}

#custom-header .header-actions {
    display: flex;
    align-items: center;
}

#custom-header .header-btn-reserva {
    font-family: 'Courier New';
    color: #FFFFFF;
    border: 1px solid #E2B058;
    padding: 8px 20px;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: bold;
    border-radius: 6px;
}

#custom-header .header-btn-reserva:hover {
    background-color: #FFFFFF;
    color: #E2B058 !important;
}

#custom-header .header-hamburger {
    display: none;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    padding: 5px;
    margin-left: 15px;
    z-index: 100001;
}

#custom-header .header-hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    background: #FFFFFF !important;
    margin: 6px 0;
    transition: 0.4s ease-in-out;
}

#custom-header .btn-mobile-only { display: none; }

@media (max-width: 1050px) {
    #custom-header .header-hamburger { 
        display: block; 
    }
    
    #custom-header .header-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #AA4432;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right 0.4s ease-in-out;
        z-index: 100000;
    }

    #custom-header .header-menu.active { 
        right: 0; 
    }

    #custom-header .header-menu li { margin: 15px 0; }
    #custom-header .header-menu li a { font-size: 20px; }

    #custom-header .header-btn-reserva { display: none !important; }
    
    #custom-header .btn-mobile-only { 
        display: block !important; 
        margin-top: 30px; 
    }
    
    #custom-header .header-btn-reserva-mobile {
        font-family: 'Courier';
        border: 1px solid #FFFFFF;
        padding: 15px 30px;
        display: block;
        text-align: center;
        font-size: 16px;
    }

    #custom-header .header-hamburger.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    #custom-header .header-hamburger.active span:nth-child(2) { opacity: 0; }
    #custom-header .header-hamburger.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

@media (max-width: 768px) {
    #custom-header .header-top-bar .header-container {
        flex-direction: column;
        gap: 10px;
    }
    
    #custom-header .top-bar-left {
        width: 100%;
        justify-content: center;
        border-bottom: 1px solid rgba(255,255,255,0.05);
        padding-bottom: 10px;
    }

    #custom-header .header-nav .header-container {
        flex-direction: row;
    }
}/* End custom CSS */