.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.background-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.6)), url('../images/Captura-de-pantalla-2022-02-08-145912.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.menu-sabe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Captura-de-pantalla-2022-02-08-144152.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Captura-de-pantalla-2022-02-08-144152.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu-sabe:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/Captura-de-pantalla-2022-02-08-144152.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/Captura-de-pantalla-2022-02-08-144152.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu-sabe.desaynos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Captura-de-pantalla-2022-02-08-201524.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Captura-de-pantalla-2022-02-08-201524.jpg');
  background-position: 0px 0px, 50% 50%;
}

.menu-sabe.desaynos:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 50%, 0.3)), to(hsla(0, 0%, 50%, 0.3))), url('../images/Captura-de-pantalla-2022-02-08-201524.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 50%, 0.3), hsla(0, 0%, 50%, 0.3)), url('../images/Captura-de-pantalla-2022-02-08-201524.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu-sabe.comidas {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Captura-de-pantalla-2022-02-08-201440.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Captura-de-pantalla-2022-02-08-201440.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu-sabe.comidas:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 50%, 0.3)), to(hsla(0, 0%, 50%, 0.3))), url('../images/Captura-de-pantalla-2022-02-08-201440.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 50%, 0.3), hsla(0, 0%, 50%, 0.3)), url('../images/Captura-de-pantalla-2022-02-08-201440.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu-sabe.meals {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Captura-de-pantalla-2022-02-08-201557.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Captura-de-pantalla-2022-02-08-201557.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu-sabe.meals:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 50%, 0.3)), to(hsla(0, 0%, 50%, 0.3))), url('../images/Captura-de-pantalla-2022-02-08-201557.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 50%, 0.3), hsla(0, 0%, 50%, 0.3)), url('../images/Captura-de-pantalla-2022-02-08-201557.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu-sabe.bebidas {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Captura-de-pantalla-2022-02-08-201504.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Captura-de-pantalla-2022-02-08-201504.jpg');
  background-position: 0px 0px, 50% 50%;
}

.menu-sabe.bebidas:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 50%, 0.3)), to(hsla(0, 0%, 50%, 0.3))), url('../images/Captura-de-pantalla-2022-02-08-201504.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 50%, 0.3), hsla(0, 0%, 50%, 0.3)), url('../images/Captura-de-pantalla-2022-02-08-201504.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.logo-sabe {
  width: 125px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.texto-menu-sabe {
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-sabe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.insta-link {
  margin-top: 20px;
}

.image-2 {
  width: 40px;
}

@media screen and (max-width: 991px) {
  .background-image {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-container {
    width: 90%;
  }

  .menu-sabe {
    width: 80%;
  }

  .logo-sabe {
    width: 125px;
    margin-top: 20px;
  }

  .image-2 {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .menu-sabe {
    width: 80%;
  }

  .logo-sabe {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .background-image {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-container {
    height: 75%;
  }

  .menu-sabe {
    width: 90%;
  }

  .logo-sabe {
    width: 100px;
    margin-top: 20px;
  }

  .texto-menu-sabe {
    font-size: 28px;
  }

  .link-block-sabe {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-2 {
    width: 40px;
  }
}