@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;
}
@media (min-width: 1280px) {
    .container {
        max-width: 1240px;
    }
}
html {
    scroll-behavior: smooth;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
header {
    background: #00388a;
    position: fixed;
    height: 73px;
    z-index: 10;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    width: 100%;
    top: 0;
}
header.sticky {
    position: fixed;
    width: 100%;
    height: 40px;
    z-index: 10;
}
header.sticky .logo-ovomaltine {
    -webkit-transform: translatex(-50%) scale(0.7);
    -ms-transform: translatex(-50%) scale(0.7);
    transform: translatex(-50%) scale(0.7);
    top: -28px;
    -webkit-transition-delay: 180ms;
    -o-transition-delay: 180ms;
    transition-delay: 180ms;
}
header.sticky #menu-area {
    margin-top: 45px;
}
header::after {
    background: url(../images/novo_site/bg_header.png) center bottom no-repeat;
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    overflow: hidden;
    content: "";
}
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%);
    z-index: 7;
}
header .login a {
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    font-family: Roboto;
    height: 36px;
    display: inline-block;
    border: 1px solid transparent;
    padding-right: 10px;
}
header .login a span.icon {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 36px;
    display: inline-block;
    height: 36px;
    text-align: center;
    left: -1px;
    position: relative;
}
header .login a span img {
    position: relative;
    top: -3px;
    left: 0;
}
header .login a:hover {
    border: 1px solid #fff;
    border-radius: 18px;
}
header .login a:hover span {
    border-color: transparent;
}
.logo-ovomaltine {
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-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;
    position: absolute;
    right: 20px;
}
#menu-area {
    top: 0;
    position: absolute;
    width: 40%;
    height: auto;
    background-image: url(../images/background-menu.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    z-index: 4;
    -webkit-transition: all 450ms;
    -o-transition: all 450ms;
    transition: all 450ms;
    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-area .icon {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 36px;
    display: inline-block;
    height: 36px;
    text-align: center;
    left: -1px;
    position: relative;
    float: right;
    padding-top: 3px;
}
#menu-area ul li {
    padding-bottom: 5px;
}
#menu-closer {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    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 {
    border-bottom: 2px solid #fff;
}
#menu-area ul li ul li {
    border-color: transparent;
}
#menu-area ul li ul {
    padding-left: 30px;
}
#menu-area ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    position: relative;
    padding: 5px 0;
    display: block;
    font-weight: 600;
    font-family: "COCOGOOSE LETTERPRESS";
}
#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;
    float: right;
    margin-top: 5px;
}
.banner {
    height: auto;
    position: relative;
    z-index: 4;
    padding-top: 75px;
}
.banner-clean {
    position: relative;
}
.banner-clean::after {
    content: url(../images/serrilhado-banner-clean.png) !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 .owl-nav.disabled {
    display: none !important;
}
.carousel-banner img {
    width: 100% !important;
}
.carousel-banner .owl-nav button:hover {
    background: 0 !important;
}
.linha-produtos {
    padding-top: 240px;
    position: relative;
    background: url(../images/novo_site/bg-receitas.png) bottom center no-repeat;
    background-size: cover;
    padding-bottom: 120px;
    margin-top: -150px;
}
.linha-produtos img {
    position: relative;
    z-index: 3;
}
.linha-produtos p {
    color: #00388a;
    font-size: 22px;
    font-family: Roboto;
    text-transform: initial;
}
.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: #00388a !important;
}
.carousel-produtos .owl-nav button.owl-next,
.carousel-produtos .owl-nav button.owl-prev,
.carousel-produtos button.owl-dot,
.carousel-produtos-relacionados .owl-nav button.owl-next,
.carousel-produtos-relacionados .owl-nav button.owl-prev,
.carousel-produtos-relacionados button.owl-dot {
    background: #00388a;
    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: #00388a;
    font-size: 2rem;
    text-align: center;
    max-width: 70%;
    margin: 0 auto 50px auto;
}
.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-next:focus,
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:focus,
.owl-nav .owl-prev:hover {
    background: 0;
    outline: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.owl-nav .owl-next:hover img,
.owl-nav .owl-prev:hover img {
    -webkit-transform: scale(1.125);
    -ms-transform: scale(1.125);
    transform: scale(1.125);
}
.carousel-produtos .owl-nav .owl-next:focus,
.carousel-produtos .owl-nav .owl-next:hover,
.carousel-produtos .owl-nav .owl-prev:focus,
.carousel-produtos .owl-nav .owl-prev:hover,
.carousel-produtos-relacionados .owl-nav .owl-next:focus,
.carousel-produtos-relacionados .owl-nav .owl-next:hover,
.carousel-produtos-relacionados .owl-nav .owl-prev:focus,
.carousel-produtos-relacionados .owl-nav .owl-prev:hover {
    background: #00388a !important;
}
.carousel-produtos .item {
    background: url(../images/bgcarousel.png) center center no-repeat;
    min-height: 361px;
    text-align: center;
    position: relative;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.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(even) {
    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%) translateX(-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: 250px;
}
.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.png) center center no-repeat;
}
.receitas {
    background: url(../images/novo_site/bg-receitas.png) #faedd2 center bottom
        no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0;
    margin-top: -265px;
    padding-top: 230px;
    padding-bottom: 200px;
}
.receitas .button-default.desktop-hidden {
    margin-top: 50px;
}
.receitas h1 {
    position: relative;
    z-index: 3;
}
.receitas p {
    max-width: 55%;
    margin: 0 auto;
}
.receitas-header {
    margin-bottom: 30px;
}
.receitas-filtros select {
    background: url(../images/bg-filtros.png) 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.png) center bottom no-repeat;
    margin-top: -85px;
    padding-top: 130px;
    background-size: cover;
    overflow: hidden;
}
.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: 525px;
}
.institucional .quem-somos > div:nth-child(1),
.institucional .sociais > div:nth-child(1) {
    position: relative;
    z-index: 1;
}
.institucional .quem-somos > div:nth-child(1)::after,
.institucional .quem-somos > div:nth-child(1)::before,
.institucional .sociais > div:nth-child(1)::after,
.institucional .sociais > div:nth-child(1)::before {
    content: url(../images/flocos-menores.png);
    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 .quem-somos p,
.institucional .sociais 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-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;
}
.contato-content h1,
.produto-content h1 {
    color: #00388a;
}
.detalhes-receita {
    position: relative;
    z-index: 3;
    background: #faedd2;
}
.detalhes-receita .socials-sidebar {
    width: 117px;
    padding-right: 3%;
    padding-top: 123px;
    z-index: 15;
}
.detalhes-receita .right-content {
    width: 100%;
}
.contato {
    padding-bottom: 50px;
}
.contato span.sac {
    border: 2px solid #00388a;
    border-radius: 120px;
    padding: 15px 55px 15px 110px;
    background: #fff;
    color: #00388a;
    font-weight: 400;
    font-size: 2.5rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 50px;
    background: url(../images/icon-whatsapp.png) #fff 51px 28px no-repeat;
    background-size: 45px 44px;
}
.contato span.sac a {
    color: #00388a !important;   
}
.contato span.sac a:hover {
    color: #FF6E23 !important;
    font-weight: 400;
}
.contato-content {
    padding-top: 30px;
    padding-bottom: 120px;
}
.contato-content p {
    color: #242424;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.contato-content h1 {
    font-size: 60px;
    text-align: center;
}
.contato-content form {
    padding: 0 50px;
    margin: 0 auto;
    max-width: 90%;
}
.contato-content form input[type="email"] .contato-content form select,
.contato-content form input[type="text"] {
    height: 50px;
    padding: 0 13px;
    color: #242424;
    font-weight: 400;
    font-size: 19px;
    border: 0;
}
.contato-content form textarea {
    padding: 13px;
    color: #242424;
    font-weight: 400;
    font-size: 19px;
    min-height: 160px;
    width: 100%;
    border-color: transparent;
}
.contato-content form button[type="submit"] {
    background: #00388a;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 30px auto 0 auto;
    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: #242424;
}
.txt-branco {
    color: #fff !important;
    text-decoration: underline;
}
.categorias-banner {
    position: relative;
    z-index: 3;
    padding-bottom: 75px;
    overflow: hidden;
    padding-top: 33px;
    background: #faedd2;
}
.categorias-banner::after {
    background: url(../images/novo_site/content-bg.png) center bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 75px;
    height: 77px;
    z-index: 2;
    content: "" !important;
    display: block;
    width: 100%;
}
.categoria-produto {
    background: #ffeed2;
    position: relative;
    padding-bottom: 180px;
    z-index: 3;
}
.categoria-produto .container {
    position: relative;
    top: -60px;
}
.categoria-produto::before {
    content: " ";
    width: 100%;
    height: 110px;
    background: #ffeed2;
    position: absolute;
    top: -105px;
    left: 0;
}
.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:nth-child(even) {
    position: relative;
    top: 50px;
}
.categoria-produto .grid-list a div {
    background: url(../images/novo_site/bg_categoria_produto.png) center center
        no-repeat;
    background-size: contain;
    padding: 50px 0;
    text-align: center;
}
.categoria-produto .grid-list a img {
    max-width: 45%;
}
.categoria-produto .grid-list a h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #00388a;
    font-weight: 700;
    margin: -30px 0 0 0;
    font-family: "COCOGOOSE LETTERPRESS";
    text-align: center;
}
.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 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: #00388a;
    font-size: 2rem;
}
.detalhes-receita h1.title {
    color: #ff6c1f;
}
.detalhes-receita p {
    color: #242424;
    font-weight: 400;
    line-height: 20px;
    font-size: 18px;
}
.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: #00388a;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.detalhes-receita .infos span strong {
    font-weight: 700;
}
.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: 400px 75px 1fr;
    grid-template-columns: 400px 1fr;
    grid-gap: 75px;
    margin: 50px 0;
}
.carousel-relacionados {
    position: relative;
    z-index: 1;
    background: #faedd2;
}
.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: #00388a;
    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: #00388a;
}
.carousel-relacionados .item .content h2 {
    color: #00388a;
    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 h2,
.carousel-relacionados .item .content p {
    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 40px;
}
.carousel-historia .item img {
    margin: 0 auto;
}
.lista-categorias {
    padding: 220px 0 250px 0;
    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 p {
    color: #242424;
    font-size: 22px;
    font-family: Roboto;
}
.detalhe-produto .infos a {
    color: #00388a;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
.detalhe-produto p.descricao-produto a {
    text-decoration: none;
    text-transform: none;
    color: #000;
}
.detalhe-produto p.descricao-produto a:hover {
    text-decoration: underline;
}
.detalhe-produto .infos a[aria-expanded="true"]::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    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: "\f078";
    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;
    font-family: Roboto;
}
#slider {
    margin-bottom: 15px;
}
.collapsing {
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.detalhe-produto .flex-direction-nav a {
    height: 47px !important;
}
.detalhe-produto .flex-direction-nav a:before {
    color: #00388a;
}
.detalhe-produto ul.slides li {
    padding: 20px 0;
    position: relative;
    height: 380px;
    background: #fff9ec !important;
}
.detalhe-produto #slider ul.slides li img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}
.flex-control-paging li a {
    width: 16px !important;
    height: 16px !important;
    background: #803920 !important;
    border: 0 !important;
    border-radius: 50% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 0.5;
}
.flex-control-paging li a.flex-active {
    opacity: 1;
}
.detalhe-produto .flex-control-nav {
    bottom: 0;
}
#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.png) center center no-repeat;
}
#carousel img {
    display: block;
    opacity: 0.5;
    cursor: pointer;
}
#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}
footer {
    background: #00358e;
    color: #fff;
    padding: 20px 0;
    position: relative;
    z-index: 10;
}
footer::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 78px;
    background: url(../images/novo_site/borda_footer.png) center top repeat-x;
    top: -77px;
    z-index: 5;
}
footer p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    font-family: Roboto;
}
footer a {
    font-size: 15px;
    font-weight: 700 !important;
    color: #fff;
}
.first-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 0;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: repeat(3, 1fr);
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-grid .grid-item,
.second-grid .grid-item {
    color: #fff;
    padding: 20px;
    font-size: 150%;
}
.first-grid {
    height: 600px;
}
.first-grid .grid-item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -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/4;
    -ms-grid-row: 1;
}
.first-grid .grid-item:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/4;
    -ms-grid-row: 2;
}
.first-grid .grid-item:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 1/2;
    -ms-grid-row: 3;
}
.first-grid .grid-item:nth-child(5) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 2/3;
    -ms-grid-row: 3;
}
.first-grid .grid-item:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/4;
    -ms-grid-row: 3;
}
.second-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px 0 0 0;
    -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-family: "COCOGOOSE LETTERPRESS";
    font-size: 19px;
    text-transform: capitalize;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: 0;
    padding-left: 0;
    margin: 5px 0 10px 0;
}
.breadcrumb a {
    text-transform: uppercase;
    color: #00388a;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    margin: 0 10px;
    -webkit-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
    font-family: Roboto;
}
.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: unset;
}
.section-after-banner {
    padding-top: 10px;
    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 0;
}
.faca-seu-negocio {
    background: url(../images/btn-facaseunegocio.png) 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/novo_site/btn_ovomaltine.png) center center
        no-repeat;
    background-size: 100%;
    margin: 0;
    border: 0;
    color: #fff;
    width: 198px;
    height: 64px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    font-family: Roboto;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    margin-top: 30px;
}
.button-default:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    color: #fff;
}
button.button-default {
    padding: 0 0;
}
p {
    font-size: 22px;
    color: #00388a;
    line-height: 23px;
}
h1 {
    font-size: 60px;
    color: #00388a;
    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;
}
.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.png);
    width: 75px;
    height: 75px;
    display: block;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -webkit-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    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 rgba(0, 0, 0, 0.6);
}
.socials-sticky a:nth-child(1) {
    background-color: #fe6d1e;
}
.socials-sticky a:nth-child(2) {
    background-position-y: -152px;
    background-color: #003883;
}
.socials-sticky a:nth-child(3) {
    background-position-y: -226px;
    background-color: #4cb050;
}
.stars {
    color: #d4d4d4;
}
.stars i::before {
    content: url(../images/novo_site/flexslider-dots.png) !important;
    width: 16px !important;
    height: 19px !important;
}
.one i:nth-child(1)::before {
    content: url(../images/novo_site/flexslider-dots-active.png) !important;
}
.two i:nth-child(1)::before,
.two i:nth-child(2)::before {
    content: url(../images/novo_site/flexslider-dots-active.png) !important;
}
.three i:nth-child(1)::before,
.three i:nth-child(2)::before,
.three i:nth-child(3)::before {
    content: url(../images/novo_site/flexslider-dots-active.png) !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/novo_site/flexslider-dots-active.png) !important;
}
.five i::before {
    content: url(../images/novo_site/flexslider-dots-active.png) !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;
    width: 197px;
    padding: 0 75px 0 15px;
    font-weight: 100;
    color: #fff;
    line-height: 50px;
    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/novo_site/bg_filtros_receitas.png) 0 0 no-repeat;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.custom-select-trigger:hover {
    -webkit-box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
    box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
}
.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: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
    box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
    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 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
}
.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.custom-option.selection,
.custom-option:hover {
    color: #fff;
    background-color: rgba(156, 89, 65, 0.97);
}
.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,
.custom-options span {
    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: 1400px) {
    .categoria-produto .container {
        max-width: 1100px;
    }
    .categoria-produto .grid-list a h2 {
        font-size: 30px;
    }
    h1 {
        font-size: 50px;
    }
    .contato span.sac {
        font-size: 2rem;
        background-position: 51px 23px;
    }
}
@media (max-width: 1024px) {
    .contato-content form > div:nth-child(3) {
        grid-template-columns: 1fr;
    }
    section.banner .owl-next,
    section.banner .owl-prev {
        display: none !important;
    }
    .categorias-banner img {
        width: 100% !important;
        margin-top: 40px;
    }
    .banner-clean::after {
        content: url(../images/serrilhado-banner-clean.png) !important;
        position: absolute;
        left: 0;
        bottom: -6px;
        z-index: 2;
    }
    footer p br {
        display: none !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 {
    display: none !important;
}
.categorias-banner .owl-next,
.categorias-banner .owl-prev {
    display: none !important;
}
.banner-receitas1::after {
    content: url(../images/serrilhado-banner-clean.png) !important;
    position: absolute;
    left: 0;
    bottom: -7px !important;
    z-index: 2;
}
.banner-receitas1 {
    overflow: hidden;
}
#orientacoes-uso {
    background: #faedd2;
    padding-bottom: 200px;
}
#encontre {
    background: #ffe5b3;
    position: relative;
    padding-bottom: 100px;
}
#encontre:before {
    background: url(../images/novo_site/bg_encontre.png) top center;
    background-size: cover;
    height: 218px;
    width: 100%;
    position: absolute;
    top: -218px;
    content: "";
    z-index: 2;
}
#encontre:after {
    background: url(../images/novo_site/bg_encontre-baixo.png) top center;
    background-size: cover;
    height: 88px;
    width: 100%;
    position: absolute;
    bottom: -87px;
    content: "";
    z-index: 2;
}
#encontre i {
    color: #ff6c20;
}
#svg-map {
    max-width: 100%;
}
#svg-map path {
    fill: #ff6c20;
}
#svg-map text {
    fill: #fff;
    font: 12px Roboto, sans-serif;
    cursor: pointer;
}
#svg-map a {
    text-decoration: none;
}
#svg-map a:hover {
    cursor: pointer;
    text-decoration: none;
}
#svg-map a:hover path {
    fill: #00368f !important;
}
#svg-map a.active path {
    fill: #00368f !important;
}
#svg-map .circle {
    fill: #999;
}
#svg-map a:hover .circle {
    fill: #00368f !important;
    cursor: pointer;
}
#area_distribuidor {
    background: #faedd2;
    padding-bottom: 150px;
    padding-top: 150px;
}
#area_distribuidor h1 {
    color: #fff;
    text-align: center;
    background: url(../images/novo_site/bg_distribuidor.png) center top
        no-repeat;
    height: 277px;
    padding-top: 55px;
    margin-bottom: 45px;
}
#area_distribuidor h1 span {
    display: block;
    transform: rotate(-5deg);
}
#area_distribuidor .button-default {
    display: block;
    margin: 40px auto 0;
}
#area_distribuidor p {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.categorias_receita {
    background: #fff;
    display: block;
    padding-bottom: 15px;
}
.categorias_receita h2 {
    font-size: 25px;
    font-family: "COCOGOOSE LETTERPRESS";
    padding: 15px 15px 0 15px;
    text-transform: uppercase;
    color: #00388a;
}
.categorias_receita p {
    color: #00388a;
    font-size: 16px;
    font-family: Roboto;
    padding: 15px 15px 0 15px;
    margin: 0;
}
.categorias_receita .infos {
    color: #00388a;
    padding: 15px 15px 0 15px;
}
.categorias_receita .infos span {
    width: 49%;
    display: inline-block;
}
.categorias_receita .infos span:nth-child(2) {
    text-align: right;
}
.categorias_receita .infos .stars {
    display: inline;
}
.lista-categorias.categorias-receitas .itens-receitas div a {
    margin-bottom: 50px;
}
.lista-categorias.categorias-receitas .itens-receitas div:nth-child(even) a {
    transform: rotate(-2deg);
    top: 70px;
    position: relative;
}
.lista-categorias.categorias-receitas .itens-receitas div:nth-child(odd) a {
    transform: rotate(2deg);
}
.banner,
.filtros,
.section-after-banner {
    position: relative;
    z-index: 5;
}
.section-after-banner.produto {
    padding-top: 150px;
}
.flexslider {
    background: 0 0;
    border-color: transparent;
}
.grid-receita .box h1,
.grid-receita .box h2,
.grid-receita .box h3,
.grid-receita .box h4,
.grid-receita .box h5,
.grid-receita .box h6 {
    font-family: "COCOGOOSE LETTERPRESS";
    color: #00388a;
    margin-bottom: 30px;
}
.section-after-banner.contato {
    padding-top: 150px;
}
.filtros .login {
    padding-bottom: 150px;
}
.filtros.area-logada {
    margin-top: -50px;
    position: relative;
    z-index: 4;
    padding-bottom: 100px;
}
.filtros.area-logada h1 {
    margin-bottom: 20px;
}
.filtros.area-logada h2 {
    font-family: "COCOGOOSE LETTERPRESS";
    font-size: 40px;
    color: #00388a;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0 90px;
}
.filtros.area-logada.coluna h2 {
    text-align: left;
    margin-bottom: 25px;
}
.filtros.area-logada .subtitle {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.filtros.area-logada .box img {
    margin-bottom: 25px;
}
.filtros.area-logada .box h3 {
    font-family: "COCOGOOSE LETTERPRESS";
    font-size: 25px;
    color: #00388a;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.filtros.area-logada .box p {
    color: #242424;
    font-size: 22px;
}
.filtros.area-logada .button_default {
    max-width: 175px;
    display: block;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    font-weight: 700;
    font-family: Roboto;
    background: #00388a;
    color: #fff;
    text-transform: uppercase;
}
.filtros.area-logada.conteudo p {
    color: #242424;
}
.filtros.area-logada .button_default:hover {
    background: #02285e;
}
.login form {
    max-width: 700px;
    margin: 0 auto;
}
.login form label {
    display: block;
    color: #00388a;
    font-size: 22px;
    margin-top: 15px;
}
.login form .form-control {
    border: transparent;
    font-size: 22px;
    height: 75px;
    line-height: 75px;
    max-width: 400px;
    margin-bottom: 5px;
}
.login form .button_default {
    max-width: 175px;
    display: block;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    font-weight: 700;
    font-family: Roboto;
    background: #00388a;
    color: #fff;
    text-transform: uppercase;
    border: transparent;
    width: 100%;
    margin-top: 15px;
}
.login form .recuperar_senha {
    font-size: 22px;
    color: #00388a;
}
.filtros.aplicacao {
    background: url(../images/novo_site/bg-receitas.png) bottom center no-repeat;
    background-size: cover;
    margin-top: -80px;
    position: relative;
    z-index: 4;
    margin-bottom: -350px;
    padding-top: 350px;
}
.filtros.aplicacao .container {
    max-width: 1100px;
}
.filtros.aplicacao.last {
    margin-bottom: 0;
    background-position: top center;
    background-color: #ffe4b4;
    padding-bottom: 200px;
}
.filtros.aplicacao.dois {
    z-index: 3;
    padding-bottom: 100px;
}
.filtros.aplicacao.tres {
    z-index: 2;
    padding-bottom: 100px;
}
.filtros.aplicacao.quatro {
    z-index: 1;
}
.filtros.aplicacao .aplicacao {
    margin-bottom: 80px;
}
.filtros.aplicacao .breadcrumb {
    margin-top: -300px;
    margin-bottom: 100px;
}
.filtros.aplicacao ul {
    font-size: 22px;
    color: #00388a;
    font-weight: 500;
    padding: 0;
    margin-top: 30px;
}
.filtros.aplicacao ul li {
    margin-bottom: 22px;
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.filtros.aplicacao ul li:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 30px;
    font-weight: 900;
}
.filtros.aplicacao ul li.nao:before {
    content: "\f00d";
    color: #b25b36;
}
.filtros.aplicacao ul li.sim:before {
    content: "\f00c";
}
.filtros.aplicacao ul.lista_dicas {
    padding-left: 65px;
    background: url(../images/novo_site/termometro.png) top left no-repeat;
    margin-bottom: 10px;
}
.filtros.aplicacao .empedrar {
    margin-bottom: 50px;
}
.filtros.aplicacao .extratos {
    margin-bottom: 50px;
    margin-top: 100px;
}
.filtros.aplicacao .pack_manter_crocancia {
    margin-top: 40px;
}
.filtros.aplicacao h2 {
    font-family: "COCOGOOSE LETTERPRESS";
    color: #00388a;
    font-size: 40px;
}
.filtros.aplicacao h3 {
    font-family: "COCOGOOSE LETTERPRESS";
    color: #00388a;
    font-size: 30px;
}
.filtros.aplicacao img {
    margin-bottom: 30px;
}
.categorias-banner.aplicacao::after {
    background-image: url(../images/novo_site/bg_banner_aplicacao.png);
}
.filtros.aplicacao table {
    width: 100%;
    margin-top: 30px;
}
.filtros.aplicacao table tr:nth-child(even) td {
    background: rgba(128, 57, 32, 0.4);
}
.filtros.aplicacao table tr:nth-child(odd) td {
    background: rgba(178, 91, 54, 0.25);
}
.filtros.aplicacao table thead th {
    background: #803920;
    color: #fff;
    font-family: "COCOGOOSE LETTERPRESS";
    text-align: center;
    text-transform: uppercase;
    height: 90px;
}
.filtros.aplicacao table thead th span {
    font-size: 14px;
}
.filtros.aplicacao table thead th:first-child {
    background: 0 0;
}
.filtros.aplicacao table td {
    font-size: 18px;
    color: #803920;
    text-align: center;
    font-family: "COCOGOOSE LETTERPRESS";
    min-height: 120px;
}
.filtros.aplicacao table tr td:first-child {
    border-bottom: transparent;
    background: 0 0;
}
.filtros.aplicacao table td img {
    margin: 0;
    max-height: 100px;
    padding: 5px 0;
}
.box_distribuidores {
    height: 320px;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}
.box_distribuidores p {
    font-size: 20px;
    margin-bottom: 22px;
}
.box_distribuidores .estado {
    display: none;
    padding: 15px;
}
.box_distribuidores .estado.active {
    display: block;
}
@media (min-width: 992px) {
    .hidden-desktop {
        display: none;
    }
}
@media (min-width: 768px) {
    #encontre .hidden-desktop {
        display: none;
    }
}
@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
    }
    .receitas {
        background-position: center -100px;
        background-color: #faedd2;
    }
    #area_distribuidor h1 {
        background-size: contain;
        padding-top: 80px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 38px;
    }
    #area_distribuidor h1 {
        height: 230px;
    }
    .filtros.aplicacao table thead {
        display: none;
    }
    .filtros.aplicacao table tr td {
        display: block;
        border: 0;
        margin-bottom: 15px;
    }
    .filtros.aplicacao table tr td:nth-child(odd) {
        background: rgba(178, 91, 54, 0.25);
    }
    .filtros.aplicacao table tr td:nth-child(even) {
        background: rgba(128, 57, 32, 0.4);
    }
    .filtros.aplicacao table tr td:first-child {
        background: 0 0;
    }
    .filtros.aplicacao table td span:nth-child(2) {
        background: 0 0;
        color: #803920;
    }
    .filtros.aplicacao table td span:first-child {
        display: flex;
        color: #fff;
        font-family: "COCOGOOSE LETTERPRESS";
        text-transform: uppercase;
        background: #803920;
        height: 60px;
        justify-content: center;
        align-items: center;
    }
    .filtros.aplicacao table td div {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
    }
    .filtros.aplicacao table tr {
        padding-bottom: 30px;
        display: block;
    }
}
@media (max-width: 767px) {
    .link_header {
        position: absolute;
        left: 0;
        top: -25px;
    }
    .socials-sticky a {
        width: 50px;
        height: 50px;
    }
    .socials-sticky a:nth-child(2) {
        background-position: -10px -162px;
    }
    .socials-sticky a:nth-child(3) {
        background-position: -10px -236px;
    }
    .hidden-mobile {
        display: none;
    }
    #menu-area {
        width: 100%;
    }
    h1 {
        font-size: 27px;
    }
    .first-grid {
        display: block;
        height: auto;
        margin-top: 50px;
    }
    .first-grid .grid-item,
    .second-grid .grid-item {
        width: 100%;
        height: 250px;
        display: block;
        margin-bottom: 30px;
    }
    .receitas {
        background-position: center -150px;
        background-color: #faedd2;
    }
    header .login a span.text {
        display: none;
    }
    header {
        height: 60px;
    }
    .logo-ovomaltine {
        top: 20px;
    }
    .logo-ovomaltine img {
        width: 160px;
        margin-top: -55px !important;
    }
    header.sticky .logo-ovomaltine img {
        min-width: 200px !important;
        margin-top: -40% !important;
    }
    header.sticky .logo-ovomaltine {
        top: 20px;
        z-index: 10;
    }
    header.sticky .logo-ovomaltine {
        -webkit-transform: translatex(-50%) scale(1);
        -ms-transform: translatex(-50%) scale(1);
        transform: translatex(-50%) scale(1);
        -webkit-transition-delay: 180ms;
        -o-transition-delay: 180ms;
        transition-delay: 180ms;
    }
    .button-default {
        margin-bottom: 20px;
    }
    #orientacoes-uso .button-default {
        margin: 0 auto 20px;
        display: block;
    }
    #area_distribuidor h1 {
        height: 150px;
        padding-top: 50px;
    }
    .categoria-produto .grid-list {
        display: block;
    }
    .detalhe-produto {
        display: block;
    }
    .carousel-relacionados .item .content .img-carousel {
        height: 200px;
    }
    .carousel-produtos .owl-nav button.owl-next,
    .carousel-produtos .owl-nav button.owl-prev,
    .carousel-produtos button.owl-dot,
    .carousel-produtos-relacionados .owl-nav button.owl-next,
    .carousel-produtos-relacionados .owl-nav button.owl-prev,
    .carousel-produtos-relacionados button.owl-dot {
        width: 50px;
        height: 50px;
    }
    .carousel-relacionados .owl-nav {
        top: -360px;
        margin: 0 3%;
    }
    .carousel-relacionados .owl-nav img {
        width: 25px;
    }
    .carousel-relacionados .item .content .infos,
    .categorias_receita .infos {
        display: block;
    }
    .carousel-relacionados .item .content .infos span,
    .categorias_receita .infos span {
        text-align: left !important;
        margin-bottom: 5px;
        display: block;
        width: 100%;
        float: none;
        max-width: 100%;
    }
    .carousel-relacionados .item {
        min-height: 300px;
    }
    .carouselsection h1 {
        margin-bottom: 0;
        padding-top: 25px;
    }
    .lista-categorias.categorias-receitas
        .itens-receitas
        div:nth-child(even)
        a {
        top: 0;
    }
    .lista-categorias {
        padding-bottom: 50px;
    }
    .custom-select-wrapper {
        width: 210px;
        margin: 0 auto;
        display: block;
    }
    .receitas-filtros .button-default {
        margin: 0 auto 30px;
        display: block;
    }
    .section-after-banner.produto {
        padding-top: 100px;
    }
    .detalhes-receita .infos {
        display: block;
    }
    .detalhes-receita .infos span {
        display: block;
    }
    .detalhes-receita .grid-receita {
        display: block;
        height: auto;
    }
    .filtros.aplicacao ul {
        margin-bottom: 0;
    }
    .contato span.sac {
        font-size: 16px;
        padding: 5px 40px 5px 80px;
        background-position: 40px 5px;
        background-size: 25px;
    }
    .contato-content form > div {
        display: block !important;
        margin-bottom: 0 !important;
    }
    .contato-content form input[type="email"] .contato-content form select,
    .contato-content form input[type="text"] {
        margin-bottom: 20px;
    }
    .contato-content form button[type="submit"] {
        padding: 20px 50px;
        display: block;
    }
}
.site-cookies p {
    color: #fff;
}
.tabela-nutricional .table-top {
    background: #00388a !important;
    color: #fff;
}
.tabela-nutricional .table-quant {
    background: 0 0 !important;
    color: #00388a !important;
}
.tabela-nutricional td,
.tabela-nutricional th {
    border-color: #00388a !important;
}
.table-values tr td {
    background: 0 0 !important;
    color: #00388a !important;
}
.rodape-table tr {
    background: 0 0 !important;
}
.rodape-table td {
    padding: 0 20px !important;
    color: #00388a !important;
}
footer a {
    color: #fff;
}
@media (max-width: 768px) {
    .fitros.aplicacao h1 {
        font-size: 30px;
        margin-bottom: 21px;
    }
    .fitros.aplicacao p {
        text-align: center;
    }
    #orientacoes-uso h1 {
        text-align: center;
    }
    .linha-produtos .button-default {
        margin: 0 auto 40px;
        display: block;
    }
    .linha-produtos h1 {
        text-align: center;
    }
    .linha-produtos p {
        text-align: center;
    }
    .filtros.aplicacao .extratos {
        margin-top: 0;
    }
    .filtros.aplicacao h2 {
        font-size: 25px;
    }
    .filtros.aplicacao h3 {
        font-size: 20px;
    }
    .filtros.aplicacao table td img {
        max-height: 140px;
    }
}
header .login {
    display: none;
}
.section-after-banner {
    background: #faedd2;
}
body {
    position: relative;
    background: #faedd2 !important;
}
.pesquisa_receita {
    position: relative;
    margin-bottom: 50px;
}
.pesquisa_receita .form-control {
    height: 50px;
    line-height: 48px;
    border: 1px solid #00388a;
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0;
    padding-left: 30px;
}
.pesquisa_receita button {
    width: 100px;
    height: 50px;
    position: absolute;
    background: #00388a;
    text-align: center;
    display: block;
    bottom: 0;
    border: 0;
    color: #fff;
    right: 0;
    font-size: 22px;
}
.collapse p a {
    font-size: 14px;
    text-decoration: underline;
}
.pagination {
    text-align: center;
    display: block;
    margin-top: 120px;
}
.page-item.disabled .page-link,
.pagination li {
    display: inline-block;
    background: 0 0;
    border: transparent;
}
.pagination li.page-item.active {
    background: #00388a;
}
.page-item.disabled .page-link,
.pagination li a {
    color: #00388a;
    font-family: Roboto;
    font-size: 22px;
    background: 0 0;
    border: transparent;
}
.pagination li.page-item.active .page-link {
    color: #fff;
    font-family: Roboto;
    font-size: 22px;
    background: 0 0;
    border: transparent;
}
#detalhe_produto {
    position: relative;
}
#detalhe_produto:before {
    content: "";
    display: block;
    position: absolute;
    transform: scale(1.3);
    z-index: -1;
    background: url(../images/novo_site/flocos-3.png) right top no-repeat;
    width: 160px;
    height: 753px;
    top: 255px;
    left: 0;
    z-index: 4;
}
#detalhe_produto .container {
    position: relative;
    z-index: 5;
}
@media (max-width: 991px) {
    #detalhe_produto:before {
        width: 151px;
        height: 300px;
        top: 140px;
    }
}
.logo-ovomaltine img {
    max-width: 200px;
    margin-top: -35px;
}
.grid-receita .box_ingredientes h1 {
    font-size: 24px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #000;
    margin-bottom: 5px;
}
.detalhes-receita .infos span {
    width: 25%;
}
.detalhes-receita .infos span:first-child {
    width: 50%;
}
@media (max-width: 1199px) {
    .detalhes-receita .infos {
        display: block;
    }
    .detalhes-receita .infos span,
    .detalhes-receita .infos span:first-child {
        width: 100%;
        display: block;
    }
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 197px;
}
.bootstrap-select .btn {
    background: url(../images/bg-filtros.png) 0 0 no-repeat;
    background-size: contain;
    border: 0;
    color: #fff;
    padding: 12px 5px;
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 197px;
    height: 44px;
    font-family: Roboto;
    text-transform: uppercase;
}
.bootstrap-select .dropdown-toggle .filter-option {
    color: #fff;
    width: 110px;
    text-align: center;
}
.bootstrap-select > .dropdown-toggle:after {
    color: #fff;
    margin-right: 25px;
}
.bootstrap-select .dropdown-menu {
    background: #803920;
}
.bootstrap-select .dropdown-menu li {
    background: #803920;
}
.bootstrap-select .bs-ok-default:after,
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    color: #fff;
}
.bootstrap-select .dropdown-menu li a:hover .bs-ok-default:after,
.bootstrap-select .dropdown-menu li a:hover span.text {
    color: #000;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    max-width: 130px;
    text-overflow: ellipsis;
}
@media (max-width: 768px) {
    .receitas {
        padding-bottom: 310px;
        margin-bottom: -210px;
    }
    .categoria-produto .grid-list a {
        margin-bottom: 50px;
        min-height: auto;
    }
    .filtros.aplicacao .breadcrumb {
        margin-top: -350px;
        margin-bottom: 50px;
    }
    .filtros.aplicacao {
        padding-bottom: 65px;
        margin-bottom: -65px;
    }
    .filtros.aplicacao.dois {
        padding-top: 50px;
    }
    .filtros.aplicacao.tres {
        padding-top: 50px;
    }
    .filtros.aplicacao.quatro {
        padding-top: 50px;
    }
    .filtros.aplicacao.last {
        padding-bottom: 50px;
    }
    .detalhes-receita .socials-sidebar {
        padding-top: 35px;
    }
    .section-after-banner {
        padding-top: 35px;
    }
    .categoria-produto .grid-list a div {
        margin-bottom: 30px;
    }
    .categoria-produto .grid-list a img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: 0 auto;
    }
    .categoria-produto .grid-list a div {
        height: 300px;
    }
    .categoria-produto .grid-list a {
        min-height: auto;
        display: block;
    }
    #detalhe_produto {
        padding-bottom: 0;
    }
    .carouselsection h1 {
        padding-top: 0;
    }
    .detalhe-produto {
        margin-bottom: 20px;
    }
    .no-footer-before .carouselsection {
        margin-top: 20px;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
            .input-group-btn
        ) {
        width: 100% !important;
    }
    .bootstrap-select .btn {
        padding: 3px 5px 0 5px;
        height: 30px;
        width: 100%;
        font-size: 12px;
    }
    .bootstrap-select > .dropdown-toggle:after {
        margin-right: 18px;
    }
    .receitas-filtros .button-default {
        max-width: 100%;
    }
    #orientacoes-uso {
        margin-top: 80px;
    }
}
@media (max-width: 1280px) {
    .carousel-banner .owl-nav {
        top: -195px;
    }
}
@media (max-width: 1152px) {
    .instagram_feed {
        height: 1100px;
    }
}
@media (max-width: 1024px) {
    .carousel-historia .owl-nav {
        top: -460px;
    }
    .detalhe-produto {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 800px) {
    .carousel-historia .owl-nav {
        margin: 0 8%;
    }
}
@media (max-width: 768px) {
    .namidia h1.insta-top {
        font-size: 45px;
    }
    .instagram_feed {
        height: 825px;
    }
    .detalhe-produto {
        grid-template-columns: 1fr;
    }
    .produto-content {
        flex-direction: column;
    }
    .detalhe-produto {
        grid-template-columns: 1fr;
    }
    .carouselsection h1 {
        max-width: 100%;
        z-index: 2;
        position: relative;
    }
    .produto::before {
        display: none;
    }
    .carousel-especial::after {
        content: " ";
        position: absolute;
        width: 100%;
        bottom: -20px;
        background: url(../images/bg-carousel-especial.png) center bottom
            no-repeat;
    }
    .detalhe-produto h1 {
        font-size: 3rem;
        line-height: 50px;
    }
    .namidia .grid-midia a {
        min-height: 190px;
    }
    .faca-seu-negocio {
        top: -70px;
    }
    .detalhes-receita .infos span {
        font-size: 1rem;
    }
    .detalhes-receita .grid-receita {
        grid-template-columns: 1fr 1fr;
    }
    .detalhes-receita p {
        line-height: 23px;
        font-size: 1rem;
    }
    .detalhes-receita h1 {
        font-size: 1.6rem;
    }
    .categoria-produto::after,
    .lista-categorias::after {
        bottom: 0;
        content: " ";
        background: url(../images/bgbottom-categoriaprodutos.png) center bottom
            no-repeat;
        width: 100%;
        height: 85px;
        background-size: 100%;
    }
    .categoria-produto,
    .lista-categorias {
        padding-bottom: 100px;
    }
    .categoria-produto .grid-list a {
        min-height: 320px;
    }
    .categoria-produto .grid-list a h2 {
        font-size: 1.2rem;
    }
    .lista-categorias .lista-categorias-grid {
        grid-template-columns: 1fr 1fr;
    }
    .lista-categorias .lista-categorias-grid img {
        max-width: 100%;
    }
    .lista-categorias .lista-categorias-grid div:nth-child(3n + 2) {
        bottom: unset;
    }
    .detalhes-receita .breadcrumb {
        display: none;
    }
    .receitas-filtros .row-flex-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .receitas-filtros select {
        margin: 0 auto;
    }
    .contato-content form > div:nth-child(1),
    .contato-content form > div:nth-child(2) {
        grid-template-columns: 1fr;
    }
    .contato-content h1 {
        font-size: 2rem;
    }
}
@media (max-width: 1366px) {
    .produto::before {
        left: -10%;
    }
}
@media (max-width: 480px) {
    .institucional .quem-somos {
        margin-bottom: 150px;
    }
    .carousel-produtos .owl-stage-outer {
        padding-bottom: 15px;
    }
    .categoria-produto .container {
        top: -60px;
    }
    header .container {
        flex-direction: row-reverse;
    }
    .instagram_feed {
        height: 495px;
    }
    #menu-area {
        width: 100%;
    }
    .socials {
        display: none;
    }
    .logo-ovomaltine {
        top: 0;
        transform: translatex(-50%) scale(0.7);
    }
    div.menu {
        position: absolute;

        transform: scale(0.8);
        right: 0px;
    }
    header .login a span.icon {
        position: absolute;
        left: 10px;
    }
    header.sticky .logo-ovomaltine {
        transform: translatex(-50%) scale(0.4);
        top: -15px;
    }
    header.sticky div.menu {
    }
    .linha-produtos {
        padding-top: 190px;
        background-size: cover;
        background-position: 0 -105px;
        top: 0;
    }
    .linha-produtos::before {
        content: " ";
        position: absolute;
        top: -200px;
        width: 100%;
        height: 200px;
        background: #cb6f3a;
    }
    .linha-produtos .row-flex {
        flex-direction: column;
    }
    .linha-produtos img {
        max-width: 100%;
        left: unset;
        bottom: unset;
        order: 3;
        transform: scale(1);
    }
    .linha-produtos .caption {
        order: 1;
        top: unset;
        transform: unset;
        max-width: unset;
        position: unset;
    }
    .linha-produtos .caption h1 {
        font-size: 1.4rem;
        line-height: 44px;
    }
    .linha-produtos .caption h1 strong {
        font-size: 3rem;
        display: block;
    }
    .produto::before {
        display: none;
    }
    .receitas-filtros {
        display: none;
    }
    .receitas p {
        max-width: unset;
    }
    .first-grid .grid-item:nth-child(1) {
        display: grid;
        grid-column: 1/6;
    }
    .second-grid {
        grid-template-columns: 1fr;
    }
    .second-grid .grid-item {
        min-height: 180px;
    }
    .second-grid .grid-item:nth-child(1) {
        display: grid;
    }
    h1 {
        font-size: 30px;
    }
    .banner::after {
        bottom: 48px;
    }
    .carouselsection {
        margin-bottom: -70px;
    }
    .carousel-produtos .owl-nav,
    .carousel-produtos-relacionados .owl-nav {
        transform: translateY(50px) scale(0.8);
        margin: 0 -46px !important;
    }
    .carousel-banner .owl-nav {
        transform: translateY(85%);
        position: relative;
    }
    .carousel-banner .owl-nav,
    .carousel-produtos .owl-nav {
        margin: 0;
    }
    .carousel-produtos .item {
        background-size: cover;
        height: 350px;
        min-height: unset;
    }
    .carousel-produtos .owl-item.center .item {
        background-size: contain;
    }
    .carousel-produtos .item .content {
        width: 100%;
    }
    .carousel-produtos .item h2 {
        font-size: 1.3rem;
    }
    .carousel-produtos .item img {
        max-width: 250px;
    }
    .institucional {
        background-size: cover;
        overflow: hidden;
    }
    .institucional .quem-somos,
    .institucional .sociais {
        grid-template-columns: 1fr;
    }
    .institucional .quem-somos h1,
    .institucional .sociais h1 {
        max-width: unset;
    }
    .institucional .quem-somos img,
    .institucional .sociais img {
        max-width: 100%;
    }
    .institucional .quem-somos > div:nth-child(2),
    .institucional .sociais > div:nth-child(2) {
        top: unset;
        transform: unset;
    }
    .institucional .quem-somos > div:nth-child(2) {
        text-align: left;
        order: 2;
        z-index: 2;
    }
    .institucional .quem-somos h1 {
        float: unset;
    }
    .institucional .button-default {
        margin: 0 auto;
        display: block;
    }
    .institucional .sociais > div:nth-child(1)::before {
        top: -160px;
    }
    .lista-categorias .lista-categorias-grid {
        grid-template-columns: 1fr;
    }
    .contato span.sac {
        font-size: 1.4rem;
        padding: 4px 20px 4px 40px;
        background-size: 19px;
        background-position: 13px 12px;
    }
    .contato-content form {
        padding: 20px;
        max-width: unset;
    }
    .contato-content form button[type="submit"] {
        padding: 10px 50px;
        font-size: 15px;
    }
    .contato-content form input[type="email"] .contato-content form select,
    .contato-content form input[type="text"] {
        height: 35px;
        padding: 0 13px;
        font-size: 15px;
    }
    .categoria-produto .grid-list {
        grid-template-columns: 1fr;
    }
    .categoria-produto .grid-list a:nth-child(even) {
        top: unset;
    }
    .detalhes-receita .infos {
        display: flex;
        flex-direction: column;
    }
    .detalhes-receita .grid-receita {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .faca-seu-negocio {
        position: relative;
        margin: 0 auto;
        top: unset;
    }
    .carousel-historia .item {
        padding: 0;
    }
    .carousel-historia .item img {
        max-width: 100%;
    }
    .carousel-historia .owl-nav {
        margin: 0 auto;
        top: -875px !important;
        width: 200px;
        transform: scale(0.7);
    }
    .carousel-historia p {
        padding: 0;
    }
    .carousel-historia .owl-nav .owl-next:hover {
        background: auto !important;
    }
    .namidia h1.insta-top {
        font-size: 1.5rem;
    }
    .namidia .grid-midia {
        grid-template-columns: 1fr 1fr;
    }
    .namidia h1.subtitulo {
        font-size: 2rem;
        max-width: 100%;
    }
    .namidia .box {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .righttext .img {
        order: 1;
    }
    .namidia .box .text {
        order: 2;
    }
    .namidia .righttext .text div {
        text-align: left;
    }
    .namidia .box .text h2 {
        font-size: 1.6rem;
    }
    .detalhe-produto {
        margin-bottom: 60px;
    }
    .detalhe-produto h1 {
        font-size: 1.7rem;
        line-height: normal;
    }
    .carouselsection h1 {
        font-size: 1.4rem;
        max-width: 100%;
        margin-bottom: 0;
    }
    .produto .flexslider {
        margin-bottom: 5px;
    }
    .carousel-relacionados .owl-nav {
        margin: 0 25px;
    }
    .carousel-relacionados .owl-item:nth-child(even) {
        bottom: unset;
    }
    .carousel-produtos .owl-item:nth-child(odd),
    .carousel-relacionados .owl-item:nth-child(odd) {
        top: unset;
    }
    .produto-content {
        flex-direction: column;
    }
    .produto-content img {
        max-width: 100%;
    }
    .contato-content h1,
    .produto-content h1 {
        font-size: 2rem;
    }
    .produto-content > div:nth-child(1) {
        order: 2;
    }
    .detalhe-produto p {
        font-size: 1rem;
    }
    .no-footer-before .carouselsection {
        margin-bottom: 0;
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .first-grid .grid-item:nth-child(5),
    .first-grid .grid-item:nth-child(6) {
        display: none;
    }
} /*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
@keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 220px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
    width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: 0 !important;
}
.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}
.input-group
    .bs3-has-addon.bootstrap-select
    .dropdown-toggle
    .filter-option
    .filter-option-inner {
    padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
    outline: 0 !important;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
    -o-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
    animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: "\00a0";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup
    .dropdown-toggle
    .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right
    .dropdown-toggle
    .filter-option:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right
    .dropdown-toggle
    .filter-option:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show
    > .dropdown-toggle
    .filter-option:before {
    display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
