:root{
    --font-family: "Inter", sans-serif;
    --font-family2: "Cormorant Garamond", serif;;
}
html, body{
    width: 100%;
    height: 100%;
    position: relative;
}

body{
    background-color: #FBF8F4;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgb(50 29 29 / 70%);

    @media screen and (max-width: 1300px) {
        & {
            font-size: 18px;
        }
    }
    @media screen and (max-width: 1200px) {
        & {
            font-size: 16px;
        }
    }
    @media screen and (max-width: 992px) {
        & {
            font-size: 14px;
        }
    }
}

h1, h2, h3, h4, h5, h6{
    font-family: var(--font-family2);
}
body.open{
    overflow: hidden;
}


.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
    margin: 0 !important;
    overflow: hidden;
}

#popup_holder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    padding: 15px;
    text-align: center;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;

    &:after{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.4);
        z-index: 1;
    }

    .close{
        cursor: pointer;
        position: absolute;
        color: #fff;
        top: 10px;
        right: 10px;
        z-index: 3;
    }

    a{
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .img{
        position: relative;
        height: 400px;
        z-index: 2;
        width: 800px;
        display: inline-block;
        max-width: 100%;

        img{
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            object-fit: cover;
        }
    }


    &.close{
        display: none !important;
    }
}

.iframe_holder{
    position: relative;
    padding-bottom: 53.35%;
    padding-top: 25px;
    height: 0;
    iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}
@media (min-width: 768px){
    .custom_container {
        max-width: 750px;
    }
}

@media (min-width: 992px){
    .custom_container {
        max-width: 970px;
    }
}


@media (min-width: 1200px){
    .custom_container {
        max-width: 1099px;
    }
}


@media (min-width: 1300px){
    .custom_container {
        max-width: 1199px;
    }
}

@media (min-width: 1400px){
    .custom_container {
        max-width: 1299px;
    }
}

@media (min-width: 1500px){
    .custom_container {
        max-width: 1399px;
    }
}

@media (min-width: 1600px){
    .custom_container {
        max-width: 1499px;
    }
}

.custom_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.bg_cinza{
    background: #D9D9D9;
}

.bg_orange{
    background: #D9652F;
}

.c_dark{
    color: #222222 !important;
}
.c_brown{
    color: #D3A574 !important;
}
.c_bege{
    color: #FBF8F4 !important;
}
.c_bege_l{
    color: rgb(251 248 244 / 70%) !important;
}
.btn1{
    padding: 12px 56px;
    background: #FBF8F4;
    border-radius: 100px;
    font-family: var(--font-family2);
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #321D1D;
    border: 2px solid #FBF8F4;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    &:hover{
        color: #FBF8F4;
        background: transparent;
    }
    &.v2{
        color: #FBF8F4;
        background: #AC7F5E;
        border-color: #AC7F5E;
        &:hover{
            color: #AC7F5E;
            background: #fff;
            border-color: #FBF8F4;
        }
    }
    &.v3{
        color: #FBF8F4;
        background: #AC7F5E;
        border-color: #AC7F5E;
        &:hover{
            color: #AC7F5E;
            background: transparent;
            border-color: #AC7F5E;
        }
    }

    @media screen and (max-width: 1500px){
        &{
            font-size: 24px;
        }
    }
    @media screen and (max-width: 1400px){
        &{
            font-size: 22px;
        }
    }
    @media screen and (max-width: 1200px){
        &{
            font-size: 20px;
        }
    }
    @media screen and (max-width: 992px){
        &{
            padding: 12px 46px;
            font-size: 18px;
        }
    }
    @media screen and (max-width: 767px){
        &{
            padding: 12px 36px;
            font-size: 16px;
        }
    }
}
.small_title{
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.3em;
    color: #A46C32;
}
.title{
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    color: #321D1D;
    @media screen and (max-width: 1300px) {
        & {
            font-size: 54px;
        }
    }
    @media screen and (max-width: 1200px) {
        & {
            font-size: 44px;
        }
    }
    @media screen and (max-width: 992px) {
        & {
            font-size: 34px;
        }
    }
    @media screen and (max-width: 767px) {
        & {
            font-size: 30px;
        }
    }
}
/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/

