﻿/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');*/
/*@import url('https://use.fontawesome.com/releases/v5.15.3/css/all.css');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Inter', sans-serif;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-family: 'Varela Round', sans-serif;*/
    /*color: #468faf !important;*/
    /*font-family: 'Poppins', sans-serif;*/
    /*font-family: 'Inter', sans-serif;*/
    /*background: var(--color--gray-50);*/
    background: var(--color--gray-50);
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-width: thin;
    scrollbar-color: var(--color--main) black;
}
/*----------------------------PAGINA--------------------------*/
/*#region *PAGINA**/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    /*padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);*/
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1440px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1720px;
    }
}

/*.container {
    max-width: 1700px;
    width: 100%;
    padding:0 10px;*/
/*overflow:hidden;*/
/*position: relative;*/
/*}*/
/*.container-navbar{
    max-width:1820px;
    width:100%;
}*/

/*.container-fix {
    overflow: hidden;
    padding: 0;
}*/

.bold-font {
    font-weight: bold;
}

.m5 {
    margin: 5px 0;
}

::-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);
    }

.slick-dots {
    position: unset;
}
/*#endregion*/
/*----------------------------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;
}
/*#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;
    transition: all ease-out 0.3s;
    border-radius: 50px;
    line-height: 26px;
}

    .navbar-light .navbar-brand.active {*/
/*border: 1px solid;*/
/*background-color: var(--color--secondary);
        color: white;
        border-radius: 50px;
    }

    .navbar-light .navbar-brand:hover {*/
/*box-shadow: 0 0 0 1px black;*/
/*background-color: var(--color--secondary);
        color: white;
    }

.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--secondary);
            color: white;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-item.active, .dropdown-item:active{
    background:var(--color--main);
}
.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*/

/*-----------------------SLICK SHOW CATEGORIAS-----------------------*/
/*#region *SLICK_SHOW_CATEGORIAS**/
.container-cats-pesquisa {
    width: 100%;
    max-width: 1920px;
    height: auto;
    /*margin-top: 1rem;*/
    /*z-index:-1;*/
    position: relative;
}

.container-categorias-pesquisa {
    width: 100%;
    position: relative;
}

.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--secondary);
}

.slick-show-categorias:hover .slick-next {
    transition: 0.5s;
    opacity: 1;
    color: var(--color--secondary);
}

.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-radius: 20px;
    overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: var(--color--main) !important;
    color: white !important;
    border: transparent !important;
}*/

.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;
    font-family: 'Poppins', sans-serif;
    max-width: 90vw;
}

.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-bar {
    background: white;
    padding: 6px;
    width: 100%;
    border-radius: 50px;
    opacity: 1;
    height: 68px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 27%);
}

.pesquisa-input {
    border-style: hidden;
    height: auto;
    width: calc(100% - 15px);
}

    .pesquisa-input:focus {
        outline: none;
    }

.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;
}

.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;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 27%);
    border: none;
}

    .pesquisa-btn:hover {
        color: white;
        background-color: var(--color--secondary);
    }

.settings {
    margin-left: 10px;
}

.wrapper-filters {
    position: fixed;
    left: 1rem;
    bottom: 0.3rem;
    z-index: 1000;
    background-color: var(--color--main);
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 10px 30px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 27%);
    cursor: pointer;
    transition: all ease-in 0.3s;
}

    .wrapper-filters:hover {
        background-color: var(--color--secondary);
        color: #fff;
    }

.check {
    display: inline;
    cursor: pointer;
    position: relative;
    margin: auto;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0,0,0);
}

.check-block label {
    margin-right: 30px;
}

/*.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;
}

    .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: var(--color--secondary);
    stroke: var(--color--secondary);
}

#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 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-localizada {
    border: 1px solid gray;
    /*padding: 0.2em 1em;*/
    padding-right: 0;
    width: 550px;
    max-width: 100%;
}

    .searchbar-localizada .searchbar-input::placeholder, .searchbar-localizada .searchbar-input {
        font-size: 13px;
    }

.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*/
/*---------------------------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--secondary);
        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**/
.slick-destaques .icons {
    font-size: 20px;
    line-height: 20px;
    color: #B2B2B2;
    flex-wrap: wrap;
}

.slick-destaques .card {
    border-radius: 20px;
    /*background: #eaf3ff;*/
    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 .favoritos {
        font-size: 24px;
        color: var(--color--main);
        position: absolute;
        right: 7px;
        top: 7px;
        z-index: 10;
        text-decoration: none;
    }

.slick-destaques .info-extra {
    /* border-radius: 50%; */
    /* border: 0.6px solid var(--color--main); */
    top: -5px;
    right: -86px;
    z-index: 4;
    position: absolute;
    font-size: 13px;
    color: var(--color--main);
    font-weight: normal;
    background: white;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 28px;
    transform: rotate( 45deg);
    padding: 14px;
}

    .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: white;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border: 0.6px 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;
}
/*#endregion*/

/*---------------------------DESTAQUES------------------------*/
/*#region *DESTAQUES**/
.container-destaques {
    width: 100%;
    /*font-family: 'PlayFair', sans-serif;*/
}

.destaques-categorias {
    width: max-content;
    /*color: white;*/
    /*background-color: var(--color--secondary);*/
    border-radius: 30px;
    text-align: center;
    height: auto;
    /*padding: 7px 20px;*/
    margin-left: 0;
    margin-right: auto;
    max-width: inherit;
    font-size: 13px;
    white-space: nowrap;
}

.card .destaques-categorias a {
    text-decoration: none;
    color: white;
}

/*.destaques-categorias:hover {
    background: var(--color--secondary);
}

    .destaques-categorias:hover > a {
        color: white;
    }*/


.slick-destaques .novidades {
    position: absolute;
    left: -100px;
    top: 28px;
    width: 300px;
    color: white;
    background-color: var(--color--secondary);
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 8px 20px;
    z-index: 3;
    transform: rotate(-45deg);
}

