﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


:root {
    --color--main: #468faf;
    --color-main-rgb: 70, 143, 175;
    --color-main: #468faf;
    --color-main-disabled: #306278;
    --color-main-active: #306278;
    --color--secondary: #71a5ba;
    --tile-start-rgb: 10,10,10;
    --tile-end-rgb: 10,10,10;
    --tile-start-hover-rgb: 20,20,20;
    --tile-end-hover-rgb: 20,20,20;
    --tile-border: conic-gradient( #ffffff80, #ffffff40, #ffffff30, #ffffff20, #ffffff10, #ffffff10, #ffffff80);
    --tile-border-hover: conic-gradient(#ffffff, #ffffff60, #ffffff50, #ffffff40, #ffffff30, #ffffff30, #ffffff);
}


body {
    font-family: 'Inter', sans-serif !important;
}


/*----------------------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: 95vw;
    max-width: 1920px;
    height: auto;
}

.container-categorias-pesquisa {
    width: 100%;
    position: relative;
}

.slick-categorias-img {
    width: inherit;
    height: 400px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
}

.slick-show-categorias .slick-prev {
    left: 10px;
    z-index: 1000;
    opacity: 0;
}

.slick-show-categorias .slick-next {
    right: 55px;
    z-index: 1000;
    opacity: 0;
}

.slick-show-categorias:hover .slick-prev {
    transition: 0.5s;
    opacity: 1;
    color: var(--blue_light);
}

.slick-show-categorias:hover .slick-next {
    transition: 0.5s;
    opacity: 1;
    color: var(--blue_light);
}

.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: hidden;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: var(--color--main) !important;
    color: white !important;
    border: transparent !important;
}*/

#breadcrumbDiv {
    width: 95%;
    color: #888888;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
}

#breadcrumb {
    float: left;
}

.resultado {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#pesquisa-container-check {
    /*display:none;*/
}

.pesquisa-container-check {
    position: absolute;
    width: 100%;
    margin-top: 7px;
    color: #888888;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.pesquisa-container {
    position: absolute;
    /*top: 0;*/
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    min-width: 300px;
    max-width: 1150px;
    height: 68px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.pesquisa-bar {
    background: white;
    padding: 6px;
    width: 100%;
    border-radius: 50px;
    opacity: 1;
    height: 68px;
}

.pesquisa-input {
    border-style: hidden;
    height: auto;
}

    .pesquisa-input:focus {
        outline: none;
    }

.pesquisar-dropdown {
    background: transparent;
    color: #888888;
    border-style: hidden;
    box-shadow: none;
    width: 100%;
}

.pesquisa-bar .bootstrap-select > .dropdown-toggle.bs-placeholder {
    border: none;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
}

.pesquisa-bar .bootstrap-select .dropdown-menu {
    border-radius: 20px;
}

.pesquisa-bar .bootstrap-select .btn:focus {
    outline: none !important;
    box-shadow: none;
    border: none;
}

.pesquisa-bar .bootstrap-select > .dropdown-toggle {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
}

.pesquisa-wrap .bootstrap-select .dropdown-toggle {
    background: transparent;
    border-style: none;
}

.pesquisar-dropdown .dropdown-item1 {
    color: #888888;
}

    .pesquisar-dropdown .dropdown-item1:hover {
        background: var(--blue_light);
        color: #1592ff;
        border-radius: 5px;
    }

.pesquisar-dropdown:focus {
    outline: none;
}

.pesquisa-btn {
    color: white;
    text-decoration: none;
    background-color: var(--color--main);
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 15px 40px;
    font-weight: 600;
}

    .pesquisa-btn:hover {
        color: white;
        background-color: var(--color--secondary);
    }

.settings {
    margin-left: 10px;
}

/*.search_settings {
    color: grey;
    font-size: 30px;
    border-style: hidden;
    background-color: transparent;
}

    .search_settings:hover {
        color: var(--color--main);
        cursor: pointer;
    }*/

.check {
    display: inline;
    cursor: pointer;
    position: relative;
    margin: auto;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0,0,0);
}

.check-block 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*/
/*---------------------------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: 2em;
}

.breakline-8 {
    margin-top: 8em;
    /*padding-top: 9em;*/
}

.breakline-div {
    position: relative;
}

    .breakline-div:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 0.2em;
        background: var(--color--main);
        bottom: 9px;
        transition: all 0.2s ease-out;
    }

.breakline-h1 {
    position: relative;
    display: inline-block;
    /*background: linear-gradient(to bottom, #000, #000 60%, #fff 60%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;*/
    color: black;
    background-repeat: no-repeat;
    transition: background 0.2s ease-out;
    white-space: nowrap;
}

    .breakline-h1:hover {
        background-position: 0 6px;
    }

