﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    /*--color--main: #e0a00b;
    --color--main: #e0a00b;
    --color--secondary: #c1843a;*/
    --cor-principal-hover: rgb(252, 143, 70);
    --color-main: rgb(235, 109, 21);
    --color--main: rgb(235, 109, 21);
    --color-main-rgb: 235, 109, 21;
    --color--secondary: #e88656;
    --color--gray--first: #495057;
    --color--gray--second: #555d66;
    --color--gray-50: #f8fafc;
    --color--gray-100: #f1f5f9;
    --color--gray-200: #e2e8f0;
    --color--gray-300: #cbd5e1;
    --color--gray-400: #94a3b8;
    --color--gray-800: #1e293b;
    --color--gray-900: #0f172a;
    --shadow-lg: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(15, 23, 42, 0.05) 0px 20px 25px -5px, rgba(15, 23, 42, 0.05) 0px 8px 10px -6px;
    --shadow-lg-hover: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(15, 23, 42, 0.1) 0px 21px 25px -5px, rgba(15, 23, 42, 0.1) 0px 9px 10px -6px;
    --tile-start-rgb: 10,10,10;
    --tile-end-rgb: 10,10,10;
    --tile-start-hover-rgb: 20,20,20;
    --tile-end-hover-rgb: 20,20,20;
    --tile-border: conic-gradient( #ffffff90, #ffffff50, #ffffff40, #ffffff30, #ffffff20, #ffffff20, #ffffff90);
    --tile-border-hover: conic-gradient(#ffffff, #ffffff60, #ffffff50, #ffffff40, #ffffff30, #ffffff30, #ffffff);
}

body {
    font-family: 'Inter', sans-serif !important;
    height: 100%;
    background: var(--color--gray-50);
    position:relative;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-width: thin;
    scrollbar-color: var(--color--main) black;
}
::-webkit-scrollbar {
    width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 40px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color--main);
    border-radius: 40px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--color--secondary);
    }

.bold-font {
    font-weight: bold;
}
.slick-dots{
    position:unset;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 40px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color--main);
    border-radius: 40px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--color--secondary);
    }

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    background: black;
    z-index: 100000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader {
    font-size: 40px;
    color: white;
}

    .loader i {
        color: white;
    }
/*----------------------------GOTOP--------------------------*/
/*#region *GOTOP**/
#backtotop {
    opacity: 0;
    position: fixed;
    bottom: 1em;
    right: 0;
    margin: 0 25px 0 0;
    z-index: 100;
    transition: 0.6s;
}

#opcoes_categorias {
    opacity:0;
    transition: 0.6s;
}

    #backtotop i {
        color: var(--color--main);
        font-size: 50px;
        display:none;
    }
/*#endregion*/

/*----------------------------NAVBAR-----------------------------*/
/*#region *NAVBAR**/
/*.navbar {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.43);
    background-color: rgb(255,255,255,0.95) !important;
}

.navbar-nav {*/
    /*font-family: 'Playfair Display', serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    /*height: 70px;
    width: 100%;
    z-index: 1000;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #60abe4;
    filter: none;
}

.navbar-light .navbar-brand {
    padding: 8px 20px;
    background: transparent;
}

    .navbar-light .navbar-brand.active {*/
        /*border: 1px solid;*/
        /*background-color: var(--color--main);
        color: white;
        border-radius: 50px;
    }

    .navbar-light .navbar-brand:hover {*/
        /*box-shadow: 0 0 0 1px black;*/
        /*border-radius: 50px;
        background-color: var(--color--main);
        color: white;
        line-height:26px;
    }

.nav-link, .navbar-brand img {
    filter: grayscale();
}

#Vendas_img, #Vendas_img1 {
    filter: none;
}

.nav-link:hover, .navbar-brand:hover img {
    filter: none;
}

.nav-item:hover > .nav-link {
    color: #60abe4 !important;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0px 15px 0px 15px;
    display: block;
    position: relative;
}

    .navbar-light .navbar-nav .nav-link::after {
    }*/

    /* Fade in */
    /*.navbar-light .navbar-nav .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #60abe4;
        height: 0.1em;
        opacity: 0;
        transition: opacity 300ms, transform 300ms;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link:focus::after {
        opacity: 1;
        transform: translate3d(0, 0.2em, 0);
    }

.dropbtn {
    color: white;
    padding: 0;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    background: white;
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

    .dropdown-content a {
        color: black;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: var(--color--main);
            color: white;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
.wrapper-profile i {
    font-size: 22px;
    margin-left: 1rem;
    cursor: pointer;
}

    .wrapper-profile i:hover {
        color: var(--color--secondary);
    }*/
/*#endregion*/

/*----------------------OFFCANVAS-----------------------------*/
/*#region *OFFCANVAS**/
.offcanvas-listaTipos {
    list-style-type: none;
}

    .offcanvas-listaTipos li a {
        text-decoration: none;
        color: black;
        display: block;
        position: relative;
        padding: 0.2em 0;
        overflow: hidden;
        width:max-content;
    }
        .offcanvas-listaTipos li a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 200px;
            height: 0.2em;
            background-color: var(--color--main);
            opacity: 1;
            transform:translate3d(-100%,0,0);
            transition: opacity 300ms, transform 600ms;
        }
        .offcanvas-listaTipos li a:hover::after, a:focus::after {
            transform: translate3d(0, 0, 0);
        }
/*#endregion*/
.floating-menu {
    display: none;
}
/*-----------------------SLICK SHOW CATEGORIAS-----------------------*/
/*#region *SLICK_SHOW_CATEGORIAS**/
.container-cats-pesquisa {
    width: 100%;
    /*max-width: 1920px;*/
    height: auto;
    /*margin-top: 1rem;*/
    top:-2px;
    position:relative;
}

.container-categorias-pesquisa {
    width: 100%;
    position: relative;
}

.slick-categorias-img {
    width: inherit;
    height: 500px;
    object-fit:cover;
    cursor: pointer;
    /*border-radius:5px;*/
}

.slick-show-categorias .slick-prev {
    left: 10px;
    z-index: 1000;
    opacity: 0;
}

.slick-show-categorias .slick-next {
    right: 55px;
    z-index: 1000;
    opacity: 0;
}

.slick-show-categorias:hover .slick-prev {
    transition: 0.5s;
    opacity: 1;
    color: var(--color--main);
}

.slick-show-categorias:hover .slick-next {
    transition: 0.5s;
    opacity: 1;
    color: var(--color--main);
}

.slick-show-categorias .slick-prev:before, .slick-show-categorias .slick-next:before {
    font-size: 60px;
    color: var(--color--main);
}
/*#endregion*/

/*----------------------PESQUISA-------------------------------*/
/*#region *PESQUISA**/
.ui-widget.ui-widget-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden;
    color: #000;
    background: #fff;
    border-color: #eaeaea;
}
.ui-menu .ui-menu-item {
    font-size:16px;
    font-weight:400;
} 
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: var(--color--main) !important;
    color:white !important;
    border:transparent !important;
    font-weight:unset;
    margin:0;
} 
#breadcrumbDiv {
    width: 95%;
    color: #888888;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
}
#breadcrumb{
    float:left;
}
.resultado {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
#pesquisa-container-check {
    /*display:none;*/
}
.pesquisa-container-check {
    /*position: absolute;*/
    /*margin-top: 7px;*/
    width: 100%;
    color: #888888;
    font-size: 16px;
    line-height: 26px;
}

