#main .herobanner,
#site-title{
    min-height: 250px;
    padding: 150px 0;
    text-align: center;
    background: url('/wp-content/uploads/2023/04/header_nossosprodutos.png');
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}
#main .herobanner .aux-primary{
    min-height: auto;
}
#main .herobanner::after,
#site-title::after{
    content: '';
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.categorias ul {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categorias ul li{
    max-width: 120px;
    height: 120px;
    background: #942918;
    border-radius: 8px;
    display: flex;
    flex: 1;
    margin: 2px;
}
.categorias ul li:hover,
.categorias ul li.active{
    background: #383838!important;
}
.categorias ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    width: 100%;
}
.categorias ul li img{
    width: 65px;
    height: 65px;
    margin: 0 auto;
}
.categorias ul li a span{
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
}
.page-title-section .page-header{
    border-bottom: 0 !important;
}
#site-title .aux-breadcrumbs *{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    opacity: .8;
    text-decoration: none;
}
#site-title .aux-breadcrumbs a{
    font-weight: 700;
    border-bottom: 1px solid;
}
.elementor-2270 .elementor-element.elementor-element-09fa62d > .elementor-container{
    width: 100% !important;
}
.right-sidebar > .aux-wrapper > .aux-container{
    padding-right: 0 !important;
}
.categorias p{
    font-size: 16px;
    max-width: 820px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #383838;
    text-align: center;
}
.categoria ul.produto_categoria{
    display: flex;
    justify-content: center;
}
.categoria ul.produto_categoria li a{
    padding: 15px 30px;
    min-height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.categoria ul.produto_categoria li{
    z-index: 100;
    flex: 1;
    max-width: 25%;
    margin: 0 5px;
    border-radius: 10px;
    box-shadow: -2px 1px 40px -4px rgba(0,0,0,0.10);
    -webkit-box-shadow: -2px 1px 40px -4px rgba(0,0,0,0.10);
    -moz-box-shadow: -2px 1px 40px -4px rgba(0,0,0,0.10);
    border:1px solid transparent;
}
.categoria ul.produto_categoria li:hover{
    box-shadow: -2px 1px 40px -4px rgba(0,0,0,0.20);
    -webkit-box-shadow: -2px 1px 40px -4px rgba(0,0,0,0.20);
    -moz-box-shadow: -2px 1px 40px -4px rgba(0,0,0,0.20);
    border-color: #f0f0f0;
}
.categoria ul.produto_categoria li:first-child{
    margin-left: 0;
}
.categoria ul.produto_categoria li:last-child{
    margin-right: 0;
}
.categoria ul.produto_categoria li img{
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.categoria ul.produto_categoria li span{
    margin: 20px 0;
    font-size: 20px;
    color: #383838;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
}
.produto-item .topo{
    display: flex;
    padding: 40px 0px;
    border-radius: 50px;
}
.produto-item .topo .imagem{
    flex: 1;
    max-width: 700px;
    text-align: center;
}
.produto-item .topo .imagem img{
    height: 500px;
    width: 500px;
    object-fit: contain;
}
.produto-item .topo .sobre{
    flex: 1;
}
.produto-item .topo .sobre p{
    font-size: 20px;
}
.produto-item .topo .sobre b{
    font-size: 18px;
    margin-top: 40px;
    display: block;
}
.produto-item .topo .sobre ul li{
    display: inline-block;
    margin-right: 40px;
}
.produto-item .topo .sobre ul li a{
    color: #026433;
    font-weight: 700;
    font-size: 16px;
    opacity: .8;
}
.produto-item .topo .sobre a.btn{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    max-width: 100%;
    border-radius: 31px 31px 31px 31px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #026433 0%, #026433 100%);
    padding: 16px 30px!important;
    color: #FFF;
    margin-top: 40px;
    display: block;
    width: max-content;
}
.ca_natural{
    background-color: #f0f9ea;
    padding: 80px 0;
    margin: 80px 0;
}
.produto-item .call_action.natural{
    display: flex;
}
.produto-item .call_action.natural div{
    flex: 1;
    text-align: center;
}
.produto-item .call_action.natural div h3{
    margin-bottom: 0;
    margin-top: 30px;
    color:#026433
}
.produto-item .call_action.natural div small{
    color:#026433
}
.produto-item .call_action.natural div img{
    height: 120px;
    width: 120px;
    object-fit: contain;
}
.produto-item .call_action.ingredientes h3{
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: -2px;
    color: #484848;
    text-align: center;
}
.produto-item .call_action.ingredientes p,
.produto-item .call_action.ingredientes b{
    color: #484848;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}
.produto-item .call_action.ingredientes b{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}

.produto-item .call_action.table{
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;
}
.produto-item .call_action.table table+p{
    margin-top: 40px;
}
.produto-item .call_action.table table{
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    background-color: transparent;
    border-bottom: 40px;
}
.produto-item .call_action.table table thead{
    background-color: #f1f1f1;
    font-size: 20px;
    font-weight: 700;
}
.produto-item .call_action.table table tr th,
.produto-item .call_action.table table tr td{
    background-color: transparent !important;
    border: 0 !important;
}
.aux-wrapper.menu .header{
    width: 100%;
    background: #f9f9f9;
    border:2px dotted #CCC;
    margin-bottom: 40px;
}
.aux-wrapper.menu .header div{
    width: 100%;
    padding: 8px;
    position: relative;
}
.aux-wrapper.menu .header div input{
    width: 100%;
    padding-right: 40px;
    max-width: none;
    background: #FFF;
    border: 2px solid #DDD;
    height: 65px;
}
.aux-wrapper.menu .header div button{
    position: absolute;
    right: 8px;
    top: 8px;
    background: #DDD;
    height: 65px;
    font-size: 32px;
    padding: 10px 30px;
}
.aux-wrapper.menu .content .categoria{
    margin: 10px 0;
    padding: 10px;
}
.aux-wrapper.menu .content .categoria h3{
    font-size: 22px;
}
.aux-wrapper.menu .content .categoria ul{
    display: flex;
}
.aux-wrapper.menu .content .categoria ul li:last-child{
    margin-right: 0;
}
.aux-wrapper.menu .content .categoria ul li:hover{
    background: #f1f1f140;
}
.aux-wrapper.menu .content .categoria ul li{
    max-width: 50%;
    padding: 15px 20px;
    border:2px solid #f1f1f1;
    border-radius: 10px;
    display: inline-block;
    margin-right: 20px;
}
.aux-wrapper.menu .content .categoria ul li a{
    display: flex;
    color: #444;
}
.aux-wrapper.menu .content .categoria ul li a .left{
    float: left;
    width: calc(100% - 140px);
    padding-right: 50px;
}
.aux-wrapper.menu .content .categoria ul li a .right{
    width: 140px;
    float: left;
}
.aux-wrapper.menu .content .categoria ul li a .left b,
.aux-wrapper.menu .content .categoria ul li a .left small{
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}
.aux-wrapper.menu .content .categoria ul li a .left small{
    font-size: 14px;
    margin-bottom: 10px;
    opacity: .8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.aux-wrapper.menu .content .categoria ul li a .left span{
    font-size: 14px;
    font-weight:500
}
.aux-wrapper.menu .content .categoria ul li a .left .valor{
    border-bottom: 1px solid #f0f0f0;
    width: max-content;
    font-size: 18px;
    font-weight:700
}
.aux-wrapper.menu_item{
    min-height: 70vh;
}
.aux-wrapper.menu_item .conteudo{
    display: flex;
}
.aux-wrapper.menu_item .conteudo .left,
.aux-wrapper.menu_item .conteudo .right{
    flex:1;
    position: relative;
}
.aux-wrapper.menu_item .conteudo .left a{
    height: 70px;
    width: 70px;
    display: block;
    line-height: 62px;
    text-align: center;
    font-size: 35px;
    background: #debd5a !important;
    color:#f0f9ea;
    border-radius: 50%;
    border: 4px solid;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.aux-wrapper.menu_item .conteudo .left img{
    height: 70vh;
    width: 100%;
    object-fit: cover;
}
.aux-wrapper.menu_item .conteudo .right{
    padding: 20px 0 20px 80px;
}
.aux-wrapper.menu_item .conteudo .right p{
    font-size: 18px;
    opacity: .8;
}
.aux-wrapper.menu_item .conteudo .right .serve{
    font-size: 16px;
    opacity: .8;
    font-weight: 700;
    margin: 20px 0;
}
.aux-wrapper.menu_item .conteudo .right .valor{
    font-weight: 700;
    font-size: 22px;
    margin: 20px 0;
}
.aux-wrapper.menu_item .conteudo .right .preparo{
    font-size: 14px;
    opacity: .7;
}
.receitas .content.c_receita{
    display: flex;
}
.receitas .receita{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% - 320px);  
}
.receitas .sidebar{
    width: 320px;
    padding-left: 20px;
}
.receitas .sidebar ul.lasts li{
    margin-bottom: 10px;
}
.receitas .sidebar ul.lasts li a{
    font-size: 16px;
    color:rgb(136, 140, 3) !important
}
.receitas .receita li{
    /* flex: 1; */
    width: 33.3%;
    overflow: hidden;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
}
.receitas .receita li:last-child{
    padding-right: 0;
    overflow: hidden;
}
.receitas .receita li{
    border: 1px dotted rgba(136, 140, 3,.1);
}
.receitas .receita li:hover{
    border: 1px dotted rgba(136, 140, 3,.5);
}
.receitas .receita li a{
    min-height: 100%;
/*    max-height: 300px;*/
    border-radius: 10px; 
    display: flex;
    background-size: cover !important;
    padding: 65px 25px;
    overflow: hidden;
    z-index: 99;
    position: relative;
    flex-direction: column;
}
/*.receitas .receita li a::after{
    content: '';
    background:rgba(0,0,0,0.10);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.receitas .receita li a::before{
    content: '';
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.5) 40%,#000);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: 100;
}*/
.receitas .receita li a img{
    height: 200px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
}
.receitas .receita li a span{
/*    align-self: flex-end;*/
    font-weight: 700;
    color:#FFF;
    z-index: 100;
    position: relative;
    font-size: 20px;
    line-height: normal;
    color: rgb(136, 140, 3) !important;
}
.aux-wrapper.receita .content{
    max-width: 900px;
    margin: 0 auto;
}
.aux-wrapper.receita h1{
    text-align: center;
}
.aux-wrapper.receita .cover{
    max-width: 720px;
    text-align: right;
    margin: 0 auto;
}
.aux-wrapper.receita .cover img,
.aux-wrapper.receita .cover iframe{
    margin-bottom: 10px;
    width: 100% !important;
}
.aux-wrapper.receita .cover ul{
    width: max-content;
    border: 1px solid #f1f1f1;
    padding:15px 25px;
    display: inline-block;
}
.aux-wrapper.receita .cover ul li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0px;
}
.aux-wrapper.receita .cover ul li:last-child{
    margin: 0;
}
.aux-wrapper.receita .cover ul li i{
    color: #942918;
    margin-right: 5px;
}
.aux-wrapper.receita p{
    font-size: 18px;
}
.aux-wrapper.receita h3{
    margin-top: 30px;
}
.aux-wrapper.receita .ingredientes,
.aux-wrapper.receita .preparo{
    max-width: 720px;
    margin: 0 auto;
}
.aux-wrapper.receita .ingredientes li{
    list-style: disc;
}
.aux-wrapper.receita .preparo li{
    list-style: numeric;
}
.aux-wrapper.receita .box{
    margin: 0 auto;
    max-width: 720px;
    padding: 40px;
    font-size: 18px;
    margin-top: 80px;
    text-align: center;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
}
.aux-wrapper.receita .box b{
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
    display: block;
}
.aux-wrapper.receita p a{
    color: #383838 !important;
    font-weight: 700;
    border-bottom: 1px dotted;
}
.aux-wrapper.receita .box i{
    background: transparent;
    font-size: 32px;
    width: 56px;
    height: 56px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-top: -71px;
    color: #debd5a;
    border: 2px solid;
    background: #FFF;
}
.produto-item .call_action.table table tr td a{
    font-weight: 500;
    color: #026433;
    border-bottom: 2px solid #026433;
    text-decoration: none;
}
.categoria .subcategorias p{
    max-width: 75%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    font-weight: 500;
}
.receitas .sidebar form{
    position: relative;
}
.receitas .sidebar form input{
    padding-right:90px
}
.receitas .sidebar form button{
    position: absolute;
    right: 1px;
    top: 1px;
    margin: 0;
    height: 57px;
}
.slider{
    max-width: 90%;
    position: relative;
    margin: auto;
}
.slider .item img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.slider .previous{
    left: 0;
}
.slider .previous, .slider .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    background-color: #CCC;
    font-weight: bold;
    font-size: 16px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}
.slider .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.slider .previous:hover,
.slider .next:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.slider .item {
    animation-name: fade;
    animation-duration: 1.5s;
}


@media screen and (max-width: 1366px) {
    .receitas .receita li a{
/*        height: 350px;*/
        max-height: none;
        padding: 30px 20px;
    }
    .receitas .receita li a span{
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .receitas .receita{
        width: calc(100% - 180px);
    }
}
@media screen and (max-width: 990px) {
    .receitas .receita li{
        width: 50%;
    }
}
@media screen and (max-width: 770px) {
    .receitas .receita li{
        width: 100%;
        padding-right: 0 !important;
    }
    .aux-resp .right-sidebar > .aux-wrapper > .aux-fold{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .receitas .content.c_receita{
        display: block;
    }
    .receitas .receita{
        width: 100%;
    }
    .receitas .sidebar{
        width: 100%;
        padding-left: 0;
    }
    .receitas .sidebar form input{
        max-width: none;
    }
}

@keyframes fade {
    from {
        opacity: 0.4
    }
    to {
        opacity: 1
    }
}