.breakline-div:hover:before {
    transform: translateY(10px)
}

.breakline h1 {
    /*font-family: 'Playfair Display', serif;*/
    font-weight: 500;
    font-size: 29px;
    line-height: 38px;
}

.breakline-img {
    margin-top: -40px;
    margin-bottom: -40px;
    width: 100%;
    min-width: 300px;
}
/*#endregion*/

/*------------------------CATEGORIAS---------------------------*/
/*#region *CATEGORIAS**/
.categorias-container {
    width: 95%;
}

.categorias-holder {
    display: flex;
    flex-wrap: wrap;
}

.categorias-card {
    flex-direction: row;
    flex-direction: row;
    width: calc(100%/8 - 10px);
    height: 140px;
    margin: 5px;
}

.slick-destaques .icons {
    font-size: 20px;
    line-height: 20px;
    color: #B2B2B2;
}

.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 {
    top: 4px;
    right: 4px;
    z-index: 4;
    position: absolute;
    font-size: 13px;
    color: var(--color--main);
    border-radius: 50%;
    font-weight: normal;
    background: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 0.6px solid var(--color--main);
}

    .slick-destaques .info-extra:hover {
        color: white;
        background: var(--color--main);
    }

.slick-destaques .opcoes-extra {
    top: 4px;
    right: 4px;
    z-index: 4;
    font-size: 9px;
    color: var(--color--main);
    border-radius: 50%;
    font-weight: normal;
    background: transparent;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border: 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;
}

.categorias-card:hover .categorias-img-hidden {
    opacity: 1;
}

.categorias-card:hover .categorias-link {
    color: white;
    top: -10px;
}

.categorias-card:hover .categorias-icon {
    color: white;
}

.categorias-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    color: black;
    -webkit-box-shadow: 5px 5px 10px -7px rgba(0,0,0,0.95);
    box-shadow: 5px 5px 10px -7px rgba(0,0,0,0.95);
    margin: 0px 10px;
    border-radius: 10px;
    position: relative;
    transition: all 500ms ease;
}

    .categorias-link h3 {
        text-align: center;
        margin: 15px 0px;
        z-index: 3;
        font-size: 14px;
    }

.categorias-icon {
    font-size: 28px;
    z-index: 3;
    color: var(--color--main);
    transition: all 500ms ease;
}

.categorias-img-hidden {
    opacity: 0;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    transition: all 500ms ease;
}
/*#endregion*/

/*---------------------------DESTAQUES------------------------*/
/*#region *DESTAQUES**/
.container-destaques {
    width: 100%;    
    /*font-family: 'PlayFair', sans-serif;*/
}

.destaques-categorias {
    width: max-content;
    color: black;
    background-color: var(--blue_light);
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 7px 20px;
    margin-left: 0;
    margin-right: auto;
    max-width: inherit;
    font-size: 13px;
}

.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(--blue_light);
    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: -133px;
    top: -5px;
    width: 300px;
    color: white;
    background-color: var(--color--main);
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 11px 20px;
    z-index: 3;
    transform: rotate( -45deg );
    line-height: 10px;
}

.slick-destaques .cats-precos {
    margin: 5px 0;
}

.slick-destaques .estado-fechado {
    background-color: red;
}
/*.slick-destaques .condicao {
    background:var(--color--main);
    padding:6px 16px;
    color:white;
    border-radius:20px;

}*/

.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);
    }

.slick-destaques .card-body .icon {
    color: black;
    font-size: 20px;
    margin-right: 5px;
    opacity: 0.3;
}

.slick-destaques .card-body .icon-ativo {
    color: var(--color--main);
    font-size: 20px;
    margin-right: 5px;
}

.slick-destaques .card {
    margin: 10px 10px;
    padding: 0;
    overflow: hidden;
}

    .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;
    }

        .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(--blue_light);
}

.slick-destaques:hover .slick-next {
    transition: 0.5s;
    opacity: 1;
    color: var(--blue_light);
}

.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(--blue_light);
    height: 40px;
}*/
/*.slick-destaques .card-body {
    padding-top: 0;
    padding-bottom: 0;
}*/
/*#endregion*/
/*---------------------------produtos---------------------------*/
/*#region *PRODUTOS**/
/*.caracteristicas-text {
    margin-right: 2px;
    margin-left: 1px;
    font-size: 11px;
    line-height: 9px;
    color:black !important;
}

.caracteristicas-icon {
    width: 13px;
    height: 23px;
    filter: invert(49%) sepia(74%) saturate(311%) hue-rotate(153deg) brightness(89%) contrast(93%);
}*/

