@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css2?family=Patrick+Hand+SC&display=swap);

body {
  font-display: swap;
  background-color: #e5e5f7;
}

.resto_app_map {
  padding: 1rem 0;
}

.app_menu_title {
  font-family: "Patrick Hand SC", cursive;
  font-weight: 300;
  font-size: 24px;
  color: #333333;
  line-height: 1.4;
  /* text-transform: uppercase; */
}

.price_app {
  font-family: "Patrick Hand SC", cursive;
  font-size: 24px;
  font-weight: 400;
}

.lines {
  flex-grow: 1;
  height: 2px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url("../img/dash.png");
  background-repeat: repeat;
  margin-bottom: 0.7rem;
}

.ingredients_app {
  font-family: "Patrick Hand SC", cursive;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 1.7;
  margin-top: 2pt;
}

.app_menu_item {
  /* transition: all 0.6s; */
  margin-bottom: 2pt;
}

.menu_item_title {
  font-family: "Patrick Hand SC", cursive;
  color: #222222;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  line-height: 80px;
}

.icone_app {
  width: 10pt;
  margin-right: 0.5rem;
}

.app_menu_item:hover h3 {
  /* transition: all 0.6s; */
  color: #f44336;
}

.gmap {
  border: 1px solid black !important;
}

.copyright {
  font-size: 12px;
}
