/* ---BODY STYLES--- */

body {
    background: var(--dark-blue);
}

body.noscroll {
    overflow: hidden;
}


/* ---HEADER STYLES--- */

.menu_header {
    position: relative;
}

.menu_header .main_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    overflow: hidden;
}

.swiper {
    width: 100% !important;
    height: 100% !important;
}

.menu_header .main_slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.menu_header .header_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    z-index: 1;
    padding: 5vw;
}

.menu_header .logo_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_header .logo_box img {
    width: 10%;
}

.menu_header .contact_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2vw;
}

.menu_header .contact_box a {
    color: white;
    font-size: .9vw;
}

.menu_header .contact_box a:hover {
    color: var(--yellow);
}

.menu_header .contact_box a i {
    transition: none;
}

.menu_header .networks_box {
    display: flex;
    gap: 1vw;
}

.menu_header .networks_box i {
    font-size: 1.2vw;
}

.menu_header .title_box h1 {
    color: white;
    font-size: 1vw;
    letter-spacing: .25vw;
    line-height: 1.5;
    text-align: center;
}

.menu_header .title_box h1 span {
    color: var(--yellow);
}

@media (max-width: 996px) {
    .menu_header .header_box {
        gap: 5vw;
        padding: 15vw 5vw 10vw 5vw;
    }
    .menu_header .logo_box img {
        width: 25%;
    }
    .menu_header .contact_box {
        padding: 3vw;
    }
    .menu_header .contact_box a {
        font-size: 3vw;
    }
    .menu_header .networks_box {
        gap: 5vw;
    }
    .menu_header .networks_box i {
        font-size: 4vw;
    }
    .menu_header .title_box h1 {
        font-size: 3vw;
        letter-spacing: .5vw;
    }
}


/* ---FILTER STYLES--- */

.menu_section {
    position: sticky;
    top: 0;
    z-index: 1;
}

.menu_section .menu_box {
    position: sticky;
    position: -webkit-sticky;
    background: white;
}

.menu_section .filter_box {
    position: absolute;
    top: 0;
    width: 3.5vw;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: white;
    cursor: pointer;
    z-index: 1;
}

.menu_section .arrow_box {
    position: absolute;
    top: 0;
    width: 3.5vw;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: white;
    cursor: pointer;
    z-index: 1;
}

.menu_section .back_box {
    left: 3.5vw;
}

.menu_section .next_box {
    right: 0;
}

.menu_section i {
    color: var(--dark-blue);
    font-size: 1.25vw;
}

.menu_section .filter_box:hover i,
.menu_section .arrow_box:hover i {
    color: var(--yellow);
}

.menu_section .items_box {
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.menu_section .items_box::-webkit-scrollbar {
    display: none;
}

.menu_section .items_box a {
    width: 100%;
    position: relative;
    color: var(--dark-blue);
    font-size: .8vw;
    font-weight: 500;
    text-align: center;
    padding: 1vw;
    border-right: .1vw solid #02111b10;
}

.menu_section .items_box a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .2vw;
    border-radius: .25vw .25vw 0 0;
    background: var(--yellow);
}

.menu_section .items_box a:hover,
.menu_section .items_box a.active {
    background: #ffba0010;
}

.menu_section .dropdown_box {
    position: absolute;
    top: 4vw;
    left: 1vw;
    border-radius: .25vw;
    background: white;
    box-shadow: .25vw .25vw 2vw #00000020;
    opacity: 0;
    transition: .25s;
    pointer-events: none;
    z-index: 2;
}

.menu_section .dropdown_box.active {
    opacity: 1;
    pointer-events: inherit;
}

.menu_section .dropdown_box .triangle {
    position: absolute;
    top: 0;
    left: .3vw;
    transform: translateY(-100%);
    border-left: .5vw solid transparent;
    border-right: .5vw solid transparent;
    border-bottom: .6vw solid white;
}

