:root {
    --color-primary: #84754e;
}

/* Fonts */
@font-face {
    font-family:ginregular;
    src:url(../fonts/gin_regular-webfont.woff2) format("woff2"),
    url(../fonts/gin_regular-webfont.woff) format("woff");
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family:hebdengrotesque;
    src:url(../fonts/hebden-grotesque-webfont.woff2) format("woff2"),
    url(../fonts/hebden-grotesque-webfont.woff) format("woff");
    font-weight:400;
    font-style:normal
}

.responsive-iframe {
	max-width: 100%;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* General */

body {
    font-size: 16px;
    background: #1c1c1c;
    color: #fff;
    font-family: Roboto,sans-serif;
    -webkit-font-smoothing: antialiased;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2 {
    font-family: ginregular,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: var(--color-primary);
}
a {
    color: var(--color-primary);
}
a, a:hover {
    text-decoration: none;
}
a:hover {
    color: #bba66e;
}
img {
    max-width: 100%;
    height: auto;
}
img.aligncenter {
    margin: 0 auto;
    display: block;
}
img.alignleft {
    float: left;
}
img.alignright {
    float: right;
}
.responsive-embed-container {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    max-width: 100% !important;
   }
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    aspect-ratio: 16 / 9;
}
.responsive-embed-container iframe, .responsive-embed-container object, .responsive-embed-container embed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


.page-header-title {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding-bottom: 0;
    color: #fff;
    font-family: ginregular,sans-serif;
    line-height: 1;
    letter-spacing: 20px;
    background: #bfb393;
    color: #000;
    padding: 2px 0px 4px 19px;
    line-height: 66px;
    font-size: 35px;
}

.page-header-title:after, .page-header-title:before {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: -30px;
    width: 9px;
    height: 9px;
    background: url(../img/icon-losango.png) no-repeat 50%;
    background-size: cover;
    pointer-events: none;
}

.btn {
    padding: 10px 18px;
    background: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 3px;
    color: #fff;
    font-size: .688rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn:hover {
    background: #bfb393;
    border-color: #bfb393;
    color: #fff;
}
.btn.btn-white {
    padding: 10px 28px;
    background: #fff;
    border-color: #fff;
    /* border-radius: 3px; */
    color: #f72437;
    /* font-size: .688rem; */
    /* font-weight: 700; */
    /* line-height: 1; */
    /* letter-spacing: 1px; */
    /* text-transform: uppercase;*/
}
.btn-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    padding: 0;
    background: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 3px;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase
}

.btn-values:focus,
.btn-values:hover,
.btn-values:not(:disabled):not(.disabled).active,
.btn-values:not(:disabled):not(.disabled):active {
    padding: 0;
    background: #bfb393;
    border-color: #bfb393;
    color: #fff;
    cursor: pointer
}

.btns-group {
    display: table;
    margin: 50px auto 0;
}
.btns-group a.btn {
    margin: 0 10px;
    display: inline-block;
}
.form-check--special {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: .875rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 0;
}

.form-check--special input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid var(--color-primary);
    border-radius: 2px
}

.form-check--special:hover input~.checkmark {
    background-color: transparent;
    border-color: #ff3838
}

.form-check--special input:checked~.checkmark {
    background-color: var(--color-primary)
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.form-check--special input:checked~.checkmark:after {
    display: block
}

.form-check--special .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

::selection {
    color: #000;
    background: #bfb393;
}

.section-padding {
    padding: 85px 0;
}
.section-padding-bottom {
    padding-bottom: 85px;
}

.title {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    font-size: 2.5rem;
    font-family: ginregular, sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1;
}
.title:after, .title:before {
    display: block;
    content: "";
    position: absolute;
    top: 21px;
    left: -30px;
    width: 9px;
    height: 9px;
    background: url(../img/icon-losango.png) no-repeat 50%;
    background-size: cover;
    pointer-events: none;
}
.title:after {
    left: auto;
    right: -27px;
}
.content {
    padding-bottom: 80px;
}

.pagination-container .page-link, .pagination-container .page-item span {
    border: 1px solid;
    background: none;
    color: var(--color-primary);
    font-size: 1.2rem;
    border-radius: unset !important;
    padding: 6px 15px;
    display: block;
}
.pagination-container .page-item span, .pagination-container .page-link:hover {
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.pagination-container {
    margin-top: 30px;
}

.text-int {
    margin-bottom: 50px;
}
.text-int h1, .text-int h2, .text-int h3 {
    margin-bottom: 30px;
    text-align: center;
}

/* Header */
.header {
    padding: 25px 1rem;
    background: #000;
}
header .container {
    max-width: 1350px;
}
#navbarSupportedContent .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: .575rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#navbarSupportedContent .navbar-nav .nav-item:last-child {
    margin-right: 0;
}
#navbarSupportedContent .navbar-nav .nav-item:last-child > .nav-link::after, #navbarSupportedContent .navbar-nav .nav-item.menu-item-34 > .nav-link::after {
    display: none;
}
#navbarSupportedContent .navbar-nav {
    margin-left: auto;
}

