.bg-topo {
    color: #E1D7BF;
    background: #2C1C0D;
}

.owl-nav {
    padding: 0px !important;
    line-height: 40px;
    margin-top: 0px;
}

.owl-next {
    font-size: 16px !important;
}

#botao_proximo {
    position: absolute;
    font-size: 110px;
    color: #999490;
    top: 450px;
    z-index: 9;
    right: 35px;
}

#botao_anterior {
    position: absolute;
    font-size: 110px;
    color: #999490;
    top: 10px;
}

 
        

#navbar-example2 .nav-item a {
    color: black;
    font-size: 16px;
    font-weight: 700;
    margin-left: 6px;
    margin-right: 6px;
    text-transform: capitalize;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    padding: 8px !important;
}

.nav-item a {
    color: #473923;
    font-size: 13px;
    font-weight: 700;
    margin-left: 6px;
    margin-right: 6px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    padding: 8px !important;
}

.box-menu {
    height: 50px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: self-start;
}

.a-logo,
.a-logo:focus,
.a-logo:active {
    margin-right: -4px;
    display: inline-block;
    z-index: 8;
    text-decoration: none !important;
}

#overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 10px;
}

#title {
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 50px ;
}

.owl-dots {
    width: 100%;
    text-align: center !important;
    bottom: 20px !important;
    position: absolute !important;
    z-index: 9 !important;
}

#sobre {
    padding: 26px 0px 0px 0px;
    position: relative;
    z-index: 9;
}

#sobre .section-heading h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 22px;
}

#sobre .linha {
    width: 27% !important;
    overflow: hidden;
}

#sobre .left-text-content p {
    margin-bottom: 27px;
    font-size: 21px;
}

#sobre .right-content {
    margin-left: 30px;
}

#sobre .right-content .thumb {
    position: relative;
}

#sobre .right-content .thumb a {
    position: absolute;
    left: 55%;
    top: 55%;
    width: 70px;
    height: 70px;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    background-color: #fb5849;
    color: #fff;
    border-radius: 50%;
    transform: translate(-35px, -35px);
    transition: all .3s;
}

#chefs {
    padding-top: 43px;
}

#chefs .section-heading {
    margin-bottom: 70px;
}

#chefs .section-heading h6 {
    padding-left: 0px;
}

#chefs .section-heading h6:before {
    display: none;
}

#chefs .chef-item {
    text-align: center;
    border: 1px solid #afafaf;
    padding: 5px;
    transition: all .5s;
    border-radius: 3px;
}

#chefs .chef-item:hover {
    border-color: #fb5849;
}

#chefs .chef-item:hover .down-content h4 {
    color: #fb5849;
}

#chefs .chef-item .thumb {
    position: relative;
}

#chefs .chef-item .thumb img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#chefs .chef-item .thumb .overlay {
    position: absolute;
    background-color: #2a2a2a;
    border-radius: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

#chefs .chef-item .thumb ul.social-icons {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

#chefs .chef-item .thumb ul.social-icons li {
    display: inline-block;
    margin: 0px 5px;
}

#chefs .chef-item .thumb ul.social-icons li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #2a2a2a;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all .5s;
}

#chefs .chef-item .thumb ul.social-icons li a:hover {
    background-color: #fb5849;
}

#chefs .chef-item:hover .overlay {
    opacity: .9;
    visibility: visible;
}

#chefs .chef-item:hover ul.social-icons {
    opacity: 1;
    visibility: visible;
}

#chefs .chef-item .down-content {
    padding: 20px 0px;
}

#chefs .chef-item .down-content h4 {
    transition: all .3s;
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
}

#chefs .chef-item .down-content span {
    font-size: 14px;
    color: #2a2a2a;
}

.seccardapio {
    font-family: "Poppins", ;
    color: black;
}

/* .seccardapio {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.seccardapio: nth-child(odd) {
    background: rgb(157, 118, 248);
} */
.category {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .48px;
    padding-top: 18px;
    padding-bottom: 11px;
}

.product-card {
    padding-bottom: 12px;
    border-bottom: 1px solid #0000001f;
}

.product-card__head {
    flex: 0 0 1;
    height: 100px;
    margin-right: 16px;
    border-radius: 8px
    ;
}

.product-img {
    width: 100px !important;
    height: 100px !important;
}

.product-card__body {
    width: 100%;
    gap: 16px;
    justify-content: space-between !important;
}

.product-top-group {
    display: flex;
    flex-direction: column;
    line-height: 1.2 !important;
}

.product-card__title {
    height: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2 !important;
}

.product-card__description {
    line-break: anywhere;
    font-size: 12px !important;
    line-height: 1.2 !important;
    color: #00000080;
}

.text-truncate-2-line {
    display: block;
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.product__price-reduced {
    color: var(--font-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.ocular {
    display: none;
}

#navbar-example2 {
    border-top: 1px solid #0000001f;
    border-bottom: 1px solid #0000001f;
    background: white;
}

.navegacao {
    display: none;
}

@media (max-width: 500px) {
    .respt {
        margin: auto;
        width: 200px;
    }

    #navbarNavDropdown-6 {
        margin-top: 20px !important;
        text-align: center;
    }

    .box-menu {
        margin: auto !important;
        height: 50px;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        align-items: self-start;
    }

    #sobre .left-text-content p {
        padding-left: 5px;
        padding-right: 5px;
        margin: 11px;
        font-size: 12px !important;
    }

    #sobre .section-heading h2 {
        font-size: 23px;
        text-align: center;
        padding-right: 0px !important;
    }

    #sobre {
        padding: 6px 0px 0px 0px;
        position: relative;
        z-index: 9;
    }

    #sobre img {
        width: 100%;
        overflow: hidden;
    }

    .swiper-slide .card-description {
        height: 150px  !important;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .owl-carousel {
        margin-top: 4px !important;
    }

    #title,
    .pg-main-cs-175 {
        height: 18px !important;
    }

    #sobre .right-content {
        margin-left: 0px !important;
    }

    .owl-carousel .owl-item img,
    .pg-node-id-7,
    .pg-main-cs-180 {
        display: block;
        width: 112%;
        overflow: hidden;

        /* transform: scale(1.9); */
        height: 244px;
    }
}