.pesquisa-container {
    position: absolute;
    /*top: 0;*/
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    min-width: 300px;
    max-width: 1150px;
    height: 68px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.pesquisa-bar {
    background: white;
    padding: 6px;
    width: 100%;
    border-radius: 50px;
    opacity: 1;
    height: 68px;
}

.pesquisa-input {
    border-style: hidden;
    height: auto;
    width: calc(100% - 15px);
}

    .pesquisa-input:focus {
        outline: none;
    }

.pesquisar-dropdown {
    background: transparent;
    color: #888888;
    border-style: hidden;
    box-shadow: none;
    width:100%;
}
.pesquisa-bar .bootstrap-select > .dropdown-toggle.bs-placeholder {
    border: none;
    background-color: transparent;
    box-shadow: none;
    width:100%;
}
.pesquisa-bar .bootstrap-select .dropdown-menu {
    border-radius: 20px;    
}

.pesquisa-bar .bootstrap-select .btn:focus {
    outline: none !important;
    box-shadow: none;
    border: none;
}

.pesquisa-bar .bootstrap-select > .dropdown-toggle {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
}

.pesquisa-wrap .bootstrap-select .dropdown-toggle {
    background: transparent;
    border-style:none;
}

.pesquisar-dropdown .dropdown-item1 {
    color: #888888;
}

        .pesquisar-dropdown .dropdown-item1:hover {
            background: var(--color--main);
            color: #1592ff;
            border-radius: 5px;
        }

    .pesquisar-dropdown:focus {
        outline: none;
    }

.pesquisa-btn {
    color: white;
    text-decoration: none;
    background-color: var(--color--main);
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 15px 40px;
    font-weight: 600;
}

    .pesquisa-btn:hover {
        color: white;
        background-color: var(--color--secondary);
    }

.settings {
    margin-left: 10px;
}

#search_settings {
    color: grey;
    font-size: 30px;
    border-style: hidden;
    background-color: transparent;    
}

    #search_settings:hover {
        color: var(--color--main);
        cursor: pointer;
    }

.check {
    display: inline;
    cursor: pointer;
    position: relative;
    margin: auto;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0,0,0);
}
.check-block{
    width:100%;
}
.check-block label {
    /*margin-right:30px;*/
    width: 100%;
}
.check-block label a{
    width:100%;
}

    /*.check:before {
        content: "";
        position: absolute;
        top: -15px;
        left: -15px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: var(--color--main);
        opacity: 0;
        transition: opacity .2s ease;
    }*/

    .check svg {
        position: relative;
        z-index: 1;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: var(--color--main);
        stroke-width: 1.5px;
        transform: translate3d(0,0,0);
        transition: all .2s ease;
        margin-right:5px;
    }

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    color: #f79e54;
    stroke: #f79e54;
}

#cbx1:checked + .check svg {
    stroke: var(--color--main);
}

    #cbx1:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all .3s linear;
    }

    #cbx1:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all .2s linear;
        transition-delay: .15s;
    }

#cbx2:checked + .check svg {
    stroke: var(--color--main);
}

    #cbx2:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all .3s linear;
    }

    #cbx2:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all .2s linear;
        transition-delay: .15s;
    }

#cbx3:checked + .check svg {
    stroke: var(--color--main);
}

    #cbx3:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all .3s linear;
    }

    #cbx3:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all .2s linear;
        transition-delay: .15s;
    }

#cbx4:checked + .check svg {
    stroke: var(--color--main);
}

    #cbx4:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all .3s linear;
    }

    #cbx4:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all .2s linear;
        transition-delay: .15s;
    }

#cbx5:checked + .check svg {
    stroke: var(--color--main);
}

    #cbx5:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all .3s linear;
    }

    #cbx5:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all .2s linear;
        transition-delay: .15s;
    }

#cbx6:checked + .check svg {
    stroke: var(--color--main);
}

    #cbx6:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all .3s linear;
    }

    #cbx6:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all .2s linear;
        transition-delay: .15s;
    }
/*#endregion*/

/*#region BARRA PESQUISA*/
/*.wrapper-opcoes-pesquisa {
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}*/
.opcoes-pesquisa {
    background: none;
    border: none;
}
.opcoes-pesquisa{
    width:fit-content;
}
/*#endregion*/
/*---------------------------BREAKLINE------------------------*/
/*#region *BREAKLINE**/
.banner-container {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

    .banner-container .banner-img {
        width: inherit;
        height: inherit;
    }

.breakline {
    margin-top: 4em;
}

.breakline-1 {
    margin-top: 1em;
}

.breakline-2 {
    margin-top: 1em;
}

.breakline-8 {
    margin-top: 8em;
    /*padding-top: 9em;*/
}

.breakline-div {
    position: relative;
}

    .breakline-div:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 0.2em;
        background: var(--color--main);
        bottom: 9px;
        transition: all 0.2s ease-out;
    }

.breakline-h1 {
    position: relative;
    display: inline-block;
    /*background: linear-gradient(to bottom, #000, #000 60%, #fff 60%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;*/
    color: black;
    background-repeat: no-repeat;
    transition: background 0.2s ease-out;
    white-space: nowrap;
    font-weight: 600;
    font-size: 29px;
    line-height: 38px;
}

    .breakline-h1:hover {
        background-position: 0 6px;
    }

.breakline-div:hover:before {
    transform: translateY(10px)
}

/*.breakline h1 {*/
    /*font-family: 'Playfair Display', serif;*/
    /*font-weight: 600;
    font-size: 29px;
    line-height: 38px;
}*/

.breakline-img {
    margin-top: -40px;
    margin-bottom: -40px;
    width: 100%;
    min-width: 300px;
}
/*#endregion*/

/*------------------------CATEGORIAS---------------------------*/
/*#region *CATEGORIAS**/
.categorias-container {
    width: 95%;
}

.categorias-holder {
    display: flex;
    flex-wrap:wrap;
}

.categorias-card {
    flex-direction: row;
    flex-direction: row;
    width: calc(100%/8 - 10px);
    height: 140px;
    margin: 5px;
}

.slick-destaques .card .favoritos {
    font-size: 24px;
    color: var(--color--main);
    position: absolute;
    right: 7px;
    top: 7px;
    z-index:10;
    text-decoration:none;
}
.slick-destaques .card .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    position: relative;
    width: fit-content;
    z-index: 2;
    color: #fff;
    font-size: 23px;
    max-width: 95%;
    top: 20px;
}

.slick-destaques .info-extra {
    /*top: 4px;
    right: 4px;
    z-index: 4;
    position: absolute;
    font-size: 13px;
    color: var(--color--main);
    border-radius: 50%;
    font-weight: normal;
    background: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 0.6px solid var(--color--main);*/
    top: -13px;
    left: -86px;
    z-index: 4;
    position: absolute;
    font-size: 13px;
    color: var(--color--main);
    font-weight: normal;
    background: white;
    width: 200px;
    height: 58px;
    text-align: center;
    line-height: 28px;
    transform: rotate( -45deg);
    padding: 23px;
}

.slick-destaques .info-extra:hover{
    color:white;
    background:var(--color--main);
}

.slick-destaques .opcoes-extra {
    top: 4px;
    right: 4px;
    z-index: 4;
    font-size: 9px;
    color: var(--color--main);
    border-radius: 50%;
    font-weight: normal;
    background: transparent;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border: 1px solid var(--color--main);
}

    .slick-destaques .opcoes-extra:hover {
        color: white;
        background: var(--color--main);
    }

.dropstart .dropdown-menu{
    border-radius:20px;
    overflow:hidden;
}

.slick-destaques .card .favoritos .far {
    display: inline;
}

    .slick-destaques .card .favoritos .fas {
        display: none;
    }

    .slick-destaques .card .favoritos:hover .fas {
        display: inline;
    }

    .slick-destaques .card .favoritos:hover .far {
        display: none;
    }

    .categorias-card:hover .categorias-img-hidden {
        opacity: 1;
    }

    .categorias-card:hover .categorias-link {
        color: white;
        top: -10px;
    }

    .categorias-card:hover .categorias-icon {
        color: white;
    }

.categorias-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    color: black;
    -webkit-box-shadow: 5px 5px 10px -7px rgba(0,0,0,0.95);
    box-shadow: 5px 5px 10px -7px rgba(0,0,0,0.95);
    margin: 0px 10px;
    border-radius: 10px;
    position: relative;
    transition: all 500ms ease;
}

    .categorias-link h3 {
        text-align: center;
        margin: 15px 0px;
        z-index: 3;
        font-size: 14px;
    }

.categorias-icon {
    font-size: 28px;
    z-index: 3;
    color: var(--color--main);
    transition: all 500ms ease;
}