.produtos .icons {
    font-size: 20px;
    line-height: 20px;
    color: #B2B2B2;
    flex-wrap:wrap;
}
/*.card-categorias {
    text-align: center;
    line-height: 40px;
    display: block;
    text-decoration: none;
    color: black;
    bottom: 0;
    top: auto;
}
.card-categorias:hover {
    background:var(--color--main);
    color:white;    
}*/
/*.produtos .card-body {
    padding-top: 0;
    padding-bottom: 0;
}*/

.produtos .condicao {
    background: transparent !important;
    padding: 0 !important;
    color: unset !important;
    font-size:14px !important;
    font-weight:500 !important;
    /*border-radius: 20px;*/
}

.slick-destaques .usado {
    background-color: red;
}

.produtos .novo, .usado {
    position: absolute;
    left: -136px;
    top: -9px;
    width: 300px;
    color: white;
    background-color: var(--color--main);
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 12px 0 3px 0;
    z-index: 3;
    transform: rotate( -45deg );
    line-height: 10px;
}

.produtos .opcoes-extra {
    top: 4px;
    right: 4px;
    z-index: 4;
    font-size: 9px;
    color: var(--color--main);
    border-radius: 50%;
    font-weight: normal;
    background: transparent;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border: 0.6px solid var(--color--main);
}

    .produtos .opcoes-extra:hover {
        color: white;
        background: var(--color--main);
    }

.produtos .eventos {
    position: absolute;
    left: -109px;
    top: 24px;
    width: 300px;
    color: white;
    background-color: rgb(185,58,58);
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 8px 20px;
    z-index: 3;
    transform: rotate( -45deg );
}

.produtos .cats-precos{
    margin-top:auto;
}

.produtos .vegan {
    position: absolute;
    left: -135px;
    top: -5px;
    width: 300px;
    color: white;
    background-color: #73BD35;
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 8px 20px;
    z-index: 3;
    transform: rotate( -45deg );
    line-height: 10px !important;
}

.produtos .estado-fechado {
    background-color: red;
}

.produtos .estado-aberto, .estado-fechado {
    width: max-content;
    color: white;
    background-color: green;
    border-radius: 30px;
    /*text-align: center;*/
    height: auto;
    padding: 7px 20px;
    margin-left: auto;
    margin-right: 0;
}

/*.produtos {
    width: 100%;
    height: auto;
}*/

    .produtos .card {
        overflow: hidden;
    }

        .produtos .card .card-img-top {
            width: 100%;
            height: 150px;
            margin: 0 auto;
            object-fit: cover;
        }

    .produtos .distancia {
        text-align: start;
        font-family: 'PlayFair', sans-serif;

        margin:auto;
    }

        .produtos .distancia i {
            color: var(--color--main);
        }

    .produtos .card-body .icon {
        color: black;
        font-size: 20px;
        margin-right: 5px;
        opacity: 0.3;
    }

    .produtos .card-body .icon-ativo {
        color: var(--color--main);
        font-size: 20px;
        margin-right: 5px;
    }

    /*.produtos .produtos-item {*/
        /*width: calc(100%/4 - 20px);*/
        /*margin: 5px 10px;
    }*/

        .produtos .produtos-item destaques-categorias a {
            text-decoration: none;
            color: white;
        }

        .produtos .produtos-item .card .card-body .preco {
            line-height: 35px;
            font-size: 25px;
            font-weight: 900;
            color: var(--color--main);
            /*font-family: 'Lato', sans-serif;*/
        }

        .produtos .produtos-item .card-text {
            line-height: 16px;
            font-size: 14px;
            font-weight: 400;
        }

    .produtos .card:hover {
        box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.27);
    }

.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;
    }

    .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:16px;
        margin-bottom:0;
        margin-top:0;
    }

.card:hover .card-title {
    color: var(--color--main);
}

.produtos .info-extra {
    top: 4px;
    right: 4px;
    z-index: 4;
    position: absolute;
    font-size: 13px;
    color: var(--color--main);
    border-radius: 50%;
    font-weight: normal;
    background: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 0.6px solid var(--color--main);
}

    .produtos .info-extra:hover {
        color: white;
        background: var(--color--main);
    }
/*#endregion*/
/*---------------------------CATEGORIAS RECOMENDADAS-----------------------------*/
/*#region *CATEGORIAS RECOMENDADAS**/
.categorias-recomendadas .categorias-img {
    margin-top: 10px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    transition: 0.4s ease;
}

.categorias-recomendadas a {
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: black;
}

    .categorias-recomendadas a:hover p {
        text-decoration: underline;
    }

.categorias-recomendadas .categorias-img:hover {
    transform: scale(1.1);
}

.categorias-recomendadas p {
    text-align: center;
    margin-top: 10px;
}