.slick-destaques .usado {
    background-color: red;
}

.slick-destaques .novo, .usado {
    position: absolute;
    /*left: -129px;*/
    top: 10px;
    right: 10px;
    padding: 7px 20px;
    width: max-content;
    color: white;
    background-color: orangered;
    border-radius: 30px;
    text-align: center;
    height: auto;
    z-index: 3;
    /*transform: rotate( -45deg );*/
    line-height: 10px;
    float: right;
    font-size: 14px;
}

.slick-destaques .valor-desconto {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px 20px;
    width: max-content;
    color: white;
    background-color: orangered;
    border-radius: 30px;
    text-align: center;
    height: auto;
    z-index: 3;
    line-height: 10px;
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.slick-destaques .cats-precos {
    margin: 5px 0;
}

/*.slick-destaques .estado-fechado {
    background-color: red;
}*/

.slick-destaques .condicao {
    /*background: var(--color--main);
    padding: 6px 16px;
    border-radius: 20px;
    display: none;*/
    color: #000;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: inherit;
}

.slick-destaques .precos, .condicao {
    width: max-content;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    float: right;
    line-height: 20px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration: none;
    /*background: #eaeaea;*/
    /*padding: 6px 16px;*/
    color: var(--color--main);
    /*border-radius: 20px;
    border: solid 1px var(--color--main);*/
    /*font-family: 'Lato', sans-serif;*/
}

.slick-destaques .distancia {
    text-align: end;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}

    .slick-destaques .distancia i {
        color: var(--color--main);
    }

.icons-distancia p {
    margin: 0;
}

.slick-destaques .card-body .icon {
    color: black;
    font-size: 16px;
    opacity: 0.3;
}

.slick-destaques .card-body .icon-ativo {
    color: var(--color--main);
    font-size: 17px;
}

.slick-destaques .card .card-img-top {
    width: 100%;
    height: 190px;
    margin: 0 auto;
    object-fit: cover;
}

.slick-destaques .card .card-wrap {
    text-decoration: none;
    color: black;
    overflow: hidden;
}

    .slick-destaques .card .card-wrap .card-body h5 {
        line-height: 21px;
        font-size: 19px;
        font-weight: 700;
    }

    .slick-destaques .card .card-wrap .card-body .precos {
        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;
    }

.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--secondary);
}

.slick-destaques:hover .slick-next {
    transition: 0.5s;
    opacity: 1;
    color: var(--color--secondary);
}

.slick-destaques .slick-prev:before, .slick-destaques .slick-next:before {
    font-size: 60px;
    color: var(--color--main);
}
/*.slick-destaques .wrap-categorias {
    width: 100%;
    background: var(--color--secondary);
    height: 40px;
}*/
/*.slick-destaques .card-body {
    padding-top: 0;
    padding-bottom: 0;
}*/
/*#endregion*/

/*---------------------------produtos---------------------------*/
/*#region *PRODUTOS**/
.caracteristicas-text {
    margin-right: 6px;
    margin-left: 2px;
    font-size: 11px;
    line-height: 17px;
    color: black !important;
}

.caracteristicas-icon {
    width: 13px;
    height: 23px;
    /*filter: invert(0%) sepia(2%) saturate(7500%) hue-rotate(152deg) brightness(105%) contrast(100%);*/
    font-size: 0.9rem;
    color: #808080;
}

.icons-distancia .icons i {
    font-size: 13px;
    color: var(--color--main);
    line-height: 23px;
}

.card {
    position: relative;
}

.btn-adicionar-carrinho {
    position: absolute;
    font-size: 24px;
    background-color: transparent;
    border-style: hidden;
}

.card {
    border-style: hidden;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum" 1;
}

    .card .card-body {
        border-radius: 0px;
        border-style: hidden;
    }

.slick-destaques .card .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
}



.valor-preco {
    text-align: right;
    float: right;
}

.sub-valor-preco {
    text-align: right;
    float: right;
    color: #89c2d9 !important;
    font-size: 12px !important;
}
/*#endregion*/

/*---------------------------CATEGORIAS RECOMENDADAS-----------------------------*/
/*#region *CATEGORIAS RECOMENDADAS**/
/*.categorias-recomendadas .categorias-img {
    margin-top: 10px;
    width: 250px;
    height: 160px;
    border-radius: 20px;
    object-fit: cover;
    transition: 0.4s ease;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 27%);
}*/

.categorias-recomendadas .categorias-img {
    margin-top: 10px;
    width: 250px;
    height: 120px;
    object-fit: contain;
    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;
}

.marcas-destaque a {
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: black;
}

    .marcas-destaque a:hover p {
        text-decoration: underline;
    }

.marcas-destaque .categorias-img:hover {
    transform: scale(1.1);
}

.marcas-destaque p {
    text-align: center;
    margin-top: 10px;
}
/*#endregion*/

/*---------------------------SIDEBARFILTROS-----------------------------*/
/*#region **SIDEBAR FILTROS***/
/*.sidebar-filtros-container {
    left: 6px;
    top: 0;
    width: 0;
    height: auto;
    max-height: 80vh;
    background: white;
    border-radius: 20px;
    overflow-y: auto;
    float: left;
}*/
.sidebar-filtros-container {
    width: 100%;
}

.container-checkbox {
    font-size: 14px;
    color: #999999;
    padding-left: 14px;
    cursor: pointer;
    width: 100%;
}

    .container-checkbox:hover {
        color: var(--color--main);
    }

    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.floating-menu {
    display: none;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: var(--color--main);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebar-block {
    padding: 5px;
}

.siderbar-filtros-item {
}

.sibebar-item-wrap {
    background: #e8e8e8;
    border-radius: 20px;
    padding: 8px;
    margin-top: 10px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 27%);
}

