:root {
  --rojo: #c31d1d;
  --white: white;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-cell-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
}

.full-page-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.full-page-1.is-horizontal-scroll-section {
  text-align: left;
  background-image: linear-gradient(90deg, #000, #280404 49%, #540808), url('');
  width: 100vw;
}

.nosotros-section::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0, 0, 0) !important;
  z-index: -1;
  pointer-events: none;
}

.horizontal-scroll-wrap {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  padding-bottom: 100vh;
  overflow: visible;
}

.height {
  background-image: linear-gradient(#000, #fff);
  height: 400dvh;
  position: relative;
}

.sticky {
 /*  border: 2px solid #e600ff; */
  flex-flow: row;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  box-sizing: border-box;
  aspect-ratio: auto;
  display: flex;
  overflow: visible;
  width: auto;
  gap: 0;
  margin: 0;
  padding: 0;

}

.flex-offset {
  margin-right: -100vw;
  display: flex;
}

.h1 {
  text-align: center;
  font-size: 3rem;
}

.h1.text-color-white {
  color: #fff;
}

.img-logo {
  flex: 0 auto;
  margin: 0 24px 51px;
}

.img-principal {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
  display: inline-flex;
}

.cell {
  flex-flow: row;
}

.image {
  margin: 4px 0 0;
}

.heading-2 {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  padding-left: 5px;
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
  font-size: 80px;
}

.text-block {
  color: #fff;
  flex-flow: column;
  margin-top: -10px;
  padding-left: 73px;
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
  display: flex;
}

.section-1 {
  flex: 0 auto;
  order: 1;
  align-self: center;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}



.nav-link {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 60px 470px 0 0;
  margin-bottom: -7px;
  margin-right: -20px;
  padding: 4px 0 0 5px;
  text-decoration: none;
  display: inline-block;
}

.navbar.hide{
  transform: translateY(100%);
}

.link-text {
  border: 1px #000;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.text-span {
  text-decoration: none;
}

.logo {
  position: absolute;
  inset: 5% auto auto 2%;
}

.sub-title-1 {
  clear: none;
  flex-flow: row;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.text-block-2 {
  color: #fff;
  width: 151px;
  padding-right: 0;
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
  display: block;
  position: static;
}

.barra-blanca {
  background-color: #fff;
  width: 150px;
  height: 10px;
  margin-top: 5px;
  margin-left: 0;
  padding-top: 0;
  position: static;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.link-block {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cell-2 {
  padding-right: 0;
}

.section-2 {
  margin-top: -28px;
  margin-left: 339px;
}

.img-home {
  width: 250px;
  height: 290px;
  padding-right: 15px;
}

.cell-3 {
  padding-top: 0;
}

.cell-4 {
  padding-bottom: 0;
}

.full-page-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
}

.full-page-2.is-horizontal-scroll-section {
  background-image: linear-gradient(90deg, #540808, #280404 54%, #000), url('');
  width: 40vw;
}


.full-page-3 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: flex;
  flex-shrink: 0;
  position: relative;
}


.full-page-3.is-horizontal-scroll-section {
  text-align: left;
  background-image: url('/images/about1.jpg');
  width: 100vw;
  background-size: cover; 
}

.full-page-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: flex;
  flex-shrink: 0;
  position: relative;
}


.full-page-4.is-horizontal-scroll-section {
  text-align: left;
  background-image: url('/images/about2.jpg');
  width: 100vw;
  background-size: cover; 
}

.full-page-5 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: flex;
  flex-shrink: 0;
  position: relative;
}

.full-page-5.is-horizontal-scroll-section {
  text-align: left;
  background-image: url('/images/about3.jpg');
  width: 100vw;
  background-size: cover;
}

.slogan-wrapper {
  position: absolute;
  top: 35%;
  left: 2%;
  z-index: 5;
  max-width: 400px;
}

.slogan-text {
  font-size: clamp(2rem, 5vw, 2.5rem);
  line-height: 1.3;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  font-family: 'Figtree Variablefont Wght', sans-serif;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}


.section-3 {
  margin-left: -225px;
  padding-left: 0;
}

.image-3 {
  mix-blend-mode: normal;
  margin-left: 46px;
  transform: rotate(75deg);
  z-index: 1;
}

.video {
  background-image: url('../images/box2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-4 {
  height: 180px;
  margin-left: 0;
}

.cell-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
}

.quick-stack {
  margin-top: 21px;
  margin-left: -236px;
  padding-left: 55px;
}

.cell-6 {
  flex-flow: column;
  padding-left: 31px;
  display: flex;
}

.image-5 {
  position: absolute;
  width: 1000px;
  margin-top: -30px;
  margin-left: 0;
  z-index: 0;
  overflow: hidden;
}

.image-6 {
  width: 180px;
  margin-top: 0;
  margin-left: 109px;
  padding-top: 0;
  padding-bottom: 13px;
}

.paragraph {
  color: #fff;
  width: 250px;
  margin-top: -50px;
  margin-left: 20px;
}

.image-7 {
  width: 310px;
  margin-top: -142px;
  margin-left: 46px;
  position: relative;
  left: 69px;
}

.llamanos {
  display: flex;
  position: fixed;
  top: 40px;
  left: 1800px;
  text-decoration: none;
  z-index: 1000;
}

.image-8 {
  width: 25px;
  height: auto;
  margin: 0;
}

.call_txt {
  color: white;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid white;
  border-radius: 20px;
  padding: 6px 12px;
  background-color: transparent;
}

.bold-text {
  white-space: nowrap;
  word-break: normal;
  margin-top: 2px;
}

.legal {
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: -1350px;
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.legal_txt {
  color: #fff;
  border: 1px #fff;
  border-radius: 0;
  flex-flow: row;
  font-size: 14px;
  display: flex;
}

.menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.sticker {
  width: 100px;
  height: 100px;
  background-image: url('https://via.placeholder.com/100x100'); /* Reemplaza con tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(45deg);
  top: 100px;
  left: 100px;
  cursor: grab;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}

.sticker-1{
  width: 300px;
  height: 300px;
  background-image: url('https://via.placeholder.com/100x100'); /* Reemplaza con tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(-30deg);
  top: 550px;
  left: 550px;
  cursor: grab;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}

.sticker-2{
  width: 200px;
  height: 200px;
  background-image: url('https://via.placeholder.com/100x100'); /* Reemplaza con tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(15deg);
  top: 250px;
  left: 1000px;
  cursor: grab;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}
.sticker-3{
  width: 300px;
  height: 300px;
  background-image: url('https://via.placeholder.com/100x100'); /* Reemplaza con tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(5deg);
  top: 350px;
  left: 820px;
  cursor: grab;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}
.sticker-4{
  width: 250px;
  height: 250px;
  background-image: url('https://via.placeholder.com/100x100'); /* Reemplaza con tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(5deg);
  top: 390px;
  left: 820px;
  cursor: grab;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}
.sticker-5{
  width: 180px;
  height: 180px;
  background-image: url('https://via.placeholder.com/100x100'); /* Reemplaza con tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(5deg);
  top: 430px;
  left: 820px;
  cursor: grab;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}
.sticker-6{
  width: 200px;
  height: 200px;
  background-image: url('https://via.placeholder.com/100x100'); /* Reemplaza con tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(5deg);
  top: 470px;
  left: 820px;
  cursor: grab;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}
.sticker-7{
  width: 150px;
  height: 150px;
  background-image: url('https://via.placeholder.com/100x100'); /* Reemplaza con tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(-35deg);
  top: 170px;
  left: 60px;
  cursor: grab;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}
.sticker-8{
  width: 200px;
  height: 200px;
  background-image: url('https://via.placeholder.com/100x100'); /* Reemplaza con tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(5deg);
  top: 200px;
  left: 520px;
  cursor: grab;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}
.sticker-9{
  width: 250px;
  height: 250px;
  background-image: url('https://via.placeholder.com/100x100'); /* Reemplaza con tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(-45deg);
  top: 500px;
  left: 100px;
  cursor: grab;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}
.sticker-10{
  width: 300px;
  height: 300px;
  background-image: url('https://via.placeholder.com/100x100'); /* Reemplaza con tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(35deg);
  top: 200px;
  left: 900px;
  cursor: grab;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}

/* Estilo para que la caja se comporte como un sticker draggable */
#box-sticker {
  cursor: grab;
  user-select: none;
}

#box-sticker:active {
  cursor: grabbing;
}

/* .sticker-1 img{
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
} */

.img-superior{
position: fixed;
width: 100px;
height: auto;
z-index: 9999;
left: 1080px;
top: 560px;
}

.img-superior-1{
  position: fixed;
  width: 300px;
  height: auto;
  z-index: 9999;
  left: 1480px;
  top: 530px;
  }

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.image-9 {
  margin-top: 14px;
  margin-left: 40px;
}

.image-10 {
  margin-left: 0;
}

.cell-7 {
  padding-top: 18px;
}

.main-2 {
  background-image: url('../images/MENÚ.png');
  background-position: 50%;
  background-size: auto;
  width: 100vw;
  height: auto;
}

.image-11 {
  width: 64px;
  height: 64px;
  margin: 9px -80px 0 0;
}

.ubi {
  margin-top: 100px;
}

.zapo {
  flex-flow: row;
}

.ubi1 {
  text-align: center;
  flex-flow: row;
  margin-bottom: 80px;
  margin-left: 350px;
  text-decoration: none;
  display: flex;
  position: static;
}

.full-page {
  background-image: url('../images/bg5.png');
  background-position: 0 0;
  width: 100vw;
  max-width: none;
  height: 100vh;
}

.heading-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  width: 770px;
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.ubi2 {
  text-align: center;
  flex-flow: row;
  margin-bottom: 80px;
  margin-left: 350px;
  text-decoration: none;
  display: flex;
  position: static;
}

.ubi3 {
  text-align: center;
  flex-flow: row;
  margin-left: 350px;
  text-decoration: none;
  display: flex;
  position: static;
}

.image-11-copy {
  width: 64px;
  height: 64px;
  margin-left: 0;
  margin-right: -80px;
}

.image-12 {
  width: 64px;
  height: 64px;
  margin-left: -115px;
  margin-right: -80px;
}

.ubicaciones, .ubicaciones-copy, .menu-fullpage {
  -webkit-text-fill-color: inherit;
background-color: #5F1215; /* Color de respaldo por si el degradado no carga */
  background-image: linear-gradient(to bottom, #000000, #5F1215); /* negro a rojo vino */
  background-position: 50%;
  background-position: 50%;
  background-clip: border-box;
  width: 100vw;
  max-width: none;
  height: 100vh;
}

.image-13 {
  width: auto;
  height: 90%;
  margin-top: 60px;
}

.image-14 {
  margin-top: 40px;
}

.menu-title{
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 1rem;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;}
.cajas-sushi {
  width: 70%;
  margin-top: 100px;
  margin-left: 250px;
}

.image-15 {
  width: 100%;
  inset: auto 0% 0%;
  transform: rotate(-55deg);
}

.sticker-menu {
  width: 15%;
  position: absolute;
  left: 40%;
  top: 75%;
  cursor: grab;
  user-select: none;
  touch-action: none;
}

.main-4 {
  background-image: linear-gradient(#000, #280404 81%, #7d0a0a);
  width: 100vw;
  height: auto;
}

.menu-description {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-top: 90px;
}

.menu-description-center {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#280404 54%, #540808);
  background-position: 50%;
  background-clip: border-box;
  width: 100vw;
  max-width: none;
  height: 100vh;
}

.quick-stack-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  margin-top: 220px;
}

.main-3 {
  background-color: #5F1215; /* Color de respaldo por si el degradado no carga */
  background-image: linear-gradient(to bottom, #000000, #5F1215); /* Degradado de negro a rojo vino */
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: auto;
}

.columns-meny {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  margin-top: 220px;
}

.columns-menu {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  margin-top: 150px;
}


.image-16 {
  margin-top: -85px;
  margin-left: -105px;
}

.titulo-menu-detail {
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 800;
}

.text-menu-detail {
  color: #fff;
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
}

.cell-8 {
  padding-left: 0;
}

.price-menu-detail {
  color: #fff;
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
}

.main-5 {
  background-image: url('../images/bg6.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  height: auto;
}

.contact {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100vw;
  max-width: none;
  height: 100vh;
}

.column-contact {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  margin-top: 150px;
}

.titulo-contact {
  color: #ae1022;
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 800;
}

.cell-9 {
  justify-content: center;
  align-items: center;
}

.text-block-3 {
  margin-left: 196px;
  margin-right: 75px;
}

.text-block-4 {
  color: #fff;
  text-align: justify;
  width: 810px;
  margin-top: 30px;
  margin-left: 62px;
  padding-left: 0;
  padding-right: 0;
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
}

.image-17 {
  width: 170px;
  margin-top: 0;
  margin-left: 0;
}

.ojo-contact {
  margin-top: -300px;
  margin-left: 700px;
}

.redes-contact {
  margin-top: 335px;
  margin-left: 569px;
  padding-left: 0;
}

.sticker-contact {
  margin-top: -183px;
  margin-left: 1220px;
  transition: opacity .2s;
  transform: translate(-38px);
}

.image-18 {
  width: 120px;
  transform: rotate(-34deg);
}

.image-19 {
  width: 60px;
}

.image-20, .image-21 {
  width: 60px;
  padding-left: 0;
}

.image-22, .image-23 {
  width: 60px;
}
  .whatsapp-menu {
  position: relative;
  display: inline-block;
  margin-left: 1.5%;
}

.whatsapp-button {
  background: none;
  border: none;
  cursor: pointer;
}

.whatsapp-dropdown {
  display: none;
  position: absolute;
  bottom: 50px;
  right: 0;
  background-color: #000000;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 8px 0;
  z-index: 1000;
}

.whatsapp-dropdown a {
  display: block;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.whatsapp-dropdown a:hover {
  background-color: #000000;
}

.custom-menu {
  display: inline-block;
}

.custom-button {
  display: flex;
  align-items: center;
  gap: 10px;     
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.custom-dropdown {
  display: none;
  background-color: #000000;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 8px 0;
  z-index: 1000;
  margin-top: 10px; 
}

.custom-dropdown a {
  display: block;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.custom-dropdown a:hover {
  background-color: #111111;
}


  .text-contact {
    color: #fff;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 12px;
    font-family: Figtree Variablefont Wght, Verdana, sans-serif;
    text-decoration: none;
  }
.link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  padding-left: 20px;
}

.image-24 {
  width: 160px;
}

.menu-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 800px;         /* o el ancho que quieras usar como total para el grid */
  margin: 0 auto 30px;           /* centra el contenedor en la página */
  padding: 0 50px;          /* espacio interno opcional a los lados */
  box-sizing: border-box;
}

.menu-card {
  color: #fff;
  text-align: justify;
  background-color: #7c7c7c29;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 40px;
  box-sizing: border-box;
}


.img-card {
    width: 100%; /* La imagen ocupará el 100% del ancho del contenedor */
    height: auto; /* Mantendrá la proporción de la imagen */
    margin-left: 0; /* Eliminamos el margen para que no afecte el flujo */
    width: 70vw;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

.title-card {
  text-align: left;
  text-transform: uppercase;
  flex-flow: row;
  margin-left: 15px;
  font-family: NeueGothama, Arial, sans-serif;
  font-size: 27px;
  display: block;
  
}

.text-card {
  text-align: justify;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1.6;
}

.txt-sections {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: NeueGothama, Arial, sans-serif;
  font-size: 55px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.list-item {
  text-overflow: clip;
}

.list {
  list-style-type: square;
}

.menu-third {
  display: grid;
  grid-template-columns: repeat(3, 1fr);  
  gap: 24px;
  max-width: 1200px;       
  margin: 0 auto;
  padding: 200px 20px;
  justify-content: center;
  box-sizing: border-box;
}
.card-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 16px 0;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.icon-btn img {
  width: 20px;
  height: 20px;
  text-decoration: none;
}
a{
  text-decoration: none;
}
.order-btn {
  display: block;
  width: 80%;
  margin: 0 auto 16px;
  padding: 10px 20px;
  border: none;
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.order-btn:hover {
  background-color: var(--rojo);
  text-decoration: none;
}


.price {
  font-family: Figtree Variablefont Wght, Verdana, sans-serif;
  font-size: 1.4rem;
  display: flex;
}

.bold-text-2 {
  margin-top: -41px;
  margin-left: 302px;
}

.menu-one {
  max-width: 400px;     /* Igual al ancho aproximado de una card */
  margin: 0 auto;       /* Centrado horizontal */
  padding: 0 16px;      /* Espaciado interno opcional */
  box-sizing: border-box;
}

.menu-card-one {
  color: #fff;
  text-align: justify;
  background-color: #7c7c7c29;
  border-radius: 15px;
  
}

.menu-one-box {
  max-width: 700px;     
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.menu-card-one-box {
  color: #fff;
  text-align: justify;
  background-color: #7c7c7c29;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 35px;
  box-sizing: border-box;
}

.title-card-box {
  font-family: 'NeueGothama', Arial, sans-serif;
  text-align: center;
  margin: 15px auto;
  max-width: 90%; /* evita que el texto se pegue a los bordes */
  padding: 0 20px;
  box-sizing: border-box;
}

.text-card-box {
  font-family: 'Figtree Variablefont Wght', Verdana, sans-serif;
  text-align: center;
  margin: 5px auto;
  max-width: 90%; /* evita que el texto se pegue a los bordes */
  padding: 0 20px;
  box-sizing: border-box;
}
.list-box {
  font-family: 'Figtree Variablefont Wght', Verdana, sans-serif;
  list-style-position: inside; /* hace que las viñetas entren al bloque */
  padding-left: 0;
  margin: 10px auto;
  display: inline-block; /* permite que el contenido se centre */
  text-align: left; /* mantiene alineación natural del contenido */
}
.column {
  padding-right: 10px;
}

.columns {
  width: 80vw;
  margin-left: 35px;
  display: block;
}

.column-2, .column-3 {
  flex-flow: row;
  display: block;
}

.div-block {
  background-color: #000;
}

.linea-menu-balls {
  background-color: #000;
  width: 85vw;
  height: auto;
  margin-top: 0;
  padding-top: 7px;
  position: static;
  transform: translate(0);
}

.text-card-table {
  text-align: justify;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.title-card-balls {
  text-align: left;
  text-transform: uppercase;
  flex-flow: row;
  margin-left: 15px;
  padding-bottom: 10px;
  font-family: NeueGothama, Arial, sans-serif;
  font-size: 27px;
  display: block;
}

.menu-card-one-balls {
  color: #fff;
  text-align: justify;
  background-color: #7c7c7c29;
  border-radius: 15px;
}

.menu-one-ball {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 80px;
  padding-right: 80px;
}

media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .eighth-section {
    height: 100vh;
  }

  .menu-two {
    grid-column-gap: 42px;
    grid-row-gap: 40px;
    width: 100vw;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-card {
    color: #fff;
    text-align: left;
    background-color: #9e9e9e1f;
    border-radius: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-card {
    text-align: center;
    margin-top: 15px;
    margin-left: 120px;
  }

  .title-card {
    text-align: center;
    margin-left: 108px;
  }

  .text-card {
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-card-one {
    color: #fff;
    text-align: left;
    background-color: #9e9e9e1f;
    border-radius: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-card-table {
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-card-balls {
    text-align: center;
    margin-left: 108px;
  }

  .menu-card-one-balls {
    color: #fff;
    text-align: left;
    background-color: #9e9e9e1f;
    border-radius: 7px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-subscribe-right {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .eighth-section {
    height: auto;
  }

  .menu-two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100vw;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 12px;
  }

  .menu-card {
    flex-flow: column;
    line-height: 20px;
  }

  .img-card {
    width: 28vw;
    margin-left: 10px;
  }

  .title-card {
    margin-left: 20px;
    font-size: 13px;
  }

  .text-card {
    text-align: left;
    font-size: 8px;
  }

  .menu-card-one {
    flex-flow: column;
    line-height: 20px;
  }

  .text-card-table {
    text-align: left;
    font-size: 8px;
  }

  .title-card-balls {
    margin-left: 20px;
    font-size: 13px;
  }

  .menu-card-one-balls {
    flex-flow: column;
    line-height: 20px;
  }
}

#w-node-a2d68ef0-6114-af3c-6689-9e1a41f66c6a-a34915ad {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  display: grid;
}

#w-node-_6e839be9-b4e1-3d1b-cbf6-a7811e2a607f-a34915ad {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1233c171-5a31-6e8c-cd9a-08640f44f692-a34915ad {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-cf27a6ec-dc94-cef0-9f45-b358ec9232cf-a34915ad {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0c1e7a15-1655-d7d0-ce0b-f7bea6f6f3b0-b4033b6c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-e612c4b1-c909-9348-223e-99c3f8f28c78-b4033b6c, #w-node-f1c4cea6-1f65-b919-cd63-de5ed9c9bd01-b4033b6c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b8e2de94-78d7-1072-281f-2bd951aad525-b4033b6c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_6f63bb62-f6f1-68f2-7e2b-19c8b164f907-0925838b, #w-node-_76e859bc-e2ae-1c33-b757-9fd05c1ab58f-0925838b, #w-node-a89ac7dc-6153-ff05-093b-45427243bb2a-0925838b, #w-node-_87b9808b-45e6-b7da-b7db-0c338afdbf4c-0925838b, #w-node-_87174182-09e1-3b28-5798-131a134645f6-0925838b, #w-node-dbfe1dcf-c00a-9151-d951-709b251f75e7-0925838b, #w-node-_318a2a7c-a48f-0a10-2ff3-30ad86512572-0925838b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3400cf71-a5fe-9ca6-fde0-9881e026d63a-0925838b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_3bac1f37-f1b1-382c-b019-4227b834cfdc-0925838b, #w-node-_83f333f1-b907-d687-ed6a-fa00d975ec5a-0925838b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b0d641e6-d754-48c5-b33b-ab7467d50bfe-0925838b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_1f0b579d-f475-100d-c30f-18ce5a947d30-0925838b, #w-node-_880ba568-e98e-6535-f0be-5fec3a097f3b-0925838b, #w-node-_1a8951a2-b38a-5f98-be30-f7799718f31e-0925838b, #w-node-_87bc2635-fcfc-bb09-3490-f9a38a51df0b-0925838b, #w-node-_894efb37-3f7e-2e6f-ef26-9779a5b0f3f1-0925838b, #w-node-_26cdcc0f-432f-2110-939a-06095cb81529-0925838b, #w-node-b5464723-19d9-17e8-a2c3-0a9aee249bec-0925838b, #w-node-_9a2f20df-3581-962d-eb9a-ed79720f0213-0925838b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_045b2282-4c84-68fd-8d6b-67b1bd4aa8b4-0925838b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_29a4bf3d-6242-74a2-68cd-6ba9c9272970-0925838b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08f2899a-e55d-1609-0ff5-b1aa51aa0494-0925838b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_721be353-d37a-8c85-ba7d-23bbae47e1d5-0925838b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cb914f9a-fc2a-b3b9-2d82-ef3eb6a24b7d-0925838b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_6f63bb62-f6f1-68f2-7e2b-19c8b164f907-0925838b, #w-node-_76e859bc-e2ae-1c33-b757-9fd05c1ab58f-0925838b, #w-node-a89ac7dc-6153-ff05-093b-45427243bb2a-0925838b, #w-node-_87b9808b-45e6-b7da-b7db-0c338afdbf4c-0925838b, #w-node-_87174182-09e1-3b28-5798-131a134645f6-0925838b, #w-node-dbfe1dcf-c00a-9151-d951-709b251f75e7-0925838b, #w-node-_318a2a7c-a48f-0a10-2ff3-30ad86512572-0925838b, #w-node-_3bac1f37-f1b1-382c-b019-4227b834cfdc-0925838b, #w-node-_83f333f1-b907-d687-ed6a-fa00d975ec5a-0925838b, #w-node-_1f0b579d-f475-100d-c30f-18ce5a947d30-0925838b, #w-node-_880ba568-e98e-6535-f0be-5fec3a097f3b-0925838b, #w-node-_1a8951a2-b38a-5f98-be30-f7799718f31e-0925838b, #w-node-_87bc2635-fcfc-bb09-3490-f9a38a51df0b-0925838b, #w-node-_894efb37-3f7e-2e6f-ef26-9779a5b0f3f1-0925838b, #w-node-_26cdcc0f-432f-2110-939a-06095cb81529-0925838b, #w-node-b5464723-19d9-17e8-a2c3-0a9aee249bec-0925838b, #w-node-_9a2f20df-3581-962d-eb9a-ed79720f0213-0925838b, #w-node-_29a4bf3d-6242-74a2-68cd-6ba9c9272970-0925838b, #w-node-_721be353-d37a-8c85-ba7d-23bbae47e1d5-0925838b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6f63bb62-f6f1-68f2-7e2b-19c8b164f907-0925838b, #w-node-_76e859bc-e2ae-1c33-b757-9fd05c1ab58f-0925838b, #w-node-a89ac7dc-6153-ff05-093b-45427243bb2a-0925838b, #w-node-_87b9808b-45e6-b7da-b7db-0c338afdbf4c-0925838b, #w-node-_87174182-09e1-3b28-5798-131a134645f6-0925838b, #w-node-dbfe1dcf-c00a-9151-d951-709b251f75e7-0925838b, #w-node-_318a2a7c-a48f-0a10-2ff3-30ad86512572-0925838b, #w-node-_3bac1f37-f1b1-382c-b019-4227b834cfdc-0925838b, #w-node-_83f333f1-b907-d687-ed6a-fa00d975ec5a-0925838b, #w-node-_1f0b579d-f475-100d-c30f-18ce5a947d30-0925838b, #w-node-_880ba568-e98e-6535-f0be-5fec3a097f3b-0925838b, #w-node-_1a8951a2-b38a-5f98-be30-f7799718f31e-0925838b, #w-node-_87bc2635-fcfc-bb09-3490-f9a38a51df0b-0925838b, #w-node-_894efb37-3f7e-2e6f-ef26-9779a5b0f3f1-0925838b, #w-node-_26cdcc0f-432f-2110-939a-06095cb81529-0925838b, #w-node-b5464723-19d9-17e8-a2c3-0a9aee249bec-0925838b, #w-node-_9a2f20df-3581-962d-eb9a-ed79720f0213-0925838b, #w-node-_29a4bf3d-6242-74a2-68cd-6ba9c9272970-0925838b, #w-node-_721be353-d37a-8c85-ba7d-23bbae47e1d5-0925838b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Figtree Variablefont Wght';
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Protestrevolution';
  src: url('../fonts/ProtestRevolution-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'NeueGothama';
  src: url('../fonts/Neue\ Gothama\ Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* ==================================================================== */
/* ---- CÓDIGO PARA RESPONSIVIDAD EN PANTALLAS GRANDES (V. FINALÍSIMA) ---- */
/* ==================================================================== */

/* PASO 1: Aplicar el fondo deseado a TODA la página y fijarlo. */
body {
  /* Este degradado será el fondo permanente de todo el sitio */
  background-image: linear-gradient(90deg, #000, #280404 49%, #540808);
  background-attachment: fixed; /* Evita que el fondo se mueva con el scroll */
  background-size: cover; /* Asegura que cubra toda la pantalla */
}

/* PASO 2: Hacer transparentes los contenedores de la animación de la página de INICIO. */
.height,
.full-page-1.is-horizontal-scroll-section {
  background: none !important;
}

/* PASO 3: Corregir la página de UBICACIÓN.
   El contenedor .main-2 tendrá el fondo, y el contenido de adentro se centrará. */
.main-2 { /* Se eliminó .main-3 de esta regla */
    background-image: linear-gradient(#000, #280404 81%, #7d0a0a);
    /* background-attachment: fixed;  <-- SE ELIMINÓ ESTA LÍNEA PARA EVITAR EL SCROLL HORIZONTAL */
    background-size: cover;
    padding-top: 80px; /* Añade espacio arriba para que el contenido no se pegue al borde */
    padding-bottom: 80px; /* Añade espacio abajo */
    min-height: 100vh; /* Asegura que ocupe al menos toda la altura de la pantalla */
    width: 100%; /* Asegura que ocupe todo el ancho */
}

/* PASO 4: Mantener las secciones de contenido centradas y con ancho limitado. */
.full-page,
.full-page-1,
.full-page-2,
/* .main-4 se eliminó de aquí para que mantenga su fondo y ancho completo 
.main-3,*/
.ubicaciones,  /*Centra las tarjetas de ubicación */

.menu-description /* Se añade para centrar el contenido del menú de platillos */
{
  /* Nos aseguramos de que estas secciones también sean transparentes */
  background: none !important;

  /* Mantenemos el centrado y el límite de ancho */
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px !important; 
}

.callout-box {
  color: var(--white);
  font-size: 22px;
  background-color: #7c7c7c29; /* Fondo transparente, igual que tus tarjetas */
  border-radius: 15px; /* Bordes redondeados para que combine con el resto */
  max-width: 800px; /* Limita el ancho del recuadro para que no se vea demasiado estirado */
  margin: 20px auto; /* Centra el recuadro y le da un margen superior e inferior */
  padding: 25px; /* Agrega un espaciado interno para que el texto no se pegue a los bordes */
  text-align: center; /* Centra el texto dentro del recuadro */
}

/* ===================================================================
   ====== AJUSTES PARA PANTALLAS PEQUEÑAS DE ESCRITORIO ======
   =================================================================== */

/* Estas reglas se aplicarán en pantallas con un ancho máximo de 1440px,
   como las de MacBook Air y otros portátiles. */
@media screen and (max-width: 1440px) {

  /* Ajustamos el contenedor principal de "Cajas" y "Platillos" */
  .cajas-sushi {
    /* Usamos flexbox para que los elementos se ajusten automáticamente */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Espacio entre los elementos */
    width: 90%; /* Ocupa el 90% del ancho de la pantalla */
    margin-left: auto; /* Centramos el contenedor */
    margin-right: auto;
    margin-top: 5vh; /* Menos margen superior */
  }

  /* Ajustamos el tamaño de las imágenes para que sean más pequeñas */
  .cajas-sushi .image-14, /* Imagen de la caja */
  .cajas-sushi .image-13 { /* Imagen de los platillos */
    width: 100%; /* La imagen se ajusta al tamaño de su contenedor */
    max-width: 400px; /* Limitamos el tamaño máximo */
    height: auto; /* Mantenemos la proporción */
    margin-top: 0;
  }

  /* Ajustamos los títulos "Cajas" y "Platillos" */
  .cajas-sushi .menu-title {
    font-size: 2rem; /* Reducimos el tamaño de la fuente */
    margin-left: 0 !important; /* Eliminamos márgenes fijos */
    margin-top: 20px !important;
    text-align: center; /* Centramos el texto */
    width: 100%;
  }

  /* Ajustamos la posición del sticker */
  .sticker-menu {
    width: 12%; /* Hacemos el sticker un poco más pequeño */
    top: auto;
    bottom: 15%; /* Lo posicionamos relativo a la parte inferior */
    left: 44%;
  }
    /* --- AJUSTES PARA EL HOME (PÁGINA /) --- */

  /* 1. Corregimos la posición del sushi y el menú */
  .section-1 {
    /* Usamos transform para escalar la sección completa en lugar de moverla */
    transform: scale(0.85);
    transform-origin: left top; /* La escala se origina desde la esquina superior izquierda */
  }

  /* 2. Corregimos los stickers para que se puedan mover */
  .sticker {
    z-index: 100 !important; /* Aumentamos la capa para que estén por encima de todo */
  }
}

/* Corrección para posicionamiento de sushi en pantallas tipo MacBook Air */
@media screen and (max-width: 1440px) and (min-height: 800px) {
  .img-principal {
    margin-top: 5vh; /* Empuja el sushi hacia abajo un 5% de la altura de la pantalla */
  }
}