.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #777;
  font-size: 18px;
  line-height: 1.5;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
  padding-left: 8px;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

figure {
  width: 100%;
  min-width: 100%;
  margin: 40px auto 20px;
}

.logo {
  width: 75px;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1070px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-side-plain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 17px;
}

.nav-link:hover {
  color: #ffaf00;
}

.nav-link.w--current {
  color: #ffaf00;
}

.nav-link.oculto {
  display: none;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.brand {
  margin-right: 35px;
}

.hero-header {
  max-width: 590px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}

.hero-header.black {
  max-width: none;
  color: #fff;
  text-align: center;
}

.title {
  color: #ffaf00;
  font-size: 16px;
  text-align: left;
}

.body {
  background-color: #000;
}

.button-outline {
  display: none;
  min-height: 52px;
  padding-right: 46px;
  padding-left: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}

.button-outline:hover {
  background-color: #fff;
  color: #000;
}

.category-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding: 20px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.container {
  display: block;
  width: 100%;
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
}

.container.align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-section {
  padding: 100px 3%;
}

.content-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 42px;
  font-weight: 700;
}

.title-wrap {
  margin-bottom: 45px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.recipe-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-category {
  margin-bottom: 12px;
  color: #0bd95a;
  font-size: 16px;
}

.button-outline-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-top: 23px;
  padding-right: 46px;
  padding-left: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
}

.button-outline-dark:hover {
  background-color: #000;
  color: #fff;
}

.recipe-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 770px;
  padding: 140px 3% 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Home-Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.recipe-grid {
  grid-column-gap: 70px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ingredient-block {
  margin-top: 60px;
  border: 1px solid #e8e8e8;
  background-color: #fdfdfd;
}

.ingredient-block-header {
  min-height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ingredient-content {
  padding: 40px;
}

.line-break {
  width: 100%;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: #e8e8e8;
}

.recipe-detail-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.recipe-icon-wrap {
  width: 52px;
  height: 52px;
  margin-right: 12px;
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  background-color: #fff;
}

.recipe-detail-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-h5 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: 'Abhaya Libre', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.recipe-detail-small {
  color: #777;
  font-size: 16px;
}

.heading-2 {
  margin-top: 0px;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.other-recipes {
  margin-bottom: 40px;
}

.newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 60px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  background-color: #fdfdfd;
  text-align: center;
}

.form-block {
  width: 100%;
  margin-top: 20px;
}

.submit-button {
  width: 100%;
  min-height: 52px;
  border-radius: 50px;
  background-color: #0bd95a;
}

.text-field {
  min-height: 52px;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
}

.content-heading {
  margin-top: 0px;
  color: #000;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.content-h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.scroll {
  width: 24px;
  opacity: 0.5;
}

.recipe-extra-grid {
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-h6 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: 'Abhaya Libre', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.recipe-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  height: 120px;
}

.blog-image-small {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-extra-item {
  margin-bottom: 20px;
}

.cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 282px;
  padding: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  background-color: #fdfdfd;
}

.search-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.23);
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.07);
}