.sidebar-item-title {
    padding: 25px 30px 7px 0;
    width: 100%;
    border-bottom: .5px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

    .sidebar-item-title:first-child {
        padding-top: 0;
    }

    .sidebar-item-title:hover {
        cursor: pointer;
    }

    .sidebar-item-title:after {
        content: '\f078'; /* You should use \ and not /*/
        font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
        font-style: normal;
        font-weight: 900;
        font-size: 1rem;
        color: var(--color--main);
        position: absolute;
        line-height: 29px;
        right: 10px;
    }

    .sidebar-item-title.changed:after {
        content: '\f077';
    }

.sidebar-item-subtitle {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    position: relative;
}

.sidebar-item-content {
    margin-top: 8px;
}

.sidebar-item-content-main {
}

.sidebar-item-content-main-hidden {
    display: none;
}

.slider-container {
    width: 100%;
}

    .slider-container.ativo {
        display: block;
        height: auto;
    }

.noUi-horizontal .noUi-handle {
    height: 20px;
    width: 20px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    border: solid 1px #ccc;
    background-color: #f7f7f7;
    top: 0;
    border-radius: 50%;
}

.noUi-connect {
    top: 8px;
    height: 3px;
    background: var(--color--main);
}

.noUi-connects {
    all: unset;
}

.noUi-target {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding-right: 20px;
    padding-left: 6px;
}

.noUi-handle:before, .noUi-handle:after {
    all: unset;
}

.sidebar-item-content .form-control {
    border-radius: 20px;
    font-size: 13px;
    width: 95%;
    margin: 3px auto;
    font-family: 'Lato', sans-serif;
}

.sidebar-filtros-container .bootstrap-select {
    width: 95% !important;
}

    .sidebar-filtros-container .bootstrap-select .dropdown-menu {
        border-radius: 20px;
        font-size: 13px;
    }

    .sidebar-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;
        font-size: 13px;
    }

    .sidebar-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;
        font-size: 13px;
    }

        .sidebar-filtros-container .bootstrap-select > .dropdown-toggle.bs-placeholder {
            border: 1px solid #ced4da;
            border-radius: 20px;
            background: white;
            font-size: 13px;
        }

/*#endregion*/

/*---------------------------RESULTADOSPESQUISA-----------------------------*/
/*#region *RESULTADOS PESQUISA**/
.resultados-none {
    width: 100%;
    /*float: right;*/
}

.resultados-display {
    width: 100%;
    /*float: right;*/
    /*min-height: 60vh;*/
}

.listview-container {
    width: 100%;
}

.listagem-restaurante {
    width: 100%;
}

/*.filtros-container {*/
/*width: 95%;
    margin-left: auto;
    margin-right: auto;*/
/*}

    .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 {
        margin-right: 10px;
    }

        .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;
    }*/

/*.filtros-container button {
        outline: none !important;
        border-style: none;
        box-shadow: none;
        background: transparent;
        border: 0.5px solid #999;
        border-radius: 20px;
        margin-left: 10px;
        color: #999;
        height: 100%;
        text-decoration: none;
    }

        .filtros-container button:hover {
            color: black;
        }*/
/*-----------------------------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: 1820px;
    padding: 30px;
}

    .footer-wrap h4 {
        margin-bottom: 2rem;
    }

.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: justify;
}

.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*/

/*---------------------------MODALS-----------------------------*/
/*#region *MODALS**/
.modal-body .nav-item:hover {
    cursor: pointer;
}

.modal-body p {
    word-wrap: break-word;
}

.modal-content {
    border-radius: 20px;
}

.modals .modal-header {
    /*background: linear-gradient(0deg, rgba(219,239,255,1) 0%, rgba(0,146,255,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;
}

#cbx7:checked + .check svg {
    stroke: #3498db;
}

    #cbx7:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all 0.3s linear;
    }

    #cbx7:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all 0.2s linear;
        transition-delay: 0.15s;
    }

#cbx8:checked + .check svg {
    stroke: #3498db;
}

    #cbx8:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all 0.3s linear;
    }

    #cbx8:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all 0.2s linear;
        transition-delay: 0.15s;
    }

#cbx9:checked + .check svg {
    stroke: #3498db;
}

    #cbx9:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all 0.3s linear;
    }

    #cbx9:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all 0.2s linear;
        transition-delay: 0.15s;
    }

#cbx10:checked + .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx10:checked + .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

#cbx11:checked + .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx11:checked + .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

#cbx12:checked + .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx12:checked + .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

#cbx13:checked + .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx13:checked + .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

#cbx14:checked + .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx14:checked + .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

#range-slider-panel {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.range-slider--container.ativo {
    height: auto;
    opacity: 1;
    display: block;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single,
.irs--round .irs-bar {
    background-color: #3498db;
    transition: all 0.2s linear;
}

    .irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
        border-top-color: #3498db;
        transition: all 0.2s linear;
    }

.irs--round .irs-bar {
    transition: all 0.2s linear;
}

.irs--round .irs-handle {
    border-color: transparent;
    width: 14px;
    height: 14px;
    top: 30px;
    background-color: #3498db;
    cursor: pointer;
    transition: all 0.2s linear;
}

/*#endregion*/

.preco-antigo {
    font-size: 14px;
    color: orangered;
}
/*#region ++++++++++++++++++++++++++++++++++++++++++_________________SWIPER_____________++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.swiper-slide-img {
    width: 100%;
    height: auto;
    max-height: 450px;
    border-radius: var(--border-radius);
}

.swiper .caracteristicas-text {
    color: #fff !important;
}

.swiper .caracteristicas-icon {
    filter: invert(100%);
    width: 15px;
    height: auto;
    color: #000;
    font-size: 13px;
}

.swiper .valor-desconto {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px 20px;
    width: max-content;
    color: white;
    background-color: orangered;
    border-radius: 30px;
    text-align: center;
    height: auto;
    z-index: 3;
    line-height: 10px;
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.swiper .precos {
    font-size: 1rem;
}

.swiper .icon {
    color: #eaeaea;
    font-size: 14px;
    margin-right: 5px;
}

.swiper .icon-ativo {
    color: var(--color--main);
    font-size: 14px;
    margin-right: 5px;
}

.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-family: 'Poppins', sans-serif;
    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: 72px;
    line-height: 1.1em;
    overflow: hidden;
}

.slick-show-text-title-destaque {
    background: #fff;
    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: fit-content;
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--shadow-float);
}

.swiper-categorias-slide-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.4s ease-in;
}

.swiper-categorias-recomendadas .swiper-categorias-slide-img {
    height: 100%;
}

    .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);*/
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0;
}

