@font-face {
  font-family: Helveticanowdisplay Extblk;
  src: url('../fonts/HelveticaNowDisplay-ExtBlk.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  width: 70svh;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  width: 70svh;
}

.button.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_dropdown-list.w--open {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  padding: .5rem;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar3_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar3_tablet-menu-button {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_link {
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
}

.navbar3_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar3_dropdown-link {
  padding: .5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar3_logo-link {
  padding-left: 0;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_dropdown-list.w--open {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  padding: 8px;
  position: absolute;
}

.header1_content-left {
  position: static;
}

.header1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

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

.header1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.section_header1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.header1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.map, .map-2 {
  width: 500px;
}

.rectangle-9 {
  background-color: #a8a8a8;
}

.puntos-de-venta {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 62px;
  text-decoration: none;
}

.rectangle-10, .rectangle-11, .rectangle-12 {
  background-color: #a8a8a8;
}

.local-sector-ucm-34-oriente-1307-esquina-2-norte-talca {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .25rem;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
}

.local-plaza-de-la-independencia-22-norte-a-con-36-oriente-plaza-de-la-independencia-talca {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .25rem;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  display: inline-block;
}

.local-yerbas-buenas-yerbas-buenas-098-esquina-ramn-olate-linares, .foodtrailer-sotomayor-459-linares {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .25rem;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
}

.frame-1 {
  grid-column-gap: 10px;
  background-color: #141414;
  justify-content: center;
  align-items: center;
  width: 169px;
  height: 50px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.pedir {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 62px;
  text-decoration: none;
}

.frame-2 {
  grid-column-gap: 10px;
  background-color: #141414;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 50px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.locales {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 62px;
  text-decoration: none;
}

.frame-3 {
  grid-column-gap: 10px;
  background-color: #141414;
  justify-content: center;
  align-items: center;
  width: 169px;
  height: 50px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.foodtrailer {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 62px;
  text-decoration: none;
}

.local-sector-ucm-34-oriente-1307-esquina-2-norte-talca-2, .local-plaza-de-la-independencia-22-norte-a-con-36-oriente-plaza-de-la-independencia-talca-2, .local-yerbas-buenas-yerbas-buenas-098-esquina-ramn-olate-linares-2, .foodtrailer-sotomayor-459-linares-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
}

.pagina-mr-lister {
  -webkit-text-fill-color: inherit;
  background-color: #efa939;
  background-image: url('../images/patron.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #efa93900;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 24px;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 13px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 166px;
  margin-top: -15px;
  margin-bottom: -15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo-sin-fondo-bj-1 {
  object-fit: cover;
}

.foodpedir {
  grid-column-gap: 10px;
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-color: #141414;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  width: 169px;
  height: 50px;
  margin-top: 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.foodpedir:hover {
  background-color: #fe4229;
  outline-color: #6e6e6e;
  transform: rotate(-2deg);
}

.foodpedir.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  pointer-events: auto;
  cursor: pointer;
  mix-blend-mode: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.foodpedir.w--current:hover {
  pointer-events: auto;
  transform: scale3d(1none, 1none, 1none);
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowdisplay Extblk, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 62px;
  text-decoration: none;
}

.locales-2 {
  grid-column-gap: 10px;
  background-color: #141414;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 50px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.locales-2:hover {
  background-color: #fe4229;
  transform: rotate(-2deg);
}

.bienvenida {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 690px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container {
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 486px;
  padding: 0 24px;
  text-decoration: none;
  display: flex;
}

._2-columns {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 490px;
  display: flex;
}

.column-2 {
  grid-row-gap: 24px;
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 491px;
  padding: 24px;
  display: flex;
}

.column-3 {
  grid-row-gap: 17px;
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 491px;
  padding: 24px;
  display: flex;
}

.text-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowdisplay Extblk, Verdana, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 62px;
  text-decoration: none;
}

.talca-ucm {
  grid-column-gap: 10px;
  background-color: #141414;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 463px;
  height: 50px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.talca-ucm:hover {
  background-color: #fe4229;
  transform: rotate(-2deg);
}

.puntos-de-venta-2 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 630px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 600px;
  padding-left: 53px;
  padding-right: 53px;
  text-decoration: none;
  display: flex;
}

.titulo {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 660px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowdisplay Extblk, Verdana, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 62px;
  text-decoration: none;
}

.columns {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 410px;
  display: flex;
}

.mapa-ucm {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 377px;
  display: flex;
}

.mapa {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.mapa:hover {
  transform: none;
}

.image {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.info {
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 8px;
  text-decoration: none;
  display: flex;
}

.local-sector-ucm-34-oriente-1307-esquina-2-norte-talca-3 {
  font-family: Helveticanowdisplay Extblk, Verdana, sans-serif;
  line-height: 14px;
}

.mapa-plaza-ind {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 378px;
  display: flex;
}

.mapa-linares-yb {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 376px;
  display: flex;
}

.info-2 {
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 9px 10px 8px;
  text-decoration: none;
  display: flex;
}

.foodtrailer-2 {
  background-image: url('../images/FOODTRAILER.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 678px;
  min-height: 678px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container-3 {
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 40px;
  text-decoration: none;
  display: flex;
}

._2-columns-2 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-row-gap: 24px;
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.column-5 {
  grid-row-gap: 12px;
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  padding: 24px 0 24px 20px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: -18px;
  font-family: Helveticanowdisplay Extblk, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.ahora-en-tu-evento {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowdisplay Extblk, Verdana, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 62px;
  text-decoration: none;
}

.contactanos {
  grid-column-gap: 0px;
  background-color: #efa939;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 463px;
  height: 50px;
  margin-top: 9px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.contactanos:hover {
  background-color: #fe4229;
  transform: rotate(-2deg);
}

.local-sector-ucm-34-oriente-1307-esquina-2-norte-talca-0 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.local-sector-ucm-34-oriente-1307-esquina-2-norte-talca-1 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.plaza-de-la-independencia-22-norte-a-con-36-oriente-plaza-de-la-independencia-talca-0 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.slider {
  -webkit-text-fill-color: inherit;
  background-color: #a2595900;
  background-clip: content-box;
  width: 500px;
  height: 491px;
}

.slide {
  background-image: url('../images/IMAGEN-INICIO.png');
  background-position: 50%;
  background-size: auto;
}

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

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

.image-3 {
  position: fixed;
  inset: 16% 6% auto auto;
}

.image-3:hover {
  opacity: 1;
}

.image-4 {
  vertical-align: baseline;
  position: absolute;
  inset: 0% auto auto -10%;
}

.image-5 {
  order: 0;
  position: absolute;
  inset: 0% -10% auto auto;
  transform: scale(1.005);
}

.image-6 {
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% -5%;
}

.image-7 {
  box-sizing: border-box;
  float: none;
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto auto 155px;
  transform: scale(.6);
}

.image-8 {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto auto 374px;
  transform: translate(5px)scale(.7);
}

.section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  overflow: auto;
}

.div-block {
  background-image: url('../images/asas.png');
  background-position: 50%;
  background-size: auto;
  width: 1920px;
  max-width: 1140px;
  height: 500px;
}

.div-block-2 {
  width: 1140px;
  height: 300px;
}

.video {
  box-sizing: border-box;
  float: none;
  aspect-ratio: auto;
  object-fit: fill;
  width: 1140px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: 0% auto;
  overflow: visible;
}

.image-9 {
  box-sizing: border-box;
  object-fit: none;
}

.section-2 {
  background-image: url('../images/asas.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 700px;
  display: block;
  position: static;
  overflow: visible;
}

.container-4 {
  position: relative;
  top: 200px;
}

.siguenos-en-instagram {
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #000;
  text-align: center;
  vertical-align: middle;
  object-fit: fill;
  background-color: #fff;
  border-radius: 35px;
  max-width: 248px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  font-family: Helveticanowdisplay Extblk, Verdana, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: block;
  position: relative;
  inset: -164px auto auto;
}

.siguenos-en-instagram:hover {
  color: #fff;
  background-color: #fe4229;
  transform: rotate(-3deg);
}

.div-block-3 {
  order: 0;
  height: 700px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto auto 54% 0%;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 78% 562px auto;
  transform: rotate(-19deg);
}

.image-11 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto auto -106% 9%;
  transform: rotate(18deg);
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 15% auto auto 80%;
  transform: scale(1);
}

.image-13 {
  margin-top: -36px;
  margin-left: auto;
  margin-right: 34px;
  display: block;
  position: relative;
  inset: -15% 73% auto auto;
  transform: rotate(12deg);
}

.image-14 {
  display: block;
  position: relative;
  inset: -185px -22% auto auto;
  transform: rotate(-15deg);
}

.image-15 {
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  inset: 2520px auto 0% 4%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-15deg);
}

@media screen and (max-width: 991px) {
  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .menu-icon3_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_menu {
    z-index: 1;
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .menu-icon3_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon3_line-top {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .navbar {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .bienvenida {
    height: 950px;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .container {
    height: 790px;
  }

  ._2-columns {
    flex-direction: column;
    align-items: center;
  }

  .column-2 {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .column-3 {
    justify-content: center;
    align-items: center;
    height: 350px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .puntos-de-venta-2 {
    height: 1100px;
  }

  .container-2 {
    grid-row-gap: 0px;
    height: 1100px;
  }

  .titulo {
    justify-content: flex-start;
    align-items: center;
  }

  .columns {
    grid-column-gap: 8px;
    grid-row-gap: 50px;
    flex-direction: column;
    flex: none;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: 900px;
    display: grid;
  }

  .mapa-ucm {
    justify-content: flex-start;
    align-items: center;
  }

  .foodtrailer-2 {
    background-image: linear-gradient(#000000a1, #000000a1), url('../images/FOODTRAILER.png');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  ._2-columns-2 {
    flex-direction: column;
    align-items: center;
  }

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

  .text-4, .ahora-en-tu-evento {
    text-align: center;
  }

  .slider {
    position: static;
  }

  .image-4, .image-5 {
    opacity: 0;
  }

  .section-2 {
    height: 500px;
  }

  .siguenos-en-instagram {
    max-width: 190px;
    padding: 40px 30px;
    font-size: 18px;
    line-height: 18px;
    top: -2px;
  }

  .div-block-3 {
    height: 500px;
    margin-top: 0;
  }

  .image-10 {
    bottom: 646px;
    right: -8%;
  }

  .image-12 {
    top: 37%;
    left: -7%;
  }

  .image-13 {
    margin-top: 289px;
    top: -61%;
    right: -3%;
  }
}

@media screen and (max-width: 767px) {
  .button.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .navbar3_component {
    min-height: 4rem;
  }

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

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .button-2.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .image-4 {
    left: -65%;
  }

  .image-5 {
    right: -65%;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .image-13 {
    margin-top: 349px;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .pagina-mr-lister {
    background-image: url('../images/patron.png');
    background-size: 500px;
  }

  .navbar {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    opacity: 1;
    pointer-events: auto;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #efa93900;
    border-radius: 0;
    flex-flow: row;
    flex: 1;
    order: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 2fr) 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: stretch center;
    align-self: center;
    place-items: center stretch;
    width: 100%;
    min-width: 0;
    height: 300px;
    margin: 10px auto 40px;
    padding: 10px 20px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .navbarcontainer {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: contain;
    grid-template-rows: .25fr;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: column dense;
    place-content: stretch center;
    place-items: center;
    max-width: 1300px;
    display: grid;
  }

  .column, .logo-sin-fondo-bj-1 {
    box-sizing: border-box;
    object-fit: scale-down;
  }

  .foodpedir {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 500px;
    max-width: 160px;
    height: 40px;
    padding: 10px;
    display: flex;
  }

  .foodpedir.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: row;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 130px;
    height: 40px;
    display: flex;
  }

  .text {
    box-sizing: border-box;
    clear: none;
    aspect-ratio: auto;
    text-align: center;
    text-transform: none;
    text-overflow: clip;
    line-height: 18px;
  }

  .locales-2 {
    width: 130px;
  }

  .bienvenida {
    justify-content: center;
    align-items: center;
    height: 650px;
  }

  .container {
    justify-content: center;
    align-items: center;
    height: 700px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  ._2-columns {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    height: 90%;
  }

  .column-2 {
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    height: 270px;
    padding: 0 10px;
  }

  .column-3 {
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    height: 270px;
    padding: 0;
  }

  .text-2 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .talca-ucm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .puntos-de-venta-2 {
    height: 860px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 700px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .titulo {
    justify-content: center;
    align-items: center;
  }

  .text-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1.25fr) minmax(200px, 1.25fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: auto;
    place-items: center;
    height: 700px;
    display: grid;
  }

  .mapa-ucm {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 98%;
    height: 250px;
    display: flex;
    position: static;
  }

  .mapa {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    height: 250px;
    display: flex;
  }

  .image {
    width: 100%;
    height: 200px;
  }

  .info {
    padding: 10px 3px;
  }

  .mapa-plaza-ind, .mapa-linares-yb {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 98%;
    height: 250px;
  }

  .info-2 {
    padding: 10px 3px;
  }

  .foodtrailer-2 {
    background-color: #000;
    background-image: linear-gradient(#000000a1, #000000a1), url('../images/FOODTRAILER.png');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 400px;
    min-height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-5 {
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-4 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }

  .ahora-en-tu-evento {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .contactanos {
    margin-top: 0;
  }

  .local-sector-ucm-34-oriente-1307-esquina-2-norte-talca-0 {
    width: 100%;
    font-size: 16px;
  }

  .local-sector-ucm-34-oriente-1307-esquina-2-norte-talca-1 {
    width: 100%;
    font-size: 8px;
    line-height: 9px;
  }

  .plaza-de-la-independencia-22-norte-a-con-36-oriente-plaza-de-la-independencia-talca-0 {
    font-size: 16px;
    line-height: 16px;
  }

  .image-2 {
    display: none;
  }

  .slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 600px;
    display: flex;
  }

  .slide {
    object-fit: scale-down;
    background-size: cover;
  }

  .mask {
    object-fit: cover;
    width: 350px;
    height: 300px;
  }

  .image-4, .image-5 {
    opacity: 0;
  }

  .image-6 {
    bottom: 8%;
  }

  .image-7 {
    transform: scale(.7);
  }

  .section-2 {
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .siguenos-en-instagram {
    max-width: 160px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 16px;
    top: -35px;
    transform: scale(1.2)translate(0, -43px);
  }

  .siguenos-en-instagram:hover {
    transform: translate(0, -59px)scale(1.3)rotate(-3deg);
  }

  .div-block-3 {
    width: 100%;
    height: 280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, -38px)scale(.7);
  }

  .image-10 {
    opacity: 0;
    position: absolute;
    inset: 26% -20% auto auto;
    transform: scale(.5)rotate(-19deg);
  }

  .image-12 {
    opacity: 0;
    top: 13%;
    left: -66%;
  }

  .image-13 {
    opacity: 0;
    max-width: 12%;
    margin-top: 882px;
    top: auto;
    right: auto;
    overflow: visible;
  }

  #w-node-ed1e1c88-d0eb-9443-e540-135f180f1d54-aa3706b7, #w-node-aceff058-7241-ee7f-e63d-6fc63b7790d4-aa3706b7, #w-node-cb49c1f4-da01-9f88-170e-a48463323160-aa3706b7 {
    order: 9999;
  }

  #w-node-ed1e1c88-d0eb-9443-e540-135f180f1d76-aa3706b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Helveticanowdisplay Extblk';
  src: url('../fonts/HelveticaNowDisplay-ExtBlk.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}