.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;
}

.page-wrapper {
  background-color: #f4f3ee;
  background-image: url('../images/cozinha-background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section {
  padding-top: 59px;
  padding-bottom: 59px;
}

.section.body {
  padding-bottom: 100px;
}

.section.body.menu {
  padding-top: 127px;
  background-color: #532e1d;
  background-image: url('../images/cozinha-background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.body.menu.second {
  background-color: #532e1d;
}

.container {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.navbar {
  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;
}

.nav-link {
  margin-top: 5px;
  margin-right: 70px;
  margin-left: 70px;
  border-style: solid;
  border-width: 0px 0px 5px;
  border-color: #000 #000 transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #532e1d;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  border-bottom-color: #ae5f3c;
  color: #ae5f3c;
}

.hero-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero-box__hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 357px;
  margin-top: 20px;
  padding: 25px 85px;
  -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-radius: 10px;
  background-color: #ae5f3c;
  box-shadow: 1px 1px 20px 0 rgba(71, 38, 23, 0.4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #f4f3ee;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #532e1d;
  box-shadow: 1px 1px 35px 0 rgba(71, 38, 23, 0.4);
}

.button__text {
  margin-bottom: 0px;
  line-height: 24px;
  text-align: center;
}

.button__icon {
  margin-top: -3px;
  margin-right: 10px;
}

.wrapper {
  position: relative;
  z-index: 1;
}

.portrait {
  position: relative;
  border-radius: 10px;
}

.dots-upper {
  position: absolute;
  left: -5%;
  top: -5%;
  right: auto;
  bottom: auto;
  z-index: 0;
}

.dots-upper.menu {
  left: -2.5%;
  top: -2.5%;
}

.dots-upper.menu._2 {
  top: -5%;
}

.dots-lower {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -5%;
}

.dots-lower.menu {
  right: -2.5%;
  bottom: -3%;
}

.heading {
  font-family: Vollkorn, serif;
  color: #532e1d;
  font-size: 63px;
  line-height: 60px;
}

.heading.menu {
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #f4f3ee;
}

.heading.footer {
  font-size: 60px;
}

.paragraph {
  margin-top: 15px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: rgba(83, 46, 29, 0.7);
  font-size: 22px;
  line-height: 1.25em;
  letter-spacing: 1px;
}

.paragraph.secondary {
  margin-top: 30px;
}

.logo {
  max-width: 360px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo:hover {
  box-shadow: 1px 1px 44px 0 rgba(41, 22, 14, 0.44);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.logo.w--current {
  max-width: 350px;
  border-radius: 15px;
}

.menu-box {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-grid {
  position: relative;
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-card {
  position: relative;
  padding-bottom: 32px;
  border-radius: 15px;
  background-color: #f4f3ee;
  box-shadow: 1px 1px 20px 0 rgba(37, 21, 13, 0.5);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 500ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 500ms ease;
  transition: box-shadow 200ms ease, transform 500ms ease;
  transition: box-shadow 200ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #532e1d;
  text-align: center;
}

.menu-card:hover {
  box-shadow: 1px 1px 33px 0 rgba(37, 21, 13, 0.7);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.menu-photo {
  min-width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.menu-heading {
  margin-right: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
  font-family: Vollkorn, serif;
  font-size: 27px;
  line-height: 30px;
}

.manu-text {
  padding-right: 35px;
  padding-left: 35px;
  color: rgba(83, 46, 29, 0.7);
  font-size: 15px;
  line-height: 1.25em;
  letter-spacing: 1px;
}

.cta-span {
  display: none;
  color: #ae5f3c;
  font-size: 36px;
  font-weight: 700;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
  -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-2 {
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.paragraph-3 {
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.paragraph-4 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.trimmings-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block {
  width: 450px;
  padding-bottom: 5px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #f4f3ee;
  font-size: 15px;
  line-height: 1.25em;
}

.text-block-2 {
  padding-bottom: 5px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #f4f3ee;
  line-height: 1.25em;
}

.trimmings-header {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section.body {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.body.menu {
    padding-top: 60px;
  }

  .hero-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .hero-box__hero-content {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .button.order {
    max-width: 100%;
  }

  .wrapper {
    margin-top: 40px;
  }

  .heading {
    text-align: center;
  }

  .heading.footer {
    margin-top: 20px;
  }

  .paragraph {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .menu-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .dots-upper.menu {
    top: -1%;
  }

  .dots-upper.menu._2 {
    top: -1%;
  }

  .dots-lower.menu {
    bottom: -1%;
  }

  .heading.menu {
    margin-bottom: 20px;
  }

  .logo.w--current {
    min-width: 150px;
  }

  .menu-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-span {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.body {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .section.body.menu {
    padding-top: 40px;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    display: none;
  }

  .hero-box__hero-content {
    max-width: 95%;
  }

  .button {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .heading.footer {
    font-size: 50px;
  }

  .paragraph {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
  }

  .paragraph.secondary {
    max-width: 100%;
  }

  .paragraph.copyright {
    max-width: 80%;
    font-size: 10px;
  }

  .manu-text {
    font-size: 18px;
  }

  .footer {
    margin-top: 0px;
  }

  .bold-text {
    font-size: 24px;
  }

  .text-block {
    width: 250px;
    font-size: 12px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .trimmings-header {
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}