html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  background: rgb(242, 252, 228);
  background: radial-gradient(circle, rgb(242, 252, 228) 0%, rgb(235, 246, 221) 30%, rgb(234, 245, 219) 70%, rgb(229, 241, 214) 100%);
}

p {
  font-size: 2rem;
  line-height: 1.5;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0 0 5rem 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.contenedor-header {
  width: 100%;
  height: 73rem;
  margin: 0;
}

.contenedor-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: url("../../../build/img/headerFondo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  filter: drop-shadow(0.5px 0.5px 8px rgb(0, 0, 0));
}
.contenedor-nav .barra-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  height: 10rem;
}
.contenedor-nav .barra-nav picture {
  width: 14.5rem;
  height: auto;
  margin: 0;
  cursor: pointer;
  filter: drop-shadow(0.8px 0.8px 5px rgb(0, 0, 0));
  transform: scale(1);
  transition: transform 0.5s;
}
.contenedor-nav .barra-nav picture:hover {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.contenedor-nav .barra-nav .navegacion {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 48rem;
}
.contenedor-nav .barra-nav .navegacion a {
  font-family: "Lilita One", sans-serif;
  font-size: 1.9rem;
  font-weight: lighter;
  color: #446328;
  position: relative;
  background-color: transparent;
  border-radius: 2rem;
  padding: 1rem;
  text-shadow: 1px 1px 1.5px #446328;
}
.contenedor-nav .barra-nav .navegacion a:hover {
  color: white;
  background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
}
.contenedor-nav .header-titulo-contenedor {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 19rem;
  margin: 2rem 0 0 0;
}
.contenedor-nav .header-titulo-contenedor .header-titulo {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Chewy", system-ui;
  color: white;
  font-size: 5.5vw;
  text-align: center;
  letter-spacing: 4px;
  margin: 0;
  text-shadow: 2px 3px 2px #446328;
}
.contenedor-nav .header-titulo-contenedor .header-titulo .header-titulo-adornoiz {
  width: 4.4vw;
  height: auto;
  margin: 0 1.5rem 0 0rem;
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}
.contenedor-nav .header-titulo-contenedor .header-titulo .header-titulo-adornoder {
  width: 4.2vw;
  height: auto;
  margin: 0 0rem 0 0.5rem;
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}
.contenedor-nav .header-titulo-contenedor .header-subtexto {
  font-family: "League Spartan", sans-serif;
  font-weight: bold;
  letter-spacing: 5px;
  color: white;
  font-size: 2vw;
  text-align: center;
  margin: 0;
  text-shadow: 3px 3px 2px #F2CB07;
}

@media (max-width: 1250px) {
  .contenedor-header, .contenedor-nav {
    width: 100%;
    height: 60rem;
    margin: 0;
  }
  .contenedor-nav .barra-nav picture {
    width: 14vw;
  }
  .contenedor-nav .barra-nav .navegacion a {
    font-size: 1.9rem;
  }
  .contenedor-nav .header-titulo-contenedor {
    width: 100%;
    height: 13rem;
    margin: 0.5rem auto 0 auto;
  }
  .contenedor-nav .header-titulo-contenedor .header-titulo .header-titulo-adornoiz {
    width: 4.4vw;
  }
  .contenedor-nav .header-titulo-contenedor .header-titulo .header-titulo-adornoder {
    width: 3.9vw;
  }
}
@media (max-width: 1000px) {
  .contenedor-header, .contenedor-nav {
    width: 100%;
    height: 47rem;
    margin: 0;
  }
  .contenedor-nav .barra-nav picture {
    width: 14vw;
  }
  .contenedor-nav .barra-nav .navegacion a {
    font-size: 1.8rem;
  }
  .contenedor-nav .header-titulo-contenedor {
    width: 80rem;
    height: 11rem;
    margin: 0rem auto 0 auto;
  }
}
@media (max-width: 850px) {
  .contenedor-header, .contenedor-nav {
    width: 100%;
    height: 40rem;
    margin: 0;
  }
  .contenedor-nav .barra-nav {
    width: 90%;
    height: 8rem;
  }
  .contenedor-nav .barra-nav picture {
    width: 13.5vw;
  }
  .contenedor-nav .barra-nav .navegacion {
    width: 48rem;
  }
  .contenedor-nav .barra-nav .navegacion a {
    font-size: 1.6rem;
  }
  .contenedor-nav .header-titulo-contenedor {
    width: 60rem;
    height: 8rem;
    margin: 0rem auto 0 auto;
  }
  .contenedor-nav .header-titulo-contenedor .header-titulo {
    font-size: 5vw;
  }
  .contenedor-nav .header-titulo-contenedor .header-titulo .header-titulo-adornoiz {
    width: 4vw;
    margin: 0 1vw 0 0rem;
    filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
  }
  .contenedor-nav .header-titulo-contenedor .header-titulo .header-titulo-adornoder {
    width: 4vw;
    margin: 0 0rem 0 0.2vw;
    filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
  }
  .contenedor-nav .header-titulo-contenedor .header-subtexto {
    font-size: 2vw;
    text-shadow: 1.2px 1.2px 0.7px #F2CB07;
  }
}
@media (max-width: 600px) {
  .contenedor-header, .contenedor-nav {
    width: 100%;
    height: 55vw;
    margin: 0;
  }
  .contenedor-nav .barra-nav {
    width: 90%;
    height: 6.2rem;
  }
  .contenedor-nav .barra-nav picture {
    width: 14vw;
  }
  .contenedor-nav .barra-nav .navegacion {
    width: 37rem;
  }
  .contenedor-nav .barra-nav .navegacion a {
    font-size: 1.3rem;
  }
  .contenedor-nav .header-titulo-contenedor {
    width: 45rem;
    height: 6rem;
    margin: 0rem auto 0 auto;
  }
  .contenedor-nav .header-titulo-contenedor .header-titulo {
    font-size: 4.85vw;
  }
  .contenedor-nav .header-titulo-contenedor .header-subtexto {
    font-size: 2.2vw;
  }
}
@media (max-width: 460px) {
  .contenedor-header, .contenedor-nav {
    width: 100%;
    margin: 0;
  }
  .contenedor-nav .barra-nav {
    width: 90%;
    height: 5.5rem;
  }
  .contenedor-nav .barra-nav picture {
    width: 14.5vw;
  }
  .contenedor-nav .barra-nav .navegacion {
    width: 31rem;
  }
  .contenedor-nav .barra-nav .navegacion a {
    font-size: 2.4vw;
  }
  .contenedor-nav .header-titulo-contenedor {
    width: 36rem;
    height: 3.5rem;
    margin: 0rem auto 0 auto;
  }
  .contenedor-nav .header-titulo-contenedor .header-titulo {
    font-size: 4.6vw;
  }
  .contenedor-nav .header-titulo-contenedor .header-subtexto {
    font-size: 2.2vw;
  }
}
.menu-contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 140rem;
  margin: 0;
}
.menu-contenedor .menu-descarga {
  width: 30rem;
  height: 7rem;
  border-radius: 10rem;
  border-style: none;
  background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
  margin: auto 0rem auto 0rem;
  color: white;
  font-size: 2.1rem;
  font-weight: lighter;
  filter: drop-shadow(10px 5px 15px rgba(0, 0, 0, 0.404));
  transform: scale(1);
  transition: transform 0.5s;
  font-family: "Lilita One", sans-serif;
}
.menu-contenedor .menu-descarga:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 0.5s;
}
.menu-contenedor .contenedor-menu-titulo {
  display: block;
  width: 40rem;
  height: 15rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10rem 0rem 8rem 0rem;
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}
.menu-contenedor .contenedor-menu-titulo .menu-titulo {
  font-family: "Lilita One", sans-serif;
  font-size: 5rem;
  font-weight: normal;
  text-align: center;
}

