@font-face {
    font-family: A Love of Thunder;
    src: url(/fonts/ALoveofThunder.woff2) format("woff2"),
        url(/fonts/ALoveofThunder.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: COCOGOOSE LETTERPRESS;
    src: url(/fonts/CocogooseLetterpress/Cocogoose-Letterpress.woff)
            format("woff"),
        url(/fonts/CocogooseLetterpress/Cocogoose-Letterpress.woff)
            format("woff2");
    font-weight: 400;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
header {
    background: #ff6c1f;
    position: fixed;
    height: 73px;
    z-index: 5;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    width: 100%;
}
header.sticky {
    position: fixed;
    width: 100%;
    height: 40px;
}
header.sticky .logo-ovomaltine {
    -webkit-transform: translatex(-50%) scale(0.7);
    -ms-transform: translatex(-50%) scale(0.7);
    transform: translate(-50%) scale(0.7);
    top: -28px;
    -webkit-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
}
header.sticky #menu-area {
    margin-top: 45px;
}
header:after {
    content: url(/images/after-header.webp);
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    z-index: -1;
    overflow: hidden;
}
header .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo-ovomaltine {
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translate(-50%);
    z-index: 1;
    top: -15px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
header .socials a {
    color: #fff;
    width: 26px;
    height: 28px;
}
header .socials a i {
    font-size: 25px;
}
div.menu {
    cursor: pointer;
}
#menu-area {
    top: 0;
    position: absolute;
    width: 40%;
    height: auto;
    background-image: url(/images/background-menu.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    z-index: -1;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    right: -100%;
    margin-top: 80px;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#menu-closer {
    width: 100%;
    height: 100%;
    background-color: #0000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 5;
}
#menu-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu-area ul li ul {
    padding-left: 30px;
}
#menu-area ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    position: relative;
    padding: 5px 0;
    display: block;
    font-weight: 600;
}
#menu-area ul.sub a {
    font-weight: 300;
}
#menu-area ul.sub a:after {
    display: none;
}
.list .fas {
    -webkit-transition: 0.3s transform ease-in-out;
    -o-transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out;
}
.banner {
    height: auto;
    position: relative;
    z-index: 4;
    padding-top: 75px;
    overflow: hidden;
}
.banner:before {
    content: " ";
    position: absolute;
    height: 80px;
    width: 100%;
    top: 5px;
    left: 0;
    background: #ff6c1f;
    z-index: 1;
}
.banner:after {
    content: url(/images/serrilhado-banner.webp);
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 2;
}
.banner-clean {
    position: relative;
}
.banner-clean:after {
    content: url(/images/serrilhado-banner-clean.webp) !important;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 2;
}
.carousel-banner .owl-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 17%;
    position: relative;
    top: -50vh;
}
.carousel-banner img {
    width: 100% !important;
}
.carousel-banner .owl-nav button:hover {
    background: 0 !important;
}
.linha-produtos {
    position: relative;
    top: -115px;
    background: url(/images/bgproduto-section.webp) 0 -70px no-repeat;
    padding-bottom: 42px;
    z-index: 3;
}
.linha-produtos img {
    position: relative;
    bottom: -65px;
    left: -60px;
}
.linha-produtos .caption {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
    right: 10px;
    max-width: 380px;
}
.linha-produtos .caption p {
    text-transform: uppercase;
}
.linha-produtos .caption h1 {
    font-size: 40px;
}
.linha-produtos .caption h1 strong {
    position: relative;
    top: -10px;
    font-size: 61px;
    font-size: 70px;
}
.carousel-produtos {
    position: relative;
}
.carousel-produtos:before {
    content: " ";
    position: absolute;
    top: -290px;
    width: 100%;
    height: 495px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#d2741d),
        to(#e7bb72)
    );
    background-image: -o-linear-gradient(top, #d2741d, #e7bb72);
    background-image: linear-gradient(180deg, #d2741d, #e7bb72);
    z-index: -1;
}
.carousel-produtos:after {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 380px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#d27822),
        to(#da8d3d)
    );
    background-image: -o-linear-gradient(top, #d27822, #da8d3d);
    background-image: linear-gradient(180deg, #d27822, #da8d3d);
    z-index: -2;
}
.carousel-historia-inner .owl-nav button.owl-next,
.carousel-historia-inner .owl-nav button.owl-prev {
    background: #ff6c1f !important;
}
.carousel-produtos-relacionados .owl-nav button.owl-next,
.carousel-produtos-relacionados .owl-nav button.owl-prev,
.carousel-produtos-relacionados button.owl-dot,
.carousel-produtos .owl-nav button.owl-next,
.carousel-produtos .owl-nav button.owl-prev,
.carousel-produtos button.owl-dot {
    background: #ff6c1f;
    border-radius: 51%;
    height: 75px;
    width: 75px;
}
.carousel-produtos-inner {
    margin-bottom: 50px;
}
.carousel-produtos-inner:after {
    height: 330px !important;
    bottom: -50px;
}
.carousel-bg-white .carousel-produtos:before {
    display: none;
}
.carousel-bg-white .carousel-produtos:after {
    height: 395px;
}
.carouselsection {
    position: relative;
    z-index: 2;
}
.carouselsection h1 {
    color: #fe6d1e;
    font-size: 2rem;
    text-align: center;
    max-width: 70%;
    margin: 0 auto 50px;
}
.carousel-produtos .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 17%;
    position: relative;
    top: -210px;
}
.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus,
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: 0;
    outline: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.owl-nav .owl-prev:hover img,
.owl-nav .owl-next:hover img {
    -webkit-transform: scale(1.125);
    -ms-transform: scale(1.125);
    transform: scale(1.125);
}
.carousel-produtos-relacionados .owl-nav .owl-prev:focus,
.carousel-produtos-relacionados .owl-nav .owl-next:focus,
.carousel-produtos-relacionados .owl-nav .owl-prev:hover,
.carousel-produtos-relacionados .owl-nav .owl-next:hover,
.carousel-produtos .owl-nav .owl-prev:focus,
.carousel-produtos .owl-nav .owl-next:focus,
.carousel-produtos .owl-nav .owl-prev:hover,
.carousel-produtos .owl-nav .owl-next:hover {
    background: #ef5d11 !important;
}
.carousel-produtos .item {
    background: url(/images/bgcarousel.webp) center center no-repeat;
    min-height: 361px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.carousel-relacionados {
    padding-bottom: 95px;
}
.carousel-produtos .owl-item:nth-child(odd),
.carousel-relacionados .owl-item:nth-child(odd) {
    top: -30px;
}
.carousel-relacionados .owl-item:nth-child(2n) {
    bottom: -20px;
}
.carousel-relacionados .owl-stage-outer {
    padding-bottom: 40px;
}
.carousel-produtos .owl-stage-outer,
.carousel-relacionados .owl-stage-outer {
    padding-top: 40px;
}
.carousel-produtos .item .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translate(-50%);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    left: 50%;
}
.carousel-produtos .item img {
    margin: 0 auto;
    max-height: 200px;
    max-width: 160px;
}
.carousel-produtos .item h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    max-width: 79%;
    margin: 15px auto;
}
.carousel-produtos .owl-item.center .item {
    background: url(/images/bgcarousel-active.webp) center center no-repeat;
}
.receitas {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#da8d3d),
        color-stop(#e8bb72),
        to(#cf6e16)
    );
    background-image: -o-linear-gradient(top, #da8d3d, #e8bb72, #cf6e16);
    background-image: linear-gradient(180deg, #da8d3d, #e8bb72, #cf6e16);
    text-align: center;
    padding: 30px 0 50px;
    position: relative;
    z-index: 1;
}
.receitas p {
    max-width: 55%;
    margin: 0 auto;
}
.receitas-header {
    margin-bottom: 30px;
}
.receitas-filtros {
    margin: 30px 0;
}
.receitas-filtros select {
    background: url(/images/bg-filtros.webp) 0 0 no-repeat;
    border: 0;
    min-width: 208px;
    min-height: 41px;
    color: #fff;
    padding: 0 0 0 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
}
.receitas .receitas-grid1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.receitas .receitas-grid1 .grid1-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
}
.receitas-background img {
    width: 100%;
    display: block;
}
.institucional {
    background: url(/images/bg-institucional.webp) center bottom no-repeat;
    margin-top: -85px;
    padding-top: 130px;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 100px;
}
.institucional .sociais,
.institucional .quem-somos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
    height: 525px;
}
.institucional .sociais > div:nth-child(1),
.institucional .quem-somos > div:nth-child(1) {
    position: relative;
    z-index: 1;
}
.institucional .sociais > div:nth-child(1):before,
.institucional .sociais > div:nth-child(1):after,
.institucional .quem-somos > div:nth-child(1):before,
.institucional .quem-somos > div:nth-child(1):after {
    content: url(/images/flocos-menores.webp);
    position: absolute;
}
.institucional .quem-somos > div:nth-child(1):before {
    z-index: -1;
    left: -10px;
    bottom: -79px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.institucional .quem-somos > div:nth-child(1):after {
    right: -75px;
    top: -100px;
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
    z-index: -1;
}
.institucional .sociais > div:nth-child(1):before {
    left: -60px;
    z-index: -1;
    -webkit-transform: rotate(-20deg) scale(1.3);
    -ms-transform: rotate(-20deg) scale(1.3);
    transform: rotate(-20deg) scale(1.3);
    top: 40px;
}
.institucional .sociais > div:nth-child(1):after {
    right: -24px;
    z-index: -1;
    top: 40px;
}
.institucional .sociais p,
.institucional .quem-somos p {
    clear: both;
}
.institucional .sociais > div:nth-child(2) {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 1;
}
.institucional .quem-somos > div:nth-child(2) {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-29%);
    -ms-transform: translateY(-29%);
    transform: translateY(-29%);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: right;
}
.institucional .quem-somos {
    position: relative;
    top: -115px;
}
.institucional .quem-somos > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.institucional .quem-somos h1 {
    float: right;
}
.institucional h1 {
    max-width: 75%;
}
.produto {
    background: #fff;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.historia {
    background: #fff;
    position: relative;
    z-index: 1;
}
.historia .owl-nav button:hover {
    background: #869791 !important;
}
.produto:before {
    content: url(/images/flocos-menores.webp);
    position: absolute;
    top: 55%;
    left: -3%;
    transform: translateY(-50%) scale(1.2);
    z-index: -1;
}
.produto-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.produto-content > div:nth-child(1) {
    padding-right: 5%;
}
.produto-content p {
    color: #999;
    font-weight: 300;
    font-size: 1.2rem;
}
.produto-content h1,
.contato-content h1 {
    color: #ff6c1f;
}
.detalhes-receita {
    position: relative;
    top: -100px;
    z-index: 4;
    padding-top: 85px;
    background: #fff;
}
.detalhes-receita .socials-sidebar {
    width: 117px;
    padding-right: 3%;
    padding-top: 123px;
}
.detalhes-receita .right-content {
    width: 100%;
}
.contato {
    padding-bottom: 50px;
}
.contato span.sac {
    border: 2px solid #93422f;
    border-radius: 120px;
    padding: 0 35px 0 90px;
    color: #ff6c1f;
    font-weight: 700;
    font-size: 2.5rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto;
    background: url(/images/icon-whatsapp.png) 31px 13px no-repeat;
    background-size: 45px 44px;
}
.contato span.sac a {
    color: #ff6c1f !important;
}
.contato span.sac a:hover {
    color: #003883 !important;
}
.contato-content {
    padding-top: 30px;
    padding-bottom: 120px;
}
.contato-content p {
    color: #d36003;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 300;
}
.contato-content h1 {
    font-size: 60px;
    text-align: center;
}
.contato-content form {
    padding: 50px;
    background: #003883;
    margin: 0 auto;
    max-width: 90%;
}
.contato-content form input[type="text"],
.contato-content form input[type="email"] .contato-content form select {
    height: 50px;
    padding: 0 13px;
    color: #9c9c9c;
    font-weight: 700;
    font-size: 19px;
    border: 0;
}
.contato-content form textarea {
    padding: 13px;
    color: #9c9c9c;
    font-weight: 700;
    font-size: 19px;
    min-height: 160px;
    width: 100%;
}
.contato-content form button[type="submit"] {
    background: #ff6c1f;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 30px auto 0;
    padding: 20px 100px;
    font-size: 22px;
}
.contato-content form > div:nth-child(1) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 25px;
    grid-gap: 15px;
}
.contato-content form > div:nth-child(2) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 25px;
    grid-gap: 15px;
}
.contato-content form > div:nth-child(3) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 25px;
    grid-gap: 15px;
}
.contato-content form .custom-control {
    margin: 10px 0;
}
.contato-content form .custom-control-label {
    color: #fff;
}
.txt-branco {
    color: #fff !important;
    text-decoration: underline;
}
.categorias-banner {
    position: relative;
    z-index: 3;
    padding-bottom: 95px;
    overflow: hidden;
    padding-top: 33px;
}
.categorias-banner:after {
    content: url(/images/serrilhado-banner-clean.webp) !important;
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 2;
}
.categoria-produto {
    background: #faecd1;
    position: relative;
    padding-bottom: 180px;
    z-index: 1;
}
.categoria-produto .container {
    position: relative;
    top: -60px;
}
.categoria-produto:before {
    content: " ";
    width: 100%;
    height: 110px;
    background: #faecd1;
    position: absolute;
    top: -105px;
    left: 0;
}
.categoria-produto:after,
.lista-categorias:after {
    display: none;
    /* content: url(/images/bgbottom-categoriaprodutos.webp);
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: -1; */
}
.categoria-produto .grid-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
}
.categoria-produto .grid-list a {
    display: block;
    min-height: 520px;
    background: url(/images/bg-gridlist-categoriaproduto.webp) center center
        no-repeat;
    background-size: contain;
    position: relative;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.categoria-produto .grid-list a:hover {
    text-decoration: none;
}
.categoria-produto .grid-list a:nth-child(2n) {
    top: 50px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.categoria-produto .grid-list a > div {
    position: relative;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.categoria-produto .grid-list a img {
    max-width: 100%;
}
.categoria-produto .grid-list a h2 {
    text-transform: uppercase;
    font-size: 1.7rem;
    color: #fff;
    font-weight: 700;
    margin: 20px 0 0;
}
.instagram_feed {
    height: 1300px;
}
.namidia h1.subtitulo {
    color: #ff6c1f;
    font-size: 2.3rem;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
}
.namidia h1.insta-top {
    color: #ff6c1f;
    text-align: center;
    margin: 30px 0 0;
}
.namidia h1.insta-top b {
    font-family: A Love of Thunder;
}
.namidia .grid-midia {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 60px 0;
}
.namidia .grid-midia a {
    width: 100%;
    display: block;
    min-height: 347px;
}
.namidia .box {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-grid-columns: 2fr 45px 1.3fr;
    grid-template-columns: 2fr 1.3fr;
    grid-gap: 45px;
    margin: 50px 0;
}
.namidia .box .img {
    min-height: 350px;
}
.namidia .box .text {
    position: relative;
}
.namidia .box .text div {
    position: relative;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}
.namidia .box .text p {
    color: #a0a0a0;
    font-weight: 300;
}
.namidia .box .text h2 {
    color: #ff6c1f;
    font-family: COCOGOOSE LETTERPRESS;
    line-height: 30px;
    margin-bottom: 20px;
}
.namidia .righttext {
    -ms-grid-columns: 1.3fr 2fr;
    grid-template-columns: 1.3fr 2fr;
}
.namidia .righttext .text div {
    text-align: right;
}
.righttext .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.detalhes-receita .container {
    display: flex;
    justify-content: space-between;
}
.detalhes-receita h1 {
    color: #fe6d1e;
    font-size: 2rem;
}
.detalhes-receita p {
    color: #a0a0a0;
    font-weight: 300;
    line-height: 25px;
}
.detalhes-receita .infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 30px 0;
}
.detalhes-receita .infos span {
    color: #ff6d25;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 300;
}
.detalhes-receita .infos span strong {
    font-weight: 600;
}
.detalhes-receita .infos span:nth-child(3) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.detalhes-receita .infos span:nth-child(3) strong {
    margin-left: 5px;
}
.detalhes-receita .grid-receita {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 350px 75px 1fr;
    grid-template-columns: 350px 1fr;
    grid-gap: 75px;
    margin: 50px 0;
}
.carousel-relacionados {
    position: relative;
    z-index: 1;
}
.carousel-relacionados:after {
    content: " ";
    width: 100%;
    height: 660px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#dc9747),
        to(#cf6e16)
    );
    background-image: -o-linear-gradient(top, #dc9747, #cf6e16);
    background-image: linear-gradient(180deg, #dc9747, #cf6e16);
    z-index: -1;
}
.carousel-relacionados .item {
    min-height: 540px;
}
.carousel-relacionados .item .content {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: unset;
    left: unset;
    background: #fff;
    text-align: left;
    padding-bottom: 10px;
}
.carousel-relacionados .item .content .img-carousel {
    height: 310px;
    width: 100%;
    background-size: cover !important;
}
.carousel-relacionados .item .content .infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #cb6107;
    text-transform: uppercase;
}
.carousel-relacionados .item .content .infos span:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.carousel-relacionados .item .content .infos .stars {
    margin-left: 10px;
}
.carousel-relacionados .item .content p {
    color: #a0a0a0;
}
.carousel-relacionados .item .content h2 {
    color: #cb6107;
    text-transform: uppercase;
    font-family: COCOGOOSE LETTERPRESS;
    margin: 15px 0;
    max-width: 100%;
    font-size: 1.6rem;
}
.carousel-relacionados .item .content .infos,
.carousel-relacionados .item .content p,
.carousel-relacionados .item .content h2 {
    padding: 5px 15px;
}
.carousel-relacionados .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 17%;
    position: relative;
    top: -350px;
}
.carousel-historia h2 {
    color: #cb6107;
    text-transform: uppercase;
    font-family: COCOGOOSE LETTERPRESS;
    margin: 15px 0;
    max-width: 100%;
    font-size: 2rem;
}
.carousel-historia p {
    color: #a0a0a0;
    padding: 0 25px;
    line-height: 26px;
}
.carousel-historia .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 22%;
    position: relative;
    top: -425px;
}
.carousel-historia .owl-nav button {
    background: #a6a6a6 !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    border-radius: 51px !important;
}
.carousel-historia .owl-nav img {
    padding: 15px !important;
}
.carousel-historia .item {
    text-align: center;
    padding: 0 40px 25px;
}
.carousel-historia .item img {
    margin: 0 auto;
}
.lista-categorias {
    padding: 30px 0 250px;
    position: relative;
    background-image: -o-radial-gradient(#fff 1%, #faedd2, #faedd2);
    background-image: radial-gradient(#fff 1%, #faedd2, #faedd2);
}
.lista-categorias:before {
    position: absolute;
    top: -500px;
    height: 500px;
    width: 100%;
    background: #faedd2;
    content: " ";
    left: 0;
    z-index: -1;
}
.lista-categorias .lista-categorias-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    text-align: center;
}
.lista-categorias .lista-categorias-grid img {
    max-width: 100%;
}
.lista-categorias .lista-categorias-grid > div {
    position: relative;
}
.lista-categorias .lista-categorias-grid div:nth-child(3n + 2) {
    bottom: -120px;
}
.lista-categorias .lista-categorias-grid h2 {
    color: #813a1e;
    font-family: COCOGOOSE LETTERPRESS;
}
.lista-categorias .lista-categorias-grid p {
    color: #d16304;
}
.detalhe-produto {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6% 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6%;
}
.detalhe-produto h1 {
    color: #c85f03;
    font-size: 80px;
    line-height: 75px;
}
.detalhe-produto p {
    color: #a0a0a0;
}
.detalhe-produto .infos a {
    color: #7b3a1c;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
}
.detalhe-produto .infos a[aria-expanded="true"]:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.detalhe-produto .infos a[aria-expanded="false"]:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
p.descricao-produto {
    margin: 25px 0;
}
#slider {
    margin-bottom: 15px;
}
.detalhe-produto .flex-direction-nav a {
    height: 47px !important;
}
.detalhe-produto .flex-direction-nav a:before {
    color: #c7630d;
}
.detalhe-produto ul.slides li {
    background: #f7f7f7;
    position: relative;
    height: 420px;
}
.detalhe-produto #slider ul.slides li img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.flex-control-paging li a {
    width: 16px !important;
    height: 19px !important;
    background-color: transparent !important;
    background: url(/images/flexslider-dots.webp) center center no-repeat !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
    background: url(/images/flexslider-dots-active.webp) center center no-repeat !important;
}
.detalhe-produto .flex-control-nav {
    bottom: 20px;
}
#carousel ul.slides li {
    height: 120px;
}
#carousel ul.slides li img {
    max-width: 75%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}
