html, body{
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
}
.container-fluid{
    max-width: 992px;
    margin: 0 auto;
}
nav::-webkit-scrollbar {
    width: 3px;
    height: 4px;
}
nav::-webkit-scrollbar-track {
    background: #DDDDDD;
}
nav::-webkit-scrollbar-thumb {
    background-color: #97C228;
    border-radius: 20px;
    border: 0px solid #DDDDDD;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: inherit; 
}
a.btn-inf{
    color: #97C228;
    border: 1px solid #97C228;
    border-radius: 22px;
    display: inline-block;
    padding: 8px 32px;
    background-color: transparent;
    transition: .4s;
}
a.btn-inf p{
    margin-bottom: 0px;
    line-height: 0.875rem;
}
a.btn-inf:hover{
    background-color: #97C228;
    color: #fff;
}
a.btn-inf:hover svg path{
    fill: #fff;
}
a.navbar-brand img{
    min-width: 114px;
}
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: flex-start;
    align-items: end;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}
.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}
.btn-tab{
    padding: 20px 32px; 
    color: #656565;
    font-size: 0.875rem; 
    line-height: 1rem;
    background-color: #F8F8F8;
    border-radius: 22px 22px 0px 0px;
    min-height: 72px;
    display: flex;
    align-items: center;
    transition: .4s;
}
.btn-tab.active{
    background-color: #97C228;
    color: #fff;
}
h4.filtro{
    font-weight: 300;
    font-size: 0.8125rem;
    line-height: 0.875rem;
    color: #656565;
}
svg path{
    transition: fill .6s ease;
}
svg:hover path{
    fill: #97C228;
}
div.card-product{
    position: relative;
}
div.card-product svg{
    max-width: 36px;
}
div.card-product div.cima{
    position: absolute;
    left: 16px;
    top: 16px;
}
div.card-product div.baixo{
    position: absolute;
    right: 16px;
    bottom: 16px;
}
div.card-product svg path{
    fill: #fff;
}
div.descricao-promocao p.promocao{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    color: #97C228;
    margin-bottom: 0px;
}
div.descricao-promocao h2.titulo{
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    color: #656565;
}
div.descricao-promocao p.descricao{
    font-weight: 400;
    font-size: 0.925rem;
    line-height: 1rem;
    color: #656565;
}
div.descricao-promocao div.preco p{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    color: #97C228;
}
div.descricao-promocao div.preco p span.preco-antigo{
    font-weight: 400;
    font-size: 0.925rem;
    line-height: 1rem;
    color: #DDDDDD;
}
section.promocao div.card-product img.destaque{
    border-radius: 22px 0px 22px 22px;
}
div.descricao p{
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0px;
    color: #97C228;
}
div.card-product{
    margin-bottom: 16px;
}
div.descricao h2{
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 2rem;
    color: #656565;
}
div.descricao p.description{
    font-weight: 400;
    font-size: 0.925rem;
    line-height: 1rem;
    color: #656565;
    margin-bottom: 16px;
}
div.descricao div.preco p{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    color: #97C228;
}
h2.titulo-cat{
    font-weight: 400;
    font-size: 2rem;
    line-height: 2rem;
    color: #656565;
    margin-bottom: 32px;
}
div.product-cat{
    position: relative;
    overflow: hidden;
    max-height: 230px;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0B0B0B -43.95%, rgba(0, 0, 0, 0) 94.85%);
}
div.product-cat div.button-infos svg path{
    fill: #fff;
}
div.product-cat .nome-preco h4.nome{
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: #FFFFFF;
    margin-bottom: 4px;
}
div.product-cat .nome-preco p.preco{
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #FFFFFF;
    margin-bottom: 0px;
}
div.infos svg{
    max-width: 30px;
}
div.infos svg path{
    fill: #fff;
}
div.filtro svg{
    width: 30px !important; 
    max-width: 30px !important; 
}
div.filtro svg path{
    fill: #fff !important;
}
div.product-cat .nome-preco p.preco svg{
    max-width: 30px;
}
div.product-cat .nome-preco p.preco svg path{
    fill: #fff;
}
div.modal-content button.btn-close.btn-close-white{
    position: absolute; 
    right: 8px;
    top: 8px;
    z-index: 50;
}
div.modal-header{
    position: relative;
    padding: 0px;
    max-height: 180px;
    overflow: hidden;
}
div.modal-header h2{
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: #FFFFFF;
}
div.modal-header p{
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #656565;
}
div.modal-header p.preco{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    color: #FFFFFF;
}
div.modal-body p.nutricionais{
    display: block;
    background: #97C228;
    border-radius: 80px;
    padding: 8px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 32px;
}
div.modal-body .adicionais p.inf-nut{
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #1D1D1B;
    margin-bottom: 0px;
}
div.modal-body .adicionais span.inf-add{
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #1D1D1B;
}
div.modal-body .adicionais{
    padding: 0px 8px;
}
div.modal-body .adicionais .row.align-items-center:nth-child(odd) {
    background-color: #EFEFEF;
    border-radius: 22px;
    padding: 8px 0;
    margin-top: 16px;
    margin-bottom: 16px;
}
div.modal-body .adicionais .row.align-items-center:nth-child(even){
    background-color: #fff;
    padding: 8px 0;
    margin-top: 16px;
    margin-bottom: 16px;
}
section.promocao.dois div.descricao-promocao h2.titulo{
    font-size: 1.5rem !important;
}
div.filtros input[type="checkbox"]{
    display: none;
}
div.filtros label svg{
    width: 57px;
}
div.filtros label svg path{
    fill: #c4c4c4;
}
div.filtros label.active svg path{
    fill: #97C228;
}
footer div.container-fluid{
    background-color: #97C228;
    text-align: center;
    color: #fff;
    padding: 4px 0px;
}
footer div.container-fluid p{
    margin-bottom: 0px;
}
@media screen and (max-width: 768px){
    div.product-cat .nome-preco p.preco svg {
        max-width: 20px;
    }
    div.product-cat .nome-preco h4.nome {
        font-weight: 600;
        font-size: 1.15rem;
        line-height: 1.15rem;
        color: #FFFFFF;
        margin-bottom: 0px;
    }
}