.menu-botones {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.menu-botones .tacoOff {
  border-style: none;
  border-radius: 0.5rem 3rem;
  cursor: pointer;
  background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
  background-color: rgba(58, 91, 31, 0.0392156863);
  transition: background-color 0.5s ease;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 18rem;
  height: 14rem;
}
.menu-botones .tacoOff p {
  font-family: "Lilita One", sans-serif;
  color: #446328;
  font-size: 1.7rem;
  font-weight: lighter;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0.2rem;
}
.menu-botones .tacoOff:hover {
  background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
  background-color: #446328;
  transition: background-color 0.2s ease;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}
.menu-botones .tacoOff:hover p {
  color: white;
}
.menu-botones .boton-img {
  margin: auto;
  width: 10rem;
  height: 14rem;
}
.menu-botones .empanadaOff {
  border-style: none;
  border-radius: 0.5rem 3rem;
  cursor: pointer;
  background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
  background-color: rgba(58, 91, 31, 0.0392156863);
  transition: background-color 0.5s ease;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 18rem;
  height: 14rem;
}
.menu-botones .empanadaOff p {
  font-family: "Lilita One", sans-serif;
  color: #446328;
  font-size: 1.7rem;
  font-weight: lighter;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0.2rem;
}
.menu-botones .empanadaOff:hover {
  background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
  background-color: rgba(58, 91, 31, 0.0392156863);
  transition: background-color 0.2s ease;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}
.menu-botones .empanadaOff:hover p {
  color: white;
}
.menu-botones .bebidaOff {
  border-style: none;
  border-radius: 0.5rem 3rem;
  cursor: pointer;
  background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
  background-color: rgba(58, 91, 31, 0.0392156863);
  transition: background-color 0.5s ease;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 18rem;
  height: 14rem;
}
.menu-botones .bebidaOff p {
  font-family: "Lilita One", sans-serif;
  color: #446328;
  font-size: 1.7rem;
  font-weight: lighter;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0.2rem;
}
.menu-botones .bebidaOff:hover {
  background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
  background-color: #446328;
  transition: background-color 0.2s ease;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}
.menu-botones .bebidaOff:hover p {
  color: white;
}
.menu-botones .paqueteOff {
  border-style: none;
  border-radius: 0.5rem 3rem;
  cursor: pointer;
  background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
  background-color: rgba(58, 91, 31, 0.0392156863);
  transition: background-color 0.5s ease;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 18rem;
  height: 14rem;
}
.menu-botones .paqueteOff p {
  font-family: "Lilita One", sans-serif;
  color: #446328;
  font-size: 1.7rem;
  font-weight: lighter;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0.2rem;
}
.menu-botones .paqueteOff:hover {
  background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
  background-color: #446328;
  transition: background-color 0.2s ease;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}
.menu-botones .paqueteOff:hover p {
  color: white;
}
.menu-botones .tacoOn {
  border-style: none;
  border-radius: 0.5rem 3rem;
  cursor: pointer;
  background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
  background-color: #446328;
  transition: background-color 0.5s ease;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 18rem;
  height: 14rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.menu-botones .tacoOn p {
  font-family: "Lilita One", sans-serif;
  color: white;
  font-size: 1.7rem;
  font-weight: lighter;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0.2rem;
}
.menu-botones .empanadaOn {
  border-style: none;
  border-radius: 0.5rem 3rem;
  cursor: pointer;
  background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
  background-color: #446328;
  transition: background-color 0.5s ease;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 18rem;
  height: 14rem;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}
.menu-botones .empanadaOn p {
  font-family: "Lilita One", sans-serif;
  color: white;
  font-size: 1.7rem;
  font-weight: lighter;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0.2rem;
}
.menu-botones .bebidaOn {
  border-style: none;
  border-radius: 0.5rem 3rem;
  cursor: pointer;
  background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
  background-color: #446328;
  transition: background-color 0.5s ease;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 18rem;
  height: 14rem;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}
.menu-botones .bebidaOn p {
  font-family: "Lilita One", sans-serif;
  color: white;
  font-size: 1.7rem;
  font-weight: lighter;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0.2rem;
}
.menu-botones .paqueteOn {
  border-style: none;
  border-radius: 0.5rem 3rem;
  cursor: pointer;
  background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
  background-color: #446328;
  transition: background-color 0.5s ease;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 18rem;
  height: 14rem;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}
.menu-botones .paqueteOn p {
  font-family: "Lilita One", sans-serif;
  color: white;
  font-size: 1.7rem;
  font-weight: lighter;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0.2rem;
}

.menu {
  margin: 10rem 0 10rem 0;
}
.menu .selector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 50rem;
  margin: 0;
  padding: 0;
}
.menu .selector p {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 500;
  font-family: "League Spartan", sans-serif;
  text-align: center;
  color: black;
}
.menu .selector h3 {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 550;
  font-family: "Lilita One", sans-serif;
  text-align: center;
  margin: 2rem 0 0.2rem 0;
  color: black;
}
.menu .titulo-item {
  margin: auto;
  padding: 2rem 0;
  font-size: 4rem;
  font-weight: 550;
  font-family: "Lilita One", sans-serif;
  text-align: center;
  color: black;
}
.menu .comida-lista {
  background-color: #F2CB07;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: auto;
  margin: auto auto;
  padding: 0;
}
.menu .contenedorInfo-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  border-radius: 0.5rem 5rem;
  width: 70%;
}