.destaques-card-title {
    margin: unset;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
}

.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;
    }

.swiper-categorias-recomendadas {
    margin-top: 2rem;
}

    .swiper-categorias-recomendadas .swiper-slide {
        width: 230px;
    }

    .swiper-categorias-recomendadas .swiper-categorias-slide-anchor {
        width: 200px;
        height: 300px;
        display: block;
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: var(--shadow-float);
    }
/*#endregion*/

@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;
    }

    .marcas-destaque .categorias-img {
        width: 216px;
        height: 126px;
    }
}

@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) {
}

@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;
    }

    .categorias-card {
        width: calc(100%/4 - 10px);
    }

    .marcas-destaque .categorias-img {
        width: 170px;
        height: 115px;
    }
}

.politicas {
    font-size: 12px;
}

    .politicas a {
        text-decoration: none;
        color: var(--color--main);
        font-weight: 500;
    }

        .politicas a:hover {
            text-decoration: underline;
        }

@media only screen and (max-width: 768px) {
    .ui-widget.ui-widget-content {
        z-index: 100000;
    }

    .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;
    }

    .floating-menu .item {
        background: unset;
        border: unset;
    }

    .container-pesquisa {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        padding: 20px 10px;
        z-index: 20;
        box-shadow: var(--shadow-lg);
        z-index: 100000;
    }

    .bootstrap-select .dropdown-menu {
        max-width: 95vw;
    }

    .wrapper-opcoes-pesquisa-width {
        width: 100%;
    }

    .searchbar-localizada {
        width: 100%;
    }

    /*.container {
        padding-left: 5px;
        padding-right: 5px;
    }*/

    .sidebar-filtros-container {
        margin-bottom: 65px;
    }

    .floating-menu {
        bottom: 0;
        position: fixed;
        display: block;
        height: auto;
        width: 100%;
        background: rgb(19, 33, 51);
        z-index: 10000;
    }

    .floating-menu-margins {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        padding: 0.75rem 0;
    }

    .floating-menu-itens {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        column-gap: 0.35rem;
    }

        .floating-menu-itens a {
            text-decoration: none;
            color: #fff;
        }

    .floating-menu-itens-wrap label {
        font-size: 0.635rem;
        text-transform: uppercase;
        color: rgba(255,255,255,0.75);
        text-align: center;
        
    }

    .floating-menu .item {
        position: relative;
        font-size: 1.1rem;
        color: #fff;
        background: rgba(255,255,255,0.025);
        padding: 0 0.35rem;
        margin: 0 auto;
        border-radius: 50rem;
        width: 50%;
        text-align: center;
    }

        .floating-menu .item:active {
            background: rgba(255,255,255,0.1);
        }

    .floating-menu .contador {
        position: absolute;
        top: -0.25rem;
        right: -0.25rem;
        padding: 0.15rem 0.75rem;
        display: block;
        background: #7f1d1d;
        color: #fff;
        border-radius: 50rem;
        text-align: center;
        z-index: 10;
    }

        .floating-menu .contador span {
            position: relative;
            display: flex;
        }


    .navbar-light .navbar-brand.active {
        padding: 8px 11px;
    }

    .check-block {
        font-size: 14px;
    }

        .check-block label {
            margin: 0 !important;
        }


    /*.produtos .produtos-item {
        width: 100%;
    }*/

    .card-mobile1 {
        flex-basis: 40%;
    }



    .card-mobile {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
    }


    .pesquisa-wrap {
        height: 40px;
    }

    .categorias-recomendadas .categorias-img {
        width: 110px;
        height: 110px;
    }

    .categorias-card {
        width: calc(100%/3 - 10px);
    }

    .breakline-2 {
        margin-top: 0.7rem;
    }
}