.categorias-img-hidden {
    opacity: 0;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    transition: all 500ms ease;
}
/*#endregion*/

/*---------------------------DESTAQUES------------------------*/
/*#region *DESTAQUES**/
.destaques-wrapper-reservar {
    border: 2px solid #fff;
    padding: 3px 15px;
    border-radius: 15px;
    color: #fff;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    top: 15px;
    position: relative;
    width: fit-content;
    font-size: 15px;
    font-weight: 600;
}
.destaques-wrapper {
    bottom: -183px;
    position: absolute;
    width: 100%;
    height: 97%;
}
.circulo {
    width: 100%;
    background: var(--color--main);
    z-index: 1;
    height: 100%;
    /*border-radius: 46%;*/
    opacity: 0.9;
}
.container-destaques {
    width: 100%;
}

.destaques-categorias {
    width: max-content;
    color: var(--color--main);
    background-color: transparent;
    border-radius: 30px;
    text-align: center;
    height: auto;
    font-size:12px;
}

.eventos {
    position: absolute;
    left: -100px;
    top: 28px;
    width: 300px;
    color: white;
    background-color: rgb(185,58,58);
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 8px 20px;
    z-index: 3;
    transform: rotate(-45deg);
}
.slick-destaques .vegan {
    position: absolute;
    left: -133px;
    top: -5px;
    width: 300px;
    color: white;
    background-color: #73BD35;
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 11px 20px;
    z-index: 3;
    transform: rotate( -45deg );
    line-height: 10px;
}

.slick-destaques .estado-fechado {
    color: red;
}

.slick-destaques .estado-aberto, .estado-fechado {
    width: max-content;
    color: green;
    background-color: transparent;
    border-radius: 30px;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    font-size:12px;
}

.slick-destaques .distancia {
    font-family: 'PlayFair', sans-serif;
    text-align: end;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}

.slick-destaques .distancia i{
    color: var(--color--main);
}

.swiper .icon {
    color: #eaeaea;
    font-size: 14px;
    margin-right: 5px;
}

.swiper .icon-ativo {
    color: var(--color--main);
    font-size: 14px;
    margin-right: 5px;
}
.swiper .icon-green {
    color: green !important;
}
.slick-destaques .card-body .icon {
    color: black;
    font-size: 17px;
    margin-right: 5px;
    opacity: 0.3;
}

.slick-destaques .card-body .icon-ativo {
    color: var(--color--main);
    font-size: 17px;
    margin-right: 5px;    
}
.slick-destaques .card-body .icon-green {
    color: green !important;
}

.slick-destaques .card {
    margin: 10px 10px;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

    .slick-destaques .card .card-img-top {
        width: 100%;
        height: 280px;
        margin: 0 auto;
        object-fit:contain;
    }

    .slick-destaques .card .card-wrap {
        text-decoration: none;
        color: black;
    }

        .slick-destaques .card .card-wrap .card-body h5 {
            line-height: 21px;
            font-size: 19px;
            font-weight: 700;
        }

        .slick-destaques .card .card-wrap .card-body .preco {
            line-height: 35px !important;
            font-size: 25px !important;
            font-weight: 900 !important;
            color: var(--color--main);
            font-family: 'Lato', sans-serif;
        }

        .slick-destaques .card .card-wrap .card-body .card-text {
            line-height: 16px;
            font-size: 14px;
            font-weight: 400;
        }

.card:hover {
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.27);
}

.slick-destaques .slick-slide {
}

.slick-destaques .slick-prev {
    left: 10px;
    z-index: 1000;
    opacity: 0;
}

.slick-destaques .slick-next {
    right: 55px;
    z-index: 1000;
    opacity: 0;
}

.slick-destaques:hover .slick-prev {
    transition: 0.5s;
    opacity: 1;
    color: var(--color--main);
}

.slick-destaques:hover .slick-next {
    transition: 0.5s;
    opacity: 1;
    color: var(--color--main);
}

.slick-destaques .slick-prev:before, .slick-destaques .slick-next:before {
    font-size: 60px;
    color: var(--color--main);
}
.slick-destaques .icons {
    font-size: 20px;
    line-height: 20px;
    color: #B2B2B2;
    flex-wrap: wrap;
}
/*#endregion*/
.distanciaP{
    display:none;
}
.distrito{
    margin:0;
}


/*---------------------------CATEGORIAS RECOMENDADAS-----------------------------*/
/*#region *CATEGORIAS RECOMENDADAS**/
.categorias-recomendadas .categorias-img {
    margin-top: 10px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    transition:0.4s ease;
}

.categorias-recomendadas a {
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: black;
}
.categorias-recomendadas a:hover p{
    text-decoration:underline;
}
.categorias-recomendadas .categorias-img:hover {
    transform:scale(1.1);
}
.categorias-recomendadas p {
    text-align: center;
    margin-top: 10px;
    font-size:14px;
}
/*#endregion*/

/*#region *RESULTADOS PESQUISA**/
.resultados-none {
    width: 100%;
}
.resultados-display{
    width:100%;    
}

.listview-container{
    width:100%;
}

.listagem-restaurante{
    width:100%;
}

    /*.filtros-container .bootstrap-select .dropdown-menu {
        border-radius: 20px;
    }
    .filtros-container .bootstrap-select .btn:focus {
        outline: none !important;
        border-style: none;
        box-shadow: none;
        background: transparent;
        border: 0.5px solid #999;
        border-radius: 20px;
    }
    .filtros-container .bootstrap-select > .dropdown-toggle {
        outline: none !important;
        border-style: none;
        box-shadow: none;
        background: transparent;
        border: 0.5px solid #999;
        border-radius: 20px;
    }
    .filtros-container .ordenar .bootstrap-select > .dropdown-toggle{
        margin-left:10px;
    }
    .filtros-container .bootstrap-select > .dropdown-toggle.bs-placeholder {
        border: 0.5px solid #999;
        border-radius: 20px;
        background: transparent;
    }*/
/*#region BARRA PESQUISA*/
/*.wrapper-opcoes-pesquisa {
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #f1f5f9;
    box-shadow: var(--shadow-lg);*/
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
/*}*/

/*.opcoes-pesquisa:hover {
        color: #fff;
        background: var(--color--main);
    }*/
/*#endregion*/
/*-----------------------------PAGINACAO--------*/
.paginacao {
    text-align: center;
    margin-top:2rem;
}
.paginacao .btn {
    margin: 5px;
    border-radius: 5px;
    border: solid 1px #eaeaea;
}
.paginacao .disabled{
    opacity:1;
}
.btn.btn-paginacao {
}
.btn-pag-atual {
    color:white !important;
    background: var(--color--main) !important;
}

.btn.btn-paginacao:hover {
    color: white;
    background: var(--color--main);
}
/*#endregion*/

/*#region ***NOVO FOOTER*** */
/*.footer-container {
    width: 100%;
    height: auto;
    background: #fafafa;
    border-top: 1px solid #eaeaea;*/