.seleccion-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: space-evenly;
  width: 97%;
  height: 80rem;
}

.fondo-imgMenu {
  display: block;
  width: 25%;
  height: auto;
  margin: auto;
}

@media (max-width: 1200px) {
  .menu-contenedor {
    width: 99vw;
    height: 165rem;
  }
  .menu-botones {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .menu-botones .boton-img {
    width: 7rem;
    height: 11rem;
  }
  .menu-botones .tacoOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 16rem;
    height: 14rem;
  }
  .menu-botones .tacoOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 1.6rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .empanadaOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 16rem;
    height: 14rem;
  }
  .menu-botones .empanadaOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 1.6rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .bebidaOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 16rem;
    height: 14rem;
  }
  .menu-botones .bebidaOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 1.6rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .paqueteOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 16rem;
    height: 14rem;
  }
  .menu-botones .paqueteOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 1.6rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .tacoOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 16rem;
    height: 14rem;
  }
  .menu-botones .tacoOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 1.6rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .empanadaOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 16rem;
    height: 14rem;
  }
  .menu-botones .empanadaOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 1.6rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .bebidaOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 16rem;
    height: 14rem;
  }
  .menu-botones .bebidaOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 1.6rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .paqueteOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 16rem;
    height: 14rem;
  }
  .menu-botones .paqueteOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 1.6rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .seleccion-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: space-evenly;
    width: 97%;
    height: 100rem;
  }
  .menu {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 10rem 0 10rem 0;
  }
  .menu .selector {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45rem;
    height: 50rem;
    margin: 0;
    padding: 0;
  }
  .menu .selector p {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "League Spartan", sans-serif;
    text-align: center;
    color: black;
  }
  .menu .selector h3 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 550;
    font-family: "Lilita One", sans-serif;
    text-align: center;
    margin: 2rem 0 0.2rem 0;
    color: black;
  }
  .menu .contenedorInfo-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100rem;
  }
  .fondo-imgMenu {
    width: 35rem;
  }
}
@media (max-width: 950px) {
  .menu-contenedor {
    width: 99%;
    height: 145rem;
  }
  .menu-contenedor .menu-descarga {
    margin: auto 0rem auto 0rem;
  }
  .menu-botones {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .menu-botones .boton-img {
    width: 5rem;
    height: 9rem;
  }
  .menu-botones .tacoOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 14rem;
    height: 12rem;
  }
  .menu-botones .tacoOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 1.5rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .empanadaOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 14rem;
    height: 12rem;
  }
  .menu-botones .empanadaOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 1.5rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .bebidaOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 14rem;
    height: 12rem;
  }
  .menu-botones .bebidaOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 1.5rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .paqueteOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 14rem;
    height: 12rem;
  }
  .menu-botones .paqueteOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 1.5rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .tacoOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 14rem;
    height: 12rem;
  }
  .menu-botones .tacoOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 1.5rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .empanadaOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 14rem;
    height: 12rem;
  }
  .menu-botones .empanadaOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 1.5rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .bebidaOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 14rem;
    height: 12rem;
  }
  .menu-botones .bebidaOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 1.5rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .paqueteOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 14rem;
    height: 12rem;
  }
  .menu-botones .paqueteOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 1.5rem;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .seleccion-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: space-evenly;
    width: 97%;
    height: auto;
  }
  .menu {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 10rem 0 10rem 0;
  }
  .menu .selector {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45rem;
    height: 50rem;
    margin: 0;
    padding: 0;
  }
  .menu .selector p {
    margin: 0;
    font-size: 1.5vw;
    font-weight: 500;
    font-family: "League Spartan", sans-serif;
    text-align: center;
    color: black;
  }
  .menu .selector h3 {
    margin: 0;
    font-size: 2.3vw;
    font-weight: 550;
    font-family: "Lilita One", sans-serif;
    text-align: center;
    margin: 2rem 0 0.2rem 0;
    color: black;
  }
  .menu .contenedorInfo-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 99%;
  }
  .fondo-imgMenu {
    width: 30rem;
  }
}
@media (max-width: 850px) {
  .menu-contenedor {
    width: 99%;
    height: 137rem;
  }
  .menu-descarga {
    width: 45vw;
    height: 7vw;
  }
}
@media (max-width: 650px) {
  .menu-contenedor {
    width: 99%;
    height: 195vw;
  }
  .menu-contenedor .menu-descarga {
    width: 45vw;
    height: 10vw;
    border-radius: 9rem;
    margin: auto 0rem auto 0rem;
    font-size: 3.1vw;
  }
  .menu-contenedor .contenedor-menu-titulo {
    width: 36.5rem;
    height: 10rem;
    margin: 6rem 0rem 4rem 0rem;
  }
  .menu-contenedor .contenedor-menu-titulo .menu-titulo {
    font-size: 6vw;
  }
  .menu-botones .boton-img {
    width: 9vw;
    height: 14vw;
  }
  .menu-botones .tacoOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 21vw;
    height: 17vw;
  }
  .menu-botones .tacoOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 2.1vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .empanadaOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 21vw;
    height: 17vw;
  }
  .menu-botones .empanadaOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 2.1vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .bebidaOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 21vw;
    height: 17vw;
  }
  .menu-botones .bebidaOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 2.1vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .paqueteOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 21vw;
    height: 17vw;
  }
  .menu-botones .paqueteOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 2.1vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .tacoOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 21vw;
    height: 17vw;
  }
  .menu-botones .tacoOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 2.1vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .empanadaOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 21vw;
    height: 17vw;
  }
  .menu-botones .empanadaOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 2.1vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .bebidaOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 21vw;
    height: 17vw;
  }
  .menu-botones .bebidaOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 2.1vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .paqueteOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 21vw;
    height: 17vw;
  }
  .menu-botones .paqueteOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 2.1vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .seleccion-menu {
    width: 97%;
    height: 135vw;
  }
  .menu {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 7rem 0 1rem 0;
  }
  .menu .selector {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45rem;
    height: 75vw;
    margin: 0;
    padding: 0;
  }
  .menu .selector p {
    margin: 0;
    font-size: 1.5vw;
    font-weight: 500;
    font-family: "League Spartan", sans-serif;
    text-align: center;
    color: black;
  }
  .menu .selector h3 {
    margin: 0;
    font-size: 2.3vw;
    font-weight: 550;
    font-family: "Lilita One", sans-serif;
    text-align: center;
    margin: 2rem 0 0.2rem 0;
    color: black;
  }
  .menu .contenedorInfo-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 99%;
    margin: 0;
  }
  .menu .titulo-item {
    margin: 0 auto;
    padding: 2rem 0;
    font-size: 5vw;
  }
  .fondo-imgMenu {
    width: 42vw;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .menu-botones .boton-img {
    width: 9vw;
    height: 14vw;
  }
  .menu-botones .tacoOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 20vw;
    height: 17.5vw;
  }
  .menu-botones .tacoOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 1.8vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .empanadaOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 20vw;
    height: 17.5vw;
  }
  .menu-botones .empanadaOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 1.8vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .bebidaOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 20vw;
    height: 17.5vw;
  }
  .menu-botones .bebidaOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 1.8vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .paqueteOff {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(225deg, rgba(206, 222, 179, 0.625087535) 14%, rgba(185, 205, 158, 0.7399334734) 77%);
    background-color: rgba(58, 91, 31, 0.0392156863);
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 20vw;
    height: 17.5vw;
  }
  .menu-botones .paqueteOff p {
    font-family: "Lilita One", sans-serif;
    color: #446328;
    font-size: 1.8vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .tacoOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 20vw;
    height: 17.5vw;
  }
  .menu-botones .tacoOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 1.8vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .empanadaOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 20vw;
    height: 17.5vw;
  }
  .menu-botones .empanadaOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 1.8vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .bebidaOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 20vw;
    height: 17.5vw;
  }
  .menu-botones .bebidaOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 1.8vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .menu-botones .paqueteOn {
    border-style: none;
    border-radius: 0.5rem 3rem;
    cursor: pointer;
    background: linear-gradient(237deg, rgb(112, 163, 63) 0%, rgb(86, 129, 47) 50%, rgb(68, 99, 40) 100%);
    background-color: #446328;
    transition: background-color 0.5s ease;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 20vw;
    height: 17.5vw;
  }
  .menu-botones .paqueteOn p {
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 1.8vw;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .fondo-imgMenu {
    width: 39vw;
    margin: 0 auto;
  }
}
/*
        display: grid;
        grid-template-columns: repeat(2, 1fr); // 2 columnas 
        grid-template-rows: repeat(2, 1fr);    // 2 filas 
        justify-items: center;
        align-items: center;
       // gap: 10px;    
*/
.nosotros-contenedor {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  height: 100rem;
  margin: 0;
}
.nosotros-contenedor .nosotros-titulo {
  text-align: center;
  font-family: "Lilita One", sans-serif;
  font-size: 5rem;
  font-weight: normal;
  margin: 0 0 2rem 0;
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}