.marcas-destaque .categorias-img {
    margin-top: 10px;
    width: 250px;
    height: 160px;
    border-radius: 20px;
    object-fit: contain;
    transition: 0.4s ease;
}

.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*/

/*#region *MODALS**/
.modal-body .nav-item:hover {
    cursor: pointer;
}

.modal-body p {
    word-wrap: break-word;
}

#detalhes .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*/
/*#region *UTILITY**/
.dropdown-item:focus, .dropdown-item:hover{
    background:var(--color--main);
    color:white;
}
.bs-actionsbox .btn-group button {
    border-radius: 20px;
}
.bs-actionsbox .btn-group button:hover {
    background:var(--color--main);
    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 {
    color: green;
    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;
}
/*#endregion*/

/*#region *RESPONSIVIDADE**/
@media only screen and (max-width: 1640px) {
    /*.produtos .produtos-item {*/
        /*width: calc(100%/4 - 20px);*/
        /*min-width: 300px;
        margin: 10px 10px;
    }*/
}

@media only screen and (max-width: 1500px) {
    .restauracao-container .imagens .flex-even .logo_empresa {
        width: 6em;
        height: auto;
    }
    .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) {
    .pesquisa-container1 {
        bottom: 0;
        padding: 15px;
        position: absolute;
        width: 90%;
        font-size: 18px;
        font-weight: 500;
        margin: auto;
        left: 0;
        right: 0;
    }

    .pesquisa-wrap {
        margin: 8px 0px;
        background: white;
        width: 100%;
        border-radius: 50px;
        height: 58px;
    }

    .btn-wrap {
        margin: 30px 0px;
    }

    .pesquisa-bar1 {
        width: 95%;
        margin: auto;
    }

    .pesquisa-input1 {
        width: 100%;
        border-style: hidden;
        height: auto;
    }

        .pesquisa-input1:focus {
            outline: none;
        }

    .pesquisa-btn1 {
        color: white;
        text-decoration: none;
        background-color: var(--color--main);
        border-radius: 30px;
        text-align: center;
        padding: 15px 40px;
        font-weight: 600;
    }

        .pesquisa-btn1:hover {
            color: white;
            background-color: var(--color--secondary);
        }

    .pesquisar-dropdown1 {
        width: 95%;
        margin: auto;
        border-style: none;
        background: transparent;
        color: #888888;
        border-style: hidden;
        box-shadow: none;
    }

        .pesquisar-dropdown1:focus {
            border-style: none;
            outline: none;
        }

        .pesquisar-dropdown1:active {
            outline: none;
        }
}

@media only screen and (max-width: 1000px) {
    /*.produtos .produtos-item {*/
        /*width: calc(100%/2 - 20px);*/
        /*min-width: 300px;
        margin: 10px 10px;
    }*/
}

@media only screen and (max-width: 992px) {
    .pesquisa-wrap {
        height: 48px;
    }

    .pensamos-icon {
        width: 80px;
        height: 80px;
        line-height: 90px;
    }

        .pensamos-icon i {
            font-size: 25px;
        }

    .pensamos_img img {
        display: none;
    }

    .vantagens-item {
        margin: 5px 5px;
        max-width: 100%;
    }

    .vantagens-card {
        margin-top: 1em;
    }

    .restauracao-container .imagens .flex-even .logo_empresa {
        object-fit: cover;
        object-position: 20% 10%;
    }

    .categorias-recomendadas .categorias-img {
        width: 130px;
        height: 130px;
    }


    .categorias-card {
        width: calc(100%/4 - 10px);
    }
    .marcas-destaque .categorias-img {
        width: 170px;
        height: 115px;
    }
}

@media only screen and (max-width: 768px) {
    .produtos .info-extra {
        left: 43%;
        position: absolute;
    }


    .check-block {
        font-size: 14px;
    }

        .check-block label {
            margin: 0 !important;
        }

    .produtos .eventos {
        font-size: 12px;
        left: -115px;
        top: 22px;
        width: 300px;
        height: auto;
        padding: 6px 10px;
    }

    .produtos .estado-aberto, .estado-fechado {
        margin-top: 3px;
        width: max-content;
        height: auto;
        padding: 8px 20px;
    }

    /*.produtos .produtos-item {
        width: 100%;
    }*/

    .card-mobile1 {
        flex-basis: 40%;
    }

    .produtos .card {
        height: 150px;
    }

    /*.produtos .card-body {
        padding: 5px;
    }*/

    /*.produtos .card .card-title {
        font-size: 16px;
    }*/
        
    .produtos .card .destaques-categorias {
        margin-top: 3px;
        width: max-content;
        height: auto;
        padding: 8px 20px;
    }

    .produtos .card .card-text {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .produtos .card .descricao {
        height: 45px;
        overflow: hidden;
    }

    .produtos .card-body {
        flex-basis: 60%;
    }

    .produtos .card .card-img-top {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        object-fit: cover;
    }

    .card-mobile {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .pesquisa-container1 {
        bottom: 0;
    }

    .pesquisa-wrap {
        height: 40px;
    }

    .categorias-recomendadas .categorias-img {
        width: 110px;
        height: 110px;
    }

    .categorias-card {
        width: calc(100%/3 - 10px);
    }
}

@media only screen and (max-width: 576px) {
    .produtos .info-extra {
        left: 24%;
        position: absolute;
    }

    .produtos .card .destaques-categorias {
        margin-top: 3px;
        width: max-content;
        height: auto;
        padding: 4px 8px;
    }

    .produtos .card-body .icon {
        font-size: 14px;
    }

    .produtos .card-body .icon-ativo {
        font-size: 14px;
    }
        
    .produtos .estado-aberto, .estado-fechado {
        margin-top: 3px;
        width: max-content;
        height: auto;
        padding: 4px 8px;
    }
    .produtos .distancia{
        margin-top:3px;
    }
    .restauracao-container .imagens .flex-even h3 {
        font-size: 18px;
    }

    .slick-categorias-img {
        object-fit: cover;
        object-position: 0 0;
    }

    .pesquisa-container1 {
        bottom: 0;
    }

    .pesquisa-wrap {
        height: 35px;
    }

    .btn-wrap {
        margin: 25px 0;
    }

    .pesquisa-btn1 {
        padding: 10px 20px;
    }

    .breakline {
        margin-top: 4em;
    }

    .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*/




.page-header {
    display: flex;
    width: 100%;
    min-height: 450px;
    height: auto;
    padding: 1.5rem;
    justify-content: center;
}

.header-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/auto_main_header.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.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.35);
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,0);
}

@media screen and (max-width:761px) {
    .header-background-image {
        background: url(../assets/auto_main_header_mobile.jpg) no-repeat;
        background-position: top;
    }

    .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: 0 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;
    }
}