/*background: linear-gradient(180deg, rgba(0,9,36,0.6670869031206232) 0%, rgba(0,212,255,0) 100%);*/
/*}

.footer-wrap {
    max-width: 1720px;
    padding: 30px;
}

    .footer-wrap h4 {
        margin-bottom: 2rem;
    }

.politicas {
    font-size: 12px;
}

    .politicas a {
        text-decoration: none;
        color: var(--color--main);
        font-weight: 500;
    }

        .politicas a:hover {
            text-decoration: underline;
        }

.footer-navegacao {
    text-align: center;
}

    .footer-navegacao a {
        margin-bottom: 5px;
        text-decoration: none;
        color: var(--color--main);
        font-weight: 500;
    }

        .footer-navegacao a:hover {
            text-decoration: underline;
        }

.footer-contactos {
    text-align: right;
}

    .footer-contactos a {
        margin-bottom: 5px;
        text-decoration: none;
        color: var(--color--main);
        font-weight: 500;
    }

        .footer-contactos a:hover {
            text-decoration: underline;
        }

.footer-sobrenos p {
    text-align: left;
}

.footer-contactos ul {
    padding: 0;
    list-style-type: none;
}

    .footer-contactos ul li {
        list-style: none;
    }

        .footer-contactos ul li a {
            width: 50px;
            height: 50px;
            background-color: #fff;
            text-align: center;
            line-height: 50px;
            font-size: 25px;
            margin: 0 10px;
            display: block;
            border-radius: 50%;
            position: relative;
            overflow: hidden;
            border: 3px solid #fff;
            z-index: 1;
        }

            .footer-contactos ul li a .icon {
                position: relative;
                color: #262626;
                transition: .5s;
                z-index: 3;
            }

            .footer-contactos ul li a:hover .icon {
                color: #fff;
                transform: rotateY(360deg);
            }

            .footer-contactos ul li a:before {
                content: "";
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                height: 100%;
                background: #f00;
                transition: .5s;
                z-index: 2;
            }

            .footer-contactos ul li a:hover:before {
                top: 0;
            }

        .footer-contactos ul li:nth-child(1) a:before {
            background: #3b5999;
        }

        .footer-contactos ul li:nth-child(2) a:before {
            background: rgb(138,58,185);
            background: linear-gradient(180deg, rgba(138,58,185,1) 0%, rgba(233,89,80,1) 35%, rgba(252,204,99,1) 100%);
        }

        .footer-contactos ul li:nth-child(3) a:before {
            background: #0077b5;
        }*/
/*#endregion*/
/*#region *UTILITY**/
.partilhar {
    margin-left: auto;
    margin-right: 0;
}

.button {
    border-radius: 20px;
    padding: 5px 20px;
    background: var(--color--main);
    border-style: none;
    color: white;
    float: right;
}

    .button:hover {
        background: var(--color--secondary);
    }
.info {
    color:green;
    background: transparent;
    border-style: none;
    font-size: 20px;
    height: max-content;
}
.info:hover{
    color:var(--color--secondary);
}
.container-wrap-zone {
    display: block;
    position: relative;
    width: 100%;    
    z-index: 1;
    /*padding:0 20px;*/
}
.sidebar-item-content-main .pesquisa-btn {
    padding: 10px 30px;
    border: none;
}

    .sidebar-item-content-main .pesquisa-btn:hover {
        cursor: pointer;
    }
/*#endregion*/

/*#region *MODALS**/
.modal-body .nav-item:hover{
    cursor:pointer;    
}

.modal-body p {
    word-wrap: break-word;
}
/*#InfoAdicionalModal .modal-header {
    background: rgb(241,217,167);
    background: linear-gradient(0deg, rgba(241,217,167,1) 0%, rgba(238,162,67,1) 100%);
}
#InfoAdicionalModal .titulo-info-extra {
    padding: 5px 10px;
    background: rgb(238,162,67);
    background: linear-gradient(0deg, rgba(238,162,67,0.7) 0%, rgba(193,132,58,0.8) 100%);
    border-radius:20px;
    width:max-content;
}
#contactar .modal-header {
    background: rgb(241,217,167);
    background: linear-gradient(0deg, rgba(241,217,167,1) 0%, rgba(238,162,67,1) 100%);
}
#modalEspecialidades .modal-header {
    background: rgb(241,217,167);
    background: linear-gradient(0deg, rgba(241,217,167,1) 0%, rgba(238,162,67,1) 100%);
}
#modalHorario .modal-header {
    background: rgb(241,217,167);
    background: linear-gradient(0deg, rgba(241,217,167,1) 0%, rgba(238,162,67,1) 100%);
}
#modalDenunciar .modal-header {
    background: rgb(241,217,167);
    background: linear-gradient(0deg, rgba(241,217,167,1) 0%, rgba(238,162,67,1) 100%);
}*/
.btn-formulario {
    text-decoration:none;
    width: 90%;
    line-height: 50px;
    display: block;
    border: 2px solid #d0d2d7;
    color: #d0d2d7;
    border-radius: 20px;
    text-align:center;
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    margin:10px;
}
.form-control{
    margin-top:10px;
}

    .btn-formulario:hover,
    .btn-formulario.ativo {
        border-color: var(--color--main);
        background: var(--color--main);
        color: white;
    }
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"]{
    display:block;
}
/*#endregion*/
/*#region BARRA PESQUISA*/
/*.wrapper-opcoes-pesquisa {
    padding: 10px 20px;*/
    /*border-radius: 10px;
    background: #fff;
    border: 1px solid #f1f5f9;
    box-shadow: var(--shadow-lg);*/
    /*border: 1px solid #f1f5f9;
    border-radius: 1rem;
    box-shadow: var(--color--shadow-lg);
    background: #fff;*/
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
/*}*/
.container-opcoes-pesquisa{
    width:100%;
}

.searchbar-container-dropdown button {
    background: unset !important;
    border: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    color: var(--color--main) !important;
}
    .searchbar-container-dropdown button:hover, .searchbar-container-dropdown button:focus, .searchbar-container-dropdown button:active {
        background: unset !important;
        border: unset !important;
        outline: unset !important;
        box-shadow: unset !important;
    }
.searchbar-container-dropdown .bootstrap-select .dropdown-toggle:focus, .searchbar-container-dropdown .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: unset !important;
    box-shadow: unset !important;
}
.opcoes-pesquisa {
    background: none;
    border: 1px solid var(--color--main);
    text-decoration: none;
    color: var(--color--main);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    transition: 0.4s ease-in-out;
    padding: 12px 30px;
    border-radius: 7px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
}

    .opcoes-pesquisa:hover {
        color: #fff;
        background: var(--color--main);
    }
.pesquisar-dropdown .bootstrap-select > .dropdown-toggle {
    background: none;
    border: 1px solid gray;
    text-decoration: none;
    color: gray;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    transition: 0.4s ease-in-out;
    padding: 12px 30px;
    border-radius: 7px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
}
    .pesquisar-dropdown .bootstrap-select > .dropdown-toggle:hover {
        color: #fff;
        background: var(--color--main);
        border-color: var(--color--main);
    }

/*#endregion*/

/*.lotacao{
    position:absolute;
    left:10px;
    bottom:10px;
}*/


/*#region ++++++++++++++++++++++++++++++++++++++++++_________________SWIPER_____________++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.swiper-slide-img{
    width:100%;
    height:auto;
    max-height:450px;
    border-radius:var(--border-radius);
}
.swiper-wrapper-main-banner {
    width: 100%;
    min-height: 550px;
    height: 100%;
    margin: auto;
    background: rgb(19,33,51);
    background: linear-gradient(133deg, rgba(19,33,51,1) 0%, rgba(14,42,79,1) 82%);
    display: flex;
}

.slick-show-text {
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px;
    margin: 0 auto;
    width: 100%;
}

.slick-show-text-int {
    max-width: 1720px;
    margin: 0 auto;
    height: 100%;
}

.slick-show-text-img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: contain;
}

.slick-show-text-title {
    color: var(--color--main);
    font-size: 2rem;
    line-height: 1.1em;
    overflow:hidden;
}

.slick-show-text-title-destaque {
    background: var(--color--main);
    padding: 0 20px;
    transform: rotateZ(-2deg);
    display: inline-block;
    z-index: 1;
    position: relative;
}

.slick-show-text-desc {
    margin-top: 2rem;
    color: #8A8A8A;
    /*text-transform:capitalize;*/
}

.slick-show-text-btn {
    margin-top: 2rem;
}

    .slick-show-text-btn a {
        box-shadow: unset;
        border: unset;
        padding: 15px 30px;
        font-size: 16px;
        font-weight: 500;
        background: var(--color--main);
        color: #fff;
        display: block;
        width: fit-content;
    }

.swiper {
    width: 100%;
}

.swiper .swiper-slide {
    width: 500px;
}

.swiper-categorias-slide-anchor {
    width: 450px;
    height: 300px;
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--shadow-float);
}

.swiper-categorias-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.4s ease-in;
}

.swiper-categorias-recomendadas .swiper-categorias-slide-img:hover {
    transform: scale(1.1);
}