.flex-direction-nav a {
    opacity: 1 !important;
}
.flex-direction-nav a:focus {
    outline: 0;
}
.flex-direction-nav .flex-next {
    right: 10px;
}
.flex-direction-nav .flex-prev {
    left: 10px;
}
.carousel-especial {
    position: relative;
    margin-bottom: 70px;
}
.carousel-especial:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: -25px;
    background: url(/images/bg-carousel-especial.webp) center center no-repeat;
}
#carousel img {
    display: block;
    opacity: 0.5;
    cursor: pointer;
}
#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}
footer {
    background: #93422f;
    color: #fff;
    padding: 20px 0;
    position: relative;
    /* margin-top: -90px; */
}
footer:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 115px;
    background: #93422f;
    top: -110px;
    z-index: -1;
}
footer p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    margin: 0;
}
footer a {
    font-size: 10px !important;
    font-weight: 700 !important;
}
.first-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: repeat(2, 1fr);
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0 0;
}
.first-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.first-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.first-grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.first-grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}
.first-grid > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.first-grid > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.first-grid > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
.first-grid > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}
.first-grid .grid-item,
.second-grid .grid-item {
    color: #fff;
    padding: 20px;
    font-size: 150%;
}
.first-grid {
    height: 500px;
}
.first-grid .grid-item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
}
.first-grid .grid-item:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
}
.second-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
}
.second-grid .grid-item {
    min-height: 400px;
}
.first-grid .grid-item,
.second-grid .grid-item {
    position: relative;
}
.grid-item p {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: unset;
    width: 100%;
    padding: 25px 30px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(rgba(0, 0, 0, 0.7))
    );
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
    font-size: 1.3rem;
    font-weight: 700;
}
.no-footer-before footer:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 115px;
    top: -110px;
    z-index: 2;
    background: url(/images/after-footer-internas.webp) 0 0 no-repeat;
}
.hide-footer footer:before {
    content: unset !important;
    display: none !important;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: 0;
    padding-left: 0;
    margin: 5px 0 10px;
}
.breadcrumb a {
    text-transform: uppercase;
    color: #999;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    margin: 0 10px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.breadcrumb a:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
}
.breadcrumb a:hover {
    text-decoration: none;
}
.breadcrumb a:after {
    content: "|";
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
}
.breadcrumb a:last-child:after {
    display: none;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
.owl-carousel .owl-item img {
    width: 83%;
}
.section-after-banner {
    padding-top: 150px;
    position: relative;
    z-index: 3;
}
.collapsing {
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.big-title {
    color: #ff6c1f;
    text-align: center;
    margin: 40px 0 60px;
}
.faca-seu-negocio {
    background: url(/images/btn-facaseunegocio.webp) center center no-repeat;
    width: 300px;
    height: 49px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    background-size: contain;
    padding: 7px 0 10px 20px;
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.faca-seu-negocio:hover {
    color: #fff;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.button-default {
    background: url(/images/btn-default.webp) center center no-repeat;
    background-size: 100%;
    margin: 0;
    border: 0;
    color: #fff;
    width: 220px;
    height: 50px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 9px 50px;
    font-size: 20px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.button-default:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    color: #ecb800;
}
button.button-default {
    padding: 9px 0;
}
.filtros .button-default {
    margin: 40px 0 20px;
}
p {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #fff;
    line-height: 23px;
}
h1 {
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    font-family: COCOGOOSE LETTERPRESS;
}
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.row-flex-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 30px 0;
}
.row-flex-center {
    text-align: center;
}
.socials-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.socials-sticky a {
    background-image: url(/images/icons-socials.webp);
    width: 75px;
    height: 75px;
    display: block;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -webkit-transition: all 0.12s;
    -o-transition: all 0.12s;
    transition: all 0.12s;
    position: relative;
}
.socials-sticky a:hover {
    z-index: 3;
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px -1px #0009;
}
.socials-sticky a:nth-child(1) {
    background-color: #fe6d1e;
}
.socials-sticky a:nth-child(2) {
    background-position-y: -74px;
    background-color: #f2d088;
}
.socials-sticky a:nth-child(3) {
    background-position-y: -152px;
    background-color: #003883;
}
.socials-sticky a:nth-child(4) {
    background-position-y: -226px;
    background-color: #4cb050;
}
.stars {
    color: #d4d4d4;
}
.stars i:before {
    content: url(/images/flexslider-dots.webp) !important;
    width: 16px !important;
    height: 19px !important;
}
.one i:nth-child(1):before {
    content: url(/images/flexslider-dots-active.webp) !important;
}
.two i:nth-child(1):before,
.two i:nth-child(2):before {
    content: url(/images/flexslider-dots-active.webp) !important;
}
.three i:nth-child(1):before,
.three i:nth-child(2):before,
.three i:nth-child(3):before {
    content: url(/images/flexslider-dots-active.webp) !important;
}
.four i:nth-child(1):before,
.four i:nth-child(2):before,
.four i:nth-child(3):before,
.four i:nth-child(4):before {
    content: url(/images/flexslider-dots-active.webp) !important;
}
.five i:before {
    content: url(/images/flexslider-dots-active.webp) !important;
}
.carousel-relacionados .stars {
    color: #edc8a8;
}
.carousel-relacionados .one i:nth-child(1) {
    color: #cb6107;
}
.carousel-relacionados .two i:nth-child(1),
.carousel-relacionados .two i:nth-child(2) {
    color: #cb6107;
}
.carousel-relacionados .three i:nth-child(1),
.carousel-relacionados .three i:nth-child(2),
.carousel-relacionados .three i:nth-child(3) {
    color: #cb6107;
}
.carousel-relacionados .four i:nth-child(1),
.carousel-relacionados .four i:nth-child(2),
.carousel-relacionados .four i:nth-child(3),
.carousel-relacionados .four i:nth-child(4) {
    color: #cb6107;
}
.carousel-relacionados .five i {
    color: #cb6107;
}
.custom-select {
    width: unset;
    height: unset;
    padding: unset;
    color: unset;
    border: unset;
    background: unset;
}
.custom-select .center {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
select {
    z-index: 3;
    float: left;
}
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    position: relative;
    width: 208px;
}
.custom-select-trigger {
    position: relative;
    display: block;
    min-width: 130px;
    padding: 0 75px 0 15px;
    font-weight: 100;
    color: #fff;
    line-height: 42px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: url(/images/bg-filtros.webp) 0 0 no-repeat;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 208px;
    overflow: hidden;
}
.custom-select-trigger:hover {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
    box-shadow: 0 10px 50px #2b6ff61a;
}
.custom-select-trigger:before {
    position: absolute;
    display: block;
    width: 1px;
    height: 50px;
    top: 3px;
    right: 50px;
    margin-top: -3px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 29px;
    margin-top: -3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    -ms-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0%;
    right: 0;
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgb(128, 57, 32, 0.97);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    border: 0;
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
    box-shadow: 0 10px 50px #2b6ff61a;
    z-index: 1;
}
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    font: 13px/1.5 Roboto, sans-serif;
    font-weight: 600;
    color: #b5b5b5;
    line-height: 47px;
    cursor: pointer;
    -webkit-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}
.custom-option:first-of-type {
    border-radius: 5px 5px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}
.custom-option:hover,
.custom-option.selection {
    color: #fff;
    background-color: #9c5941f7;
}
.categoria-produto .grid-list a:nth-child(1) {
    -ms-grid-column: 1;
}
.categoria-produto .grid-list a:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}
.categoria-produto .grid-list a:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}
.categoria-produto .grid-list a:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
}
.categoria-produto .grid-list a:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}
.categoria-produto .grid-list a:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
}
.detalhe-produto .infos {
    -ms-grid-column: 3;
}
.custom-select {
    border: none !important;
    background-color: transparent !important;
}
.custom-options span,
.custom-options {
    color: #fff;
    background: #803920 !important;
}
.row-flex-form {
    justify-content: space-between;
}
.lista-categorias-grid > div:nth-child(1) {
    -ms-grid-column: 1;
}
.lista-categorias-grid > div:nth-child(2) {
    -ms-grid-column: 3;
}
.lista-categorias-grid > div:nth-child(3) {
    -ms-grid-column: 5;
}
.grid-receita #ingredientes {
    -ms-grid-column: 3;
}
.contato-content form div input[type="text"]:nth-child(2) {
    -ms-grid-column: 3;
}
@media (max-width: 1024px) {
    .contato-content form > div:nth-child(3) {
        grid-template-columns: 1fr;
    }
    section.banner-receita-interna .carousel-banner img {
        width: 195% !important;
    }
    section.banner .owl-prev,
    section.banner .owl-next {
        display: none !important;
    }
    .categorias-banner img {
        width: 100% !important;
        margin-top: 40px;
    }
    .banner-clean:after {
        content: url(/images/serrilhado-banner-clean.webp) !important;
        position: absolute;
        left: 0;
        bottom: -6px;
        z-index: 2;
    }
    .banner:after {
        content: url(/images/serrilhado-banner.webp);
        position: absolute;
        left: 0;
        bottom: -7px !important;
        z-index: 2;
    }
    footer p br {
        display: none !important;
    }
    .categoria-produto .grid-list a:nth-child(4) img {
        max-width: 31% !important;
    }
    .categoria-produto .grid-list a:nth-child(5) img {
        max-width: 31% !important;
    }
    .institucional .quem-somos,
    .institucional .sociais {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 35px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 35px;
        height: 652px;
    }
}
.image_full {
    display: block;
}
.image_mobile {
    display: none !important;
}
@media (max-width: 640px) and (min-width: 320px) {
    .image_full {
        display: none !important;
    }
    .image_mobile {
        display: block !important;
    }
}
.banner-clean .owl-next,
.banner-clean .owl-prev,
.categorias-banner .owl-next,
.categorias-banner .owl-prev {
    display: none !important;
}
.banner-receitas1:after {
    content: url(/images/serrilhado-banner-clean.webp) !important;
    position: absolute;
    left: 0;
    bottom: -7px !important;
    z-index: 2;
}
.ovomaltine-profissional {
    color: #fff;
    left: 16%;
    position: absolute;
    font-size: 20px;
    line-height: 25px;
    background: url(/images/botao-ovomaltineprof_hover.webp) no-repeat;
    background-size: contain;
    transition: 0.4s ease all;
}
.ovomaltine-profissional img {
    background: #ff6c1f;
    transition: 0.4s ease all;
}
.ovomaltine-profissional:hover img {
    opacity: 0;
}
@media (max-width: 991.8px) {
    .ovomaltine-profissional-menu,
    .ovomaltine-profissional {
        display: none;
    }
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    opacity: 0;
}
