:root {
  --body-font: #434539;
  --color-1: #8e146a;
  --color-two: #9a731c;
  --color-two-light: #f3f3ec;
  --body-font-light: #9a9fb3;
  --body-font-dark: #27281d;
  --white: white;
  --color-two-dark: #17132a;
  --silver: #c9c7d1;
  --color-one-dark: #56083f;
  --color-one-light: #f3deed;
  --beige: #fffde8;
  --olive: #846a20;
  --gold: #c0b53d;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--body-font);
  flex-direction: column;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-weight: 300;
}

a {
  color: var(--color-1);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  color: var(--body-font);
  margin-bottom: .25rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.7;
}

blockquote {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-text-color {
  background-color: #535f65;
}

.fs-styleguide_color-sample.is-secondary {
  background-color: var(--color-two);
}

.fs-styleguide_color-sample.is-primary {
  background-color: var(--color-1);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2rem;
  font-size: 1.4rem;
}

.button {
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 5rem;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

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

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: var(--color-two-light);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .8rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.input {
  border: 1px solid var(--body-font-light);
  background-color: #0000;
  border-radius: .2rem;
  height: 2.6rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  display: flex;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: var(--body-font-dark);
  color: var(--color-two-light);
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  border: .125rem solid var(--color-1);
  color: var(--color-1);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: var(--color-1);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 6rem 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 10rem 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.font-color-1 {
  color: var(--color-1);
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-large.fix-hide-menu {
  padding-top: 12rem;
}

.padding-vertical.padding-huge.fix-top {
  padding-top: 0;
}

.padding-vertical.padding-huge.fix-bottom {
  padding-bottom: 4rem;
}

.padding-vertical.padding-hero {
  padding-top: 12rem;
  padding-bottom: 6rem;
}

.padding-vertical.hero-in-padding {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.padding-vertical.padding-hero-simple {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.padding-vertical.hero-landing {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.padding-vertical.cartelera-padding {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.padding-vertical.cta-padding {
  padding-top: 16rem;
  padding-bottom: 8rem;
}

.padding-vertical.padding-promos {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero {
  z-index: 1;
  color: var(--body-font);
  background-image: url('../images/wall-back-one.gif');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: 1300px;
  height: 250vh;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.footer_component {
  z-index: 1;
  background-color: var(--white);
  color: var(--color-two-dark);
  border-top: 1px solid #8e146a33;
  margin-top: auto;
  padding-top: 4rem;
  position: relative;
}

.footer_component.landing-footer {
  padding-top: 0;
}

._2-grid-col {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._2-grid-col.v-align-center {
  align-items: center;
}

._2-grid-col.fix-cta {
  align-items: end;
}

._2-grid-col.fix-1-3 {
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

._2-grid-col.stretch {
  align-items: stretch;
}

._2-grid-col.hero-us-us {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
}

._3-gird-col {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._3-gird-col.contrast-greay {
  filter: grayscale();
}

._3-gird-col.sucursales-fix {
  align-items: end;
}

._3-gird-col.stretch {
  align-items: stretch;
}

._4-grid-col {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._4-grid-col.contrast-gray {
  filter: grayscale();
}

._5-grid-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._6-grid-col {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.titular_element {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4em;
  display: grid;
}

.titular_element.clear {
  margin-bottom: 0;
}

.titular-element_hldr {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.titular-element_hldr.font-color-5 {
  color: var(--silver);
}

.modal-nav-component {
  z-index: 999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#232632cc, #232632cc);
  justify-content: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.main-nav-component {
  z-index: 100;
  position: relative;
}

.main-nav-component.fixed {
  position: fixed;
  inset: 0% 0% auto;
}

.main-nav-component.absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.primary-nav {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.primary-nav_nav-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.primary-nav_nav-bar.align-center {
  justify-content: center;
}

.primary-nav_nav-bar.menu-sucursal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 8rem;
  display: flex;
  position: relative;
}

.primary-nav_desktop-nav-bar {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.primary-nav_brgr {
  display: none;
}

.secundary-nav_nav-bar {
  justify-content: space-between;
  padding-top: .4rem;
  padding-bottom: .4rem;
  display: flex;
}

.mobile-nav_nav-element {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.nav-element_header {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  display: flex;
}

.nav-element_body {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 1.8rem;
  display: block;
}

.nav-element_footer {
  text-align: center;
  height: 40px;
  font-size: .8rem;
}

.trgr-close.close {
  width: 2em;
  height: 2em;
}

.trgr-open.brgr {
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  display: flex;
}

.brgr-pleca {
  background-color: #000;
  height: .2em;
}

.footer_legal {
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-size: .8rem;
  display: flex;
}

.system-color-card {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 2rem;
  display: flex;
}

.system-color-card.color-one {
  background-color: var(--color-1);
}

.system-color-card.color-two {
  background-color: var(--color-two);
}

.system-color-card.color-three {
  background-color: #fb8500;
}

.system-color-card.color-four {
  background-color: var(--body-font);
}

.btn {
  border: 10px solid var(--color-1);
  opacity: 1;
  color: var(--color-one-dark);
  text-align: center;
  text-transform: uppercase;
  background-color: #f1f1eb;
  font-family: Noto Serif Display, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.btn:hover {
  filter: brightness(80%);
}

.btn.brdr {
  color: var(--color-1);
  background-color: #0000;
}

.btn.brdr:hover {
  background-color: #c3d8ef;
}

.btn.contrast {
  border-color: #d2abc7;
}

.btn.small {
  font-size: .8rem;
}

.btn.big {
  font-size: 1.2rem;
}

.btn.full-width {
  margin-right: 0;
  display: block;
}

.btn.just-text {
  color: var(--color-1);
  background-color: #0000;
  border-style: none;
}

.btn.send {
  width: 100%;
  margin-top: .5rem;
  display: block;
}

.btn.white {
  background-color: var(--white);
  color: var(--color-1);
  border-style: none;
}

.btn.cka-close {
  font-size: 1rem;
}

.btn-icon {
  background-color: var(--color-1);
  color: #fff;
  padding: .65em .6em .65em 1em;
  text-decoration: none;
  display: inline-block;
}

.btn-icon.brdr {
  border: 2px solid var(--color-one-dark);
  color: var(--color-one-dark);
  background-color: #0000;
}

.btn-icon.brdr.small {
  font-size: .8rem;
}

.btn-icon.brdr.stretch {
  padding: .2em 0;
}

.btn-icon.brdr.stretch.small {
  margin-bottom: .4em;
}

.btn-icon.brdr.white {
  border-color: var(--white);
  color: var(--white);
}

.btn-icon.just-text {
  color: var(--color-1);
  background-color: #0000;
  padding: 0;
}

.btn-icon.on-menu {
  color: var(--body-font);
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-icon.clear {
  padding: 0;
}

.icon-btn-container {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  border: 1px solid var(--color-1);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding: .7rem 1.4rem;
  line-height: 1.6;
  display: flex;
}

.icon-btn-container.to-menu {
  border-style: none;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.icon-btn_icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-font {
  text-align: center;
  text-transform: lowercase;
  justify-content: center;
  align-items: center;
  font-family: Materialicons, sans-serif;
  font-size: 1.4em;
  line-height: 1;
  text-decoration: none;
}

.icon-font.icon-1x1-small {
  font-size: 1em;
}

.icon-font.icon-1x1-medium {
  font-size: 3em;
}

.icon-font.icon-1x1-large {
  font-size: 4em;
}

.btn-2 {
  text-align: center;
  background-color: #0663cc;
  border: 1px solid #0663cc;
  margin-bottom: 1.4em;
  margin-right: 1.4em;
  padding: .6em 2em;
  font-size: 1em;
  transition: all .2s ease-in-out;
}

.btn-2:hover {
  filter: brightness(80%);
}

.brgr {
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  display: flex;
}

.close-btn {
  width: 35px;
  height: 35px;
}

.btn-nav {
  color: var(--body-font-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 3px solid #0000;
  padding: .6rem 0;
  font-size: .9rem;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.btn-nav:hover {
  border-bottom-color: var(--body-font-dark);
}

.btn-nav.dropper {
  color: var(--color-one-light);
  padding-right: 2rem;
}

.btn-nav.cta {
  background-color: var(--color-two);
  color: var(--white);
  border-radius: .2rem;
  margin-left: 1rem;
}

.accordion_header {
  color: var(--color-one-dark);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  padding-left: .8rem;
  padding-right: .8rem;
  display: flex;
}

.accordion_display {
  height: 0;
  overflow: hidden;
}

.accordion_content {
  background-color: var(--color-one-light);
  color: var(--body-font);
  padding: 1.4rem;
}

.footer-link {
  font-size: 1rem;
  transition: all .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  color: var(--color-1);
  text-decoration: underline;
}

.shades-color {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.color-shade {
  min-height: 60px;
}

.color-shade.color-one {
  background-color: var(--color-1);
}

.color-shade.color-two {
  background-color: var(--color-two);
}

.color-shade.color-3 {
  background-color: #fb8500;
}

.color-shade.body-font {
  background-color: var(--body-font);
}

.color-shade.color-one-light {
  background-color: var(--color-one-light);
}

.color-shade.color-one-dark {
  background-color: var(--color-one-dark);
}

.color-shade.color-two-light {
  background-color: var(--color-two-light);
}

.color-shade.color-two-dark {
  background-color: var(--color-two-dark);
}

.color-shade.color-3-light {
  background-color: #ffd09c;
}

.color-shade.color-3-dark {
  background-color: #d06e00;
}

.color-shade.body-font-light {
  background-color: var(--body-font-light);
}

.color-shade.body-font-dark {
  background-color: var(--body-font-dark);
}

.font-color-1 {
  color: var(--color-1);
}

.font-color-2 {
  color: var(--color-two);
}

.font-color-3 {
  color: #fb8500;
}

.font-color-4 {
  color: var(--body-font);
}

.simple-card_image {
  position: relative;
}

.simple-card_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 1.4rem 1.8rem;
  display: grid;
}

.simple-card_content.align-center {
  text-align: center;
  justify-items: center;
}

.bullet-icon-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.bullet-icon-card.link-bullet {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.bullet-icon-card_icon {
  background-color: var(--color-one-light);
  color: var(--color-one-dark);
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bullet-icon-card_icon.medium-size {
  width: 50px;
  height: 50px;
}

.bullet-icon-card_icon.small-size {
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

.btn-dropper_icon {
  margin-right: 10px;
}

.megamenu-dropper {
  flex-direction: column;
  justify-content: flex-end;
}

.megamenu-dropper.w--open {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 100%;
  margin-bottom: 80px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.megamenu {
  background-color: var(--white);
  border: 1px solid #fafafa;
  border-radius: .4rem;
  width: 100%;
  max-width: 64rem;
  min-height: 200px;
  padding: 1.4rem;
  top: auto;
  bottom: 80px;
  box-shadow: 0 20px 40px -10px #0000004d;
}

.form-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.required {
  color: #fb8500;
}

.address {
  border-bottom: 1px solid var(--color-two-light);
  padding-bottom: .4em;
  font-size: .9rem;
  font-style: normal;
}

.map-card {
  height: 120px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.g-map {
  height: 100%;
}

.hover {
  z-index: 2;
  background-color: #17132a00;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover:hover {
  background-color: #17132a66;
}

.hover_icon {
  color: var(--beige);
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 2.4rem;
  display: flex;
}

.system-modal-nav {
  justify-content: flex-end;
  display: flex;
  position: fixed;
  inset: 0%;
}

.system-section-bg-color {
  padding: 6rem 190px;
}

.system-section-bg-color.background-color-grey {
  background-color: var(--color-one-light);
}

.background-color-1 {
  background-color: var(--color-one-dark);
  color: var(--color-two-light);
}

.background-color-2 {
  background-color: var(--color-two);
  color: var(--color-two-light);
}

.btn-modal-nav {
  color: var(--body-font-dark);
  text-align: center;
  background-color: #0000;
  padding-left: .8rem;
  padding-right: .8rem;
  font-family: Noto Serif Display, sans-serif;
  font-size: 2rem;
  display: block;
}

.btn-modal-nav.w--current {
  font-weight: 700;
}

.close.close-btn {
  color: var(--color-one-dark);
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
}

.close.intro-coffee-park {
  z-index: 110;
  display: flex;
}

.accordion_icon {
  width: 26px;
  height: 26px;
}

.lightbox {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -9px #000, 0 10px 40px -20px #000;
}

.system-botonera-hldr {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.botonera {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  margin-top: 4rem;
  display: flex;
}

.botonera.display-block {
  display: block;
}

.element-content-grid {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.element-content-grid.align-center {
  text-align: center;
  justify-items: center;
}

.element-content-grid.full-widht {
  justify-items: stretch;
}

.element-content-grid.full-widht.more-gap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.simple-card_icon-hldr {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.simple-card_icon {
  font-size: 3rem;
}

.tabs-component_tabs-menu {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.tabs-component_tab {
  background-color: var(--color-one-light);
  color: var(--color-1);
  text-align: center;
  margin-right: .8rem;
}

.tabs-component_tab.w--current {
  background-color: var(--color-1);
  color: var(--color-one-light);
}

.tabs-component_content {
  padding-top: 2rem;
}

.main-nav-component_bg-shade {
  background-color: var(--white);
  display: block;
  position: absolute;
  inset: 0%;
}

.main-nav-component_bg-shade.hide {
  display: none;
}

.hero-in {
  background-color: var(--color-two);
  color: var(--color-one-light);
  text-align: center;
}

.text-label {
  text-transform: uppercase;
}

.flex-element {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.flex-element.align-center {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
}

.flex-element.gap-medium {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
}

.icon-button {
  background-color: var(--color-1);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .5rem;
  display: flex;
}

.footer-link-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-simple {
  text-align: center;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: var(--color-1);
  color: var(--color-one-light);
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: var(--color-1);
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--color-1);
  color: var(--color-1);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: #4353ff #4353ff var(--color-1);
  color: var(--color-1);
  background-color: #f5f5f5;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.text-content-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 100%;
  display: grid;
}

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

.text-content-grid.align-left {
  justify-items: start;
}

.text-content-grid.fix-menu {
  grid-column-gap: .2rem;
}

.hero-bg {
  background-image: url('../images/hero-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.splash-page-wrapper {
  color: var(--white);
  background-image: url('../images/hero-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.splash-page-container {
  width: 600px;
  min-height: 100px;
}

.splash-page-brand {
  width: 60%;
}

.flex-row-elements {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.flex-row-elements.align-center {
  justify-content: center;
}

.hero-landing {
  background-color: var(--color-1);
  color: var(--white);
}

.landing-form-card {
  background-color: var(--white);
  color: var(--body-font);
  padding: 2.25rem;
}

.form-block {
  margin-bottom: 0;
}

.cta-element {
  background-color: var(--color-1);
  color: var(--white);
  background-image: url('../images/hero-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.cta-element-content {
  width: 100%;
  max-width: 60%;
  min-height: 20px;
}

.display-none {
  display: none;
}

.progress-bar-component {
  z-index: 110;
  background-color: var(--color-1);
  width: 100%;
  height: 8px;
  position: fixed;
  inset: 0% 0% auto;
}

.progress-bar {
  background-color: var(--color-one-dark);
  width: 100%;
  height: 100%;
}

.fix-bottom-bar {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.brand-frame {
  position: absolute;
}

.hero-main-frame {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
}

.slogan-slider {
  background-color: #0000;
  height: auto;
}

.slogan-slide {
  text-align: center;
  font-family: Noto Serif Display, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
}

.slide-nav {
  display: none;
}

.giant-frame-home {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
}

.top-frame {
  z-index: 5;
  margin-top: -1px;
  position: absolute;
  inset: 0% 0% auto;
}

.giant-frame_back {
  z-index: 0;
  background-color: var(--color-two);
  border-radius: 20vw;
  width: 40vw;
  height: 40vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% 0% auto;
}

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

.giant-frame-image-hldr {
  z-index: 3;
  background-color: var(--color-two-light);
  border-radius: 15.5vw;
  width: 31vw;
  height: 31vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  overflow: hidden;
}

.giant-frame-circle-text {
  z-index: 2;
  width: 38vw;
  height: 38vw;
  position: absolute;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.giant-image-scaling {
  background-image: url('../images/chai-elefante.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.frame-01 {
  width: 26vw;
  max-width: none;
  margin-left: -4vw;
  position: absolute;
  inset: 30vh auto auto 0%;
  box-shadow: 0 10px 40px -20px #000c;
}

.frame-02 {
  width: 22vw;
  margin-right: 2vw;
  position: absolute;
  inset: 20vh 0% auto auto;
  box-shadow: 0 10px 40px -20px #000c;
}

.track {
  z-index: 1;
  background-color: var(--color-two-dark);
  width: 100vw;
  height: 600vh;
  position: relative;
}

.sucursales {
  z-index: 1;
  color: #624c00;
  background-image: url('../images/wall-back-mostaza.jpeg');
  background-position: 50% 0;
  background-size: contain;
  position: relative;
}

.cartel-cartelera {
  width: 100%;
  max-width: 400px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.cartelera {
  height: 250vh;
  position: relative;
}

.cta {
  color: var(--color-two-light);
  background-image: url('../images/concreto.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.camera {
  color: var(--color-two-light);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  width: 500vw;
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
}

.image {
  object-fit: cover;
  height: 100vh;
}

.frame-3 {
  width: 30vw;
  max-width: none;
  margin-left: -6vw;
  position: absolute;
  inset: 80vh auto auto 0%;
  box-shadow: 0 10px 40px -20px #000;
}

.frame-04 {
  z-index: 0;
  width: 24vw;
  max-width: none;
  margin-right: 5vh;
  position: absolute;
  inset: 90vh 0% auto auto;
  box-shadow: 0 10px 40px -20px #000;
}

.paper-rip-top {
  z-index: 5;
  background-image: url('../images/hero-bottom-paper-rip.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 1300px;
  height: 300px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.paper-rip-top.over-top-fix {
  z-index: 5;
  top: -2rem;
}

.paper-rip-top.over-top-fix.blue-b {
  background-image: url('../images/paper-rip-top-yellow.png');
}

.paper-rip-top.over-top-fix.mostaza {
  background-image: url('../images/hero-bottom-paper-rip-blue.png');
}

.paper-rip-top.fix-one {
  top: -1rem;
}

.paper-rip-bottom {
  z-index: 1;
  background-image: url('../images/paper-rip-bottom.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 1300px;
  height: 300px;
  position: absolute;
  inset: auto 0% 0%;
}

.paper-rip-bottom.on-top {
  inset: -26vh 0% auto;
}

.paper-rip-bottom.on-top.fix-telon.blue, .paper-rip-bottom.on-top.fix-telon.mostaza {
  background-image: url('../images/paper-rip-bottom-blue.png');
}

.paper-rip-bottom.mostaza-b {
  background-image: url('../images/paper-rip-bottom-yellow.png');
}

.sucursal-card_frame {
  background-color: var(--white);
  border: 6px solid #f0e6ca;
  border-radius: 20em;
  min-height: 40em;
  position: relative;
  overflow: hidden;
}

.sucursal-card_frame.centro {
  background-image: url('../images/centro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sucursal-card_frame.madeiras {
  background-image: url('../images/madeiras.jpg');
  background-position: 0 0;
  background-size: cover;
}

.sucursal-icon {
  background-color: var(--color-one-dark);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 24px;
  margin-right: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sucursal-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 18.75rem;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.sucursal-card_info-hldr {
  z-index: 5;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: .4em;
  flex-direction: column;
  min-height: 100px;
  padding-left: 3.4em;
  padding-right: 3.4em;
  position: absolute;
  inset: 52% 0% auto;
}

.get-there-link-flex {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: var(--color-1);
  align-items: center;
  margin-top: .6rem;
  font-size: .9rem;
  display: flex;
}

.get-there-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  font-size: .9rem;
  transition: opacity .2s;
  display: flex;
}

.get-there-link:hover {
  opacity: .5;
}

.telon {
  z-index: 2;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.telon-left {
  background-image: url('../images/telon-left.gif');
  background-position: 100% 100%;
  background-size: cover;
  flex: 0 auto;
  width: 50%;
}

.telon-right {
  background-image: url('../images/telon-right.gif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 50%;
}

.cartelera-camera {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.frame-title {
  justify-content: center;
  align-items: center;
  width: 320px;
  height: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.frame-title-bg {
  z-index: 0;
  position: relative;
  inset: 0%;
}

.frame-text-title {
  z-index: 1;
  position: absolute;
}

.loader {
  z-index: 9999;
  background-color: #6a6a62;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.park-loader {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.park-logo {
  position: absolute;
}

.bakery-block {
  color: #103140;
  background-image: url('../images/wall-back-blue.jpg');
  background-position: 50% 0;
  background-size: contain;
  position: relative;
}

.bakery-card_image-hldr {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.simple-backery-card_frame {
  border: 4px solid #fff;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  width: 90%;
  height: 90%;
  position: absolute;
}

.bakery-card {
  color: var(--color-two-light);
}

.invert {
  filter: invert();
}

.coffee-park-logo {
  color: var(--color-1);
  font-size: 5rem;
}

.panoramic {
  object-fit: cover;
}

.cartelera-bg {
  z-index: 0;
  height: 250vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.for-center {
  display: none;
}

.nav-menu {
  z-index: 90;
  position: fixed;
  inset: auto 0% 0%;
}

.hero-menu {
  background-image: url('../images/menu-hero-wall.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.hero-menu.titular {
  flex-direction: column;
  height: auto;
  max-height: none;
  padding-top: 14rem;
  padding-bottom: 4rem;
}

.frames-menu-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 70vw;
  min-height: 20px;
  display: flex;
}

.frame-menu-link {
  display: block;
}

.frame-menu-link:active {
  filter: brightness(80%);
  transform: scale(.95);
}

.frame-menu-link.pasteles {
  margin-bottom: -2%;
}

.frame-menu-link.extremas {
  margin-top: -2%;
}

.frame-menu-link.barra-mexa {
  margin-bottom: -6%;
}

.frame-menu-link.cocteleria, .frame-menu-link.kids {
  margin-top: -4%;
}

.nav-tabs-menu {
  justify-content: space-between;
  display: flex;
}

.nav-menu-tabs_tab {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  background-color: #0000;
  border-top: 2px solid #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Serif Display, sans-serif;
  display: flex;
}

.nav-menu-tabs_tab.w--current {
  border-top: 2px solid var(--color-1);
  background-color: #0000;
}

.nav-menu-tabs {
  background-color: #f9f3e3;
  justify-content: space-between;
  display: flex;
}

.nav-menu-icon {
  background-color: #fff;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  padding: .4rem;
}

.hldr-back-telon {
  background-image: url('../images/fondo-cartelera.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.menu-nav-content {
  z-index: 1;
  background-color: var(--color-two-light);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 100%;
  padding: 2.4rem;
  position: relative;
}

.menu-nav-card_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-nav-component {
  z-index: 110;
  position: fixed;
  inset: auto 0% 0%;
}

.menu-nav-component_nav-bar {
  background-color: var(--color-two-light);
  justify-content: space-between;
  display: flex;
}

.drop-menu-nav-dropper {
  width: auto;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: auto 0% 80px 0;
}

.drop-menu-nav-dropper.w--open {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fefbf2b3;
  justify-content: center;
  width: auto;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  position: absolute;
  inset: auto 0% 80px 0;
}

.menu-nav-drop-btn {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fbf7eae6;
  flex: 1;
  align-items: center;
  height: 80px;
  display: flex;
  position: static;
}

.menu-nav-drop-toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Outfit, sans-serif;
  display: flex;
}

.menu-nav-drop-toggle.w--open {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown {
  position: static;
}

.menu-nav-button {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 2px solid var(--color-two-light);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: .8rem 0;
  font-weight: 600;
  display: flex;
}

.menu-nav-button.w--open {
  z-index: 5;
  border-top: 2px solid var(--color-1);
  padding-left: 0;
  padding-right: 0;
}

.menu-nav-btn-dropper {
  flex: 1;
}

.menu-nav-content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-bg-green {
  color: var(--beige);
  background-image: url('../images/menu-texture-verde.gif');
  background-position: 50%;
  background-size: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  line-height: 1.3;
}

.menu-bg-green.yellow {
  color: var(--olive);
  background-image: url('../images/menu-texture-amarillo.gif');
}

.gold-frame {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2rem 4rem;
}

.component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.icon-text-element {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-text-element.platillos-fix {
  flex-direction: row;
}

.menu-icon {
  width: 18px;
}

.menu-icon.size-medium {
  width: 16px;
}

.plato-grid {
  grid-column-gap: .4rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.plato-titulo {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.plato-titulo.text-size-medium {
  font-size: 1.3rem;
}

.plato-flex {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plato-pleca {
  border-top: 1px dashed var(--beige);
  flex: 1;
  align-self: center;
  width: auto;
  min-width: 20px;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.plato-pleca.dark {
  border-top-color: var(--olive);
}

.plato-pleca.fix {
  align-self: auto;
  min-width: 1rem;
  height: 1rem;
}

.centered-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plato-icon {
  width: 20px;
  height: 100%;
  display: flex;
}

.plato-sub-titulo {
  font-size: 1.2rem;
  font-weight: 600;
}

.espaciador {
  height: 4rem;
}

.menu-bg-yellow {
  color: var(--olive);
  background-image: url('../images/menu-texture-amarillo.gif');
  background-position: 0 0;
  background-size: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.paquetes-card {
  background-color: var(--color-two-light);
  color: var(--body-font);
  text-align: center;
  border-radius: .2rem;
  padding: 1.6rem;
}

.paquetes-card-frame {
  border: 3px solid #997a22;
  border-radius: .8rem;
  padding: 1.4rem;
}

.menu-block {
  background-image: url('../images/menu-hero-wall.gif');
  background-position: 50% 100%;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 8rem;
}

.menu-page {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 3rem;
}

.menu-page.bg-green {
  color: var(--color-two-light);
  background-color: #58867e;
}

.menu-page.bg-yellow {
  color: var(--olive);
  background-image: url('../images/menu-texture-amarillo.gif');
  background-position: 0 0;
  background-size: auto;
}

.menu-page.desayunos-scheme {
  color: #c3ecff;
  -webkit-text-fill-color: inherit;
  background-color: #bf3c1d;
  background-clip: border-box;
}

.menu-page.comidas-scheme {
  color: #e2f5cd;
  -webkit-text-fill-color: inherit;
  background-color: #7f1710;
  background-clip: border-box;
}

.menu-page.postres-scheme {
  color: #ede316;
  -webkit-text-fill-color: inherit;
  background-color: #a61776;
  background-clip: border-box;
}

.menu-page.bebidas-scheme {
  color: #e9bff7;
  background-color: #597209;
}

.menu-page.bebidas-c-alcohol-scheme {
  color: #ff8931;
  -webkit-text-fill-color: inherit;
  background-color: #4d61a2;
  background-clip: border-box;
}

.menu-page.favs-scheme {
  color: #edd251;
  background-color: #212425;
}

.menu-page.kids-scheme {
  color: #f4e86d;
  background-color: #9d78b7;
}

.menu-page.bebidas-con-cafe {
  color: #f19076;
  -webkit-text-fill-color: inherit;
  background-color: maroon;
  background-clip: border-box;
}

.menu-page.backery-scheme {
  color: #ff54df;
  -webkit-text-fill-color: inherit;
  background-color: #1d3800;
  background-clip: border-box;
}

.menu-page.frias-frappe-scheme {
  color: #c8dfae;
  -webkit-text-fill-color: inherit;
  background-color: #002f4b;
  background-clip: border-box;
}

.menu-page.jugos-scheme {
  color: #a61776;
  -webkit-text-fill-color: inherit;
  background-color: #ffd400;
  background-clip: border-box;
}

.menu-page.smoothies-scheme {
  color: #ff8931;
  -webkit-text-fill-color: inherit;
  background-color: #445891;
  background-clip: border-box;
}

.menu-page.alimentos-scheme {
  color: #67182c;
  -webkit-text-fill-color: inherit;
  background-color: #ffb900;
  background-clip: border-box;
}

.menu-page.alert-card {
  background-color: #e7d730;
  padding: 0 2rem;
}

.menu-grid-sections {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.menu-frame {
  margin-top: 3rem;
}

.ancla {
  height: 10px;
}

.titulo-menu {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.plato-image {
  width: 600px;
  max-width: none;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.plato-image.cms-editable {
  width: 550px;
  max-width: none;
}

.platillo-categoria {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.paquete-flex {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.disponible-bar {
  z-index: 110;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-two-light);
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem .6rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-nav-btn {
  color: var(--body-font);
  background-color: #0000;
  font-family: Noto Serif Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.menu-general {
  z-index: 200;
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-nav-grid {
  grid-column-gap: 14px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-hand {
  width: 30px;
}

.menu-shade {
  z-index: 0;
  cursor: pointer;
  background-image: linear-gradient(#43453980, #43453980);
  position: fixed;
  inset: 0%;
}

.contenedor-menu-categoria {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.promo-label-text {
  color: var(--color-two-light);
  background-color: #e2173e;
  border-radius: 2rem;
  padding: .2rem .6rem;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
}

.cake-frame {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.card-frame {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.cake-card {
  border: 1px solid #ede315;
  position: relative;
  overflow: hidden;
}

._180-slider {
  width: 100%;
  height: 100%;
}

._180-one {
  background-color: var(--color-one-light);
  background-image: url('../images/coffee-park-centro_1coffee-park-centro.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._180-two {
  background-color: var(--color-one-light);
  background-image: url('../images/coffee-park-360-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-wall {
  color: var(--white);
  background-color: #111;
  position: relative;
}

.socialw-header {
  z-index: 1;
  margin-bottom: -17px;
  position: relative;
}

.insta-icon {
  width: 24px;
}

.sucursales-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sucursales-grid.on-mobile {
  display: none;
}

.sucursales-grid.desktop {
  justify-content: center;
  display: flex;
}

.sucursal-dos {
  margin-top: 60px;
}

.hero-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 900px;
  margin-top: 140px;
  display: none;
}

.hero-about-image-side {
  background-image: url('../images/hero-nosotros.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-about-text-side {
  justify-content: center;
  align-items: center;
  display: flex;
}

.leyend-hero {
  font-size: 2.6rem;
  line-height: 1.5;
}

.vide-frame {
  justify-content: center;
  display: block;
  position: relative;
}

.frame-vid {
  z-index: 1;
  display: block;
  position: relative;
  inset: 0%;
}

.timelaps-video {
  z-index: 1;
  width: 360px;
  height: 600px;
  position: relative;
  inset: 0%;
}

.video-player {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  display: none;
}

.en-contruccion {
  color: var(--color-two-light);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/en-construccion.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 900px;
  margin-top: 140px;
  display: flex;
}

.sky-bg {
  z-index: 0;
  background-image: url('../images/cielo-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sky-bg.two {
  background-image: url('../images/cielo-2.png');
}

.sucursal-card_letrero {
  z-index: 6;
  padding-bottom: 4em;
  padding-left: 3.2em;
  padding-right: 3.2em;
  position: absolute;
  inset: auto 0% 0%;
}

.sucursal-card_letrero.madeiras {
  padding-bottom: 6em;
}

.sucursal-card_madeiras-one {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 110%;
  padding-left: 1.4em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -5%;
}

.sucursal-card_element-two {
  z-index: 2;
  width: 120px;
  height: 100%;
  margin-right: 0;
  padding-top: 3em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sucursal-card_info {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color-two-light);
  background-color: #27281dcc;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100px;
  padding: 1em 1.4em;
  display: flex;
}

.sucursal-card_mobile {
  border-radius: 2em;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sucursal-card-mobile_header {
  background-image: url('../images/cielo-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sucursal-card-mobile_brief {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--body-font-dark);
  color: var(--color-two-light);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1.4em;
  display: flex;
}

.sucursal-letrero-mob {
  width: 150px;
  margin-left: 20px;
}

.element-mob-madeiras {
  width: 130px;
  margin-top: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.centro-element-one {
  z-index: 1;
  background-image: url('../images/elemento-centro.png');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: 150%;
  height: 100%;
  position: relative;
}

.centro-element-two {
  z-index: 2;
  background-image: url('../images/personaje-centro.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 165%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.ueah-elements {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-bottom: 11.5em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.uaeh-books {
  width: 100%;
}

.uaeh-sisors {
  z-index: 1;
  width: 90px;
  margin-bottom: -10px;
  margin-left: 20px;
  position: relative;
}

.mitika-bg {
  z-index: 1;
  background-image: url('../images/elemento-mitika-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 150%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.mitika-elements {
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 9em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mikita-one {
  width: 160px;
  margin-right: -40px;
}

.mitika-two {
  width: 160px;
}

.cookie-modal {
  z-index: 1000;
  background-color: var(--color-two-light);
  background-image: url('../images/intro-bg.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.intro-card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e9e9dd;
  flex-direction: column;
  width: auto;
  padding: 3.4em 5.4em;
  display: flex;
}

.intro-text {
  font-family: Noto Serif Display, sans-serif;
  font-size: 2.4em;
}

.close-intro-btn {
  background-color: var(--color-1);
  border-radius: 30px;
  width: 60px;
  height: 60px;
  position: relative;
}

.intro-author {
  font-size: 1.5rem;
  font-weight: 300;
}

.cka-close {
  background-color: var(--color-1);
  color: var(--color-two-light);
  margin-top: 2em;
  padding: .6em 1.2em;
  font-size: 1.3rem;
}

.frame-05 {
  width: 32vw;
  position: absolute;
  top: 120vh;
  bottom: 1156.85px;
  left: 5vw;
  box-shadow: 0 10px 40px -20px #000;
}

.frame-06 {
  width: 34vw;
  position: absolute;
  top: 150vh;
  right: 4vw;
  box-shadow: 0 10px 40px -20px #000;
}

.frame-07 {
  width: 34vw;
  position: absolute;
  top: 180vh;
  left: 4vw;
  box-shadow: 0 10px 40px -20px #000;
}

.frame-08 {
  width: 33vw;
  position: absolute;
  top: 200vh;
  right: 35vw;
  box-shadow: 0 10px 40px -20px #000;
}

.media {
  background-image: url('../images/wall-back-one.gif');
  background-position: 0 0;
  background-size: auto;
  margin-top: 165px;
}

.video-lightbox {
  position: relative;
}

.video-frame {
  z-index: 1;
  position: absolute;
}

.hero-about-2 {
  margin-top: 140px;
}

.promos {
  background-color: var(--color-two-dark);
}

.promos-body {
  grid-column-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.grid-promos {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.promos-header {
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
}

.beer-compo {
  width: 100%;
  max-width: 37.5rem;
  min-height: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.beer-compo-row {
  border-bottom: 1px solid #ffffff80;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
}

.beer-compo-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.beer-compo-flex.a-top {
  justify-content: space-between;
  align-items: flex-start;
}

.beer-compo-flex.a-bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.beer-compo-leyend {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 20%;
  padding-right: .25rem;
  display: flex;
}

.data-label {
  color: #fff9;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: .75rem;
}

.berr-compo-prices {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.u-modal-wrpr {
  z-index: 150;
  background-color: #161616ad;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.u-modal-wrpr.cookie-modal {
  background-image: none;
  display: none;
}

.u-modal-card {
  background-color: #fff;
  border-radius: 1rem;
  width: 28rem;
  min-height: 28rem;
  margin-bottom: 1rem;
  position: relative;
}

.u-modal-card-wrpr {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body {
  overflow: clip;
}

.banner-cta-wrpr {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: -4rem;
  display: flex;
}

.banner-cta {
  background-color: #fff;
  width: 18rem;
  height: 8rem;
  position: relative;
  overflow: hidden;
}

.banner-cta.open-modal {
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 6px 20px 5px #0003;
}

.sys-promo-card {
  color: var(--white);
}

.menu-cuadros {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 70vw;
  display: grid;
}

.feed-promos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.promo-hldr {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .8rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 4rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero {
    background-size: 100%;
    height: 200vh;
  }

  ._2-grid-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  ._5-grid-col {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._6-grid-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .primary-nav_nav-bar {
    justify-content: space-between;
  }

  .brand {
    width: 6rem;
  }

  .primary-nav_desktop-nav-bar {
    display: none;
  }

  .primary-nav_brgr {
    display: block;
  }

  .mobile-nav_nav-element {
    max-width: 70%;
  }

  .brgr-pleca {
    height: .2em;
  }

  .brgr-pleca.one {
    width: 100%;
  }

  .brgr-pleca.two {
    width: 80%;
  }

  .brgr-pleca.three {
    width: 60%;
  }

  .icon-btn-container.to-menu {
    font-size: 1rem;
  }

  .brgr {
    align-items: flex-end;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .hero-main-frame {
    padding-top: 10rem;
  }

  .slogan-slide {
    font-size: 1.2rem;
  }

  .giant-frame-home {
    width: 46vw;
  }

  .giant-frame_back {
    border-radius: 23vw;
    width: 46vw;
    height: 46vw;
  }

  .giant-frame-image-hldr {
    border-radius: 18.5vw;
    width: 37vw;
    height: 37vw;
  }

  .giant-frame-circle-text {
    width: 45vw;
    height: 45vw;
  }

  .frame-01 {
    width: 30vw;
    margin-left: -10vw;
  }

  .frame-02 {
    width: 26vw;
    margin-right: -5vw;
  }

  .image {
    object-fit: contain;
  }

  .frame-3 {
    width: 35vw;
    margin-left: -10vw;
    top: 70vh;
  }

  .frame-04 {
    width: 32vw;
    margin-right: -4vh;
    top: 65vh;
  }

  .paper-rip-top.over-top-fix {
    background-size: 100%;
  }

  .paper-rip-top.over-top-fix.mostaza {
    background-size: 130%;
    height: 200px;
  }

  .paper-rip-top.fix-one, .paper-rip-bottom {
    background-size: 100%;
  }

  .bakery-block {
    background-size: contain;
  }

  .coffee-park-logo {
    font-size: 4rem;
  }

  .for-center {
    width: 35px;
    display: block;
  }

  .frames-menu-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    width: 90%;
  }

  .frame-menu-link.pasteles {
    margin-bottom: 0%;
  }

  .frame-menu-link.extremas {
    margin-top: -4%;
  }

  .frame-menu-link.barra-mexa {
    margin-bottom: -10%;
  }

  .frame-menu-link.vino-chela {
    margin-top: -10%;
  }

  .frame-menu-link.kids {
    margin-top: -8%;
  }

  .plato-grid {
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .plato-flex {
    align-items: center;
  }

  .centered-grid {
    grid-template-columns: .25fr 1fr .25fr;
  }

  .plato-icon {
    padding-top: 6px;
  }

  .menu-page {
    max-width: 100%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .menu-page.desayunos-scheme {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .plato-image, .plato-image.cms-editable {
    width: 450px;
  }

  .card-frame {
    padding: .8em;
  }

  .sucursales-grid.on-mobile {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .sucursales-grid.desktop {
    display: none;
  }

  .hero-about {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-about-image-side {
    height: 300px;
  }

  .hero-about-text-side {
    padding: 4rem;
  }

  .leyend-hero {
    font-size: 2rem;
  }

  .en-contruccion {
    height: 800px;
  }

  .sucursal-card_mobile {
    border: 8px solid #f0e6ca;
    border-radius: 12.5em;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 300px;
    height: 40em;
  }

  .sucursal-card-mobile_header {
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    height: 50%;
    display: flex;
  }

  .sucursal-card-mobile_brief {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: var(--color-1);
    text-align: center;
    flex: 1;
    align-items: center;
    padding-top: 2.4em;
    padding-bottom: 2.4em;
  }

  .element-mob-madeiras {
    position: relative;
  }

  .intro-author {
    font-size: 1.4rem;
  }

  .foto-sucur {
    z-index: 1;
    display: block;
    position: relative;
  }

  .avatar-sucursal {
    background-image: url('../images/cielo-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    height: 300px;
    display: flex;
  }

  .menu-cuadros {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .page-padding.fix-menu {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 3rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.hero-landing {
    padding-top: 8rem;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  ._2-grid-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._2-grid-col.hero-us-us {
    text-align: center;
    grid-template-columns: 1fr;
  }

  ._3-gird-col {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  ._3-gird-col.fix-still-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._4-grid-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  ._5-grid-col {
    grid-template-columns: 1fr 1fr;
  }

  ._6-grid-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .titular_element {
    grid-template-columns: 1fr;
  }

  .primary-nav_desktop-nav-bar {
    display: none;
  }

  .primary-nav_brgr {
    display: block;
  }

  .mobile-nav_nav-element {
    max-width: 80%;
  }

  .brgr-pleca {
    background-color: var(--color-one-dark);
  }

  .btn.mobile-full-width {
    margin-right: 0;
    display: block;
  }

  .btn-icon.on-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-btn-container.to-menu {
    font-size: .8rem;
  }

  .icon-btn_text {
    font-size: .9rem;
  }

  .simple-card_content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .megamenu-dropper.w--open {
    z-index: 0;
    align-items: center;
  }

  .system-section-bg-color {
    padding-left: 0;
    padding-right: 0;
  }

  .element-content-grid.enter-on-mov {
    justify-items: center;
  }

  .flex-element {
    text-align: left;
    line-height: 1.2;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .text-content-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hero-main-frame {
    padding-top: 8rem;
  }

  .giant-frame-home {
    width: 80vw;
  }

  .giant-frame_back {
    border-radius: 40vw;
    width: 80vw;
    height: 80vw;
  }

  .giant-frame-image-hldr {
    border-radius: 34vw;
    width: 64vw;
    height: 64vw;
  }

  .giant-frame-circle-text {
    width: 77vw;
    height: 77vw;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .frame-01 {
    width: 50vw;
    margin-left: -40vw;
    display: none;
  }

  .frame-02 {
    width: 46vw;
    margin-right: -34vw;
    display: none;
  }

  .cartel-cartelera {
    max-width: 70%;
  }

  .frame-3 {
    width: 55vw;
    margin-left: -40vw;
    display: none;
  }

  .frame-04 {
    width: 62vw;
    margin-right: -24vh;
    display: none;
  }

  .paper-rip-top.over-top-fix.mostaza {
    background-size: 150%;
  }

  .paper-rip-bottom.on-top {
    top: -30vh;
  }

  .frame-title {
    width: 240px;
  }

  .coffee-park-logo {
    font-size: 3.5rem;
  }

  .cartelera-bg {
    background-attachment: scroll;
  }

  .hero-menu {
    align-items: flex-start;
    height: auto;
    max-height: none;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero-menu.titular {
    align-items: center;
    padding-top: 10rem;
    padding-bottom: 3rem;
  }

  .frames-menu-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .frames-menu-grid.cms-editable {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .frame-menu-link {
    position: relative;
  }

  .frame-menu-link.extremas {
    margin-top: 0%;
  }

  .frame-menu-link.barra-mexa {
    margin-bottom: 0%;
  }

  .frame-menu-link.cocteleria {
    margin-top: 0%;
    top: -2vh;
  }

  .frame-menu-link.vino-chela {
    margin-top: 0%;
  }

  .frame-menu-link.kids {
    margin-top: 0%;
    top: 0;
  }

  .nav-menu-icon {
    width: 40px;
    height: 40px;
  }

  .menu-nav-content {
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    padding-top: 2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    overflow: auto;
  }

  .drop-menu-nav-dropper.w--open {
    padding-bottom: 3rem;
  }

  .menu-nav-drop-toggle {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    margin-top: -30px;
  }

  .menu-nav-drop-toggle.w--open {
    z-index: 1;
  }

  .menu-nav-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-top-style: none;
    flex-direction: column;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: .7rem;
  }

  .menu-nav-button.w--open {
    z-index: 1;
    border-top-style: none;
  }

  .menu-bg-green {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1rem;
  }

  .gold-frame {
    padding: 0;
  }

  .icon-text-element.platillos-fix {
    align-items: flex-start;
  }

  .menu-icon {
    margin-top: 2px;
  }

  .plato-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .plato-titulo {
    font-size: 1.3rem;
  }

  .plato-titulo.text-size-medium {
    font-size: 1rem;
  }

  .plato-flex {
    align-items: center;
  }

  .plato-pleca {
    margin-left: 3px;
    margin-right: 3px;
  }

  .plato-pleca.fix {
    height: .6rem;
  }

  .centered-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .plato-sub-titulo, .menu-bg-yellow, .menu-block {
    font-size: 1rem;
  }

  .menu-page {
    max-width: 100%;
  }

  .plato-image {
    width: 70%;
    max-width: none;
  }

  .plato-image.cms-editable {
    width: 70%;
  }

  .platillo-categoria.cms-editable {
    padding-top: 4rem;
  }

  .menu-nav-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .menu-nav-grid.no-brake {
    grid-template-columns: 1fr 1fr;
  }

  .icon-hand {
    width: 24px;
  }

  .menu-shade {
    margin-bottom: 80px;
  }

  .promo-label-text {
    font-size: .8rem;
  }

  .sucursales-grid.on-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .hero-about-text-side {
    text-align: center;
  }

  .leyend-hero {
    font-size: 2rem;
  }

  .en-contruccion {
    height: 600px;
  }

  .sucursal-card_mobile {
    height: 32em;
  }

  .frame-05 {
    width: 55vw;
    top: 100vh;
  }

  .frame-06 {
    width: 55vw;
    top: 130vh;
  }

  .frame-07 {
    width: 60vw;
    top: 160vh;
  }

  .frame-08 {
    display: none;
  }

  .grid-promos {
    grid-template-columns: 1fr;
  }

  .beer-compo {
    max-width: 100%;
  }

  .u-modal-card {
    width: 90%;
  }

  .u-modal-card-wrpr {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.hero-landing {
    padding-top: 6rem;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  ._2-grid-col {
    grid-template-columns: 1fr;
  }

  ._2-grid-col.fix-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  ._2-grid-col.fix-1-3 {
    grid-template-columns: 1fr 1fr;
  }

  ._3-gird-col {
    grid-template-columns: 1fr;
  }

  ._3-gird-col.fix-still-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  ._3-gird-col.mov-brake-two, ._4-grid-col {
    grid-template-columns: 1fr 1fr;
  }

  ._5-grid-col, ._6-grid-col {
    grid-template-columns: 1fr;
  }

  .mobile-nav_nav-element {
    max-width: 100%;
  }

  .footer_legal {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    font-size: 1.2em;
    font-weight: 500;
  }

  .btn-icon {
    font-size: 1rem;
  }

  .btn-icon.on-menu {
    padding-left: 0;
  }

  .icon-btn-container.to-menu {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-wrap: nowrap;
  }

  .icon-btn_text {
    line-height: 1.4;
  }

  .btn-2 {
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: 1.1em;
  }

  .botonera {
    grid-template-columns: auto;
  }

  .tabs-component_tabs-menu {
    flex-wrap: wrap;
  }

  .tabs-component_tab {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .slogan-slide {
    font-size: 1rem;
  }

  .giant-frame-circle-text {
    width: 78vw;
    height: 78vw;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cartel-cartelera {
    max-width: 80%;
  }

  .frame-04 {
    margin-right: -22vh;
    top: 70vh;
  }

  .paper-rip-top.over-top-fix.mostaza {
    background-size: 200%;
  }

  .paper-rip-bottom.on-top.fix-telon {
    height: 100px;
    top: -90px;
  }

  .telon {
    display: flex;
  }

  .frame-title {
    width: 180px;
    margin-bottom: 2rem;
  }

  .frame-text-title {
    font-size: 1.6rem;
  }

  .bakery-card {
    width: 80%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
  }

  .coffee-park-logo {
    font-size: 3rem;
  }

  .hero-menu.titular {
    text-align: center;
  }

  .frames-menu-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .frames-menu-grid.cms-editable {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .frame-menu-link.extremas {
    top: 0;
  }

  .frame-menu-link.barra-mexa {
    margin-bottom: 0;
  }

  .frame-menu-link.cocteleria {
    top: -1vh;
  }

  .frame-menu-link.vino-chela {
    top: 0;
  }

  .frame-menu-link.kids {
    top: -1vh;
  }

  .menu-nav-content {
    padding: 1.6rem 1.4rem;
  }

  .menu-nav-button.w--open {
    z-index: 5;
  }

  .menu-nav-btn-dropper {
    height: 80px;
  }

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

  .plato-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .plato-titulo {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .plato-flex {
    align-items: center;
  }

  .plato-icon {
    width: 16px;
    padding-top: 0;
  }

  .paquetes-card, .paquetes-card-frame {
    padding: 1rem;
  }

  .menu-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plato-image {
    width: 100%;
  }

  .icon-hand {
    width: 22px;
  }

  .sucursales-grid.on-mobile {
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-about-text-side {
    padding: 2.4rem 1.8rem;
  }

  .leyend-hero {
    font-size: 1.8rem;
  }

  .en-contruccion {
    height: 400px;
  }

  .sucursal-card_mobile {
    width: 100%;
  }

  .intro-card {
    padding: 3em;
  }

  .intro-text {
    font-size: 1.6em;
  }

  .intro-author {
    font-size: 1rem;
  }

  .cka-close {
    font-size: 1.1rem;
  }

  .beer-compo-leyend {
    flex: 0 auto;
    min-width: 15%;
  }

  .beer-compo-leyend.price {
    flex: none;
  }

  .banner-cta {
    width: 18rem;
    height: 8rem;
  }
}

#w-node-_7f52a929-e40b-6a3a-486a-fbe4be133281-fce9973c, #w-node-_51d0ed40-0c25-ae57-2358-c99eda079aec-fce9973c, #w-node-ce452a83-3ca3-0dd3-28cb-39ab55d292b9-fce9973c, #w-node-e2ec202a-9a77-cb1a-a93e-1cc25dd52b4a-fce9973c, #w-node-eb6e5e9d-6fd6-5ef9-cf61-77887fb9640c-fce9973c, #w-node-_643087b7-64f4-1dc4-c1b5-9385ee18b924-fce9973c, #w-node-_314c736d-d022-2b5b-0f34-439d50d0b77b-fce9973c, #w-node-_314c736d-d022-2b5b-0f34-439d50d0b77d-fce9973c, #w-node-_996b4194-8ae4-53b4-4769-136ed48b48cf-fce9973c, #w-node-c4e55d43-bc1f-30d4-9678-8c402462ed76-fce9973c, #w-node-c4e55d43-bc1f-30d4-9678-8c402462ed78-fce9973c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e8723f-e540-d3a6-f24b-f51ed6a91469-fce9973c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bafe2df1-b39b-0b8d-6dfa-080881f6c457-fce9973c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-da04bdb3-0d20-012e-5190-49a3417cfdcb-fce9973c, #w-node-aa7d86cd-369a-39fa-2309-9e1ea8002f77-fce9973c, #w-node-_73db721b-b691-beda-29fd-2ee294e77f9e-94e77f99, #w-node-_73db721b-b691-beda-29fd-2ee294e77fa3-94e77f99, #w-node-_39e192e5-a360-40f3-ee4a-21487877853d-94e77f99, #w-node-_73db721b-b691-beda-29fd-2ee294e77fae-94e77f99, #w-node-_97777341-1970-e961-3313-13f040884de9-fce99743, #w-node-_868fee4b-4e33-db75-42cc-5c082a2dce9a-fce99743, #w-node-a3ff3f83-5bfd-056d-4ac9-3d20341d3d0f-fce99743, #w-node-a3ff3f83-5bfd-056d-4ac9-3d20341d3d10-fce99743, #w-node-_41dba40d-2fa8-2b32-c008-4c17d4a28a39-fce99743, #w-node-_41dba40d-2fa8-2b32-c008-4c17d4a28a3a-fce99743, #w-node-e4e26fe5-769a-baf7-f890-4e36d9fb57bd-fce99743, #w-node-e4e26fe5-769a-baf7-f890-4e36d9fb57be-fce99743, #w-node-c1598ff9-6517-d11f-064c-083fb095f0ec-fce99743, #w-node-c1598ff9-6517-d11f-064c-083fb095f0ed-fce99743, #w-node-_076f0caf-0946-62d6-5da5-d43bfb1a2ebb-fce99743, #w-node-_076f0caf-0946-62d6-5da5-d43bfb1a2ebc-fce99743, #w-node-_30cf2cf4-3a00-34bd-96d6-d55d0f154690-fce99743, #w-node-_30cf2cf4-3a00-34bd-96d6-d55d0f154691-fce99743, #w-node-d5d7c6c6-876a-65fa-28d5-88b0222b069a-fce99743, #w-node-d5d7c6c6-876a-65fa-28d5-88b0222b069b-fce99743, #w-node-cb1f061f-175f-0a65-8e77-3203aca94b82-fce99743, #w-node-cb1f061f-175f-0a65-8e77-3203aca94b83-fce99743, #w-node-_3bee9787-e805-b286-fa67-1db070a224fd-fce99743, #w-node-_3bee9787-e805-b286-fa67-1db070a224fe-fce99743, #w-node-ec4a9e18-3d49-3bbf-40c3-38a9c17bac04-fce99743, #w-node-ec4a9e18-3d49-3bbf-40c3-38a9c17bac05-fce99743, #w-node-_0ff87464-2278-8358-b29c-a388b9f55f90-fce99743, #w-node-_0ff87464-2278-8358-b29c-a388b9f55f91-fce99743, #w-node-_7387cac5-3251-65d3-18a9-63766fafc94d-fce99743, #w-node-_7387cac5-3251-65d3-18a9-63766fafc94e-fce99743, #w-node-_523a1faf-d9be-5490-9bad-c3326104e8cb-fce99743, #w-node-_523a1faf-d9be-5490-9bad-c3326104e8cc-fce99743, #w-node-dc2deb6c-468d-cd1c-9bc0-5a513c5b1c22-fce99743, #w-node-dc2deb6c-468d-cd1c-9bc0-5a513c5b1c23-fce99743, #w-node-_02a5f605-2608-2622-0cb1-d275a64b53a1-fce99743, #w-node-_02a5f605-2608-2622-0cb1-d275a64b53a2-fce99743, #w-node-_88aeb10c-f15c-f043-b177-08db6510dec2-fce99743, #w-node-_88aeb10c-f15c-f043-b177-08db6510dec3-fce99743, #w-node-_09182e9f-b1a2-5a67-528f-b64cd294bf86-fce99743, #w-node-_09182e9f-b1a2-5a67-528f-b64cd294bf87-fce99743, #w-node-cc3202c1-49cb-4d1e-0256-45ef51fb9dfa-fce99743, #w-node-cc3202c1-49cb-4d1e-0256-45ef51fb9dfb-fce99743, #w-node-_0e5f6eb8-909d-1b61-bfea-5538bd7ea398-fce99743, #w-node-_0e5f6eb8-909d-1b61-bfea-5538bd7ea399-fce99743, #w-node-af994141-7729-cd41-25c5-cd98810d118e-fce99743, #w-node-af994141-7729-cd41-25c5-cd98810d118f-fce99743, #w-node-_9d096f74-dc6b-8926-6b6b-74fb78c3f896-fce99743, #w-node-_9d096f74-dc6b-8926-6b6b-74fb78c3f897-fce99743, #w-node-_536f4f21-40cb-a28a-51ed-6baca9bf920a-fce99743, #w-node-_536f4f21-40cb-a28a-51ed-6baca9bf920b-fce99743, #w-node-a938965b-8759-8b3f-31bf-1f984fcf6191-fce99743, #w-node-a938965b-8759-8b3f-31bf-1f984fcf6192-fce99743, #w-node-c9bbb151-6251-cf6f-4418-e98fd67c2b27-d67c2b26, #w-node-c9bbb151-6251-cf6f-4418-e98fd67c2b29-d67c2b26, #w-node-c9bbb151-6251-cf6f-4418-e98fd67c2b5c-d67c2b26, #w-node-c9bbb151-6251-cf6f-4418-e98fd67c2b5e-d67c2b26, #w-node-_327bcb2c-b006-6c2e-c0dc-d0df44d50feb-44d50fea, #w-node-_327bcb2c-b006-6c2e-c0dc-d0df44d50fed-44d50fea, #w-node-_327bcb2c-b006-6c2e-c0dc-d0df44d51012-44d50fea, #w-node-_8c348a9d-53a3-3aab-7d8a-3dff9539b568-9539b567, #w-node-_8c348a9d-53a3-3aab-7d8a-3dff9539b58d-9539b567, #w-node-_51e55bbb-2ff5-c567-1e04-6a7c36319381-36319380, #w-node-ba1e035b-c85f-f491-9211-6f9f735f9f0d-fce99744, #w-node-_9503620d-8791-6ebf-e4ac-83a5b91778b0-fce99744, #w-node-fe13fcea-696f-ae1c-25d6-1f7b3a9af44e-fce99744, #w-node-b846c8db-9a4d-b262-3cb7-bca0cf15070a-fce99746, #w-node-_26c6368b-bdfb-d52c-c120-a8fed94a48c3-fce99746, #w-node-caeec8a9-ba46-f667-ae0e-52056461bb0e-fce99747, #w-node-e10551c4-b55d-d6d5-8eba-ca291c85b387-fce99747, #w-node-_988d5d84-e236-b657-1590-e77f7e7552bd-fce99747, #w-node-_014c7f12-6911-1442-3fe8-0f18e5109346-fce99747, #w-node-_61b7bdcd-c787-85d7-c07f-81c713e29ce0-fce99747, #w-node-ed821805-d179-4f47-c00c-246f322f69c0-fce99747, #w-node-b1ec3422-7177-ec8e-6803-988ad3ce538b-fce99747 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b8c4c21-353d-00c3-581e-6c4b922edcca-fce99747, #w-node-_8b8c4c21-353d-00c3-581e-6c4b922edcd0-fce99747, #w-node-_8b8c4c21-353d-00c3-581e-6c4b922edcd6-fce99747, #w-node-_99aba75a-ddf7-e29b-e984-a7daeaf659e3-fce99747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e81c0715-5d50-c28f-3cba-eb66cce21ee1-fce99747, #w-node-_090a2100-fa87-99a1-e336-45acef394bb8-fce99747, #w-node-ddbbf711-20c2-5587-23a3-5a16501ff7da-fce99747, #w-node-e81c0715-5d50-c28f-3cba-eb66cce21ee0-fce99747, #w-node-f8248e99-068a-db40-b013-5a14569ea6c2-fce99747, #w-node-_83946ab7-6250-d482-e922-244550ea4aca-fce99747, #w-node-_83946ab7-6250-d482-e922-244550ea4acd-fce99747, #w-node-_5d96f85e-22b2-0016-a8e2-4901a06ffdea-fce99747, #w-node-_5d96f85e-22b2-0016-a8e2-4901a06ffded-fce99747, #w-node-_7b71d404-a807-926d-ede1-46949ab4e884-fce99747, #w-node-aaed85ab-9fef-67cb-e3b8-1778eca0f28c-fce99747, #w-node-_3b668e10-80d5-3daa-ffad-beaaadaf668f-fce99747, #w-node-e11cec5f-e03a-3ba6-0d39-addbb3581b39-fce99747, #w-node-_99a044af-e5f4-df49-1082-518487983e43-fce99747, #w-node-_97cf4d3d-b2d9-34fb-1cb5-810ca61968ed-fce99747, #w-node-_57872768-dc98-85d0-fd39-1c9aeaa73ad7-fce99747, #w-node-aaed85ab-9fef-67cb-e3b8-1778eca0f295-fce99747, #w-node-e60aa262-1a66-736a-e8eb-6896371b7064-fce99747 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c87c9fbd-6f42-be5f-bd70-a913e1534d83-fce99747 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08a39fab-9048-1306-fe14-144abb07c7fd-fce99747, #w-node-_38937516-b5fd-046f-27b2-ef80968d09c4-fce99747, #w-node-_4000eafc-4ace-50ca-3ceb-bc87f6c3cabc-fce99747, #w-node-ff214ab4-a7d4-483b-d715-a9c956a8f372-fce99747, #w-node-_290834a0-617a-4c45-26f4-8e71e5877a5e-fce99747, #w-node-_98da05e5-af2c-824b-0757-4870697cc986-fce99747, #w-node-_194f375f-8e58-eefe-c854-2a7f6c02e1e7-fce99747, #w-node-_3f1ae1a8-bbe9-1720-42fb-bdc48e58c7a5-fce99747, #w-node-_26181c85-623b-99ec-1c7e-7ddcc2cd2730-fce99747, #w-node-_01be828e-2129-9994-ae57-51bd4539b0f3-fce99747, #w-node-ff9275c1-4ff3-a440-d803-6512541634de-fce99747, #w-node-ee13054c-7c29-26a0-365a-e21d7ed8b4b1-fce99747 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d21881d0-3e3e-b846-ad88-899824dca9c1-fce99748 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f9dc87f8-f889-a785-6842-01f6b0d4e8f4-fce99748, #w-node-_69d0bec6-3973-9e6c-23b2-2555932afdfe-fce99748, #w-node-_35d2c7bc-5a6a-3122-8af3-234d771fb615-fce99748, #w-node-_01d0ffa2-18f8-79b6-8c5a-4c69b3fb6cda-fce99748, #w-node-_8a773dd9-796c-2f64-1828-e36d235bce13-fce99748, #w-node-d2a3f3e3-40cd-10c1-1180-f0743178c511-fce99749, #w-node-d2a3f3e3-40cd-10c1-1180-f0743178c54e-fce99749, #w-node-d2a3f3e3-40cd-10c1-1180-f0743178c559-fce99749, #w-node-_10f7f143-e0e5-b100-b09c-e567f83273b8-fce99749, #w-node-_75b66629-5a10-e388-34d3-6901757c8928-fce99749, #w-node-_48cfb868-713e-848f-ddb3-413e1997e7cf-fce99749, #w-node-e877d404-a5c7-d147-6a23-9f8b898c9eaf-fce99749, #w-node-_0e36233e-1fe5-26a4-a3a5-2a2a2687ce92-fce99749, #w-node-a275f926-506c-ab9a-aa33-daac7e6b57dc-fce99749, #w-node-ba963a74-58b6-644e-56a8-009e3af8469e-fce99749, #w-node-_2e7a86e1-4e90-dccb-032b-22ed6a4be2a2-fce99749, #w-node-d07b3ac5-2322-9205-411c-2dec4164f1b1-fce99749, #w-node-a5fac767-f7b0-d79b-06fe-3a5f8085eeef-fce99749, #w-node-b355cdf8-d065-e967-8d4d-a9e3d1193951-fce99749, #w-node-_83dfe2c9-812c-f1ff-5aa0-dcdfdf0ef5bc-fce99749, #w-node-_01154e8c-93e7-fa4b-2508-03d0b9765903-fce99749, #w-node-_3b6ba5fc-077a-6eba-17b2-cf96e1662c9a-fce99749, #w-node-f6f01115-64db-64be-3686-0cc644d8e6b9-fce99749, #w-node-_9e2da46e-6bee-1744-ef13-4390e9a5e37f-fce99749, #w-node-_45e875f3-11d8-82ff-a71e-3cacad78ac32-fce99749, #w-node-_9e2da46e-6bee-1744-ef13-4390e9a5e386-fce99749, #w-node-_27ee9f61-8354-9ffd-c7bf-cc60fc6c3c63-fce99749, #w-node-_9e2da46e-6bee-1744-ef13-4390e9a5e38d-fce99749, #w-node-_9e2da46e-6bee-1744-ef13-4390e9a5e394-fce99749, #w-node-c4a394e1-137b-b8e8-deb9-294620f0ca78-fce99749, #w-node-_97777341-1970-e961-3313-13f040884de9-fce99749, #w-node-_868fee4b-4e33-db75-42cc-5c082a2dce9a-fce99749, #w-node-a3ff3f83-5bfd-056d-4ac9-3d20341d3d0f-fce99749, #w-node-a3ff3f83-5bfd-056d-4ac9-3d20341d3d10-fce99749, #w-node-_41dba40d-2fa8-2b32-c008-4c17d4a28a39-fce99749, #w-node-_41dba40d-2fa8-2b32-c008-4c17d4a28a3a-fce99749, #w-node-_21f7c906-510e-6c14-2232-9e343139471e-fce99749, #w-node-_024ff461-1dba-2939-9713-cb57cb27a1cb-fce99749, #w-node-d462cc13-f918-3a92-7527-7bed6bcb8938-fce99749, #w-node-_3741bec4-88d1-ff91-4dc5-349ad738c19f-fce99749, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3d1-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3db-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3e2-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3f9-fce9974a, #w-node-d9d38dad-b342-5ae9-3b5d-7e289ebe80e5-fce9974a, #w-node-_6a2f1b0d-8437-b466-2f16-f447d7f7890f-fce9974a, #w-node-_93435f0d-fd6c-b33d-2380-c5f33d098f78-fce9974a, #w-node-_3288d241-2e95-4898-864a-8d887098945e-fce9974a, #w-node-efcb7d43-4376-41ee-31b3-8e35ddef9160-fce9974a, #w-node-_8be98c03-579f-bae5-76e6-f34894d85afb-fce9974a, #w-node-d90bf2c0-2560-4e67-9083-e00b9920917b-fce9974a, #w-node-ffe52570-f9d0-6c5c-b937-3a7434c0cd8c-fce9974a, #w-node-c5e0fb26-778d-52b6-233f-2c9d00185fe4-fce9974a, #w-node-a8da4c05-e1ce-db70-a687-9ff420ed59b9-fce9974a, #w-node-fabc7655-fe2a-ec24-47a9-c9eda385532b-fce9974a, #w-node-_7ccb1c7e-6454-640c-481f-e3d94d1dacba-fce9974a, #w-node-_7ccb1c7e-6454-640c-481f-e3d94d1dacbd-fce9974a, #w-node-_7ccb1c7e-6454-640c-481f-e3d94d1dacc3-fce9974a, #w-node-cbf58f3a-29ac-e0eb-5a43-4ded2896830c-fce9974a, #chocolates.w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc43e-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc43f-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc497-fce9974a, #w-node-c47cca2a-4307-31bc-ec14-d847f114e630-fce9974a, #w-node-_9dc564bd-2efa-36c7-0647-1eee216f3972-fce9974a, #w-node-_3e0cc130-2a7b-3182-f680-5496afbc250f-fce9974a, #w-node-_3e0cc130-2a7b-3182-f680-5496afbc2512-fce9974a, #w-node-_3e0cc130-2a7b-3182-f680-5496afbc2518-fce9974a, #w-node-_6b4565fd-09a6-b068-134c-cd23c88e2b7e-fce9974a, #w-node-_6b4565fd-09a6-b068-134c-cd23c88e2b81-fce9974a, #w-node-_6b4565fd-09a6-b068-134c-cd23c88e2b87-fce9974a, #w-node-_606a8932-08ea-0099-290b-ae9b247a740b-fce9974a, #w-node-_606a8932-08ea-0099-290b-ae9b247a740e-fce9974a, #w-node-_606a8932-08ea-0099-290b-ae9b247a7414-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc4b2-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc4b8-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc4c2-fce9974a, #w-node-_561da886-9e92-4230-e099-fc20b31526c6-fce9974a, #w-node-_561da886-9e92-4230-e099-fc20b31526cc-fce9974a, #w-node-bc308a71-3bc8-e672-b865-27c95dc741a0-fce9974a, #w-node-bc308a71-3bc8-e672-b865-27c95dc741a6-fce9974a, #w-node-_7975aafa-f6bb-078e-6063-a08a436b42cc-fce9974a, #w-node-f75514e4-732a-4bda-198f-05256652dbee-fce9974a, #w-node-d9a93238-8785-00f9-3618-c97f57826cef-fce9974a, #w-node-e54d286c-388f-069d-aabb-65288aa745d7-fce9974a, #te-infusion.w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc50b-fce9974a, #w-node-_07b3e7bc-361e-c431-989c-de621d2e3e6a-fce9974a, #w-node-_07b3e7bc-361e-c431-989c-de621d2e3e70-fce9974a, #w-node-_05d04632-7701-c49c-4fb2-6ccf067e7889-fce9974a, #w-node-_05d04632-7701-c49c-4fb2-6ccf067e788f-fce9974a, #w-node-_9b24ed0f-2799-9d1d-cd38-2e0fd61b1016-fce9974a, #w-node-_9b24ed0f-2799-9d1d-cd38-2e0fd61b101c-fce9974a, #chai-freskitos.w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc598-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc599-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc59c-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc5a0-fce9974a, #w-node-_61ae157c-af59-f823-f593-dc850e8bebc5-fce9974a, #w-node-_61ae157c-af59-f823-f593-dc850e8bebc9-fce9974a, #w-node-_61ae157c-af59-f823-f593-dc850e8bebcc-fce9974a, #w-node-_61ae157c-af59-f823-f593-dc850e8bebd0-fce9974a, #w-node-_61ae157c-af59-f823-f593-dc850e8bebd3-fce9974a, #w-node-_61ae157c-af59-f823-f593-dc850e8bebd7-fce9974a, #carnes.w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc5fc-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc5fd-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc600-fce9974a, #crepas-saladas.w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc648-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc649-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc64c-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc64e-fce9974a, #w-node-_27d36e2f-15a4-570d-2187-acae4c767f98-fce9974a, #w-node-_27d36e2f-15a4-570d-2187-acae4c767f9e-fce9974a, #w-node-_27d36e2f-15a4-570d-2187-acae4c767fa1-fce9974a, #w-node-_16a03e0a-5e1b-0ce5-d645-6daffe3d2961-fce9974a, #w-node-_27d36e2f-15a4-570d-2187-acae4c767fa7-fce9974a, #w-node-_27d36e2f-15a4-570d-2187-acae4c767faa-fce9974a, #w-node-_27d36e2f-15a4-570d-2187-acae4c767fb0-fce9974a, #w-node-e954c58d-b009-411a-6335-9ecbeae5be70-fce9974a, #w-node-e954c58d-b009-411a-6335-9ecbeae5be78-fce9974a, #w-node-b26c35f7-0650-10b3-29b9-f57999a24dea-fce9974a, #w-node-b26c35f7-0650-10b3-29b9-f57999a24df0-fce9974a, #w-node-_2ae7bdd0-0fdb-d92a-cb8f-35e9cf241244-fce9974a, #w-node-d16623a5-2bbc-330b-0a77-18c35402ea1f-fce9974a, #w-node-d16623a5-2bbc-330b-0a77-18c35402ea25-fce9974a, #w-node-_12dc0f08-f4db-28ff-24dc-b3610281f1ea-fce9974a, #w-node-_5db3b1b9-5505-6c99-07fb-1ad2692c5f71-fce9974a, #w-node-_5db3b1b9-5505-6c99-07fb-1ad2692c5f79-fce9974a, #w-node-_48bf5a8b-d44d-b470-a825-7c25505a1109-fce9974a, #w-node-_48bf5a8b-d44d-b470-a825-7c25505a1111-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dd3fbc8-a20a-9c1e-c5ad-bb74c3ba8ac7-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8dd3fbc8-a20a-9c1e-c5ad-bb74c3ba8acc-fce9974a, #w-node-_8dd3fbc8-a20a-9c1e-c5ad-bb74c3ba8ad0-fce9974a, #w-node-_8dd3fbc8-a20a-9c1e-c5ad-bb74c3ba8ad8-fce9974a, #w-node-c036eb1a-9886-95b1-a500-9fcc6bafa1ad-fce9974a, #w-node-c036eb1a-9886-95b1-a500-9fcc6bafa1b3-fce9974a, #w-node-_186bab83-6987-b5db-386c-66fcc47aed0a-fce9974a, #w-node-_186bab83-6987-b5db-386c-66fcc47aed10-fce9974a, #w-node-_736ce19e-b181-3be0-b4d9-e8f9db00767e-fce9974a, #w-node-_736ce19e-b181-3be0-b4d9-e8f9db007684-fce9974a, #w-node-fdd57473-288c-9547-aa16-3002aa0b527f-fce9974a, #w-node-fdd57473-288c-9547-aa16-3002aa0b5285-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ec2a-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ec2d-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ec37-fce9974a, #w-node-_53136ccd-0360-8644-2419-98626e6f8b3e-fce9974a, #w-node-_69da0ccb-e327-cfbd-b53b-9ba574aea0a8-fce9974a, #w-node-ce94e988-7d11-72df-ca87-9589a40ffd09-fce9974a, #w-node-_39fccaf1-82aa-5bbc-cf12-cbc46d72d15d-fce9974a, #w-node-_5b46d4b0-50b4-4b48-9c00-c098dea028b4-fce9974a, #w-node-_200b33d2-b4d9-ed0a-13a5-f15cf03c2b5c-fce9974a, #w-node-eeb4e5c4-de2d-c9c9-644a-336ce2d554e6-fce9974a, #snaks.w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ecbd-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ecbe-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed0e-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed16-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed1c-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed1f-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed25-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed28-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed2e-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed34-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed40-fce9974a, #bagueteria.w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed42-fce9974a, #w-node-_0255f045-5f3c-0027-d38f-04c4717eceba-fce9974a, #vinos.w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed6b-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed6c-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed73-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed77-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed7b-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed7e-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed82-fce9974a, #w-node-efd6dd26-c800-e5e8-caa9-ac40c6fe2785-fce9974a, #w-node-efd6dd26-c800-e5e8-caa9-ac40c6fe278b-fce9974a, #w-node-_0bce5c5f-2447-3816-3e87-f47a27d85a5a-fce9974a, #w-node-_0bce5c5f-2447-3816-3e87-f47a27d85a60-fce9974a, #w-node-_7f438904-00e2-599c-a3a4-2d1cf6224429-fce9974a, #w-node-_7f438904-00e2-599c-a3a4-2d1cf622442f-fce9974a, #w-node-_052c1d75-bd27-e8e4-2312-7374726f1197-fce9974a, #w-node-_052c1d75-bd27-e8e4-2312-7374726f119d-fce9974a, #w-node-_7773bd87-f52c-7d29-6509-d469dfa35b17-fce9974a, #w-node-_7773bd87-f52c-7d29-6509-d469dfa35b1d-fce9974a, #w-node-_90cdfd28-3f91-1771-4183-8b1dc36792a7-fce9974a, #w-node-_90cdfd28-3f91-1771-4183-8b1dc36792ad-fce9974a, #w-node-_6dee0186-0cdc-608d-16de-41cd6850c2da-fce9974a, #w-node-_6dee0186-0cdc-608d-16de-41cd6850c2e0-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bda12dbe-734a-992d-c17c-e0b1aaf586ba-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bda12dbe-734a-992d-c17c-e0b1aaf586c1-fce9974a, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586c7-fce9974a, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586cc-fce9974a, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586d2-fce9974a, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586d7-fce9974a, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586dd-fce9974a, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586e2-fce9974a, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586e8-fce9974a, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586ed-fce9974a, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586f3-fce9974a, #w-node-_4bfa2bb8-74f0-b23d-7335-c43c2b02547f-fce9974a, #w-node-_33ce2137-188e-40df-6ebd-f1e9ace02e49-fce9974a, #w-node-_2113eb78-0703-b674-48ba-45ec9ad99a5f-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab3c40a6-251e-ae3b-e482-a38e47758143-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ab3c40a6-251e-ae3b-e482-a38e4775814a-fce9974a, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758150-fce9974a, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758155-fce9974a, #w-node-ab3c40a6-251e-ae3b-e482-a38e4775815b-fce9974a, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758160-fce9974a, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758166-fce9974a, #w-node-ab3c40a6-251e-ae3b-e482-a38e4775816b-fce9974a, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758171-fce9974a, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758176-fce9974a, #w-node-ab3c40a6-251e-ae3b-e482-a38e4775817c-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbb4-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbb7-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbbb-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbc1-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbc6-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbcc-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbd1-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbd7-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbdc-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbe2-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbe7-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbed-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbf0-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbf6-fce9974a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7a57dcb-8170-eeb2-2bc1-6ab5c6d14633-fce9974a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7a57dcb-8170-eeb2-2bc1-6ab5c6d14636-fce9974a, #w-node-d7a57dcb-8170-eeb2-2bc1-6ab5c6d1463a-fce9974a, #w-node-d823cb18-8273-5066-3538-26794eebde24-fce9974a, #w-node-_0b3bba8e-82e7-84e8-c471-5b31479d4ac9-fce9974a, #w-node-_0b3bba8e-82e7-84e8-c471-5b31479d4acc-fce9974a, #w-node-_7b6ff9c1-c78d-b495-b9e7-34fbdd3120b5-fce9974a, #w-node-_2981578b-9de5-1d15-64d4-0bea3b51e174-fce9974a, #w-node-c7a1a812-2353-a210-cb84-9123ba28418c-fce9974a, #w-node-_06c3dd31-e9c2-ef56-08d3-983ad31a8160-fce9974a, #w-node-_06c3dd31-e9c2-ef56-08d3-983ad31a8163-fce9974a, #w-node-_0092a607-6662-0442-90e7-9993d25e1a49-fce9974a, #w-node-_0092a607-6662-0442-90e7-9993d25e1a4c-fce9974a, #w-node-_1ecfffdb-1073-c20e-51a3-79ca4be37647-fce9974a, #w-node-_51dc0bdf-f9d7-3d37-9607-02fa36a0abe9-fce9974a, #w-node-_51dc0bdf-f9d7-3d37-9607-02fa36a0abec-fce9974a, #w-node-_8a61819a-189c-63ca-e4f2-81712c0b16aa-fce9974a, #w-node-_12bfdc40-43e9-fef1-1aec-c0968c041e7e-fce9974a, #w-node-bde78978-a50a-a277-ca8e-e61136c81337-fce9974a, #w-node-bde78978-a50a-a277-ca8e-e61136c81341-fce9974a, #w-node-bde78978-a50a-a277-ca8e-e61136c8135f-fce9974a, #w-node-_2403aa4c-8113-bc86-46ad-2ed3f8ecc7b4-fce9974a, #w-node-_2403aa4c-8113-bc86-46ad-2ed3f8ecc7bb-fce9974a, #w-node-_2403aa4c-8113-bc86-46ad-2ed3f8ecc7c2-fce9974a, #jugos.w-node-c91cc5e8-c936-552d-8a32-d6546022bc98-fce9974b, #w-node-bf8f6e8c-f131-e020-0ab7-b3441cdbbe11-fce9974b, #w-node-bf8f6e8c-f131-e020-0ab7-b3441cdbbe12-fce9974b, #w-node-bf8f6e8c-f131-e020-0ab7-b3441cdbbe1a-fce9974b, #w-node-bf8f6e8c-f131-e020-0ab7-b3441cdbbe1d-fce9974b, #w-node-bf8f6e8c-f131-e020-0ab7-b3441cdbbe1e-fce9974b, #w-node-bf8f6e8c-f131-e020-0ab7-b3441cdbbe26-fce9974b, #w-node-_9de1dbcf-6147-af5d-5f9c-66a271a7f43b-fce9974b, #w-node-_9de1dbcf-6147-af5d-5f9c-66a271a7f440-fce9974b, #w-node-_9de1dbcf-6147-af5d-5f9c-66a271a7f447-fce9974b, #licuados-fruta.w-node-_200a8521-d047-6777-2ca1-f43c791e2f9c-fce9974b, #w-node-_200a8521-d047-6777-2ca1-f43c791e2f9e-fce9974b, #w-node-_200a8521-d047-6777-2ca1-f43c791e2fa2-fce9974b, #w-node-_200a8521-d047-6777-2ca1-f43c791e2fac-fce9974b, #w-node-_200a8521-d047-6777-2ca1-f43c791e2fb0-fce9974b, #smoothies.w-node-c45e736b-1000-e532-34cf-f6fda617db95-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ba11c2f-f9ac-39d7-399e-186c8f3c4d15-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8ba11c2f-f9ac-39d7-399e-186c8f3c4d18-fce9974b, #smoothies-img.w-node-_2a822549-73bb-2c77-e1c2-6dc22b88788d-fce9974b, #w-node-c42ccf6f-ff91-f9f3-9317-3d3700f6b900-fce9974b, #w-node-_3bbd82d7-e616-95a8-847d-a9364f5b9acc-fce9974b, #w-node-_1d7ec938-4c0f-51b2-f4e0-b0bd75d3ff70-fce9974b, #w-node-_30da6c5e-38d9-5f68-7cdc-1bc072c493d1-fce9974b, #w-node-_3903abcc-033d-a023-d8e6-080ce7a8cde4-fce9974b, #omelletes-block.w-node-_35609e94-ffc1-2366-eae3-19912bae0a8f-fce9974b, #w-node-_53b67c09-5a45-f196-4a2c-31f9727c94ca-fce9974b, #w-node-_53b67c09-5a45-f196-4a2c-31f9727c94d4-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0aa1-fce9974b, #w-node-_17111599-43a2-fa74-c113-82aca9d9cfc4-fce9974b, #w-node-_5f9b566c-3e21-cddb-59d8-4a9c0865ad76-fce9974b, #w-node-_072c2a68-2de9-8c72-e956-794fbecef424-fce9974b, #w-node-b6e4cb89-b597-6ea4-aedc-017513a4a247-fce9974b, #w-node-c9aef7f0-79cd-8c14-164b-560d3b49f883-fce9974b, #w-node-c9aef7f0-79cd-8c14-164b-560d3b49f88d-fce9974b, #w-node-fa02c33a-e322-a7a1-7968-7aaf27835aab-fce9974b, #w-node-_4c11480b-b660-ef09-d495-01b4ef567303-fce9974b, #w-node-_4c11480b-b660-ef09-d495-01b4ef56730d-fce9974b, #chillaquiles.w-node-_35609e94-ffc1-2366-eae3-19912bae0b38-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35609e94-ffc1-2366-eae3-19912bae0b3a-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35609e94-ffc1-2366-eae3-19912bae0b3d-fce9974b, #w-node-_43d8d9ad-617b-6488-e48b-25a836158d92-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b45-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b4f-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b52-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b61-fce9974b, #w-node-_8e6253cd-56ae-3ece-b6b5-e315a90a0c8e-fce9974b, #w-node-_5f7b9ca5-ecc4-a5ec-01cb-df61a5df4dd9-fce9974b, #enchiladas-enmoladas-enfrijoladas.w-node-_35609e94-ffc1-2366-eae3-19912bae0b8f-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35609e94-ffc1-2366-eae3-19912bae0b91-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35609e94-ffc1-2366-eae3-19912bae0b94-fce9974b, #w-node-_6852d703-9813-5680-47da-04df5c8603ca-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b9c-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0ba6-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0ba9-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0bb8-fce9974b, #w-node-_5e6135af-e0ab-d146-f3ff-ef52fb520934-fce9974b, #w-node-_453501b9-b75b-f77a-6d17-6b6d811b9b3a-fce9974b, #w-node-e47079f3-1223-4acc-cf89-caaadb27d883-fce9974b, #w-node-a8b4564e-fc5c-fd70-f333-64331804ec81-fce9974b, #w-node-b565354a-c0ee-5dfa-81f9-a8b25efe91f6-fce9974b, #hotcakes.w-node-_35609e94-ffc1-2366-eae3-19912bae0cf4-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35609e94-ffc1-2366-eae3-19912bae0cf6-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35609e94-ffc1-2366-eae3-19912bae0cfd-fce9974b, #w-node-c761a70b-e8c5-2046-640f-d67b33320cc9-fce9974b, #w-node-c761a70b-e8c5-2046-640f-d67b33320cd5-fce9974b, #w-node-fd97f7e5-2945-67d7-17be-40d787c8b41d-fce9974b, #w-node-f22cb575-690c-27f4-acd2-13e0b77a277b-fce9974b, #w-node-f22cb575-690c-27f4-acd2-13e0b77a2785-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38198134-dd48-c668-fa9a-93807c5849ec-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_38198134-dd48-c668-fa9a-93807c5849ef-fce9974b, #w-node-_38198134-dd48-c668-fa9a-93807c5849f3-fce9974b, #w-node-_38198134-dd48-c668-fa9a-93807c584a00-fce9974b, #titulo-comidas.w-node-_8cc89540-21a1-8992-ef5b-66fdb4dc736f-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2df3da96-b842-12fb-d4cc-531c9b76cec1-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2df3da96-b842-12fb-d4cc-531c9b76cec4-fce9974b, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76cec6-fce9974b, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76ceca-fce9974b, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76ced4-fce9974b, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76ced7-fce9974b, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76cee4-fce9974b, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76cef3-fce9974b, #w-node-_79b2dd84-9c72-bb28-1f9f-dd0798476ff7-fce9974b, #w-node-_79b2dd84-9c72-bb28-1f9f-dd0798476ffe-fce9974b, #w-node-_79b2dd84-9c72-bb28-1f9f-dd0798477002-fce9974b, #w-node-_79b2dd84-9c72-bb28-1f9f-dd079847700c-fce9974b, #w-node-_79b2dd84-9c72-bb28-1f9f-dd079847700f-fce9974b, #w-node-_79b2dd84-9c72-bb28-1f9f-dd079847701c-fce9974b, #w-node-_79b2dd84-9c72-bb28-1f9f-dd0798477029-fce9974b, #w-node-_79b2dd84-9c72-bb28-1f9f-dd0798477038-fce9974b, #w-node-_79b2dd84-9c72-bb28-1f9f-dd0798477045-fce9974b, #snaks.w-node-_518888e6-58f4-f906-cbb2-bb87c9f44bef-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_518888e6-58f4-f906-cbb2-bb87c9f44bf0-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_518888e6-58f4-f906-cbb2-bb87c9f44bf6-fce9974b, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c01-fce9974b, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c0c-fce9974b, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c17-fce9974b, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c22-fce9974b, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c2d-fce9974b, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c3c-fce9974b, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c48-fce9974b, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c51-fce9974b, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c5a-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e7ee100-211d-4478-4cce-22f5f1f863fe-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e7ee100-211d-4478-4cce-22f5f1f86404-fce9974b, #w-node-_4e7ee100-211d-4478-4cce-22f5f1f8640e-fce9974b, #w-node-_4e7ee100-211d-4478-4cce-22f5f1f86411-fce9974b, #pastas.w-node-_21ecedbd-6a6b-1be2-2695-5e0e6d10cb74-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b69b23ef-66e7-d75b-7b71-be697c607de6-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b69b23ef-66e7-d75b-7b71-be697c607deb-fce9974b, #w-node-b69b23ef-66e7-d75b-7b71-be697c607def-fce9974b, #w-node-b69b23ef-66e7-d75b-7b71-be697c607dfc-fce9974b, #w-node-b69b23ef-66e7-d75b-7b71-be697c607e06-fce9974b, #w-node-cab611a5-79ef-2c94-10d6-57dfa42b4d9f-fce9974b, #w-node-cab611a5-79ef-2c94-10d6-57dfa42b4da7-fce9974b, #w-node-f54093ea-c143-43db-4da5-7229b8776a9b-fce9974b, #w-node-f54093ea-c143-43db-4da5-7229b8776aa3-fce9974b, #bagueteria.w-node-_7e16dd23-51b4-f091-9905-5b7119366ee9-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_743ab7a0-9451-326c-585b-5edb97481210-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_743ab7a0-9451-326c-585b-5edb97481215-fce9974b, #w-node-_743ab7a0-9451-326c-585b-5edb97481219-fce9974b, #w-node-_743ab7a0-9451-326c-585b-5edb97481226-fce9974b, #w-node-_12a0514b-c943-a433-8a7c-02e7cdb01dc4-fce9974b, #w-node-_7ff7b394-44bb-d7e7-b646-1824c94d7fe4-fce9974b, #w-node-_12c6b9ad-3876-fd5f-2ed5-1f8c5720713b-fce9974b, #w-node-ccf203c9-137c-502a-1e7a-2fee12a55b5f-fce9974b, #w-node-_1953ec32-59af-50d8-fb17-21e433e7e838-fce9974b, #w-node-_33c7a733-591e-8652-0164-2ce127eed4a2-fce9974b, #w-node-f78415f2-e771-0605-e226-17550b1e7366-fce9974b, #w-node-_45e1dab6-cdae-3b54-a570-31c199e91e18-fce9974b, #w-node-_8b46eceb-7fa8-2d4c-6634-3fbfdeb57a47-fce9974b, #w-node-_50c32cd4-3f40-0725-17b2-7bbae150a28d-fce9974b, #asnitos.w-node-d326c6b3-0a0f-6476-85b3-400dcae74a1b-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fb0-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fb3-fce9974b, #w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fb5-fce9974b, #w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fb9-fce9974b, #w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fc6-fce9974b, #w-node-_47feefae-f40c-0836-791f-1a9df8804714-fce9974b, #w-node-_9ba903e0-0187-97ed-8a54-bc63fde65d6a-fce9974b, #w-node-d3290293-152f-bfaa-6130-75509cf1b54f-fce9974b, #w-node-_572e7438-3d45-8515-9f25-c6e1fceedc6f-fce9974b, #w-node-a7dc3b76-6f93-116e-642d-83f9922ea336-fce9974b, #carnes.w-node-_6b16298b-fde0-70c6-84a5-5d328da3e71c-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_155a9c66-406e-65a0-c066-3e9354423b2e-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_155a9c66-406e-65a0-c066-3e9354423b33-fce9974b, #w-node-_155a9c66-406e-65a0-c066-3e9354423b37-fce9974b, #w-node-_155a9c66-406e-65a0-c066-3e9354423b44-fce9974b, #w-node-b0f0dae0-937f-d85c-5e01-6f7b96a92b62-fce9974b, #w-node-_53f335d2-2a17-bbcd-1e8b-3ac0f8eecf4b-fce9974b, #w-node-_01644298-5c20-92c9-4f39-d980002f6da2-fce9974b, #w-node-_5db6614d-4880-9989-fc43-f13c442e5fb9-fce9974b, #w-node-_9d1571f6-5415-80cd-1a47-b7dd73c00daf-fce9974b, #crepas-saladas.w-node-_52ae2870-cad2-184a-d79e-9eea8c17dd48-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ec481fb-50ab-f417-8921-84d7c2f62539-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1ec481fb-50ab-f417-8921-84d7c2f6253c-fce9974b, #w-node-_1ec481fb-50ab-f417-8921-84d7c2f6253e-fce9974b, #w-node-_1ec481fb-50ab-f417-8921-84d7c2f62542-fce9974b, #w-node-_1ec481fb-50ab-f417-8921-84d7c2f6254f-fce9974b, #w-node-_44433703-0f72-8407-839a-1aa6d2964313-fce9974b, #w-node-a25bfa20-b5b9-78a8-7040-11fd6a97b66b-fce9974b, #w-node-_89b0a500-bf38-b55b-0c22-f8c678ecc1f9-fce9974b, #w-node-f37af5a4-40b9-12af-8af8-25a6f7a54de3-fce9974b, #ensaladas.w-node-_1c652d05-8acf-19df-216d-360288b1dc4f-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1cc0de2-31f4-ed17-2c5b-171cd310ad91-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e1cc0de2-31f4-ed17-2c5b-171cd310ad94-fce9974b, #w-node-e1cc0de2-31f4-ed17-2c5b-171cd310ad96-fce9974b, #w-node-e1cc0de2-31f4-ed17-2c5b-171cd310ad9a-fce9974b, #w-node-ac616a83-0cc6-8148-3ab9-a0131cffd2a0-fce9974b, #w-node-_7a354a07-9b35-e07a-d338-d0c5bd31f331-fce9974b, #w-node-a653e7f0-0ba3-82d2-4bb4-c9541c2ddfdd-fce9974b, #w-node-_01350385-de96-7eaa-7cc7-e18b76c49daf-fce9974b, #w-node-b201c7f4-c9fd-3ecc-f3e8-87194dbf26ec-fce9974b, #w-node-_658d218d-6634-5fa8-3786-a5891169b12b-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2a3f3e3-40cd-10c1-1180-f0743178c50c-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d2a3f3e3-40cd-10c1-1180-f0743178c50f-fce9974b, #w-node-d2a3f3e3-40cd-10c1-1180-f0743178c511-fce9974b, #w-node-d2a3f3e3-40cd-10c1-1180-f0743178c54e-fce9974b, #w-node-d2a3f3e3-40cd-10c1-1180-f0743178c559-fce9974b, #w-node-_10f7f143-e0e5-b100-b09c-e567f83273b8-fce9974b, #w-node-_75b66629-5a10-e388-34d3-6901757c8928-fce9974b, #w-node-_48cfb868-713e-848f-ddb3-413e1997e7cf-fce9974b, #w-node-e877d404-a5c7-d147-6a23-9f8b898c9eaf-fce9974b, #w-node-_0e36233e-1fe5-26a4-a3a5-2a2a2687ce92-fce9974b, #w-node-a275f926-506c-ab9a-aa33-daac7e6b57dc-fce9974b, #w-node-ba963a74-58b6-644e-56a8-009e3af8469e-fce9974b, #w-node-_2e7a86e1-4e90-dccb-032b-22ed6a4be2a2-fce9974b, #w-node-d07b3ac5-2322-9205-411c-2dec4164f1b1-fce9974b, #w-node-a5fac767-f7b0-d79b-06fe-3a5f8085eeef-fce9974b, #w-node-b355cdf8-d065-e967-8d4d-a9e3d1193951-fce9974b, #w-node-_83dfe2c9-812c-f1ff-5aa0-dcdfdf0ef5bc-fce9974b, #w-node-_01154e8c-93e7-fa4b-2508-03d0b9765903-fce9974b, #w-node-_3b6ba5fc-077a-6eba-17b2-cf96e1662c9a-fce9974b, #w-node-f6f01115-64db-64be-3686-0cc644d8e6b9-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3cc-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3d1-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3db-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3e2-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3f9-fce9974b, #w-node-d9d38dad-b342-5ae9-3b5d-7e289ebe80e5-fce9974b, #w-node-_6a2f1b0d-8437-b466-2f16-f447d7f7890f-fce9974b, #w-node-_93435f0d-fd6c-b33d-2380-c5f33d098f78-fce9974b, #w-node-_3288d241-2e95-4898-864a-8d887098945e-fce9974b, #w-node-efcb7d43-4376-41ee-31b3-8e35ddef9160-fce9974b, #w-node-_8be98c03-579f-bae5-76e6-f34894d85afb-fce9974b, #w-node-d90bf2c0-2560-4e67-9083-e00b9920917b-fce9974b, #w-node-ffe52570-f9d0-6c5c-b937-3a7434c0cd8c-fce9974b, #w-node-c5e0fb26-778d-52b6-233f-2c9d00185fe4-fce9974b, #w-node-a8da4c05-e1ce-db70-a687-9ff420ed59b9-fce9974b, #w-node-fabc7655-fe2a-ec24-47a9-c9eda385532b-fce9974b, #w-node-_7ccb1c7e-6454-640c-481f-e3d94d1dacba-fce9974b, #w-node-_7ccb1c7e-6454-640c-481f-e3d94d1dacbd-fce9974b, #w-node-_7ccb1c7e-6454-640c-481f-e3d94d1dacc3-fce9974b, #w-node-cbf58f3a-29ac-e0eb-5a43-4ded2896830c-fce9974b, #snaks.w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc43e-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc43f-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc497-fce9974b, #w-node-c47cca2a-4307-31bc-ec14-d847f114e630-fce9974b, #w-node-_9dc564bd-2efa-36c7-0647-1eee216f3972-fce9974b, #w-node-_3e0cc130-2a7b-3182-f680-5496afbc250f-fce9974b, #w-node-_3e0cc130-2a7b-3182-f680-5496afbc2512-fce9974b, #w-node-_3e0cc130-2a7b-3182-f680-5496afbc2518-fce9974b, #w-node-_6b4565fd-09a6-b068-134c-cd23c88e2b7e-fce9974b, #w-node-_6b4565fd-09a6-b068-134c-cd23c88e2b81-fce9974b, #w-node-_6b4565fd-09a6-b068-134c-cd23c88e2b87-fce9974b, #w-node-_606a8932-08ea-0099-290b-ae9b247a740b-fce9974b, #w-node-_606a8932-08ea-0099-290b-ae9b247a740e-fce9974b, #w-node-_606a8932-08ea-0099-290b-ae9b247a7414-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc4b2-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc4b8-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc4c2-fce9974b, #w-node-_561da886-9e92-4230-e099-fc20b31526c6-fce9974b, #w-node-_561da886-9e92-4230-e099-fc20b31526cc-fce9974b, #w-node-bc308a71-3bc8-e672-b865-27c95dc741a0-fce9974b, #w-node-bc308a71-3bc8-e672-b865-27c95dc741a6-fce9974b, #w-node-_7975aafa-f6bb-078e-6063-a08a436b42cc-fce9974b, #w-node-f75514e4-732a-4bda-198f-05256652dbee-fce9974b, #w-node-d9a93238-8785-00f9-3618-c97f57826cef-fce9974b, #w-node-e54d286c-388f-069d-aabb-65288aa745d7-fce9974b, #bagueteria.w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc50b-fce9974b, #w-node-_07b3e7bc-361e-c431-989c-de621d2e3e6a-fce9974b, #w-node-_07b3e7bc-361e-c431-989c-de621d2e3e70-fce9974b, #w-node-_05d04632-7701-c49c-4fb2-6ccf067e7889-fce9974b, #w-node-_05d04632-7701-c49c-4fb2-6ccf067e788f-fce9974b, #w-node-_9b24ed0f-2799-9d1d-cd38-2e0fd61b1016-fce9974b, #w-node-_9b24ed0f-2799-9d1d-cd38-2e0fd61b101c-fce9974b, #asnitos.w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc598-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc599-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc59c-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc5a0-fce9974b, #w-node-_61ae157c-af59-f823-f593-dc850e8bebc5-fce9974b, #w-node-_61ae157c-af59-f823-f593-dc850e8bebc9-fce9974b, #w-node-_61ae157c-af59-f823-f593-dc850e8bebcc-fce9974b, #w-node-_61ae157c-af59-f823-f593-dc850e8bebd0-fce9974b, #w-node-_61ae157c-af59-f823-f593-dc850e8bebd3-fce9974b, #w-node-_61ae157c-af59-f823-f593-dc850e8bebd7-fce9974b, #carnes.w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc5fc-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc5fd-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc600-fce9974b, #crepas-saladas.w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc648-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc649-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc64c-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc64e-fce9974b, #w-node-_27d36e2f-15a4-570d-2187-acae4c767f98-fce9974b, #w-node-_27d36e2f-15a4-570d-2187-acae4c767f9e-fce9974b, #w-node-_27d36e2f-15a4-570d-2187-acae4c767fa1-fce9974b, #w-node-_16a03e0a-5e1b-0ce5-d645-6daffe3d2961-fce9974b, #w-node-_27d36e2f-15a4-570d-2187-acae4c767fa7-fce9974b, #w-node-_27d36e2f-15a4-570d-2187-acae4c767faa-fce9974b, #w-node-_27d36e2f-15a4-570d-2187-acae4c767fb0-fce9974b, #w-node-e954c58d-b009-411a-6335-9ecbeae5be70-fce9974b, #w-node-e954c58d-b009-411a-6335-9ecbeae5be78-fce9974b, #w-node-b26c35f7-0650-10b3-29b9-f57999a24dea-fce9974b, #w-node-b26c35f7-0650-10b3-29b9-f57999a24df0-fce9974b, #w-node-_2ae7bdd0-0fdb-d92a-cb8f-35e9cf241244-fce9974b, #w-node-d16623a5-2bbc-330b-0a77-18c35402ea1f-fce9974b, #w-node-d16623a5-2bbc-330b-0a77-18c35402ea25-fce9974b, #w-node-_12dc0f08-f4db-28ff-24dc-b3610281f1ea-fce9974b, #w-node-_5db3b1b9-5505-6c99-07fb-1ad2692c5f71-fce9974b, #w-node-_5db3b1b9-5505-6c99-07fb-1ad2692c5f79-fce9974b, #w-node-_48bf5a8b-d44d-b470-a825-7c25505a1109-fce9974b, #w-node-_48bf5a8b-d44d-b470-a825-7c25505a1111-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dd3fbc8-a20a-9c1e-c5ad-bb74c3ba8ac7-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8dd3fbc8-a20a-9c1e-c5ad-bb74c3ba8acc-fce9974b, #w-node-_8dd3fbc8-a20a-9c1e-c5ad-bb74c3ba8ad0-fce9974b, #w-node-_8dd3fbc8-a20a-9c1e-c5ad-bb74c3ba8ad8-fce9974b, #w-node-c036eb1a-9886-95b1-a500-9fcc6bafa1ad-fce9974b, #w-node-c036eb1a-9886-95b1-a500-9fcc6bafa1b3-fce9974b, #w-node-_186bab83-6987-b5db-386c-66fcc47aed0a-fce9974b, #w-node-_186bab83-6987-b5db-386c-66fcc47aed10-fce9974b, #w-node-_736ce19e-b181-3be0-b4d9-e8f9db00767e-fce9974b, #w-node-_736ce19e-b181-3be0-b4d9-e8f9db007684-fce9974b, #w-node-fdd57473-288c-9547-aa16-3002aa0b527f-fce9974b, #w-node-fdd57473-288c-9547-aa16-3002aa0b5285-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ec2a-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ec2d-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ec37-fce9974b, #w-node-_53136ccd-0360-8644-2419-98626e6f8b3e-fce9974b, #w-node-_69da0ccb-e327-cfbd-b53b-9ba574aea0a8-fce9974b, #w-node-ce94e988-7d11-72df-ca87-9589a40ffd09-fce9974b, #w-node-_39fccaf1-82aa-5bbc-cf12-cbc46d72d15d-fce9974b, #w-node-_5b46d4b0-50b4-4b48-9c00-c098dea028b4-fce9974b, #w-node-_200b33d2-b4d9-ed0a-13a5-f15cf03c2b5c-fce9974b, #w-node-eeb4e5c4-de2d-c9c9-644a-336ce2d554e6-fce9974b, #snaks.w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ecbd-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ecbe-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed0e-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed16-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed1c-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed1f-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed25-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed28-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed2e-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed34-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed40-fce9974b, #bagueteria.w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed42-fce9974b, #w-node-_0255f045-5f3c-0027-d38f-04c4717eceba-fce9974b, #asnitos.w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed6b-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed6c-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed73-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed77-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed7b-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed7e-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed82-fce9974b, #w-node-efd6dd26-c800-e5e8-caa9-ac40c6fe2785-fce9974b, #w-node-efd6dd26-c800-e5e8-caa9-ac40c6fe278b-fce9974b, #w-node-_0bce5c5f-2447-3816-3e87-f47a27d85a5a-fce9974b, #w-node-_0bce5c5f-2447-3816-3e87-f47a27d85a60-fce9974b, #w-node-_7f438904-00e2-599c-a3a4-2d1cf6224429-fce9974b, #w-node-_7f438904-00e2-599c-a3a4-2d1cf622442f-fce9974b, #w-node-_052c1d75-bd27-e8e4-2312-7374726f1197-fce9974b, #w-node-_052c1d75-bd27-e8e4-2312-7374726f119d-fce9974b, #w-node-_7773bd87-f52c-7d29-6509-d469dfa35b17-fce9974b, #w-node-_7773bd87-f52c-7d29-6509-d469dfa35b1d-fce9974b, #w-node-_90cdfd28-3f91-1771-4183-8b1dc36792a7-fce9974b, #w-node-_90cdfd28-3f91-1771-4183-8b1dc36792ad-fce9974b, #w-node-_6dee0186-0cdc-608d-16de-41cd6850c2da-fce9974b, #w-node-_6dee0186-0cdc-608d-16de-41cd6850c2e0-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bda12dbe-734a-992d-c17c-e0b1aaf586ba-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bda12dbe-734a-992d-c17c-e0b1aaf586c1-fce9974b, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586c7-fce9974b, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586cc-fce9974b, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586d2-fce9974b, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586d7-fce9974b, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586dd-fce9974b, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586e2-fce9974b, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586e8-fce9974b, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586ed-fce9974b, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586f3-fce9974b, #w-node-_4bfa2bb8-74f0-b23d-7335-c43c2b02547f-fce9974b, #w-node-_33ce2137-188e-40df-6ebd-f1e9ace02e49-fce9974b, #w-node-_2113eb78-0703-b674-48ba-45ec9ad99a5f-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab3c40a6-251e-ae3b-e482-a38e47758143-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ab3c40a6-251e-ae3b-e482-a38e4775814a-fce9974b, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758150-fce9974b, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758155-fce9974b, #w-node-ab3c40a6-251e-ae3b-e482-a38e4775815b-fce9974b, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758160-fce9974b, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758166-fce9974b, #w-node-ab3c40a6-251e-ae3b-e482-a38e4775816b-fce9974b, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758171-fce9974b, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758176-fce9974b, #w-node-ab3c40a6-251e-ae3b-e482-a38e4775817c-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbb4-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbb7-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbbb-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbc1-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbc6-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbcc-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbd1-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbd7-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbdc-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbe2-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbe7-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbed-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbf0-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbf6-fce9974b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7a57dcb-8170-eeb2-2bc1-6ab5c6d14633-fce9974b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7a57dcb-8170-eeb2-2bc1-6ab5c6d14636-fce9974b, #w-node-d7a57dcb-8170-eeb2-2bc1-6ab5c6d1463a-fce9974b, #w-node-d823cb18-8273-5066-3538-26794eebde24-fce9974b, #w-node-_0b3bba8e-82e7-84e8-c471-5b31479d4ac9-fce9974b, #w-node-_0b3bba8e-82e7-84e8-c471-5b31479d4acc-fce9974b, #w-node-_7b6ff9c1-c78d-b495-b9e7-34fbdd3120b5-fce9974b, #w-node-_2981578b-9de5-1d15-64d4-0bea3b51e174-fce9974b, #w-node-c7a1a812-2353-a210-cb84-9123ba28418c-fce9974b, #w-node-_06c3dd31-e9c2-ef56-08d3-983ad31a8160-fce9974b, #w-node-_06c3dd31-e9c2-ef56-08d3-983ad31a8163-fce9974b, #w-node-_0092a607-6662-0442-90e7-9993d25e1a49-fce9974b, #w-node-_0092a607-6662-0442-90e7-9993d25e1a4c-fce9974b, #w-node-_1ecfffdb-1073-c20e-51a3-79ca4be37647-fce9974b, #w-node-_51dc0bdf-f9d7-3d37-9607-02fa36a0abe9-fce9974b, #w-node-_51dc0bdf-f9d7-3d37-9607-02fa36a0abec-fce9974b, #w-node-_8a61819a-189c-63ca-e4f2-81712c0b16aa-fce9974b, #w-node-_12bfdc40-43e9-fef1-1aec-c0968c041e7e-fce9974b, #w-node-bde78978-a50a-a277-ca8e-e61136c81337-fce9974b, #w-node-bde78978-a50a-a277-ca8e-e61136c81341-fce9974b, #w-node-bde78978-a50a-a277-ca8e-e61136c8135f-fce9974b, #w-node-_2403aa4c-8113-bc86-46ad-2ed3f8ecc7b4-fce9974b, #w-node-_2403aa4c-8113-bc86-46ad-2ed3f8ecc7bb-fce9974b, #w-node-_2403aa4c-8113-bc86-46ad-2ed3f8ecc7c2-fce9974b, #w-node-c45efa87-b226-5dd5-d032-793013f14f53-13f14f49, #w-node-_2f60d80f-0082-4e29-fbdf-2116382ab502-382ab502 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2df3da96-b842-12fb-d4cc-531c9b76cec1-fce9974c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2df3da96-b842-12fb-d4cc-531c9b76cec4-fce9974c, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76cec6-fce9974c, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76ceca-fce9974c, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76ced4-fce9974c, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76ced7-fce9974c, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76cee4-fce9974c, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76cef3-fce9974c, #w-node-_79b2dd84-9c72-bb28-1f9f-dd0798476ff7-fce9974c, #w-node-_79b2dd84-9c72-bb28-1f9f-dd0798476ffe-fce9974c, #w-node-_79b2dd84-9c72-bb28-1f9f-dd0798477002-fce9974c, #w-node-_79b2dd84-9c72-bb28-1f9f-dd079847700c-fce9974c, #w-node-_79b2dd84-9c72-bb28-1f9f-dd079847700f-fce9974c, #w-node-_79b2dd84-9c72-bb28-1f9f-dd079847701c-fce9974c, #w-node-_79b2dd84-9c72-bb28-1f9f-dd0798477029-fce9974c, #w-node-_79b2dd84-9c72-bb28-1f9f-dd0798477038-fce9974c, #w-node-_79b2dd84-9c72-bb28-1f9f-dd0798477045-fce9974c, #snaks.w-node-_518888e6-58f4-f906-cbb2-bb87c9f44bef-fce9974c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_518888e6-58f4-f906-cbb2-bb87c9f44bf0-fce9974c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_518888e6-58f4-f906-cbb2-bb87c9f44bf6-fce9974c, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c01-fce9974c, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c0c-fce9974c, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c17-fce9974c, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c22-fce9974c, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c2d-fce9974c, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c3c-fce9974c, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c48-fce9974c, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c51-fce9974c, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44c5a-fce9974c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e7ee100-211d-4478-4cce-22f5f1f863fe-fce9974c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e7ee100-211d-4478-4cce-22f5f1f86404-fce9974c, #w-node-_4e7ee100-211d-4478-4cce-22f5f1f8640e-fce9974c, #w-node-_4e7ee100-211d-4478-4cce-22f5f1f86411-fce9974c, #pastas.w-node-_21ecedbd-6a6b-1be2-2695-5e0e6d10cb74-fce9974c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b69b23ef-66e7-d75b-7b71-be697c607de6-fce9974c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b69b23ef-66e7-d75b-7b71-be697c607deb-fce9974c, #w-node-b69b23ef-66e7-d75b-7b71-be697c607def-fce9974c, #w-node-b69b23ef-66e7-d75b-7b71-be697c607dfc-fce9974c, #w-node-b69b23ef-66e7-d75b-7b71-be697c607e06-fce9974c, #w-node-cab611a5-79ef-2c94-10d6-57dfa42b4d9f-fce9974c, #w-node-cab611a5-79ef-2c94-10d6-57dfa42b4da7-fce9974c, #w-node-f54093ea-c143-43db-4da5-7229b8776a9b-fce9974c, #w-node-f54093ea-c143-43db-4da5-7229b8776aa3-fce9974c, #bagueteria.w-node-_7e16dd23-51b4-f091-9905-5b7119366ee9-fce9974c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_743ab7a0-9451-326c-585b-5edb97481210-fce9974c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_743ab7a0-9451-326c-585b-5edb97481215-fce9974c, #w-node-_743ab7a0-9451-326c-585b-5edb97481219-fce9974c, #w-node-_743ab7a0-9451-326c-585b-5edb97481226-fce9974c, #w-node-_12a0514b-c943-a433-8a7c-02e7cdb01dc4-fce9974c, #w-node-_7ff7b394-44bb-d7e7-b646-1824c94d7fe4-fce9974c, #w-node-_12c6b9ad-3876-fd5f-2ed5-1f8c5720713b-fce9974c, #w-node-ccf203c9-137c-502a-1e7a-2fee12a55b5f-fce9974c, #w-node-_1953ec32-59af-50d8-fb17-21e433e7e838-fce9974c, #w-node-_33c7a733-591e-8652-0164-2ce127eed4a2-fce9974c, #w-node-f78415f2-e771-0605-e226-17550b1e7366-fce9974c, #w-node-_45e1dab6-cdae-3b54-a570-31c199e91e18-fce9974c, #w-node-_8b46eceb-7fa8-2d4c-6634-3fbfdeb57a47-fce9974c, #w-node-_50c32cd4-3f40-0725-17b2-7bbae150a28d-fce9974c, #asnitos.w-node-d326c6b3-0a0f-6476-85b3-400dcae74a1b-fce9974c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fb0-fce9974c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fb3-fce9974c, #w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fb5-fce9974c, #w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fb9-fce9974c, #w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fc6-fce9974c, #w-node-_47feefae-f40c-0836-791f-1a9df8804714-fce9974c, #w-node-_9ba903e0-0187-97ed-8a54-bc63fde65d6a-fce9974c, #w-node-d3290293-152f-bfaa-6130-75509cf1b54f-fce9974c, #w-node-_572e7438-3d45-8515-9f25-c6e1fceedc6f-fce9974c, #w-node-a7dc3b76-6f93-116e-642d-83f9922ea336-fce9974c, #carnes.w-node-_6b16298b-fde0-70c6-84a5-5d328da3e71c-fce9974c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_155a9c66-406e-65a0-c066-3e9354423b2e-fce9974c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_155a9c66-406e-65a0-c066-3e9354423b33-fce9974c, #w-node-_155a9c66-406e-65a0-c066-3e9354423b37-fce9974c, #w-node-_155a9c66-406e-65a0-c066-3e9354423b44-fce9974c, #w-node-b0f0dae0-937f-d85c-5e01-6f7b96a92b62-fce9974c, #w-node-_53f335d2-2a17-bbcd-1e8b-3ac0f8eecf4b-fce9974c, #w-node-_01644298-5c20-92c9-4f39-d980002f6da2-fce9974c, #w-node-_5db6614d-4880-9989-fc43-f13c442e5fb9-fce9974c, #w-node-_9d1571f6-5415-80cd-1a47-b7dd73c00daf-fce9974c, #crepas-saladas.w-node-_52ae2870-cad2-184a-d79e-9eea8c17dd48-fce9974c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ec481fb-50ab-f417-8921-84d7c2f62539-fce9974c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1ec481fb-50ab-f417-8921-84d7c2f6253c-fce9974c, #w-node-_1ec481fb-50ab-f417-8921-84d7c2f6253e-fce9974c, #w-node-_1ec481fb-50ab-f417-8921-84d7c2f62542-fce9974c, #w-node-_1ec481fb-50ab-f417-8921-84d7c2f6254f-fce9974c, #w-node-_44433703-0f72-8407-839a-1aa6d2964313-fce9974c, #w-node-a25bfa20-b5b9-78a8-7040-11fd6a97b66b-fce9974c, #w-node-_89b0a500-bf38-b55b-0c22-f8c678ecc1f9-fce9974c, #w-node-f37af5a4-40b9-12af-8af8-25a6f7a54de3-fce9974c, #ensaladas.w-node-_1c652d05-8acf-19df-216d-360288b1dc4f-fce9974c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1cc0de2-31f4-ed17-2c5b-171cd310ad91-fce9974c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e1cc0de2-31f4-ed17-2c5b-171cd310ad94-fce9974c, #w-node-e1cc0de2-31f4-ed17-2c5b-171cd310ad96-fce9974c, #w-node-e1cc0de2-31f4-ed17-2c5b-171cd310ad9a-fce9974c, #w-node-ac616a83-0cc6-8148-3ab9-a0131cffd2a0-fce9974c, #w-node-_7a354a07-9b35-e07a-d338-d0c5bd31f331-fce9974c, #w-node-a653e7f0-0ba3-82d2-4bb4-c9541c2ddfdd-fce9974c, #w-node-_01350385-de96-7eaa-7cc7-e18b76c49daf-fce9974c, #w-node-b201c7f4-c9fd-3ecc-f3e8-87194dbf26ec-fce9974c, #w-node-_658d218d-6634-5fa8-3786-a5891169b12b-fce9974c, #los-favs.w-node-_200a8521-d047-6777-2ca1-f43c791e2f9c-fce9974d, #los-favs.w-node-_7ac8738b-2a70-0082-88e9-06ee4f49642f-fce9974d, #w-node-_7ac8738b-2a70-0082-88e9-06ee4f496431-fce9974d, #w-node-_7ac8738b-2a70-0082-88e9-06ee4f496435-fce9974d, #w-node-_7ac8738b-2a70-0082-88e9-06ee4f49643d-fce9974d, #infantil.w-node-_7119bad8-b3f1-9535-4190-9f7aac3a3cbc-fce9974d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46d2dd92-eb25-97c6-d376-0b376d7695b6-fce9974d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f7e8423e-9efb-98e1-74d3-f1a5f6f6233b-fce9974d, #w-node-f7e8423e-9efb-98e1-74d3-f1a5f6f62346-fce9974d, #w-node-f7e8423e-9efb-98e1-74d3-f1a5f6f6234f-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf292-fce9974d, #jugos.w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf293-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf295-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf296-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf29e-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2a1-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2a2-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2aa-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2b9-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2be-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2c5-fce9974d, #licuados-fruta.w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2cc-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2ce-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2d2-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2dc-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2e0-fce9974d, #smoothies.w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2ea-fce9974d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2eb-fce9974d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2ee-fce9974d, #smoothies-img.w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2f2-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2f6-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf301-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf30a-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf313-fce9974d, #w-node-_3903abcc-033d-a023-d8e6-080ce7a8cde4-fce9974d, #omelletes-block.w-node-_35609e94-ffc1-2366-eae3-19912bae0a8f-fce9974d, #w-node-_53b67c09-5a45-f196-4a2c-31f9727c94ca-fce9974d, #w-node-_53b67c09-5a45-f196-4a2c-31f9727c94d4-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0aa1-fce9974d, #w-node-_17111599-43a2-fa74-c113-82aca9d9cfc4-fce9974d, #w-node-_5f9b566c-3e21-cddb-59d8-4a9c0865ad76-fce9974d, #w-node-_072c2a68-2de9-8c72-e956-794fbecef424-fce9974d, #w-node-b6e4cb89-b597-6ea4-aedc-017513a4a247-fce9974d, #w-node-c9aef7f0-79cd-8c14-164b-560d3b49f883-fce9974d, #w-node-c9aef7f0-79cd-8c14-164b-560d3b49f88d-fce9974d, #w-node-fa02c33a-e322-a7a1-7968-7aaf27835aab-fce9974d, #w-node-_4c11480b-b660-ef09-d495-01b4ef567303-fce9974d, #w-node-_4c11480b-b660-ef09-d495-01b4ef56730d-fce9974d, #chillaquiles.w-node-_35609e94-ffc1-2366-eae3-19912bae0b38-fce9974d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35609e94-ffc1-2366-eae3-19912bae0b3a-fce9974d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35609e94-ffc1-2366-eae3-19912bae0b3d-fce9974d, #w-node-_43d8d9ad-617b-6488-e48b-25a836158d92-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b45-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b4f-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b52-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b61-fce9974d, #w-node-_8e6253cd-56ae-3ece-b6b5-e315a90a0c8e-fce9974d, #w-node-_5f7b9ca5-ecc4-a5ec-01cb-df61a5df4dd9-fce9974d, #enchiladas-enmoladas-enfrijoladas.w-node-_35609e94-ffc1-2366-eae3-19912bae0b8f-fce9974d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35609e94-ffc1-2366-eae3-19912bae0b91-fce9974d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35609e94-ffc1-2366-eae3-19912bae0b94-fce9974d, #w-node-_6852d703-9813-5680-47da-04df5c8603ca-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b9c-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0ba6-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0ba9-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0bb8-fce9974d, #w-node-_5e6135af-e0ab-d146-f3ff-ef52fb520934-fce9974d, #w-node-_453501b9-b75b-f77a-6d17-6b6d811b9b3a-fce9974d, #w-node-e47079f3-1223-4acc-cf89-caaadb27d883-fce9974d, #w-node-a8b4564e-fc5c-fd70-f333-64331804ec81-fce9974d, #w-node-b565354a-c0ee-5dfa-81f9-a8b25efe91f6-fce9974d, #hotcakes.w-node-_35609e94-ffc1-2366-eae3-19912bae0cf4-fce9974d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35609e94-ffc1-2366-eae3-19912bae0cf6-fce9974d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35609e94-ffc1-2366-eae3-19912bae0cfd-fce9974d, #w-node-c761a70b-e8c5-2046-640f-d67b33320cc9-fce9974d, #w-node-c761a70b-e8c5-2046-640f-d67b33320cd5-fce9974d, #w-node-fd97f7e5-2945-67d7-17be-40d787c8b41d-fce9974d, #w-node-f22cb575-690c-27f4-acd2-13e0b77a277b-fce9974d, #w-node-f22cb575-690c-27f4-acd2-13e0b77a2785-fce9974d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38198134-dd48-c668-fa9a-93807c5849ec-fce9974d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_38198134-dd48-c668-fa9a-93807c5849ef-fce9974d, #w-node-_38198134-dd48-c668-fa9a-93807c5849f3-fce9974d, #w-node-_38198134-dd48-c668-fa9a-93807c584a00-fce9974d, #w-node-_4cf553fc-c6bc-2226-671d-4e4cca20859d-fce9974d, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3db-fce9974e, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3e2-fce9974e, #w-node-d9d38dad-b342-5ae9-3b5d-7e289ebe80e5-fce9974e, #w-node-_6a2f1b0d-8437-b466-2f16-f447d7f7890f-fce9974e, #w-node-_93435f0d-fd6c-b33d-2380-c5f33d098f78-fce9974e, #w-node-ffe52570-f9d0-6c5c-b937-3a7434c0cd8c-fce9974e, #w-node-d90bf2c0-2560-4e67-9083-e00b9920917b-fce9974e, #w-node-_71a77703-c387-56d0-b774-b5aa22df84a4-fce9974e, #w-node-_10f9b97f-58b0-e6d3-09bd-a087751ce613-fce9974e, #w-node-ec4fe24b-39a7-800e-1927-2c8fa7d09dc8-fce9974e, #w-node-_4040679f-99b9-1a2d-b047-c63c2725fae2-fce9974e, #w-node-_61dfe365-7a48-9562-09a8-f4a6441d3015-fce9974e, #w-node-_0d635586-6958-d5ac-3be7-39171843fe4f-fce9974e, #w-node-fad6e78c-2db9-d15a-82d2-ab45ca9405bf-fce9974e, #w-node-b2ce0962-5ce4-1074-e0d8-4fa472e60578-fce9974e, #w-node-c1cee86a-792f-b0a7-36f6-2245307624c1-fce9974e, #w-node-cbf58f3a-29ac-e0eb-5a43-4ded2896830c-fce9974e, #chocolates.w-node-_0a439572-230c-f279-61ba-7fad4def7528-fce9974e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a439572-230c-f279-61ba-7fad4def7529-fce9974e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0a439572-230c-f279-61ba-7fad4def7531-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def753a-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def7543-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def754c-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def7555-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def755e-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def7567-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def7570-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def7579-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def7582-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def758b-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def7594-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def759d-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def75a9-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def75b2-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def75bb-fce9974e, #w-node-_0a439572-230c-f279-61ba-7fad4def75c4-fce9974e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65d07965-2dea-58b2-d545-a0f006cb747b-fce9974e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_65d07965-2dea-58b2-d545-a0f006cb7482-fce9974e, #w-node-_65d07965-2dea-58b2-d545-a0f006cb7488-fce9974e, #w-node-_65d07965-2dea-58b2-d545-a0f006cb748b-fce9974e, #w-node-_65d07965-2dea-58b2-d545-a0f006cb7491-fce9974e, #w-node-_65d07965-2dea-58b2-d545-a0f006cb7494-fce9974e, #w-node-_65d07965-2dea-58b2-d545-a0f006cb749a-fce9974e, #w-node-_65d07965-2dea-58b2-d545-a0f006cb749d-fce9974e, #w-node-_65d07965-2dea-58b2-d545-a0f006cb74a3-fce9974e, #te-infusion.w-node-_8eaca76c-d33c-5a54-941b-7977f8c7687c-fce9974e, #w-node-_8eaca76c-d33c-5a54-941b-7977f8c76884-fce9974e, #w-node-_8eaca76c-d33c-5a54-941b-7977f8c7688a-fce9974e, #w-node-_8eaca76c-d33c-5a54-941b-7977f8c7688d-fce9974e, #w-node-_8eaca76c-d33c-5a54-941b-7977f8c76893-fce9974e, #w-node-_8eaca76c-d33c-5a54-941b-7977f8c76896-fce9974e, #w-node-_8eaca76c-d33c-5a54-941b-7977f8c7689c-fce9974e, #w-node-_8eaca76c-d33c-5a54-941b-7977f8c7689f-fce9974e, #w-node-_8eaca76c-d33c-5a54-941b-7977f8c768a5-fce9974e, #w-node-be6e8be9-7853-4356-f284-9434bc7a28be-fce9974e, #w-node-be6e8be9-7853-4356-f284-9434bc7a28c5-fce9974e, #w-node-be6e8be9-7853-4356-f284-9434bc7a28cc-fce9974e, #w-node-be6e8be9-7853-4356-f284-9434bc7a28d3-fce9974e, #w-node-be6e8be9-7853-4356-f284-9434bc7a28dc-fce9974e, #w-node-be6e8be9-7853-4356-f284-9434bc7a28e5-fce9974e, #w-node-be6e8be9-7853-4356-f284-9434bc7a28ec-fce9974e, #w-node-be6e8be9-7853-4356-f284-9434bc7a28f5-fce9974e, #w-node-be6e8be9-7853-4356-f284-9434bc7a2900-fce9974e, #w-node-be6e8be9-7853-4356-f284-9434bc7a2907-fce9974e, #w-node-be6e8be9-7853-4356-f284-9434bc7a2910-fce9974e, #w-node-be6e8be9-7853-4356-f284-9434bc7a2919-fce9974e, #w-node-_976f0f74-a3a2-ebf0-0b5a-d4680c9ed116-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662daa-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662db0-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662db3-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662db9-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662dbc-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662dc2-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662dc5-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662dcb-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662dce-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662dd4-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662dd7-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662ddd-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662de0-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662de6-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662dee-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662df7-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662e00-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662e09-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662e12-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662e1b-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662e24-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662e2d-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662e36-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662e3f-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662e48-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662e51-fce9974e, #w-node-_6df6d8d5-309b-16f4-84d3-d36f30662e5a-fce9974e, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3db-fce9974f, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3e2-fce9974f, #w-node-d9d38dad-b342-5ae9-3b5d-7e289ebe80e5-fce9974f, #w-node-_6a2f1b0d-8437-b466-2f16-f447d7f7890f-fce9974f, #w-node-_93435f0d-fd6c-b33d-2380-c5f33d098f78-fce9974f, #w-node-ffe52570-f9d0-6c5c-b937-3a7434c0cd8c-fce9974f, #w-node-d90bf2c0-2560-4e67-9083-e00b9920917b-fce9974f, #w-node-_71a77703-c387-56d0-b774-b5aa22df84a4-fce9974f, #w-node-_10f9b97f-58b0-e6d3-09bd-a087751ce613-fce9974f, #w-node-ec4fe24b-39a7-800e-1927-2c8fa7d09dc8-fce9974f, #w-node-_4040679f-99b9-1a2d-b047-c63c2725fae2-fce9974f, #w-node-_61dfe365-7a48-9562-09a8-f4a6441d3015-fce9974f, #w-node-_0d635586-6958-d5ac-3be7-39171843fe4f-fce9974f, #w-node-fad6e78c-2db9-d15a-82d2-ab45ca9405bf-fce9974f, #w-node-b2ce0962-5ce4-1074-e0d8-4fa472e60578-fce9974f, #w-node-c1cee86a-792f-b0a7-36f6-2245307624c1-fce9974f, #w-node-cbf58f3a-29ac-e0eb-5a43-4ded2896830c-fce9974f, #chocolates.w-node-_84a65567-cc3a-fc2a-f419-019a10b7c23d-fce9974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84a65567-cc3a-fc2a-f419-019a10b7c23e-fce9974f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_84a65567-cc3a-fc2a-f419-019a10b7c246-fce9974f, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c24f-fce9974f, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c258-fce9974f, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c261-fce9974f, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c26a-fce9974f, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c273-fce9974f, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c27c-fce9974f, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c285-fce9974f, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c28e-fce9974f, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c297-fce9974f, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c2a0-fce9974f, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c2a9-fce9974f, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c2b2-fce9974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dcd0dce-bbd5-a4e7-2f3f-e6b884493c17-fce9974f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7dcd0dce-bbd5-a4e7-2f3f-e6b884493c1e-fce9974f, #w-node-_7dcd0dce-bbd5-a4e7-2f3f-e6b884493c24-fce9974f, #w-node-_7dcd0dce-bbd5-a4e7-2f3f-e6b884493c27-fce9974f, #w-node-_7dcd0dce-bbd5-a4e7-2f3f-e6b884493c2d-fce9974f, #w-node-_7dcd0dce-bbd5-a4e7-2f3f-e6b884493c30-fce9974f, #w-node-_7dcd0dce-bbd5-a4e7-2f3f-e6b884493c36-fce9974f, #w-node-_7dcd0dce-bbd5-a4e7-2f3f-e6b884493c39-fce9974f, #w-node-_7dcd0dce-bbd5-a4e7-2f3f-e6b884493c3f-fce9974f, #te-infusion.w-node-_3057495b-af03-2dfd-16b8-b887df9059bb-fce9974f, #w-node-_3057495b-af03-2dfd-16b8-b887df9059c3-fce9974f, #w-node-_3057495b-af03-2dfd-16b8-b887df9059c9-fce9974f, #w-node-_3057495b-af03-2dfd-16b8-b887df9059cc-fce9974f, #w-node-_3057495b-af03-2dfd-16b8-b887df9059d2-fce9974f, #w-node-_3057495b-af03-2dfd-16b8-b887df9059d5-fce9974f, #w-node-_3057495b-af03-2dfd-16b8-b887df9059db-fce9974f, #w-node-_3057495b-af03-2dfd-16b8-b887df9059de-fce9974f, #w-node-_3057495b-af03-2dfd-16b8-b887df9059e4-fce9974f, #w-node-be6e8be9-7853-4356-f284-9434bc7a28be-fce9974f, #w-node-be6e8be9-7853-4356-f284-9434bc7a28c5-fce9974f, #w-node-be6e8be9-7853-4356-f284-9434bc7a28cc-fce9974f, #w-node-be6e8be9-7853-4356-f284-9434bc7a28d3-fce9974f, #w-node-be6e8be9-7853-4356-f284-9434bc7a28dc-fce9974f, #w-node-be6e8be9-7853-4356-f284-9434bc7a28e5-fce9974f, #w-node-be6e8be9-7853-4356-f284-9434bc7a28ec-fce9974f, #w-node-be6e8be9-7853-4356-f284-9434bc7a28f5-fce9974f, #w-node-be6e8be9-7853-4356-f284-9434bc7a2900-fce9974f, #w-node-be6e8be9-7853-4356-f284-9434bc7a2907-fce9974f, #w-node-be6e8be9-7853-4356-f284-9434bc7a2910-fce9974f, #w-node-be6e8be9-7853-4356-f284-9434bc7a2919-fce9974f, #w-node-_976f0f74-a3a2-ebf0-0b5a-d4680c9ed116-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc80183-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc80189-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc8018c-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc80192-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc80195-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc8019b-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc8019e-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc801a4-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc801a7-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc801ad-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc801b5-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc801be-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc801c7-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc801d0-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc801d9-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc801e2-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc801eb-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc801f4-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc801fd-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc80206-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc8020f-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc80218-fce9974f, #w-node-_581f423c-f985-09f8-6ae6-c8719cc80221-fce9974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40a265ed-b21f-cd96-f19d-9e0590c9cc31-fce99751 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_234dff42-8fd3-298b-8372-d2f14fbf5859-fce99753, #w-node-_17bd6f0c-7f69-491f-c573-5757403de6ec-fce99753, #w-node-_2bf7e28f-a9c2-ef89-d47e-39f8fd73ca0d-fce99753, #w-node-fb457538-8f58-ec61-6daf-530728253164-fce99753, #w-node-f669716f-1c63-6296-f14a-31ba412eaa0c-fce99753, #w-node-_07bfac0c-0e43-f7e3-d09d-6f8076b0e641-fce99753, #w-node-_07bfac0c-0e43-f7e3-d09d-6f8076b0e642-fce99753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dacef9a-21ff-3ccc-3ea2-97585038777e-fce99753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7dacef9a-21ff-3ccc-3ea2-975850387781-fce99753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f0e12622-cc47-e275-7eb1-4dfae5b3d4e4-fce99754, #w-node-f98c639b-6e6d-1b24-9b0f-7ed6892ea4f8-fce99754, #w-node-f38ca997-52b8-fbdf-7f1d-f267419bcb60-fce99754, #w-node-_1858de75-c223-c124-b937-57e41796fc5b-fce99754, #w-node-_7b47482f-f37d-406f-3a84-571b561b2472-fce99755, #w-node-_31506f22-a94b-aa2b-d309-955e9d82aebe-fce99757, #w-node-_723aaaee-6ccd-bddb-07bf-2ed2c0bee48c-fce99757, #w-node-_5300ea2f-801c-f29f-ba49-80ef5786c289-fce99757, #w-node-_42f3d9f1-bc46-406e-1165-a061aa4bfc55-fce99757, #w-node-_0824f59f-e005-5fbd-5a47-d2574da7d6e7-fce99757, #w-node-a6f22e9f-65a1-114a-801b-464c612da599-fce99757, #w-node-ee3ec7be-38b9-7719-2a74-5928dffac693-fce99757, #w-node-f3fc8e39-f40c-6ca7-f6b6-692b0e23cb58-fce99757, #w-node-f3fc8e39-f40c-6ca7-f6b6-692b0e23cb59-fce99757, #w-node-f3fc8e39-f40c-6ca7-f6b6-692b0e23cb5a-fce99757, #w-node-a3010ea2-c7fb-28f0-52d2-bbd36c1552ed-fce99757, #w-node-_43d1c9e6-e120-eb80-c11f-fcfa552f53ea-fce99757, #w-node-_22eb192a-80f1-cc95-b53a-bc3b67b4c892-fce99757, #w-node-_5c51ddf4-4288-caa1-a3ca-762fc480a4d6-fce99757 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c51ddf4-4288-caa1-a3ca-762fc480a4d7-fce99757, #w-node-_5c51ddf4-4288-caa1-a3ca-762fc480a4df-fce99757, #w-node-_5c51ddf4-4288-caa1-a3ca-762fc480a4e7-fce99757 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5acd2148-cfca-5a6b-e873-4ac94a43b6ea-fce99757, #w-node-_0387630c-0de7-8a7d-b608-2f16157ce335-fce99757, #w-node-_63881cc4-475f-2695-5fc1-d5c39e05adce-fce99757, #w-node-a0f27b05-0dcc-dc98-defa-6964227c54d0-fce99757, #w-node-_7dbba0b5-9cd5-5308-df75-6ab74307e2ca-fce99757, #w-node-e676d4de-b8aa-815a-6814-1188162b89ce-fce99757, #w-node-bef14f26-d0d5-9d60-8459-c06f5716fb0b-5716fb0b, #w-node-d980ae38-0b9e-6584-e258-79aacaa62c00-5716fb0b, #w-node-_9619f1cf-0722-9ced-db13-02996216656c-5716fb0b, #w-node-_8fa82d00-4a41-0802-7ad5-d2cff9cb9e99-f9cb9e99, #w-node-_8fa82d00-4a41-0802-7ad5-d2cff9cb9ea1-f9cb9e99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5686c67e-5df6-90cf-fb18-4b160bd5b965-0bd5b964 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f9dc87f8-f889-a785-6842-01f6b0d4e8f4-fce99758, #w-node-_69d0bec6-3973-9e6c-23b2-2555932afdfe-fce99758, #w-node-_35d2c7bc-5a6a-3122-8af3-234d771fb615-fce99758, #w-node-_01d0ffa2-18f8-79b6-8c5a-4c69b3fb6cda-fce99758, #w-node-_5d27544d-f326-7a5f-ab66-5e141eb5a33b-fce99758, #w-node-a83f9a68-4103-1781-d7e3-7f30fb24195a-fce99758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#sub-heading.w-node-_1a8d8eda-02c2-f13a-3f96-eef4ea2f3732-ddce139e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a8d8eda-02c2-f13a-3f96-eef4ea2f3735-ddce139e, #foto.w-node-_1a8d8eda-02c2-f13a-3f96-eef4ea2f3737-ddce139e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_10e8723f-e540-d3a6-f24b-f51ed6a91469-fce9973c, #w-node-c87c9fbd-6f42-be5f-bd70-a913e1534d83-fce99747, #w-node-d21881d0-3e3e-b846-ad88-899824dca9c1-fce99748, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc43f-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc4b2-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc599-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc5fd-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc649-fce9974a, #w-node-_8dd3fbc8-a20a-9c1e-c5ad-bb74c3ba8ac7-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ec2a-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ecbe-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed0e-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed6c-fce9974a, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586ba-fce9974a, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758143-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbb4-fce9974a, #w-node-d7a57dcb-8170-eeb2-2bc1-6ab5c6d14633-fce9974a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-bf8f6e8c-f131-e020-0ab7-b3441cdbbe12-fce9974b, #w-node-bf8f6e8c-f131-e020-0ab7-b3441cdbbe1a-fce9974b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8ba11c2f-f9ac-39d7-399e-186c8f3c4d15-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b3a-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b91-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0cf6-fce9974b, #w-node-_38198134-dd48-c668-fa9a-93807c5849ec-fce9974b, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76cec1-fce9974b, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44bf0-fce9974b, #w-node-_4e7ee100-211d-4478-4cce-22f5f1f863fe-fce9974b, #w-node-b69b23ef-66e7-d75b-7b71-be697c607de6-fce9974b, #w-node-_743ab7a0-9451-326c-585b-5edb97481210-fce9974b, #w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fb0-fce9974b, #w-node-_155a9c66-406e-65a0-c066-3e9354423b2e-fce9974b, #w-node-_1ec481fb-50ab-f417-8921-84d7c2f62539-fce9974b, #w-node-e1cc0de2-31f4-ed17-2c5b-171cd310ad91-fce9974b, #w-node-d2a3f3e3-40cd-10c1-1180-f0743178c50c-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3cc-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc43f-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc4b2-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc599-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc5fd-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc649-fce9974b, #w-node-_8dd3fbc8-a20a-9c1e-c5ad-bb74c3ba8ac7-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ec2a-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ecbe-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed0e-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed6c-fce9974b, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586ba-fce9974b, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758143-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbb4-fce9974b, #w-node-d7a57dcb-8170-eeb2-2bc1-6ab5c6d14633-fce9974b, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76cec1-fce9974c, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44bf0-fce9974c, #w-node-_4e7ee100-211d-4478-4cce-22f5f1f863fe-fce9974c, #w-node-b69b23ef-66e7-d75b-7b71-be697c607de6-fce9974c, #w-node-_743ab7a0-9451-326c-585b-5edb97481210-fce9974c, #w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fb0-fce9974c, #w-node-_155a9c66-406e-65a0-c066-3e9354423b2e-fce9974c, #w-node-_1ec481fb-50ab-f417-8921-84d7c2f62539-fce9974c, #w-node-e1cc0de2-31f4-ed17-2c5b-171cd310ad91-fce9974c, #w-node-_46d2dd92-eb25-97c6-d376-0b376d7695b6-fce9974d {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf296-fce9974d, #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf29e-fce9974d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2eb-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b3a-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b91-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0cf6-fce9974d, #w-node-_38198134-dd48-c668-fa9a-93807c5849ec-fce9974d, #w-node-_0a439572-230c-f279-61ba-7fad4def7529-fce9974e, #w-node-_65d07965-2dea-58b2-d545-a0f006cb747b-fce9974e, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c23e-fce9974f, #w-node-_7dcd0dce-bbd5-a4e7-2f3f-e6b884493c17-fce9974f, #w-node-_40a265ed-b21f-cd96-f19d-9e0590c9cc31-fce99751 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_17bd6f0c-7f69-491f-c573-5757403de6ec-fce99753 {
    order: 9999;
  }

  #w-node-_7dacef9a-21ff-3ccc-3ea2-97585038777e-fce99753, #w-node-_5686c67e-5df6-90cf-fb18-4b160bd5b965-0bd5b964, #sub-heading.w-node-_1a8d8eda-02c2-f13a-3f96-eef4ea2f3732-ddce139e {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_10e8723f-e540-d3a6-f24b-f51ed6a91469-fce9973c, #w-node-c87c9fbd-6f42-be5f-bd70-a913e1534d83-fce99747, #w-node-d21881d0-3e3e-b846-ad88-899824dca9c1-fce99748, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc43f-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc4b2-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc599-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc5fd-fce9974a, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc649-fce9974a, #w-node-_8dd3fbc8-a20a-9c1e-c5ad-bb74c3ba8ac7-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ec2a-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ecbe-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed0e-fce9974a, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed6c-fce9974a, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586ba-fce9974a, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758143-fce9974a, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbb4-fce9974a, #w-node-d7a57dcb-8170-eeb2-2bc1-6ab5c6d14633-fce9974a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ebc275da-bcad-2464-f908-dcc1adb82939-fce9974b, #w-node-_1b89bf8e-16b5-34f1-a915-7aec012eb436-fce9974b, #w-node-_196a130b-d49c-e561-9745-705ad3999e68-fce9974b, #w-node-e4102c81-01a5-7153-feaf-8f696f5022a9-fce9974b, #w-node-ff24fd2a-30c9-86fe-88e0-08f723f326b6-fce9974b, #w-node-_6262ee8c-19e4-bb0d-892f-5078d2bb1ece-fce9974b, #w-node-_751df56b-eeb9-b54b-eaaf-291cb049eb7c-fce9974b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bf8f6e8c-f131-e020-0ab7-b3441cdbbe26-fce9974b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ba11c2f-f9ac-39d7-399e-186c8f3c4d15-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b3a-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b91-fce9974b, #w-node-_35609e94-ffc1-2366-eae3-19912bae0cf6-fce9974b, #w-node-_38198134-dd48-c668-fa9a-93807c5849ec-fce9974b, #titulo-comidas.w-node-_8cc89540-21a1-8992-ef5b-66fdb4dc736f-fce9974b, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76cec1-fce9974b, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44bf0-fce9974b, #w-node-_4e7ee100-211d-4478-4cce-22f5f1f863fe-fce9974b, #w-node-b69b23ef-66e7-d75b-7b71-be697c607de6-fce9974b, #w-node-_743ab7a0-9451-326c-585b-5edb97481210-fce9974b, #w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fb0-fce9974b, #w-node-_155a9c66-406e-65a0-c066-3e9354423b2e-fce9974b, #w-node-_1ec481fb-50ab-f417-8921-84d7c2f62539-fce9974b, #w-node-e1cc0de2-31f4-ed17-2c5b-171cd310ad91-fce9974b, #w-node-d2a3f3e3-40cd-10c1-1180-f0743178c50c-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc3cc-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc43f-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc4b2-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc599-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc5fd-fce9974b, #w-node-_5c084579-f1b3-fc5b-b6a5-e86f4facc649-fce9974b, #w-node-_8dd3fbc8-a20a-9c1e-c5ad-bb74c3ba8ac7-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ec2a-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ecbe-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed0e-fce9974b, #w-node-f09765a6-cc82-fd8d-9ee7-c7ebcd13ed6c-fce9974b, #w-node-bda12dbe-734a-992d-c17c-e0b1aaf586ba-fce9974b, #w-node-ab3c40a6-251e-ae3b-e482-a38e47758143-fce9974b, #w-node-_83dcfa90-1a5d-59e9-32cb-4d0324b4fbb4-fce9974b, #w-node-d7a57dcb-8170-eeb2-2bc1-6ab5c6d14633-fce9974b, #w-node-_2df3da96-b842-12fb-d4cc-531c9b76cec1-fce9974c, #w-node-_518888e6-58f4-f906-cbb2-bb87c9f44bf0-fce9974c, #w-node-_4e7ee100-211d-4478-4cce-22f5f1f863fe-fce9974c, #w-node-b69b23ef-66e7-d75b-7b71-be697c607de6-fce9974c, #w-node-_743ab7a0-9451-326c-585b-5edb97481210-fce9974c, #w-node-_0161cce2-7365-f4b2-300f-3c9eb3ab8fb0-fce9974c, #w-node-_155a9c66-406e-65a0-c066-3e9354423b2e-fce9974c, #w-node-_1ec481fb-50ab-f417-8921-84d7c2f62539-fce9974c, #w-node-e1cc0de2-31f4-ed17-2c5b-171cd310ad91-fce9974c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ebc275da-bcad-2464-f908-dcc1adb82939-fce9974d, #w-node-_1b89bf8e-16b5-34f1-a915-7aec012eb436-fce9974d, #w-node-_196a130b-d49c-e561-9745-705ad3999e68-fce9974d, #w-node-e4102c81-01a5-7153-feaf-8f696f5022a9-fce9974d, #w-node-ff24fd2a-30c9-86fe-88e0-08f723f326b6-fce9974d, #w-node-_6262ee8c-19e4-bb0d-892f-5078d2bb1ece-fce9974d, #w-node-_751df56b-eeb9-b54b-eaaf-291cb049eb7c-fce9974d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46d2dd92-eb25-97c6-d376-0b376d7695b6-fce9974d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2aa-fce9974d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb270f2b-3a0d-d023-5dd3-66c65c8cf2eb-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b3a-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0b91-fce9974d, #w-node-_35609e94-ffc1-2366-eae3-19912bae0cf6-fce9974d, #w-node-_38198134-dd48-c668-fa9a-93807c5849ec-fce9974d, #w-node-_0a439572-230c-f279-61ba-7fad4def7529-fce9974e, #w-node-_65d07965-2dea-58b2-d545-a0f006cb747b-fce9974e, #w-node-_84a65567-cc3a-fc2a-f419-019a10b7c23e-fce9974f, #w-node-_7dcd0dce-bbd5-a4e7-2f3f-e6b884493c17-fce9974f, #w-node-_40a265ed-b21f-cd96-f19d-9e0590c9cc31-fce99751 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ae3c0935-a8e1-e33a-52e1-31f4ca4dd79d-fce99753 {
    order: -9999;
  }

  #w-node-_7dacef9a-21ff-3ccc-3ea2-97585038777e-fce99753, #w-node-_5686c67e-5df6-90cf-fb18-4b160bd5b965-0bd5b964, #sub-heading.w-node-_1a8d8eda-02c2-f13a-3f96-eef4ea2f3732-ddce139e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_73db721b-b691-beda-29fd-2ee294e77f9e-94e77f99, #w-node-_73db721b-b691-beda-29fd-2ee294e77fa3-94e77f99 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ff24fd2a-30c9-86fe-88e0-08f723f326b6-fce9974b {
    justify-self: start;
  }

  #w-node-_751df56b-eeb9-b54b-eaaf-291cb049eb7c-fce9974b {
    justify-self: end;
  }

  #w-node-_3903abcc-033d-a023-d8e6-080ce7a8cde4-fce9974b {
    order: 9999;
  }

  #w-node-ff24fd2a-30c9-86fe-88e0-08f723f326b6-fce9974d {
    justify-self: start;
  }

  #w-node-_751df56b-eeb9-b54b-eaaf-291cb049eb7c-fce9974d {
    justify-self: end;
  }

  #w-node-_3903abcc-033d-a023-d8e6-080ce7a8cde4-fce9974d {
    order: 9999;
  }
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}