/* Modified by Agent 2 at 2026-01-26T00:00:00Z */

:root {
  --bg-color: #023380;
  --bg-color-2: #002764;
  --bg-color-3: #F0F6FF;
  --text-carta: #ffffff;
  --text-select: #fcc12f;

  --nav-height: 70px;
}

html { scroll-behavior: auto!important; }
html, body { height: 100%; background: #013062; }
.overflow-hid { overflow: hidden!important; }

#Factura { background: linear-gradient(180deg, #013062 0%, #012851 100%); padding-top: calc(var(--nav-height) + 2rem); height: 100%; min-height: 100vh; }
#Factura h3 { font-size: 1.125rem; font-weight: 500; color: #ffffff; text-align: start; margin: 0; margin-bottom: 0.375rem; line-height: 1.5; letter-spacing: 0.1125rem; text-transform: uppercase; }
#Factura p { font-size: 1rem; font-weight: 400; color: #ffffff; text-align: start; margin: 0; margin-bottom: 1.25rem; line-height: 1.5; }
#Factura .button { display: block; font-size: 0.875rem; font-weight: 500; color: #ffffff; text-align: center; margin: 0; line-height: 1.5; background: #0E437C; padding: 0.5rem 0;text-decoration: none; }
#Factura .button img { width: 1rem; height: 1rem; display: inline-block; margin-right: 0.25rem; vertical-align: text-top; }

header { background-color: #013062; }
.container { max-width: 633px; }

.nav { background: linear-gradient(90deg,rgba(14, 67, 124, 1) 0%, rgba(1, 48, 98, 1) 100%); color: #ffffff; position: fixed; width: 100%; z-index: 35; padding: 1rem 0; box-shadow: 0px 4px 8px 0px #0319301F; }
.nav .logo { width: 65px; height: auto; }
.nav .bars { --bars-change: 5.5px; cursor: pointer; width: 36px; display: inline-block; padding: 0 0.5rem; }
.nav .bars :is(.bar1, .bar2, .bar3) { width: 100%; height: 2px; background-color: #ffffff; margin: 6px 0; transition: 0.5s; }
.nav .bars.change .bar1 { -webkit-transform: rotate(-45deg) translate(calc(var(--bars-change) * -1), calc(var(--bars-change) * 1)); transform: rotate(-45deg) translate(calc(var(--bars-change) * -1), calc(var(--bars-change) * 1)); }
.nav .bars.change .bar2 { opacity: 0; }
.nav .bars.change .bar3 { -webkit-transform: rotate(45deg) translate(calc(var(--bars-change) * -1), calc(var(--bars-change) * -1)); transform: rotate(45deg) translate(calc(var(--bars-change) * -1), calc(var(--bars-change) * -1)); }

header #main-nav { top: var(--nav-height); left: 0; transform: translateY(-120%); overflow-y: auto; overflow-x: hidden; transition: 0.5s; display: block; height: calc(100% - var(--nav-height)); width: 100%; position: fixed; z-index: 30; background-color: #013062; }
header #main-nav .container { position: relative; padding-top: 3rem; padding-bottom: 3rem; height: 100%; }
header #main-nav.appear { transform: translateY(0%)!important; }
header #main-nav .link { cursor: pointer; color: #ffffff; text-decoration: none; text-align: center; padding: 1rem 0; font-weight: 400; font-size: 1rem; line-height: 1.3; letter-spacing: 0.2em; text-transform: uppercase; vertical-align: middle; margin: 0.4rem 0; }
header #main-nav .socials { position: absolute; bottom: 3rem; left: 0; right: 0; width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 1rem; column-gap: 3rem; }
header #main-nav .socials .social-link { cursor: pointer; }
header #main-nav .socials .social-link img { width: 20px; height: 20px; }

/* header #landing { height: 100%; min-height: 100vh; margin: 0 auto; width: 50%; padding-top: var(--nav-height); position: relative; max-width: 633px; } */
header #landing { height: 70vh; min-height: 70vh; margin: 0 auto; width: 100%; padding-top: var(--nav-height); position: relative; max-width: 633px; }
header #landing .overlay { background: linear-gradient(0deg,rgba(1, 48, 98, 1) 0%, rgba(1, 48, 98, 0) 100%); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 1rem; padding-top: 2rem; }
header #landing .overlay .container { display: flex; flex-direction: column; align-items: flex-start; padding: 0rem 0.75rem; }
header #landing .overlay .logo { text-align: center; margin-bottom: 1rem; }
header #landing .overlay .logo img { width: 150px; height: auto; display: block; margin: 0 auto; }
/* header #landing .overlay p { font-size: 1.5rem; font-weight: 400; color: #ffffff; text-align: left; margin: 0; line-height: 1.3; letter-spacing: 0.2rem; text-transform: uppercase; } */
header #landing .overlay p { font-size: 1.25rem; font-weight: 400; color: #ffffff; text-align: left; margin: 0; line-height: 1.5; }
/* header #landing .overlay .chevron { position: absolute; bottom: 9rem; left: 50%; transform: translateX(-50%); z-index: 3; cursor: pointer; } */
.chevron-container { padding: 0rem 0.75rem ;}
header #landing .overlay .chevron { cursor: pointer; padding: .5rem 1rem; background-color: #0E437C;}

header #landing .overlay .chevron p { font-size: 1rem; font-weight: 400; color: #ffffff; text-align: center; margin: 0; line-height: 1.5; letter-spacing: 0.1125rem; display: flex; align-items: center; gap: 0px; }
header #landing .overlay .chevron img { width: 20px; height: 20px; display: inline-block; margin-left: 0.75rem; vertical-align: -8px; }
header #landing .landing-img { max-height: 100%; object-fit: cover; object-position: 50% 50%; width: 100%; padding: 0; z-index: 2; }

main {  }
main section { background-color: #013062; }
main section .title { background-color: #013062; padding-top: 3rem; padding-bottom: 1.25rem; }
main section .title h3 { font-size: 1.25rem; font-weight: 400; color: #ffffff; text-align: center; margin: 0; line-height: 1.3; letter-spacing: 0.2em; text-transform: uppercase; }
main section .title h3 .decoration:first-child { margin-right: 0.5rem; }
main section .title h3 .decoration:last-child { margin-left: 0.5rem; }
main section .body { padding-top: 1rem; padding-bottom: 1rem; }
main section .body p { margin: 0; }
main section .body .categorias { position: relative; z-index: 10; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-content: flex-start; align-items: stretch; gap: 0.75rem; }
main section .body .categorias .categoria { flex: 0 0 calc(50% - 0.375rem); width: calc(50% - 0.375rem); }
main section .body .categorias .categoria > * { transition: 0.5s; }

main #Promos .body { background: linear-gradient(0deg,rgba(1, 40, 81, 1) 0%, rgba(1, 48, 98, 1) 100%); }

main #Menu { background: #012851; }
main #Menu .title { background: #012851; background: linear-gradient(0deg, rgba(1, 40, 81, 1), rgba(1, 48, 98, 1))}

main #Sucursales { background: #012851; padding-bottom: 3rem; }
main #Sucursales .title { background: #012851; }
main #Sucursales .body { padding-bottom: 3rem; }

main footer { background: linear-gradient(0deg, rgba(1, 40, 81, 0.15), rgba(1, 40, 81, 1) 100%), url(img_footer/footer-bg-2.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; padding-bottom: 3.25rem; }
main footer .content {  }
main footer .content .title-1 { font-size: 1.125rem; font-weight: 500; color: #ffffff; text-align: center; margin-bottom: 0.5rem; line-height: 1; letter-spacing: 0.1125rem; text-transform: uppercase; }
main footer .content .body-2 { font-size: 0.875rem; font-weight: 300; color: #ffffff; text-align: center; margin-bottom: 1rem; line-height: 1; }
main footer .content .image { text-align: center; margin-bottom: 3rem; }
main footer .content .image img { display: block; margin: 0 auto; width: 2rem; height: 2rem; border-radius: 0.25rem; }
main footer .content .socials { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 1rem; column-gap: 2rem; }
main footer .content .socials .social-link { cursor: pointer; }
main footer .content .socials .social-link img { width: 32px; height: 32px; }


.promos {  }
.promos .promo { padding-bottom: 1.5rem; }
.promos .promo .image { display: block; }
.promos .promo .image img { display: block; width: 100%; height: auto; box-shadow: 0px 4px 12px 0px #010D3933;}
.promos .promo .info { padding-top: 1rem; }
.promos .promo .info .promo-title { font-size: 1.125rem; font-weight: 500; color: #ffffff; text-align: start; margin-bottom: 0.375rem; line-height: 1.5; letter-spacing: 0.1125rem; text-transform: uppercase; }
.promos .promo .info .promo-description { font-size: 1rem; font-weight: 400; color: #ffffff; text-align: start; margin-bottom: 0.375rem; line-height: 1.5; }
.promos .promo .info .promo-clause { font-size: 0.875rem; font-weight: 300; color: #ffffff; text-align: start; margin-bottom: 0; line-height: 1.5; }

.promos .carousel-indicators {  }
.promos .carousel-indicators button { width: 12px; height: 12px; background-color: #021930; border-radius: 50%; transition: 0.6s; margin: 0 0.25rem; }
.promos .carousel-indicators button.active { background-color: #ffffff; }


/* .carousel-item {  }
.carousel-item.active {  }
.carousel-item.carousel-item-next {  }
.carousel-item.carousel-item-prev {  }
.carousel-item.active.carousel-item-start, .carousel-item.carousel-item-prev:not(.carousel-item-end) {  }
.carousel-item.active.carousel-item-end, .carousel-item.carousel-item-next:not(.carousel-item-start) {  } */


.cat-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 40; background: rgba(14, 67, 124, 1); transition: 0.3s; display: none; opacity: 0; }
.cat-bg.open { display: block; }
.cat-bg.show { opacity: 1; background: #013062; }

.categoria { position: relative; z-index: 10; overflow: hidden; cursor: pointer; }
/* .categoria.open { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 50; flex: 0 0 100%!important; width: 100%!important; } */
.categoria::after { content: ""; display: block; padding-bottom: 100%; }
/* .categoria.open .thumbnail { opacity: 0; } */
.categoria .thumbnail { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 12; }
.categoria .thumbnail .bg-img { display: block; width: 100%; height: 100%; }
.categoria .thumbnail .bg-img img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.categoria .thumbnail .overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient(0deg,rgba(14, 67, 124, 1) 0%, rgba(14, 67, 124, 1) 50%,rgba(14, 67, 124, 0) 100%);
  background-size: 100% 200%;
  transition-duration: 0.3s;
}
.categoria.open .thumbnail .overlay { background-position: 0% 100%; }
.categoria .thumbnail .overlay h5 { opacity: 100%; transition-duration: 0.3s; font-size: 1.25rem; font-weight: 500; color: #ffffff; text-align: center; margin: 0; line-height: 1; letter-spacing: 0.125rem; text-transform: uppercase; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.categoria.open .thumbnail .overlay h5 { opacity: 0%; }
#Especialidades .thumbnail .overlay h5 { font-size: 1rem; }

#categorias-contents { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; transform: translateY(-100%); transition: 0.6s; }
#categorias-contents.open { transform: translateY(0%); min-height: 100vh; width: 100vw; }

.categoria-content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 110; opacity: 0; transition: 0.6s; }
.categoria-content.open { opacity: 1; z-index: 120; }
.categoria-content .cat-title { font-size: 1.25rem; font-weight: 400; color: #ffffff; text-align: center; margin: 0; line-height: 1.3; letter-spacing: 0.2rem; text-transform: uppercase; }
.categoria-content .cat-title .decoration:first-child { margin-right: 0.5rem; }
.categoria-content .cat-title .decoration:last-child { margin-left: 0.5rem; }
.categoria-content .cat-body { padding-top: var(--nav-height); height: 100%; }

.categoria-content .content { height: 100%; overflow-y: auto; padding-top: 1rem; padding-bottom: 6rem; }

.categoria-carousel {  }
.categoria-carousel :is(.carousel-control-next, .carousel-control-prev) { opacity: 0.3; }
.categoria-carousel .carousel-inner {  }
.categoria-carousel .carousel-inner .carousel-item {  }
.categoria-carousel .carousel-inner .carousel-item .image { margin-bottom: 0.25rem; }
.categoria-carousel .carousel-inner .carousel-item .image img { display: block; width: 100%; height: 100%; object-fit: contain; max-width: 200px; margin: 0 auto; }
.categoria-carousel .carousel-inner .carousel-item .info {  }
.categoria-carousel .carousel-inner .carousel-item .info h6 { font-size: 0.75rem; font-weight: 300; color: #ffffff; font-style: italic; text-align: center; margin: 0; line-height: 2; letter-spacing: 0.075rem; text-transform: uppercase; }

.subcategories {  }
.subcategories .subcategory {  }
.subcategories .subcategory .subcategory-header { border-bottom: 1px solid #ffffff; margin-bottom: 1.5rem; }
.subcategories .subcategory .subcategory-header .subcategory-header-content { font-size: 1.25rem; font-weight: 400; color: #ffffff; text-align: start; margin: 0; line-height: 1.3; letter-spacing: 0.25rem; text-transform: uppercase; padding: 0.5rem 0 1rem 0; }
.subcategories .subcategory .subcategory-header .plus-minus-icon { display: inline-block; width: 1.5rem; height: 1.5rem; position: relative; float: inline-end; }
.subcategories .subcategory .subcategory-header .plus-minus-icon .plus-icon { display: block; width: 2px; height: 14px; background-color: #ffffff; border-radius: 0.25rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 1; transition: 0.3s; }
.subcategories .subcategory .subcategory-header.open .plus-minus-icon .plus-icon { opacity: 0; }
.subcategories .subcategory .subcategory-header .plus-minus-icon .minus-icon { display: block; width: 14px; height: 2px; background-color: #ffffff; border-radius: 0.25rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.subcategories .subcategory .subcategory-content {  }
.subcategories .subcategory .subcategory-content .dishes { padding-bottom: 2.5rem; }


.dishes { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; gap: 1.5rem; display: none; opacity: 0; transition: 0.3s; padding-bottom: 5rem; }
.dishes.open { display: flex; }
.dishes.show { opacity: 1; }
.dishes .dish { flex: 0 0 100%; width: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; gap: 0.5rem; }
.dishes .dish .header { --dish-header-gap: 0.25rem; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: start; align-items: flex-start; gap: var(--dish-header-gap); }
.dishes .dish .header .name { flex: 1 1 auto; }
.dishes .dish:has(.spice) .header .name { flex: 0 1 auto; }
.dishes .dish .header .name p { font-size: 1rem; font-weight: 500; color: #ffffff; text-align: start; margin: 0; line-height: 1.5; letter-spacing: 0.1rem; text-transform: uppercase; }
.dishes .dish .header .name p .weight { font-size: 0.875rem; font-weight: 300; color: #ffffff; text-align: start; margin: 0; line-height: 1; letter-spacing: 0.0875rem; text-transform: uppercase; white-space: nowrap; }
.dishes .dish .header .name p .caption { font-size: 0.75rem; font-weight: 300; color: #ffffff; text-align: start; margin: 0; line-height: 1; letter-spacing: 0.075rem; text-transform: uppercase; white-space: nowrap; }
.dishes .dish .header .spice { flex: 1 1 auto; text-align: start; white-space: nowrap; }
.dishes .dish .header .spice .spice-icon { display: inline-block; width: 20px; height: 20px; }
.dishes .dish .header .price { flex: 0 0 auto; text-align: end; }
.dishes .dish .header .price p { font-size: 1rem; font-weight: 500; color: #ffffff; text-align: end; margin: 0; line-height: 1.5; }
.dishes .dish .description {  }
.dishes .dish .description p { font-size: 0.875rem; font-weight: 400; color: #ffffff; text-align: start; margin: 0; line-height: 1.5; }
.dishes .dish .subdishes { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; gap: 0.25rem; margin-bottom: 0; padding-left: 1.25rem; }
.dishes .dish .subdishes li { flex: 0 0 100%; width: 100%; color: #ffffff; }
.dishes .dish .subdishes .subdish { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: start; align-items: flex-start; gap: 0.25rem; }
.dishes .dish .subdishes .subdish .name { flex: 1 1 auto; font-size: 1rem; font-weight: 500; color: #ffffff; text-align: start; margin: 0; line-height: 1.5; letter-spacing: 0.1rem; }
.dishes .dish .subdishes .subdish:has(.spice) .name { flex: 0 1 auto; }
.dishes .dish .subdishes .subdish .name .weight { font-size: 0.875rem; font-weight: 300; color: #ffffff; text-align: start; margin: 0; line-height: 1; letter-spacing: 0.0875rem; text-transform: uppercase; white-space: nowrap; }
.dishes .dish .subdishes .subdish .name .caption { font-size: 0.75rem; font-weight: 300; color: #ffffff; text-align: start; margin: 0; line-height: 1; letter-spacing: 0.075rem; text-transform: uppercase; white-space: nowrap; }
.dishes .dish .subdishes .subdish .spice { flex: 1 1 auto; text-align: start; white-space: nowrap; }
.dishes .dish .subdishes .subdish .spice .spice-icon { display: inline-block; width: 20px; height: 20px; }
.dishes .dish .subdishes .subdish .price { flex: 0 0 auto; text-align: end; font-size: 1rem; font-weight: 500; color: #ffffff; text-align: end; margin: 0; line-height: 1.5; }

/* Dish Group */
.dishes .dish-group { margin-bottom: 1.75rem; }
.dishes .dish-group-2 { width: 100%; margin-bottom: 1.5rem; }
.dishes .dish-group-2-header { display: flex; align-items: flex-end; gap: 0.5rem; padding-bottom: 0.25rem; margin-bottom: 0.5rem; }
.dishes .dish-group-2-header-cell { flex: 0 0 auto; font-size: 0.875rem; font-weight: 300; color: #ffffff; text-align: right; letter-spacing: 0.075rem; text-transform: uppercase; white-space: nowrap; }
.dishes .dish-group-2-header-name { flex: 1 1 auto; text-align: left; }
.dishes .dish-group-2-body { display: flex; flex-direction: column; gap: 0.25rem; }
.dishes .dish-group-2-row { display: flex; align-items: flex-start; gap: 0.5rem; padding: 0.25rem 0; }
.dishes .dish-group-2-cell { flex: 0 0 auto; }
.dishes .dish-group-2-name { flex: 1 1 auto; }
.dishes .dish-group-2-name p { font-size: 1rem; font-weight: 500; color: #ffffff; margin: 0; line-height: 1.5; letter-spacing: 0.1rem; text-transform: uppercase; }
.dishes .dish-group-2-name p .weight { font-size: 0.875rem; font-weight: 400; letter-spacing: 0.0875rem; text-transform: uppercase; white-space: nowrap; }
.dishes .dish-group-2-price { min-width: 4rem; text-align: right; font-size: 1rem; font-weight: 500; color: #ffffff; line-height: 1.5; white-space: nowrap; }

.state-name { margin-bottom: 1rem; border-bottom: 1px solid #ffffff; padding-bottom: 0.375rem; }
.state-name h3 { font-size: 1.25rem; font-weight: 400; color: #ffffff; text-align: center; margin: 0; line-height: 1.3; letter-spacing: 0.25rem; text-transform: uppercase; }

.sucursales { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; gap: 3rem; }
.sucursales .sucursal {  }
.sucursales .sucursal .image { margin-bottom: 0.75rem; }
.sucursales .sucursal .image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; max-height: 176px; }
.sucursales .sucursal .name { margin-bottom: 0.25rem; }
.sucursales .sucursal .name p { font-size: 1.125rem; font-weight: 400; color: #ffffff; text-align: start; margin: 0; line-height: 1.5; letter-spacing: 0.1125rem; text-transform: uppercase; }
.sucursales .sucursal .address { margin-bottom: 0.75rem; }
.sucursales .sucursal .address a { font-size: 0.875rem; font-weight: 300; color: #ffffff; text-align: start; margin: 0; line-height: 1.5; letter-spacing: 0.0875rem; text-decoration: underline; display: block; }
.sucursales .sucursal .contact { margin-bottom: 0.75rem; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: stretch; gap: 0.75rem; }
.sucursales .sucursal .contact a { flex: 1 0 50%; display: block; font-size: 0.875rem; font-weight: 400; color: #ffffff; text-align: center; margin: 0; line-height: 1.5; background: #0E437C; padding: 0.5rem 0;text-decoration: none; }
.sucursales .sucursal .contact a img { width: 1rem; height: 1rem; display: inline-block; margin-right: 0.25rem; vertical-align: text-top; }
.sucursales .sucursal .schedule {  }
.sucursales .sucursal .schedule .schedule-header { cursor: pointer; padding: 0.5rem 0; }
.sucursales .sucursal .schedule .schedule-header p { font-size: 0.875rem; font-weight: 500; color: #FDBF0F; text-align: center; margin: 0; line-height: 1.5; }
.sucursales .sucursal .schedule .schedule-header p img { width: 1rem; height: 1rem; display: inline-block; vertical-align: sub; transition: 0.3s; transform: rotate(180deg); }
.sucursales .sucursal .schedule .schedule-header.open p img { transform: rotate(0); }
.sucursales .sucursal .schedule .schedule-body {  }
.sucursales .sucursal .schedule .schedule-body p { font-size: 0.875rem; font-weight: 400; color: #ffffff; text-align: center; margin: 0; line-height: 1.8; }

.pt-4rem { padding-top: 4rem!important; }

/* Bio Site Styles */
.bio-site { background-image: url('./local/bio-site-bg.png'); background-size: 120% 187vh; background-position: center top; background-repeat: no-repeat; min-height: 100vh; position: relative; margin: auto; max-width: 633px; }
.bio-site::before { content: ""; display: block; width: 100%; height: 82px; background-image: url('./local/banner-bg.png'); background-size: 100% auto; background-position: center top; background-repeat: no-repeat; position: absolute; top: 0; left: 0; right: 0; z-index: 1; pointer-events: none; }
.bio-site .bio-container { max-width: 633px; margin: 0 auto; padding: 32px 32px 48px 32px; position: relative; z-index: 2; max-width: 633px;}
.bio-site .content-social-wrapper { display: flex; flex-direction: column; gap: 48px; }
.bio-site .bio-content { display: flex; flex-direction: column; gap: 24px; }
.bio-site .bio-top-part { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.bio-site .bio-logo-container { width: 100px; height: 100px; background-color: var(--bg-color); border: 1px solid #FFFFFF; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0px 3.8px 10px rgba(1, 13, 57, 0.4); }
.bio-site .bio-logo-container img { width: 70%; height: auto; }
.bio-site .bio-top-text { display: flex; flex-direction: column; gap: 4px;}
.bio-site .bio-title { font-family: 'Poppins', sans-serif; font-size: 1.25rem; font-weight: 500; color: var(--text-carta); text-align: center; margin: 0; line-height: 1.5; }
.bio-site .bio-description { font-family: 'Poppins', sans-serif; font-size: 0.9375rem; color: #FFF; text-align: center; margin-bottom: 0;}
.bio-site .bio-btns { display: flex; flex-direction: column; gap: 16px; }
.bio-site .bio-btn { background-color: #FFFFFF; border-radius: 12px; padding: 16px; text-decoration: none; display: block; cursor: pointer; transition: 0.3s; border: none; width: 100%; }
/* .bio-site .bio-btn:hover { background-color: #f5f5f5; } */
.bio-site .bio-btn-text { font-family: 'Poppins', sans-serif; font-size: 0.9375rem; font-weight: 500; color: #000000; text-align: center; margin: 0; line-height: 1.5; }
.bio-site .bio-btn-text .regular { font-weight: 400; }
.bio-site .bio-btn-accordion { position: relative; }
.bio-site .bio-btn-accordion .bio-btn-header { display: flex; align-items: center; justify-content: center; position: relative; }
.bio-site .bio-btn-accordion .bio-btn-chevron { width: 20px; height: 20px; transition: transform 0.3s; position: absolute; right: 0px;}
.bio-site .bio-btn-accordion.open .bio-btn-chevron { transform: rotate(180deg); }
.bio-site .bio-btn-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.bio-site .bio-btn-accordion.open .bio-btn-accordion-content { max-height: 500px; }
.bio-site .bio-btn-description { font-family: 'Poppins', sans-serif; font-size: 0.875rem; font-weight: 400; color: #000000; text-align: center; margin: 8px 0 0 0; line-height: 1.5; }
.bio-site .bio-action-btns { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.bio-site .bio-action-btns .bio-action-btn .bio-action-location { filter: invert(11%) sepia(49%) saturate(5549%) hue-rotate(214deg) brightness(98%) contrast(98%); }
.bio-site .bio-action-btn { background-color: var(--bg-color-3); border-radius: 8px; padding: 12px; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 8px; transition: 0.3s; }
/* .bio-site .bio-action-btn:hover { background-color: var(--bg-color-2); }*/
.bio-site .bio-action-btn img { width: 16px; height: 16px; }
.bio-site .bio-action-btn span { font-family: 'Poppins', sans-serif; font-size: 0.9375rem; font-weight: 500; color: var(--bg-color); margin: 0; line-height: 1.5; }
.bio-site .bio-action-btn-rappi { background-color: #FDF3F1; }
.bio-site .bio-action-btn-rappi .bio-action-btn-rappi-icon { border-radius: 4px;}
.bio-site .bio-action-btn-rappi span { color: #FF463A;}
.bio-site .bio-social-media { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 64px; }
.bio-site .bio-social-link { display: flex; align-items: center; justify-content: center; transition: 0.3s; }
.bio-site .bio-social-link:hover { transform: scale(1.1); }
.bio-site .bio-social-link img { width: 24px; height: 24px; }

#qartaonline { position: relative; bottom: 0; width: 100%; background-color: #0f0f0f; }
#qartaonline p { font-size: 0.7rem; }
#qartaonline a { color: #fff; transition: 0.5s; }
#qartaonline a:hover { color: #f91e39; }

/* Location Selection Bottom Sheet */
.location-sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.location-sheet-overlay.show {
  opacity: 1;
  visibility: visible;
}

.location-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  border-radius: 24px 24px 0 0;
  z-index: 1001;
  max-width: 633px;
  margin: 0 auto;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  padding: 24px;
  padding-bottom: 32px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.location-sheet.show {
  transform: translateY(0);
}

.location-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.location-sheet-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
  line-height: 1.5;
}

.location-sheet-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.location-sheet-close:hover {
  opacity: 0.7;
}

.location-sheet-close-icon {
  font-size: 28px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
}

.location-sheet-separator {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
  margin-bottom: 16px;
}

.location-sheet-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.location-sheet-btn {
  background-color: var(--bg-color-3);
  border-radius: 8px;
  padding: 1rem 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--bg-color);
  text-align: center;
  line-height: 1.5;
}

.location-sheet-btn:hover {
  opacity: 0.9;
}

/* Dish Image Modal */
.dish-image-darken { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 130; opacity: 0; visibility: hidden; transition: opacity 0.5s ease, visibility 0.5s; }
.dish-image-darken.ver { opacity: 1; visibility: visible; }

.dish-image-view { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 131; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.5s ease, visibility 0.5s; overflow-y: auto; }
.dish-image-view.ver { opacity: 1; visibility: visible; }
.dish-image-view.ver-2 { opacity: 1; visibility: visible; }

.dish-image-view-content { width: calc(100% - 6rem); max-width: calc(100% - 6rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0.5rem; position: relative; padding: 2rem 0; }
.dish-image-view-header { width: 100%; display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; margin-bottom: 0.5rem; position: relative; }
.dish-image-view-name { font-size: 1rem; font-weight: 500; color: #ffffff; text-align: left; margin: 0; line-height: 1.5; letter-spacing: 0.1rem; text-transform: uppercase; }
.dish-image-view-img-wrapper { width: 100%; position: relative; }
.dish-image-view-img { width: 100%; height: auto; max-height: 80vh; object-fit: contain; border: 1px solid #ffffff; display: block; }
.dish-image-view-close { position: absolute; top: -0.75rem; right: -0.75rem; cursor: pointer; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; z-index: 132; }
.dish-image-view-close .bar1, .dish-image-view-close .bar2, .dish-image-view-close .bar3 { width: 24px; height: 2px; background-color: #ffffff; position: absolute; transition: 0.3s; }
.dish-image-view-close .bar1 { transform: rotate(45deg); }
.dish-image-view-close .bar2 { opacity: 0; }
.dish-image-view-close .bar3 { transform: rotate(-45deg); }

/* Clickable dish styling */
.dish-clickable { cursor: pointer; }
.dish-clickable:hover { opacity: 0.9; }
.dish-camera-icon { width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin-right: 0.5rem; filter: brightness(0) invert(1); }

@media (max-width: 767.98px) {
  #landing { width: 100%!important; border-right: 0!important; border-left: 0!important; }
  #promo-container { width: 100%!important; border-right: 0!important; border-left: 0!important; }
  .dish-image-view-content { width: calc(100% - 6rem); max-width: calc(100% - 6rem); }
}