.badge-destaque {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    column-gap: 0.35rem;
    top: 0.5rem;
    left: 0.5rem;
    background: rgba(0,0,0,0.75);
    border-radius: 50rem;
    z-index: 5;
    color: #fff;
    font-size: 0.735rem;
    font-weight: 400;
    text-transform: capitalize;
}
    .badge-destaque.preco{
        right:0.5rem;
        left:auto;
    }

    .badge-destaque i {
        color: #FEDB37;
    }

.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;
    }
}

.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;
    }



.swiper-destaque {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: calc(250px + 1.5rem);
    cursor: grab;
}

    .swiper-destaque .swiper-button-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-width: 3rem;
        top: 0;
        right: 0;
        color: rgba(0,0,0,0.5);
        background: linear-gradient(to right, rgba(248, 250, 252, 0) 0%, rgba(248, 250, 252, 1) 100%);
        -moz-transition: all 150ms linear;
        -webkit-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }

        .swiper-destaque .swiper-button-pagination.swiper-button-prev {
            left: 0;
            right: auto;
            background: linear-gradient(to right, rgba(248, 250, 252, 1) 0%, rgba(248, 250, 252, 0) 100%);
        }

        .swiper-destaque .swiper-button-pagination:hover {
            color: #000;
        }

        .swiper-destaque .swiper-button-pagination:after {
            display: flex;
            height: 100%;
            min-width: 3rem;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
            font-size: 3rem;
            padding: 0;
        }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '\F135' !important;
    font-family: 'bootstrap-icons' !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '\F12C' !important;
    font-family: 'bootstrap-icons' !important;
}

.swiper-destaque .swiper-button-pagination.swiper-button-disabled {
    opacity: 0;
}

@media screen and (max-width:761px) {
    .swiper-destaque .swiper-button-pagination {
        opacity: 0;
    }
}

.swiper-destaque .swiper-scrollbar,
.swiper-categorias-recomendadas .swiper-scrollbar {
    background: transparent;
}

.swiper-destaque .swiper-scrollbar-drag,
.swiper-categorias-recomendadas .swiper-scrollbar-drag {
    background: rgba(0,0,0,0.35);
}

.swider-slide-image {
    max-width: 400px;
    width: 100%;
    height: 250px;
}
    .swider-slide-image .swiper-card-image {
        background:#000;
    }

.swiper-card-image-details img{
    filter:invert();
    opacity:0.5;
}
.swiper-card-image-details .caracteristicas-text {
    color: rgba(255,255,255,0.75) !important;
}
@media screen and (max-width:761px) {
    .swider-slide-image {
        width: calc(100% - 3rem);
    }
}

