.receitas-wrap{display:grid;gap:3.2rem;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr))}.receitas-wrap .receita{overflow:hidden;background-color:#f5f5f6;border:1px solid #e5e5e7;width:100%}.receitas-wrap .receita:only-child{max-width:384px}.receitas-wrap .receita:hover figure img{-webkit-transform:scale(1.05);transform:scale(1.05)}.receitas-wrap .receita .image-wrap{position:relative}.receitas-wrap .receita .image-wrap figure{width:100%;max-height:25.5rem;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.receitas-wrap .receita .image-wrap figure a{width:100%}.receitas-wrap .receita .image-wrap figure img{width:100%;height:auto;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);-webkit-transition-duration:300ms;transition-duration:300ms}.receitas-wrap .receita .image-wrap .categoria{position:absolute;background:#d7df21;color:#010205;font-weight:700;font-size:1.2rem;font-style:normal;font-weight:700;line-height:normal;text-transform:lowercase;padding:.6rem 1rem;top:.8rem;z-index:10;right:.8rem}.receitas-wrap .receita .description{padding:1.4rem}.receitas-wrap .receita .description h5{color:#010205;font-family:"Inter",sans-serif;font-size:1.6rem;font-style:normal;font-weight:600;line-height:125%}.receitas-wrap .receita .description .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding-top:.6rem}.receitas-wrap .receita .description .bottom .item{color:#58595e;font-size:13px;font-style:normal;font-weight:500;line-height:125%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.receitas-wrap .receita .description .bottom .item a{text-decoration:underline;text-underline-position:under}.receitas-wrap .receita .description .bottom .item svg{margin-right:.4rem}@media(max-width: 1138px){.receitas-wrap .receita .image-wrap figure{max-height:35rem}}@media(max-width: 768px){.receitas-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.receitas-wrap .receita .image-wrap figure{max-width:100%}.receitas-wrap .receita .image-wrap figure a{width:100%}.receitas-wrap .receita .image-wrap figure img{width:100%}}.breadcrumb{color:#a6aba9;font-size:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:.4rem}.breadcrumb a{-webkit-transition:all .3s;transition:all .3s}.breadcrumb a:hover{color:#000f09}.breadcrumb i{font-size:1.7rem}.breadcrumb span{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.6rem;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.breadcrumb span>span:first-child>a::before{font-family:icons !important;content:"";font-size:1.8rem;padding-right:0rem}.breadcrumb .breadcrumb_last{color:#000f09}.pagination{grid-column:1/4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination .pagination-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.6rem;border:1px solid #fafafa;-webkit-box-shadow:0px 4px 11px rgba(0,15,9,.07);box-shadow:0px 4px 11px rgba(0,15,9,.07);padding:.8rem 1.8rem;font-size:1.8rem;font-weight:700}.pagination .pagination-wrap .page-numbers{padding:.8rem 1.4rem;color:#808784;-webkit-transition:all .3s;transition:all .3s}.pagination .pagination-wrap .page-numbers:hover{background-color:#f2f3f3}.pagination .pagination-wrap .page-numbers.current{background-color:#d7df21;color:#000f09}body.loading-ajax::before{content:"";position:fixed;background-color:rgba(1,2,5,.7);width:100%;height:100%;top:0;bottom:0;left:0;right:0;z-index:9999}body.loading-ajax::after{content:url("../img/loader.svg");width:32px;height:32px;position:fixed;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);left:50%;top:50%;z-index:9999}.ajax-product-search section.receitas-header .search-wrapper form::after{content:"";border:4px solid #f3f3f3;border-top:4px solid #000f09;background:#f2f3f3;border-radius:50%;width:20px;height:20px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin:0 auto;z-index:3}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}main.site-main{padding:0 0 8rem}section.header-wrap{position:relative}section.header-wrap::before{content:"";position:absolute;background-color:#fdffe1;height:74%;min-height:47.9rem;width:100%;top:0}section.header-wrap .container{display:-webkit-box;display:-ms-flexbox;display:flex}section.header-wrap .text-area{z-index:1}section.header-wrap .text-area .title-header{margin-top:8rem}section.header-wrap .text-area .title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.4rem;font-family:"proxima-nova",sans-serif;font-weight:700;font-size:2.4rem;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:2.4rem}section.header-wrap .text-area .title h1{font-size:6.4rem}section.header-wrap .text-area .title svg{margin-bottom:8px}section.header-wrap .text-area .description{max-width:58.6rem;color:#333f3a}section.header-wrap .text-area .description strong{color:#000f09}section.header-wrap .text-area .description a{text-decoration:underline;font-weight:700;color:#000f09}section.header-wrap .text-area .description p:not(:first-child){padding-top:3.7rem}section.header-wrap figure{z-index:1;position:relative;right:0}section.header-wrap figure img{width:100%}@media(max-width: 992px){section.header-wrap::before{height:100%;min-height:inherit}section.header-wrap .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.header-wrap .text-area .title-header{margin-top:0}section.header-wrap figure{-ms-flex-item-align:center;align-self:center}}@media(max-width: 768px){section.header-wrap{margin-top:-30px}section.header-wrap::before{height:85%}section.header-wrap .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.header-wrap .text-area{padding-top:5.6rem}section.header-wrap .text-area .description{max-width:100%}}section.receitas-header{margin-top:-6rem}section.receitas-header .search-wrapper{max-width:61.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.6rem}section.receitas-header .search-wrapper form{position:relative}section.receitas-header .search-wrapper form::after{font-family:icons !important;font-style:normal;font-weight:400 !important;content:"";position:absolute;right:.8rem;font-size:2.4rem;bottom:1rem}section.receitas-header .search-wrapper form input{margin-top:0;width:100%;position:relative}section.receitas-header .search-wrapper form input:-moz-placeholder-shown+button{opacity:0;pointer-events:none}section.receitas-header .search-wrapper form input:-ms-input-placeholder+button{opacity:0;pointer-events:none}section.receitas-header .search-wrapper form input:placeholder-shown+button{opacity:0;pointer-events:none}section.receitas-header .search-wrapper form button{position:absolute;z-index:2;border:none;display:block;width:28px;height:30px;line-height:16px;font-size:21px;top:0;bottom:0;right:5px;margin:auto;background:#f2f3f3;padding:0;outline:none;cursor:pointer;-webkit-transition:.1s;transition:.1s}section.receitas-header .search-wrapper .product-search-wrapper{max-width:100%;position:relative}section.receitas-header .search-wrapper .product-search-wrapper .product-recipe-search-results{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;background-color:#fff;padding:.8rem 1.6rem;z-index:11;width:61.4rem;max-width:100%;max-height:34rem;-webkit-box-shadow:0px 4px 11px rgba(0,15,9,.07);box-shadow:0px 4px 11px rgba(0,15,9,.07);border:1px solid #cccfce;border-top:none;overflow-y:scroll;margin:0 2rem 0 0;display:block}section.receitas-header .search-wrapper .product-search-wrapper .product-recipe-search-results:empty{display:none}section.receitas-header .search-wrapper .product-search-wrapper .product-recipe-search-results .product-recipe-search-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.6rem 0}section.receitas-header .search-wrapper .product-search-wrapper .product-recipe-search-results .product-recipe-search-result:hover p{text-decoration:underline}section.receitas-header .search-wrapper .product-search-wrapper .product-recipe-search-results .product-recipe-search-result img{width:5rem}section.receitas-header .search-wrapper .product-search-wrapper .product-recipe-search-results .product-recipe-search-result p{font-size:1.6rem;padding-left:.8rem}section.receitas-header .search-wrapper .product-search-wrapper .product-recipe-search-results .product-recipe-search-result p span{color:#58595e;font-size:1.4rem}section.receitas-header .search-wrapper .product-search-wrapper .product-recipe-search-results .product-recipe-search-result:not(:last-child){border-bottom:1px solid #cccfce}section.receitas-header hr{background-color:#cccfce;height:1px;max-width:72.5rem;margin:8rem 0}section.receitas-header .recipe-categories{padding-bottom:5.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.receitas-header .recipe-categories ul{padding:.8rem 0 1.2rem .3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2.4rem;overflow-x:auto;white-space:nowrap;max-width:100%}section.receitas-header .recipe-categories ul .button{height:4.4rem;font-size:14px;font-weight:700;padding:1.2rem 1.6rem;border-width:2px;text-transform:uppercase}section.receitas-header .recipe-categories ul .button:hover{background-color:rgba(0,0,0,0);color:#000f09;text-decoration:underline}section.receitas-header .recipe-categories ul .button.active{border-color:#d7df21;background-color:#d7df21;color:#000f09}section.receitas-header .recipe-categories ul .button.active:hover{background-color:#000f09;color:#d7df21}@media(max-width: 1400px){section.receitas-header .recipe-categories ul{padding:.8rem 49px 1.2rem 0;margin-left:2rem}section.receitas-header .recipe-categories ul::after{content:"";width:63px;height:4.4rem;position:absolute;right:0;background:-webkit-gradient(linear, right top, left top, color-stop(23.02%, #ffffff), color-stop(61.51%, rgba(250, 250, 250, 0.802083)), to(rgba(250, 250, 250, 0)));background:linear-gradient(270deg, #ffffff 23.02%, rgba(250, 250, 250, 0.802083) 61.51%, rgba(250, 250, 250, 0) 100%)}}@media(max-width: 992px){section.receitas-header{margin-top:8rem}}@media(max-width: 768px){section.receitas-header .title-area .title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media(max-width: 480px){section.receitas-header .search-wrapper .product-search-wrapper .product-recipe-search-results{margin-right:1.5rem}}section.receitas-grid .display-order{padding-bottom:4rem}section.receitas-grid .display-order .result-count{font-size:1.6rem;color:#58595e}.pagination{margin-top:2.4rem}