.swiper-categorias-slide-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 15px 15px;
    backdrop-filter: blur(7px);
    width: 100%;
    /*text-shadow: 2px 3px 5px rgba(0,0,0,0.5);*/
}

.destaques-card-title {
    margin: unset;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.destaques-card-btn {
    background: var(--color--main);
    border: unset;
    transition:ease 0.3s all;
}
    .destaques-card-btn:hover {
        background: var(--color--main);
        opacity:0.8;
    }


/*#endregion*/
/*#region *RESPONSIVIDADE**/
@media only screen and (max-width: 1640px) {
    /*.produtos .produtos-item {
        width: calc(100%/4 - 20px);
        min-width: 300px;
        margin: 10px 10px;
    }*/
}
@media only screen and (max-width: 1500px) {
    .restauracao-container .imagens .flex-even .logo_empresa {
        width: 6em;
        height: auto;
    }
}

@media only screen and (max-width: 1320px) {
    /*.produtos .produtos-item {
        width: calc(100%/3 - 20px);
        min-width: 300px;
        margin: 10px 10px;
    }*/
    .categorias-card {
        width: calc(100%/6 - 10px);
    }
}

@media only screen and (max-width: 1200px) {
    /*#UpdatePesquisa1 {
        display: block !important;
    }*/

    /*#UpdatePesquisa {
        display: none !important;
    }*/

    .pesquisa-container1 {
        bottom: 0;
        padding: 15px;
        position: absolute;
        width: 90%;
        font-size: 18px;
        font-weight: 500;
        margin: auto;
        left: 0;
        right: 0;
    }

    .pesquisa-wrap {
        margin: 8px 0px;
        background: white;
        width: 100%;
        border-radius: 50px;
        height: 58px;
    }

    .btn-wrap {
        margin: 30px 0px;
    }

    .pesquisa-bar1 {
        width: 95%;
        margin: auto;
    }

    .pesquisa-input1 {
        width: 100%;
        border-style: hidden;
        height: auto;
    }

        .pesquisa-input1:focus {
            outline: none;
        }

    .pesquisa-btn1 {
        color: white;
        text-decoration: none;
        background-color: var(--color--main);
        border-radius: 30px;
        text-align: center;
        padding: 15px 40px;
        font-weight: 600;
    }

        .pesquisa-btn1:hover {
            color: white;
            background-color: var(--color--secondary);
        }

    .pesquisar-dropdown1 {
        width: 95%;
        margin: auto;
        border-style: none;
        background: transparent;
        color: #888888;
        border-style: hidden;
        box-shadow: none;
    }

        .pesquisar-dropdown1:focus {
            border-style: none;
            outline: none;
        }

        .pesquisar-dropdown1:active {
            outline: none;
        }
}

@media only screen and (max-width: 1000px) {
    /*.produtos .produtos-item {
        width: calc(100%/2 - 20px);
        min-width: 300px;
        margin: 10px 10px;
    }*/
}

@media only screen and (max-width: 992px) {
    .pesquisa-wrap {
        height: 48px;
    }

    .pensamos-icon {
        width: 80px;
        height: 80px;
        line-height: 90px;
    }

        .pensamos-icon i {
            font-size: 25px;
        }

    .pensamos_img img {
        display: none;
    }

    .vantagens-item {
        margin: 5px 5px;
        max-width: 100%;
    }

    .vantagens-card {
        margin-top: 1em;
    }

    .restauracao-container .imagens .flex-even .logo_empresa {
        object-fit: cover;
        object-position: 20% 10%;
    }

    .categorias-recomendadas .categorias-img {        
        width: 130px;
        height: 130px;
    }
    /*.navbar-nav{
        height:170px;
    }
    .navbar-nav .nav-item {
        margin-top:5px;
    }*/
    .categorias-card {
        width: calc(100%/4 - 10px);
    }
}

@media only screen and (max-width: 768px) {
    .swiper .swiper-slide {
        width: 250px;
    }
    .swiper .swiper-categorias-slide-anchor{
        width:240px;
    }
    .swiper-categorias-recomendadas .swiper-slide {
        width: 175px;
    }

    .swiper-categorias-recomendadas .swiper-categorias-slide-anchor {
        width: 150px;
        height: 220px;
    }
    .swiper-categorias-recomendadas .swiper-categorias-slide-text {
        padding: 10px 10px;
    }
    .swiper-categorias-recomendadas .swiper-categorias-slide-text {
        font-size: 0.8rem;
    }
    .swiper-wrapper-main-banner{
        min-height:450px;
    }
    .slick-show-text-title-destaque {
        font-size: 35px;
    }
    .slick-show-text-title {
        font-size: 46px;
    }

    .slick-show-text {
        padding: 20px;
    }

    .slick-show-text-desc {
        font-size: 14px;
    }
    .destaques-card-title{
        font-size:16px;
    }
    .swiper .icon {
        font-size: 11px;
    }
    .swiper .icon-ativo {
        font-size: 11px;
    }
    .destaques-card-btn {
        font-size:13px;
    }
    

    .bootstrap-select .dropdown-menu {
        max-width: 95vw;
    }

    .searchbar-localizada {
        width: 100%;
    }
    .slick-categorias-img {
        height: 400px;
    }
    .wrapper-opcoes-pesquisa-width{
        width:100%;
    }
    .bootstrap-select .dropdown-menu {
        max-width: 95vw;
    }
    .filtros-container {
        padding: 0 5px;
    }
    .searchbar-localizada{
        width:100%;
    }
    .container-opcoes-pesquisa {
        padding: 0 5px;
    }
    
    .categorias-recomendadas p {
        font-size: 12px;
    }
    .breakline-2 {
        margin-top: 1em;
    }
    .opcoes-pesquisa {
        width: 100%;
        white-space:nowrap;
        margin-bottom:5px;
    }
    /*.container-principal {
        margin-top:85px !important;
    }*/
    .breakline {
        margin-top: 2em;
    }
    .breakline h1 {
        font-size: 20px;
        font-weight: 600;
    }
    .container-wrap-zone {
        background: none;
        border: none;
        padding: 0;
    }
    
    .pesquisa-container {
        height: unset;
    }

    .pesquisa-input {
        width: 100%;
    }
    .pesquisa-bar .bootstrap-select > .dropdown-toggle.bs-placeholder {
        padding: 0;
    }
    .mobile-pesquisa {
        margin-top: 5px;
        padding: 5px 10px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 27%);
    }
    .pesquisa-btn {
        width: auto;
        padding: 5px 15px;
        font-size: 13px;
    }

    .pesquisa-bar {
        background: none;
        box-shadow: none;
        height: fit-content;
    }
    /*.footer-contactos a,
    .footer-navegacao a {
        font-size: 13px;
    }

    .footer-sobrenos p {
        font-size: 13px;
    }

    .footer-contactos {
        text-align: start;
    }

    .footer-navegacao {
        text-align: start;
    }

    .footer-wrap {
        padding: 10px;
    }

        .footer-contactos h4,
        .footer-wrap h4 {
            font-size: 16px;
            margin-bottom: 0.4rem;
        }*/
    /*.produtos .info-extra {
        left: 43%;
        position: absolute;        
    }*/
    .navbar-light .navbar-brand.active {        
        padding: 8px 11px;
    }
    .check-block{
        font-size:14px;
    }
    .check-block label{
        margin:0 !important;
    }
    .produtos .eventos {
        font-size: 12px;
        left: -115px;
        top: 22px;
        width: 300px;
        height: auto;
        padding: 6px 10px;
    }

    .produtos .estado-fechado {
        margin-top: 3px;
        width: max-content;
        height: auto;
        /*padding: 8px 20px;*/
    }
    .produtos .estado-aberto {
        margin-top: 3px;
        width: max-content;
        height: auto;
        /*padding: 8px 20px;*/
    }

    /*.produtos .produtos-item {
        width: 100%;
    }*/

    .card-mobile1 {
        flex-basis: 40%;
    }
    /*.produtos .card{
        height:150px;
    }*/
    /*.produtos .card-body {
        padding:5px;
        height:100%;
    }*/
    .distrito{
        font-size:12px;
    }
    .produtos .card .card-title {
        font-size: 14px;
    }
        .produtos .card .icons-distancia{
            font-size:18px;
        }
        .produtos .card .destaques-categorias {
            margin-top: 3px;
            width: max-content;
            height: auto;
            /*padding: 8px 20px;*/
        }
        .produtos .card .card-text {
            font-size: 12px;
            margin-bottom: 3px;
        }
        .produtos .card .descricao {
            height:45px;
            overflow:hidden;
        }
    /*.produtos .card-body {
        flex-basis: 60%;
    }*/
    /*.produtos .card .card-img-top {
        width: auto;
        height: 110px;
        margin: 1rem auto 0 auto;
        object-fit: contain;
        border-radius:1rem;
    }*/

    .card-mobile {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
    }        

    .pesquisa-container1 {
        bottom: 0;
    }

    .pesquisa-wrap {
        height: 40px;
    }

    .categorias-recomendadas .categorias-img {
        width: 110px;
        height: 110px;
    }
    .categorias-card {
        width: calc(100%/3 - 10px);
    }
}

