.hero-container {
  position: static;
  top: 0px;
  margin-top: 75px;
}

.navbar {
  position: fixed;
  top: 112px;
  right: 0px;
  bottom: 112px;
  display: block;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.nav-links {
  margin-right: 0px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 200;
  letter-spacing: 1px;
}

.nav-links.w--current {
  color: #106745;
}

.nav-links.submenu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-links.submenu.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  display: block;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.line-1 {
  width: 100%;
  height: 3px;
  background-color: #106745;
}

.line-2 {
  width: 100%;
  height: 3px;
  background-color: #106745;
}

.line-3 {
  width: 100%;
  height: 3px;
  background-color: #106745;
}

.line-4 {
  width: 100%;
  height: 3px;
  background-color: #106745;
}

.line-5 {
  width: 100%;
  height: 3px;
  background-color: #106745;
}

.nav-links-2 {
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 20px;
  -webkit-transition: color 600ms ease, border 300ms ease;
  transition: color 600ms ease, border 300ms ease;
  font-family: Oswald, sans-serif;
  color: #e52027;
  font-size: 1.2em;
  line-height: 2px;
  font-weight: 300;
}

.nav-links-2:hover {
  border-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #106745;
  color: #106745;
  text-decoration: underline;
}

.nav-links-2.w--current {
  border-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #e52027;
  color: #e52027;
  font-size: 1.2em;
  font-weight: 300;
  text-decoration: underline;
}

.navbar-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 rgba(229, 32, 39, 0.8);
  background-color: hsla(0, 0%, 100%, 0.36);
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.dropdown-list.w--open {
  background-color: transparent;
}

.line-6 {
  width: 100%;
  height: 3px;
  background-color: #106745;
}

.container-slider-ingredientes {
  position: static;
  top: 75px;
}

.slider {
  height: 100vh;
}

.section {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-top: 0px;
  padding-bottom: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-quote {
  width: 80%;
  height: auto;
  margin-bottom: 0px;
  padding: 0px 15px;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  line-height: 27px;
  font-weight: 200;
  text-align: center;
}

.block-ingredientes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0px 25px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/MASA1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.block-ingredientes._2 {
  position: static;
  top: 75px;
  display: block;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('../images/MASA1_1.jpg');
}

.footer-container {
  position: static;
  left: 0px;
  top: 75px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 81px 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0e0f11;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-9 {
  width: 35%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.subtitulos-footer {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Oswald, sans-serif;
  color: #e52027;
  font-size: 1em;
  text-transform: uppercase;
}

.ubicaciones-links {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  color: #888787;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1px;
}

.texto-de-encuentranos {
  padding: 21px 0px;
  font-family: Oswald, sans-serif;
  color: #888787;
  font-size: 1em;
  font-weight: 200;
  text-align: justify;
  letter-spacing: 1.5px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.titulo-y-precio {
  display: block;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nombre-de-platillo {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  font-family: Oswald, sans-serif;
  color: #106745;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
}

.descripcion-platillo {
  margin-bottom: 9px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  font-size: 1em;
  font-weight: 200;
  text-align: justify;
}

.back-ground-pic-menu-2 {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/JE7A6444.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.container-entradas {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 30px 30px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.container-entradas._3 {
  position: static;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-entradas._1 {
  position: static;
}

.container-entradas._2 {
  position: static;
}

.container-entradas._4 {
  position: static;
  padding-top: 30px;
}

.container-entradas._9 {
  padding-top: 0px;
}

.container-entradas.foccacia {
  padding-top: 50px;
  padding-bottom: 50px;
}

._20-por-ciento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: 6px;
  margin-left: 0px;
  padding: 0px 10px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._20-por-ciento.subtitulo {
  padding-right: 40px;
}

.text-block-4 {
  margin-bottom: 14px;
  font-family: Oswald, sans-serif;
  color: #106745;
  font-size: 1.3em;
  font-weight: 500;
}

.type-of-foods-icons {
  margin-right: 3px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.type-of-foods-icons:hover {
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
}

.icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-description {
  padding-right: 4px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 0px;
}

.section-2 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/JE7A5760_optimizada.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-3 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/JE7A6403.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-4 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/CROSTINI-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-5 {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-quote-2 {
  display: block;
  width: 90%;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 200;
  text-align: justify;
  letter-spacing: 1px;
}

.section-6 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/JE7A6983.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.mobile-nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hamburger-menu-line-1 {
  width: 35px;
  height: 2px;
  background-color: #106745;
}

.hamburger-menu-line-2 {
  width: 35px;
  height: 2px;
  background-color: #106745;
}

.hamburger-menu-line-3 {
  width: 35px;
  height: 2px;
}

.line-2-1 {
  position: relative;
  top: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
}

.menu-button {
  display: block;
  width: 43px;
  height: 43px;
  margin-top: 14px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-7 {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/_CEM3906.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-8 {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 65px 60px 60px;
}

._333-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

._333-div:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-4 {
  background-color: transparent;
}

.paragraph-2 {
  font-family: Oswald, sans-serif;
  font-size: 1em;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
}

.titulos-manifesto {
  font-family: Oswald, sans-serif;
  color: #585858;
  font-size: 1.4em;
  line-height: 28px;
  font-weight: 400;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 31.062000000000012px;
  margin-left: 50.06200000000001px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-5 {
  color: #e52027;
}

.link-block {
  margin: 2px 8px;
}

.link-block:hover {
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
}

.nav-menu-5 {
  display: block;
  margin-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.98);
}

.nav-links-3 {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #e52027;
}

.nav-links-3.w--current {
  color: #106745;
}

.nav-links-3.verde {
  color: #106745;
}

.logo-container-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 20px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-10 {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/COVER.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-11 {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 1px;
  padding: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin: 0px 5px 0px 0px;
  padding-right: 24px;
  padding-bottom: 23px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-15 {
  width: 40%;
  margin-left: 5px;
  padding-right: 1px;
  padding-left: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.encuentranos-sub-title {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #106745;
  font-size: 1em;
  font-weight: 400;
}

.enviar-boton {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #106745;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 200;
}

.direcciones-containers {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.encuentranos-titulo {
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #106745;
  font-weight: 400;
}

.div-block-16 {
  width: 90%;
  margin-top: 30px;
  margin-left: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #106745;
}

.section-12 {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 39px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.links-encuentrenos {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Oswald, sans-serif;
  color: #106745;
  font-size: 1em;
  font-weight: 200;
}

.text-block-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.icon-5 {
  margin-top: auto;
  margin-bottom: auto;
}

.icon-6 {
  margin-top: auto;
  margin-bottom: auto;
}

.icon-7 {
  margin-top: auto;
  margin-bottom: auto;
}

.parrafo-encuentranos {
  width: 50%;
  font-family: Oswald, sans-serif;
  color: #106745;
  font-size: 1em;
  font-weight: 300;
  text-align: justify;
}

.dropdown-list-3.w--open {
  background-color: transparent;
}

.social-media-icons {
  padding-right: 7px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.social-media-icons:hover {
  -webkit-transform: scale(1.26);
  -ms-transform: scale(1.26);
  transform: scale(1.26);
}

.dropdown-list-6.w--open {
  background-color: transparent;
}

.dropdown-list-7.w--open {
  background-color: transparent;
}

.logo-container-home-page {
  margin-bottom: 0px;
}

.titulo-ubicaciones {
  overflow: visible;
  opacity: 0;
  -webkit-perspective: 1px;
  perspective: 1px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 2.2em;
  font-weight: 400;
}

.interaction-div {
  position: relative;
  top: 117px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.menu-button-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-menu-principal {
  left: 0px;
  top: 80px;
  right: 0px;
  z-index: 100;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.open-close-mask {
  position: absolute;
  top: 0px;
  right: 65px;
  bottom: 0px;
  overflow: hidden;
  width: 70px;
  height: 50px;
}

.menu {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.cerrar {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
}

.container-8 {
  position: relative;
  height: 60px;
  background-color: transparent;
}

.linea-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #106745;
}

.linea-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #106745;
}

.linea-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #106745;
}

.linea-2-1 {
  position: absolute;
  left: 0px;
  top: 19px;
  right: 0px;
  display: block;
  width: 0px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
}

.links-fixed-menu {
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
}

.links-fixed-menu:hover {
  border-bottom: 2px solid #106745;
}

.links-fixed-menu.w--current {
  color: #106745;
  font-weight: 300;
}

.nav-menu-7 {
  background-color: rgba(0, 0, 0, 0.14);
}

.dropdown-link {
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
}

.dropdown-link.w--current {
  color: #106745;
}

.pop-up-menu-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.pop-menu-icon-container {
  display: block;
  width: 55px;
  height: 55px;
  margin-left: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.linea-1-pop-up {
  position: relative;
  top: 16px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #106745;
}

.linea-2-pop-up {
  position: relative;
  top: 24px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1px;
  background-color: #106745;
}

.linea-3-pop-up {
  position: relative;
  top: 32px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #106745;
}

.pop-menu-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.pop-menu-links {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-style: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 3em;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
}

.pop-menu-links:hover {
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #38aa7d;
  color: #38aa7d;
}

.pop-menu-links.w--current {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Oswald, sans-serif;
  font-size: 3em;
  font-weight: 400;
  letter-spacing: 1px;
}

.pop-menu-links.w--current:hover {
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #38aa7d;
  color: #38aa7d;
  text-decoration: none;
}

.section-14 {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parrafos-home-page {
  width: 80%;
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  color: #504a4a;
  font-size: 1.1em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.headings-3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #106745;
  font-size: 1.9em;
  font-weight: 300;
}

.ingredientes-home {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/ANTIPASTO-VEGETARIANO-1.jpg');
  background-position: 50% 21%;
  background-size: cover;
  background-attachment: fixed;
}

.horno-home {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/la-fabbrica_6.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.tradicion-italiana {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/JE7A1543.jpg');
  background-position: 50% 39%;
  background-size: cover;
  background-attachment: fixed;
}

.boton-ingredientes {
  margin-top: 15px;
  border: 1px solid #106745;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Oswald, sans-serif;
  color: #106745;
  font-size: 1em;
  font-weight: 200;
  letter-spacing: 1px;
}

.boton-ingredientes:hover {
  background-color: #106745;
  opacity: 0.75;
  color: #fff;
  font-weight: 200;
  letter-spacing: 1px;
}

.slide-5 {
  background-image: url('../images/JE7A6216_optimizada.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

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

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

.slide-8 {
  background-image: url('../images/paprika-fruit-the-inside-of-the-peppers-the-grain-of-paprika.jpg');
  background-position: 50% 11%;
  background-size: cover;
}

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

.section-15 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/LaFabbrica_IG_PDC_Febrero_1200x1200px-06.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-16 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/olive-oil-968657_1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-17 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/PCOVER.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-18 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/JE7A6794.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-19 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/JE7A5943_optimizada.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-20 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/MASA2.jpg');
  background-position: 50% 63%;
  background-size: cover;
  background-attachment: fixed;
}

.section-21 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/JE7A3819-1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.slide-9 {
  background-image: url('../images/la-fabbrica_10.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

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

.div-block-25 {
  position: static;
  left: 0px;
  top: 72px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.text-block-6 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #e52027;
  font-size: 1em;
  text-align: center;
  letter-spacing: 0.5px;
}

.link-noise {
  color: #e52027;
}

.link-red-stamp-media {
  color: #e52027;
}

.form {
  margin-bottom: 1px;
}

.section-22 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/JE7A7043.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.horario {
  margin-top: 15px;
  font-family: Oswald, sans-serif;
  color: #888787;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1px;
}

.horario.domingo {
  margin-top: 10px;
}

.div-block-26 {
  position: static;
  left: 0px;
  top: 16px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 14px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.info-comida-container {
  height: auto;
  margin-top: 10px;
  padding-right: 25px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-iconos-de-comida {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-23 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/ANTIPASTO-VEGETARIANO1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.parrafos-extra {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-quote-4 {
  width: 80%;
  padding-right: 0px;
  padding-left: 30px;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 200;
  text-align: left;
}

.section-24 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/beer-2166004_1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-26 {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/PASTA-CON-CAMARONES.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.precios {
  padding-top: 10px;
  font-family: Oswald, sans-serif;
  color: #106745;
  font-size: 1em;
  font-weight: 300;
  text-transform: lowercase;
}

.container-postres {
  position: relative;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 30px 30px 20px;
  text-align: left;
}

.container-postres._1 {
  position: static;
}

.container-postres-2 {
  position: static;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 30px 30px 40px;
  text-align: left;
}

.text-block-7 {
  margin-top: 34px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #106745;
  text-align: center;
}

.link-block-3 {
  cursor: pointer;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.section-bebidas {
  position: static;
  top: 75px;
  height: 100vh;
  background-image: url('../images/cover_prostes.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.bebidas {
  padding: 40px 30px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._25-por-ciento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: 6px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video {
  height: 90vh;
}

html.w-mod-js *[data-ix="linea-1"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="linea-2"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="linea-3"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="linea-4"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="linea-5"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="linea-6"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="image-zoom"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="image-zoom-2"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="logo-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="menu-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="parrao-menu"] {
  opacity: 0;
  -webkit-transform: translate(0px, -147px);
  -ms-transform: translate(0px, -147px);
  transform: translate(0px, -147px);
}

html.w-mod-js *[data-ix="scroll-interaction"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="cerrar"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="close-word-on-load"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="pop-up-menu"] {
  display: block;
}

html.w-mod-js *[data-ix="pop-menu-container"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .slider {
    height: 100vh;
  }
  .section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-container {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .div-block-7 {
    width: 50%;
  }
  .div-block-8 {
    width: 50%;
  }
  .div-block-9 {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ubicaciones-links {
    color: #e6e6e6;
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 2px;
  }
  .texto-de-encuentranos {
    color: #e6e6e6;
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 1.5px;
  }
  .descripcion-platillo {
    font-family: Oswald, sans-serif;
    font-size: 1em;
    text-align: left;
  }
  .back-ground-pic-menu-2 {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .container-entradas {
    height: auto;
    padding: 31px 20px;
  }
  ._20-por-ciento {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._20-por-ciento.dont-expand {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._20-por-ciento.titulo {
    padding-right: 0px;
  }
  .icons-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon-description {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-2 {
    background-position: 0px 50%;
  }
  .section-3 {
    background-position: 100% 75%;
    background-size: cover;
  }
  .block-quote-2 {
    width: 100%;
    padding: 0px 0px 0px 17px;
    font-size: 1.1em;
    text-align: justify;
  }
  .section-6 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .mobile-nav-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    height: 75px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
  }
  .logo-mobile {
    width: 91px;
  }
  .logo-mobile.w--current {
    width: 90px;
  }
  .hamburger-menu-line-1 {
    position: absolute;
    left: 0px;
    top: 10px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 35px;
    height: 2px;
    margin: 0px auto;
    background-color: #106745;
    color: #106745;
  }
  .hamburger-menu-line-1.roja {
    background-color: #e52027;
  }
  .hamburger-menu-line-2 {
    position: absolute;
    left: 0px;
    top: 20px;
    right: 0px;
    z-index: 1;
    display: block;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #106745;
  }
  .hamburger-menu-line-2.roja {
    background-color: #e52027;
  }
  .hamburger-menu-line-3 {
    position: absolute;
    left: 0px;
    top: 30px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #106745;
  }
  .hamburger-menu-line-3.roja {
    background-color: #e52027;
  }
  .line-2-1 {
    position: absolute;
    left: 0px;
    top: 19px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0px;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #106745;
  }
  .line-2-1.roja {
    border-color: #e52027;
  }
  .menu-button {
    width: 43px;
    height: 43px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .container-5 {
    padding-right: 0px;
  }
  .nav-link-mobile {
    background-color: transparent;
    font-family: Oswald, sans-serif;
    color: #106745;
    text-align: right;
  }
  .nav-link-mobile.w--current {
    color: #e52027;
    text-align: right;
    text-decoration: underline;
  }
  .nav-link-mobile.rojo {
    color: #e52027;
  }
  .nav-link-mobile.verde {
    font-size: 1.3em;
    font-weight: 300;
  }
  .nav-link-mobile.verde.w--current {
    color: #106745;
    font-weight: 400;
  }
  .nav-menu-3 {
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  .section-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._333-div {
    width: auto;
  }
  .section-10 {
    background-position: 50% 50%;
  }
  .section-11 {
    padding: 60px 26px;
  }
  .div-block-14 {
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-15 {
    display: block;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .titulo-ubicaciones {
    opacity: 0.51;
    font-size: 1.9em;
    text-align: center;
  }
  .dropdown-list-8.w--open {
    background-color: transparent;
  }
  .dropdown-list-9.w--open {
    background-color: transparent;
    text-align: right;
  }
  .dropdown-list-10.w--open {
    background-color: transparent;
  }
  .pop-up-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pop-menu-container {
    display: none;
  }
  .pop-menu-links {
    font-size: 2em;
  }
  .pop-menu-links.w--current {
    font-size: 2em;
  }
  .parrafos-home-page {
    width: 90%;
    text-align: justify;
  }
  .section-18 {
    background-position: 50% 50%;
  }
  .slider-2 {
    position: static;
  }
  .div-block-25 {
    position: static;
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .text-block-6 {
    letter-spacing: 0.5px;
  }
  .horario {
    color: #e6e6e6;
  }
  .info-comida-container {
    height: auto;
    padding-bottom: 15px;
  }
  .container-iconos-de-comida {
    display: none;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px 0px 0px 211px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .block-quote-4 {
    text-align: left;
  }
  .precios {
    padding-top: 0px;
  }
  .container-postres {
    height: auto;
    padding: 31px 20px;
  }
  .container-postres._1 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .container-postres-2 {
    height: auto;
    padding: 31px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bebidas {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-27 {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  ._25-por-ciento {
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .background-video {
    height: 80vh;
  }
}

@media (max-width: 767px) {
  .slider {
    height: 100vh;
  }
  .section {
    height: 100%;
    padding: 70px 40px;
  }
  .block-quote {
    padding-top: 0px;
  }
  .block-ingredientes {
    display: block;
  }
  .block-ingredientes._2 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .footer-container {
    padding: 82px 30px 50px;
  }
  .div-block-7 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-9 {
    padding-right: 40px;
    padding-left: 10px;
    text-align: center;
  }
  .ubicaciones-links {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #e6e6e6;
    font-weight: 300;
  }
  .texto-de-encuentranos {
    color: #e6e6e6;
    font-weight: 300;
  }
  .titulo-y-precio {
    width: auto;
  }
  .nombre-de-platillo {
    margin-bottom: 0px;
  }
  .descripcion-platillo {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-left: 0px;
    font-family: Oswald, sans-serif;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .descripcion-platillo.ravioli {
    padding-top: 10px;
  }
  .back-ground-pic-menu-2 {
    background-attachment: fixed;
  }
  .container-entradas {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container-entradas._3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .container-entradas._1 {
    margin-top: 24px;
  }
  .container-entradas._2 {
    margin-top: 0px;
    padding-left: 60px;
  }
  .container-entradas._4 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .container-entradas._5 {
    margin-top: 0px;
  }
  .container-entradas._6 {
    margin-top: 0px;
  }
  .container-entradas._7 {
    margin-top: 0px;
  }
  .container-entradas._9 {
    margin-top: 0px;
  }
  .container-entradas.ensaladas {
    margin-top: 30px;
  }
  ._20-por-ciento {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 10px;
    margin-bottom: 3px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  ._20-por-ciento.picante {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-4 {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .icons-container {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-description {
    font-weight: 400;
  }
  .section-2 {
    background-position: 18% 50%;
    background-attachment: fixed;
  }
  .section-3 {
    background-attachment: fixed;
  }
  .section-4 {
    background-attachment: fixed;
  }
  .block-quote-2 {
    width: 100%;
    font-size: 1em;
    font-weight: 300;
    text-align: justify;
  }
  .section-6 {
    background-position: 50% 50%;
    background-attachment: fixed;
  }
  .logo-mobile {
    width: 90px;
  }
  .logo-mobile.w--current {
    width: 90px;
  }
  .hamburger-menu-line-1 {
    position: absolute;
    left: 0px;
    top: 10px;
    right: 0px;
    height: 2px;
    margin-bottom: 0px;
  }
  .hamburger-menu-line-2 {
    height: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hamburger-menu-line-3 {
    height: 2px;
    margin-top: 0px;
  }
  .line-2-1 {
    position: absolute;
    left: 0px;
    top: 19px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0px;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #106745;
  }
  .menu-button {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    width: 41px;
    height: 43px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .container-5 {
    display: block;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link-mobile {
    background-color: transparent;
    font-family: Oswald, sans-serif;
    color: #e52027;
    font-size: 1.1em;
    font-weight: 300;
  }
  .nav-link-mobile.w--current {
    color: #15c580;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: underline;
  }
  .nav-link-mobile.verde {
    color: #106745;
  }
  .nav-link-mobile.verde.w--current {
    font-weight: 400;
  }
  .nav-menu-3 {
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  .section-7 {
    background-position: 50% 50%;
    background-attachment: fixed;
  }
  .section-8 {
    margin: 40px;
  }
  .paragraph-2 {
    font-size: 1em;
  }
  .section-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 0px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-15 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: none;
  }
  .direcciones-containers {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-16 {
    margin-left: 0px;
  }
  .section-12 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .div-block-17 {
    width: auto;
  }
  .div-block-19 {
    width: 100%;
    padding-left: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .parrafo-encuentranos {
    width: 70%;
  }
  .section-14 {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .parrafos-home-page {
    width: 90%;
    font-size: 1em;
    text-align: justify;
  }
  .tradicion-italiana {
    background-position: 50% 44%;
  }
  .slider-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-25 {
    position: static;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .text-block-6 {
    letter-spacing: 0.5px;
  }
  .horario {
    color: #e6e6e6;
    font-weight: 300;
  }
  .div-block-26 {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .container-iconos-de-comida {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 67px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-24 {
    position: static;
  }
  .precios {
    font-weight: 400;
  }
  .precios._4-personas {
    margin-top: 10px;
  }
  .container-postres {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container-postres._1 {
    position: static;
    margin-top: 25px;
    padding-left: 60px;
  }
  .container-postres-2 {
    position: static;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-bebidas {
    position: static;
  }
  ._25-por-ciento {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 15px;
    margin-bottom: 3px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  ._25-por-ciento.vacio {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-9 {
    display: block;
  }
  .background-video {
    height: 80vh;
  }
}

@media (max-width: 479px) {
  .container-slider-ingredientes {
    position: static;
    margin-top: 75px;
  }
  .slider {
    height: 100vh;
  }
  .section {
    position: static;
    padding-right: 19px;
    padding-left: 19px;
  }
  .block-quote {
    width: 90%;
    padding: 0px 0px 0px 32px;
    font-size: 1.1em;
  }
  .block-ingredientes {
    display: block;
  }
  .block-ingredientes._2 {
    position: static;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .footer-container {
    position: static;
    height: 100%;
    padding: 61px 25px 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .div-block-7 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-8 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subtitulos-footer {
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .ubicaciones-links {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #e6e6e6;
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
  }
  .texto-de-encuentranos {
    color: #e6e6e6;
    font-weight: 300;
  }
  .titulo-y-precio {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .nombre-de-platillo {
    width: auto;
    margin-bottom: 0px;
    font-size: 1.1em;
  }
  .descripcion-platillo {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    font-family: Oswald, sans-serif;
    font-size: 1em;
    line-height: 20px;
    font-weight: 300;
    text-align: justify;
    letter-spacing: 1px;
  }
  .descripcion-platillo.ravioli {
    padding-right: 0px;
  }
  .back-ground-pic-menu-2 {
    position: static;
    margin-top: 0px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .container-entradas {
    position: static;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  .container-entradas._3 {
    position: static;
    padding: 31px 30px 30px;
  }
  .container-entradas._1 {
    position: static;
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-entradas._2 {
    position: static;
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-entradas._4 {
    position: static;
  }
  .container-entradas._9 {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-entradas.foccacia {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  ._20-por-ciento {
    margin: 15px 0px;
    padding-top: 0px;
    padding-right: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  ._20-por-ciento.vacio {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-block-4 {
    padding-left: 0px;
  }
  .icons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-description {
    font-size: 1em;
    font-weight: 300;
  }
  .section-2 {
    position: static;
    background-position: 47% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .section-3 {
    position: static;
    background-position: 50% 29%;
    background-attachment: fixed;
  }
  .section-4 {
    position: static;
    background-size: cover;
    background-attachment: fixed;
  }
  .section-5 {
    position: static;
    padding-right: 15px;
    padding-left: 15px;
  }
  .block-quote-2 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1em;
    font-weight: 300;
    text-align: justify;
  }
  .section-6 {
    position: static;
    background-position: 62% 51%;
    background-attachment: fixed;
  }
  .logo-mobile {
    width: 80px;
    margin-top: 5px;
    padding-top: 0px;
  }
  .logo-mobile.w--current {
    width: 80px;
    margin-top: 5px;
    padding-top: 0px;
  }
  .container-5 {
    position: relative;
    display: block;
    height: 60px;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-menu-3 {
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  .section-7 {
    position: static;
    margin-top: 75px;
    background-position: 50% 96%;
    background-attachment: fixed;
  }
  .section-8 {
    position: static;
    margin-right: 2px;
    margin-left: 2px;
  }
  ._333-div {
    margin-right: 10px;
    margin-left: 10px;
  }
  .paragraph-2 {
    font-size: 1em;
  }
  .titulos-manifesto {
    text-align: center;
  }
  .section-10 {
    position: static;
    margin-top: 75px;
  }
  .section-11 {
    position: static;
    padding: 40px 10px;
  }
  .div-block-15 {
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .enviar-boton {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 1.2em;
  }
  .direcciones-containers {
    position: static;
  }
  .section-12 {
    position: static;
  }
  .div-block-19 {
    padding-left: 17px;
  }
  .text-field-form {
    font-family: Oswald, sans-serif;
  }
  .parrafo-encuentranos {
    width: auto;
    font-size: 0.9em;
  }
  .pop-up-menu-container {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pop-menu-icon-container {
    position: relative;
    margin-left: 17px;
  }
  .pop-menu-container {
    z-index: 99999;
    display: none;
  }
  .section-14 {
    position: static;
    height: auto;
    margin: 0px;
    padding: 60px 20px;
  }
  .parrafos-home-page {
    width: 100%;
    font-size: 1em;
    font-weight: 300;
    text-align: justify;
    letter-spacing: 1.5px;
  }
  .headings-3 {
    margin-bottom: 18px;
  }
  .ingredientes-home {
    position: static;
  }
  .horno-home {
    position: static;
  }
  .tradicion-italiana {
    position: static;
  }
  .slide-5 {
    background-position: 57% 50%;
  }
  .slide-6 {
    background-position: 35% 57%;
    background-size: cover;
  }
  .slide-7 {
    background-position: 74% 50%;
  }
  .slide-8 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .section-15 {
    position: static;
  }
  .section-16 {
    position: static;
  }
  .section-17 {
    position: static;
    background-position: 83% 50%;
  }
  .section-18 {
    position: static;
    background-position: 71% 50%;
  }
  .section-19 {
    position: static;
    background-position: 50% 50%;
    background-size: cover;
  }
  .section-20 {
    position: static;
  }
  .section-21 {
    position: static;
  }
  .div-block-25 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .text-block-6 {
    margin-bottom: 0px;
    font-size: 1em;
    letter-spacing: 0.5px;
  }
  .section-22 {
    position: static;
  }
  .horario {
    font-weight: 300;
    text-align: center;
  }
  .horario.domingo {
    text-align: center;
  }
  .div-block-26 {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .info-comida-container {
    margin-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .container-iconos-de-comida {
    position: static;
    padding-left: 30px;
  }
  .section-23 {
    position: static;
    background-attachment: fixed;
  }
  .parrafos-extra {
    position: static;
    padding-right: 15px;
    padding-left: 15px;
  }
  .block-quote-4 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.1em;
    font-weight: 300;
    text-align: justify;
  }
  .section-24 {
    position: static;
    background-position: 76% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-26 {
    position: static;
  }
  .precios {
    margin-top: 5px;
    padding-top: 0px;
    font-weight: 400;
  }
  .container-postres {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .container-postres._1 {
    position: static;
    padding-left: 20px;
  }
  .container-postres-2 {
    position: static;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .section-bebidas {
    position: static;
    background-position: 50% 50%;
  }
  .div-block-27 {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._25-por-ciento {
    margin: 15px 0px;
    padding-top: 0px;
  }
  .background-video {
    height: 70vh;
  }
}

@font-face {
  font-family: 'Arial narrow';
  src: url('../fonts/Arial-Narrow.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Arial narrow';
  src: url('../fonts/Arial-Narrow.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Signpainter';
  src: url('../fonts/SignPainter.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Signpainter';
  src: url('../fonts/SignPainter.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}