@media only screen and (max-width: 576px) {

    .restauracao-container .imagens .flex-even h3 {
        font-size: 18px;
    }

    .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*/

/*---------------------------ULTIMOS INSERIDOS-----------------------------*/
/*#region *UTILITY**/
.dropdown-item:focus, .dropdown-item:hover {
    background: var(--color--secondary);
    color: white;
}

.bs-actionsbox .btn-group button {
    border-radius: 20px;
}

    .bs-actionsbox .btn-group button:hover {
        background: var(--color--secondary);
        color: white;
    }

.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 {
    background: transparent;
    border-style: none;
    font-size: 20px;
    height: max-content;
}

    .info:hover {
        color: var(--color--secondary);
    }

.filtro {
    border: 0.5px solid #999;
    border-radius: 20px;
    background: transparent;
    margin-left: 20px;
    height: 38px;
    padding: 5px 15px;
    color: grey;
}

    .filtro:hover {
        background: grey;
        color: white;
    }

input[type=checkbox] {
    cursor: pointer;
}

.container-wrap-zone {
    display: block;
    position: relative;
    width: 100%;
    /*padding: 0 20px;*/
    /*background: linear-gradient(134deg, rgba(223,223,223,0.4) 0%, rgba(255,255,255,1) 100%);*/
    border-radius: 20px;
    /* background: #fafafa;
    border: 1px solid #eaeaea;*/
    z-index: 1;
}

    .container-wrap-zone .breakline {
        margin: 1rem;
    }

    .container-wrap-zone::after,
    .container-wrap-zone::before {
        content: '';
        display: none;
        position: absolute;
        height: 30%;
        border-style: solid;
        border-color: var(--color--main);
        /*border-color:black;*/
        width: 240px;
    }

    .container-wrap-zone::before {
        top: 0;
        left: 0;
        border-right-width: 20px;
        border-right-color: transparent;
        border-left-width: 2px;
        border-top-width: 2px;
        border-bottom-width: 20px;
        border-bottom-color: transparent;
        border-top-left-radius: 20px;
    }

    .container-wrap-zone::after {
        bottom: 0;
        right: 0;
        border-left-width: 20px;
        border-left-color: transparent;
        border-right-width: 2px;
        border-top-width: 20px;
        border-bottom-width: 2px;
        border-top-color: transparent;
        border-bottom-right-radius: 20px;
    }

.breakline-h2 {
    font-size: 22px !important;
}

.slick-destaques .card {
    margin: 10px 10px;
    padding: 0;
    overflow: hidden;
    /*border: 1px solid #eaeaea;*/
    /*box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 27%);*/
}

.card:hover {
    box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 27%)
}

.slick-destaques .card:hover .card-img-top {
    filter: blur(2px);
}

.slick-destaques .card:hover .center-con {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s, visibility 1s;
}

.animation-arrows-color {
    fill: var(--color--main);
}

.center-con {
    top: 35%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}

.round {
    position: absolute;
    border: 2px solid var(--color--main);
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.cta {
    width: 100%;
    cursor: pointer;
    position: absolute;
}

    .cta .arrow {
        left: 30%;
        top: 6px;
    }

.arrow {
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 15px;
}

.second {
    margin-left: 8px;
}

.next {
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);*/
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.arrow.first.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.slick-destaques .card:hover .round .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

    .slick-destaques .card:hover .round .arrow.first {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-delay: 0.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

.container-destaques {
    z-index: 1;
    position: relative;
}

.container-selecoes {
    width: 100%;
    height: auto;
    position: relative;
}

.container-selecoes-wrap {
    height: auto;
    padding: 10px;
}

#autosDisp {
    display: none;
}

#produtosDisp {
    display: none;
}

#imoDisp {
    display: none;
}

.container-selecoes-wrap {
    height: auto;
    padding: 10px;
}

.container-selecoes-wrap-zone {
    width: 100%;
    background: #fafafa;
    border-radius: 20px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea;
    transition: transform 0.6s,filter 1s;
}

.container-selecoes-wrap-zone-content {
    /*position: absolute;
    margin-top: 12%;*/
    text-align: center;
}

.container-selecoes-wrap-zone a {
    text-decoration: none !important;
    position: absolute;
    width: 100%;
    height: 100%;
}

.container-selecoes-wrap-zone .hidden-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s;
    position: absolute;
}

.container-selecoes-wrap-zone h1 {
    color: black;
    font-size: 4rem;
    font-weight: 800;
    font-style: italic;
    transition: color 1s;
    line-height: 60px;
}

.container-selecoes-wrap-zone .svg-wrap-else {
    margin-top: 10px;
}

.container-selecoes-wrap-zone .svg-wrap-auto {
}

.container-selecoes-wrap-zone .svg-wrap-else .cat-icon {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    transition: filter 1s;
}

.container-selecoes-wrap-zone .svg-wrap-auto .cat-icon-auto {
    width: 55px;
    height: 55px;
    margin-left: 5px;
    margin-right: 5px;
    transition: filter 1s;
}

.container-selecoes-wrap-zone:hover {
    transform: translateY(-5px);
}

    .container-selecoes-wrap-zone:hover .hidden-img {
        opacity: 1;
    }

    .container-selecoes-wrap-zone:hover h1 {
        color: white;
        opacity: 1;
    }

    .container-selecoes-wrap-zone:hover .selecoes-btn {
        color: white;
        opacity: 1;
    }

    .container-selecoes-wrap-zone:hover .cat-icon {
        filter: invert(100%);
    }

    .container-selecoes-wrap-zone:hover .cat-icon-auto {
        filter: invert(100%);
    }

.selecoes-btn {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 1s;
    background: transparent;
    backdrop-filter: blur(10px);
    border: 1px solid white;
    width: auto;
    margin-top: 5px;
    display: none;
}

    .selecoes-btn h4 {
        margin: 0;
    }

.container-selecoes-wrap-zone .selecoes-btn {
    z-index: 20;
    filter: none;
}

.container-selecoes-wrap-zone:hover .selecoes-btn {
    color: white;
    opacity: 1;
}

.container-selecoes-wrap-zone-content {
    z-index: 20;
}

.slick-slider {
    z-index: 20;
}