@media only screen and (max-width: 576px) {
    .produtos .info-extra {
        top: -4px;
        left: -87px;
        height: 37px;
        padding:8px;
    }
    /*.navbar-nav {
        margin-top: 23px;
    }*/
    .produtos .card .destaques-categorias {
        margin-top: 3px;
        width: max-content;
        height: auto;
        /*padding: 4px 8px;*/
    }
    .produtos .card-body .icon{
        font-size:14px;
    }
    .produtos .card-body .icon-ativo {
        font-size: 14px;
    }
    .produtos .card .icons-distancia {
        font-size: 12px;
    }
    .produtos .estado-aberto {
        margin-top: 3px;
        width: max-content;
        height: auto;
        /*padding: 4px 8px;*/
    }
    .produtos .estado-fechado {
        margin-top: 3px;
        width: max-content;
        height: auto;
        /*padding: 4px 8px;*/
    }
    .restauracao-container .imagens .flex-even h3 {
        font-size: 18px;
    }       

    .pesquisa-container1 {
        bottom: 0;
    }

    .pesquisa-wrap {
        height: 35px;
    }

    .btn-wrap {
        margin: 25px 0;
    }

    .pesquisa-btn1 {
        padding: 10px 20px;
    }
       

    .breakline-8 {
        margin-top: 3em;
    }

    .categorias-card {
        width: 180px;
        height: 160px;
        margin: 5px;
    }

    .categorias-recomendadas .categorias-img {
        width: 90px;
        height: 90px;
    }

    .partilhar {
        margin: auto;
    }

    .button {
        font-size: 12px;
        border-radius: 20px;
        padding: 5px 10px;
        background: var(--color--main);
    }

    .info {
        margin: auto;
    }


    
}

@media only screen and (max-width: 576px) {
    .categorias-card {
        width: 100%;
        height: 60px;
        margin: 5px;
    }

    .categorias-link h3 {
        margin: 2px 0px;
    }
}

/*#endregion*/

.header-background-image {
    background: url(../assets/restaurante_main_header.jpg) no-repeat;
}
@media screen and (max-width:761px) {
    .header-background-image {
        background: url(../assets/restaurante_main_header_mobile.jpg) no-repeat;
    }
}

/*#region UPDATED */
.btn.btn-primary {
    background-color: rgb(225, 99, 11);
    border-color: rgb(225, 99, 11);
    color: #fff;
    border-radius: 0.75rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
    .btn.btn-primary.btn-lg.btn-ver-mais {
        background-color: transparent;
        border-color: rgba(0,0,0,0.35);
        border-width:2px;
        color:#000;
        font-weight: 500;
        font-size:1rem;
        text-transform:uppercase;
    }
        .btn.btn-primary.btn-lg.btn-ver-mais i{
            color:inherit;
        }


        .btn.btn-primary:hover {
            --transform-y: -1px;
            background-color: rgb(255, 129, 41);
            border-color: rgb(255, 129, 41);
            color: #fff;
            box-shadow: rgba(255, 129, 41, 0.1) 0px 20px 25px -5px, rgba(255, 129, 41, 0.04) 0px 10px 10px -5px;
        }

    .btn.btn-primary.btn-lg.btn-ver-mais:hover {
        background-color: rgb(255, 129, 41);
        border-color: rgb(255, 129, 41);
        color:#fff;
        -webkit-transform: translateY(var(--transform-y));
        -moz-transform: translateY(var(--transform-y));
        -o-transform: translateY(var(--transform-y));
        transform: translateY(var(--transform-y));
    }

    .swiper-destaque,
    .swiper-categorias-recomendadas {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        width: 100%;
        height: calc(250px + 1.5rem);
        cursor: grab;
    }
    .swiper-categorias-recomendadas{
        height:auto;
    }

    .swiper-destaque .swiper-button-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-width: 3rem;
        top: 0;
        right: 0;
        color: rgba(0,0,0,0.5);
        background: linear-gradient(to right, rgba(248, 250, 252, 0) 0%, rgba(248, 250, 252, 1) 100%);
        -moz-transition: all 150ms linear;
        -webkit-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }

        .swiper-destaque .swiper-button-pagination.swiper-button-prev {
            left: 0;
            right: auto;
            background: linear-gradient(to right, rgba(248, 250, 252, 1) 0%, rgba(248, 250, 252, 0) 100%);
        }

        .swiper-destaque .swiper-button-pagination:hover {
            color: #000;
        }

        .swiper-destaque .swiper-button-pagination:after {
            display: flex;
            height: 100%;
            min-width: 3rem;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
            font-size: 3rem;
            padding: 0;
        }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '\F135' !important;
    font-family: 'bootstrap-icons' !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '\F12C' !important;
    font-family: 'bootstrap-icons' !important;
}

.swiper-destaque .swiper-button-pagination.swiper-button-disabled {
    opacity: 0;
}

@media screen and (max-width:761px) {
    .swiper-destaque .swiper-button-pagination {
        opacity: 0;
    }
}

.swiper-destaque .swiper-scrollbar,
.swiper-categorias-recomendadas .swiper-scrollbar {
    background: transparent;
}
.swiper-destaque .swiper-scrollbar-drag,
.swiper-categorias-recomendadas .swiper-scrollbar-drag {
    background: rgba(0,0,0,0.35);
}

@media screen and (min-width:762px){
    .swiper-destaque .swiper-scrollbar,
    .swiper-categorias-recomendadas .swiper-scrollbar {
        display: none;
    }
}

.swider-slide-image {
    max-width: 450px;
    width: 100%;
    height: 250px;
}

@media screen and (max-width:761px){
    .swider-slide-image{
        width:calc(100% - 3rem);
    }
}

.swiper-card-image {
    position: relative;
    display: flex;
    align-items: end;
    border-radius: 1rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

    .swiper-card-image:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

.swiper-card-image-background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.swiper-card-image:hover .swiper-card-image-background {
    transform: scale(1.05);
}

.badge-destaque {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    column-gap:0.35rem;
    top: 0.5rem;
    left: 0.5rem;
    background: rgba(0,0,0,0.75);
    border-radius:50rem;
    z-index: 5;
    color:#fff;
    font-size:0.735rem;
    font-weight:400;
    text-transform:capitalize;
}
    .badge-destaque i {
        color: #FEDB37;
    }

.swiper-card-image-details {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    /*background: rgba(0,0,0,0.75);
    color: #fff;*/
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    position: relative;
    z-index: 5;
    background: rgba(255,255,255,0.75);
    color: #000;
}

    .swiper-card-image-details:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 100%);
        z-index: 6;
    }

    .swiper-card-image-details .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 0;
        border: none !important;
        border-radius: 50rem;
        font-weight: 600;
        font-size: 0.735rem;
        text-transform: uppercase;
        /*color: rgba(255,255,255, 0.75);*/
        color: #000;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        box-shadow: 0px 2px 8px -1px rgba(0,0,0,0.1);
        transform: translateZ(0);
        overflow: hidden;
    }

        .swiper-card-image-details .btn:hover {
            background: rgba(255,255,255,0.5);
            box-shadow: 0px 2px 8px -1px rgba(255,255,255,0.15);
        }


        .swiper-card-image-details .btn::before,
        .swiper-card-image-details .btn::after {
            content: '';
            position: absolute;
            z-index: -1;
        }

        .swiper-card-image-details .btn::before {
            animation: 4s rotate linear infinite;
            width: 500%;
            height: 500%;
            background: var(--tile-border);
            -webkit-transition: all 150ms linear;
            -moz-transition: all 150ms linear;
            -o-transition: all 150ms linear;
            transition: all 150ms linear;
        }

        .swiper-card-image-details .btn::after {
            inset: 0;
            padding: 1px;
            border-radius: 50rem;
            /*background: linear-gradient( to bottom right, rgba(var(--tile-start-rgb), 1), rgba(var(--tile-end-rgb), 1) );*/
            background-clip: content-box;
            border: 1px solid black;
        }

        .swiper-card-image-details .btn:hover::before {
            background: var(--tile-border-hover);
            animation-duration: 3s;
        }

