:root {
  --black: black;
  --red: #df342b;
  --white: white;
  --cadet-blue: #27aab3;
  --dark-slate-blue: #144295;
  --dark-magenta: #993591;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

a {
  text-decoration: none;
}

.body {
  background-image: url('../images/cube-wall-SMALL-AdobeStock_78494754.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  flex-direction: column;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.latin-nav-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image {
  width: 300px;
}

.nav-link {
  color: #df342b;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.nav-link-2 {
  color: var(--red);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.nav-link-2.w--current {
  color: var(--black);
}

.nav-link-3 {
  color: var(--red);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.latin-footer {
  width: 100%;
  max-width: 1920px;
  margin-top: auto;
}

.latin-menu-logo-div {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.image-2 {
  width: 40%;
  margin-top: 10px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.latin-order-button {
  background-color: var(--red);
  border-radius: 20px;
}

.latin-order-button1 {
  border: 3px solid var(--white);
  background-color: var(--red);
  border-radius: 20px;
  margin-left: auto;
  font-family: Bitter, serif;
  font-weight: 700;
  box-shadow: 3px 3px 10px #000;
}

.latin-order-button2 {
  border: 3px solid var(--white);
  background-color: var(--red);
  border-radius: 20px;
  margin-left: 10px;
  font-family: Bitter, serif;
  font-weight: 700;
  box-shadow: 3px 3px 10px #000;
}

.image-3 {
  width: 100px;
}

.latin-menu-app-div {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.latin-menu-app-img-div {
  width: auto;
}

.text-block {
  font-size: 20px;
}

.text-block-2 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.latin-menu-entree-div {
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.image-4 {
  width: auto;
  height: 75px;
}

.image-5 {
  height: 75px;
}

.latin-menu-small-type {
  font-size: 14px;
}

.latin-menu-price {
  color: var(--red);
}

.latin-menu-wraps-div {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.latin-menu-wraps-img-div {
  width: auto;
}

.image-6, .image-7, .image-8 {
  height: 300px;
}

.latin-menu-sandwiches-div {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.latin-menu-sandwiches-img-div {
  width: auto;
}

.latin-menu-sides-div {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.latin-menu-sides-img-div {
  width: auto;
}

.latin-menu-shakes-div, .latin-menu-desserts-div, .latin-menu-drinks-div {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.dropdown {
  border: 3px solid var(--white);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  box-shadow: 3px 3px 10px #000;
}

.dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-toggle.w--open {
  display: none;
}

.icon-3 {
  color: #fff;
}

.delivery-text-2 {
  color: #fff;
  font-family: Bitter, serif;
  font-size: 14px;
  line-height: 12px;
}

.dropdown-link-2 {
  color: #fff;
  text-align: center;
  background-color: #2e6b29;
}

.div-block {
  display: none;
}

.latin-order-button1-copy {
  border: 3px solid var(--white);
  background-color: var(--red);
  border-radius: 20px;
  margin-left: auto;
  font-family: Bitter, serif;
  font-weight: 700;
  box-shadow: 3px 3px 10px #000;
}

.dropdown-phone {
  border: 3px solid var(--white);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  box-shadow: 3px 3px 10px #000;
}

.dropdown-toggle-2 {
  border: 3px solid var(--white);
  background-color: var(--red);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 3px 3px 10px #000;
}

.text-block-3 {
  color: var(--white);
  font-family: Bitter, serif;
  font-weight: 700;
}

.icon-4 {
  color: var(--white);
}

.dropdown-link-3, .dropdown-link-4 {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  font-family: Bitter, serif;
  font-weight: 700;
}

.dropdown-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.dropdown-2-phone {
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 20px;
}

.latin-loc-h1 {
  color: var(--red);
  text-align: center;
  font-family: Bitter, serif;
  font-weight: 700;
}

.latin-hours-p {
  text-align: center;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 700;
}

.body-2 {
  background-image: url('../images/cube-wall-SMALL-AdobeStock_78494754.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.latin-menu-loc-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-sec {
  background-image: url('../images/Latin-American-Food-Group.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.taste-div {
  margin-left: 20px;
}

.link-block {
  background-image: url('../images/latin-red-paint.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-top: 26px;
  display: flex;
}

.menu-bn-h1 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.menu-items-sec {
  background-image: url('../images/latin-cuba-photo.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffffeb;
  border-radius: 13px;
  width: 75%;
  height: 400px;
  margin: 298px auto 72px;
}

.menu-items-slider-div {
  background-color: var(--white);
  border-radius: 14px;
  width: 75%;
  height: auto;
  margin: 291px auto 32px;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
}

.slider-left-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-right-div {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.slider-h1 {
  color: var(--red);
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.mariquitas-img {
  width: 100%;
  max-width: none;
  margin-right: 0;
  padding: 10px;
}

.slider-2-h1 {
  color: var(--red);
  text-align: center;
  font-family: Filsonpro;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.slider-2-food-img {
  margin-right: 0;
}

.slider-3-h1 {
  color: var(--red);
  text-align: center;
  font-family: Filsonpro;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.slider-3-food-img {
  margin-right: 10px;
}

.slider-4-h1 {
  color: var(--red);
  text-align: center;
  font-family: Filsonpro;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.slider-4-food-img {
  margin-right: 10px;
}

.slider-5-h1 {
  color: var(--red);
  text-align: center;
  font-family: Filsonpro;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.slider-5-food-img {
  margin-right: 10px;
}

.buziko-link {
  color: var(--black);
  text-align: center;
  margin-top: auto;
  padding: 33px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.review-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 75%;
  margin-top: 74px;
  margin-bottom: 38px;
}

.reviews-left-div {
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/latin-blue-paint.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 15px;
  margin-top: 61px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.reviews-h1 {
  color: var(--white);
  text-align: center;
  width: 60%;
  margin: auto 20px auto auto;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
}

.image-9 {
  width: 50%;
  max-width: none;
  position: absolute;
  inset: auto 0% 0% -15%;
}

.reviews-right-div {
  background-color: var(--white);
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.catering-section {
  background-image: url('../images/latin-catering-party.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  height: auto;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
}

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

.review1-img {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 31px;
}

.reviews-img-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image-10 {
  width: 75%;
  margin-top: 213px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  background-color: var(--cadet-blue);
  border-radius: 13px;
  width: 75%;
  height: auto;
  margin: 36px auto 73px;
}

.catering-h1 {
  color: var(--white);
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: Changa One, Impact, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 55px;
}

.catering-h1-smaller {
  font-family: Bitter, serif;
  font-size: 38px;
  font-weight: 700;
}

.loc-sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: flex;
  overflow: visible;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  border-radius: 13px 50px 13px 13px;
  width: 80%;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 10px 10px 10px 0;
}

.capitol-img-div {
  position: relative;
}

.map-h1 {
  z-index: 1000;
  color: var(--white);
  text-align: center;
  width: 55%;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
}

.car-img {
  z-index: 2000;
  position: absolute;
}

.car-img-tab, .car-img-phone {
  display: none;
  position: absolute;
}

.map-img {
  border-radius: 20px;
}

.image-11 {
  object-fit: fill;
  width: 110%;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto -6%;
}

.slide2-img, .slide3-img, .slide4-img, .slide5-img {
  width: 100%;
  max-width: none;
  margin-right: 0;
  padding: 10px;
}

.slider2-h1, .slider3-img, .slider3-h1, .slider4-h1, .slider5-h1 {
  color: var(--red);
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.social-media-sec {
  width: 100%;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 38px;
}

.latin-logo-footer-img {
  width: 400px;
}

.social-type-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  width: 50%;
}

.facebook-link {
  margin-top: 16px;
  margin-left: 40px;
  margin-right: 40px;
}

.facebook-img {
  width: 90px;
}

.insta-link {
  margin-top: 16px;
  margin-left: 40px;
  margin-right: 40px;
}

.insta-img {
  width: 90px;
}

.nav-link-gallery {
  color: var(--red);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.nav-link-gallery.w--current {
  color: var(--black);
}

.image-13, .image-14 {
  height: 300px;
}

.gallery {
  padding-top: 40px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-15 {
  height: 300px;
}

.gallery-2 {
  padding-top: 0;
  padding-bottom: 40px;
}

.gallery-2-copy {
  padding-top: 40px;
  padding-bottom: 40px;
}

.body-3 {
  background-image: url('../images/cube-wall-SMALL-AdobeStock_78494754.jpg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
}

.image-16 {
  width: 50%;
  height: 100%;
  margin: 10px auto;
}

.section {
  display: flex;
}

.specials-sec {
  background-color: var(--white);
  width: 100%;
  height: auto;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 75%;
  margin: 60px auto;
}

.daily-img {
  width: 50%;
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.spec-left-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  padding-right: 10px;
  display: flex;
}

.spec-h1 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.text-span {
  color: var(--red);
  font-family: Changa One, Impact, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.spec-p {
  text-align: center;
  margin-bottom: 40px;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.spec-h1-name {
  color: var(--red);
  font-family: Changa One, Impact, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.shrimp-yellow-img, .kabob-img {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.cuban-fried-rice-img {
  width: 60%;
  max-width: none;
  margin-top: 0;
}

.fricase-img {
  width: 80%;
  max-width: none;
  margin-top: 40px;
}

.camp-img {
  width: 80%;
  max-width: none;
}

.banner-div {
  z-index: 1000;
  background-color: #7f2630;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 15% 0% auto;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-magenta);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.grand-opening-img {
  margin: 25px auto 10px;
}

.hiring-link {
  position: absolute;
  inset: 0% 0% auto auto;
}

.wills-banner-heading-5 {
  color: #fff;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.pause-screen {
  z-index: 20000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: none;
  position: fixed;
  overflow: visible;
}

.image-17 {
  width: 50%;
}

@media screen and (min-width: 1920px) {
  .delivery-button, .delivery-text-2 {
    font-size: 1.5rem;
  }

  .body-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-h1 {
    font-size: 6rem;
    line-height: 6rem;
  }

  .grid-6 {
    width: 1200px;
  }

  .reviews-h1 {
    margin-left: 228px;
  }

  .image-9 {
    width: 48%;
    left: -2%;
  }

  .reviews-right-div {
    width: 100%;
  }

  .catering-h1 {
    width: 60%;
    font-size: 4rem;
    line-height: 4rem;
  }

  .catering-h1-smaller {
    font-size: 3rem;
    line-height: 3rem;
  }

  .map-h1 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .slider2-h1 {
    font-size: 6rem;
    line-height: 6rem;
  }

  .slider3-img {
    font-size: 5rem;
    line-height: 5rem;
  }

  .slider3-h1, .slider4-h1, .slider5-h1 {
    font-size: 6rem;
    line-height: 6rem;
  }

  .latin-logo-footer-img {
    width: 600px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 200px;
  }

  .nav-link {
    text-align: center;
    margin-top: 100px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .nav-link-2, .nav-link-3 {
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
  }

  .latin-order-button1, .latin-order-button2 {
    border-radius: 10px;
  }

  .dropdown {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .delivery-text-2 {
    font-size: 14px;
  }

  .dropdown-link-2 {
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 700;
  }

  .latin-order-button1-copy {
    border-radius: 10px;
  }

  .dropdown-phone {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon-5 {
    color: var(--red);
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .menu-items-slider-div {
    height: auto;
  }

  .slider-right-div {
    margin-bottom: 39px;
  }

  .slider-h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .buziko-link {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .reviews-h1 {
    font-size: 70px;
    line-height: 70px;
  }

  .image-9 {
    width: 300px;
  }

  .catering-h1 {
    width: 80%;
  }

  .grid-8 {
    padding-left: 10px;
  }

  .map-link-div {
    margin-top: 164px;
  }

  .map-h1 {
    width: 100%;
  }

  .car-img {
    display: none;
  }

  .car-img-tab {
    z-index: 2001;
    display: block;
  }

  .car-img-phone {
    display: none;
  }

  .slider2-h1, .slider3-img, .slider3-h1, .slider4-h1, .slider5-h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .div-block-3 {
    padding-top: 25px;
  }

  .nav-link-gallery {
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .image-16 {
    width: 75%;
  }

  .specials-sec {
    margin-bottom: 46px;
  }

  .grid-10 {
    width: 90%;
  }

  .daily-img {
    width: 75%;
  }

  .banner-div {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 180px;
  }

  .latin-order-button1 {
    text-align: center;
    width: auto;
  }

  .dropdown {
    margin-left: 10px;
    display: block;
  }

  .latin-order-button1-copy {
    text-align: center;
    width: 100px;
  }

  .dropdown-phone {
    margin-left: 10px;
    display: block;
  }

  .dropdown-toggle-2 {
    margin-left: 10px;
    padding-left: 10px;
  }

  .hero-sec {
    background-position: 50%;
  }

  .taste-div {
    margin-bottom: 203px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .placeholder-div {
    display: none;
  }

  .slider-right-div {
    margin-bottom: 33px;
  }

  .grid-6 {
    margin-top: 1px;
  }

  .reviews-left-div {
    background-position: 0%;
    background-size: cover;
    margin-top: 28px;
  }

  .reviews-h1 {
    width: 56%;
    height: 200px;
    margin-left: 124px;
    padding-top: 24px;
    padding-bottom: 22px;
    padding-right: 0;
    font-size: 3rem;
    line-height: 3rem;
  }

  .image-9 {
    width: 150px;
  }

  .review1-img {
    width: 80%;
  }

  .image-10, .div-block-2 {
    width: 85%;
  }

  .catering-h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .catering-h1-smaller {
    font-size: 32px;
  }

  .image-12 {
    width: 75%;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .gallery-2 {
    padding: 0 20px 40px;
  }

  .gallery-2-copy {
    padding: 40px 20px;
  }

  .image-16 {
    margin-top: 20px;
  }

  .specials-sec {
    margin-bottom: 0;
  }

  .banner-div {
    width: 60%;
  }

  .grid-14 {
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 479px) {
  .latin-nav-div {
    justify-content: space-between;
  }

  .latin-nav-logo-div {
    width: 80px;
    margin-right: 5px;
  }

  .image {
    width: auto;
  }

  .latin-menu-logo-div {
    margin-top: 10px;
  }

  .image-2 {
    width: 60%;
  }

  .grid {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .latin-order-button1 {
    margin-left: 0;
    padding: 5px;
    font-size: 12px;
    line-height: 15px;
    display: block;
  }

  .latin-order-button2 {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .latin-menu-app-div {
    margin-top: 0;
  }

  .text-block-2 {
    align-self: flex-start;
    font-size: 20px;
  }

  .image-4, .image-5 {
    height: 50px;
  }

  .image-6, .image-7, .image-8 {
    height: 200px;
  }

  .latin-menu-sides-div, .latin-menu-shakes-div, .latin-menu-desserts-div, .latin-menu-drinks-div {
    margin-top: 30px;
  }

  .dropdown {
    margin-left: 10px;
    display: none;
  }

  .dropdown-toggle {
    align-items: flex-start;
    padding-left: 5px;
    padding-right: 20px;
    display: flex;
  }

  .icon-3 {
    margin-right: 5px;
  }

  .div-block {
    align-items: center;
    display: flex;
  }

  .latin-order-button1-copy {
    padding: 5px;
    display: block;
  }

  .dropdown-phone {
    align-self: center;
    margin-left: 10px;
    display: none;
  }

  .dropdown-toggle-2 {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .icon-4 {
    margin-right: 10px;
  }

  .dropdown-2 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .dropdown-2-phone {
    display: block;
  }

  .grid-2 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .latin-loc-h1 {
    font-size: 30px;
  }

  .menu-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-sec {
    background-position: 50% 60%;
  }

  .taste-div {
    margin-bottom: 114px;
  }

  .link-block {
    height: auto;
  }

  .menu-bn-h1 {
    font-size: 30px;
    line-height: 32px;
  }

  .slider-right-div {
    margin-bottom: 29px;
  }

  .slider-h1 {
    font-size: 40px;
    line-height: 35px;
  }

  .slider-2-h1, .slider-3-h1, .slider-4-h1, .slider-5-h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .buziko-link {
    margin-top: 13px;
    padding-top: 10px;
    font-size: 12px;
  }

  .grid-6 {
    width: 90%;
    margin-top: 75px;
  }

  .reviews-left-div {
    margin-top: -1px;
    margin-left: -7px;
  }

  .reviews-h1 {
    width: 50%;
    height: auto;
    margin-left: 119px;
    padding-top: 47px;
    padding-bottom: 48px;
    font-size: 30px;
    line-height: 30px;
  }

  .image-9 {
    width: 130px;
    left: -3%;
  }

  .reviews-right-div, .catering-section {
    height: auto;
  }

  .review1-img {
    width: 100%;
  }

  .image-10 {
    margin-top: 50px;
  }

  .div-block-2 {
    height: auto;
    margin-top: 10px;
    margin-bottom: 53px;
  }

  .catering-h1 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .catering-h1-smaller {
    font-size: 20px;
    line-height: 25px;
  }

  .loc-sec {
    overflow: hidden;
  }

  .grid-8 {
    width: 90%;
    margin-bottom: 0;
  }

  .map-link-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 74px;
    display: flex;
    overflow: hidden;
  }

  .map-h1 {
    width: 85%;
    margin-top: 20px;
  }

  .car-img-tab {
    display: none;
  }

  .car-img-phone {
    z-index: 2002;
    width: 105%;
    max-width: none;
    display: block;
    top: 128px;
    bottom: auto;
  }

  .map-img {
    width: 120%;
    max-width: none;
  }

  .image-11 {
    object-fit: cover;
    width: 140%;
    height: 150px;
    left: -20%;
  }

  .slider2-h1, .slider3-img, .slider3-h1, .slider4-h1, .slider5-h1 {
    font-size: 40px;
    line-height: 35px;
  }

  .image-12 {
    width: 85%;
  }

  .facebook-link, .insta-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-16 {
    margin-top: 20px;
  }

  .grid-10 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .daily-img {
    width: 100%;
  }

  .spec-left-div {
    margin-left: 0;
    padding-right: 0;
  }

  .spec-h1 {
    font-size: 32px;
    line-height: 35px;
  }

  .banner-div {
    background-color: #fff;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .grid-14 {
    width: 100%;
  }

  .image-17 {
    width: 80%;
  }
}

#w-node-c116dafd-232b-133e-dd82-5f8788a8bfa4-34c1a546 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_8f45f4fb-f55b-c839-b30e-416434b11350-34c1a546, #w-node-_50d1ebc8-b088-1691-5195-8efd6a839b12-34c1a546, #w-node-b36572a5-1ae9-1066-e676-7d765214a3f0-34c1a546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41c66d32-d4da-60f2-2c3c-a4036173d0b8-34c1a546, #w-node-_0d03d216-a2fb-1fca-b0d6-e2de6312d773-34c1a546, #w-node-_3f3c4a67-291d-2da5-25c7-6637d0a9389e-34c1a546, #w-node-_3f3c4a67-291d-2da5-25c7-6637d0a938a5-34c1a546, #w-node-_8dbab8d1-d9ef-8cb8-f0bd-237a74911800-34c1a546, #w-node-_8dbab8d1-d9ef-8cb8-f0bd-237a74911807-34c1a546, #w-node-_89919a51-9be9-bf69-d54a-ea7390e4ed25-34c1a546, #w-node-_89919a51-9be9-bf69-d54a-ea7390e4ed2c-34c1a546, #w-node-_5c0ed58a-187b-f39a-981d-6823d4f97914-34c1a546, #w-node-_5c0ed58a-187b-f39a-981d-6823d4f9791b-34c1a546 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_16caec95-6ac2-24a9-8d82-73b8e192124d-34c1a546 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0871dec4-ad5b-c663-d8d5-deff0d5de393-34c1a546, #w-node-_8ca6b2f2-7cbc-1d1f-e12a-9acc7ccb86b9-34c1a546, #w-node-dee3657c-c32b-ac80-2fed-9a28c615986c-34c1a546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e38948a7-8ddf-fa7e-6e1b-22de700ba4c2-34c1a546, #w-node-_03cc17a3-cf6e-b66b-8526-7262ff8fa8b8-34c1a546 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3917f1e6-0ca2-c6ee-8f4d-7c23bed92058-34c1a546, #w-node-daf516a4-ef29-6c18-4589-3d8dd58cebe5-34c1a546 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_666f3e1f-6d90-61a0-acbf-62b3a460ce9a-34c1a546, #w-node-_6427a7b0-4017-e35c-68fb-14416d104b8b-34c1a546, #w-node-f1c3c84c-7b67-658e-b1f0-1d316a73e236-34c1a546, #w-node-ba2f8013-e575-e292-850d-63073874ed3b-34c1a546 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#menu-loc.w-node-cf1e434f-aaf5-60de-66ac-0c1b0df3a313-0df3a311 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  justify-self: center;
}

#w-node-cf1e434f-aaf5-60de-66ac-0c1b0df3a31e-0df3a311 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba6ff30d-1892-17bc-3c2e-4877497b725d-6717b225 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_41c66d32-d4da-60f2-2c3c-a4036173d0b8-34c1a546 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d03d216-a2fb-1fca-b0d6-e2de6312d773-34c1a546 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_3f3c4a67-291d-2da5-25c7-6637d0a9389e-34c1a546 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3f3c4a67-291d-2da5-25c7-6637d0a938a5-34c1a546 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8dbab8d1-d9ef-8cb8-f0bd-237a74911800-34c1a546 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8dbab8d1-d9ef-8cb8-f0bd-237a74911807-34c1a546 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_89919a51-9be9-bf69-d54a-ea7390e4ed25-34c1a546 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_89919a51-9be9-bf69-d54a-ea7390e4ed2c-34c1a546 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_5c0ed58a-187b-f39a-981d-6823d4f97914-34c1a546 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5c0ed58a-187b-f39a-981d-6823d4f9791b-34c1a546 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-e38948a7-8ddf-fa7e-6e1b-22de700ba4c2-34c1a546 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_03cc17a3-cf6e-b66b-8526-7262ff8fa8b8-34c1a546 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_666f3e1f-6d90-61a0-acbf-62b3a460ce9a-34c1a546 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6427a7b0-4017-e35c-68fb-14416d104b8b-34c1a546 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f1c3c84c-7b67-658e-b1f0-1d316a73e236-34c1a546 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ba2f8013-e575-e292-850d-63073874ed3b-34c1a546 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_20058c1f-6fab-5bbe-b78c-795d1b53a4a8-b840b500, #w-node-fbbbe71a-be00-7f32-8c7d-b1237c0d06c4-b840b500 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8f45f4fb-f55b-c839-b30e-416434b11350-34c1a546, #w-node-b36572a5-1ae9-1066-e676-7d765214a3f0-34c1a546, #w-node-_0871dec4-ad5b-c663-d8d5-deff0d5de393-34c1a546, #w-node-dee3657c-c32b-ac80-2fed-9a28c615986c-34c1a546 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16caec95-6ac2-24a9-8d82-73b8e192124d-34c1a546 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ba6ff30d-1892-17bc-3c2e-4877497b725d-6717b225 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