.swiper-card-image {
    position: relative;
    display: flex;
    align-items: end;
    border-radius: 1rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

    .swiper-card-image:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

.swiper-card-image-background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.swiper-card-image:hover .swiper-card-image-background {
    transform: scale(1.05);
}

.swiper-card-image-details {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(0,0,0,0.75);
    color: #fff;
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    position: relative;
    z-index: 5;
}

    .swiper-card-image-details:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 100%);
        z-index: 6;
    }

    .swiper-card-image-details .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 0;
        border: none !important;
        border-radius: 50rem;
        font-weight: 400;
        font-size: 0.735rem;
        text-transform: uppercase;
        color: rgba(255,255,255, 0.75);
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        box-shadow: 0px 2px 8px -1px rgba(0,0,0,0.1);
        transform: translateZ(0);
        overflow: hidden;
    }

        .swiper-card-image-details .btn:hover {
            background: rgba(255,255,255,0.5);
            box-shadow: 0px 2px 8px -1px rgba(255,255,255,0.15);
        }


        .swiper-card-image-details .btn::before,
        .swiper-card-image-details .btn::after {
            content: '';
            position: absolute;
            z-index: -1;
        }

        .swiper-card-image-details .btn::before {
            animation: 4s rotate linear infinite;
            width: 500%;
            height: 500%;
            background: var(--tile-border);
            -webkit-transition: all 150ms linear;
            -moz-transition: all 150ms linear;
            -o-transition: all 150ms linear;
            transition: all 150ms linear;
        }

        .swiper-card-image-details .btn::after {
            inset: 0;
            padding: 1px;
            border-radius: 50rem;
            background: linear-gradient( to bottom right, rgba(var(--tile-start-rgb), 1), rgba(var(--tile-end-rgb), 1) );
            background-clip: content-box;
        }

        .swiper-card-image-details .btn:hover::before {
            background: var(--tile-border-hover);
            animation-duration: 3s;
        }

@media (prefers-reduced-motion) {
    .swiper-card-image-details .btn::before {
        animation: none;
    }
}


@keyframes rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.swiper-card-image-details .nome {
    font-weight: 600;
    font-size: 1rem;
    max-width: 100px;
}

@media screen and (max-width:761px) {
    .nome-container {
        max-width: 230px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.swiper-card-image-details .separador {
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255, 1) 50%, rgba(255,255,255,0) 100%);
}

.swiper-card-image-details .categoria {
    font-weight: 300;
    font-size: 0.8rem;
}

.swiper-card-image-details .destaque-card-group{
    font-size:0.8rem;
    color:rgba(255,255,255,0.75);
    align-items:center;
}
.swiper-card-image-details .destaque-card-group-item {
    font-size: 0.735rem;
    font-weight:400;
}