@media (prefers-reduced-motion) {
    .swiper-card-image-details .btn::before {
        animation: none;
    }
}


@keyframes rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.swiper-card-image-details .nome {
    font-weight: 600;
    font-size: 1rem;
    max-width: 100px;
}

@media screen and (max-width:761px) {
    .nome-container {
        max-width: 230px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.swiper-card-image-details .separador {
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255, 1) 50%, rgba(255,255,255,0) 100%);
}

.swiper-card-image-details .categoria {
    font-weight: 300;
    font-size: 0.8rem;
}

.swiper-categorias-recomendadas-card,
.swiper-categorias-recomendadas-card img,
.swiper-categorias-recomendadas-card .swiper-categorias-recomendadas-card-body {
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.swiper-categorias-recomendadas-card img{
    pointer-events:none;
}
.swiper-categorias-recomendadas-card {
    position: relative;
    display: block;
    background: red;
    border-radius: 1rem;
    overflow: hidden;
}
    .swiper-categorias-recomendadas-card-body {
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background: rgba(0,0,0,0.35);
        color: #fff;
        display: flex;
        width: 100%;
        align-items: center;
        padding: 0.5rem 1rem;
    }
.swiper-categorias-recomendadas-card-body .stretched-link{
    color:inherit;
    text-decoration:none;
}

.swiper-categorias-recomendadas-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

    .swiper-categorias-recomendadas-card:hover img {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
    }

    .swiper-categorias-recomendadas-card:hover .swiper-categorias-recomendadas-card-body {
        background: rgba(0,0,0,0.75);
    }



.container-partilhar-localizacao .alert-info {
    background: rgb(208, 241, 255);
    border: 1px solid rgb(208, 241, 255);
    color: rgb(5, 69, 149);
    border-radius: 0.5rem;
}

.container-partilhar-localizacao .alert-info i{
    color:#0288d1;
    font-size:1.1rem;
}

    .container-partilhar-localizacao .alert-info .alert-icon {
        --shadow-rgb: 2, 136, 209;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        padding: 0.75rem;
        background: #0288d1;
        border-radius: 0.5rem;
        box-shadow: rgba(var(--shadow-rgb), 0.1) 0px 10px 15px -3px, rgba(var(--shadow-rgb), 0.05) 0px 4px 6px -2px;
    }


.container-partilhar-localizacao .alert-info .alert-icon i{
    color:#fff;
}

.container-partilhar-localizacao .btn{
    border-radius:50rem;
    font-size:0.735rem;
    display:flex;
    align-items:center;
    justify-content:center;
    column-gap:0.35rem;
    font-weight:600;
    text-transform:uppercase;
}
    .container-partilhar-localizacao .btn i,
    .container-partilhar-localizacao .btn span {
        margin: 0;
        padding: 0;
        color: rgb(5, 69, 149);
    }

.container-partilhar-localizacao .btn-primary {
    background: transparent;
    border-color: rgb(5, 69, 149);
    color: rgb(5, 69, 149);
    display:flex;
    align-items:center;
}
    .container-partilhar-localizacao .btn-primary:hover {
        background: rgba(2, 136, 209, 0.1);
        border-color: rgb(5, 69, 149);
        color: rgb(5, 69, 149);
        box-shadow:none !important;
        -webkit-transform:none !important;
        -moz-transform:none !important;
        -o-transform:none !important;
        transform:none !important;
    }
.container-partilhar-localizacao .btn-light {
    color: rgb(5, 69, 149);
    background: transparent;
    border-color: transparent !important;
}
    .container-partilhar-localizacao .btn-light:hover {
        color: rgb(5, 69, 149);
        background: rgba(2, 136, 209, 0.1);
    }

@media screen and (max-width:761px) {
    .container-partilhar-localizacao .btn-primary,
    .container-partilhar-localizacao .btn-light {
        padding: 0.35rem 0.5rem;
    }
}

.btn-ver-todos {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8rem;
    column-gap: 0.5rem;
    border-radius: 0.5rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.btn-ver-todos:hover{
    background:rgba(0,0,0, 0.1);
    color:#000;
}

.titulo-categoria-pagina {
    position: relative;
}
.titulo-categoria-pagina span {
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    color:var(--color--main);
}
.titulo-categoria-pagina span{
    position:relative;
    z-index:5;
}
.titulo-categoria-pagina:before{
    content:'';
    display:block;
    width:3.5rem;
    height:3.5rem;
    border-radius:100%;
    background:var(--color--main);
    position:absolute;
    top:0;
    bottom:0;
    left:-0.5rem;
    margin:auto 0;
    z-index:0;
}

@media screen and (max-width:761px){
    .titulo-categoria-pagina span{
        font-size:1.25rem;
        text-align:center;
    }
    .titulo-categoria-pagina:before{
        width:3.1rem;
        height:3.1rem;
    }
}


.produtos .eventos {
    position: absolute;
    left: -109px;
    top: 24px;
    width: 300px;
    color: white;
    background-color: rgb(185,58,58);
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 8px 20px;
    z-index: 3;
    transform: rotate( -45deg );
}

.produtos .vegan {
    position: absolute;
    left: -135px;
    top: -5px;
    width: 300px;
    color: white;
    background-color: #73BD35;
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 8px 20px;
    z-index: 3;
    transform: rotate( -45deg );
    line-height: 10px !important;
}

.produtos .estado-aberto {
    width: max-content;
    color: green;
    background-color: transparent;
    border-radius: 30px;
    /*text-align: center;*/
    height: auto;
    /*padding: 5px 15px;*/
    margin-left: auto;
    margin-right: 0;
}

.produtos .estado-fechado {
    width: max-content;
    color: red;
    background-color: transparent;
    border-radius: 30px;
    /*text-align: center;*/
    height: auto;
    margin-left: auto;
    margin-right: 0;
}

.produtos {
    /*width: 100%;*/
    height: auto;
    /*padding: 0 10px;*/
}

    .produtos .card {
        overflow: hidden;
        margin: 0 10px;
        padding: 0;
    }

        /*.produtos .card .card-img-top {
            width: 100%;
            height: 150px;
            margin: 0 auto;
            object-fit: contain;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }*/

    /*.produtos .distancia {
        text-align: end;
        font-weight: 700;
        font-size: 12px;
        line-height: 24px;
        font-weight: 400;
    }*/

        .produtos .distancia i {
            color: var(--color--main);
        }

    .produtos .card-body .icon {
        color: black;
        font-size: 17px;
        margin-right: 5px;
        opacity: 0.3;
    }

    .produtos .card-body .icon-ativo {
        color: var(--color--main);
        font-size: 17px;
        margin-right: 5px;
    }

    .produtos .card-body .icon-green {
        color: green !important;
    }

    .produtos .produtos-item {
        overflow: hidden !important;
        border-radius: 12px;
        box-shadow: rgba(149, 157, 165, 0.1) 0px 4px 12px;
        -webkit-transition: all 150ms linear;
        -moz-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }

        .produtos .produtos-item a {
            text-decoration: none;
            color: black;
        }

        /*.produtos .produtos-item .card-title {
            line-height: 1.1rem;
            font-size: 1.1rem;
            font-weight:700 !important;
        }*/

        .produtos .produtos-item .card .card-body .preco {
            line-height: 35px;
            font-size: 25px;
            font-weight: 900;
            color: var(--color--main);
            font-family: 'Lato', sans-serif;
        }

        .produtos .produtos-item .card-text {
            line-height: 12px;
            font-size: 12px;
            font-weight: 400;
        }

    .produtos .card:hover, .highlight .produtos-item {
        transform: translateY(-1px);
        box-shadow: rgb(145, 145, 145) 0px 8px 24px
    }

    .produtos .card {
        position: relative;
    }

.btn-adicionar-carrinho {
    position: absolute;
    font-size: 24px;
    background-color: transparent;
    border-style: hidden;
}

.produtos .card {
    border-style: hidden;
}

produtos .card .card-body {
    border-radius: 0px;
    border-style: hidden;
}

.produtos .toggle-opcoes {
    font-size: 0.8rem;
    color: #fff;
    border-radius: 100%;
    background: rgba(0,0,0,0.05);
    border: 0;
    color:rgba(0,0,0,0.75);
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition:all 150ms linear;
}

    .produtos .toggle-opcoes:hover {
        color: white;
        background: rgb(255, 129, 41);
    }

.produtos .info-extra {
    top: -13px;
    left: -86px;
    z-index: 4;
    position: absolute;
    font-size: 13px;
    font-weight: normal;
    background: rgba(var(--color-main-rgb), 1);
    color: #fff;
    width: 200px;
    height: 58px;
    text-align: center;
    line-height: 28px;
    transform: rotate( -45deg);
    padding: 23px;
    border: unset;
}

    .produtos .info-extra:hover {
        background: rgb(255, 129, 41);
        color: #fff;
    }

.produtos .card-title{
    font-size:0.9rem;
    font-weight:600;
}

@media screen and (max-width:761px){
    .produtos > .col{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .produtos > .col > .card{
        margin-left:0 !important;
        margin-right:0 !important;
    }
    .produtos .card-title {
        font-size: 1rem;
    }
}

.produtos .badge-categoria{
    padding:0.15rem 0.35rem;
    justify-content:center;
    color:var(--color--main);
    background:rgba(var(--color-main-rgb),0.1);
    font-size:0.735rem;
    border-radius:50rem;
    font-weight:400;
}

.produtos .horario {
    font-size: 0.735rem;
    font-weight: 400;
}

.produtos .dropdown-menu {
    padding: 0.35rem;
    border-radius: 0.75rem !important;
    border: 1px solid #f2f4ff !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
    .produtos .dropdown-menu .dropdown-item {
        display: flex;
        column-gap: 0.35rem;
        align-items: center;
        font-size: 0.9rem;
        padding-left: 0.35rem;
        border-radius: 0.35rem;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
    }
.produtos .dropdown-menu .dropdown-item:hover{
    color:#fff;
    background:var(--color--main);
}


.custom-checkbox-filter{
    position:relative;
    padding:0;
}
.custom-checkbox-filter input{
    display:none !important;
}
    .custom-checkbox-filter input + label {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        column-gap: 0.35rem;
        cursor: pointer;
        padding: 0.5rem;
        border-radius: 0.5rem;
        background: #fafafa;
        -webkit-transition: all 150ms linear;
        -moz-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }
    .custom-checkbox-filter input + label:hover{
        background:#f5f5f5;
    }
    .custom-checkbox-filter input + label:after {
        content: '\F272';
        font-family: "bootstrap-icons";
        position:relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.5rem;
        height: 1.5rem;
        margin-left:auto;
        background: transparent;
        border: 2px solid rgba(0,0,0,0.15);
        border-radius:0.35rem;
        font-size: 0.5rem;
        color: transparent;
        -webkit-transition: all 150ms linear;
        -moz-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }
    .custom-checkbox-filter input + label:hover:after {
        font-size:1rem;
        color:#000;
    }
    .custom-checkbox-filter input:checked + label{
        background:rgba(var(--color-main-rgb), 0.1);
        color:var(--color--main);
    }
    .custom-checkbox-filter input:checked + label:after {
        font-size: 1rem;
        color: #fff !important;
        border-color: var(--color--main);
        background:var(--color--main);
    }
/*#endregion*/



.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}

    .blur-up.lazyloaded {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

.card-pesquisa .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color:rgba(0,0,0,0.75);
}
.card-pesquisa .bootstrap-select .dropdown-toggle:hover .filter-option-inner-inner{
    color:#000;
}

.card-produto-item .badge-lotado {
    /*position: absolute;
    top: -0.35rem;
    right: 0.5rem;*/
    /*padding: 0.15rem 0.5rem;
    font-size: 0.635rem;
    border-radius: 50rem;*/
    background: var(--bs-danger);
    color: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    box-shadow: rgba(var(--bs-danger-rgb), 0.1) 0px 10px 15px -3px, rgba(var(--bs-danger-rgb), 0.05) 0px 4px 6px -2px;
    z-index: 5;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.card-produto-item:hover .badge-lotado {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: rgba(var(--bs-danger-rgb), 0.3) 0px 10px 15px -3px, rgba(var(--bs-danger-rgb), 0.1) 0px 4px 6px -2px;
}

.produtos .icons {
    justify-content: start !important;
}

.floating-buttons {
    position: absolute;
    top: -0.4rem;
    right: 0.3rem;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 0.5rem;
    z-index: 3;
}
.exclusivo-badge {
    padding: 0.15rem 0.55rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    display: flex;
    border-radius: 50rem;
    font-size: 0.635rem;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.produtos .logo img{
    object-fit: contain !important;
}
.rating-marker{
    width: fit-content;
}
.rating-bubble-wrapper {
    width: fit-content;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    color: black;
    font-weight: bold;
    display: flex;
    font-size: 0.8rem;
    cursor: pointer;
    flex-direction: column;
    background: white;
    border-radius: var(--border-radius);
    overflow:hidden;
    position: relative;
}
.rating-bubble {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    transition: transform 0.2s ease;
}
.rating-bubble-icon {
    
}
.rating-bubble-info {
    font-size: 0.7rem;
    position: absolute;
    top: -7px;
    left: 9px;
    padding: 12px 20px 1px 16px;
    background: var(--color--main);
    color: #fff;
    border-radius: 4px;
    transform: rotate(45deg);
}
.rating-bubble-info i{
    transform: rotate(-45deg);
}
    .rating-bubble-user {
        background: var(--color--main);
        color: #fff;
    }
.rating-bubble-wrapper:hover, .highlight-marker .rating-bubble-wrapper {
    background: #000;
    color: #fff;
}

/*.restaurant-item-info.highlight {
    background-color: #f0f8ff;
    border-left: 4px solid #007bff;
}

.leaflet-marker-icon.highlight-marker .rating-bubble {
    transform: scale(1.2);
    box-shadow: 0 0 5px #007bff;
}*/

.restaurant-popup{
    width: 14rem;
    /*margin-top: 2rem;*/
}
    .restaurant-popup .popup-image {
        width: 100%;
        height: auto;
    }
    .restaurant-popup .popup-details {
        margin-top: 0.1rem;
        margin-bottom: 0.2rem;
    }
        .restaurant-popup .popup-details .popup-category {

        }

        .restaurant-popup .popup-details h5 {
            font-weight: bold;
            font-size: 1rem;
        }
    .restaurant-popup .popup-rating {
    }

.leaflet-popup-content{
    margin: 1rem !important;
}

#mapWrapper.fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    z-index: 99999;
    background: white;
}

    #mapWrapper.fullscreen #restaurantMap {
        height: 100vh !important;
        top: 0 !important;
    }

.restaurant-status-closed {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.restaurant-status-closed-bg {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.restaurant-status-closed-text {
    color: #fff;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media only screen and (max-width: 1500px) {
    .produtos .logo {
        height:100%;
    }    
}