.distanciaP {
    display: none;
}
/*#endregion*/
.pesquisa-input {
    line-height: 29px;
}
/*.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    line-height: 29px;
}*/
/*#region *RESPONSIVIDADE**/
@media only screen and (max-width: 1200px) {
    .container-selecoes-wrap-zone h1 {
        font-size: 3rem;
    }

    .container-selecoes-wrap-zone .svg-wrap-else .cat-icon {
        width: 35px;
        height: 35px;
    }

    .container-selecoes-wrap-zone .svg-wrap-auto .cat-icon-auto {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 1000px) {
    .container-selecoes-wrap-zone h1 {
        font-size: 2.5rem;
    }

    .container-selecoes-wrap-zone .svg-wrap-else .cat-icon {
        width: 30px;
        height: 30px;
    }

    .container-selecoes-wrap-zone .svg-wrap-auto .cat-icon-auto {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (max-width: 768px) {
    .paginacao .btn {
        padding: 0.4rem 0.6rem;
    }
    .container-wrap-zone {
        background: none;
        border: none;
        padding: 0;
    }

        .container-wrap-zone::after,
        .container-wrap-zone::before {
            display: none;
        }

    .breakline {
        margin-top: 2rem;
    }

    .breakline-h2 {
        font-size: 20px !important;
    }

    .breakline h1 {
        font-size: 23px;
        line-height: 37px;
    }

    .selecoes-btn-auto {
        margin-top: -1px;
    }

    .container-selecoes-wrap-zone .svg-wrap-auto .cat-icon-auto {
        margin: 0 3px;
        width: 35px;
        height: 35px;
    }

    .container-selecoes-wrap-zone .svg-wrap-else .cat-icon {
        width: 25px;
        height: 25px;
    }

    .selecoes-btn h4 {
        line-height: 1.5rem;
    }

    .container-selecoes-wrap {
        padding: 5px;
    }

    .container-selecoes-wrap-zone .svg-wrap-else {
        margin: 0;
    }

    .container-selecoes-wrap-zone {
        height: 125px;
    }

    .container-selecoes-wrap-zone-content {
        margin-top: 2%;
    }

    .container-selecoes-wrap-zone .hidden-img {
        opacity: 1;
    }

    .container-selecoes-wrap-zone h1 {
        color: white;
        opacity: 1;
        font-size: 2rem;
        margin: 0;
    }

    .container-selecoes-wrap-zone .selecoes-btn {
        display: none;
    }

    .container-selecoes-wrap-zone .cat-icon {
        filter: invert(100%);
    }

    .container-selecoes-wrap-zone .cat-icon-auto {
        filter: invert(100%);
    }
}
/*#endregion*/


.card:hover {
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.27);
}



.categorias-recomendadas-swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    cursor: grab;
}

    .categorias-recomendadas-swiper .swiper-wrapper {
        column-gap: 0.5rem;
    }

    .categorias-recomendadas-swiper,
    .categorias-recomendadas-swiper img,
    .categorias-recomendadas-swiper .swiper-slide-card {
        -moz-transition: all 150ms linear;
        -webkit-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }

        .categorias-recomendadas-swiper .swiper-slide, .swiper.vendedores-destaque-swiper .swiper-slide {
            display: block !important;
            width: 100% !important;
            max-width: 280px !important;
            height: 186px;
            border-radius: 12px;
            overflow: hidden;
        }

        .categorias-recomendadas-swiper .swiper-slide-card {
            position: absolute;
            bottom: 0;
            left: 0;
            -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
            background: rgba(0,0,0,0.5);
            color: #fff;
            display: flex;
            align-items: center;
            width: 100%;
            height: 3rem;
            align-items: center;
            padding: 0 1rem;
            font-size: 0.9rem;
            font-weight: 400;
        }

            .categorias-recomendadas-swiper .swiper-slide-card .stretched-link {
                color: inherit;
                text-decoration: none;
            }

        .categorias-recomendadas-swiper .swiper-slide:hover {
            box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
        }

            .categorias-recomendadas-swiper .swiper-slide:hover img {
                -webkit-transform: scale(1.08);
                -moz-transform: scale(1.08);
                -o-transform: scale(1.08);
                transform: scale(1.08);
            }

            .categorias-recomendadas-swiper .swiper-slide:hover .swiper-slide-card {
                background: rgba(0,0,0,0.75);
            }

.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;
    }

.btn.btn-primary {
    /*padding: 0.75rem 1rem;*/
    background-color: rgb(236, 180, 32);
    border-color: rgb(236, 180, 32);
    color: #fff;
    -webkit-transition: var(--transition-default);
    -moz-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
}

    .btn.btn-primary:hover {
        --transform-y: -1px;
        background-color: rgb(255, 195, 37);
        border-color: rgb(255, 195, 37);
        color: #fff;
        box-shadow: rgba(255, 195, 37, 0.1) 0px 20px 25px -5px, rgba(255, 195, 37, 0.04) 0px 10px 10px -5px;
        -webkit-transform: translateY(var(--transform-y));
        -moz-transform: translateY(var(--transform-y));
        -o-transform: translateY(var(--transform-y));
        transform: translateY(var(--transform-y));
    }

    .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;
        display: none;
    }

        .btn.btn-primary.btn-lg.btn-ver-mais i {
            color: inherit;
        }

        .btn.btn-primary.btn-lg.btn-ver-mais:hover {
            background-color: var(--color--main);
            border-color: var(--color--main);
            color: #fff;
        }

hr.my-3 {
    opacity: 0;
}

.container-partilhar-localizacao .alert-info {
    background: rgb(229, 246, 253);
    border: 1px solid rgb(229, 246, 253);
    color: rgb(5,77,167);
    border-radius: 0.75rem;
}

    .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;
            font-size: 1.1rem;
        }

.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;
    }