@media screen and (max-width:768px){
    .swiper-card-image-details .destaque-card-group i{
        display:none;
    }
}
/*.produtos {
    width: 100%;
    height: auto;
    padding: 0;
}*/
.produtos .card.produtos-item {
    border-radius: 0.75rem;
    overflow: hidden;
    /*margin: 0;*/
    padding: 0;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 4px 12px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

        .produtos .card.produtos-item:hover {
            transform: translateY(-1px);
            box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
        }

    .produtos .icons {
        font-size: 20px;
        line-height: 20px;
        color: #B2B2B2;
        flex-wrap: wrap;
    }

.produtos-item .precos {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 0;
    justify-content: end;
    text-align: right;
    color: var(--color--main);
    border-radius: 50rem;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 5;
}

    .produtos-item .precos .preco-valor {
        font-weight: 600;
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

    .produtos-item .precos span.preco-sup {
        font-size: 0.835rem;
        line-height: 0.9rem;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }

    .produtos-item .precos .preco-valor.preco-tracado {
        text-decoration: line-through;
        color: rgba(0,0,0,0.75);
    }

.produtos-item .badge-usado {
    background: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.75);
    font-weight: 600;
    font-size: 0.835rem;
    margin: 0;
    padding: 0.15rem 0.75rem;
    border-radius: 0.35rem;
}

.produtos-item .logo {
    position:relative;
    z-index:1;
}
.produtos-item .resumo-automovel {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
    /*padding: 0.5rem 0.5rem;*/
    padding: 0.5rem 0;
    /*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-automovel{
        opacity:0;
        transform:translateY(10px);
    }*/
    .produtos-item:hover .resumo-automovel{
        opacity:1;
        transform:translateY(0);
    }
    .produtos-item .resumo-automovel .vstack {
        text-align: center;
    }

    .produtos-item .resumo-automovel .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-automovel 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-automovel span {
        font-size: 0.8rem;
        font-weight: 700;
        line-height: 0.9rem;
    }

.produtos-item .logo{
    border-radius:0 !important;
}


@media screen and (max-width:761px) {
    .produtos-item .resumo-automovel {
        display:block;
    }
    .produtos-item {
        padding:0.5rem;
    }
    .produtos-item .logo {
        margin: auto 0;
        border-radius: 0.35rem;
    }
    /*.produtos .logo img{
        border-radius:0.35rem !important;
    }*/
    .produtos-item .precos{
        /*margin-right:0.5rem;*/
        flex-wrap:nowrap;
        flex-direction:row;
    }
    /*.produtos-item .precos .preco-valor{
        margin-right:0.5rem;
    }*/
    .produtos-item .precos span.preco-sup{
        order:1;
    }
    .produtos-item .resumo-automovel-mobile{
        border-width:1px 0 1px 0;
        border-style:solid;
        border-color:rgba(0,0,0,0.025);
        display: none;
    }
    .produtos-item .resumo-automovel-mobile .vstack {
        text-align: center;
    }
    .produtos-item .resumo-automovel-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-automovel-mobile span {
        font-size: 0.8rem;
        font-weight: 700;
        line-height: 0.9rem;
    }
    .produtos-item .resumo-automovel-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-automovel-mobile{
        display:none;
    }
}

.produtos .condicao {
    color: #000;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: inherit;
}

    .produtos .precos, .condicao {
        width: max-content;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        float: right;
        line-height: 18px !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        text-decoration: none;
        color: var(--color--main);
        text-align: right;
        display:flex;
        flex-direction: column;
    }

.slick-destaques .usado {
    background-color: red;
}

.produtos .novo, .usado {
    position: absolute;
    left: -136px;
    top: -9px;
    width: 300px;
    color: white;
    background-color: var(--color--main);
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 12px 0 3px 0;
    z-index: 3;
    transform: rotate( -45deg );
    line-height: 10px;
}

.produtos .opcoes-extra {
    font-size: 0.8rem;
    color: #fff;
    border-radius: 100%;
    background: rgba(var(--color-main-rgb), 1);
    border: none !important;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

    .produtos .opcoes-extra:hover {
        background-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;
    }

.produtos-item .stretched-link {
    text-decoration: none !important;
    color: inherit;
}

.produtos-item .card-title {
    font-size: 1.1rem;
    font-weight: 600;
}


.produtos .cats-precos {
    margin-top: auto;
}

.produtos .logo {
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

    .produtos .logo img {
        height:180px;
        width:100%;
        /*border-radius: 1rem;*/
        overflow: hidden;
        object-fit:cover;
    }
.produtos-item .resumo-imobiliario-mobile{
    display:none !important;
}
.produtos-item .resumo-imobiliario {
    display: block !important;
}

.produtos .distancia {
    font-size: 0.7rem !important;
    font-weight: 400 !important;
}

    .produtos .distancia i {
        color: var(--color--main);
    }

.produtos .card-body .icon {
    color: var(--color--gray-300);
    font-size: 16px;
    margin-right: 5px;
}

.produtos .card-body .icon-ativo {
    color: var(--color--main);
    font-size: 16px;
    margin-right: 5px;
}

.produtos .info-extra {
    top: -13px;
    left: -86px;
    z-index: 4;
    position: absolute;
    font-size: 13px;
    font-weight: normal;
    background: rgba(var(--color-main-rgb), 1);
    color: #fff;
    width: 200px;
    height: 58px;
    text-align: center;
    line-height: 28px;
    transform: rotate( -45deg);
    padding: 23px;
    border: unset;
}

    .produtos .info-extra:hover {
        background: rgb(255, 195, 37);
        color: #fff;
    }

.produtos .badge-categoria {
    padding: 0.15rem 0.35rem;
    justify-content: center;
    color: var(--color--main);
    background: rgba(var(--color-main-rgb),0.1);
    font-size: 0.735rem;
    border-radius: 50rem;
    font-weight: 400;
}

.produtos .horario {
    font-size: 0.735rem;
    font-weight: 400;
}

.produtos .produto-combustivel {
    display:flex;
    align-items:center;
    column-gap:0.5rem;
    font-size: 0.65rem;
    text-transform:uppercase;
}
.produtos .produto-combustivel span{
    font-weight:600;
}

.produtos .dropdown-menu {
    padding: 0.35rem;
    border-radius: 0.75rem !important;
    border: 1px solid #f2f4ff !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .produtos .dropdown-menu .dropdown-item {
        display: flex;
        column-gap: 0.35rem;
        align-items: center;
        font-size: 0.9rem;
        padding-left: 0.35rem;
        border-radius: 0.35rem;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
    }

        .produtos .dropdown-menu .dropdown-item:hover {
            color: #fff;
        }

@media screen and (max-width:761px) {
    .produtos .logo {
        margin-right: 0.5rem;
    }

        .produtos .logo img {
            height: auto;
            object-fit: contain;
        }
}

.resumo-produto{
    display:flex;
    column-gap:0.5rem;
    text-align:center;
    flex-wrap:wrap;
}

.resumo-produto .vstack{
    padding:0.5rem 0.75rem;
    border-radius:0.5rem;
    background:rgba(0,0,0,0.035);
    margin-top:5px;
}

.resumo-produto label {
    font-size: 0.635rem;
    line-height: 0.8rem;
    font-weight:400;
    color:rgba(0,0,0,0.5);
    text-transform: uppercase;
}
.resumo-produto span{
    font-size:0.8rem;
    font-weight:700;
    line-height:0.9rem;
}
.resumo-produto .precos span,
.resumo-produto .precos label{
    font-size:1rem;
}


.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);
    }


#container_pesquisa {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

    #container_pesquisa.expanded {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        margin: 0;
        z-index: 9995;
    }

    #container_pesquisa .container-pesquisa-content {
        width: 100%;
        /*max-width: 560px;*/
        position: relative;
        z-index: 9999;
    }

    #container_pesquisa .backdrop-pesquisa {
        -webkit-transition: background 150ms ease-in-out;
        -moz-transition: background 150ms ease-in-out;
        -o-transition: background 150ms ease-in-out;
        transition: background 150ms ease-in-out;
        background: rgba(0,0,0,0);
    }

    #container_pesquisa.expanded .backdrop-pesquisa {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background: rgba(0,0,0,0.75);
    }

