.nav-block {
  height: 60px;
  width: 100%;
}

.nav {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  max-height: 100vh;
  height: 1000px;
  box-shadow: 0 -5px 10px #000;
  transition: max-height var(--transition);
}
.nav__background {
  position: fixed;
  top: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
}
.nav__container {
  background-color: #fff;
  position: relative;
  height: 100%;
  padding: 3px 0px;
}

.nav__logo {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.nav__img {
  position: sticky;
  height: 100%;
  max-width: 180px;
}
.nav__icons-container {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  height: 60px;
  transform: translateX(100%);
  transition: transform var(--transition);
}
.nav__menu-container {
  height: 100%;
  width: 45px;
}
.nav__menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav__menu-img {
  height: 100%;
  padding: 10px;
  cursor: pointer;
}
.nav__menu-banner {
  height: calc(100vh - 60px);
  background-color: #fff;
  width: 200px;
  position: fixed;
  top: 60px;
  right: -204px;
  box-shadow: 5px 0 10px #000;
  clip-path: inset(0px 0px 0px -15px);
}
.nav__menu-ul {
  margin-top: 25px;
  margin-left: 15px;
}
.nav__menu-li {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.nav__menu-li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.nav__menu-li:hover {
  cursor: pointer;
}
.nav__menu-networks {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.nav__menu-networks-img-container {
  height: 25px;
  margin: 10px 8px;
}
.nav__menu-networks-img {
  height: 100%;
  width: 100%;
}
.nav__cart-container {
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: visibility var(--short-transition) ease-in-out,
    opacity var(--short-transition) ease-in-out;
}
.nav__cart {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav__cart-img {
  padding: 10px 2px 10px 16px;
  width: 45px;
  height: 100%;
}

#main {
  filter: brightness(1);
  padding-top: 60px;
  transition: filter 0.4s;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: inset 0px -5px 10px -10px #000;
}
.banner__title {
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #000;
  position: absolute;
  margin-top: 3vh;
}
.banner__h1 {
  font-size: 60px;
  margin: 10px 0;
}
.banner__p {
  font-style: italic;
  margin: 0 60px;
}

.banner__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.icon-audio {
  opacity: 0.6;
  position: absolute;
  width: 25px;
  align-self: flex-end;
  margin-bottom: 42px;
  margin-left: 27px;
  transition: opacity var(--short-transition);
}
.icon-audio:hover {
  opacity: 1;
  cursor: pointer;
}
.icon-audio__img-muted,
.icon-audio__img-unmuted {
  filter: drop-shadow(0 0 1px #000);
  width: 100%;
  position: absolute;
  align-self: flex-end;
}
.icon-audio__img-oculted {
  display: none;
}
.icon-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.icon-arrow__a {
  text-decoration: none;
}
.icon-arrow__img {
  color: #fff;
  font-size: 30px;
  width: 27px;
  height: 27px;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 1px #000);
  opacity: 1;
  animation: animatedArrow 1s ease 0s infinite normal forwards;
}
@keyframes animatedArrow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

#hr {
  position: absolute;
  transform: translateY(-60px);
  visibility: hidden;
}

.googleMaps {
  width: 100%;
  height: 300px;
}

#footer {
  text-align: center;
  font-size: small;
  color: #fff;
  height: auto;
  padding: 3px 0 10px 0;
  width: 100%;
  filter: brightness(1);
  background-color: rgb(48, 48, 48);
  transition: filter 0.4s;
}

.form {
  top: 20%;
  width: 250px;
  right: -250px;
  max-height: 65vh;
  border-radius: 7px 0 0 7px;
  background-color: #fff;
  position: fixed;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.form__ul {
  flex-grow: 1;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  color: #222;
}
.form__li {
  margin: 5px 0;
}
.form__li input:not([type='radio']) {
  width: 100%;
}
.form__li-sendForm {
  margin: 5px;
}

.information-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.order-container {
  width: 100%;
  max-width: 850px;
}

.localContenedor {
  position: relative;
}
.image-container {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.text-container {
  width: 65%;
  margin-top: 15px;
  margin-right: 5%;
}
.title {
  font-size: 30px;
}
.text {
  margin-top: 3px;
  text-align: justify;
}
.colonPhoto {
  height: 170px;
  width: 65%;
  margin-top: 78px;
  margin-right: 5%;
  filter: drop-shadow(7px 7px 12px #000);
  object-fit: cover;
  border-radius: 5px;
}
.number-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 30px;
  position: absolute;
  transform: translateX(-20px);
}
.number {
  font-size: 90px;
  font-weight: 900;
  color: #eee;
}

.rappi__container {
  margin: 5px 10px;
  border-radius: 20px;
  background-color: rgb(250, 61, 34);
  height: 100px;
  overflow: hidden;
  cursor: pointer;
}
.rappi__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