.search-icon {
  width: 16px;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-text {
  padding-top: 4px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer {
    float: left;
    padding: 25px 3%;
    background-color: #000;
    width: 100%;
}

.grid-5 {
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo {
  margin-right: 20px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  padding: 8px 20px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.link:hover {
  color: #ffaf00;
}

.social-icon-wrap-circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.social-link-circle:hover {
  background-color: rgba(255, 255, 255, 0.55);
}

.social-link-circle.right {
  margin-right: 0px;
}

.logo-social {
  width: 18px;
  margin: 10px;
}

.image-7 {
  width: 75px;
}

.flowbase-remove {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100%;
  padding: 15px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 4px;
  border-color: #6a24cc;
  background-color: #7839f3;
  background-image: url('../images/Flowbase-Bubble-Right.png');
  background-position: 100% 0%;
  background-size: 170px;
  background-repeat: no-repeat;
  box-shadow: -2px 40px 45px -30px rgba(0, 18, 45, 0.27);
}

.flowbase-h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.flowbase-text {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 17px;
}

.flowbase-link {
  color: #fff;
}

.flowbase-close {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.flowbase-close:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.close-icon {
  width: 14px;
}

.flowbase-button {
  padding: 16px 24px;
  border-radius: 100px;
  background-color: #fff;
  color: #7839f3;
  font-size: 15px;
  font-weight: 700;
}

.flowbase-detail {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 13px;
}

.category-detail {
  margin-right: 40px;
  font-family: 'Playfair Display', sans-serif;
  color: #777;
  font-size: 16px;
  font-weight: 700;
}

.recipe-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.recipe-collection-item {
  margin-bottom: 45px;
}

.image-8 {
  width: 22px;
  margin-right: 6px;
}

.return-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.cta-newsletter {
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-field {
  position: relative;
  min-height: 54px;
  margin-bottom: 0px;
  padding-right: 35px;
  padding-left: 25px;
  border: 1px solid #e7e7e7;
  border-radius: 100px;
}

.submit {
  position: relative;
  right: 52px;
  min-height: 54px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 100px;
  background-color: #0bd95a;
}

.author-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-news {
  width: 100%;
}

.cta-section {
  padding: 40px 3%;
}

.image-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  padding: 22px;
}

.image-wrapper-full {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 560px;
}

.image-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(353deg, rgba(0, 0, 0, 0.4), transparent);
}

.content-h3-white {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Abhaya Libre', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.author-section {
  padding: 60px 3% 100px;
}

.author-grid {
  width: 100%;
  grid-column-gap: 44px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.author-image {
  width: 100%;
  max-width: 290px;
}

.author-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.author-title {
  margin-bottom: 12px;
  color: #0bd95a;
  font-size: 16px;
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 282px;
  padding: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  background-color: #fdfdfd;
}

.collection-list-wrapper {
  margin-top: 25px;
}

.mail-field-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-link {
  display: block;
  padding: 10px 30px;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.category-link:hover {
  opacity: 0.5;
}

.slider-section {
  position: relative;
  overflow: hidden;
}

.slider {
  height: 80vh;
  min-height: 650px;
}

.slider.slider2 {
  width: 400px;
  height: 400px;
  max-width: 100%;
  min-height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-arrow-left {
  left: 2%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 100px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 16px;
}

.slider-arrow-left:hover {
  border-color: hsla(0, 0%, 100%, 0.55);
}

.text-block-6 {
  margin-right: 10px;
  margin-left: 10px;
  color: hsla(0, 0%, 100%, 0.5);
}

.slider-wrapper {
  width: 100%;
  height: 100%;
}

.slide-content-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 160px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  padding: 4px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #f4f0ed;
  font-size: 13px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.social-link:hover {
  opacity: 0.5;
}

.slide-image {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/toro.janeiro2021-373-de-839.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/toro.janeiro2021-373-de-839.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-size: 4px;
}

.slide-image.slide02 {
  background-image: url('../images/Carnes-15.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-image._01 {
  background-image: url('../images/sliderb-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-image._02 {
  background-image: url('../images/sliderb-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-image.slide03 {
  background-image: url('../images/24.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-image.slide04 {
  background-image: url('../images/28.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-image._03 {
  background-image: url('../images/sliderb-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-image._04 {
  background-image: url('../images/sliderb-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-image._05 {
  background-image: url('../images/sliderb-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-image._06 {
  background-image: url('../images/sliderb-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-image.slide01 {
  background-image: url('../images/toro.janeiro2021-373-de-839.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide {
  overflow: hidden;
}

.social-block {
  position: absolute;
  left: 3%;
  top: auto;
  right: auto;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.slider-arrow-right {
  right: 2%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 100px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 16px;
}

.slider-arrow-right:hover {
  border-color: hsla(0, 0%, 100%, 0.55);
}

.slide-nav {
  display: none;
  margin-bottom: 35px;
  padding-right: 106px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.static-hero-optional {
  position: relative;
  display: none;
  height: 80vh;
  min-height: 650px;
  padding: 132px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Home-Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-blog {
  text-decoration: none;
}

.flowbase-banner-grid {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-column-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  min-height: 60px;
  padding: 20px 35px;
  border-radius: 0px;
  background-color: #19b2c8;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  text-align: center;
}

.button:hover {
  background-color: #2faeb4;
}

.button.outline {
  border-style: solid;
  border-width: 2px;
  border-color: #19b2c8;
  background-color: transparent;
  color: #19b2c8;
}

.button.outline:hover {
  background-color: #19b2c8;
  color: #f5fbfc;
}

.button.outline.pequeno {
  display: block;
  min-height: auto;
  margin-left: 20px;
  padding: 15px 25px;
  border-color: #f5fbfc;
  color: #f5fbfc;
}

.button.outline.pequeno:hover {
  background-color: #f5fbfc;
  color: #000;
}

.button.button-low-space {
  min-height: auto;
  margin-top: 20px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.button-low-space:hover {
  background-color: #fff;
  color: #000;
}

.cta-section-2 {
  padding: 50px 3%;
  background-color: transparent;
}

.container-2 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.cta-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #000;
}

.cta-heading {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

.text-field-2 {
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 300;
}

.textarea {
  padding-top: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.content-section-2 {
  position: relative;
  padding: 50px 3%;
  background-color: transparent;
}

.hero-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  color: #fff;
}

.field-label-3 {
  color: #fff;
  font-size: 18px;
}

.hero-image {
  width: 400px;
  height: 400px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.heading-3 {
  color: #fff;
}

.heading-3.espa-amento {
  margin-top: 40px;
}

.heading-3.black-text {
  color: #000;
}

.content-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-2 {
  width: 100%;
  margin-top: 25px;
}

.content-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rodape-white {
  margin-top: 20px;
  opacity: 0.5;
  color: #fff;
  text-align: right;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.bold-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.bold-text:hover {
  text-decoration: underline;
}

.slider-2 {
  width: 400px;
  height: 400px;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-3 {
  height: 80vh;
  min-height: 750px;
}

.display-heading {
  max-width: 560px;
  margin-top: 0px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 70px;
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.right-arrow {
  display: none;
}

.text-span-2 {
  color: #f9b000;
  font-weight: 900;
}

.slide-content-wrap-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-image-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(5deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.7)), url('../images/supermercado-cartao.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-image-2.slide-image-two {
  background-image: linear-gradient(5deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7)), url('../images/analise.jpg');
}

.hero-paragraph {
  max-width: 550px;
  color: #bebebe;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 900;
}

.div-block-57 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 7fr;
  grid-template-columns: 0.25fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-section-2 {
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.left-arrow {
  display: none;
}

.slider-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
}

.content-section-3 {
  position: relative;
  padding: 150px 3% 50px;
  background-color: transparent;
}

.content-section-3.background---image {
  background-image: url('../images/background.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tab-link-tab-3 {
  padding: 9px 75px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #fff;
  background-color: #000;
  color: #f5fbfc;
  text-align: center;
}

.tab-link-tab-3.w--current {
  background-color: transparent;
  color: #ffaf00;
}

.tabs-content {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 1rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragrafo {
  color: #fff;
}

.paragrafo.espa-amento-inferior {
  margin-bottom: 20px;
}

.paragrafo.black-text {
  color: #000;
}

.cardapio-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-59 {
  padding: 2rem 1rem 1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.link-branco {
  color: #fff;
  text-decoration: none;
}

.div-block-60 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-3 {
  font-size: 14px;
}

.div-block-61 {
  text-align: center;
}

.div-block-62 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 20px 10px;
  border: 2px solid #000;
}

.preenchimento-superior {
  margin-top: 65px;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-63.espa-amento-down {
  margin-bottom: 20px;
}

.div-block-63.espa-amento-down.espa-o-extra {
  margin-top: 20px;
}

.paragraph-4 {
  color: #000;
}

.image-9 {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.imagem-carne {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}

@media screen and (min-width: 1920px) {
  .hero-image {
    width: 400px;
  }

  .display-heading {
    line-height: 1;
  }

  .div-block-57 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 991px) {
  .navigation-container-full {
    position: relative;
    min-height: auto;
  }

  .menu-button-green {
    padding: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    color: #fff;
  }

  .menu-button-green.w--open {
    border-color: rgba(255, 255, 255, 0.13);
    background-color: #fff;
    color: #000;
  }

  .navigation-side-plain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    height: auto;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #000;
  }

  .brand {
    padding: 0px;
  }

  .hero-header {
    font-size: 45px;
  }

  .image-wrapper {
    height: 380px;
  }

  .recipe-grid {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .other-recipes {
    padding: 40px;
  }

  .recipe-extra-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-7 {
    height: 240px;
  }

  .cta-block {
    text-align: center;
  }

  .search-button {
    display: none;
  }

  .grid-5 {
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .social-icon-wrap-circles {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flowbase-remove {
    display: none;
  }

  .cta-newsletter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .form {
    padding-left: 52px;
  }

  .author-image-wrapper {
    padding: 0px;
  }

  .image-wrapper-full {
    height: 420px;
  }

  .author-block {
    padding: 36px;
  }

  .slider {
    height: 70vh;
  }

  .slider.slider2 {
    width: 400px;
    height: 400px;
    min-height: auto;
  }

  .slider-arrow-left {
    display: none;
  }

  .slider-arrow-left.slider2 {
    display: block;
    width: 30px;
    height: 30px;
  }

  .slider-arrow-right {
    display: none;
  }

  .slider-arrow-right.slider2 {
    display: block;
    width: 30px;
    height: 30px;
  }

  .button.outline.pequeno {
    margin-left: 0px;
    border-color: #000;
    color: #000;
  }

  .button.outline.pequeno:hover {
    background-color: #000;
    color: #fff;
  }

  .cta-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cta-content {
    min-height: 350px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .cta-heading {
    font-size: 35px;
  }

  .content-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-image-wrap {
    width: 400px;
    height: 400px;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-block-2 {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .slide-2 {
    border: 2px solid #000;
  }

  .slide-2._01 {
    background-image: url('../images/Hamburguer-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slider-3 {
    height: 80vh;
  }

  .display-heading {
    font-size: 60px;
    line-height: 1;
  }

  .slide-content-wrap-2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .hero-paragraph {
    line-height: 1.3;
  }

  .container-3 {
    display: block;
    max-width: 1140px;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .div-block-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-button-wrap {
    display: none;
  }

  .ingredient-content {
    padding-right: 32px;
    padding-left: 32px;
  }

  .recipe-detail-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .other-recipes {
    padding-right: 32px;
    padding-left: 32px;
  }

  .cta-block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .flowbase-remove {
    display: none;
  }

  .category-detail {
    margin-right: 0px;
  }

  .recipe-collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form {
    padding-left: 0px;
  }

  .author-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .category-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider {
    height: 60vh;
    min-height: 600px;
  }

  .slide-content-wrap {
    background-image: none;
    background-position: 0% 100%;
    background-size: 125px;
    background-repeat: repeat;
  }

  .social-block {
    display: none;
  }

  .static-hero-optional {
    height: 100vh;
  }

  .cta-heading {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-image-wrap {
    width: 100%;
  }

  .slider-3 {
    min-height: 760px;
  }

  .display-heading {
    font-size: 62px;
  }

  .slide-content-wrap-2 {
    background-image: none;
    background-position: 0% 100%;
    background-size: 125px;
    background-repeat: repeat;
  }

  .tabs-menu {
    display: block;
  }

  .tab-link-tab-3 {
    display: block;
  }

  .tab-link-tab-3.w--current {
    display: block;
  }

  .div-block-4 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .hero-header {
    font-size: 32px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-wrapper {
    height: 460px;
  }

  .recipe-header {
    height: 100vh;
    min-height: 400px;
  }

  .ingredient-content {
    padding: 32px 20px;
  }

  .recipe-detail-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .other-recipes {
    padding-right: 24px;
    padding-left: 24px;
  }

  .content-h3 {
    margin-bottom: 24px;
  }

  .cta-block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-field {
    margin-bottom: 4px;
  }

  .submit {
    right: 0px;
    width: 100%;
  }

  .author-grid {
    grid-row-gap: 32px;
  }

  .author-block {
    padding: 20px;
  }

  .mail-field-wrap {
    padding-left: 0px;
  }

  .slider {
    height: 50vh;
    min-height: 400px;
  }

  .slider.slider2 {
    height: 200px;
  }

  .static-hero-optional {
    min-height: 400px;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .button.outline.pequeno {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 16px;
    white-space: pre;
  }

  .button.outline.pequeno.w--current {
    font-size: 12px;
  }

  .cta-content {
    min-height: 300px;
    padding: 12px;
  }

  .cta-heading {
    font-size: 25px;
  }

  .content-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-image-wrap {
    width: 100%;
    height: 200px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .hero-image {
    width: 200px;
    height: 200px;
    -o-object-position: 50% 85%;
    object-position: 50% 85%;
  }

  .heading-3 {
    font-size: 35px;
  }

  .heading-3.espa-amento {
    margin-top: 40px;
  }

  .heading-3.black-text {
    font-size: 30px;
    text-align: left;
  }

  .content-grid {
    display: block;
  }

  .display-heading {
    font-size: 40px;
    line-height: 1;
  }

  .slide-content-wrap-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-3 {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .content-section-3 {
    padding-top: 150px;
    padding-bottom: 0px;
  }

  .paragrafo.espa-amento-inferior {
    margin-bottom: 40px;
  }

  .div-block-60 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-60.black-text.espa-amento {
    padding-bottom: 20px;
  }
}

#w-node-b57e26cc-e2bd-4f62-2d35-d915cf3d6024-c5a50c02 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7df83845-1ee7-dd5f-2f74-4a2c83763751-6fd18508 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_6973c87d-a52d-d989-9c88-9b8e53195e3f-6fd18508 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c9f2117f-cd58-db02-bbae-c14ee3895af6-c5a50c02 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_6973c87d-a52d-d989-9c88-9b8e53195e3f-c5a50c02 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
.cardapio {
    background: #000000;
    height: auto;
    width: 100%;
    margin-top: 100px;
    padding: 0 10%;
    float: left;
}

.centralizar {
	align-items: center !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
}
.bebidas {
    background: #000000;
    height: auto;
    width: 100%;
    margin-top: 160px;
    float: left;
}
.cortes-carnes {
    background: #000000;
    height: auto;
    width: 100%;
    margin-top: 160px;
    float: left;
}
.conteudo {
	width: 1150px;
	height: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width:1150px) {
	.conteudo {
		width: 100% !important;
		padding: 0 30px;
	}

}
.conteudo-cardapio {
	width: 1250px;
	height: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width:1250px) {
	.conteudo-cardapio {
		width: 100% !important;
		padding: 0 30px;
	}

}
.colunas-2 {
	width: calc(50% - 30px);
	margin: 15px 15px;
	overflow: hidden;
	float: left;
}
@media(max-width:748px) {
	.colunas-2 {
		width: calc(100% - 30px);
		margin: 15px 0;
	}
}
.colunas-3 {
	width: calc(33%);
	margin: 0;
	overflow: hidden;
	float: left;
}
@media(max-width:748px) {
	.colunas-3 {
		width: calc(100% - 30px);
		margin: 15px 0;
	}
}

.colunas-4 {
	width: calc(25% - 30px);
	margin: 15px 15px;
	overflow: hidden;
	float: left;
}
@media(max-width:900px) {
	.colunas-4 {
		width: 50%;
		margin: 30px 0;
		padding: 0 15px;
	}
	@media(max-width:520px) {
		.colunas-4 {
			width: 100%;
		}
	}
}


.whatsapp {
	color: #fff;
	font-size: 50px;
	line-height: 1.4;
	font-weight: 400;
	text-decoration: none;
}
.fa-whatsapp {
	margin-right: 10px;
}