.container-partilhar-localizacao .btn-primary {
    background: transparent;
    border-color: rgba(2, 136, 209, 1);
    color: rgba(2, 136, 209, 1);
    padding: 0.5rem 0.75rem;
    border-radius: 50rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

    .container-partilhar-localizacao .btn-primary:hover {
        background: rgba(2, 136, 209, 0.1);
        border-color: rgba(2, 136, 209, 1);
        color: rgba(2, 136, 209, 1);
        transform: none;
        box-shadow: none;
    }

.container-partilhar-localizacao .btn-light {
    color: rgba(2, 136, 209, 1);
    background: transparent;
    border-color: transparent !important;
    padding: 0.5rem 0.75rem;
    border-radius: 50rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

    .container-partilhar-localizacao .btn-light:hover {
        color: rgba(2, 136, 209, 1);
        background: rgba(2, 136, 209, 0.1);
    }



.produtos .opcoes-extra {
    font-size: 1rem;
    /*color: #fff;*/
    /*background: rgba(var(--color-main-rgb), 1);*/
    color: rgba(0,0,0,0.75);
    background: rgba(0,0,0,0.05);
    border-radius: 100%;
    border: none !important;
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 150ms linear;
}

    .produtos .opcoes-extra:hover {
        background-color: rgba(var(--color-main-rgb), 0.3);
        color: rgba(var(--color-main-rgb), 1);
        box-shadow: rgba(31,178,224, 0.1) 0px 20px 25px -5px, rgba(31,178,224, 0.04) 0px 10px 10px -5px;
    }

    .produtos .opcoes-extra[aria-expanded="true"] {
        background-color: rgba(var(--color-main-rgb), 0.3);
        color: rgba(var(--color-main-rgb), 1);
        outline: 1px solid rgba(var(--color-main-rgb), 1);
    }

.produtos-item .card-title {
    font-size: 0.9rem;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}
.produtos-item .stretched-link {
    text-decoration: none !important;
    color: inherit;
}

@media screen and (max-width:761px) {
    .btn.btn-primary.btn-lg.btn-ver-mais {
        font-size: 0.7rem !important;
    }

    .categorias-recomendadas-swiper .swiper-slide, .swiper.vendedores-destaque-swiper .swiper-slide {
        max-width: 212px !important;
        height: 160px;
    }

    /*.produtos-item .card-title {
        -webkit-line-clamp: 2;*/ /* number of lines to show */
        /*line-clamp: 2;
    }*/

    body {
        font-size: 13px;
    }
}

.produtos .card {
    overflow: hidden;
    margin: 0 10px;
    padding: 0;
}

.page-header {
    display: flex;
    width: 100%;
    min-height: 350px;
    height: auto;
    padding: 1.5rem;
    justify-content: center;
}



.header-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

@media screen and (max-width:761px) {
    .page-header {
        min-height: 0px;
    }

    .header-background-image {
        background-position: bottom
    }

    .swiper-destaque, .swiper-categorias-recomendadas {
        height: calc(200px + 1.5rem);
    }

    .swider-slide-image {
        height: 200px;
    }
}

.page-header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.page-header-container-content {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(0,0,0,0.15);
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255,255,255,0);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

@media screen and (max-width:761px) {
    .header-background-image {
        background-position: top !important;
    }

    .page-header-container {
        padding: 0 1rem;
    }

    .page-header-container-content {
        padding: 1rem;
    }
}


.page-header h1 {
    font-weight: 200;
    font-size: 3.5rem;
}

    .page-header h1 span {
        font-weight: 800;
    }


.page-header h2 {
    font-size: 2.75rem;
    font-weight: 200;
}


    .page-header h2 .slick-show-text-title-destaque {
        background: var(--color--main);
        padding: 5px 20px;
        transform: rotateZ(-2deg);
        display: inline-block;
        z-index: 1;
        position: relative;
        font-weight: 200;
        text-transform: uppercase;
    }

.page-header .slick-show-text-desc {
    font-weight: 300;
    font-size: 1.25rem;
    color: rgba(255,255,255, 0.75);
    margin-bottom: 1rem;
}

.btn-explore {
    background: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none;
    position: relative;
    color: #fff;
    margin: auto;
    padding: 19px 22px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-explore-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 4rem;
}

.btn-explore:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 100%;
    background: rgba(var(--color-main-rgb), 0.5);
    width: 4rem;
    height: 4rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-explore > * {
    z-index: 5;
}

.btn-explore span {
    position: relative;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: inherit;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-explore svg {
    opacity: 0.5;
    position: relative;
    transform: translateX(-3px);
    transition: all 0.3s ease;
    margin-top: -5px !important;
    z-index: 10 !important;
}

.btn-explore:hover:before {
    width: 100%;
    border-radius: 50rem;
    background: var(--color--main);
    z-index: 1 !important;
}

.btn-explore:hover svg {
    opacity: 1;
    margin-top: -5px !important;
    transform: translateX(1px);
}

.btn-explore:active {
    transform: scale(0.96);
}

.btn-explore:hover {
    color: #fff;
}

@media screen and (max-width:761px) {
    .page-header h1 {
        font-size: 2.5rem;
    }

    .page-header h2 {
        font-size: 1.5rem;
    }

        .page-header h2 .slick-show-text-title-destaque {
            font-weight: 600;
        }

        .page-header h2 i {
            display: none;
        }

    .page-header .slick-show-text-desc {
        font-size: 1rem;
    }
}


/* #region SEARCH COMPONENT */

.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;
    position: relative;
    overflow: hidden;
}

    .container-partilhar-localizacao .alert-info:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background: #0288d1;
    }

    .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,
.container-partilhar-localizacao .btn-light {
    padding: 0.5rem 0.75rem;
}

.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);
    }

.produtos .distancia {
    font-weight: 300 !important;
    font-size: 0.8rem;
    color: rgb(73, 82, 96);
    font-size: 13px;
}

.produtos .icons {
    font-size: 20px;
    line-height: 20px;
    color: #B2B2B2;
    flex-wrap: wrap;
    display: flex;
    justify-content: end;
    align-items: center;
}