/* Slider */
.slider a img {
    margin: 0 auto;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slider .slick-dots {
    bottom: -20px;
    z-index: 11;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 0;
}
.slider .slick-dots li {
    margin: 0 2px;
    -webkit-transform: rotate(46deg)!important;
    -o-transform: rotate(46deg)!important;
    transform: rotate(46deg)!important;
}
.slider .slick-dots li.slick-active button {
    background-color: #ff3838;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-next, .slick-prev {
    top: auto;
    bottom: 0;
    z-index: 1000;
    width: 25px;
    height: 25px;
    background: var(--color-primary);
    border-radius: 3px;
    color: #fff;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next {
    right: auto;
    left: 55px;
}
.slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
}
.slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
}


/* About */
.about h2 {
    margin-top: 10px;
    font-size: 40px;
}
.about p {
    font-size: 1.438rem;
    margin: 80px 0;
}

/* Certification */
.certification {
    padding-bottom: 30px
}
.certification .container {
    position: relative;
}
.certification__content {
    padding: 10px 20px 15px 10px;
    background-color: #000;
    border-left: 10px solid var(--color-primary);
    font-size: .75rem
}

.certification__title {
    font-size: 1.188rem
}
.certification__img {
    text-align: right;
}
.certification__title>span {
    display: block;
    margin-bottom: -3px;
    color: #fff;
    font-size: .75rem;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

/* cuts */
.cuts {
    background: url(../img/bg-textura.jpg) no-repeat 50% #000;
    background-size: cover;
}
.cuts h2 {
    margin: 0 auto 26px;
    display: table;
}
.cuts .slick-slide .btn {
    position: absolute;
    bottom: 12px;
    right: 10px;
}

.cuts .slick-slide {
    position: relative;
}
/* .cuts a.btn.encontrar-loja {
    margin: 50px auto 0;
    display: table;
} */
.cuts .slick-slider {
    max-width: 626px;
    margin: 0 auto;
}

/* recipe */
.recipe h2 {
    margin: 0 auto 26px;
    display: table;
}
.recipe h3.title {
    font-family: Roboto,sans-serif;
    margin-bottom: 13px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    min-height: 50px;
}
.recipe h3.title:after, .recipe h3.title:before {
    display: none;
}
/* .recipe h3.title:after, .recipe h3.title:before {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: -30px;
    width: 9px;
    height: 9px;
    background-size: cover;
    pointer-events: none;
} */
/* .recipe h3.title:after {
    left: auto;
    right: -27px;
} */
.recipe .text {
    padding: 15px 40px;
    background-color: #f72437;
    background: #f72437;
    background: -webkit-gradient(linear,left bottom,left top,from(#ff3838),to(#f72437));
    background: -webkit-linear-gradient(bottom,#ff3838,#f72437);
    background: -o-linear-gradient(bottom,#ff3838 0,#f72437 100%);
    background: linear-gradient(0deg,#ff3838,#f72437);
    text-align: center;
}

.recipe .btn {
    display: table;
    margin: 40px auto 0;
}
.recipe .btn-white {
    display: table;
    margin: 0 auto;
}
.recipe .col-lg-4 {
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.recipe .col-lg-4:hover {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.recipe-int h1 {
    margin-bottom: 20px;
    text-align: center;
}
.recipe-int .container {
    max-width: 800px;
}
.recipe-int .col-lg-12 p {
    text-align: center;
    margin-bottom: 30px;
}
.recipe-int .slick-prev {
    left: 15px;
}
.recipe-int .slick-next {
    right: 15px;
}
.recipe-int .slick-next, .recipe-int .slick-prev {
    width: 40px;
    height: 40px;
    bottom: 40%;
}
.recipe-int .slider-image {
    margin-bottom: 30px;
}

/* churrascometro */
.churrascometro {
    display: flex;
    width: 100%;
    align-items: center;
}
.churrascometro h3 {
    margin: 0 auto 30px;
    display: table;
}
.churrascometro p {
    max-width: 100%;
    display: table;
    margin: 0 auto 50px;
    font-size: 1.438rem;
    font-weight: 700;
}

.churrascometro .btn {
    margin: 0 auto;
    display: table;
}

/* churrascometro page */

.m-churrascometro {
    padding: 30px 0;
    background: url(../img/bg-destaque-churrascometro.jpg) no-repeat 50% #000;
    background-size: cover
}

.m-churrascometro__header {
    margin-bottom: 17px
}

.m-churrascometro__content {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: .75rem;
    font-family: hebdengrotesque
}

.m-churrascometro-row .btn {
    margin: 50px 0;
}

.m-content h1,
.m-content h2,
.m-content h3,
.m-content h4,
.m-content h5,
.m-content h6 {
    color: #f72437;
    font-family: ginregular, sans-serif
}

.m-churrascometro-row {
    margin-bottom: 30px
}

.m-churrascometro-title {
    margin-bottom: 30px;
    text-align: center
}

.m-churrascometro-pessoa {
    margin-bottom: 40px;
    text-align: center
}

.m-churrascometro-pessoa:last-child {
    margin-bottom: 0
}

.m-churrascometro-pessoa__title {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #fff !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 700 !important;
    text-transform: none;
    line-height: 1
}

.m-churrascometro-pessoa__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-churrascometro-checks--last {
    margin-bottom: 30px
}

.m-churrascometro-resultado__title {
    display: none
}

.m-churrascometro-resultado__content {
    position: relative;
    display: none;
    margin: 0 auto;
    font-size: 1.625rem;
    font-family: ginregular, sans-serif;
    line-height: 1
}

.m-churrascometro-resultado__content:after,
.m-churrascometro-resultado__content:before {
    display: block;
    content: "";
    position: absolute;
    top: 24px;
    left: -30px;
    width: 9px;
    height: 9px;
    background: url(../img/icon-losango.png) no-repeat 50%;
    background-size: cover;
    pointer-events: none
}

.m-churrascometro-resultado__content:after {
    left: auto;
    right: -27px
}
.form-control-churrascometro {
    display: inline-block;
    width: 60px;
    height: 33px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    background-color: #1c1c1c;
    border: 1px solid #aaa;
    color: #fff
}

.form-control-churrascometro:hover {
    border-color: #bfb393
}

.form-control-churrascometro:focus {
    padding: 5px 10px;
    background-color: #000;
    border-color: var(--color-primary);
    color: #fff;
    font-weight: 400
}

/* Cuts List */

.cuts-list h3.title {
    font-family: Roboto,sans-serif;
    margin-bottom: 13px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.cuts-list h3.title:after, .cuts-list h3.title:before {
    display: none;
}
/* .cuts-list h3.title:after, .cuts-list h3.title:before {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: -30px;
    width: 9px;
    height: 9px;
    background-size: cover;
    pointer-events: none;
}
.cuts-list h3.title:after {
    left: auto;
    right: -27px;
} */
.cuts-list .text {
    padding: 15px 10px;
    background-color: #bfb393;
    background: #bfb393;
    background: -webkit-gradient(linear,left bottom,left top,from(var(--color-primary)),to(#bfb393));
    background: -webkit-linear-gradient(bottom,var(--color-primary),#bfb393);
    background: -o-linear-gradient(bottom,var(--color-primary) 0,#bfb393 100%);
    background: linear-gradient(0deg,var(--color-primary),#bfb393);
    text-align: center;
}

.cuts-list .btn-white {
    display: table;
    margin: 0 auto;
    color: var(--color-primary);
}
.cuts-list .col-lg-4 {
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cuts-list .col-lg-4:hover {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.cuts-int h1 {
    margin-bottom: 30px;
    margin-top: 20px;
}
.cuts-int .slick-prev {
    left: 15px;
}
.cuts-int .slick-next {
    right: 15px;
}
.cuts-int .slick-next, .cuts-int .slick-prev {
    width: 40px;
    height: 40px;
    bottom: 40%;
}

/* Filter */
/* Recipe Filter */
.filter {
    background-color: var(--color-primary);
    height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.filter form ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    padding: 0;
}
.filter form ul li label {
    width: 100%;
}
.filter form select {
    background: none;
    border: none;
    border-bottom: #fff 1px solid;
    color: #fff;
    width: 100%;
    max-width: 450px;
    height: 36px;
}
.filter form li {
    width: 100%;
    max-width: 450px;
}

.filter form select option {
    color: #000;
}
.filter form select:focus {
    outline: none;
}

/* Page Header */
.page-header {
    position: relative;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 130px;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: none;
}


/* Gallery */
.gallery {
    margin: 0 auto 50px;
}
.gallery .grid {
    display: grid;
    column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.gallery .btn {
    display: table;
    margin: 30px auto 0;
}

/* Blog */
.blog-int h1 {
    margin-bottom: 30px;
    text-align: center;
}
.blog-int .container {
    max-width: 800px;
}
.blog-int .col-lg-12 p {
    margin-bottom: 20px;
}
.blog-int .slick-prev {
    left: 15px;
}
.blog-int .slick-next {
    right: 15px;
}
.blog-int .slick-next, .blog-int .slick-prev {
    width: 40px;
    height: 40px;
    bottom: 40%;
}
.blog-int .slider-image {
    margin-bottom: 30px;
}
.blog-int .slick-slide img {
    margin: 0 auto;
    max-width: 500px;
}


/* where-to-buy */
.where-to-buy {

}
.where-to-buy h1 {
    margin-bottom: 20px;
    text-align: center;
}


 /* Slick */
 .slick-next, .slick-prev {
    bottom: 37%;
    width: 50px;
    height: 50px;
}
.slick-next {
    left: auto;
    right: -65px;
}
 .slick-next, .slick-prev {
    bottom: 35%;
    width: 65px;
    height: 65px;
}
.slick-prev {
    left: -64px;
}
.cuts .slick-slide img {
    margin: 0 auto;
}


/* Footer */
footer {
    padding: 50px 0;
    background: var(--color-primary);
    color: #fff;
    font-size: .75rem;
    text-align: center;
}
footer h3 {
    margin-top: 5px;
    margin-bottom: 17px;
    color: #fff;
    font-family: ginregular,sans-serif;
    font-size: 1.188rem;
    letter-spacing: 1px;
}
footer img {
    max-width: 210px;
}
footer .comper {
    max-width: 109px;
    margin-bottom: 20px;
}
footer p {
    font-size: 16px;
    margin-bottom: 5px;
}
footer .btn {
    padding: 0;
}
footer .btn:hover {
    background: none;
    border: none;
}

/* Responsive */
@media (min-width: 576px) {
    /* General */
    .page-header-title:after, .page-header-title:before {
        top: 12px;
        left: -30px;
    }
    .page-header-title:after {
        left: auto;
        right: -27px;
    }
    /* Page Header */
    .page-header {
        height: 230px;
        margin: 0 0 50px;
    }
}
@media (min-width: 768px) {

    /* Slider */
    .slider .slick-dots {
        bottom: 20px;
    }
    .slider .slick-dots li button {
        width: 15px;
        height: 15px;
    }
    .slider .slick-dots li {
        margin: 0 8px;
    }

    /* Churrascometro */
    .m-churrascometro-resultado__content {
        font-size: 2.5rem;
        line-height: .9;
    }
    .m-churrascometro-resultado__content:after, .m-churrascometro-resultado__content:before {
        top: 31px;
        left: -45px;
        width: 15px;
        height: 15px;
    }
    .m-churrascometro-resultado__content:after {
        left: auto;
        right: -39px;
    }
}
@media (min-width: 992px) {
    /* General */
    .page-header-title:after {
        left: auto;
        right: -35px;
    }
    .page-header-title:after, .page-header-title:before {
        top: 20px;
        left: -40px;
        width: 20px;
        height: 20px;
    }
    .btn {
        font-size: 1.063rem;
        line-height: 1;
        letter-spacing: 0;
        padding: 15px 35px;
    }
    .title {
        font-size: 6.25rem;
        letter-spacing: 19px;
    }
    .title:after, .title:before {
        top: 43px;
        left: -75px;
        width: 28px;
        height: 28px;
    }
    .title:after {
        left: auto;
        right: -70px;
    }

    /* Page Header */
    .page-header {
        height: 350px;
        margin: 0 0 90px;
    }



    /* Header */
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .nav-link {
        padding: 0.7rem 1rem;
    }
    #navbarSupportedContent .navbar-nav .nav-item:last-child > .nav-link {
        background-color: var(--color-primary);
        border-radius: 5px;
        color: #fff;
    }
    #navbarSupportedContent .navbar-nav .nav-link {
        text-align: center;
    }
    #navbarSupportedContent .navbar-nav .nav-link {
        padding-left: 11px;
        padding-right: 11px;
        font-size: .8rem;
        letter-spacing: 2px;
    }

    /* Certification */
    .certification__content {
        position: absolute;
        top: 45px;
        left: 0;
        z-index: 1;
        max-width: 600px;
        padding: 23px 40px 25px 60px;
        font-size: 1.438rem;
    }
    .certification {
        position: relative;
        padding-bottom: 85px;
    }
    .certification__title {
        margin-bottom: 25px;
        font-size: 2.5rem;
    }
    .certification__title>span {
        margin-bottom: -7px;
        font-size: 1.438rem;
    }
    .certification__footer {
        text-align: right;
    }
    .certification__content>p {
        margin-bottom: 30px;
    }

    /* Churrascometro */
    .m-churrascometro-title {
        margin-bottom: 70px;
        font-size: 2.688rem;
    }
    .m-churrascometro-resultado__content {
        font-size: 4.375rem;
        line-height: .9;
    }
    .m-churrascometro-resultado__content:after, .m-churrascometro-resultado__content:before {
        top: 50px;
        left: -100px;
        width: 30px;
        height: 30px;
    }
    .m-churrascometro-resultado__content:after {
        left: auto;
        right: -65px;
    }
    .btn-values {
        width: 40px;
        height: 40px;
        font-size: 40px;
        padding: 0;
    }
    .form-control-churrascometro {
        width: 75px;
        height: 40px;
        margin-left: 7px;
        margin-right: 7px;
    }
    .form-check--special {
        padding-left: 35px;
        margin-bottom: 10px;
        font-size: 1.125rem;
        line-height: 1;
    }

    /* Cut */
    .cuts h2, .recipe h2 {
        margin-bottom: 100px;
    }

    footer h3 {
        margin-top: 20px;
        margin-bottom: 50px;
        font-size: 1.5rem;
    }
}
@media (min-width: 1200px) {
    /* General */
    .page-header-title:after, .page-header-title:before {
        top: 28px;
        left: -55px;
        width: 25px;
        height: 25px;
    }
    .page-header-title:after {
        left: auto;
        right: -42px;
    }
    .title {
        font-size: 4.588rem;
        letter-spacing: 28px;
    }
    .title:after, .title:before {
        top: 30px;
    }
    .container {
        max-width: 1140px;
    }



    /* Page Header */
    .page-header {
        height: 420px;
        margin: 0 0 85px;
    }

    /* Header */
    .header .navbar-brand {
        max-width: 210px;
    }
    #navbarSupportedContent .navbar-nav .nav-item {
        margin-right: 12px;
    }
    #navbarSupportedContent .navbar-nav .nav-link {
        position: relative;
    }
    #navbarSupportedContent .navbar-nav .nav-link:after {
        display: block;
        position: absolute;
        top: 14px;
        right: -11px;
        content: "";
        width: 12px;
        height: 12px;
        background: url(../img/icon-losango.png) no-repeat 50%;
        background-size: cover;
        pointer-events: none;
    }

    /* Certification */
    .certification__content {
        border-left: 15px solid var(--color-primary);
    }

    /* churrascometro */
    .churrascometro {
        min-height: 580px;
    }
}
@media (max-width: 1199px) {
    .btns-group a.btn {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .recipe .col-lg-4 {
        max-width: 367px;
        margin: 30px auto 0;
    }
    .recipe h3.title {
        min-height: 0;
    }
    .about p {
        margin: 30px 0;
    }
    .cuts-int .slider-image {
        margin-top: 50px;
    }
    #navbarSupportedContent .navbar-nav {
        padding-top: 20px;
    }

}
@media (max-width: 767px) {
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next, .slick-prev {
        bottom: 40%;
        width: 40px;
        height: 40px;
    }
    .churrascometro {
        text-align: center;
    }
    .title {
        font-size: 2rem;
    }
    .title:after, .title:before {
        top: 14px;
    }
    .btns-group {
        margin: 20px auto 0;
    }
    .gallery {
        margin-top: -80px;
    }

}