@font-face {
  font-family: Black Mango;
  src: url('../fonts/BlackMango-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aesthetik Script;
  src: url('../fonts/Aesthetik-Script-DEMO.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DM Sans;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --linen-white: #e9e2d1;
  --gray: #312f2d;
  --yellow: #ba7c1e;
  --crimson-red: #da260f;
  --dark-gray: #292e36;
  --black: #000;
  --yellow-footer: #e09a27;
  --transparent: transparent;
  --red: #aa1613;
  --brown: #77441c;
  --gray-footer: #312f2d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-background {
  z-index: 1;
  background-image: url('../images/bg-home.avif');
  background-size: cover;
  background-attachment: fixed;
  min-height: 720px;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.section-background.menu {
  background-image: url('../images/fundo-cardapio_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-background.events, .section-background.contact {
  background-image: url('../images/bg-contato.avif');
  background-position: 50% 100%;
}

.link-nav {
  color: var(--white);
  font-family: Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link-nav.w--current {
  color: var(--white);
}

.hero-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 400px;
  display: flex;
}

.heading {
  color: var(--linen-white);
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Black Mango, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}

.heading.gray {
  color: var(--gray);
}

.heading.gray.partner, .heading.gray.events {
  width: auto;
}

.heading.yellow {
  color: var(--yellow);
  font-size: 42px;
  font-weight: 900;
  line-height: 52px;
}

.heading.card {
  color: var(--gray);
  width: auto;
  font-size: 18px;
  line-height: 24px;
}

.heading.learnmore {
  color: var(--white);
  text-align: center;
  max-width: none;
  line-height: 58px;
}

.paragraph {
  color: var(--linen-white);
  max-width: 400px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.gray {
  color: var(--gray);
  width: auto;
  min-width: 300px;
  max-width: 600px;
  min-height: auto;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.paragraph.gray.card {
  text-align: center;
  min-width: auto;
  line-height: 20px;
}

.paragraph.gray._20--px {
  width: 450px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph.gray._24--px {
  text-align: center;
  max-width: 537px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph.learnmore {
  color: var(--white);
  text-align: center;
  max-width: none;
  margin-bottom: 0;
  line-height: 28px;
}

.paragraph.card {
  width: auto;
  max-width: 280px;
}

.paragraph.dom-da-carne {
  color: var(--crimson-red);
  margin-bottom: 0;
  font-family: Aesthetik Script, sans-serif;
  font-size: 56px;
  line-height: 60px;
}

.button-text {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.features-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--linen-white);
}

.features-text {
  color: var(--gray);
  text-align: center;
}

.features-title {
  border-top: .75px solid var(--yellow);
  border-bottom: .75px solid var(--yellow);
  color: var(--gray);
  letter-spacing: 3.84px;
  padding: 4px 8px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.features-line {
  border-left: 1px solid var(--yellow);
  color: var(--yellow);
  height: 96px;
  padding-bottom: 0;
  padding-right: 0;
}

.section {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.mobile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap-reverse;
  justify-content: space-around;
  align-items: flex-end;
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.gray {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--gray);
  display: block;
}

.section.features {
  display: block;
}

.section.title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.section.no-padding {
  padding-bottom: 0;
}

.content_text-about {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.feedback-name {
  color: var(--dark-gray);
  flex-flow: row;
  font-family: Black Mango, sans-serif;
  font-size: 20px;
  font-weight: 900;
  display: flex;
}

.div_feedback-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feedback-text {
  color: var(--dark-gray);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  line-height: 16px;
}

.section-dry-aged {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  line-height: 0;
  display: flex;
}

.restaurant_feedback-image {
  background-image: url('../images/dom.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-top-right-radius: 200px;
  width: 446px;
  height: 655px;
}

.yellow_stroke-title {
  border-top: .75px solid var(--yellow);
  border-bottom: .75px solid var(--yellow);
  color: var(--linen-white);
  text-align: center;
  letter-spacing: 3.84px;
  padding: 4px 8px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.yellow_stroke-title.gray {
  color: var(--gray);
  text-align: left;
}

.food-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--linen-white);
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.card-image {
  border-radius: 16px 16px 0 0;
}

.section_food-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.learnmore-background {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/fundo2_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 32px 40px;
  display: flex;
}

.button-learnmore {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.button_learnmore-text {
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button_learnmore-line {
  border-left: 1px solid var(--black);
  color: var(--black);
  height: 23px;
  padding-bottom: 0;
  padding-right: 0;
}

.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.div_logo-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.div-footer {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div_contact-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-paragraph {
  color: var(--white);
  text-align: center;
  width: 400px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.footer-paragraph.hours {
  text-align: left;
  width: auto;
  line-height: 26px;
}

.footer-paragraph.adress {
  width: 180px;
  line-height: 26px;
}

.footer_yellow-paragraph {
  color: var(--yellow-footer);
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.footer_yellow-paragraph.days {
  color: var(--yellow-footer);
  font-weight: 700;
}

.div_footer-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-socialmedia {
  grid-column-gap: 13.45px;
  grid-row-gap: 13.45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_openinghours-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.div_footer-clock {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.days {
  color: var(--yellow);
  text-align: right;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div_phone-footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 150px;
  display: flex;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  height: 100px;
  display: flex;
}

.div_card-text {
  grid-column-gap: 5.25px;
  grid-row-gap: 5.25px;
  flex-flow: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.features-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--linen-white);
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.meat-image {
  width: 290px;
  height: 481px;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--yellow);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.button.yellow {
  font-weight: 700;
}

.button.yellow-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--yellow);
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: all .2s;
}

.button.yellow-border:hover {
  background-color: var(--yellow);
}

.button.red {
  background-color: var(--red);
}

.button.red:hover {
  box-shadow: 0 2px 5px #0003;
}

.button.white {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
}

.button.gray {
  background-color: var(--gray);
  margin-top: 0;
}

.div-adjective {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-nav {
  display: flex;
}

.phone-link {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.feedback-slider {
  background-color: var(--white);
  width: 300px;
  height: 180px;
  padding: 16px;
  top: 442px;
  left: -70px;
}

.mask {
  height: 180px;
}

.slide-nav {
  color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 6px;
  line-height: 9px;
  display: flex;
}

.feedback-image {
  width: 48.41px;
  height: 47.08px;
}

.logo-image.w--current {
  vertical-align: baseline;
  width: 74.9125px;
  height: 100px;
}

.ifood-image {
  width: 85px;
  height: 84px;
}

.tripadvisor-image {
  width: 86px;
  height: 89px;
}

.food-image {
  border-radius: 30px;
  width: 537px;
  height: 100%;
}

.food-image.first {
  order: -1;
}

.restaurant-image {
  border-radius: 30px;
}

.padding._16--px {
  padding-bottom: 16px;
}

.padding._32--px {
  padding-top: 32px;
  padding-bottom: 0;
}

.padding._4--px {
  padding: 4px 0 0;
}

.padding._48--px {
  padding-top: 48px;
}

.logo-nav {
  width: 74.9125px;
  height: 100px;
  text-decoration: none;
}

.content-partner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_partner-image {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.partner-image {
  width: 300px;
}

.partner-image.porto {
  width: 350px;
}

.link-icon {
  width: 25px;
  height: 24px;
}

.content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  display: flex;
}

.content.flex-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.content.events {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
}

.content-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .navbar {
    position: static;
  }

  .content-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .section-background {
    background-image: url('../images/bg-home.avif');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    min-height: 0;
    padding: 64px 82px;
  }

  .section-background.menu {
    background-position: 50%;
    height: auto;
  }

  .section-background.events {
    height: auto;
  }

  .link-nav {
    text-align: center;
    display: flex;
  }

  .hero-content {
    min-height: 0;
    position: relative;
  }

  .heading {
    width: 310px;
    font-size: 48px;
    line-height: 52px;
  }

  .heading.gray.partner {
    font-size: 36px;
    line-height: 40px;
  }

  .heading.yellow {
    line-height: 52px;
  }

  .heading.learnmore {
    width: auto;
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph {
    width: 360px;
  }

  .paragraph.gray.card {
    min-width: auto;
  }

  .paragraph.gray._24--px {
    min-width: auto;
    max-width: 600px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph.learnmore {
    width: auto;
    font-size: 18px;
    line-height: 22px;
  }

  .features-line {
    display: none;
  }

  .section {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    flex-flow: wrap;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.mobile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap-reverse;
    justify-content: space-around;
    align-items: center;
  }

  .content_text-about {
    align-items: flex-start;
    width: 70%;
  }

  .section-dry-aged {
    width: 100%;
  }

  .section_food-card {
    flex-flow: row-reverse wrap;
  }

  .learnmore-background {
    width: 100%;
    padding: 32px 40px;
  }

  .button-learnmore {
    padding: 12px 24px;
  }

  .div-footer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .div_contact-footer {
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .div_footer-text {
    justify-content: center;
  }

  .div_openinghours-footer {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .div_footer-clock {
    justify-content: center;
    width: 100%;
  }

  .days {
    text-align: right;
  }

  .div_phone-footer {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .navbar-container {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 6fr;
    grid-auto-flow: column;
    justify-items: center;
    width: 100%;
  }

  .nav {
    background-color: var(--gray);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .nav-icon {
    color: var(--white);
    font-family: Lato, sans-serif;
    font-weight: 400;
  }

  .nav-button {
    justify-content: flex-end;
  }

  .nav-button.w--open {
    background-color: var(--gray);
  }

  .features-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .button {
    padding: 12px 28px;
  }

  .section-nav {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .logo-image.w--current {
    flex-flow: row;
    justify-content: space-between;
  }

  .food-image, .restaurant-image {
    width: 100%;
  }

  .padding._48--px {
    padding-top: 48px;
  }

  .logo-nav {
    height: 100px;
  }

  .content_partner-image {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    width: 100%;
  }

  .partner-image {
    width: 200px;
  }

  .partner-image.porto {
    width: 250px;
  }

  .content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .content-text {
    order: -1;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-background {
    background-image: url('../images/bg-mobile_1.avif');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .link-nav {
    font-size: 16px;
  }

  .heading {
    width: 310px;
    font-size: 48px;
    line-height: 52px;
  }

  .heading.gray.partner {
    font-size: 28px;
    line-height: 32px;
  }

  .heading.learnmore {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph {
    width: 340px;
  }

  .paragraph.gray, .paragraph.gray._20--px {
    width: 400px;
  }

  .paragraph.gray._24--px {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.learnmore {
    width: 320px;
    font-size: 16px;
    line-height: 20px;
  }

  .section {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    flex-flow: wrap;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.mobile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap-reverse;
    justify-content: space-around;
    align-items: center;
  }

  .content_text-about {
    width: auto;
  }

  .restaurant_feedback-image {
    width: 400px;
    height: 600px;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-paragraph {
    width: 380px;
  }

  .meat-image {
    max-height: 450px;
  }

  .feedback-slider {
    top: 395px;
    left: -37px;
  }

  .content_partner-image {
    flex-flow: row;
  }

  .partner-image {
    width: 150px;
  }

  .partner-image.porto {
    width: 200px;
  }

  .content-text {
    min-height: 225px;
    max-height: 460px;
  }

  .container {
    max-width: 728px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section-background {
    background-position: 50%;
    padding: 32px 41px;
    position: relative;
  }

  .section-background.contact {
    background-position: 50% 0;
  }

  .heading {
    width: 230px;
    font-size: 36px;
    line-height: 40px;
  }

  .heading.gray {
    width: 246px;
  }

  .heading.yellow {
    font-size: 36px;
    line-height: 40px;
  }

  .heading.card {
    text-align: center;
  }

  .heading.learnmore {
    width: 240px;
  }

  .paragraph {
    width: 200px;
    font-size: 16px;
  }

  .paragraph.gray {
    width: 250px;
  }

  .paragraph.gray.card {
    width: auto;
    min-width: auto;
  }

  .paragraph.gray._20--px {
    width: 240px;
    min-width: auto;
    font-size: 16px;
  }

  .paragraph.gray._24--px {
    width: 200px;
    min-width: auto;
  }

  .paragraph.gray.auto {
    min-width: auto;
  }

  .paragraph.learnmore {
    width: 200px;
  }

  .paragraph.dom-da-carne {
    font-size: 36px;
    line-height: 40px;
  }

  .button-text {
    font-size: 12px;
  }

  .section {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    padding: 32px 32px 64px;
  }

  .section.mobile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap-reverse;
    justify-content: space-around;
    align-items: center;
  }

  .content_text-about {
    max-width: none;
  }

  .feedback-name {
    font-size: 14px;
  }

  .div_feedback-image {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .feedback-text {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .restaurant_feedback-image {
    border-radius: 0 100px 0 0;
    width: auto;
    height: 400px;
  }

  .yellow_stroke-title.gray {
    text-align: left;
  }

  .learnmore-background {
    padding: 32px 16px;
  }

  .button-learnmore {
    padding: 6px 12px;
  }

  .button_learnmore-text {
    font-size: 14px;
    line-height: 18px;
  }

  .div_logo-footer {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-footer {
    display: flex;
  }

  .footer-paragraph {
    width: 300px;
  }

  .navbar-container {
    position: relative;
  }

  .meat-image {
    width: auto;
    height: auto;
    max-height: 350px;
  }

  .button {
    margin-top: 16px;
    padding: 12px 24px;
    font-size: 12px;
  }

  .button.red {
    margin-top: 0;
  }

  .feedback-slider {
    width: 230px;
    top: 207px;
    left: -32px;
  }

  .logo-image {
    order: -1;
  }

  .food-image {
    min-width: 237px;
  }

  .logo-nav {
    height: 100px;
  }

  .content-partner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .content_partner-image {
    flex-flow: column;
  }

  .partner-image.porto {
    width: 150px;
  }

  .content-text {
    min-width: 237px;
    max-height: 550px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_81f837bd-8bab-2263-3e8b-c794a6712d05-33d7cd75 {
    order: 1;
  }

  #w-node-e753a75b-05f2-7c61-e405-bda390b6265e-33d7cd75 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34da0e9c-7a55-4723-e969-a7e5bf4ea111-33d7cd75 {
    order: 2;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Black Mango';
  src: url('../fonts/BlackMango-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aesthetik Script';
  src: url('../fonts/Aesthetik-Script-DEMO.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}