.icn__services {
    font-size: 80px;
    color: rgba(0, 0, 255, 0.717);
}

#mapa {
    margin-bottom: 50px;
}

#topprodutos {
    position: relative;
    width: 90%;
    padding: 10px 40px;
    overflow: hidden !important;
}

#topprodutos h4 {
    text-align: center;
}

#topprodutos .section-heading {
    margin-bottom: 10px;
    font-size: 70px;
}

#topprodutos .swiper-container {
    width: 100%;
    height: 100%;
}

#topprodutos .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-radius: 15px;
    text-align: start;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#topprodutos .swiper-slide .card-description {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#topprodutos .swiper-slide .card-description {
    display: flex;
}

#topprodutos .swiper-slide img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#topprodutos .swiper-slide .card-description {
    padding: 1rem 1rem;
}

#topprodutos .swiper-slide .card-title,
#topprodutos .swiper-slide .card-text {
    margin-bottom: .5rem;
}

#topprodutos .swiper-slide .card-link {
    text-align: center;
}

#topprodutos .swiper-slide .card-link a {
    text-decoration: none;
    color: #1d6ce2;
}

.swiper-button-next {
    right: 26px !important;
}

.swiper-button-prev {
    left: 26px !important;
}

.wow,
.animated {
    animation-duration: 2s !important;
}

/* ** Team Start ** */
.team-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.team-item .team-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.team-item .team-icon .share-link {
    opacity: 0;
    transition: 0.9s;
}

.team-item:hover .share-link {
    opacity: 1;
}

.team-item .team-content {
    transition: 0.9s;
}

.team-item:hover .team-content {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

.team-item .team-content h4,
.team-item .team-content p {
    transition: 0.5s;
}

.team-item:hover .team-content h4 {
    color: var(--bs-dark) !important;
}

.team-item:hover .team-content p {
    color: var(--bs-white);
}

/* ** Team End ** */
#sobrenos h1,
h2,
h3,
h4,
h5,
h5 {
    font-family: 'Playball', cursive !important;
}

.section-heading {
    font-size: 20px;
    margin-bottom: 18px;
}

.linhaseparadora {
}

.desc--sobrenos {
    background-color: #f2f2f2;
}


.open-modal-btn {
    text-decoration: none; /* Remove o sublinhado padrão */
    color: black !important; /* Define o texto preto */
}

.open-modal-btn:hover {
    color: black !important; /* Mantém preto ao passar o mouse */
}

.product-card__title,
.product-card__description,
.product-card__footer-price {
    color: black !important; /* Força o preto em todos os títulos e preços */
}


#slider {
}

 @keyframes moveZoom {
            0% { transform: translateX(-50%) translateY(0) scale(1); } /* Inicia centralizado */
            50% { transform: translateX(calc(-50% - 50px)) translateY(-8px) scale(1.05); } /* Move para a esquerda e sobe sutilmente */
            100% { transform: translateX(calc(-50% + 20px)) translateY(+5px) scale(0.80); } /* Move para a direita e desce suavemente */
        }

        .card {
            overflow: hidden;
            text-align: center;
        }

        .animated-image {
            width: 120%;
            max-width: none;
            display: block;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            transform-origin: center;
            animation: moveZoom 20s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
        }

        /* Botão de fechar minimalista */
        .close-btn {
            position: absolute;
            top: 15px;
            right: 13px;
            width: 35px;
            height: 35px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: bold;
            color: #D3D3D3 !important;
            text-decoration: none;
            cursor: pointer;
            backdrop-filter: blur(8px);
            transition: all 0.3s ease-in-out;
            opacity: 0.7;
        }

         .img_produto{
 
         
            position: relative; /* Define como referência para o botão */
         }
        .close-btn:hover {
            opacity: 1;
            transform: scale(1.05);
        }

        .close-btn:focus, .close-btn:active {
            outline: none;
            box-shadow: none;
        }
        
        
a {
    text-decoration: none !important; /* Remove sublinhado */
    color: inherit !important; /* Mantém a cor original */
}

a:hover, 
a:focus {
    text-decoration: none !important; /* Mantém sem sublinhado no hover */
    color: inherit !important; /* Mantém a cor original */
}


.nav-pills {
    display: flex; /* Garante que os itens fiquem na mesma linha */
    flex-wrap: nowrap; /* Evita que quebrem para uma nova linha */
    overflow-x: auto; /* Permite rolagem horizontal */
    white-space: nowrap; /* Evita que os itens quebrem */
    scroll-behavior: smooth; /* Suaviza o scroll */
    -webkit-overflow-scrolling: touch; /* Melhora a experiência em dispositivos móveis */
}

/* Oculta a barra de rolagem em alguns navegadores */
.nav-pills::-webkit-scrollbar {
    display: none; /* Oculta a barra de rolagem no Chrome, Safari */
}

/* Ajuste opcional para espaçamento dos itens */
.nav-item {
    margin-right: 15px; /* Adiciona espaçamento entre os itens */
}

.product-card {
   background-color: white;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3sease -in-out;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-left: 11px;
    margin-right: 31px !important;
    max-width: 350px;
}