@media screen and (min-width:762px) {
    #container_pesquisa:not(.expanded) .collapse-filtros {
        height: 0;
        overflow: hidden;
        pointer-events: none;
        opacity: 0;
    }

    #container_pesquisa.expanded .collapse-filtros {
        height: 100%;
        overflow: auto;
        pointer-events: all;
        opacity: 1;
    }
}


@media screen and (max-width:761px) {
    #container_pesquisa .collapse-filtros,
    #container_pesquisa.expanded .collapse-filtros {
        display: block;
    }

    #container_pesquisa.expanded .backdrop-pesquisa {
        display: none;
    }

    #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;
    }

    #container_pesquisa .collapse-filtros,
    #container_pesquisa.expanded .collapse-filtros {
        height: auto;
        overflow: auto;
        pointer-events: all;
        opacity: 1;
    }

    #container_pesquisa .opcoes-pesquisa {
        display: none;
    }

    .floating-menu {
        z-index: 9990 !important;
    }
}


.custom-checkbox-filter {
    position: relative;
    padding: 0;
}

    .custom-checkbox-filter input {
        display: none !important;
    }

        .custom-checkbox-filter input + label {
            position: relative;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: start;
            column-gap: 0.35rem;
            cursor: pointer;
            padding: 0.5rem;
            border-radius: 0.5rem;
            background: #fafafa;
            -webkit-transition: all 150ms linear;
            -moz-transition: all 150ms linear;
            -o-transition: all 150ms linear;
            transition: all 150ms linear;
        }

            .custom-checkbox-filter input + label:hover {
                background: #f5f5f5;
            }

            .custom-checkbox-filter input + label:after {
                content: '\F272';
                font-family: "bootstrap-icons";
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 1.5rem;
                height: 1.5rem;
                margin-left: auto;
                background: transparent;
                border: 2px solid rgba(0,0,0,0.15);
                border-radius: 0.35rem;
                font-size: 0.5rem;
                color: transparent;
                -webkit-transition: all 150ms linear;
                -moz-transition: all 150ms linear;
                -o-transition: all 150ms linear;
                transition: all 150ms linear;
            }

            .custom-checkbox-filter input + label:hover:after {
                font-size: 1rem;
                color: #000;
            }

        .custom-checkbox-filter input:checked + label {
            background: rgba(var(--color-main-rgb), 0.1);
            color: var(--color--main);
        }

            .custom-checkbox-filter input:checked + label:after {
                font-size: 1rem;
                color: #fff !important;
                border-color: var(--color--main);
                background: var(--color--main);
            }

.card-pesquisa .slider-container{
    margin-bottom:0.5rem;
}
.slider-container .form-control {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0.5rem;
    width: auto;
}
.slider-container .input-group label{
    margin:0;
    padding:0;
}
.slider-container .input-group .form-control{
    margin:0;
}


.ui-widget.ui-widget-content {
    z-index: 10000;
}

.dropdown-item:hover {
    background: var(--color--main);
    color: #fff;
}