.menu_section .dropdown_box h2 {
    color: var(--dark-blue);
    font-size: 1vw;
}

.menu_section .title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3vw;
    padding: 1vw 1vw .5vw 1vw;
}

.menu_section .title_box i {
    color: var(--dark-blue);
    width: 1.5vw;
    height: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    border-radius: 50%;
    background: #00000010;
}

.menu_section .title_box i:hover {
    color: var(--yellow);
    background: #ffba0010;
}

.menu_section .dropdown_items {
    display: flex;
    flex-direction: column;
    max-height: 85vh;
    overflow-y: scroll;
}

.menu_section .dropdown_items a {
    position: relative;
    color: var(--dark-blue);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1vw;
    font-size: .8vw;
    font-weight: 500;
    padding: .5vw 1vw;
    border-bottom: .1vw solid #02111b10;
}

.menu_section .dropdown_items a.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: .2vw;
    height: 100%;
    border-radius: 0 .25vw .25vw 0;
    background: var(--yellow);
}

.menu_section .dropdown_items a:hover,
.menu_section .dropdown_items a.active {
    background: #ffba0010;
}

.menu_section .dropdown_items a i {
    color: #02111b50;
    font-size: 1vw;
}

.menu_section .dropdown_items a:hover i {
    color: var(--yellow);
}

@media (max-width: 996px) {
    .menu_section .filter_box {
        display: flex;
        width: 8vw;
    }
    .menu_section .arrow_box {
        display: flex;
        width: 8vw;
    }
    .menu_section .back_box {
        left: 8vw;
    }
    .menu_section i {
        font-size: 5vw;
    }
    .menu_section .items_box {
        padding: 0 8vw 0 16vw;
    }
    .menu_section .items_box a {
        width: inherit;
        font-size: 3.5vw;
        padding: 3vw 4vw;
        border-right: .5vw solid #02111b10;
    }
    .menu_section .items_box a.active::before {
        height: .8vw;
        border-radius: 0 .5vw .5vw 0;
    }
    .menu_section .dropdown_box {
        top: 13vw;
        left: 2vw;
        border-radius: 1.5vw;
    }
    .menu_section .dropdown_box .triangle {
        left: 1vw;
        border-left: 1vw solid transparent;
        border-right: 1vw solid transparent;
        border-bottom: 1vw solid white;
    }
    .menu_section .dropdown_box h2 {
        font-size: 3.5vw;
    }
    .menu_section .title_box {
        gap: 10vw;
        padding: 3vw;
    }
    .menu_section .title_box i {
        width: 6vw;
        height: 6vw;
        font-size: 3.5vw;
    }
    .menu_section .dropdown_items {
        max-height: 90vh;
    }
    .menu_section .dropdown_items a {
        gap: 3vw;
        font-size: 3.5vw;
        padding: 3vw;
        border-bottom: .5vw solid #02111b10;
    }
    .menu_section .dropdown_items a.active::before {
        width: .8vw;
        border-radius: 0 .5vw .5vw 0;
    }
    .menu_section .dropdown_items a i {
        font-size: 3vw;
    }
}


/* ---PLATOS STYLES--- */

.products_section {
    padding: 5% 25%;
}

.products_section .products_box {
    display: flex;
    flex-direction: column;
    gap: 4vw;
}