.nosotros {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 140rem;
  height: 60rem;
  margin: 0rem auto;
}
.nosotros .nosotros-imagen {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.nosotros .nosotros-imagen .nosotros-imgSandoval {
  width: 74rem;
  height: auto;
  margin: 0 2rem;
  filter: drop-shadow(5px 5px 20px rgb(0, 0, 0));
}
.nosotros .nosotros-info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 1.5rem;
  width: 50rem;
  height: 100%;
  margin: auto 2rem;
  background-color: #e6253a;
  border-radius: 1rem;
  text-align: center;
}
.nosotros .nosotros-info h2 {
  margin: 0;
  font-size: 4rem;
  font-weight: 550;
  font-family: "Lilita One", sans-serif;
  text-align: center;
  margin: 2rem 0 0.2rem 0;
  color: black;
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}
.nosotros .nosotros-info p {
  margin: 0;
  font-size: 2.3rem;
  font-weight: normal;
  font-family: "League Spartan", sans-serif;
  text-align: center;
  color: black;
}

@media (max-width: 1200px) {
  .nosotros-contenedor {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100rem;
    margin: 0;
  }
  .nosotros {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    height: 60rem;
  }
  .nosotros .nosotros-imagen {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .nosotros .nosotros-imagen .nosotros-imgSandoval {
    width: 48rem;
    height: auto;
    margin: 0 2rem;
    filter: drop-shadow(5px 5px 20px rgb(0, 0, 0));
  }
  .nosotros .nosotros-info {
    width: 50rem;
    height: 100%;
  }
  .nosotros .nosotros-info h2 {
    font-size: 3.5rem;
  }
  .nosotros .nosotros-info p {
    font-size: 1.9rem;
  }
}
@media (max-width: 850px) {
  .nosotros-contenedor {
    width: 100%;
    height: 75rem;
    margin: 5rem 0 10rem 0;
  }
  .nosotros-contenedor .nosotros-titulo {
    font-size: 6vw;
  }
  .nosotros {
    width: 100%;
    height: 50vw;
    justify-content: center;
  }
  .nosotros .nosotros-imagen {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .nosotros .nosotros-imagen .nosotros-imgSandoval {
    width: 51vw;
    height: auto;
    margin: 0 0.5rem;
  }
  .nosotros .nosotros-info {
    width: 50rem;
    height: 62vw;
    margin: 4rem 0.5rem 0 0.5rem;
  }
  .nosotros .nosotros-info h2 {
    font-size: 3.5vw;
  }
  .nosotros .nosotros-info p {
    font-size: 2.1vw;
  }
}
@media (max-width: 650px) {
  .nosotros-contenedor {
    width: 100%;
    height: 60rem;
    margin: 1vw 0 10vw 0;
  }
}
@media (max-width: 550px) {
  .nosotros-contenedor {
    width: 100%;
    height: 80vw;
    margin: 10vw 0 10vw 0;
  }
  .nosotros-contenedor .nosotros-titulo {
    font-size: 6vw;
  }
  .nosotros {
    width: 100%;
    height: 50vw;
    justify-content: center;
  }
  .nosotros .nosotros-imagen .nosotros-imgSandoval {
    width: 51vw;
    height: auto;
    margin: 0 0.5rem;
  }
  .nosotros .nosotros-info {
    width: 65vw;
    height: 62vw;
    margin: 5vw 1vw 0 1vw;
  }
  .nosotros .nosotros-info h2 {
    font-size: 3.5vw;
  }
  .nosotros .nosotros-info p {
    font-size: 2.1vw;
  }
}
@media (max-width: 410px) {
  .nosotros-contenedor {
    width: 100%;
    height: auto;
    margin: 22vw 0 22vw 0;
  }
  .nosotros-contenedor .nosotros-titulo {
    font-size: 6vw;
    margin-bottom: 5rem;
  }
}
@media (max-width: 350px) {
  .nosotros-contenedor {
    width: 100%;
    height: auto;
    margin: 45vw 0 30vw 0;
  }
  .nosotros-contenedor .nosotros-titulo {
    font-size: 6vw;
    margin-bottom: 5rem;
  }
}
.contenedor-ubicacion {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 80rem;
  margin: 0;
  background-color: #F2CB07;
}
.contenedor-ubicacion .ubicacion-titulo {
  display: block;
  width: 40rem;
  height: 10rem;
  margin: 8rem 0rem 10rem 0rem;
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}
.contenedor-ubicacion .ubicacion-titulo h1 {
  font-family: "Lilita One", sans-serif;
  font-size: 5rem;
  font-weight: normal;
  text-align: center;
}

.ubicacion {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 60rem;
  background-color: #F2CB07;
}
.ubicacion .ubicacion-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50rem;
  height: 50rem;
  padding: 1rem;
  background-color: #F2CB07;
  border-radius: 1rem;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.404));
}
.ubicacion .ubicacion-info h2 {
  font-family: "Lilita One", sans-serif;
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
}
.ubicacion .ubicacion-info h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  text-align: center;
}
.ubicacion .ubicacion-info .ubicacion-apartados {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.ubicacion .ubicacion-info .ubicacion-zona {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 4rem 0 0 0;
  width: 100%;
}
.ubicacion .ubicacion-info .ubicacion-zona p {
  font-family: "League Spartan", sans-serif;
  color: black;
  font-weight: bold;
}
.ubicacion .ubicacion-info .ubicacion-horario {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 4rem 0 0 0;
}
.ubicacion .ubicacion-info .ubicacion-horario p {
  font-family: "League Spartan", sans-serif;
  width: 50rem;
  color: black;
  font-weight: bold;
}
.ubicacion .ubicacion-info .material-symbols-outlined {
  color: #F2CB07;
  margin-right: 5rem;
  font-size: 7rem;
  background-color: black;
  border-radius: 10rem;
  padding: 0.7rem;
  font-variation-settings: "FILL" 0, "wght" 250, "GRAD" 200, "opsz" 48;
}
.ubicacion .ubicacion-mapa {
  width: 70rem;
  height: 50rem;
  border-radius: 1rem;
}

@media (max-width: 1200px) {
  .contenedor-ubicacion {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 80rem;
    margin: 0;
  }
  .ubicacion {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 60rem;
  }
  .ubicacion .ubicacion-info {
    width: 40rem;
    height: auto;
    padding: 1rem;
  }
  .ubicacion .ubicacion-info h2 {
    font-size: 3.9rem;
  }
  .ubicacion .ubicacion-info h3 {
    font-size: 2.4rem;
  }
  .ubicacion .ubicacion-info .ubicacion-apartados {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .ubicacion .ubicacion-info .ubicacion-zona {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 3.8rem 0 0 0;
    width: 100%;
  }
  .ubicacion .ubicacion-info .ubicacion-zona p {
    font-family: "League Spartan", sans-serif;
    color: black;
    font-weight: bold;
  }
  .ubicacion .ubicacion-info .ubicacion-horario {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 3.8rem 0 0 0;
  }
  .ubicacion .ubicacion-info .ubicacion-horario p {
    font-family: "League Spartan", sans-serif;
    width: 50rem;
    color: black;
    font-weight: bold;
  }
  .ubicacion .ubicacion-info .material-symbols-outlined {
    color: #F2CB07;
    margin-right: 5rem;
    font-size: 6rem;
    background-color: black;
    border-radius: 10rem;
    padding: 0.7rem;
    font-variation-settings: "FILL" 0, "wght" 250, "GRAD" 200, "opsz" 48;
  }
  .ubicacion .ubicacion-mapa {
    width: 50rem;
    height: 47.5rem;
    border-radius: 1rem;
  }
}
@media (max-width: 950px) {
  .contenedor-ubicacion {
    width: 100%;
    height: 70rem;
    margin: 0 0 0rem 0;
    padding-bottom: 5rem;
  }
  .ubicacion {
    width: 100%;
    height: 60rem;
  }
  .ubicacion .ubicacion-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40vw;
    height: 45vw;
    padding: 1rem;
  }
  .ubicacion .ubicacion-info h2 {
    font-size: 3.2vw;
    margin: 0;
  }
  .ubicacion .ubicacion-info h3 {
    text-align: center;
    font-size: 2.2vw;
    margin: 0;
  }
  .ubicacion .ubicacion-info .ubicacion-apartados {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .ubicacion .ubicacion-info .ubicacion-zona {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0vw 0 0 0;
    width: 100%;
  }
  .ubicacion .ubicacion-info .ubicacion-zona .horario {
    width: auto;
    height: auto;
  }
  .ubicacion .ubicacion-info .ubicacion-zona p {
    width: 20rem;
    margin: 0;
    font-size: 1.9vw;
  }
  .ubicacion .ubicacion-info .ubicacion-horario {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0vw 0 0 0;
  }
  .ubicacion .ubicacion-info .ubicacion-horario p {
    width: 20rem;
    margin: 0;
    font-size: 1.9vw;
  }
  .ubicacion .ubicacion-info .material-symbols-outlined {
    margin-right: 3vw;
    font-size: 5.5vw;
  }
  .ubicacion .ubicacion-mapa {
    width: 50vw;
    height: 47.5vw;
    border-radius: 1rem;
  }
}
@media (max-width: 750px) {
  .contenedor-ubicacion {
    width: 100%;
    height: 85vw;
    padding-bottom: 5vw;
  }
  .contenedor-ubicacion .ubicacion-titulo {
    width: 40rem;
    height: 7rem;
    margin: 8vw 0rem 12vw 0rem;
  }
  .contenedor-ubicacion .ubicacion-titulo h1 {
    font-size: 7vw;
  }
  .ubicacion .ubicacion-info {
    width: 40vw;
    height: 40vw;
    padding: 1rem;
  }
  .ubicacion .ubicacion-info h2 {
    font-size: 3.3vw;
  }
  .ubicacion .ubicacion-info h3 {
    font-size: 2.3vw;
  }
  .ubicacion .ubicacion-info .ubicacion-apartados {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .ubicacion .ubicacion-info .ubicacion-zona {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0vw 0 0 0;
    width: 100%;
  }
  .ubicacion .ubicacion-info .ubicacion-zona .horario {
    width: auto;
    height: auto;
  }
  .ubicacion .ubicacion-info .ubicacion-zona p {
    width: 20rem;
    margin: 0;
    font-size: 2.1vw;
  }
  .ubicacion .ubicacion-info .ubicacion-horario {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0vw 0 0 0;
  }
  .ubicacion .ubicacion-info .ubicacion-horario p {
    width: 20rem;
    margin: 0;
    font-size: 2.1vw;
  }
  .ubicacion .ubicacion-info .material-symbols-outlined {
    margin-right: 2vw;
    font-size: 5vw;
  }
  .ubicacion .ubicacion-mapa {
    width: 48vw;
    height: 42vw;
    border-radius: 1rem;
  }
}
.contenedor-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 25rem;
  background-color: #ADD284;
  background-image: image-set(url("../../../build/img/footerFondo.webp") 1x, url("../../../build/img/footerFondo.png") 1x);
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(0.8px 0.8px 5px rgb(0, 0, 0));
}
.contenedor-footer .contenedor-logo-footer {
  width: 25rem;
  height: auto;
  filter: drop-shadow(0.8px 0.8px 5px rgb(0, 0, 0));
}
.contenedor-footer .footer-titulo {
  font-size: 4rem;
  font-family: "Lilita One", sans-serif;
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}

.contenedor-contacto {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35rem;
  height: 100%;
}
.contenedor-contacto .contenedor-redes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 35rem;
  height: 17rem;
}
.contenedor-contacto .contenedor-redes .contenedor-logo-redes {
  width: 10rem;
  height: auto;
}
.contenedor-contacto .contenedor-redes .redes-logo {
  width: 100%;
  height: auto;
  filter: drop-shadow(0.8px 0.8px 2px rgb(0, 0, 0));
}

@media (max-width: 1000px) {
  .contenedor-footer {
    width: 100%;
    height: 28vw;
    background-image: image-set(url("../../../build/img/footerFondo.webp") 1x, url("../../../build/img/footerFondo.png") 1x);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contenedor-footer .contenedor-logo-footer {
    width: 30vw;
    height: auto;
  }
  .contenedor-footer .footer-titulo {
    font-size: 6vw;
  }
  .contenedor-contacto {
    align-items: center;
    justify-content: center;
    width: 45vw;
    height: 100%;
  }
  .contenedor-contacto .contenedor-redes {
    width: 100%;
    height: 20vw;
  }
  .contenedor-contacto .contenedor-redes .contenedor-logo-redes {
    width: 12vw;
    height: 10vw;
  }
  .contenedor-contacto .contenedor-redes .redes-logo {
    width: 100%;
    height: auto;
  }
}