@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jersey+25&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Parastoo:wght@400..700&display=swap');

body {
  font-family: system-ui;
  overflow: hidden;
}
.bglogo{
	 background-color: rgba(255, 255, 255, 0.3); /* Semi-transparent background */
  backdrop-filter: blur(10px);               /* The blur effect */
  -webkit-backdrop-filter: blur(10px); 
	border-radius: 0 0 10px 10px;
}
.bg-mm{
  background: url("https://numero1taqueria.com.mx/menu/assets/images/bg-mm-d.webp") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.divider {
  color: #8B2D00;
  width: 25%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.imgtext{
    position: relative;
    left: 33%;
    padding-bottom: 1rem;
}
#fam-1 h2:first-child {
  margin-top: 5px;
}
h2 {
  font-family: "Jersey 25", sans-serif;
  font-style: normal;	
	
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #0A1123;
  margin-top: 35px;
}
h3 {
  font-family: "Jersey 25", sans-serif;
  font-style: normal;
	
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #A95A34;
}
h4 {
  font-family: "Jersey 25", sans-serif;
  font-style: normal;
  display: inline;	
	
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;  
}
p {
  font-size: 0.9rem;
  color: #525252;
  padding: 0px;
  margin: 0px;
}
small {
  font-family: "Jersey 25", sans-serif;
  font-style: normal;	
  color:#16AA9A;
	
  font-size: 1.2rem;
  font-weight: 400;
}
.price {
  font-family: "Jersey 25", sans-serif;
  font-style: normal;
  color:#DB0B15;	
	
  font-size: 1.3rem;
  font-weight: 700;
  text-align: end;
  padding: 0px 10px 0px 0px;
  margin: 0px;
}

/* CONTENEDOR SCROLL */
.scroll-container {
  height: 100vh;
  overflow-y: auto;
  padding: 0px 0px 110px 0px;
}

/* HEADER */
.header {
  position: sticky;
  top: 0;
  padding: 0px 15px 0px 15px;
  z-index: 10;
}

/* SECCIONES */
.section {
  padding: 20px 0px 20px 0px;
}

/* CARD */
.card-menu {
  padding: 12px 12px 20px 12px;
  margin-bottom: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: rgba(255,255,255,0.4)
}
/* MEDIA */
.img-platillo, .video-platillo {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}


/* TABS */
.tabs {
  position: fixed;
  bottom: 0;
  left: 25%;
  width: 50%;
  background: #ffffff;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.14) 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.14) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.14) 100%);	
  display: flex;
  overflow-x: auto;
  z-index: 20;
  gap: 3px;
  padding: 0px 10px;
}
.tabs a {
  flex: 0 0 auto;
  margin: 0 auto;
  padding: 30px 15px 10px 15px;
  border-radius: 8px 8px 0px 0px;
  font-family: "Jersey 25", sans-serif;	
  font-size: 18px;
  text-transform: uppercase;
  color: #00312C;
  background: #A5D6D1;
  white-space: nowrap;
  text-decoration: none;
}
.tabs a.active {
  background: #F28C90;
  color: #BA141C;
  font-weight: bold;
  border-radius:8px 8px 0 0;
}
.tabs-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 30;
}
.tabs {
  display: flex;
  overflow-x: auto;
  gap: 5px;
  padding: 5px 15px 0px 15px; /* espacio para flechas */
  scroll-behavior: smooth;
}
.tabs::-webkit-scrollbar {
  display: none;
}
/* Flechas */
.tab-arrow {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, white 0%, transparent);
  z-index: 40;
  cursor: pointer;
  font-size: 3rem;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
}
.tab-arrow.right {
  right: 0;
  background: linear-gradient(to left, white 0%, transparent);
  background: #f8f8f8;
  border-radius: 10px 0px 0px 0px;	  
}
.tab-arrow.left {
  left: 0;
  background: #f8f8f8;
  position: relative;
  top: 0;
  width: 30px;
  height: 67px;
  border-radius: 0px 10px 0px 0px;
}

@media (max-width: 768px) {
  .bg-mm{
  background: url("https://numero1taqueria.com.mx/menu/assets/images/bg-mm-m.webp") no-repeat;
  background-size: cover;
  background-position: center center;
  }
  
  .tabs {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.14) 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.14) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.14) 100%);	
  display: flex;
  overflow-x: auto;
  z-index: 20;
  gap: 3px;
  padding: 0px 10px;}	
  
  .tabs a {
  font-size: 16px;}	
  
  .imgtext{
  position: relative;
  left: 10%;
  padding-bottom: 1rem;}
}	