.products_section .category_box {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.products_section .title_box {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.products_section .title_box h2 {
    color: white;
    position: relative;
    font-size: 1.5vw;
}

.products_section .title_box p {
    color: white;
    width: 70%;
}

.products_section .title_box p span {
    color: var(--yellow);
}

.products_section .title_box h2::before {
    content: "";
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 6vw;
    height: .2vw;
    border-radius: .2vw;
    background: var(--yellow);
}

.products_section .title_box h2 span {
    color: var(--yellow);
}

.products_section .list_box {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.products_section .product_item {
    display: flex;
    flex-direction: column;
    gap: .5vw;
}

.products_section .product_media {
    display: grid;
    grid-template-columns: .25fr 1fr;
    gap: 1vw;
}

.products_section .media_box {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.products_section .media_box img {
    width: 100%;
}

.products_section .info_box,
.products_section .info_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5vw;
}

.products_section .info_items {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.products_section .product_item h2 {
    color: var(--yellow);
    font-size: 1.2vw;
}

.products_section .product_item h2 span {
    font-size: .8vw;
}

.products_section .product_item p {
    color: white;
}

.products_section .product_item p span {
    color: var(--yellow);
}

.products_section .gallery_box {
    height: 40vw;
    display: grid;
    gap: .5vw;
}

.products_section .gallery_box.one_row {
    height: 20vw;
}

.products_section .gallery_box.no_area {
    height: 25vw;
}

.products_section .st_area {
    grid-template-areas: "a b";
}

.products_section .nd_area {
    grid-template-areas: "a b c";
}

.products_section .rd_area {
    grid-template-areas: "a b" "c d";
}

.products_section .th_area {
    grid-template-areas: "a a " "b c";
}

.products_section .five_area {
    grid-template-areas: "a b" "c b";
}

.products_section .gallery_box .gallery_item {
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.products_section .gallery_box .gallery_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .5s;
}

.products_section .gallery_box .gallery_item:hover img {
    transform: scale(1.05);
}

.products_section .gallery_box .gallery_item:nth-child(1) {
    grid-area: a;
}

.products_section .gallery_box .gallery_item:nth-child(2) {
    grid-area: b;
}

.products_section .gallery_box .gallery_item:nth-child(3) {
    grid-area: c;
}

.products_section .gallery_box .gallery_item:nth-child(4) {
    grid-area: d;
}

.products_section .no_area * {
    grid-area: inherit !important;
}

@media (max-width: 996px) {
    .products_section {
        padding: 10% 5%;
    }
    .products_section .products_box {
        gap: 8vw;
    }
    .products_section .category_box {
        gap: 8vw;
    }
    .products_section .title_box {
        align-items: flex-start;
        gap: 6vw;
    }
    .products_section .title_box h2 {
        font-size: 5vw;
        text-align: left;
    }
    .products_section .title_box p {
        width: 100%;
        text-align: left;
    }
    .products_section .title_box h2::before {
        left: 0;
        transform: translate(0, 0);
        width: 20vw;
        height: .8vw;
        border-radius: .4vw;
    }
    .products_section .list_box {
        gap: 8vw;
    }
    .products_section .product_item {
        gap: 2vw;
    }
    .products_section .product_media {
        grid-template-columns: .5fr 1fr;
        gap: 3vw;
    }
    .products_section .info_box,
    .products_section .info_item {
        gap: 1vw;
    }
    .products_section .info_items {
        gap: 3vw;
    }
    .products_section .product_item h2 {
        font-size: 3.5vw;
    }
    .products_section .product_item h2 span {
        font-size: 2.5vw;
    }
    .products_section .gallery_box {
        height: 75vw;
        gap: 1.5vw;
    }
    .products_section .gallery_box.one_row {
        height: 40vw;
    }
    .products_section .gallery_box.no_area {
        height: 50vw;
    }
}


/* ---LIGHTBOX STYLES--- */

.lightbox_section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    transition: .25s;
}

.lightbox_section.active {
    opacity: 1;
    pointer-events: inherit;
}

.lightbox_section img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35vw;
    object-fit: cover;
    z-index: 1;
}

.lightbox_section i {
    position: absolute;
    top: 2vw;
    right: 2vw;
    font-size: 2vw;
    color: white;
    z-index: 1;
}

.lightbox_section .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000090;
    backdrop-filter: blur(.25vw);
    -webkit-backdrop-filter: blur(.25vw);
}

@media (max-width: 996px) {
    .lightbox_section img {
        width: 80vw;
    }
    .lightbox_section i {
        top: 15vw;
        right: 3vw;
        font-size: 8vw;
    }
}