html, body {
    margin: 0;
    padding-top: 55px;
}

@font-face {
    font-family: 'Subway Sans';
    src: url('../fonts/Subway Sans/Subway Sans LCG-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Subway Sans';
    src: url('../fonts/Subway Sans/Subway Sans LCG-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Subway Sans';
    src: url('../fonts/Subway Sans/Subway Sans LCG-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Subway Sans Condensed';
    src: url('../fonts/Subway Sans Condensed/Subway Sans Cond-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Vista Home */

/* Header */

/* Menu Inicio */

.navbar-home {
    height: 95px;
    background-color: #ffffff !important;
    box-shadow: 0px 0px 10.9px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
}

.navbar-logo {
    width: 170px;
}

.navbar-home .nav-link {
    font-family: 'Subway Sans Condensed';
    font-weight: 500; /* Medium */
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000 !important;
}

.nav-link.active {
    color: #008938 !important;
    font-weight: 500; /* Medium */
}

.navbar-toggler {
    border: 1px solid #008938 !important;
}

    .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.navbar-nav {
    align-items: center;
    gap: 1rem;
    text-transform: uppercase;
}



.order-now-button {
    width: 180px;
    height: 45px;
    font-family: 'Subway Sans Condensed';
    font-weight: 500; /* Medium */
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #fff;
    background-color: #008938;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-button {
    color: #000000;
    font-size: 29px;
}

.bag-button {
    font-size: 29px;
    color: #00491E;
}

/* Off Canvas */

/* Vista Home */

.offcanvas-principal-menu {
    width: 85% !important;
    background-color: #ffffff;
}

.offcanvas-header .navbar-logo {
    width: 170px;
}

.category-link {
    text-decoration: none;
    color: inherit;
}

/* Carousel Principal Home */


.carousel-home {
    width: 100%;
    aspect-ratio: 2.9 / 1; /* 1920x660 */
    overflow: hidden;
}

    .carousel-home .carousel-inner {
        width: 100%;
        height: 100%;
    }

    .carousel-home img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background-color: #000000;
    }

/* Botones Prev y Next */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: transparent;
    border: 0;
    transition: opacity .15s ease;
    opacity: 1 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: white;
    border: 2px solid #008938;
    border-radius: 25px;
}

.carousel-home .fa-angle-left,
.carousel-home .fa-angle-right,
#carouselCanjes .fa-angle-left,
#carouselCanjes .fa-angle-right {
    color: #008938;
}

/* Subway Rewards*/

.subway-rewards-container {
    width: auto;
    min-height: 140px;
    margin: 1rem;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 2rem;
    border-radius: 5px;
}

.subway-rewards-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .subway-rewards-logo-container .subway-rewards-logo {
        width: 160px;
    }

.subway-rewards-description {
    margin-left: 3rem;
}

    .subway-rewards-description h2 {
        font-family: 'Subway Sans Condensed';
        font-weight: 500; /* Medium */
        font-size: 24px;
        line-height: 33px;
        letter-spacing: 2%;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 0 !important;
    }

    .subway-rewards-description p {
        font-family: 'Subway Sans';
        font-weight: 400; /* Regular */
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 2%;
        color: #000000;
        margin-bottom: 1rem;
    }

.join-now-button-container {
    display: flex;
    justify-content: start;
    align-items: center;
    text-transform: uppercase;
}

.join-now-button {
    width: 200px;
    height: 50px;
    font-family: 'Subway Sans Condensed';
    font-weight: 500; /* Medium */
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #fff;
    border-radius: 5px;
    background-color: #008938;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Carousel Menu Categorias */

.menu-carousel-container {
    width: 100%;
    margin-top: 6rem;
    overflow-x: hidden !important;
}

    .menu-carousel-container h2 {
        font-family: 'Subway Sans';
        font-weight: 700; /* Bold */
        font-size: 40px;
        line-height: 24px;
        letter-spacing: 2%;
        color: #000000;
        padding-left: 8rem;
    }

.menu-categories-carousel-container {
    width: 100%;
    padding: 2rem 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.menu-categories-carousel {
    width: 100rem;
    max-width: 100%;
    margin: auto;
    padding-inline: 1rem;
}

.flickity-viewport {
    height: 310px !important;
    right: 70px !important;
}

.flickity-button {
    position: absolute;
    background: transparent !important;
    border: none;
}

.flickity-button-icon {
    fill: #000000 !important;
}

.flickity-page-dots {
    display: none;
}

.flickity-prev-next-button {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

    /* Botón izquierda */
    .flickity-prev-next-button.previous {
        left: -30px !important;
    }

    /* Botón derecha */
    .flickity-prev-next-button.next {
        right: -30px !important;
    }

    .flickity-prev-next-button:focus,
    .flickity-prev-next-button:active,
    .flickity-prev-next-button {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }

.carousel-cell {
    max-width: 305px !important;
    max-height: 240px !important;
    width: 375px;
    height: 375px;
    margin-right: 10px;
    border-radius: 5px;
    object-fit: contain;
    counter-increment: card_categoria;
    transition: transform 0s ease, background-color 0.3s ease;
    border: none;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
}

.category-image {
    max-width: 375px !important;
    max-height: 240px !important;
    height: 240px;
    object-fit: contain;
    counter-increment: card_categoria; /* card_categoria = carousel-cell */
    transition: transform 0s ease, background-color 0.3s ease;
    border: none;
}

    .category-image img {
        max-width: 375px !important;
        max-height: 240px !important;
        width: 305px;
        height: 240px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        object-fit: contain;
        transition: transform 2s ease;
    }

.name-category-container {
    width: 305px;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .name-category-container .name-category {
        font-family: 'Subway Sans';
        font-weight: 500; /* Medium */
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0%;
        color: #6E6E6E;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0rem;
    }

.btn-view-menu a {
    width: 300px;
    height: 45px;
    background-color: #008938;
    text-decoration: none;
    font-family: 'Subway Sans Condensed';
    font-weight: 500; /* Medium */
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}

#subs {
    scroll-margin-bottom: 600px; /* ajusta este número */
}

/* Producto Nuevo */

.view-product-new-container {
    height: 765px;
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background-color: #EBEBEB;
    flex-wrap: wrap;
}

.view-product-new-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .view-product-new-image img {
        width: 100%;
        max-width: 496px;
        height: auto;
    }

.description-view-product-new-image h2 {
    max-width: 455px;
    font-family: 'Subway Sans Condensed';
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    color: #000;
}

.description-view-product-new-image p {
    max-width: 550px;
    margin-top: 1rem;
    font-family: 'Subway Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6E6E6E;
}

.description-view-product-new-image .btn-order-now a {
    width: 195px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 2.5rem;
    background-color: #ffffff;
    font-family: 'Subway Sans Condensed';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #008938 !important;
    border-radius: 5px;
    border: 2px solid #008938;
}

/* Descargar Nueva App */

.download-new-app-container {
    background-color: #ffffff;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
}

.download-new-app {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem;
    gap: 3rem;
    padding: 0rem;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    flex-wrap: wrap;
}

.download-new-app-description h2 {
    max-width: 400px;
    font-family: 'Subway Sans Condensed';
    font-weight: 900;
    font-size: 42px;
    line-height: 52px;
    color: #000;
}

.download-new-app-description p {
    max-width: 500px;
    margin-top: 1rem;
    font-family: 'Subway Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #6E6E6E;
}

.download-new-app-image img {
    width: 100%;
    max-width: 450px;
    height: auto;
}

.download-new-app-description .btn-order-now a {
    width: 305px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    text-decoration: none;
    background-color: #008938;
    font-family: 'Subway Sans Condensed';
    font-weight: 500;
    font-size: 18px;
    color: #fff !important;
    border-radius: 5px;
    border: none;
}

/* Footer */

.footer-subway {
    background-color: #ffffff;
    color: #000;
    font-family: 'Subway Sans', sans-serif;
    margin-inline: 3rem;
}

.titulo-footer {
    font-family: 'Subway Sans Condensed';
    font-weight: 500; /* Medium */
    font-size: 38px;
    line-height: 47px;
    letter-spacing: 0%;
    color: #000000;
}

.footer-links li {
    font-family: 'Subway Sans';
    font-weight: 500; /* Medium */
    font-size: 14px;
    line-height: 47px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 10px;
}

.footer-links a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

    .footer-links a:hover {
        text-decoration: underline;
    }

.footer-contact-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .footer-contact-list li {
        display: flex;
        align-items: center;
    }

.footer-contact-title {
    font-family: 'Subway Sans';
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #008938;
}

.footer-contact-list li {
    font-size: 14px;
    margin-bottom: 6px;
}

.footer-contact-link {
    color: #000;
    text-decoration: none;
}

    .footer-contact-link:hover {
        text-decoration: underline;
    }

.footer-logo {
    width: 170px;
}

.footer-country {
    font-family: 'Subway Sans';
    font-weight: 500; /* Medium */
    font-size: 14px;
    line-height: 47px;
    letter-spacing: 0%;
    color: #000000;
    margin-right: 2rem;
}

.footer-flag {
    width: 33px;
}

.footer-divider {
    width: 80%;
    border-top: 3px solid #EBEBEB;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-bottom-links a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

    .footer-bottom-links a:hover {
        text-decoration: underline;
    }

.separator {
    color: #9f9f9f;
    padding: 0 8px;
}

.footer-social-icon {
    text-decoration: none !important;
}

    .footer-social-icon i {
        font-size: 40px;
        color: #000;
    }

.footer-legal {
    font-size: 12px;
    color: #5a5a5a;
    margin-top: 15px;
}

/* Vista Menu */

.categories-principal-container {
    margin-top: 1rem;
}

    .categories-principal-container .menu-title h2 {
        font-family: 'Subway Sans';
        font-weight: 700; /* Bold */
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0%;
        color: #000000;
        padding-left: 6.5rem;
    }
    .categories-principal-container .menu-title h1 {
        font-family: 'Subway Sans';
        font-weight: 700; /* Bold */
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0%;
        color: #000000;
        padding-left: 6.5rem;
    }

.menu-categories-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1700px;
    margin-top: 2rem;
}

.category-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.category-menu {
    max-width: 305px !important;
    max-height: 240px !important;
    width: 375px;
    height: 375px;
    margin-right: 10px;
    border-radius: 5px;
    object-fit: contain;
    counter-increment: card_categoria; /* card_categoria = carousel-cell */
    transition: transform 0s ease, background-color 0.3s ease;
    border: none;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    color: inherit;
}

.category-image-menu {
    max-width: 375px !important;
    max-height: 240px !important;
    height: 240px;
    object-fit: contain;
    counter-increment: card_categoria; /* card_categoria = carousel-cell */
    transition: transform 0s ease, background-color 0.3s ease;
    border: none;
}

    .category-image-menu img {
        max-width: 375px !important;
        max-height: 240px !important;
        width: 305px;
        height: 240px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        object-fit: contain;
        transition: transform 2s ease;
    }

.description-category-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    align-items: flex-start !important;
    width: 305px;
    height: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .description-category-container .name-category {
        font-family: 'Subway Sans';
        font-weight: 500; /* Medium */
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0%;
        color: #000000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0rem;
    }

    .description-category-container .description-category {
        font-family: 'Subway Sans';
        font-weight: 400; /* Regular */
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0%;
        color: #000000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0rem;
    }

/* Vista Productos */

.carousel-categories-container {
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    margin: 0 5rem;
    scrollbar-width: none;
    height: 100%;
}

    .carousel-categories-container::-webkit-scrollbar {
        display: none;
    }

    .carousel-categories-container::before,
    .carousel-categories-container::after {
        content: "";
        flex: 0 0 25px;
    }

.carousel-wrapper {
    position: sticky;
    top: 94px;
    z-index: 1025;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    background-color: #fff;
    overflow-x: hidden;
    margin-inline: 0rem;
}

.btn-carousel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3000;
    background: transparent;
    border: none;
    font-size: 2rem;
    padding: 0.3rem 0.7rem;
    cursor: pointer;
    pointer-events: auto;
}

    .btn-carousel.left {
        left: 40px;
    }

    .btn-carousel.right {
        right: 40px;
    }

.category-option-carousel {
    width: 200px;
    height: 50px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #ddd;
    background: #ffffff;
    cursor: pointer;
    scroll-snap-align: start;
    transition: all 0.2s ease-in-out;
    font-family: 'Subway Sans';
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
    margin: 0;
    padding: 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .category-option-carousel.active {
        border-color: #00491E;
        color: #00491E;
        font-weight: 600;
    }

.products-principal-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-inline: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.title-category {
    font-family: 'Subway Sans';
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #000;
    margin-left: 5.5rem;
    scroll-margin-top: 250px;
}

.description-category {
    font-family: 'Subway Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.products-container {
    display: grid;
    grid-template-columns: repeat(5, auto);
    column-gap: 2rem;
    row-gap: 2rem;
    justify-content: start;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 5.5rem;
}

.link-card-product {
    text-decoration: none;
}

.card-product {
    width: 250px;
    height: 325px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    text-align: center;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
}

.image-card-product {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

    .image-card-product img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.info-product {
    height: 100px;
}

.name-product {
    height: 43px;
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price-product {
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    padding-top: 0.5rem;
}

.price {
    font-family: 'Subway Sans';
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
}

.card-product span {
    font-family: 'Subway Sans';
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #008938;
}

.category-text {
    display: block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/* Vista Detalle Producto */

.details-product-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 17vh;
}

.details-product-col {
    padding-inline: clamp(1rem, 8vw, 6rem);
    max-width: 100%;
}

    .details-product-col .details-product-name {
        font-family: 'Subway Sans';
        font-size: 32px;
        line-height: 42px;
        font-weight: 700;
        color: #000;
        padding-left: 2rem;
        max-width: 100%;
    }

.details-product-description {
    width: 100%;
    max-width: 515px;
    padding-left: 2rem;
    padding-right: clamp(1rem, 8vw, 4rem);
    font-family: 'Subway Sans';
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    text-align: justify;
}

.type-obligatory {
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    padding-left: 2rem;
    padding-block: 1rem;
}

.product-detail-image {
    /*width: 100%;*/
    height: 370px;
    object-fit: cover;
    max-width: 100%;
}

.size-products-container {
    padding-inline: clamp(1rem, 5vw, 2rem);
    max-width: 100%;
    overflow-x: hidden;
}

.size-title {
    font-family: 'Subway Sans';
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
.size-selector {
    font-family: 'Subway Sans', sans-serif;
}
.size-options {
    height: 170px;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.size-card {
    width: 105px;
    height: 160px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
    padding: 0.5rem;
    transition: all 0.2s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .size-card img {
        width: 80px;
        height: auto;
        margin-bottom: 0.5rem;
    }

    .size-card .size {
        font-family: 'Subway Sans';
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        color: #000;
        margin: 0;
    }

    .size-card .extra {
        font-family: 'Subway Sans';
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        color: #808080;
        margin-top: 0.25rem;
    }

    .size-card.active {
        border: 3px solid #00491E;
    }

    .size-card:hover {
        transform: scale(1.03);
    }

.section-makeCombo {
    padding-block: 1.5rem;
    padding-inline: clamp(1rem, 9vw, 2rem);
    max-width: 100%;
    overflow-x: hidden;
}

.title-makecombo {
    font-family: 'Subway Sans';
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.subtitle-makecombo {
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #999;
    margin-bottom: 1rem;
}

.combo-card {
    width: 100%;
    max-width: 435px;
    height: 125px;
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    padding: 0.75rem 1rem;
    transition: all 0.2s ease;
}

    .combo-card.active {
        border: 3px solid #00491E;
    }

.combo-img {
    width: 70px;
    height: auto;
    flex-shrink: 0;
}

.combo-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.combo-text {
    font-family: 'Subway Sans';
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.combo-price {
    font-family: 'Subway Sans';
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 0.25rem;
}

input.input-number {
    width: 2rem;
    border: 1px solid transparent !important;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
    align-self: center;
    outline: none;
    border: none;
    height: 2rem;
}

.btn-number {
    font-size: 1rem !important;
    padding: 0 0.3rem;
    background-color: transparent;
    border: 1px solid #008938 !important;
    color: #008938;
    height: auto;
    border-radius: 100%;
}

.choice-scroll {
    width: 100%;
    max-width: 530px;
    max-height: 375px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: auto;
    -ms-overflow-style: auto;
}

.section-choice {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Subway Sans', sans-serif;
}

.title-choice {
    font-family: 'Subway Sans';
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.subtitle-choice {
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #999;
    margin-bottom: 1rem;
}

.choice-card {
    width: 100%;
    max-width: 435px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 2rem;
}

    .choice-card.active {
        border: 3px solid #00491E;
    }

.choice-img {
    width: 70px;
    height: auto;
    flex-shrink: 0;
}

.choice-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.choice-text {
    font-family: 'Subway Sans';
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
}

.section-bag {
    margin-block: 3rem;
    gap: 0.5rem;
    padding-inline: clamp(1rem, 9vw, 2rem);
    width: 100%;
    overflow-x: hidden;
}

.btn-addBag {
    /*width: 100%;
  max-width: 248px;*/
    width: 248px;
    height: 50px;
    font-family: 'Subway Sans Condensed';
    font-weight: 500;
    font-size: 18px;
    color: white;
    background-color: #008938;
    border-radius: 5px;
    border: none;
}

.quantity-container {
    width: 104px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #008938;
    border-radius: 5px;
}

    .quantity-container input {
        border: none !important;
        color: #008938;
    }

.btn-quantity {
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent !important;
    color: #008938;
    font-size: 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-quantity:hover {
        background-color: #ddd;
    }

#quantity {
    width: 45px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 32px;
}

/* Elimina espacio del type number */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    appearance: textfield;
}

/* Vista Carrito */

.title-myOrder-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.title-myOrder {
    font-family: 'Subway Sans';
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 700; /* Bold */
    color: #000;
}

.pickup-card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    padding: 1rem 1.2rem;
    font-family: 'Subway Sans', sans-serif;
    max-width: 420px;
    margin: 1rem auto;
}

.pickup-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem 0;
}

.pickup-info {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
}

    .pickup-info i {
        font-size: 24px;
        color: #000;
        margin-top: 3px;
    }

.pickup-text {
    width: 200px;
    font-family: 'Subway Sans';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 500; /* Medium */
    color: #000;
}

.pickup-edit {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pickup-divider {
    border: none;
    border-top: 2px solid #e5e5e5;
    margin: 0.3rem 0;
}

.bag-item-card {
    padding: 1.2rem 1.5rem 0rem;
    border-radius: 6px;
    max-width: 420px;
    margin: 0rem auto;
}

.bag-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bag-item-title {
    font-family: 'Subway Sans Condensed';
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500; /* Medium */
    margin: 0;
    text-transform: uppercase;
}

.bag-item-price {
    font-family: 'Subway Sans Condensed';
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500; /* Medium */
    color: #000;
}

.bag-item-description {
    width: 280px;
    font-family: 'Subway Sans';
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400; /* Regular */
    color: #000;
    margin: 1rem 0 0.8rem 0;
}

.bag-item-edit {
    text-align: right;
    margin-bottom: 0.8rem;
}

.edit-link {
    font-family: 'Subway Sans';
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 500; /* Medium */
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bag-item-snacks {
    margin-bottom: 1rem;
}

.snacks-title {
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 500; /* Medium */
    color: #000;
    margin-bottom: 0.3rem;
}

.snacks-list {
    font-family: 'Subway Sans';
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0px;
    font-weight: 400; /* Regular */
    color: #000;
    list-style-type: disc;
    margin: 0 0 0 1.2rem;
    padding: 0;
}

.snacks-list {
    list-style: none; /* Quita los bullets */
    padding-left: 0; /* Quita sangría interna */
    margin: 0; /* Quita márgenes por defecto */
}
    /*-------------------*/
    .snacks-list li {
        font-size: 15px;
        line-height: 1.4;
    }

.snack-extra {
    margin-left: 0.4rem;
    font-weight: 500;
}

.bag-item-controls {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-block: 2rem;
}

.quantity-btn {
    background: none;
    border: none;
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
}

.quantity {
    font-family: 'Subway Sans';
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 500; /* Medium */
    color: #000;
}

.remove-product {
    font-family: 'Subway Sans';
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 500; /* Medium */
    color: #000;
    margin-left: 1rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bag-actions {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2rem;
    background-color: #fff;
    padding: 0rem 1.5rem 3rem;
}

.btn-continue-buying {
    width: 240px;
    height: 50px;
    font-family: 'Subway Sans';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 500; /* Medium */
    color: #008938;
    border: 1px solid #008938;
    background-color: #fff;
    border-radius: 5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.empty-bag {
    font-family: 'Subway Sans';
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0px;
    font-weight: 400; /* Regular */
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

.code-discount-title {
    font-family: 'Subway Sans';
    font-size: 22px;
    line-height: 24px;
    font-weight: 500; /* Medium */
    color: #000;
    margin-block: 2rem;
}

.input-code-discount {
    width: 223px;
    height: 50px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}

.btn-apply {
    width: 95px;
    height: 50px;
    border: 1px solid #008938;
    background-color: #fff;
    color: #008938;
    border-radius: 5px;
    font-family: 'Subway Sans Condensed';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 500; /* Medium */
}

.code-discount-description {
    font-family: 'Subway Sans';
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0px;
    font-weight: 400; /* Regular */
    color: #808080;
    padding-left: 2rem;
    padding-top: 1rem;
}

.container-total-pay {
    gap: 11rem;
    margin-bottom: 8rem;
}

.total-pay-title {
    font-family: 'Subway Sans';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 700; /* Bold */
    color: #000;
}

.total-pay {
    font-family: 'Subway Sans';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 700; /* Bold */
    color: #000;
}

.btn-continue-container {
    position: fixed;
    bottom: 70px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1000;
    background-color: #fff;
}

.btn-continue-pay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 335px;
    width: calc(100% - 2rem);
    height: 50px;
    background-color: #008938;
    font-family: 'Subway Sans Condensed';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 500; /* Medium */
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 1rem;
}

.suggest-title {
    font-family: 'Subway Sans';
    font-size: 22px;
    line-height: 24px;
    font-weight: 500; /* Medium */
    color: #000;
    margin-bottom: 2rem;
}

.suggest-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scroll-behavior: smooth;
}

    .suggest-carousel::-webkit-scrollbar {
        display: none; /* Oculta la barra de scroll */
    }

.suggest-card {
    /*width: 325px;*/
    max-width: 90vw;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    scroll-snap-align: start;
    flex-shrink: 0;
    border: 1px solid #EAEAEA;
}

.suggest-img {
    width: 60px;
    height: auto;
    border-radius: 8px;
}

.suggest-info {
    flex-grow: 1;
    margin-left: 0.75rem;
}

.suggest-name {
    font-family: 'Subway Sans';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 500; /* Medium */
    color: #000;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
}

.suggest-price {
    font-family: 'Subway Sans';
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 400; /* Regular */
    color: #000;
    margin: 0;
    margin-top: 0.2rem;
}

.btn-add-suggest {
    background-color: #fff;
    color: #008938;
    border: 1px solid #008938;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.suggest-extra {
    width: 40px;
    height: auto;
}

.btn-pay {
    width: 335px;
    height: 50px;
    background-color: #008938;
    color: #fff;
    font-family: 'Subway Sans Condensed';
    font-size: 18px;
    font-weight: 500; /* Medium */
    line-height: 24px;
    text-decoration: none;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

.btn-continue {
    font-family: 'Subway Sans Condensed';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 500; /* Medium */
    color: #000;
    display: block;
    margin: 0.75rem auto 0;
    background: transparent;
    border: none;
    text-decoration: underline;
}

.cart-page {
    width: 100%;
}

.cart-layout {
    max-width: 1200px;
    margin: 0 auto;
}

.cart-layout {
    /*display: grid;*/
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    padding: 25px;
}

.cart-main > * {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.pickup-card,
.bag-item-card {
    max-width: 100%;
}

.cart-summary {
    /*position: sticky;*/
    top: 120px;
    height: fit-content;
}

.suggest-carousel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.suggest-carousel-U {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.summary-cart-box {
    background: #fff;
    border-radius: 8px;
    padding-block: 25px;
    padding-inline: 20px;
    margin: 32px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    margin-top: 2rem;
}

.summary-cart-row {
    display: flex;
    justify-content: space-between;
    font-family: 'Subway Sans';
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.desktop-pay {
    width: 100%;
}

/* Vista Restaurantes */

.title-restaurants {
    font-family: 'Subway Sans';
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0px;
    font-weight: 700; /* Bold */
    color: #000000;
    text-align: center;
    margin-top: 1.5rem;
}

.restaurants-scroll {
    width: 100%;
    max-width: 1600px;
    max-height: 580px;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE / Edge viejo */
    margin-top: 2rem;
    margin-bottom: 8rem;
    margin: 2rem auto 3rem;
    box-shadow: 0 2px 25px rgba(0, 0, 0, .06);
    background-color: #ffffff;
}

    /* Oculta el scroll en Chrome, Safari, Edge */
    .restaurants-scroll::-webkit-scrollbar {
        display: none;
    }

.restaurants-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1600px;
    margin: auto;
    margin-block: 1rem;
    gap: 16px;
    padding: 16px;
}

.restaurant-card {
    flex-direction: column;
    align-items: flex-start !important;
    min-height: 200px;
    background: #fff;
    border-radius: 5px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: stretch !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

.restaurant-info {
    flex: 1;
    padding-right: 10px;
}

    .restaurant-info h4 {
        font-family: 'Subway Sans';
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5px;
        font-weight: 700; /* Bold */
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 6px;
    }

    .restaurant-info p {
        font-family: 'Subway Sans';
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: 0px;
        font-weight: 400; /* Regular */
        color: #666;
        margin-bottom: 4px;
    }

.status {
    font-family: 'Subway Sans';
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-weight: 500;
}

    .status.open {
        color: #008938; /* verde */
    }

    .status.closed {
        color: red;
    }

.restaurant-actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
    align-self: flex-end;
}

    .restaurant-actions a {
        width: 38px;
        height: 38px;
        background: #008938;
        color: #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 18px;
    }

/* Vista Catering */

.catering-introduction {
    padding: 4rem 1rem;
    background: #fff;
}

.catering-introduction-content {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.catering-introduction-text h1 {
    font-family: 'Subway Sans';
    font-size: 40px;
    font-weight: 700; /* Bold */
    line-height: 50px;
    margin-bottom: 1rem;
}

.catering-introduction-text p {
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 25px;
    font-weight: 400; /* Regular */
    color: #444;
    margin-bottom: 2rem;
}

.catering-introduction-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.catering-introduction-image {
    display: flex;
    justify-content: end;
}

.catering-introduction-image img {
    width: 100%;
    max-width: 420px;
}

 

.btn-download-menu {
    background-color: #008938;
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 25px;
    font-weight: 700; /* Bold */
    color: #fff;
    padding: 14px 24px;
    border-radius: 5px;
    text-decoration: none;
}

    .btn-download-menu.large {
        padding: 16px 32px;
    }

.btn-contact {
    border: 2px solid #008938;
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 25px;
    font-weight: 700; /* Bold */
    color: #008938;
    padding: 12px 22px;
    border-radius: 5px;
    text-decoration: none;
}

.catering-benefits {
    padding: 3rem 1rem;
    background: #f9f9f9;
}

.benefits-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.benefit-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

    .benefit-card h3 {
        font-family: 'Subway Sans';
        font-size: 22px;
        line-height: 32px;
        font-weight: 700; /* Bold */
        color: #000000;
    }

    .benefit-card p {
        font-family: 'Subway Sans';
        font-size: 16px;
        line-height: 25px;
        font-weight: 400; /* Regular */
        color: #000000;
    }

.catering-contact {
    padding: 3rem 1rem 5rem;
    text-align: center;
}

    .catering-contact h2 {
        font-family: 'Subway Sans';
        font-size: 24px;
        line-height: 34px;
        font-weight: 700; /* Bold */
        color: #000000;
    }

    .catering-contact p {
        font-family: 'Subway Sans';
        font-size: 16px;
        line-height: 16px;
        font-weight: 400; /* Regular */
        color: #000000;
    }

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .contact-info a {
        font-family: 'Subway Sans';
        font-size: 15px;
        line-height: 20px;
        font-weight: 500; /* Medium*/
        color: #008938;
        margin: .3rem 0;
        text-decoration: none;
    }

/* Vista Finalizacion Pago */

.checkout-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Subway Sans';
    font-size: 22px;
    line-height: 20px;
    font-weight: 700; /* Bold */
    color: #000000;
    margin-block: 2rem;
}

.checkout-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    padding: 16px;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

    .checkout-container::after {
        content: "";
        position: absolute;
        top: 16px;
        bottom: 16px;
        left: 50%;
        width: 1px;
        background-color: #e5e5e5;
    }

.checkout-card {
    font-family: 'Subway Sans';
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    background: #fff;
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 16px;
}

    .checkout-card h3 {
        font-family: 'Subway Sans Condensed';
        font-size: 19px;
        line-height: 20px;
        font-weight: 500; /* Medium */
        color: #000000;
        margin-bottom: 16px;
    }

.payment-type {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.payment-label {
    font-size: 14px;
    font-weight: 600;
}

.payment-select {
    width: 100%;
    height: 44px;
    padding-left: 12px;
    padding-right: 44px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23666' d='M6 8L0 0h12z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
}

    .payment-select:focus {
        border-color: #008938;
    }

.switch {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

    .switch input {
        display: none;
    }

.slider {
    position: relative;
    width: 44px;
    height: 24px;
    background-color: #ccc;
    border-radius: 24px;
    transition: background-color 0.3s;
}

    .slider::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        left: 3px;
        top: 3px;
        background-color: #fff;
        border-radius: 50%;
        transition: transform 0.3s;
    }

.switch input:checked + .slider {
    background-color: #008938;
}

    .switch input:checked + .slider::before {
        transform: translateX(20px);
    }

.btn-edit {
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
    text-underline-offset: 3px;
    cursor: pointer;
}

.btn-modify-data {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #f7f7f7;
}

.btn-pay-order {
    background: #008938;
    color: #fff;
    border: none;
    width: 100%;
    padding: 14px;
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
}

.switch {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-family: inherit;
}

    .switch input {
        display: none;
    }

/* Contenedor del switch */
.slider {
    position: relative;
    width: 44px;
    height: 24px;
    background-color: #ccc;
    border-radius: 24px;
    transition: background-color 0.3s;
}

    /* Círculo */
    .slider::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        left: 3px;
        top: 3px;
        background-color: #fff;
        border-radius: 50%;
        transition: transform 0.3s;
    }

/* Estado activo */
.switch input:checked + .slider {
    background-color: #008938;
}

    .switch input:checked + .slider::before {
        transform: translateX(20px);
    }

.switch-text {
    font-size: 14px;
}

.checkout-summary {
    background: #fff;
    border-radius: 12px;
    padding: 14px;
}

    .checkout-summary h3 {
        font-family: 'Subway Sans Condensed';
        font-size: 19px;
        line-height: 20px;
        font-weight: 500; /* Medium */
        color: #000000;
        margin-bottom: 16px;
    }

.summary-row,
.summary-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    font-family: 'Subway Sans';
    font-size: 15px;
    line-height: 20px;
    font-weight: 500; /* Medium */
    margin-bottom: 8px;
}

.summary-total {
    font-family: 'Subway Sans';
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 700; /* Bold */
    margin-bottom: 25px;
}

.checkout-fixed-bottom {
    margin-top: 24px;
}

/* Vista Terminar Orden */

.order-completed-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Subway Sans';
    font-size: 22px;
    line-height: 20px;
    font-weight: 700; /* Bold */
    color: #000000;
    margin-block: 2rem;
}

.order-completed-title-detalle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Subway Sans';
    font-size: 22px;
    line-height: 20px;
    font-weight: 700; /* Bold */
    color: #000000;
    margin-block: 2rem;
}

.order-completed-container {
    padding: 16px;
    max-width: 1200px;
    margin-inline: auto;
    margin-block: 1rem;
}

.order-completed-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
}

.btn-view-order {
    background: #008938;
    color: #fff;
    border: none;
    width: 100%;
    padding: 14px;
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 1.5rem;
}
.pickup-item-DetalleOrden-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    align-content: center;
    gap: 7rem;
    width: 100%;
}
.order-completed-card {
    font-family: 'Subway Sans';
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    background: #fff;
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 16px;
    width: 100%;
    max-width: 420px;
}

.order-completed-summary {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 5px;
    padding: 16px 16px 16px 0;
}

    .order-completed-summary h3 {
        font-family: 'Subway Sans Condensed';
        font-size: 19px;
        line-height: 20px;
        font-weight: 500; /* Medium */
        color: #000000;
        margin-bottom: 16px;
    }

.order-completed-summary-row,
.order-completed-summary-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    font-family: 'Subway Sans';
    font-size: 15px;
    line-height: 20px;
    font-weight: 500; /* Medium */
    margin-bottom: 8px;
}

.order-completed-fixed-bottom {
    margin-top: 24px;
}

/* Vista Detalle Orden */

.order-details-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-block: 2rem;
}

.order-details-title {
    font-family: 'Subway Sans';
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.order-status-badge {
    background: #000;
    color: #fff;
    font-family: 'Subway Sans';
    font-size: 20px;
    font-weight: 700; /* Bold */
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.order-details-container {
    padding: 16px;
    max-width: 1200px;
    margin-inline: auto;
    margin-block: 2rem;
}

.order-details-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.order-details-info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.order-details-summary {
    justify-content: center;
    gap: 12px;
}

.order-details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .order-details-header strong {
        font-family: 'Subway Sans';
        font-size: 20px;
        font-weight: 700;
        color: #008938;
    }

.order-date {
    font-family: 'Subway Sans';
    font-size: 16px;
    font-weight: 500; /* Medium */
    color: #000000;
}

.order-details-card,
.order-details-summary {
    width: 100%;
    width: 370px;
    font-family: 'Subway Sans';
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    background: #fff;
    border-radius: 5px;
    padding: 16px;
}

    .order-details-summary h3 {
        font-family: 'Subway Sans Condensed';
        font-size: 19px;
        line-height: 20px;
        font-weight: 500; /* Medium */
        color: #000000;
        margin-bottom: 16px;
    }

.order-details-summary-row,
.order-details-summary-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    font-family: 'Subway Sans';
    font-size: 15px;
    line-height: 20px;
    font-weight: 500; /* Medium */
    margin-bottom: 8px;
}

/* Loyalty */

.profile-page {
    max-width: 1200px;
    margin: auto;
    padding: 24px;
    font-family: inherit;
    margin-bottom: 3rem;
}

.profile-header {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    margin-bottom: 32px;
    background: #008938;
    color: #ffffff;
    padding: 24px;
    border-radius: 5px;
}

.title-my-profile {
    font-family: 'Subway Sans';
    font-size: 40px;
    line-height: 58px;
    font-weight: 700 /* Bold*/;
    color: #ffffff;
    margin-bottom: 8px;
}

.profile-name, .profile-email, .profile-id {
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400; /* Regular */
}

.profile-card strong {
    color: #F2B700;
}

.profile-status {
    background: rgba(255, 255, 255, 0.15);
    padding: 16px;
    border-radius: 5px;
}

.status-badge {
    display: inline-block;
    border-radius: 20px;
    font-family: 'Subway Sans';
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0.6rem;
}
.transaction-puntos {
    overflow-y: auto;
    overflow-x: hidden;
    height: 35vh;
}

.status-period {
    font-family: 'Subway Sans';
    font-size: 16px;
    font-weight: 400; /* Regular */
}

.status-level {
    font-family: 'Subway Sans';
    font-size: 16px;
    font-weight: 400; /* Regular */
}

.profile-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    margin-bottom: 40px;
}

.metric-card {
    background: #f4faf6;
    border-radius: 5px;
    padding: 16px;
    text-align: center;
    border: 1px solid #d7eadc;
}

.metric-value {
    font-family: 'Subway Sans';
    font-size: 28px;
    font-weight: 700; /* Bold*/
    display: block;
    color: #008938;
}

.metric-label {
    font-family: 'Subway Sans';
    font-size: 14px;
    font-weight: 500; /* Medium */
    color: #000;
}

.metric-card.highlight {
    background: #008938;
}

    .metric-card.highlight .metric-value,
    .metric-card.highlight .metric-label {
        color: #ffffff;
    }

.options-profile-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-block: 3rem;
}

.option-profile {
    width: 184px;
    height: 50px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    scroll-snap-align: start;
    transition: all 0.2s ease-in-out;
    font-family: 'Subway Sans';
    font-size: 12px;
    font-weight: 700; /* Bold */
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden {
    display: none;
}

.option-profile.active {
    background-color: #ffffff;
    color: #008938;
}

.profile-section {
    display: none;
}

    .profile-section.active {
        display: block;
    }

.profile-history-account {
    display: grid;
    gap: 35px;
}

.title-option {
    font-family: 'Subway Sans';
    font-size: 30px;
    line-height: 38px;
    font-weight: 700; /* Bold */
    color: #000000;
    text-align: center;
    margin-block: 3rem;
}

.history-block h3 {
    font-family: 'Subway Sans';
    font-size: 28px;
    font-weight: 700; /* Bold */
    line-height: 38px;
    color: #008938;
    margin-bottom: 12px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

thead {
    background: #008938;
    color: #ffffff;
}

th, td {
    font-family: 'Subway Sans';
    font-size: 14px;
    font-weight: 500; /* Medium */
    padding: 12px;
    text-align: left;
}

tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

    tbody tr:hover {
        background: #f4faf6;
    }

.subway-card-large {
    border-radius: 18px;
    border: none;
    overflow: hidden;
}

.subway-large-header {
    font-family: 'Subway Sans';
    background-color: #009a44;
    color: #fff;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subway-large-body {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 30px;
    padding: 30px;
    background-color: #f8f8f8;
}

.large-qr {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

    .large-qr img {
        width: 220px;
    }

    .large-qr span {
        display: block;
        margin-top: 14px;
        font-family: 'Subway Sans';
        font-size: 15px;
        font-weight: 500;
    }

.large-info h3 {
    font-family: 'Subway Sans';
    font-weight: 700;
    margin-bottom: 20px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

    .info-grid label {
        font-family: 'Subway Sans';
        font-size: 13px;
        color: #666;
    }

    .info-grid p {
        font-family: 'Subway Sans';
        font-size: 16px;
        font-weight: 600;
        margin: 0;
    }

.large-note {
    font-family: 'Subway Sans';
    margin-top: 25px;
    font-size: 14px;
    color: #555;
}

.subway-large-actions {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    padding: 20px 30px;
    background-color: #ffffff;
}

.btn-cancel-subway-digital {
    font-family: 'Subway Sans';
    background: none;
    border: 2px solid #009a44;
    color: #009a44;
    padding: 10px 22px;
    border-radius: 10px;
    font-weight: 600;
}

.btn-download-subway-digital {
    font-family: 'Subway Sans';
    background-color: #ffc800;
    border: none;
    padding: 10px 22px;
    border-radius: 10px;
    font-weight: 600;
}

.profile-card-wallet {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    margin-bottom: 40px;
}

.wallet-card {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f4faf6;
    border-radius: 5px;
    padding: 16px;
    text-align: center;
    border: 1px solid #d7eadc;
}

.wallet-subway-card-title {
    font-family: 'Subway Sans';
    font-size: 38px;
    font-weight: 700; /* Bold*/
    color: #ffc20f;
    margin-bottom: 0.5rem;
}

.wallet-card p {
    font-family: 'Subway Sans';
    font-size: 16px;
    font-weight: 500; /* Medium */
    color: #000000;
}

.wallet-card img {
    width: 200px;
    margin-bottom: 0.8rem;
}

.download-wallet {
    font-family: 'Subway Sans';
    font-size: 16px;
    font-weight: 500; /* Medium */
    color: #ffc20f !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wallet-value {
    font-family: 'Subway Sans';
    font-size: 28px;
    font-weight: 700; /* Bold*/
    display: block;
    color: #008938;
}

.wallet-label {
    font-family: 'Subway Sans';
    font-size: 14px;
    font-weight: 500; /* Medium */
    color: #000;
}

.wallet-card.highlight {
    background: #008938;
}

    .wallet-card.highlight .wallet-value,
    .wallet-card.highlight .wallet-label {
        color: #ffffff;
    }

/* Politicas de Uso */

.policies-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    text-align: justify;
}

.policies-title {
    font-family: 'Subway Sans';
    font-size: 32px;
    line-height: 38px;
    font-weight: 700; /* Bold */
    color: #000000;
    margin-block: 2rem;
    text-align: center;
}

.policies-text {
    font-family: 'Subway Sans';
    max-width: 800px;
    font-size: 16px;
    font-weight: 400; /* Regular */
    line-height: 1.7;
    color: #000000;
}

/* Terminos y Condiciones */

.terms-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    text-align: justify;
}

.terms-title {
    font-family: 'Subway Sans';
    font-size: 32px;
    line-height: 38px;
    font-weight: 700; /* Bold */
    color: #000000;
    margin-block: 2rem;
    text-align: center;
}

.terms-text {
    font-family: 'Subway Sans';
    max-width: 800px;
    font-size: 16px;
    font-weight: 400; /* Regular */
    line-height: 1.7;
    color: #000000;
}

/* Nosotros */

.history-section {
    padding: 1rem;
    background: #f6f6f6;
}

.history-container {
    margin: 3rem auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 2rem;
}

.history-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    max-height: 600px;
    overflow-y: auto;
}

    .history-card h2 {
        font-family: 'Subway Sans';
        color: #008938;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .history-card p {
        font-family: 'Subway Sans';
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-bottom: 1rem;
        text-align: justify;
    }

    .history-card li {
        margin-left: 1.2rem;
    }

.restaurant-us-card {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    background-color: transparent;
    box-shadow: none;
}

    .restaurant-us-card img {
        width: 100%;
        height: auto;
    }

.history-card::-webkit-scrollbar {
    width: 8px;
}

.history-card::-webkit-scrollbar-thumb {
    background-color: #008938;
    border-radius: 4px;
}

.history-card::-webkit-scrollbar-track {
    background-color: #f6f6f6;
}

/* Vista Direcciones */

.navbar-menu-select-direction {
    background-color: #fff;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 56px;
    z-index: 1050;
    padding: 0.5rem 2rem;
    display: flex;
    align-items: center;
}

.select-restaurant-title, .select-direction-title {
    font-family: 'Subway Sans Condensed';
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    text-align: center;
    flex: 1;
}

.close-icon-directions {
    color: #000;
    text-decoration: none;
}

/* Contenedor del toggle de Recoger / Entrega */
.container-typeService {
    position: fixed;
    top: 94px;
    width: 100%;
    padding-inline: 1rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 1025;
    flex-direction: column;
}

/* Toggle */
.toggle-container-directions {
    display: flex;
    width: 100%;
    max-width: 800px;
    height: 60px;
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #008938;
    justify-content: space-between;
    font-family: 'Subway Sans Condensed';
}

.toggle-option-directions {
    flex: 1;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

    .toggle-option-directions i {
        color: #008938;
        font-size: 24px;
        transition: color 0.3s;
    }

    .toggle-option-directions.active {
        color: #fff;
        background-color: #008938;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

        .toggle-option-directions.active i {
            color: #fff;
        }

.check-icon-directions {
    display: inline-block;
    margin-right: 8px;
    font-size: 24px;
}

.instruction-collect-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

    .instruction-collect-container p {
        font-family: 'Subway Sans';
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        text-align: center;
    }

.collect-scroll {
    width: 100%;
    max-width: 1600px;
    max-height: 591px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 5rem;
    margin: 1rem auto 0rem;
    box-shadow: 0 2px 25px rgba(0, 0, 0, .06);
    margin-bottom: 5px;
}

.collect-scroll-container {
    width: 100%;
    max-width: 1600px;
    max-height: 591px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 5rem;
    margin: 2rem auto 0rem;
    box-shadow: 0 2px 25px rgba(0, 0, 0, .06);
    margin-bottom: 5px;
    margin-top: 7rem;
}

/* Oculta el scroll en Chrome, Safari, Edge */
.collect-scroll::-webkit-scrollbar {
    display: none;
}

.collect-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1600px;
    margin: auto;
    gap: 16px;
    padding: 16px;
    margin-top: 3rem;
}

.restaurant-card-collect {
    flex-direction: column;
    align-items: flex-start;
    min-height: 170px;
    background: #fff;
    border-radius: 5px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

.restaurant-info-collect {
    flex: 1;
    padding-right: 10px;
}

    .restaurant-info-collect h4 {
        font-family: 'Subway Sans';
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5px;
        font-weight: 500; /* Medium */
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 6px;
    }

    .restaurant-info-collect p {
        font-family: 'Subway Sans';
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: 0px;
        font-weight: 400; /* Regular */
        color: #666;
        margin-bottom: 4px;
    }

.rules-container {
    background-color: #f7f7f7;
    width: 100%;
    padding: 2rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

.rules-card {
    flex-direction: column;
    align-items: flex-start;
    min-height: 120px;
    background: #fff;
    border-radius: 5px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

.rules-info-card {
    flex: 1;
    padding-right: 10px;
}

    .rules-info-card h4 {
        font-family: 'Subway Sans';
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5px;
        font-weight: 500; /* Medium */
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 6px;
    }

    .rules-info-card p {
        font-family: 'Subway Sans';
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: 0px;
        font-weight: 400; /* Regular */
        color: #666;
        margin-bottom: 4px;
    }


.status {
    font-family: 'Subway Sans';
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-weight: 500; /* Medium*/
    color: #008938;
}

.btn-order-here {
    display: flex;
    gap: 8px;
    margin-top: auto;
    align-self: flex-end;
}

    .btn-order-here a {
        width: 150px;
        height: 38px;
        background: #008938;
        font-family: 'Subway Sans';
        font-size: 15px;
        font-weight: 500; /* Medium */
        color: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

/* Domicilio */

/* Delivery separado, flex column */
.delivery-container {
    width: 100%;
    margin: 11rem auto 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1rem;
}

/* Buscador de dirección */
.delivery-search-container {
    display: flex;
    gap: 8px;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
}

.delivery-search-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #008938;
    border-radius: 8px;
    font-family: 'Subway Sans';
    font-size: 16px;
    width: 800px;
}

.delivery-search-btn {
    background-color: #008938;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0 20px;
    font-family: 'Subway Sans';
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .delivery-search-btn:hover {
        background-color: #006c28;
    }

.delivery-map-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: 450px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
}

.delivery-map {
    width: 100%;
    height: 450px;
    display: block;
}

.info-direction {
    width: 800px;
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
}

.form-label-name-direction, .form-label-additional-information {
    font-family: 'Subway Sans';
    font-weight: 500; /* Medium */
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000000;
}

.direction-name {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

    .direction-name:focus,
    .direction-name:hover,
    .direction-name:active {
        box-shadow: none !important;
        outline: none !important;
        border-color: #ccc !important;
    }

.direction-additional-information {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
    resize: none;
    overflow: hidden;
}

    .direction-additional-information:focus,
    .direction-additional-information:hover,
    .direction-additional-information:active {
        box-shadow: none !important;
        outline: none !important;
        border-color: #ccc !important;
    }

.btn-add-direction {
    width: 335px;
    height: 50px;
    background-color: #008938;
    font-family: 'Subway Sans Condensed';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    box-shadow: none;
}

.schedule-title, .distancia-title {
    color: #008938;
}

.modal-dialog-search-direction {
    height: 100% !important;
}

.modal-header-search-direction-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-bottom: none;
}

    .modal-header-search-direction-centered .btn-close {
        position: absolute;
        right: 1rem; /* mantiene el botón en su esquina derecha */
        top: 50%;
        transform: translateY(-50%);
    }

.modal-title-search-direction {
    font-family: 'Subway Sans Condensed';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}

.search-bar-direction-modal {
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 1035;
    padding: 0 1rem;
    border-bottom: 1px solid #d6d6d6;
}

.input-group-search-bar {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    padding: 8px 15px;
    background-color: #fff;
    border-radius: 8px;
}

.icon-input-direction {
    font-size: 18px;
    color: #008938;
    margin-right: 10px;
}

.modal-body-search-direction {
    height: 100vh;
    margin-top: 2rem;
}

.scroll-container-search-direction {
    max-height: 710px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding-right: 10px;
}

.input-group-search-bar .form-control {
    flex: 1;
    border: none;
    outline: none;
    font-family: 'Subway Sans';
    font-weight: 400; /* Regular */
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #008938;
    background-color: #fff;
}

    .input-group-search-bar .form-control::placeholder {
        color: #008938;
    }

    .input-group-search-bar .form-control:focus {
        outline: none !important;
        box-shadow: none !important;
        border-color: transparent !important;
    }

.container-btn-use-current-direction {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.75rem 1rem;
    z-index: 1050;
}

.btn-use-current-direction {
    width: 335px;
    height: 48px;
    background-color: #008938;
    font-family: 'Subway Sans Condensed';
    font-weight: 500; /* Medium */
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
}

/* Vista Perfil */

.profile-container {
    max-width: 1100px;
    margin: auto;
    padding: 16px;
}

.profile-user {
    background-color: #008938;
    border-radius: 18px;
    padding: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.profile-avatar-lg {
    width: 80px;
    height: 80px;
    background: #ffffff;
    color: #009639;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700; /* Bold */
}

.profile-user-info h1 {
    margin: 0;
    font-family: 'Subway Sans';
    font-size: 22px;
    font-weight: 500; /* Medium */
    color: #ffffff;
}

.profile-user-info p {
    margin: 6px 0;
    font-family: 'Subway Sans';
    font-size: 14px;
    font-weight: 400; /* Regular */
    opacity: 0.9;
    color: #ffffff;
}

.profile-user-info span {
    font-family: 'Subway Sans';
    font-size: 13px;
    font-weight: 400; /* Regular */
    opacity: 0.85;
    color: #ffffff;
}

.profile-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.stat-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 14px;
    text-align: center;
}

    .stat-card strong {
        display: block;
        font-family: 'Subway Sans';
        font-size: 28px;
        font-weight: 700; /* Bold */
        color: #008938;
    }

    .stat-card span {
        font-family: 'Subway Sans';
        font-size: 14px;
        font-weight: 500; /* Medium */
        color: #000;
    }

.profile-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.profile-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
}

    .profile-card h3 {
        margin-bottom: 14px;
        font-family: 'Subway Sans';
        font-size: 16px;
        font-weight: 700; /* Bold */
    }

.address-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

    .address-item:last-child {
        border-bottom: none;
    }

.address-icon {
    width: 36px;
    height: 36px;
    background: #f1f8f4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-item strong {
    font-family: 'Subway Sans';
    font-size: 14px;
    font-weight: 500; /* Medium */
    color: #008938;
}

.address-item p {
    font-family: 'Subway Sans';
    font-size: 13px;
    font-weight: 400; /* Regular */
    color: #000000;
}

.card-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

    .card-item strong {
        font-size: 16px;
        font-family: 'Subway Sans';
        font-weight: 700; /* Bold */
        color: #008938;
    }

    .card-item:last-child {
        border-bottom: none;
    }




/* Media Querys */

/* Mobile */

@media (max-width: 575px) {

    /* Vista Home*/

    body {
        overflow-x: hidden !important;
    }

    .navbar-collapse > .d-flex {
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .navbar-nav {
        align-items: unset !important;
        gap: 0rem;
    }

    .order-now-button {
        width: 100%;
        margin-top: 15px;
    }

    .pickup-item-DetalleOrden-title {
        gap: 4rem;
    }
    .carousel-home {
        height: 300px !important;
        aspect-ratio: 2 / 1;
    }

        .carousel-home .carousel-inner {
            height: 300px !important;
        }

        .carousel-home img {
            height: 300px;
            object-fit: cover;
            background-color: transparent;
        }

    .carousel-control-prev, .carousel-control-next {
        width: 15% !important;
    }

    .menu-carousel-container h2 {
        padding-left: 1rem;
        font-size: 32px;
    }

    .subway-rewards-container {
        height: auto;
    }

    .subway-rewards-logo-container {
        margin-top: 1rem;
    }

    .subway-rewards-description {
        margin-left: 0rem !important;
    }

        .subway-rewards-description h2 {
            font-size: 22px;
            line-height: 28px;
            text-align: center !important;
            margin-top: 1rem !important;
            margin-bottom: 1rem !important;
        }

        .subway-rewards-description p {
            line-height: 20px;
            text-align: center;
            margin-bottom: 1rem !important;
        }

    .subway-rewards-description {
        margin-left: 3rem;
    }

    .join-now-button-container {
        margin-bottom: 1rem;
    }

    .join-now-button {
        width: 100%;
    }

    .menu-categories-carousel {
        width: 100% !important;
        max-width: 100vw !important;
        padding-inline: 0 !important;
        overflow-x: hidden !important;
    }

    .flickity-viewport {
        max-width: 100vw !important;
        overflow: hidden !important;
        right: 0 !important;
    }

    .carousel-cell {
        width: 90vw !important;
        max-width: 320px !important;
        height: auto !important;
        margin-right: 10px;
    }

    .category-image {
        width: 100% !important;
        max-width: 100% !important;
        height: 230px !important;
    }

        .category-image img {
            width: 100% !important;
            max-width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
        }

    .name-category-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .name-category {
        font-size: 16px !important;
    }

    .menu-carousel-container * {
        max-width: 100vw !important;
    }

    .flickity-prev-next-button.previous {
        top: 40%;
        left: 0px !important;
    }

    .flickity-prev-next-button.next {
        top: 40%;
        right: 0px !important;
    }

    .flickity-prev-next-button {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
        -webkit-tap-highlight-color: transparent;
    }

        .flickity-prev-next-button:focus,
        .flickity-prev-next-button:active {
            outline: none !important;
            box-shadow: none !important;
        }

    .view-product-new-container {
        height: auto;
        display: flex;
        justify-content: center !important;
        flex-direction: column;
        text-align: center !important;
    }

    .description-view-product-new-image h2 {
        font-size: 30px;
        line-height: 36px;
        width: 100%;
    }

    .description-view-product-new-image p {
        font-size: 14px;
        line-height: 18px;
        width: 100%;
    }

    .btn-order-now a {
        margin-left: auto;
        margin-right: auto;
    }

    .download-new-app-container {
        padding: 2rem 1rem;
    }

    .download-new-app {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        margin: 0;
    }

    .download-new-app-description h2 {
        font-size: 32px;
        line-height: 40px;
        max-width: 100%;
    }

    .download-new-app-description p {
        font-size: 15px;
        line-height: 22px;
        max-width: 100%;
    }

    .btn-order-now a {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .download-new-app-image img {
        max-width: 350px;
    }

    .footer-subway {
        margin-inline: 0rem;
    }

    .footer-contact {
        margin-top: 3rem;
    }

    /* Vista Menu */

    .menu-categories-container {
        justify-content: center;
        gap: 14px;
    }

    .category-menu {
        max-height: 140px !important;
        width: calc(50% - 14px);
        margin-right: 0 !important;
        margin-bottom: 2rem;
    }

    .category-image-menu {
        width: 100%;
        height: auto !important;
    }

        .category-image-menu img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .description-category-container {
        width: 100%;
    }

        .description-category-container .name-category {
            margin-bottom: 0.3rem;
            font-size: 15px !important;
        }

        .description-category-container .ms-3 {
            margin-left: 0.5rem !important;
        }

    .categories-principal-container .menu-title h2 {
        padding-left: 1rem;
    }

    .menu-categories-container {
        margin-top: 2rem;
    }

    .menu-categories-container {
        justify-content: center;
    }

    .category {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    /* Vista Productos */

    .carousel-categories-container {
        margin: 0 2rem;
    }

    .category-option-carousel {
        width: 150px;
        height: 45px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        border: 2px solid #ddd;
        background: #ffffff;
        cursor: pointer;
        font-family: 'Subway Sans';
        font-size: 14px;
        font-weight: 500;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
        overflow: hidden;
    }

    .category-text {
        display: block;
        max-width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

    .btn-carousel.left {
        left: 0px;
    }

    .btn-carousel.right {
        right: 0px;
    }

    .products-principal-container {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .products-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem;
        row-gap: 1.5rem;
        padding-inline: 0.5rem;
        justify-content: center;
        margin-left: 0rem !important;
    }

    .card-product {
        width: 165px;
        height: 260px;
    }

    .image-card-product {
        height: 140px;
    }

    .title-category {
        margin-left: 1rem;
        font-size: 28px;
    }

    .name-product {
        height: 40px;
        font-size: 14px;
    }

    /* Vista Detalle Producto */

    .categories-carousel-wrapper {
        overflow-x: hidden;
        position: relative;
    }

    .details-product-container {
        display: flex;
        flex-direction: column-reverse; /* Primero imagen, luego descripcion */
        margin-top: 1rem;
    }

    .details-product-col,
    .image-product-col {
        width: 100% !important;
    }

    .image-product-col {
        justify-content: center !important;
        margin-bottom: 1.5rem;
    }

    .product-detail-image {
        width: 100%;
        height: auto;
    }

    .details-product-col,
    .size-products-container,
    .section-makeCombo,  
    .section-order {
        padding-inline: 1.2rem !important;
    }

        .details-product-col .details-product-name {
            padding-left: 0rem;
            font-size: 28px;
        }

    .details-product-description {
        padding-left: 0rem;
        font-size: 15px;
    }

    .combo-card,
    .choice-card {
        width: 100% !important;
        height: auto;
    }

    .type-obligatory {
        padding-left: 0rem;
        padding-block: 2rem;
    }

    .size-title {
        margin-left: 0rem;
    }

    .size-options {
        margin-left: 0rem;
    }

    .choice-scroll {
        max-height: none;
    }

    .section-bag {
        display: flex;
        justify-content: center;
    }

    .btn-addBag {
        width: 230px;
    }

    .mobile-fixed-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1050;
        background: #fff;
        padding: 30px 0px;
        padding-left: 18px;
        padding-right: 15px;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 0 !important;
        justify-content: center;
    }

        .mobile-fixed-btn a,
        .mobile-fixed-btn button {
            width: 100%;
        }
    /* Vista Carrito */

    .title-myOrder-container {
        margin-top: 1rem;
    }

    .cart-page,
    .cart-layout,
    .cart-main {
        max-width: 100%;
        overflow-x: hidden;
        padding: 0;
    }

    .empty-bag {
        font-size: 14px;
    }

    .summary-box {
        position: fixed;
        bottom: 0px;
        left: 0;
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 1000;
        background-color: #fff;
    }

    .btn-continue-buying {
        width: 220px;
    }

    .btn-continue-pay {
        max-width: 100% !important;
        height: 50px;
    }

    /* Vista Restaurantes */

    .title-restaurants {
        margin-top: 0.5rem;
    }

    .restaurants-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .restaurant-card {
        min-height: 160px;
    }

    /* Vista Catering */

    .catering-introduction-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .catering-introduction {
        padding: 2rem 1rem;
        background: #fff;
    }

    .catering-introduction-text h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .catering-introduction-actions {
        justify-content: center;
    }

    .catering-introduction-image img {
        margin: 0 auto;
        max-width: 280px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    /* Vista Finalizacion Pago */

    .checkout-container::after {
        display: none;
    }

    .checkout-fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 16px;
        box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
        z-index: 1000;
    }

    .summary-total {
        margin-bottom: 20px;
    }

    /* Vista Detalle Orden */

    .order-details-card,
    .order-details-summary {
        width: 330px;
    }

    .order-details-container {
        margin-block: 0rem;
    }

    .order-details-title {
        font-size: 20px;
    }

    /* Vista Loyalty */

    .profile-header {
        display: grid;
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .profile-info {
        order: 1;
    }

    .profile-status {
        order: 2;
        margin-top: 12px;
    }

    .profile-page {
        padding: 16px;
    }

    .title-my-profile {
        font-size: 22px;
    }

    .profile-name,
    .profile-email,
    .profile-card {
        font-size: 14px;
    }

    .profile-metrics {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .metric-value {
        font-size: 24px;
    }

    .options-profile-container {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 8px;
    }

    .option-profile {
        width: 270px;
        flex: 0 0 auto;
        font-size: 14px;
        padding: 10px 14px;
    }

    .history-block {
        overflow-x: auto;
    }

    table {
        min-width: 650px;
    }

    th, td {
        font-size: 13px;
        padding: 10px;
    }

    .profile-card-wallet {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .subway-large-body {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .large-qr img {
        max-width: 200px;
        margin: auto;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .subway-large-actions {
        flex-direction: column;
        gap: 12px;
    }

        .subway-large-actions button {
            width: 100%;
        }

    /* Vista Politicas de Uso */

    .policies-title {
        font-size: 24px;
    }

    .policies-text {
        font-size: 14px;
    }

    /* Vista Terminos y Condiciones */

    .terms-title {
        font-size: 24px;
    }

    .terms-text {
        font-size: 14px;
    }

    /* Vista Nosotros */

    .history-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 1rem auto;
    }

    .history-card {
        max-height: 400px;
        padding: 1.5rem;
    }

        .history-card h2 {
            font-size: 22px;
        }

        .history-card p {
            font-size: 14px;
        }

    .restaurant-us-card img {
        width: 100%;
        height: auto;
        margin-top: 1rem;
    }

    /* Vista Direcciones */

    .collect-container {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 9rem;
    }
    .rules-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .instruction-collect-container {
        margin: 1rem;
    }

    .collect-scroll {
        margin: 1rem auto 3rem;
    }

    .restaurant-card {
        min-height: 160px;
    }

    .delivery-container {
        margin: 12rem auto 3rem;
    }

    .delivery-search-container {
        max-width: 0px;
    }

    .delivery-container {
        margin: 7rem auto 2rem;
        padding: 0 1rem;
    }

    .delivery-map-container,
    .delivery-map {
        height: 280px;
    }

    .delivery-search-container {
        max-width: 100%;
    }

    .delivery-search-input {
        width: auto;
        font-size: 14px;
    }

    .delivery-search-btn {
        width: 100%;
        height: 48px;
    }

    .info-direction {
        width: 100%;
    }

    .btn-add-direction {
        width: 100%;
        max-width: 335px;
    }

    .scroll-container-search-direction {
        max-height: calc(100vh - 180px);
    }

    /* Vista Perfil */

    .profile-user {
        flex-direction: column;
        text-align: center;
    }

    .profile-content {
        grid-template-columns: 1fr;
    }

    /*    .position-map-text {
        margin-left: 20rem;
        background-color: red;
    }*/

    .btn-confirm-direction-Delivery {
        width: 245px !important;
        margin-left: 4rem !important;
    }

    .title-menu-home{
        margin-left: 1rem;
    }
    .flickity-viewport {
        height: 345px !important;
    }

    .btn-view-menu {
        margin-top: 0rem !important;
    }
    .categories-principal-container .menu-title h1 {
        padding-left: 0rem!important;
    }
    .menu-title{
        text-align:center;
    }
}



.container-info-directions-Delivery > * {
    margin: 0;
    padding: 0;
}
/*-------------------*/
.container-info-directions-Delivery {
    display: flex;
    flex-direction: column;
    margin: 0; /* elimina márgenes del contenedor */
    padding: 0; /* elimina paddings del contenedor */
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    min-height: 5vh;
}


.left-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.text-info {
    max-width: 220px;
}

/*.directionUA {
    font-size: 38px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
}

.direction-description {
    font-size: 12px !important;
    color: #888 !important;
}*/

/*-------------------*/
.directionUA {
    font-family: 'Subway Sans' !important;
    font-weight: 500 !important; /*Medium*/
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0px !important;
    color: #000 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.direction-description {
    font-family: 'Subway Sans';
    font-weight: 400; /*Regular */
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-info {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important; /*espacio entre icono y texto */
}
/*-------------------*/
.location-icon {
    font-size: 40px;
    margin-right: 0.5rem;
    margin-left: 1rem;
}
/*.PruebaIcon {
        font-size: 30px !important;  Aumentado 
        margin-right: 0.5rem !important;
    }*/
.title-direction-add-Delivery {
    font-family: 'Subway Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #000;
    padding-left: 21px;
}

.btn-adjust-location {
    position: absolute;
    top: 34rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Subway Sans Condensed';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    background-color: #008938;
    border: none;
    height: 35px;
    width: 175px;
    border-radius: 8px;
    cursor: pointer;
    z-index: 2;
}

.btn-close-map {
    border-radius: 100%;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 19rem;
    left: 33rem;
}

.direction {
    font-family: 'Subway Sans';
    font-weight: 500; /* Medium */
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-button {
    white-space: nowrap;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 600;
    background-color: #009943;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-left: auto;
}

.title-modal-direcciones {
    font-family: 'Subway Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #008938;
    padding-left: 46px;
}

.btn-cerrardetalle {
    width: 40%;
    height: 50px;
    background-color: #008938;
    border: 2px solid #008938;
    text-decoration: none;
    font-family: 'Subway Sans Condensed';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 500; /* Medium */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 0 auto;
    margin-bottom: 10px
}
/*-------------------*/
.btn-aceptardetalle {
    width: 40%;
    height: 50px;
    background-color: #F2B700;
    border: 2px solid #F2B700;
    text-decoration: none;
    font-family: 'Subway Sans Condensed';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 500; /* Medium */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 0 auto;
}
/*-------------------*/
.btn-back-direction {
    width: 325px;
    height: 50px;
    background-color: #F2B700;
    font-family: 'Subway Sans Condensed';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-direction-menu-U {
    position: fixed;
    top: 94px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: none;
    padding: 2rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    z-index: 1029;
}

.prueba-Varios {
    background-color: red;
    height: 60px;
}

.mapa-estilos {
    width: 75%;
    height: 100%;
    margin-left: 11rem;
}

.btn-adjust-location {
    display: block;
    position: absolute;
    top: 30rem;
}

.margin-conditions-categories {
    margin-top: 6.5rem;
    position: fixed;
}

.container-conditions-categories {
    margin-top: 12rem;
}

@media (min-width: 1400px) {
    .points-category {
        margin-left: 26rem;
    }
    .mapa-estilos {
        width: 50%;
        height: 100%;
        margin-left: 30rem;
    }

    .btn-adjust-location {
        display: block;
        position: absolute;
        top: 47rem !important;
        margin-left: -9vh;
    }

    .direction-name-U {
        width: 798px;
        height: 38px;
        padding: 6px 0px 0px 12px;
        font-size: 16px;
        border: 1px solid lightgrey;
        border-radius: 5px;
        outline: none;
        background: none;
    }

    .PruebaCarusel {
        margin-top: 6rem;
    }

    .margins-conditions-address {
        margin-top: 6rem;
    }

    .position-map-text {
        margin-left: 21rem!important;
    }
    .qr-code-svg {
        width: 18.5vh;
        margin-left: -3vh;
    }
    .title-restaurants {
        margin-left: 4rem !important;
    }
    .btn-filters-green {
        margin-right: 15vh;
    }
    .filter-legend {
        margin-left: 70vh !important;
        margin-top: 2vh;
    }
    .style-map {
        margin-left: -14vh;
    }
    .instruction-collect-container {
        margin-left:-7rem
    }
    .box-direction {
        margin-left: -4rem
    }
    .box-direction-additional {
        margin-left: -4rem
    }
    .direction-name-U {
        width: 852px;
    }
    .btn-close-map {
        margin-top: 11vh;
        margin-left: -16vh!important;
    }
    .btn-confirm-direction-Delivery {
        margin-left: 72vh!important;
    }
    .title-menu-home {
        margin-left: 1rem;
    }

    .details-product-container {
        margin-top: 13vh;
    }

    }

@media (min-width: 1250px) and (max-width: 1380px) {
    .margins-conditions-address {
        margin-top: 7rem;
    }

    .btn-back-direction {
        width: 335px;
    }


    .position-map-text {
        margin-left: 5rem;
    }

    .btn-confirm-direction-Delivery {
        width: 335px !important;
        margin-left: 30rem !important;
    }
    .btn-close-map {
        left: 12rem!important;
    }
    .btn-adjust-location {
        top: 41rem;
    }
    .qr-code-svg {
        width: 28.5vh !important;
        margin-left: -3vh !important;
    }
    .large-qr {
        padding-top: 1.4rem;
    }
    .menu-carousel-container {
        margin-left: 4rem;
    }
    .filter-legend {
        margin-top: 2vh !important;
        margin-left: 23.2rem !important;
    }

    }
/* Laptop / tablet horizontal */
@media (max-width: 1200px) {
    .points-category {
        margin-left: 26rem;
    }
    .mapa-estilos {
        margin-left: 9rem;
        width: 75%;
        height: 75%;
    }

    .btn-addBag {
        overflow: auto;
    }

    .choice-scroll {
        max-height: none;
    }

    .mobile-fixed-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1050;
        background: #fff;
        padding: 30px 0px;
        padding-left: 18px;
        padding-right: 15px;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 0 !important;
        justify-content: center;
    }

    .btn-adjust-location {
        display: block;
        position: absolute;
        top: 28rem;
    }

    info-direction {
        margin-left: 2rem;
    }

    .direction-name {
        width: 315px;
        height: 38px;
        padding: 6px 0px 0px 12px;
        font-size: 16px;
        border: 1px solid lightgrey;
        border-radius: 5px;
        outline: none;
        background: none;
    }

    .margins-conditions-address {
        margin-top: 6rem;
    }

    .container-conditions-categories {
        margin-top: 11rem;
    }

    .download-new-app {
        margin: 0rem !important;
    }


    .position-map-text {
        margin-left: 5rem;
    }

    .btn-confirm-direction-Delivery {
        width: 335px !important;
        margin-left: 15rem !important;
    }

    .menu-carousel-container {
        margin-left: 4rem!important;
    }
    .filter-legend {
        margin-top: 2vh !important;
        margin-left: 10.2rem !important;
    }
    .btn-adjust-location {
        position: absolute;
        top: 40rem !important;
    }

    .title-menu-home {
        margin-left: 1rem;
    }
    .categories-principal-container .menu-title h1 {
        padding-left: 3.5rem;
    }
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .menu-categories-carousel-container {
        margin-left: 3rem;
    }
    .btn-close-map {
        left: 7rem!important;
    }
    .btn-adjust-location {
        top: 50rem;
    }
    .products-container {
        grid-template-columns: repeat(3, auto);
    }
    .subway-large-body {
        grid-template-columns: none;
    }
    .large-qr {
        padding-bottom: 30px!important;
    }
        .large-qr span {
            font-size: 18px;
        }
    .menu-carousel-container {
        margin-left: 4rem;
    }
    .filter-legend {
        margin-left: 70vh !important;
        margin-top: 2vh;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .mapa-estilos {
        margin-left: 6rem;
        width: 75%;
        height: 75%;
    }

    .btn-adjust-location {
        display: block;
        position: absolute;
        top: 41rem;
    }

    info-direction {
        margin-left: 2rem;
    }

    .direction-name {
        width: 600px;
        height: 38px;
        padding: 6px 0px 0px 12px;
        font-size: 16px;
        border: 1px solid lightgrey;
        border-radius: 5px;
        outline: none;
        background: none;
    }

    .margins-conditions-address {
        margin-top: 6rem;
    }

    .container-conditions-categories {
        margin-top: 11rem !important;
    }


    .position-map-text {
        margin-left: 4rem;
    }

    .btn-confirm-direction-Delivery {
        width: 335px !important;
        margin-left: 13rem !important;
    }
    .btn-close-map {
        left: 7rem !important;
    }
    .subway-large-body {
        grid-template-columns: none;
    }
    .menu-carousel-container {
        margin-left: 0rem !important;
    }
    .filter-legend {
        margin-left: 70vh !important;
        margin-top: 2vh;
    }
    .btn-adjust-location {
        position: absolute;
        top: 40rem !important;
    }

    .categories-principal-container .menu-title h1 {
        padding-left: 3.5rem;
    }
  
}

/* Móvil */
@media (max-width: 576px) {
    .mapa-estilos {
        width: 100%;
        height: 100%;
        margin-left: 0rem;
    }

    .btn-adjust-location {
    }

    .btn-back-direction {
        width: 220px;
    }
    /*    .container-direction-menu-U {
        position: relative;
        top: 50px;
        margin-left: -100rem;
        margin-top: 5rem;
    }*/
    .margins-conditions-address {
        margin-top: 6rem;
    }

    .categories-principal-container {
        margin-top: 0rem;
    }

    .container-conditions-categories {
        margin-top: 11rem;
    }

    .btn-back-direction {
        width: 167px;
    }
    .position-map-text {
        margin-left: 0rem;
    }

    .btn-confirm-direction-Delivery {
        width: 280px !important;
        margin-left: 4rem !important;
    }
    .btn-close-map {
        left: 1rem !important;
    }
/*    .qr-code-svg {
        width: 27.5vh !important;
        margin-left: 3.5vh !important;
    }*/
    .large-qr span {
        padding-bottom: 1.5rem ;
    }
}

.search-bar-menu {
    flex-grow: 0;
    width: 235px;
    border: none;
}

#iconAddress {
    font-size: 24px;
    color: #008938;
    margin-top: 3px;
}

#iconAddress-DetalleOrden {
    font-size: 24px;
    color: #000000;
    margin-top: 3px;
}

.toggle-container-direction-Menu {
    display: flex;
    width: 100%;
    max-width: 800px;
    height: 60px;
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #008938;
    justify-content: space-between;
    font-family: 'Subway Sans Condensed';
}

#DireccionEnvio:focus {
    outline: none;
    box-shadow: none;
}

.btn-cerrarmedios {
    width: 40%;
    height: 50px;
    background-color: #008938;
    border: 2px solid #008938;
    text-decoration: none;
    font-family: 'Subway Sans Condensed';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 500; /* Medium */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 0 auto;
    margin-bottom: 10px
}
/*-------------------*/
.btn-aceptarmedios {
    width: 40%;
    height: 50px;
    background-color: #F2B700;
    border: 2px solid #F2B700;
    text-decoration: none;
    font-family: 'Subway Sans Condensed';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 500; /* Medium */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 0 auto;
}

.pickup-item-DetalleOrden {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pickup-card-Detalle {
    background-color: #fff;
    border-radius: 5px;
    padding: 1rem 1.2rem;
    font-family: 'Subway Sans', sans-serif;
    max-width: 420px;
    margin: 1rem auto;
}

.detail-order-titleB {
    font-family: 'Subway Sans';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 700; /* Bold */
    color: #008938;
}

.name-product-U {
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.individual-overlay {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    transition: all 0.2s ease;
    display: flex;
    left: 8px;
    right: 7px;
}
.btn-add-prod {
    background: #008938;
    border: 2px solid #008938 !important;
    color: #fff;
    padding: 0.2rem 0.6rem !important;
    font-size: 1rem !important;
    border-radius: 6px;
    margin-left: 0;
}*/
.btn-add-prod {
    background: #008938;
    border: 2px solid #008938 !important;
    color: #fff;
    padding: 0.2rem 0.6rem !important;
    font-size: 1rem !important;
    border-radius: 6px;
    margin-left: 0;
    margin-top: -1rem;
}

.individual-overlay {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    left: 8px;
    right: 7px;
}

.input-group-Categoria {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* width: 100%; */
    margin-top: -1rem;
}

/* Tablet */

@media (min-width: 576px) and (max-width: 991px) {

    /* Vista Home */

    .navbar-nav {
        align-items: unset !important;
        gap: 0rem;
    }

    .container-direction-menu {
        width: 100%;
        margin-left: 0;
        top: 80px;
        padding-inline: 1rem;
    }

    .order-now-button {
        width: 100%;
        margin-top: 15px;
    }

    .menu-carousel-container h2 {
        padding-left: 2.9rem;
    }

    .categories-principal-container {
        margin-top: 1rem;
    }

    .carousel-home {
        aspect-ratio: 2.4 / 1;
        height: auto !important;
    }

        .carousel-home .carousel-inner {
            height: 100% !important;
        }

        .carousel-home .carousel-item,
        .carousel-home img {
            height: 100% !important;
            object-fit: cover;
        }

    .subway-rewards-container {
        height: 170px;
    }

    .subway-rewards-logo-container {
        margin-top: 1rem;
    }

        .subway-rewards-logo-container .subway-rewards-logo {
            width: 130px;
        }

    .subway-rewards-description {
        margin-left: 0rem !important;
    }

        .subway-rewards-description h2 {
            font-size: 20px;
            line-height: 25px;
            letter-spacing: 2%;
            text-align: center !important;
            margin-top: 2rem !important;
            margin-bottom: 0.5rem !important;
        }

        .subway-rewards-description p {
            line-height: 15px;
            text-align: center;
            margin-bottom: 1rem;
        }

    .subway-rewards-description {
        margin-left: 3rem;
    }

    .join-now-button-container {
        margin-bottom: 0rem !important;
    }

    .join-now-button {
        width: 100%;
    }

    .menu-categories-carousel {
        padding-inline: 0rem !important;
    }

    .flickity-prev-next-button.previous {
        left: 0px !important;
    }

    .flickity-prev-next-button.next {
        right: 0px !important;
    }

    .flickity-prev-next-button {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
        -webkit-tap-highlight-color: transparent;
    }

        .flickity-prev-next-button:focus,
        .flickity-prev-next-button:active {
            outline: none !important;
            box-shadow: none !important;
        }

    .flickity-viewport {
        right: 42px !important;
    }

    .view-product-new-container {
        height: auto;
        display: flex;
        justify-content: center !important;
        flex-direction: column;
        text-align: center !important;
    }

    .description-view-product-new-image {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .description-view-product-new-image h2 {
            font-size: 30px;
            line-height: 36px;
            width: 100%;
        }

        .description-view-product-new-image p {
            font-size: 14px;
            line-height: 18px;
            width: 100%;
        }

    .btn-order-now a {
        margin-top: 0.5rem !important;
        margin-left: auto;
        margin-right: auto;
    }

    .download-new-app-container {
        padding: 2rem 1rem;
    }

    .download-new-app {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        margin: 0;
    }

    .download-new-app-description h2 {
        font-size: 32px;
        line-height: 40px;
        max-width: 100%;
    }

    .download-new-app-description p {
        font-size: 15px;
        line-height: 22px;
        max-width: 100%;
    }

    .btn-order-now a {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .download-new-app-image img {
        max-width: 350px;
    }

    .footer-contact {
        margin-top: 7.5rem;
    }

    /* Vista Menu */

    .categories-principal-container .menu-title h2 {
        padding-left: 3.5rem;
    }

    .menu-categories-container {
        justify-content: center;
    }

    .category {
        flex: 0 0 calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }

    .description-category-container .name-category {
        margin-bottom: 0.3rem;
        font-size: 17px !important;
    }

    /* Vista Productos */

    .carousel-categories-container {
        max-width: 100%;
        overflow-x: auto;
        display: flex;
        align-items: center;
        gap: 1rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        margin: 0 2.5rem;
        scrollbar-width: none;
        height: 100%;
    }

    .carousel-wrapper {
        z-index: 1000;
    }

    .category-option-carousel {
        width: 155px;
        height: 45px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        border: 2px solid #ddd;
        background: #ffffff;
        cursor: pointer;
        font-family: 'Subway Sans';
        font-size: 14px;
        font-weight: 500;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
        overflow: hidden;
    }

    .btn-carousel.left {
        left: 5px;
    }

    .btn-carousel.right {
        right: 5px;
    }

    .category-text {
        display: block;
        max-width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

    .btn-carousel {
        font-size: 2rem;
        padding: 0.2rem 0.5rem;
    }

    .products-principal-container {
        margin-top: 1rem;
    }

    .products-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1rem;
        row-gap: 2rem;
        padding-inline: 2rem;
        justify-content: center;
        margin-left: 0rem;
    }

    .card-product {
        width: 220px;
        height: 280px;
    }

    .title-category {
        margin-left: 1.5rem;
        font-size: 26px;
    }

    .text-direction-pickup {
        margin-top: 8rem;
        margin-bottom: -7rem;
        font-family: 'Subway Sans';
        margin-left: 1rem;
        font-size: 12px;
    }

    /* Vista Detalle Productos */

    .details-product-container {
        display: flex;
        flex-direction: column-reverse; /* Primero imagen, luego descripcion */
        margin-top: 1rem;
    }

    .details-product-col,
    .image-product-col {
        width: 100% !important;
    }

    .image-product-col {
        justify-content: center !important;
        margin-bottom: 1.5rem;
    }

    .product-detail-image {
        width: 100%;
        height: auto;
    }

    .details-product-col,
    .size-products-container,
    .section-makeCombo {
        padding-inline: 2rem !important;
    }

        .details-product-col .details-product-name {
            padding-left: 0rem;
        }

    .details-product-description {
        padding-left: 0rem;
    }

    .combo-card,
    .choice-card {
        width: 100% !important;
    }

    .type-obligatory {
        padding-left: 0rem;
        padding-block: 2rem;
    }

    .size-title {
        margin-left: 0rem;
    }

    .size-options {
        margin-left: 0rem;
    }

    .choice-scroll {
        margin-top: 2rem;
    }

    .section-bag {
        padding-inline: 1rem !important;
        margin-block: 2rem;
    }

    /* Vista Restaurantes */

    .restaurants-container {
        grid-template-columns: repeat(2, 1fr);
        max-width: 1600px;
        margin: auto;
        margin-block: 1rem;
    }

    /* Vista Catering */

    .catering-introduction-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .catering-introduction-image {
        display: flex;
        justify-content: center;
    }

    .catering-introduction-actions {
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Vista Detalle Orden */

    .order-details-container {
        margin-block: 1rem;
    }

    /* Vista Loyalty */

    .profile-header {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .profile-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-card-wallet {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .options-profile-container {
        flex-wrap: wrap;
    }

    /* Vista Politicas de Uso */

    .policies-title {
        font-size: 28px;
    }

    .policies-text {
        font-size: 15px;
    }

    /* Vista Terminos y Condiciones */

    .terms-title {
        font-size: 28px;
    }

    .terms-text {
        font-size: 15px;
    }

    /* Vista Nosotros */

    .history-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 2rem auto;
    }

    .history-card {
        max-height: 500px;
        padding: 2rem;
    }

        .history-card h2 {
            font-size: 28px;
        }

        .history-card p {
            font-size: 15px;
        }

    .restaurant-us-card img {
        width: 100%;
        max-width: 500px;
    }

    /* Vista Direcciones */

    .collect-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .rules-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .instruction-collect-container {
        margin: 1rem;
    }

    .collect-scroll {
        margin: 4rem auto 3rem;
    }

    .restaurant-card {
        min-height: 160px;
    }

    .delivery-map-container,
    .delivery-map {
        height: 360px;
    }

    .delivery-search-container {
        max-width: 100%;
    }

    .delivery-search-input {
        width: 400px;
    }

    .info-direction {
        width: 100%;
        max-width: 700px;
        margin-left: 2rem;
    }

    .direction-name {
        width: 600px;
        height: 38px;
        padding: 6px 0px 0px 12px;
        font-size: 16px;
        border: 1px solid lightgrey;
        border-radius: 5px;
        outline: none;
        background: none;
    }

    .form-control-U {
        display: block;
        width: 86%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var #212529 (--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .btn-add-direction {
        width: 320px;
    }

    /* Vista Perfil */

    .profile-user {
        flex-direction: column;
        text-align: center;
    }

    .profile-content {
        grid-template-columns: 1fr;
    }

    .btn-confirm-direction-Delivery {
        width: 280px !important;
        margin-left: 20rem !important;
    }

    .btn-adjust-location {
        top: 38rem;
    }


}

/* Desktop */

@media (min-width: 992px) {
    .points-category {
        margin-left: 26rem;
    }
    /* Vista Home */

    #offcanvasPrincipalMenu {
        display: none !important;
    }

    /* Vista Productos 

  .carousel-wrapper {
    overflow-x: hidden; 
  }

  .carousel-categories-container {
    max-width: 100%;
    overflow-x: auto;
  }

  .carousel-wrapper {
    position: sticky;
    top: 94px;
    z-index: 1029;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    background-color: #fff;
  }

  .btn-carousel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3000;
    background: transparent;
    border: none;
    font-size: 2rem;
    padding: 0.3rem 0.7rem;
    cursor: pointer;
    pointer-events: auto;
  }

  .btn-carousel.left {
    left: 5px;
  }

  .btn-carousel.right {
    right: 5px;
  }

  .carousel-categories-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    margin: 0 3rem;
    scrollbar-width: none;
    height: 100%;
  }

  .carousel-categories-container::-webkit-scrollbar {
    display: none;
  }

  .category-option-carousel {
    width: 200px;
    height: 50px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #ddd;
    background: #ffffff;
    cursor: pointer;
    font-family: 'Subway Sans';
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
    overflow: hidden;
  }

  .category-text {
    display: block;
    max-width: 90%;     
    white-space: nowrap; 
    overflow: hidden;    
    text-overflow: ellipsis; 
    text-align: center;  
  }

  .category-option-carousel.active {
    border-color: #00491E;
    color: #00491E;
    font-weight: 600;
  }

  .carousel-categories-container::before,
  .carousel-categories-container::after {
    content: "";
    flex: 0 0 25px;
  }

  .products-principal-container {  
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .title-category {
    font-family: 'Subway Sans';
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #000;
    margin-left: 7rem;
  }

  .description-category {
    font-family: 'Subway Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
  }

  .products-container {
    display: grid;
    grid-template-columns: repeat(5, 300px);
    column-gap: 2rem;
    row-gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .link-card-product {
    text-decoration: none;
  }

  .card-product {
    width: 300px;
    height: 325px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    text-align: center;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
  }

  .image-card-product {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }

  .image-card-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .info-product {
    height: 100px;
  }

  .name-product {
    height: 43px;
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .price-product {
    font-family: 'Subway Sans';
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    padding-top: 0.5rem;
  }

  .price {
    font-family: 'Subway Sans';
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
  }

  .card-product span {
    font-family: 'Subway Sans';
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #008938;
  }*/

    .filter-legend {
        margin-left: 70vh !important;
        margin-top: 2vh;
    }

    .btn-adjust-location {
        position: absolute;
        top: 38rem;
    }

    .btn-close-map {
        margin-top: 14vh;
        margin-left: -57vh;
    }

    .btn-confirm-direction-Delivery {
        margin-left: 72vh !important;
    }

    .position-map-text {
        margin-left: 10rem;
    }

    .btn-back-direction {
        width: 335px;
    }
}

.bag-items-wrapper.with-overflow {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 8px;
}

.items-wrapper.with-overflow {
    max-height: 350px;
    overflow-y: auto;
    padding-right: 8px;
}

.invoice-items-wrapper.with-overflow {
    max-height: 200px; /* ajustá según diseño */
    overflow-y: auto;
    padding-right: 6px;
}

.btn-confirm-direction-Delivery {
    width: 335px;
    height: 50px;
    background-color: #F2B700;
    font-family: 'Subway Sans Condensed';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    box-shadow: none;
    margin-left: 50rem;
    margin-top: 2rem;
}
.historial-total, .historial-date, .historial-status {
    font-family: 'Subway Sans';
    font-weight: 400; /* Regular */
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.order-button-Restaurantes {
    white-space: nowrap;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 600;
    background-color: #009943;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 2rem;
}
.order-completed-summary-price {
    font-family: 'Subway Sans';
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.title-option-main {
    font-family: 'Subway Sans';
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-block: 3rem;
}
.transaction-ticket {
    font-family: 'Subway Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0px;
}

/* Vista Tabla Canje */

.exchange-table-image {
    width: 100%;
    height: auto;
}

.btn-filters-green {
    background-color: #008938;
    border-color: #008938;
    color: #fff;
    font-family: 'Subway Sans';
    font-size: 24px;
    font-weight: 700; /* Bold*/
}

    .btn-filters-green i {
        color: #fff;
    }

    .btn-filters-green:hover,
    .btn-filters-green:focus {
        background-color: #007a31; /* verde un poco más oscuro */
        border-color: #007a31;
        color: #fff;
    }
    .btn-filters-green i.fa-xmark {
        font-size: 1.1rem;
    }
/* Selects verdes */
.select-filters-green {
    border: 1px solid #008938;
}

    .select-filters-green:focus {
        border-color: #008938;
        box-shadow: 0 0 0 0.15rem rgba(0, 137, 56, 0.25);
    }

/* Botón limpiar filtros */
.btn-clear-filters {
    background-color: transparent;
    border: 1px solid #008938;
    color: #008938;
    font-family: 'Subway Sans';
    font-size: 18px;
    font-weight: 700; /* Bold*/
}

    .btn-clear-filters:hover,
    .btn-clear-filters:focus {
        background-color: #008938;
        color: #fff;
    }

/* Opción seleccionada */
select option:checked {
    background-color: #008938 !important;
    color: #fff;
}

/* Opción al hacer hover (cuando se puede) */
select option:hover {
    background-color: #008938;
    color: #fff;
}
.filter-legend {
    margin-left: 1.2rem;
    font-size: 0.9rem;
    color: #000;
}
.free-legend {
    font-family: 'Subway Sans';
    font-size: 18px;
    color: #008938;
}

.nav-link.active {
    background-color: #008938;
    color: white !important;
    border-radius: 6px;
}
.button-seeMore {
    font-family: 'Subway Sans';
    width: 18vh;
    height: 3.5vh;
    font-size: 16px;
    color: #008938;
    background-color: #fff;
    border: 1px solid #008938;
    border-radius: 7px;
    align-items: center;
}
.button-seeMore-desktop {
    font-family: 'Subway Sans';
    width: 18vh;
    height: 5.5vh;
    font-size: 16px;
    color: #008938;
    background-color: #fff;
    border: 1px solid #008938;
    border-radius: 7px;
    align-items: center;
}
.title-menu-home {
    font-family: 'Subway Sans';
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0%;
    color: #000000;
}