.weasy_page_header [module="code"]{
    width: 100%;
    max-width: 1300px;
}

.cab_bottom_logo img{
    max-width: 200px;
    max-height: 80px;
    width: 100%;
}
[themetype="homepage"] .cab_bottom_logo img{
    max-height: 100px;
}
.hamb_logo img{
    max-width: 200px !important;
    max-height: 100px !important;
}
.cab_bottom_main_menu a{
    text-align: center;
    padding: 8px;
}

.weasy_page_header{
    position: fixed !important;
}
[themetype="homepage"] .weasy_page_header{
    position: absolute !important;
}

.onlyMobile{
    display: none;
}

@keyframes n_slidein {
    from {
        opacity:0;
        height: 0;
    }
    to {
        opacity:1;
        height: 49px;
    }
}

.cab_box{
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: all 300ms ease;
    font-family: var(--fonte2_f);
    background: linear-gradient(180deg, #00000052 0, rgba(0, 0, 0, 0) 100%);
}
.cab_top, .cab_top2{
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #F2EEF4;
    justify-content: center;
    transition: all 300ms ease;
}
.cab_top_main{
    max-width: 1300px;
    width: 100%;
    gap: 32px;
    padding: 4px 0;
    display: flex;
}
.cab_logo{
    display: flex;
    gap: 8px;
    align-items: center;
}
.cab_logo svg{
    flex-shrink: 0;
}
.cab_logo span{
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.top_lang_box{
    margin-left: auto;
    position: relative;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.top_lang_box2{
    display: none !important;
}
.top_lang_box:hover .lang_box_list{
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
}
.top_links{
    display: flex;
    gap: 16px;
    align-items: center;
}
.top_links a{
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 300ms ease;
}
#builder-sections .top_links a:hover{
    color: var(--cor1) !important;
}
.cab_bottom{
    display: flex;
    justify-content: center;
    padding: 24px 0;
    transition: all 300ms ease;
}
.cab_bottom_main{
    max-width: 1300px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cab_bottom_menu{
    flex: 1;
}
.cab_bottom_menu svg{
    flex-shrink: 0;
    cursor: pointer;
}
.cab_bottom_logo{
    flex: 1;
    display: flex;
    justify-content: center;
    max-width: 250px;
}
.cab_bottom_logo svg{
    flex-shrink: 0;
}
.cab_bottom_booking{
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: end;
    flex: 1;
}
.booking_main{
    display: flex;
    gap: 8px;
    align-items: center;
}
.booking_main svg{
    flex-shrink: 0;
}
.booking_info{
    display: flex;
    flex-direction: column;
}
.booking_info span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}
.booking_info span.booking_info_number{
    font-weight: 400;
}
.bookink_btn{
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    padding: 15px 24px;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all 300ms ease;
    text-transform: uppercase;
}
.bookink_btn:hover{
    color: #000000;
    background-color: #fff;
}
.bookink_btn_mobile{
    display: none;
    width: 100%;
    background-color: var(--cor1) !important;
    border: 1px solid var(--cor1) !important;
    color: #fff !important;
}
.hideTopBar .cab_top, .hideTopBar .cab_bottom{
    opacity: 0;
}
/* .cab_box.hideTopBar .cab_top{
    display: none;
} */
.cab_bottom_sticky{
    /* display: none; */
    flex-direction: column;
    opacity: 0;
    transition: all 300ms ease;
    justify-content: center;
    padding: 20px 0 0;
    background-color: #fff;
    z-index: 999;
    align-items: center;
    gap: 20px;
}
.hideTopBar_sticky{
    opacity: 1 !important;
}
.hideTopBar_sticky .cab_bottom_sticky{
    opacity: 1;
    display: flex;
    position: fixed;
    width: 100%;
}
.cab_bottom_sticky .bookink_btn{
    border: 1px solid #101010;
    color: #101010;
}
.cab_bottom_sticky .bookink_btn:hover{
    color: #fff;
    background-color: #101010;
}
.cab_bottom_sticky .booking_info span{
    color: #101010;
}
.cab_bottom_main_menu{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.cab_bottom_main_menu span{
    color: #101010;
    font-size: 14px;
    line-height: 18px;
    /* letter-spacing: 2px; */
    font-weight: 400;
    transition: all 300ms ease;
}
.cab_bottom_main_menu span:hover{
    color: var(--cor1);
}
.cab_bottom_main_menu a{
    text-decoration: none;
}
.lang_box_list{
    position: absolute;
    top: 100%;
    width: 70px;
    align-items: center;
    padding-top: 4px;
    /* -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05); */
}
.lang_box_list a{
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.lang_box_list a:hover{
    text-decoration: underline;
}
.lang_box_list span{
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #666666;
    padding: 8px 16px;
    transition: all 300ms ease;
    text-transform: uppercase;
}
.lang_box_list span:hover{
    color: #201726;
    /* text-decoration: underline; */
}
.lang_box_main{
    width: 70px;
    text-align: center;
}
.lang_box_main svg{
    flex-shrink: 0;
    transition: all 300ms ease;
}
.top_lang_box:hover .lang_box_main svg{
    transform: rotate(180deg);
}
.lang_box_options{
    display: none;
    flex-direction: column;
    background-color: #fff;
}
.top_lang_box:hover .lang_box_options{
    display: flex;
}

.currentLang{
    font-size: 12px;
    line-height: 14px;
    color: #201726;
    text-transform: uppercase;
}

.hamb_box{
    height: 100vh;
    width: 380px;
    background-color: #fff;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: -100%;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    font-family: var(--fonte1_f);
    transition: left 500ms ease;
}
.hamb_close_box{
    display: flex;
    justify-content: end;
}
.hamb_close_box svg{
    cursor: pointer;
}
/* .hamb_logo{
    margin-bottom: 40px;
} */
.hamb_logo img{
    max-width: 100%;
}
.hamb_menu{
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 16px;
    overflow-y: auto;
    scrollbar-width: thin;
    margin-top: 40px;
}
.hamb_box a{
    display: flex;
    text-decoration: none;
    padding: 10px 0;
}
.hamb_box a span{
    display: flex;
    font-size: 14px;
    line-height: 18px;
    color: #101010;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 300ms ease;
}
.hamb_box a:hover span{
    color: var(--cor1);
}
.hamb_footer{
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.hamb_footer button{
    color: #101010;
    border: 1px solid #101010;
    font-size: 14px;
    line-height: 17px;
    padding: 15px;
    width: 100%;
    background-color: transparent;
    transition: all 300ms ease;
    text-transform: uppercase;
}
.hamb_footer button:hover{
    color: #fff;
    background-color: #101010;
}
.hamb_info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hamb_info span{
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
}
.hamb_info span.hamb_info_title{
    font-weight: 600;
}
.hamb_footer_bk{
    background-color: rgba(0,0,0,0.15);
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    bottom: 0;
    z-index: 999999;
    transition: opacity 300ms ease;
    opacity: 0;
}
body.openHamb{
    overflow: hidden;
    position: relative;
}
body.openHamb .hamb_box{
    left: 0;
}
body.openHamb .hamb_footer_bk{
    left: 0;
    opacity: 1;
}
.omw-responsive-bar{
    display: none !important;
}
#builder-sections{
    margin: 0 !important;
}
.bookink_btn_mb_lk{
    width: 100%;
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
[themetype="homepage"] .cab_top2{
    display: none;
}
html:not([themetype="homepage"]) .cab_top, html:not([themetype="homepage"]) .cab_bottom{
    display: none !important;
}
html:not([themetype="homepage"]) .cab_bottom_sticky{
    display: flex !important;
    opacity: 1 !important;
    padding-top: 0;
}

@media screen and (max-width: 1023px) {
    html[themetype="homepage"] .cab_bottom_sticky{
        padding-top: 20px !important;
    }
    html:not([themetype="homepage"]) .cab_bottom_sticky{
        padding-top: 24px;
    }
    .bookink_btn_mb_lk{
        display: flex;
    }
    .hideTopBar_sticky .bookink_btn_mb_lk{
        animation: n_slidein 300ms forwards;
        animation-delay: 1s;
    }
    .cab_top, .cab_top2{
        display: none;
    }
    .booking_info{
        display: none;
    }
    .bookink_btn:not(.bookink_btn_mobile){
        display: none;
    }
    #builder-sections .cab_bottom_menu{
        text-align: left !important;
    }
    .hamb_box{
        width: 100%;
        height: 100% !important;
    }
    .hamb_logo{
        display: none;
    }
    .hamb_close_box{
        justify-content: start;
        padding: 24px 24px 0;
    }
    .hamb_box a span{
        font-weight: 400;
    }
    .lang_box_options a span{
        padding: 0 24px;
    }
    .hamb_box{
        padding: 0;
    }
    .hamb_menu{
        padding: 0 24px;
    }
    .hamb_footer{
        padding: 0 24px;
    }
    .top_lang_box{
        width: 100%;
        background-color: #F6F6F6;
        height: 52px;
        margin-top: 24px;
        display: flex;
    }
    .lang_box_main{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 24px;
        align-items: center;
    }
    .hamb_info{
        justify-content: start;
    }
    .currentLang{
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
        color: #101010;
    }
    .lang_box_list{
        bottom: 100%;
        top: auto;
        left: 0;
        width: 100%;
        padding: 0;
        -webkit-box-shadow: 0px -6px 6px 0px rgba(0,0,0,0.05) !important;
        -moz-box-shadow: 0px -6px 6px 0px rgba(0,0,0,0.05) !important;
        box-shadow: 0px -6px 6px 0px rgba(0,0,0,0.05) !important;
    }
    .lang_box_options{
        padding: 4px;
        background-color: #F6F6F6;
    }
    .lang_box_list a{
        justify-content: start;
        height: 40px;
        align-items: center;
    }
    .top_lang_box2{
        display: flex !important;
    }
    .cab_bottom_main_menu{
        display: none !important;
    }
    .cab_bottom_main{
        padding: 0 20px;
    }
    .bookink_btn_mobile{
        display: flex;
        justify-content: center;
    }
    .cab_bottom_sticky{
        padding-bottom: 0;
    }
    .onlyMobile{
        display: flex;
    }
    .weasy_page_content{
        margin-top: 93px !important;
    }
    [themetype="homepage"] .weasy_page_content{
        margin-top: 0 !important;
    }
    .mobileContactsBox.showMbox{
        opacity: 1;
        display: flex;
    }
}

.langListHide{
    display: none !important;
}

.mobileContactsBox{
    display: none;
    justify-content: center;
    box-shadow: 0px 0px 16px 0px #00000040;
    position: absolute;
    top: calc(100% + 20px);
    background-color: #fff;
    width: calc(100% - 50px);
    left: 25px;
    opacity: 0;
    border-radius: 8px;
    flex-direction: column;
    transition: all 300ms;
}

.mContactItem{
    display: flex;
    align-items: center;
    padding: 24px;
    gap: 16px;
}
.mItemSep{
    border-bottom: 1px solid #101010;
}
.mContactItem svg{
    flex-shrink: 0;
}
.mContactItem .mTitle{
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
}
.mContactItem .mNumber{
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
}