:root {
  --medium-sea-green: #5ab963;
  --black-font: #262626;
  --white-font: var(--white);
  --white: white;
  --bg-grey: #fafafa;
  --dark-grey: #b3b3b3;
  --black: black;
  --transparency-font\<deleted\|variable-676be89b\>: cyan;
  --sea-green: #48944f;
  --transparent: var(--black);
  --neutral-tone--gray400: #98a2b3;
  --neutral-tone--gray50: #f9fafb;
  --neutral-tone--gray100: #f2f4f7;
  --neutral-tone--gray200: #eaecf0;
  --neutral-tone--gray800: #1d2939;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
  position: relative;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  height: 5.625rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navigation-logo, .navigation-logo.w--current {
  text-decoration: none;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  max-width: 770px;
}

.h1-heading {
  color: var(--black-font);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 4.875rem;
}

.h1-heading.cc-black {
  color: #000;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 3.75rem;
}

.h1-heading.cc-white {
  color: var(--white-font);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 55px;
}

.h1-heading.cc-left {
  text-align: left;
}

.paragraph {
  color: var(--black-font);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 2rem;
}

.paragraph.cc-gray {
  color: var(--black-font);
  font-family: Pontano Sans;
  font-size: 1.1875rem;
  line-height: 1.8rem;
}

.paragraph.cc-center {
  text-align: center;
  margin-top: 40px;
}

.paragraph.cc-center.cc-white, .paragraph.cc-white {
  color: var(--white);
}

.paragraph.cc-margin-bottom {
  margin-bottom: 1.25rem;
}

.button {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #48944f;
}

.button.cc-cta {
  background-color: var(--black-font);
  letter-spacing: .25rem;
  border-radius: .5rem;
  margin-top: 1.5625rem;
  font-family: Pontano Sans;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 75rem;
  position: relative;
}

.container.cc-cta {
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.container.cc-background {
  background-color: var(--white);
}

.h2-heading {
  color: var(--black-font);
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.5625rem;
}

.h2-heading.cc-center {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.h2-heading.margin-bottom {
  text-align: left;
  margin-bottom: 1.5625rem;
  font-size: 45px;
  line-height: 3rem;
}

.h2-heading.cc-white {
  color: var(--white-font);
  text-align: center;
}

.h2-heading.cc-white.special-padding {
  padding-left: 131px;
  padding-right: 124px;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.h3-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.h3-heading.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3-heading.cc-white {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.h3-heading.cc-white.special-padding {
  padding-left: 122px;
  padding-right: 31px;
}

.slider-section {
  background-color: var(--white);
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 22.5rem;
  margin-bottom: 3.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.body {
  text-align: center;
  background-color: #fff;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: var(--dark-grey);
  height: 1px;
}

.services {
  background-color: var(--bg-grey);
  justify-content: center;
  align-items: center;
  padding: 7.5rem 1.875rem;
  display: flex;
}

.services.cc-background {
  background-color: var(--bg-grey);
}

._2-row-image {
  background-image: url('../images/pizza.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 47%;
}

._2-row-text {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 23.125rem;
  display: flex;
}

.row {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex: 1;
  justify-content: center;
  display: flex;
}

.row.padding-edge {
  justify-content: center;
  margin: 3.75rem 1.875rem;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 7.5rem 1.875rem 9.375rem;
  display: block;
}

.footer-column {
  justify-content: space-around;
  width: 60%;
  display: flex;
}

.footer-column.cc-footer {
  flex-flow: row;
  width: 20%;
}

.footer-column.center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  width: 40%;
}

.footer-links-list {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 10px;
  font-family: Pontano Sans;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: .75rem;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  display: flex;
}

.header-page-services {
  background-color: var(--bg-grey);
  justify-content: center;
  align-items: center;
  margin-top: -5.625rem;
  padding: 180px 30px 0;
  display: flex;
}

.event-catering-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-pricing {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: stretch;
  width: 33.3333%;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-small {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Pontano Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.paragraph-small.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-small.cc-gray {
  color: var(--black-font);
}

.card-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--black);
  color: var(--white-font);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Pontano Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: var(--medium-sea-green);
}

.review-section {
  background-color: var(--bg-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 1.875rem;
  display: flex;
}

.highlight-section {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  border-bottom: 1px none var(--transparency-font\<deleted\|variable-676be89b\>);
  flex-flow: column;
  place-content: flex-start center;
  align-items: center;
  padding: 7.5rem 1.875rem;
  display: flex;
}

.contact-info {
  width: 27rem;
}

.contact-info-column {
  flex-flow: column;
  margin-top: .625rem;
  margin-bottom: .625rem;
  display: flex;
}

.form-input {
  width: 28rem;
}

.text-field {
  background-color: var(--bg-grey);
  color: var(--dark-grey);
  border-radius: .5rem;
  max-width: 27.8125rem;
  height: 3.75rem;
  margin-bottom: 1.25rem;
  padding-left: .625rem;
  padding-right: .625rem;
  font-family: Pontano Sans;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-field:active, .text-field:focus {
  color: #000;
}

.text-field.text-area {
  height: 7.5rem;
  overflow: auto;
}

.text-field.date-picker {
  border: 1px solid var(--dark-grey);
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.logo.w--current {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-decoration: none;
}

.nav-menu {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu.cc-white {
  transition: opacity .4s cubic-bezier(.455, .03, .515, .955);
}

.nav-link {
  color: var(--black-font);
  font-family: Pontano Sans;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 2.25rem;
  transition: text-decoration-color .4s cubic-bezier(.455, .03, .515, .955), text-underline-offset .4s cubic-bezier(.455, .03, .515, .955);
}

.nav-link:hover {
  text-underline-offset: 8px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.nav-link.w--current {
  color: var(--black-font);
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 2.25rem;
  transition: text-decoration-color .4s cubic-bezier(.455, .03, .515, .955), text-underline-offset .4s cubic-bezier(.455, .03, .515, .955);
}

.nav-link.w--current:hover {
  text-decoration: underline;
}

.nav-link.cc-white {
  color: var(--white);
  transition: text-decoration-color .4s cubic-bezier(.455, .03, .515, .955), text-underline-offset .4s cubic-bezier(.455, .03, .515, .955);
}

.nav-link.cc-white.w--current {
  transition: text-decoration-color .4s cubic-bezier(.455, .03, .515, .955), text-underline-offset .4s cubic-bezier(.455, .03, .515, .955);
}

.menu-button {
  transition: opacity .4s cubic-bezier(.455, .03, .515, .955);
}

.logo-text {
  color: var(--black-font);
  font-family: Lavishly Yours;
  font-size: 2.75rem;
  line-height: 1.375rem;
  text-decoration: none;
}

.logo-text.cc-white {
  color: var(--white-font);
}

.review {
  background-color: var(--bg-grey);
  justify-content: center;
  align-items: center;
  padding: 0 0 0;
  display: flex;
}

.review-header {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG-20220401-WA0101-1-qhv9m5pt7jvdw4927xqbfyh5sukmlw5o2r6dvwhmcw.jpg');
  background-position: 0 0, 90% 60%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 7.5rem 3.5rem 7.5rem 4rem;
  display: flex;
}

.location {
  background-color: var(--bg-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.location-container {
  width: 50%;
  margin-bottom: 90px;
}

.location-container.cc-center {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.footer-container {
  z-index: 1;
  background-color: var(--bg-grey);
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.footer-container.cc-footer {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.daily-meal-card {
  padding: 3.125rem 2.5rem 2.5rem;
}

.daily-meal-block {
  border: 1px solid #f7f7f7;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: stretch;
  width: 33.3333%;
  height: 30rem;
  margin-right: .625rem;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.daily-meal-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.container-daily-meal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.h3-container {
  width: 70%;
  margin-bottom: 60px;
}

.daily-meal-section {
  background-color: var(--bg-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 30px 120px;
  display: flex;
}

.container-sample-daily-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.menu-card {
  background-color: var(--white);
  border-radius: 12px;
  padding: 3.125rem 2.5rem 2.5rem;
  box-shadow: 2px 5px 5px 2px #0003;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.h5-heading {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.container-events-menu {
  background-color: var(--bg-grey);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  margin-top: 30px;
  padding: 40px 30px 40px 0;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-right: auto;
}

.menu-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: 10px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.header-page-review {
  background-image: url('../images/image-header.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -5.625rem;
  padding: 13.125rem 1.875rem 7.5rem;
  display: flex;
}

.review-slide-wrapper {
  border-radius: 12px;
  max-width: 48%;
  margin-right: 4%;
  box-shadow: 0 2px 5px #0003;
}

.review-card {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.review-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.review-container {
  z-index: 1;
  background-color: var(--bg-grey);
  width: 100%;
  max-width: 75rem;
  position: relative;
}

.contact-social-row {
  flex-flow: row;
  margin-top: .625rem;
  margin-bottom: .625rem;
  display: flex;
}

.select-field {
  border-bottom: 1px solid var(--dark-grey);
  background-color: var(--bg-grey);
  color: var(--dark-grey);
  border-radius: 4px;
  max-width: 445px;
  height: 60px;
  margin-bottom: 1.25rem;
  padding-top: .5rem;
  font-family: Pontano Sans;
  font-size: .875rem;
  line-height: 1.25rem;
}

.container-license {
  border: 1px solid var(--dark-grey);
  background-color: var(--bg-grey);
  border-radius: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 12.5rem;
  margin-bottom: 2rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

._2-row-image-about {
  background-image: url('../images/20250630_1901_Carne-Asada-Deliciosa_remix_01jz1dmm68fzybekvz06pczawk.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 47%;
}

._2-row-image-about.cc-row-spacing {
  background-image: url('../images/20250630_1857_Crêpe-de-Jamón-y-Queso_remix_01jz1dcwm3e4w9eb3kxqnxteq0.png');
  background-position: 50%;
  background-size: cover;
}

._2-row-image-about.cc-row-spacing.pizza {
  background-image: url('../images/20250630_1901_Carne-Asada-Deliciosa_remix_01jz1dmm68fzybekvz06pczawk.png');
  background-size: cover;
}

._2-row-image-about.cc-row-spacing.pernil {
  background-image: url('../images/20250630_1901_Carne-Asada-Deliciosa_remix_01jz1dmm68fzybekvz06pczawk.png');
}

._2-row-image-about.cc-row-spacing.otra {
  background-image: url('../images/20250630_1905_Pizza-Barbacoa-Gourmet_remix_01jz1dv71jfrdaq80t5v8ztvqk.png');
}

._2-row-image-about.cc-row-spacing.pasta {
  background-image: url('../images/20250708_1118_Espagueti-Carbonara-Delicioso_remix_01jzn687fbfwkvd1ebdzjyyfsy.png');
  background-position: 50%;
}

._2-row-image-about.cc-row-spacing-copy {
  background-image: url('../images/20250708_1118_Espagueti-Carbonara-Delicioso_remix_01jzn687fbfwkvd1ebdzjyyfsy.png');
  background-position: 50%;
  background-size: cover;
}

._2-row-image-about.cc-row-spacing-copy.pizza {
  background-image: url('../images/20250630_1901_Carne-Asada-Deliciosa_remix_01jz1dmm68fzybekvz06pczawk.png');
  background-size: cover;
}

._2-row-image-about.cc-row-spacing-copy.pernil {
  background-image: url('../images/20250630_1901_Carne-Asada-Deliciosa_remix_01jz1dmm68fzybekvz06pczawk.png');
}

._2-row-image-about.cc-row-spacing-copy.otra {
  background-image: url('../images/20250630_1905_Pizza-Barbacoa-Gourmet_remix_01jz1dv71jfrdaq80t5v8ztvqk.png');
}

._2-row-image-about.cc-row-spacing-copy.pasta {
  background-image: url('../images/20250708_1118_Espagueti-Carbonara-Delicioso_remix_01jzn687fbfwkvd1ebdzjyyfsy.png');
  background-position: 50%;
}

.header-image-section {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Capa-1-copia.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: block;
}

.paragraph-big {
  font-family: Pontano Sans;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.h4-container {
  width: 60%;
  margin-bottom: 60px;
}

.h4-container.margin-top {
  margin-top: 60px;
}

.h2-heading-copy.cc-center {
  margin-bottom: 0;
}

.section {
  text-align: center;
  background-color: #fac565;
}

.error-message-2 {
  z-index: 5;
  text-align: center;
  background-color: #ddd;
  padding-top: 135px;
  padding-bottom: 135px;
  position: fixed;
  inset: -12px 0;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #505e48;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 0;
  font-style: italic;
  line-height: 22px;
}

.form-block-3 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.button-2 {
  text-transform: uppercase;
  background-color: #505e48;
  border: 2px #fff;
  border-radius: 6px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #da432e;
}

.select-field-2 {
  color: #000;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
}

.form-2 {
  text-align: center;
  background-color: #eee0;
  border-radius: 0;
  padding: 20px;
  box-shadow: 1px 1px 30px #000;
}

.italic-text-copy {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-style: normal;
}

.input-style {
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.input-style::placeholder {
  color: #000;
}

.columns {
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/primer-plano-variedad-surtido-carne-sobre-superficie-madera-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.heading-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 6px;
  font-weight: 400;
}

.heading-5 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.column {
  background-image: linear-gradient(#00000080, #00000080);
}

.columns-2 {
  border-radius: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-12 {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.select-field-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 117px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.form-block {
  height: 504px;
  margin-bottom: 0;
  padding: 10px 10px 0;
}

.error-message {
  text-align: center;
  background-color: #f1f1f1;
  width: 385px;
  height: 550px;
  min-height: 0;
  margin-top: 0;
  padding-top: 55px;
  padding-left: 10px;
  position: relative;
  inset: -519px 0 0 -10px;
}

.image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.formulario {
  background-image: linear-gradient(#0009, #0009), url('../images/banner.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.form {
  text-align: center;
}

.div-block-24 {
  background-color: #0e0e0e80;
  border-radius: 9px;
  width: auto;
  height: 610px;
  margin-top: 20px;
  padding: 20px 20px 10px;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  font-size: 19px;
  line-height: 30px;
}

.text-field-3 {
  font-family: Montserrat, sans-serif;
}

.text-field-3::placeholder {
  color: #000;
}

.textarea {
  font-family: Montserrat, sans-serif;
}

.textarea.consulta {
  color: #000;
  height: 100px;
}

.textarea.consulta::placeholder {
  color: #000;
}

.heading {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 40px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 50px;
}

.submit-button {
  color: #fff;
  background-color: #fac565;
  border: 3px solid #fac565;
  border-radius: 500px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.submit-button:hover {
  color: #38454d;
  background-color: #fffefe;
  border-color: #38454d;
}

.text-block-13 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 117px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.column-11 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message-3 {
  text-align: center;
  background-color: #f1f1f1;
  width: auto;
  height: 550px;
  min-height: 0;
  margin-top: -20px;
  padding-top: 55px;
  padding-left: 10px;
  position: relative;
  inset: -519px 0 0;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
}

.container-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-6 {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.section-3 {
  text-align: center;
  background-color: #fac565;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-4 {
  font-size: 16px;
}

.paragraph-4 {
  color: #000;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-3 {
  text-align: center;
  background-color: #fac565;
}

.button-4 {
  text-align: center;
  background-color: #fac565;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  display: block;
}

.bold-text-5 {
  font-weight: 400;
}

.formulario-copy {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/20250630_1901_Carne-Asada-Deliciosa_remix_01jz1dmm68fzybekvz06pczawk.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.section-4 {
  text-align: center;
}

.container-3 {
  max-width: none;
}

.section-5 {
  text-align: center;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.code-embed {
  font-family: Montserrat, sans-serif;
}

.code-embed-2 {
  padding-top: 0;
}

.section-6 {
  text-align: center;
}

.italic-text {
  font-size: 42px;
  font-style: normal;
  line-height: 48px;
}

.services-copy {
  background-color: var(--bg-grey);
  border: 0 #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7.5rem 1.875rem;
  display: block;
}

.h2-heading-copy {
  color: var(--black-font);
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.5625rem;
}

.h2-heading-copy.cc-center {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.h2-heading-copy.margin-bottom {
  text-align: left;
  margin-bottom: 1.5625rem;
  font-size: 45px;
  line-height: 3rem;
}

.h2-heading-copy.cc-white {
  color: var(--white-font);
  text-align: center;
}

.h2-heading-copy.cc-white.special-padding {
  padding-left: 131px;
  padding-right: 124px;
}

.heading-7 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 28px;
  font-weight: 400;
}

.servicios {
  background-color: #fac565;
  border: 0 #000;
  margin-top: auto;
  margin-bottom: auto;
}

.section-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}

.column-12 {
  background-color: #fff;
}

.heading-8, .heading-9, .heading-10 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.column-13 {
  text-align: center;
}

.button-5 {
  background-color: #fac565;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.services-copy {
  background-color: var(--bg-grey);
  justify-content: center;
  align-items: center;
  padding: 7.5rem 1.875rem;
  display: flex;
}

.services-copy.cc-background {
  background-color: var(--bg-grey);
}

@media screen and (min-width: 1280px) {
  .container.cc-contact {
    justify-content: flex-start;
    width: 100%;
  }

  .daily-meal-card {
    box-shadow: none;
  }

  .div-block-24 {
    height: 650px;
  }
}

@media screen and (min-width: 1440px) {
  .navigation-container {
    max-width: 75rem;
  }

  .container.cc-contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .contact-intro {
    align-content: center;
  }

  .review-container {
    max-width: 75rem;
  }

  .code-embed-2 {
    background-color: #000;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2-heading.cc-white.special-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-heading.cc-white.special-padding {
    padding-left: 84px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  .services {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  ._2-row-image {
    max-width: 50%;
  }

  .row {
    justify-content: space-around;
  }

  .row.padding-edge {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    justify-content: space-around;
  }

  .footer-column {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
  }

  .footer-column.cc-footer {
    width: 30%;
  }

  .footer-social {
    justify-content: flex-end;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: space-between;
    width: 30%;
    height: 45rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-pricing {
    background-color: var(--black);
    align-self: flex-end;
  }

  .button-pricing:hover {
    background-color: var(--medium-sea-green);
  }

  .contact-intro {
    padding-top: 4rem;
    padding-bottom: 6.875rem;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
  }

  .menu-icon {
    color: #fff;
    font-size: 32px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .review-header {
    background-position: 30% 0;
    background-size: cover;
    margin-right: 0;
  }

  .location-container, .location-container.cc-center {
    width: 80%;
  }

  .footer-container.cc-footer {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-social {
    justify-content: flex-start;
    margin-left: 15px;
    margin-right: 15px;
  }

  .daily-meal-card {
    box-shadow: none;
    width: 100%;
    padding: 2.625rem 1.875rem 2rem;
  }

  .daily-meal-block {
    align-content: space-between;
    width: 30%;
    height: 31rem;
    margin-top: .625rem;
    margin-bottom: .625rem;
  }

  .container-daily-meal {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .h3-container {
    width: 80%;
  }

  .container-sample-daily-menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
    display: flex;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .header-page-review {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .review-slide-wrapper {
    height: 22.5rem;
  }

  .review-card {
    width: 100%;
    height: 100%;
  }

  ._2-row-image-about {
    max-width: 50%;
  }

  .header-image-section {
    background-image: linear-gradient(#00000073, #00000073), url('../images/noordwood-banner_1noordwood-banner.webp');
    background-size: auto, cover;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .h4-container {
    width: 80%;
  }

  .bold-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-2, .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-24 {
    width: 350px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-heading-copy.cc-white.special-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .column-14 {
    text-align: center;
  }

  .services-copy {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .h1-heading {
    font-size: 3rem;
    line-height: 1;
  }

  .h1-heading.cc-black {
    margin-bottom: 50px;
  }

  .paragraph {
    line-height: 1.6rem;
  }

  .container.cc-cta {
    flex-wrap: wrap;
  }

  .h2-heading {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .h2-heading.cc-white {
    color: var(--white-font);
    text-align: center;
  }

  .h3-heading {
    font-size: 2rem;
    line-height: 1.2;
  }

  .h3-heading.cc-white.special-padding {
    padding-left: 45px;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .services {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .services.cc-background {
    padding-top: 3.75rem;
    padding-bottom: 5.625rem;
  }

  ._2-row-image {
    width: 100%;
    max-width: 100%;
    height: 16rem;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 0;
  }

  ._2-row-text {
    max-width: none;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .row.padding-edge {
    flex-flow: column;
    align-items: flex-start;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cta-column.cc-left {
    justify-content: flex-start;
    align-items: center;
  }

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

  .footer-column {
    flex-flow: row;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    width: 100%;
  }

  .footer-column.space-around {
    justify-content: space-around;
  }

  .footer-column.center {
    justify-content: center;
  }

  .footer-social {
    justify-content: flex-start;
    display: flex;
  }

  .header-page-services {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .event-catering-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .container-pricing {
    justify-content: flex-start;
  }

  .pricing-block {
    width: 46%;
  }

  .price {
    font-size: 62px;
    line-height: 68px;
  }

  .button-pricing {
    align-self: flex-end;
    align-items: center;
  }

  .review-section {
    padding-top: 5.3125rem;
    padding-bottom: 2.8125rem;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 5.625rem;
    padding-bottom: 5rem;
  }

  .contact-info-column {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .nav-menu.cc-white {
    background-color: var(--white);
  }

  .menu-icon.cc-black {
    color: var(--black);
  }

  .menu-button.cc-white:active {
    background-color: var(--white);
  }

  .menu-button.cc-white.w--open {
    background-color: var(--bg-grey);
  }

  .review {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .review-header {
    background-position: 85% 100%;
    background-size: cover;
    margin-right: 0;
  }

  .location {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .location-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .location-container.cc-center {
    width: 100%;
  }

  .footer-container.cc-footer {
    flex-wrap: wrap;
  }

  .nav-social {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .daily-meal-card {
    width: 100%;
  }

  .daily-meal-block {
    flex-flow: wrap;
    align-content: stretch;
    align-items: stretch;
    width: 46%;
  }

  .container-daily-meal {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .h3-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .daily-meal-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .container-sample-daily-menu {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
  }

  .menu-card {
    margin-bottom: .625rem;
  }

  .h4-heading {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .h5-heading {
    line-height: 1.2;
  }

  .container-events-menu {
    padding: 60px 15px;
  }

  .menu-slide-wrapper {
    max-width: 48%;
    margin-right: 4%;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .header-page-review {
    height: 8rem;
    padding: 0 1.875rem;
  }

  .review-slide-wrapper {
    max-width: 48%;
    margin-right: 4%;
  }

  .review-card {
    justify-content: space-between;
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .contact-social-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  ._2-row-image-about {
    background-image: url('../images/20250630_1901_Carne-Asada-Deliciosa_remix_01jz1dmm68fzybekvz06pczawk.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 16rem;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image-about.cc-row-spacing, ._2-row-image-about.cc-row-spacing-copy {
    width: 100%;
    height: 16rem;
    margin-bottom: 0;
    margin-right: 0;
  }

  .header-image-section {
    background-image: linear-gradient(#00000073, #00000073), url('../images/noordwood-banner_1noordwood-banner.webp');
    background-size: auto, cover;
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h4-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .columns-2 {
    padding-top: 0;
  }

  .column-10 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .error-message {
    height: 420px;
  }

  .formulario {
    height: auto;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 16px;
  }

  .heading {
    text-align: center;
    font-size: 29px;
    line-height: 35px;
  }

  .column-11 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .error-message-3 {
    height: 420px;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 16px;
  }

  .formulario-copy {
    height: auto;
  }

  .h2-heading-copy {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .h2-heading-copy.cc-white {
    color: var(--white-font);
    text-align: center;
  }

  .services-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .services-copy.cc-background {
    padding-top: 3.75rem;
    padding-bottom: 5.625rem;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .h1-heading {
    letter-spacing: 0;
    font-size: 3rem;
    line-height: 1;
  }

  .paragraph {
    font-size: 1.12rem;
    line-height: 1.5rem;
  }

  .paragraph.cc-white.cc-margin {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .button.cc-cta {
    text-align: center;
    margin-top: 1.1rem;
    font-size: 1rem;
  }

  .h2-heading {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .h2-heading.cc-center {
    font-size: 22px;
  }

  .h2-heading.margin-bottom, .h3-heading {
    font-size: 2rem;
    line-height: 1.2;
  }

  .h3-heading.cc-white {
    font-size: 18px;
    line-height: 34px;
  }

  .h3-heading.cc-white.special-padding {
    padding-left: 0;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  .separator.cc-background-grey {
    margin-top: 4.75rem;
  }

  .services {
    padding: 4rem 1.5rem;
  }

  .services.cc-background {
    padding: 2rem 1rem;
  }

  ._2-row-image {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: 16rem;
    margin-bottom: 0;
  }

  ._2-row-image.cc-row-spacing {
    background-size: cover;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  .row.padding-edge {
    margin: 2.5rem 1rem;
  }

  .cta-column.cc-left {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-column.space-around {
    justify-content: space-between;
  }

  .footer-column.center {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .footer-social {
    width: 50%;
  }

  .header-page-services {
    margin-top: -3.75rem;
    padding-top: 7.5rem;
    padding-bottom: 0;
  }

  .event-catering-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-block {
    width: 90%;
  }

  .contact-intro {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .menu-icon {
    color: var(--black);
  }

  .menu-icon.cc-white {
    color: var(--white);
  }

  .logo-text, .logo-text.cc-white {
    font-size: 2.25rem;
  }

  .review {
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-header {
    background-position: 90% 100%;
    background-size: cover;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .location {
    background-color: var(--bg-grey);
    padding-bottom: 3.75rem;
  }

  .nav-social {
    width: 50%;
    margin-bottom: 1rem;
  }

  .daily-meal-card {
    width: 100%;
  }

  .daily-meal-block {
    width: 90%;
  }

  .daily-meal-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menu-card {
    width: 90%;
    margin-bottom: .625rem;
  }

  .h4-heading {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .h5-heading {
    line-height: 1.2;
  }

  .menu-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .header-page-review {
    height: 8rem;
    margin-top: -3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .review-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  ._2-row-image-about {
    background-position: 50% 100%;
    align-items: flex-start;
    width: 100%;
    height: 16rem;
    margin-bottom: 60px;
  }

  ._2-row-image-about.cc-row-spacing, ._2-row-image-about.cc-row-spacing-copy {
    width: 100%;
    height: 16rem;
    margin-bottom: .5rem;
  }

  .header-image-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/noordwood-banner_1noordwood-banner.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 100vh;
    margin-top: -3.75rem;
    padding-top: 7.5rem;
    padding-bottom: 3.75rem;
  }

  .form-block-3, .button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-2 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .italic-text-copy {
    font-size: 17px;
  }

  .error-message {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    font-size: 17px;
    line-height: 25px;
  }

  .heading {
    text-align: left;
    font-size: 23px;
    line-height: 35px;
  }

  .error-message-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 17px;
    line-height: 25px;
  }

  .h2-heading-copy {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .h2-heading-copy.cc-center {
    font-size: 22px;
  }

  .h2-heading-copy.margin-bottom {
    font-size: 2rem;
    line-height: 1.2;
  }

  .italic-text-2 {
    font-size: 16px;
  }

  .services-copy {
    padding: 4rem 1.5rem;
  }

  .services-copy.cc-background {
    padding: 2rem 1rem;
  }
}