.menu_holder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    padding: 25px 0;
    width: 100%;
    z-index: 6;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    &.scroll,&.open,&.white{
        background: #FBF8F4;
    }
    &.scroll{
        padding: 15px 0;
        box-shadow: 0px 0px 11px rgb(0 0 0 / 10%);
    }

    .navbar-header {
        float: unset;
        width: 150px;
        display: inline-block;
        img{
            width: 100%;
            max-width: 100%;
        }
    }
    .menu-toggler{
        position: absolute;
        background: transparent;
        border: 0;
        width: 35px;
        padding: 0;
        top: 10px;
        right: 2%;
        cursor: pointer;

        display: none;

        #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
            width: 35px;
            height: 25px;
            position: relative;
            margin: 0 auto;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
            span {
                display: block;
                position: absolute;
                height: 3px;
                width: 100%;
                background: #fff;
                border-radius: 0;
                opacity: 1;
                left: 0;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
                &:nth-child(1) {
                    top: 0px;
                }
                &:nth-child(2) {
                    top: 10px;
                }
                &:nth-child(3) {
                    top: 20px;
                }
            }
            &.open{
                span{
                    &:nth-child(1) {
                        top: 10px;
                        -webkit-transform: rotate(140deg);
                        -moz-transform: rotate(140deg);
                        -o-transform: rotate(140deg);
                        transform: rotate(140deg);
                    }
                    &:nth-child(2) {
                        opacity: 0;
                        left: -60px;
                    }
                    &:nth-child(3) {
                        top: 10px;
                        -webkit-transform: rotate(-140deg);
                        -moz-transform: rotate(-140deg);
                        -o-transform: rotate(-140deg);
                        transform: rotate(-140deg);
                    }
                }
            }
        }
    }
    .menu{
        display: inline-flex;
        margin: 0;
        float: unset;
        color: #fff;
        width: Calc(100% - 156px);
        text-align: right;
        vertical-align: middle;
        ul{
            padding: 0 0 0 50px;
            &.menu-nav{
                list-style: none;
                margin: 0;
                .dropdown{
                    display: inline-block;
                    margin: 0 20px;
                    cursor: pointer;
                    &, a{
                        text-decoration: none !important;
                        font-style: normal;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 120%;
                        color: #FBF8F4;
                    }
                    a:hover,
                    &.active > a,
                    &.active:hover > a{
                        color: #D3A574;
                        text-decoration: none !important;
                    }
                    .dropdown-menu {
                        background-color: #fff;
                        cursor: default;
                        text-align: left;
                        color: #000;
                        margin-top: 20px;
                        top: 5px;
                        a {
                            color: #000;
                        }
                        a:hover,
                        li.active > a,
                        li.active:hover > a{
                            color: #D3A574;
                            text-decoration: none !important;
                            background-color: transparent;
                        }
                    }
                }

            }
        }
        .links{
            width: 335px;
            display: inline-flex !important;
            .single_link{
                &, a{
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 120%;
                    color: #FBF8F4;
                    text-decoration: none;
                    display: inline-flex !important;
                }
                a:hover{
                    font-weight: 700;
                }
                .icon{
                    margin-right: 10px;
                }
                &:last-child{
                    padding-left: 100px;
                    position: relative;
                    &:before{
                        content: '';
                        background: #D3A574;
                        height: 40px;
                        width: 1px;
                        top: 50%;
                        transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        left: 50px;
                        position: absolute;
                    }
                }
            }
        }

    }
    &.scroll,&.open,&.white{

        .menu-toggler{
            #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
                span {
                    background: #1E1E1E;
                }
            }
        }
        .menu{
            color: #1E1E1E;
            ul{
                &.menu-nav{
                    .dropdown{
                        &, a{
                            color: #1E1E1E;
                        }
                        a:hover,
                        &.active > a,
                        &.active:hover > a{
                            color: #D3A574;
                        }
                    }

                }
            }
            .links{
                .single_link{
                    &, a{
                        color: #1E1E1E;
                    }
                }
            }

        }
    }
    @media screen and (min-width: 993px) {
        &{
            .menu {
                display: inline-flex !important;
                justify-content: space-between;
                align-items: center;
            }
        }

    }

    @media screen and (max-width: 1300px) {
        & {
            .menu {
                ul {
                    padding: 0 0 0 25px;
                    &.menu-nav {
                        .dropdown {
                            margin: 0 15px;
                            &, a {
                                font-size: 15px;
                            }
                        }
                    }
                }
                .links {
                    width: 280px;
                    .single_link {
                        &:last-child {
                            padding-left: 50px;
                            &:before {
                                left: 25px;
                            }
                        }
                        &, a{
                            font-size: 15px;
                        }
                    }
                }
            }
        }
    }

    @media screen and (max-width: 1200px) {
        & {
            .navbar-header {
                width: 130px;
            }
            .menu {
                width: Calc(100% - 135px);
                ul {
                    padding: 0 0 0 15px;
                    &.menu-nav {
                        .dropdown {
                            &, a {
                                font-size: 14px;
                            }
                        }
                    }
                }
                .links {
                    width: 255px;
                    .single_link {
                        &:last-child {
                            padding-left: 30px;
                            &:before {
                                left: 15px;
                            }
                        }
                        &, a{
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px) {

        &{
            .navbar-header {
                float: unset;
                display: inline-block;
                width: Calc(100% - 40px);
                img{
                    width: 150px;
                }
            }
            .menu-toggler {
                display: inline-block;
                position: relative;
                top: 4px;
            }
            .menu {
                width: 100%;
                padding: 25px 0 30px 0;
                display: none;
                text-align: left;

                ul{
                    &.menu-nav {
                        padding: 0;
                        .dropdown {
                            display: block;
                            width: 100%;
                            margin: 25px 0;
                            text-align: center;
                            &, a{
                                font-size: 17px;
                                font-weight: 400;
                            }
                        }
                    }
                }
                .links{
                    margin-top: 40px;
                    width: 100%;
                    justify-content: center;
                }

            }
        }
    }
}



/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/

.fakebanner{
    height: 65px;
}

.banner{
    position: relative;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    .holder_slider{
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        img{
            width: 100%;
        }
        .single_banner{
            position: relative;
            &:after{
                content: '';
                z-index: 1;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
                position: absolute;
            }
        }
        .single_banner,
        .single_banner .holder_content,
        .single_banner .holder_content_img{
            width: 100%;
            height: 800px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
        .iframe_holder{
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        video{
            position: absolute;
            width: 100%;
            /* height: 100%; */
            top: Calc( 50% - 36px );
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            z-index: 1;
        }
        .owl-dots {
            position: absolute;
            bottom: 20px;
            text-align: center;
            margin: -25px auto 0;
            left: 0;
            right: 0;
            .owl-dot {
                width: 15px;
                height: 15px;
                display: inline-block;
                margin: 0 5px;
                border-radius: 100%;
                border: 2px solid #fff;
                background: #fff;
                &.active {
                    background: #F9BC23;
                    border: 2px solid #F9BC23;
                }

            }
        }
    }

    &.interno{
        .single_banner,
        .single_banner .holder_content,
        .single_banner .holder_content_img{
            height: 400px;
        }
    }
    .conteudo{
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: left;
        margin: auto;
        z-index: 2;

        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        .holder_conteudo{
            margin: 0 auto;
            text-align: center;
            .nome{
                font-weight: 500;
                font-size: 140px;
                line-height: 120%;
                color: #FBF8F4;
                margin-bottom: 30px;
            }
            .descricao{
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 120%;
                color: rgb(251 248 244 / 70%);
                margin-top: 10px;

                h1, h2, h3, h4, h5, h6{
                    color: #FBF8F4;
                    font-style: italic;
                    font-weight: 400;
                    font-size: 96px;
                    line-height: 120%;
                    margin-bottom: 10px;
                }
            }
            .botao{
                margin-top: 50px;
            }
        }
    }

    @media screen and (max-width: 1500px){
        .conteudo{
            .holder_conteudo{
                .nome{
                    font-size: 120px;
                }
                .descricao{
                    font-size: 18px;

                    h1, h2, h3, h4, h5, h6{
                        font-size: 86px;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1400px){
        .conteudo{
            .holder_conteudo{
                .nome{
                    font-size: 100px;
                }
                .descricao{
                    font-size: 16px;

                    h1, h2, h3, h4, h5, h6{
                        font-size: 76px;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1200px){
        .conteudo{
            .holder_conteudo{
                .nome{
                    font-size: 80px;
                }
                .descricao{
                    h1, h2, h3, h4, h5, h6{
                        font-size: 56px;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px){
        .holder_slider{
            .single_banner,
            .single_banner .holder_content,
            .single_banner .holder_content_img{
                height: 600px;
            }
        }
        .conteudo{
            .holder_conteudo{
                .nome{
                    font-size: 70px;
                }
                .descricao{
                    font-size: 14px;

                    h1, h2, h3, h4, h5, h6{
                        font-size: 36px;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 767px){
        .holder_slider{
            .single_banner,
            .single_banner .holder_content,
            .single_banner .holder_content_img{
                height: 500px;
            }
        }
        .conteudo{
            top: 60%;
            .holder_conteudo{
                .nome{
                    font-size: 50px;
                }
                .descricao{
                    font-size: 12px;
                    h1, h2, h3, h4, h5, h6{
                        font-size: 26px;
                    }
                }
            }
        }
    }
}

/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/

.bloco{
    position: relative;
    width: 100%;
    padding: 85px 0;
}

.bloco.no-margin{
    padding: 0;
}


@media screen and (max-width: 992px) {

    .bloco{
        padding: 60px 0;
    }
}

/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/
.holder_info{
    flex-wrap: wrap;
    .esquerda{
        width: 45%;
        padding-right: 90px;
    }
    .direita{
        width: 55%;
    }
    .botao{
        margin-top: 20px;
    }
    .title{
        margin-top: 15px;
    }
    .descricao{
        margin-top: 15px;
    }
    img{
        width: 100%;
    }
    @media screen and (min-width: 993px) {
        &{
            &.invert{
                align-items: center;
                .esquerda{
                    order: 2;
                    padding-right: 0;
                    width: 55%;
                }
                .direita{
                    order: 1;
                    padding-right: 90px;
                    width: 45%;
                }
            }
        }
    }
    @media screen and (max-width: 992px) {
        &{
            .esquerda{
                width: 100%;
                padding-right: 0;
                margin-bottom: 40px;
            }
            .direita{
                width: 100%;
            }
        }

    }
}

#homepage{
    .holder_info{

        @media screen and (max-width: 992px) {
            &{
                text-align: center;
            }
        }
    }
    .especialidades{
        .botao{
            margin-top: 40px;
            text-align: center;
        }
        .holder_especialidades{
            margin-top: 45px;
            .single_prato{
                width: Calc(100% / 6);
                padding: 1.5px;
                .holder_single_prato{
                    position: relative;
                    padding-bottom: 183%;
                    overflow: hidden;
                    cursor: pointer;
                    img{
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        object-fit: cover;
                    }
                    .conteudo{
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        padding: 20px;
                        background: linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51));
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        align-content: center;
                        opacity: 0;
                        visibility: hidden;
                        transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                        .nome{
                            font-style: normal;
                            font-weight: 700;
                            font-size: 26px;
                            line-height: 120%;
                            color: #FFFFFF;
                            text-align: center;
                        }
                    }
                    &:hover{
                        .conteudo{
                            opacity: 1;
                            visibility: visible;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1400px) {
            &{
                .holder_especialidades{
                    .single_prato{
                        .holder_single_prato{
                            .conteudo{
                                .nome{
                                    font-size: 24px;
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1200px) {
            &{
                .holder_especialidades{
                    .single_prato{
                        .holder_single_prato{
                            .conteudo{
                                .nome{
                                    font-size: 22px;
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px) {
            &{
                .holder_especialidades{
                    .single_prato{
                        .holder_single_prato{
                            .conteudo{
                                padding: 10px;
                                .nome{
                                    font-size: 18px;
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 767px) {
            &{
                .holder_especialidades{
                    flex-wrap: wrap;
                    .single_prato{
                        width: Calc(100% / 3);
                        .holder_single_prato{
                            .conteudo{
                                padding: 10px;
                                .nome{
                                    font-size: 18px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .galeria{
        .holder_galeria{
            margin: 35px -10px 0 -10px;
            .single_imagem{
                width: 100%;
                padding: 10px;
                .holder_single_imagem{
                    position: relative;
                    padding-bottom: 77%;
                    height: 100%;
                    img{
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                }
            }
            .linha{
                display: flex;
            }
            .linha1{
                .single_imagem{
                    width: 50%;
                    .holder_single_imagem{
                        padding-bottom: 77%;
                    }
                    &:nth-child(1){
                        width: 70%;
                        .holder_single_imagem{
                            padding-bottom: 55%;
                        }
                    }
                    &:nth-child(2){
                        width: 30%;
                        .holder_single_imagem{
                            padding-bottom: 130%;
                        }
                    }
                }
            }
            .linha{
                .coluna{
                    width: 50%;
                    display: inline-flex;
                    flex-wrap: wrap;
                }
                .coluna:nth-child(1){
                    width: 25%;
                }
                .coluna:nth-child(2){
                    width: 25%;

                    .single_imagem {
                        .holder_single_imagem {
                            padding-bottom: 160%;
                        }
                    }
                }
                .coluna:nth-child(3){
                    .single_imagem{
                        width: 50%;
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            &{
                .holder_galeria{
                    margin: 35px -5px 0 -5px;
                    .single_imagem{
                        padding: 5px;
                    }
                }
            }
        }

        @media screen and (max-width: 992px){
            &{
                .holder_galeria{
                    margin: 35px -5px 0 -5px;
                    .single_imagem{
                        padding: 5px;
                        .holder_single_imagem{
                            position: relative;
                            padding-bottom: 77%;
                            height: 100%;
                            img{
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }

                        }
                    }
                    .linha{
                        display: flex;
                    }
                    .linha1{
                        .single_imagem{
                            width: 50%;
                            .holder_single_imagem{
                                padding-bottom: 77%;
                            }
                            &:nth-child(1){
                                width: 70%;
                                .holder_single_imagem{
                                    padding-bottom: 55%;
                                }
                            }
                            &:nth-child(2){
                                width: 30%;
                                .holder_single_imagem{
                                    padding-bottom: 130%;
                                }
                            }
                        }
                    }
                    .linha{
                        flex-wrap: wrap;
                        .coluna{
                            width: 100%;
                        }
                        .coluna:nth-child(1){
                            width: 100%;

                            .single_imagem {
                                width: 50%;
                            }
                        }
                        .coluna:nth-child(2){
                            width: 100%;

                            .single_imagem {
                                .holder_single_imagem {
                                    padding-bottom: 77%;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .testemunhos{
        .holder_testemunhos{
            margin-top: 60px;
            .owl-dots{
                display: flex;
                justify-content: center;
                gap: 40px;
                margin-top: 80px;
                .owl-dot{
                    width: 12px;
                    height: 12px;
                    background: #321D1D;
                    border-radius: 50%;
                    opacity: 0.1;
                    &.active{
                        opacity: 1;
                    }
                }
            }
            .single_testemunho{
                padding: 0 15px;
                .holder_single_testemunho{
                    gap: 15px;
                }
            }
        }
        @media screen and (max-width: 1400px) {
            &{
                .holder_testemunhos{
                    margin-top: 50px;
                    .owl-dots{
                        gap: 30px;
                        margin-top: 60px;
                    }
                }
            }
        }
        @media screen and (max-width: 992px) {
            &{
                .holder_testemunhos{
                    margin-top: 40px;
                    .owl-dots{
                        gap: 15px;
                        margin-top: 20px;
                    }
                }
            }
        }
    }
}
/*==================================================================================================*/
/*O RESTAURANTE*/
/*==================================================================================================*/
#o_restaurante{
    .zona_icons{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        padding: 185px 0;
        &:before{
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
            z-index: 1;
        }
        .custom_container{
            position: relative;
            z-index: 2;
        }
        .holder_icons{
            flex-wrap: wrap;
            .single_icon{
                width: Calc(100% / 4);
                .holder_single_icon{
                    text-align: center;
                    .icon{
                        width: 195px;
                        height: 195px;
                        border-radius: 50%;
                        border: 1px solid #FFFFFF;
                        margin: 0 auto;
                        position: relative;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        img{
                            max-height: 60%;
                            max-width: 60%;
                            object-fit: contain;
                        }
                    }
                    .nome{
                        margin-top: 40px;
                        font-family: var(--font-family);
                        font-style: normal;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 120%;
                        color: #FBF8F4;
                    }
                }
            }
        }
        @media screen and (max-width: 1300px){
            &{
                .holder_icons{
                    .single_icon{
                        .holder_single_icon{
                            .icon{
                                width: 155px;
                                height: 155px;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                .holder_icons{
                    .single_icon{
                        .holder_single_icon{
                            .icon{
                                width: 110px;
                                height: 110px;
                            }
                            .nome{
                                margin-top: 30px;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 767px){
            &{
                padding: 100px 0;
                .holder_icons{
                    .single_icon{
                        width: 50%;
                        padding: 40px 0;
                        .holder_single_icon{
                            .nome{
                                margin-top: 20px;
                                font-size: 14px;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 567px){
            &{
                padding: 80px 0;
                .holder_icons{
                    .single_icon{
                        .holder_single_icon{
                            .icon{
                                width: 90px;
                                height: 90px;
                            }
                        }
                    }
                }
            }
        }
    }
    .historia{
        .icon{
            margin-bottom: 25px;
        }
        .descricao{
            margin-top: 25px;
        }
    }
}
/*==================================================================================================*/
/*SERVIÇOS*/
/*==================================================================================================*/
#servicos{
    .servicos{
        .info{
            .imagem{
                margin-bottom: 60px;
                margin-top: 40px;
                img{
                    width: 100%;
                }
            }
            .descricao{
                margin-top: 15px;
            }
        }
    }
    .lista_servicos{
        .single_servicos{
            flex-wrap: wrap;
            .conteudo, .imagem{
                width: 50%;
            }
            .conteudo{
                padding-left: 80px;
                padding-right: 80px;
                display: flex;
                align-items: center;
                justify-content: center;
                .holder_conteudo{
                    max-width: 600px;
                }
                .title{
                    margin-top: 15px;
                }
                .descricao{
                    margin-top: 30px;
                }
                .botao{
                    margin-top: 70px;
                }
            }
            .imagem{
                width: 50%;
                position: relative;
                min-height: 55vw;
                img{
                    position: absolute;
                    height: 100%;
                    width: 100%;
                    top: 0;
                    left: 0;
                    object-fit: cover;
                }
            }
        }
        @media screen and (min-width: 820px){
            .single_servicos:nth-child(odd){
                .conteudo{
                    order: 2;
                }
                .imagem{
                    order: 1;
                }
            }
        }
        @media screen and (max-width: 1400px){
            &{
                .single_servicos{
                    .conteudo{
                        padding-left: 60px;
                        padding-right: 60px;
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            &{
                .single_servicos{
                    .conteudo{
                        .botao{
                            margin-top: 40px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                .single_servicos{
                    .conteudo{
                        padding-left: 45px;
                        padding-right: 45px;
                    }
                }
            }
        }
        @media screen and (max-width: 819px){
            &{
                .single_servicos{
                    .conteudo, .imagem{
                        width: 100%;
                    }
                    .conteudo{
                        .holder_conteudo{
                            max-width: 100%;
                            text-align: center;
                        }
                    }
                    .imagem{
                        height: 0;
                        padding-bottom: 100%;
                    }
                }
            }
        }
    }
}


/*==================================================================================================*/
/*EMENTA*/
/*==================================================================================================*/
#ementa{
    .ementa{
        .descricao{
            margin: 35px auto 0 auto;
            max-width: 900px;
        }
        .botao{
            text-align: center;
            margin-top: 60px;
            .btn1{
                text-transform: capitalize;
            }
        }

        .holder_ementa{
            flex-wrap: wrap;
            margin-top: 60px;
            .single_prato{
                width: Calc(100% / 3);
                padding: 10px;
                .holder_single_prato{
                    cursor: pointer;
                    height: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    background: #FBF8F4;
                    border-width: 0px 1px 1px 1px;
                    border-style: solid;
                    border-color: rgba(50, 29, 29, 0.2);
                    align-content: space-between;
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    .imagem{
                        width: 100%;
                        position: relative;
                        padding-bottom: 80%;
                        overflow: hidden;
                        img{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            z-index: 0;
                        }
                        &:after{
                            content: '';
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
                            position: absolute;
                            z-index: 1;
                            opacity: 0;
                            visibility: hidden;
                            transition: all .3s ease-in-out;
                            -moz-transition: all .3s ease-in-out;
                            -webkit-transition: all .3s ease-in-out;
                        }
                        .estrelas{
                            position: absolute;
                            z-index: 2;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 100%;
                            top: 25px;
                            gap: 4px;
                            opacity: 0;
                            visibility: hidden;
                            transition: all .3s ease-in-out;
                            -moz-transition: all .3s ease-in-out;
                            -webkit-transition: all .3s ease-in-out;
                            .single_estrela{
                                width: 20px;
                                display: inline-flex;
                                svg{
                                    width: 100%;
                                    height: auto;
                                }
                            }
                            .single_estrela:nth-child(3){
                                width: 24px;
                                margin-top: -3px;
                            }
                        }
                    }
                    .conteudo{
                        width: 100%;
                        padding: 25px 20px;
                        text-align: center;
                        .nome{
                            font-style: normal;
                            font-weight: 700;
                            font-size: 26px;
                            line-height: 120%;
                            color: #321D1D;
                            transition: all .3s ease-in-out;
                            -moz-transition: all .3s ease-in-out;
                            -webkit-transition: all .3s ease-in-out;
                        }
                        .linha svg rect{
                            transition: all .3s ease-in-out;
                            -moz-transition: all .3s ease-in-out;
                            -webkit-transition: all .3s ease-in-out;
                        }
                    }
                    &:hover{
                        background: #D9652F;
                        border-color: #D9652F;
                        .conteudo{
                            .nome{
                                color: #FFFFFF;
                            }
                            .linha svg rect{
                                fill: #FFFFFF;
                            }
                        }
                        .imagem{
                            .estrelas, &:after{
                                opacity: 1;
                                visibility: visible;
                            }
                        }
                    }
                }
            }
        }

        @media screen and (max-width: 1400px) {
            &{
                .holder_ementa{
                    .single_prato{
                        .holder_single_prato{
                            .conteudo{
                                .nome{
                                    font-size: 24px;
                                }
                            }
                        }
                    }
                }
            }
        }

        @media screen and (max-width: 1200px) {
            &{
                .holder_ementa{
                    .single_prato{
                        .holder_single_prato{
                            .conteudo{
                                .nome{
                                    font-size: 22px;
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px) {
            &{
                .holder_ementa{
                    .single_prato{
                        width: 50%;
                        .holder_single_prato{
                            .conteudo{
                                .nome{
                                    font-size: 20px;
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 567px) {
            &{
                .holder_ementa{
                    margin-top: 40px;
                    .single_prato{
                        .holder_single_prato{
                            .conteudo{
                                .nome{
                                    font-size: 18px;
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 450px) {
            &{
                .holder_ementa{
                    .single_prato{
                        width: 100%;
                        padding: 10px 0;
                        .holder_single_prato{
                            .conteudo{
                                .nome{
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/

.holder_contactos{
    margin-top: 60px;
    flex-wrap: wrap;
    .coluna{
        width: Calc(100% / 3);
        padding: 0 15px;
        position: relative;
        &:after{
            position: absolute;
            width: 1px;
            height: 100%;
            left: 0;
            top: 0px;
            background: #D3A574;
            content: '';
        }
        &:first-child{
            &:after{
                display: none;
            }
        }
    }
    .single_contacto{
        padding: 15px 0;
        text-align: center;
        .titulo{
            font-style: normal;
            font-weight: 700;
            font-size: 26px;
            line-height: 120%;
            margin-bottom: 15px;
        }
        .descricao{
            &, a{
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 120%;
                color: #FBF8F4;
                text-decoration: none;
            }
            a:hover{
                text-decoration: underline;
            }
        }
    }

    @media screen and (max-width: 1400px){
        &{
            .single_contacto{
                .titulo{
                    font-size: 24px;
                }
            }
        }
    }
    @media screen and (max-width: 1200px){
        &{
            .single_contacto{
                .titulo{
                    font-size: 22px;
                }
                .descricao{
                    &, a{
                        font-size: 14px;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px){
        &{
            .coluna{
                width: 100%;
                padding: 30px 0;

                &:after{
                    width: 100%;
                    height: 1px;
                }
                &:first-child{
                    &:after{
                        display: block;
                    }
                }
            }
            .single_contacto{
                .titulo{
                    font-size: 20px;
                }
            }
        }
    }
}
#contactos{
    .mapa{
        position: relative;
        margin-top: 60px;
        padding-bottom: 40%;

        @media screen and (max-width: 992px){
            &{
                padding-bottom: 70%;
            }
        }

        @media screen and (max-width: 567px){
            &{
                padding-bottom: 100%;
            }
        }
    }
}


/*==================================================================================================*/
/*RESERVAS*/
/*==================================================================================================*/
#reservas{
    .info{
        max-width: 900px;
        margin: 0 auto;
        .descricao{
            margin-top: 40px;
        }
        @media screen and (max-width: 992px) {
            &{
                .descricao{
                    margin-top: 20px;
                }
            }
        }
    }
    .holder_contactos{
        justify-content: center;
        border: 1px solid rgba(50, 29, 29, 0.2);
        border-left: 0;
        border-right: 0;
        padding: 20px 0;
        max-width: 800px;
        margin: 60px auto 0 auto;
        .coluna{
            width: 50%;
            &:after{
                background: rgba(50, 29, 29, 0.2);
            }
        }
        .single_contacto{
            .titulo{
                color: #321D1D;
            }
            .descricao{
                &, a{
                    color: #321D1D;
                }
            }
        }
        @media screen and (max-width: 992px){
            & {
                .coluna {
                    width: 100%;

                    &:first-child{
                        &:after{
                            display: none;
                        }
                    }
                }
            }
        }
    }
}

.formulario{
    &.holder_formulario{
        padding: 55px 40px;
        margin-top: 40px;
    }
    .row{
        overflow: unset;
    }
    .single_input{
        margin-bottom: 30px;
        .input{
            padding: 30px 24px;
            width: 100%;
            background: #FBF8F4;
            border: none;
            outline: none;
            color: #321D1D;
            &::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                color: rgb(50 29 29 / 30%);
            }
            &::-moz-placeholder { /* Firefox 19+ */
                color: rgb(50 29 29 / 30%);
            }
            &:-ms-input-placeholder { /* IE 10+ */
                color: rgb(50 29 29 / 30%);
            }
            &:-moz-placeholder { /* Firefox 18- */
                color: rgb(50 29 29 / 30%);
            }
        }
        textarea{
            height: 220px;
            resize: none;
        }
        .select2-container{
            width: 100% !important;
            .select2-selection--single {
                height: auto;
                padding: 30px 24px;
                border-radius: 0;
            }
        }
        .select2-container--default .select2-selection--single {
            background-color: #FBF8F4;
            border: none;
            border-radius: 0;
        }
        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #321D1D;
        }
        .select2-container--default .select2-selection--single .select2-selection__placeholder {
            color: rgb(50 29 29 / 30%);
        }
        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #D3A574 transparent transparent transparent;
            border-width: 8px 8px 0 8px;
            margin-left: -8px;
        }
        .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #D3A574 transparent;
            border-width: 0 8px 8px 8px;
        }
        .select2-container--default .select2-selection--single .select2-selection__arrow {
            top: 30px;
            right: 15px;
        }
        .select2-container .select2-selection--single .select2-selection__rendered{
            padding-left: 0;
            line-height: 120%;
        }

        &.rgpd{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            label{
                &, a{
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 111.99%;
                    color: #FFFFFF;
                }
            }
        }
    }
    @media screen and (max-width: 1400px){
        &{
            .single_input{
                .input{
                    padding: 25px 20px;
                }
                .select2-container{
                    .select2-selection--single {
                        padding: 25px 20px;
                    }
                }
                .select2-container--default .select2-selection--single .select2-selection__arrow {
                    top: 22px;
                }
            }
        }
    }
    @media screen and (max-width: 1200px){
        &{
            .single_input{
                .input{
                    padding: 20px 15px;
                }
                .select2-container{
                    .select2-selection--single {
                        padding: 20px 15px;
                    }
                }
                .select2-container--default .select2-selection--single .select2-selection__arrow {
                    top: 16px;
                }
            }
        }
    }
    @media screen and (max-width: 992px){
        &{

            &.holder_formulario{
                padding: 45px 30px;
            }
            .single_input{
                margin-bottom: 20px;
                .input{
                    padding: 15px 10px;
                }
                .select2-container{
                    .select2-selection--single {
                        padding: 15px 10px;
                    }
                }
                .select2-container--default .select2-selection--single .select2-selection__arrow {
                    top: 9px;
                    right: 10px;
                }
                &.rgpd{
                    label{
                        &, a{
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 567px) {
        & {

            &.holder_formulario {
                padding: 35px 20px;
            }
        }
    }
}
.select2-dropdown {
    border: none;
    border-radius: 0;
    background: #FBF8F4;
}

.select2-results__option {
    padding: 30px 0;
    border: none;
    border-top: 1px solid rgba(217, 101, 47, 0.5);
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 500px;
    padding: 0 24px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: rgba(217, 101, 47, 1);
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    font-weight: 700;
}
@media screen and (max-width: 1400px){
    .select2-results__option {
        padding: 25px 0;
    }
    .select2-container--default .select2-results>.select2-results__options {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1200px){
    .select2-results__option {
        padding: 20px 0;
    }
    .select2-container--default .select2-results>.select2-results__options {
        padding: 0 15px;
    }
}
@media screen and (max-width: 992px){
    .select2-results__option {
        padding: 15px 0;
    }
    .select2-container--default .select2-results>.select2-results__options {
        padding: 0 10px;
    }
}
/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/

footer{
    background: #222222;
    .footer{
        position: relative;
        width: 100%;
        padding: 50px 0 40px 0;
        &, label, a{
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: rgb(251 248 244 / 80%);
            text-decoration: none;
        }
        a:hover{
            text-decoration: underline;
        }
        h3{
            margin-bottom: 15px;
            font-weight: 700;
            font-size: 26px;
            line-height: 120%;
            color: #FBF8F4;
        }
        .holder_footer{
            .coluna{
                padding: 0 15px;
            }
            .logo{
                width: 25%;
                img{
                    width: 100%;
                }
            }
            .morada, .contactos{
                width: 27.5%;
            }
            .links{
                width: 20%;
                .redes_sociais{
                    margin-top: 40px;
                    gap: 20px;
                    justify-content: center;
                    .single_rede{
                        &, a{
                            font-size: 30px;
                        }
                    }
                }
                .botao{
                    .btn1{
                        padding: 12px 20px;
                        width: 100%;
                    }
                }
            }
        }
        @media screen and (max-width: 1400px){
            &{
                h3{
                    font-size: 24px;
                }
                &, label, a{
                    font-size: 15px;
                }
            }
        }
        @media screen and (max-width: 1200px){
            &{
                h3{
                    font-size: 22px;
                }
                &, label, a{
                    font-size: 14px;
                }
                .holder_footer{
                    .logo{
                        width: 17%;
                        img{
                            width: 100%;
                        }
                    }
                    .morada, .contactos{
                        width: 33.5%;
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                .holder_footer{
                    flex-wrap: wrap;
                    .logo, .morada, .contactos, .links{
                        width: 100%;
                        text-align: center;
                    }
                    .logo{
                        img{
                            max-width: 200px;
                            display: block;
                            margin: 0 auto;
                        }
                    }
                    .morada, .contactos, .links{
                        margin-top: 40px;
                    }
                    .links{
                        .btn1{
                            max-width: 300px;
                        }
                    }
                }
            }
        }
    }

    .lower_footer {
        padding: 0 0 25px 0;
        text-align: center;
        position: relative;
        hr {
            margin-top: 0;
            margin-bottom: 25px;
            border: 0;
            border-top: 1px solid #979797;
        }

        &, label, a{
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 150%;
            color: rgb(251 248 244 / 50%);

        }
        @media screen and (max-width: 1400px){
            &{
                &, label, a{
                    font-size: 15px;
                }
            }
        }
    }
}

.alert{
    font-size: 14px;
    line-height: 150%;
}

@media screen and (max-width: 992px) {

}


.politica_privacidade {
    table{
        max-width: 100% !important;
        border: none !important;
        tr th{
            background: #c6c5c5;
            padding: 5px 10px;
        }
        tr td{
            width: Calc(100% / 3) !important;
            padding: 5px 10px;
            border: none !important;
        }
    }
    a{
        color: inherit;
    }
}