.produtos .logo {
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .produtos .logo img {
        /*height: 150px;
        object-fit: contain;*/
        width: 100%;
        height: 100%;
        aspect-ratio: 4 / 3;
        object-fit: contain;
    }

.badge-destaque,
.badge-preco {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    column-gap: 0.35rem;
    top: 0.5rem;
    left: 0.5rem;
    border-radius: 50rem;
    z-index: 5;
    background: rgba(0,0,0,0.75);
    color: #fff;
    /*background: rgba(255,255,255,0.75);
    color: #000;*/
    font-size: 0.735rem;
    font-weight: 600;
    text-transform: capitalize;
}

    .badge-destaque i {
        /*color: #FEDB37;*/
        color: var(--color--main);
    }

.badge-preco {
    left: auto;
    right: 0.5rem;
}

    .badge-preco .precos {
        position: relative;
        display: flex;
        flex-direction: column;
        row-gap: 0;
        justify-content: end;
        text-align: right;
        color: #fff;
        border-radius: 50rem;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 5;
    }

        .badge-preco .precos .preco-valor {
            margin: 0;
            padding: 0;
        }

        .badge-preco .precos span.preco-sup {
            font-size: 0.635rem;
            line-height: 0.7rem;
            margin: 0;
            padding: 0;
        }

        .badge-preco .precos .preco-sup.preco-tracado {
            text-decoration: line-through;
            color: rgba(255,255,255,0.50);
        }

.produtos-item .precos .preco-sup.preco-tracado {
    text-decoration: line-through;
    color: rgba(0,0,0,0.50);
}

@media screen and (max-width:761px) {
    /*.produtos .logo {
        margin-right: 0.5rem;
    }*/

        /*.produtos .logo img {
            height: auto;
            object-fit: contain;
        }*/

    #container_pesquisa .container-pesquisa-content {
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        position: relative;
        z-index: 9999;
        padding: 1rem 0;
        margin: 0;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    .container-partilhar-localizacao .alert-info {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .container-partilhar-localizacao .btn-primary,
    .container-partilhar-localizacao .btn-light {
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
    }
}

@media screen and (min-width:761px) {
    .hide-desktop {
        display: none;
    }
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-transition: transform 150ms linear, opacity 150ms linear;
    -moz-transition: transform 150ms linear, opacity 150ms linear;
    -o-transition: transform 150ms linear, opacity 150ms linear;
    transition: transform 150ms linear, opacity 150ms linear;
}

.modal.fade.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: transform 150ms linear, opacity 150ms linear;
    -moz-transition: transform 150ms linear, opacity 150ms linear;
    -o-transition: transform 150ms linear, opacity 150ms linear;
    transition: transform 150ms linear, opacity 150ms linear;
}



.produtos-item .resumo-imobiliario {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    /*width: auto;*/
    /*margin: 0 auto;*/
    padding: 0.5rem 0.5rem;
    /*border: 1px solid rgba(248,248,248);*/
    background: rgb(255,255,255);
    /*box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 12px -3px, rgba(0, 0, 0, 0.015) 0px 4px 6px -2px;*/
    /*border-radius: 0.5rem;*/
    pointer-events: none;
    z-index: 10;
    transition: all 150ms linear;
    margin-top: 0.4rem;
    border-bottom: 1px solid rgb(205, 209, 215);
}

/*.produtos-item:not(:hover) .resumo-imobiliario {
    opacity: 0;
    transform: translateY(10px);
}*/

.produtos-item:hover .resumo-imobiliario {
    opacity: 1;
    transform: translateY(0);
}

.produtos-item .resumo-imobiliario .vstack {
    text-align: center;
}

.produtos-item .resumo-imobiliario .vr {
    width: 1px;
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.produtos-item .resumo-imobiliario label {
    font-size: 0.635rem;
    line-height: 0.8rem;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
}

.produtos-item .resumo-imobiliario span {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 0.9rem;
}

.produtos .produtos-wrapper-tags {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
}
.container-produtosLista .produtos-wrapper-tags {
    top: 5px;
    left: 5px;
}
.produtos .produtos-tag {
    padding: 7px 20px;
    width: max-content;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    height: auto;
    z-index: 3;
    line-height: 10px;
    float: right;
    font-size: 14px;
    font-weight: 500;
}
.produtos .tag-novidade {
    background-color: rgb(32, 201, 151);
}
.produtos .tag-sales-campaign {
    background-color: rgb(249, 182, 37);
}

@media screen and (max-width:761px) {
    .produtos > .col > .card {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .produtos .produtos-wrapper-tags {
        top: 5px;
        left: 5px;
    }
    .produtos-item .resumo-imobiliario {
        display: none;
    }

    .produtos-item .resumo-imobiliario-mobile {
        /*border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: rgba(0,0,0,0.025);*/
        border:none;
    }

        .produtos-item .resumo-imobiliario-mobile .vstack {
            text-align: center;
        }

        .produtos-item .resumo-imobiliario-mobile label {
            font-size: 0.635rem;
            line-height: 0.8rem;
            font-weight: 400;
            color: rgba(0,0,0,0.5);
            text-transform: uppercase;
        }

        .produtos-item .resumo-imobiliario-mobile span {
            font-size: 0.8rem;
            font-weight: 700;
            line-height: 0.9rem;
        }

        .produtos-item .resumo-imobiliario-mobile .vr {
            background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
        }
}

@media screen and (min-width:762px) {
    .resumo-imobiliario-mobile {
        display: none;
    }
}

.produtos-item .preco-m2 {
    font-size: 0.735rem !important;
    font-weight: 400 !important;
}


.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;
    }
}




.imo-title {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

#container_pesquisa {
    margin-top: -2rem;
}

    #container_pesquisa.expanded .card-pesquisa {
        max-width: 1320px;
        margin: 0 auto;
    }

.swiper-card-image-details {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    /*background: rgba(255,255,255,0.75);
    color: #000;*/
    background: rgba(0,0,0,0.75);
    color: #fff;
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    position: relative;
    z-index: 5;
}
    .swiper-card-image-details .destaque-card-group {
        /*color: #000;*/
        color: #fff;
    }
    .swiper-card-image-details .btn {
        /*color: #000;
        font-weight: 600;*/
        color: #fff;
    }
        .swiper-card-image-details .btn::after {
            /*border: 1px solid black;*/
            background: linear-gradient( to bottom right, rgba(var(--tile-start-rgb), 1), rgba(var(--tile-end-rgb), 1) );
            background-clip: content-box;
        }