@import url(/assets/css/main250607.css);

.content {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column;
    gap: 0;
    height: min-content;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

.panel {
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
    flex-flow: column;
    gap: 0;
    height: min-content;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}

#hero_logo img {
    width: 75vw;
}

#fujita__header {
    position: relative;
    background-color: #000;
    z-index: 1;
    overflow: hidden;
}

#fujita__header__background {
    position: absolute;
    opacity: 0.45;

    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.fujita__wrapper {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: column;
    gap: 0px;
    height: min-content;
    overflow: visible;
    padding: 0px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.fujita__content {
    align-items: center;
    justify-content: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: column;
    gap: 0px;
    height: 100vh;
    overflow: hidden;
    padding: 0px;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 2;
}

.content__presentacion {
    height: min-content;
    color: #fff;
    padding: 80px 20px;
}

.fujita__logo__subtitle {
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
    padding: 0 2rem;
    text-align: center;
    align-items: center;
}

.fujita__logo__subtitle span {
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
    font-family: 'UniversLTUltraCondensed', sans-serif;
    line-height: 1.4;
}

.fujita__title__header h1 {
    color: var(--rojo);
    font-size: var(--h1-font-size);
    padding-bottom: 0;
    line-height: 1;
}



.fujita__presentacion__descripcion {
    display: flex;
    flex-direction: row;
}

.fujita__presentacion__descripcion__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 200px;
}


.fujita__presentacion__wrapper__character img {
    height: 550px;
}

#fujita__presentacion {
    background-color: #000;
    overflow: hidden;
}


#fujita__presentacion img {
    position: absolute;
    object-fit: cover;
    opacity: 0.04;
    width: 160%;
    bottom: 0;
    left: 0;
}

#content__presentacion {
    padding: 10rem 1rem;
}

.fujita__presentacion__wrapper__texto {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
}

.fujita__presentacion__wrapper__texto span {
    font-size: var(--normal-font-size);
    color: var(--n0);

}


.line {
    overflow: hidden;
}

#fujita__presentacion__wrapper__button {
    padding-top: 50px;
    z-index: 2;
    width: 100%;
}

#fujita__presentacion__wrapper__button button {
    width: 100%;
}

#fujita__productos {
    height: 100vh;
    overflow: hidden;
}

.productos__wrapper {
    width: unset;
}

.section__productos {
    align-items: unset !important;
}

#fujita__productos_ #background_ramen_2 {
    position: absolute;
    object-fit: cover;
    opacity: 0.1;
    bottom: 0px;
    left: -200px;

}



#fujita__productos .content__presentacion {
    align-items: center;
}

.header__productos h1 {
    text-align: center;
    color: #222;
    padding-bottom: 0;
    line-height: 0.8;
}

#fujita__productos_ {
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.fujita__productos__wraper {
    padding: 70px 10px 80px 10px;
}

.fujita-carousel {
    margin: 0 auto;
    padding: 80px 0 0 0;
    max-width: 1400px;
    overflow: hidden;
    display: flex;
}

.fujita-carousel:hover .fujita-carousel-group {
    animation-play-state: paused;
}

.fujita-carousel-carousel>* {
    flex: 0 0 100%;
}

.fujita-carousel-group {
    display: flex;
    gap: 30px;
    padding-right: 30px;
    will-change: transform;
    animation: scrolling 15s linear infinite;
}

.fujita-carousel-card {
    width: 100%;
    color: white;
    box-shadow: rgba(0, 0, 0, 10%) 5px 5px 20px 0;
    justify-content: center;
    align-items: center;
    min-height: 200px;

}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* GRID PRODUCTOS */
.fujita__productos__extra {
    display: flex;
    flex-direction: column;
    padding: 0px 0 0 0;
    /* padding: 100px 0 0 0; */
    align-items: center;
    gap: 24px;
}

.fujita__productos__extra span {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.fujita__productos__extra button {
    background-color: var(--rojo);
    color: #fff;
    margin-top: 15px;
    padding: 20px 45px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 20px;

}

.fujita__productos__galeria {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 10px 50px 10px;
}

.fujita__card {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30%;
    flex: 1;

}

.fujita__card__wrapper {
    width: 200px;
    height: auto;
}

.fujita__card__wrapper img {
    width: 100%;
    object-fit: contain;
}

.image-row-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.image-row-container a:last-child {
    display: none;
}

.image-row-container a {
    font-family: 'UniversLTUltraCondensed', sans-serif;
    font-weight: 600;
    background-color: #e3e1e2;
    padding: 0 !important;
}

.image-item-link {
    display: block;
    text-decoration: none;
    color: white;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    width: 100%;
}

.image-item-link img {
    width: 100%;
    height: 100%;
    object-position: 50% 19%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.image-row-container .image-item-link:nth-child(2) img {
    object-position: 50% 0%;
}

.image-row-container .image-item-link:nth-child(4) img {
    object-position: 50% -1%;
    width: 80%;
}

.image-item-link:hover img {
    transform: scale(1.05);
}

.image-item-caption {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: #222;
    background-color: #fff;
    padding: 10px 25px;
    text-align: center;
    font-size: 2rem;
    box-sizing: border-box;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.image-item-link:hover .image-item-caption {
    opacity: 1;
}

.mobile-only-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    gap: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#productos__verMasProductos__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
}

#productos__verMasProductos__wrapper span {
    padding: 1rem 0 2rem 0;
    font-weight: 600;
    text-transform: uppercase;
    width: 30ch;
    font-size: var(--normal-font-size);
    text-align: center;
}

#productos__verMasProductos__wrapper a {
    font-family: 'UniversLTUltraCondensed', sans-serif;
    width: 100%;
    background-color: #bababa;
}

.mobile-item {
    display: block;
    flex-grow: 1;
    flex-basis: 0;
    aspect-ratio: 1 / 1;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.mobile-item a {
    padding: 0 !important;
}

.mobile-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-item-caption {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    font-size: 0.8rem;
    text-align: center;
    border-radius: 0 0 3px 3px;
}

#fujita__contacto {
    height: min-content;
    align-items: flex-start;
    color: #fff;
}

#fujita__contacto .fujita__wrapper {
    padding: 40px 20px;
}

.fujita__tarjeta__contacto {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.fujita__contacto__header,
.fujita__contacto__textoGrande {
    text-transform: uppercase;
}

.fujita__tarjeta__contacto {
    height: min-content;
    border: 1px solid #5c5c5c;
    width: 100%;
    border-radius: 10px;
    padding: 220px 20px;
    overflow: hidden;
}

.fujita__contacto__header {
    color: #dadada;
    font-size: 14px;
}

.fujita__contacto__textoGrande {
    font-weight: 700;
    font-size: 35px;
    color: #fff;
}

.fujita__tarjeta__contacto button {
    width: 100%;
    background-color: #fff;
    color: #222;
    margin-top: 15px;
    border-radius: 10px;
    padding: 20px 35px;
}


#fujita__contacto #fujita__contacto__bg {
    display: none;
    position: absolute;
    width: 100%;
    object-fit: cover;
    top: -500px;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}

#fujita__contacto__bg_mobile {
    position: absolute;
    height: 150%;
    object-fit: contain;
    bottom: 0;
    opacity: 0.05;
    z-index: -1;
    top: -300px;
    left: -200px;
}


#fujita__presentacion__productos {
    position: relative;
    background-color: #fff;
}



@media (min-width: 576px) {
    #hero_logo img {
        width: 65vw;
    }
}

@media (min-width: 768px) {

    #fujita__presentacion img {
        bottom: -300px;
    }

    #fujita__productos_ #background_ramen_2 {
        width: 200%;
        bottom: -200px;
    }

    #fujita__contacto__bg_mobile {
        height: unset;
        width: 180%;
        top: -600px;
    }

    /************* NUEVO PRODUCTOS *************/
    .mobile-only-row {
        display: none;
    }

    .image-row-container a:last-child {
        display: block;
    }

    .image-row-container {
        flex-direction: row;

    }

    .image-item-link {
        flex-grow: 1;
        flex-basis: calc((100% / 3) - (5px * 2 / 3));
    }

    .image-item-caption {
        padding: 2% 7%;
        font-size: 24px;
        bottom: 10%;
    }

    #productos__verMasProductos__wrapper {
        gap: 20px;
        align-items: center;
        padding: 30px 10px;
        background-color: var(--n100);
    }

    #productos__verMasProductos__wrapper span {
        color: var(--n0);
        padding: 0;
        width: 30ch;
        font-size: 19px;
        line-height: 32px;
        letter-spacing: initial;
    }

    #productos__verMasProductos__wrapper a {
        width: initial;
    }

    /***************************************************/

    #hero_logo img {
        width: 45vw;
    }

    .fujita__logo__subtitle {
        padding: 18px 100px 0 100px;
    }

    .fujita__logo__subtitle span {
        font-size: 3.3rem;
    }

    .content__presentacion {
        padding: 80px 35px;
        align-items: flex-start;
    }

    .fujita__presentacion__wrapper__texto span {
        font-size: 19px;
        line-height: 32px;
        letter-spacing: initial;
    }

    #fujita__presentacion__wrapper__button {
        padding-top: 34px;
    }

    #fujita__presentacion__wrapper__button button {
        width: max-content;
    }

    .fujita__productos__wraper {
        padding: 50px 30px 50px 30px;
    }

    .fujita-carousel {
        padding: 60px 0 0 0;
    }

    #fujita__contacto .fujita__wrapper {
        padding: 60px 40px;
    }

    .fujita__title__header h1 {
        font-size: 2.3rem;
        padding-bottom: 0;
        line-height: 1;
    }

    .fujita__tarjeta__contacto {
        max-width: 1440px;
        padding: 120px 20px;
    }

    .fujita__contacto__header {
        font-weight: 500;
        font-size: 18px;
    }

    .fujita__contacto__textoGrande {
        font-size: 60px;
    }

    .fujita__tarjeta__contacto button {
        padding: 20px 45px;
        font-size: 20px;
        width: 30%;
    }

    .fujita__productos__extra {
        padding: 0px 0 0 0;
    }

    .fujita__productos__extra span {
        font-size: 24px;
        text-align: center;
    }

    .fujita__productos__galeria {
        padding: 0 120px 50px 120px;
    }

    .fujita__card__wrapper {
        width: 200px;
    }

}

@media (min-width: 992px) {
    #hero_logo img {
        width: 40vw;
    }

    #fujita__productos_ #background_ramen_2 {
        bottom: -350px;
    }

    #fujita__contacto__bg_mobile {
        width: 160%;
        top: -800px;
    }

    .fujita__logo__subtitle {
        padding: 18px 70px 0 70px;
    }

    .fujita__logo__subtitle span {
        font-size: 4rem;
    }

    .fujita__presentacion__wrapper__texto span {
        font-size: 18px;
    }

    .fujita__productos__wraper {
        padding: 70px 30px 80px 30px;
    }

    .fujita__title__header h1 {
        font-size: 3rem;
        padding-bottom: 0;
        line-height: 1;
    }

    .content__presentacion {
        padding: 100px 60px;
    }

    .fujita__productos__extra {
        padding: 0px 0 0 0;
    }

    .fujita__productos__extra span {
        font-size: 24px;
        text-align: center;
    }

    .fujita__productos__galeria {
        padding: 0 120px 50px 120px;
    }

    .fujita__card__wrapper {
        width: 200px;
    }

    #fujita__contacto .fujita__wrapper {
        padding: 60px 40px;
    }

    .fujita__tarjeta__contacto {
        max-width: 1440px;
    }

    .fujita__contacto__header {
        font-weight: 500;
        font-size: 18px;
    }

    .fujita__contacto__textoGrande {
        font-size: 60px;
    }

}

@media (min-width: 1200px) {

    #productos__verMasProductos__wrapper span {
        width: 36ch;

        font-size: var(--normal-font-size);
        line-height: 32px;
        letter-spacing: initial;
    }


    #hero_logo img {
        width: 27vw;
    }

    .fujita__logo__subtitle {
        padding: 18px 120px 0 120px;
    }

    .fujita__logo__subtitle span {
        font-size: 5rem;
    }

    #fujita__header__background {
        width: 100%;
        object-fit: cover;
    }

    .fujita__title__header h1 {
        font-size: 4rem;
        padding-bottom: 0;
        line-height: initial;
    }

    .content__presentacion {
        padding: 5rem 3rem;
        align-items: flex-start;
    }

    .fujita__presentacion__wrapper__texto span {
        font-size: var(--normal-font-size);
    }

    .header__productos h1 {
        padding-bottom: 0;
        line-height: 0.8;
    }

    .fujita__productos__wraper {
        padding: 70px 100px 80px 100px;
    }

    .fujita__slider {
        padding-top: 80px;
        width: 600%;
        gap: 72px;
    }

    .block {
        width: 310px;
        height: 330px;
    }

    .fujita__productos__extra span {
        font-size: 25px;
    }

    .fujita__productos__galeria {
        padding: 0 120px 50px 120px;
    }

    .fujita__card__wrapper {
        width: 200px;
    }

    #fujita__contacto #fujita__contacto__bg {
        display: block;
    }

    #fujita__contacto__bg_mobile {
        display: none;
    }

    #fujita__contacto .fujita__wrapper {
        padding: 60px 40px;
    }

    .fujita__tarjeta__contacto {
        max-width: 1440px;
        padding: 120px 20px;
    }

    .fujita__contacto__header {
        font-weight: 500;
        font-size: 24px;
    }

    .fujita__contacto__textoGrande {
        font-size: 4rem;
    }

}

@media (min-width: 1400px) {
    #hero_logo img {
        width: 27vw;
    }

    .fujita__logo__subtitle {
        padding: 18px 120px 0 120px;
    }

    .fujita__logo__subtitle span {
        font-size: 130px;
    }

    /* #fujita__header__background {
        top:  0;
        width: 100%;

        height: unset;
        left: auto;
        top: auto;
        transform: none;
    } */

    .fujita__title__header h1 {
        font-size: 5rem;
        padding-bottom: 0px;
        line-height: 1;
    }

    .content__presentacion {
        padding: 120px 100px;
    }

    .fujita__presentacion__wrapper__texto span {
        font-size: 1.5rem;
        line-height: initial;
        letter-spacing: initial;
    }

    .header__productos h1 {
        padding-bottom: 0;
        line-height: 0.8;
    }

    .fujita__productos__wraper {
        padding: 70px 100px 80px 100px;
    }

    #fujita__productos_ #background_ramen_2 {
        width: 160%;
        bottom: -900px;
        left: -350px;
    }

    .fujita__slider {
        padding-top: 80px;
        padding-right: 100px;
        width: 600%;
        gap: 100px;
    }

    .block {
        width: 460px;
        height: 580px;
    }

    #productos__verMasProductos__wrapper {
        gap: 30px;
        padding: 60px 10px;
    }

    #productos__verMasProductos__wrapper span {
        width: 45ch;
        font-size: 1.8rem;
        line-height: initial;
    }

    .fujita__productos__extra span {
        font-size: 38px;
    }

    .fujita__productos__galeria {
        padding: 0 200px 50px 200px;
    }

    .fujita__card__wrapper {
        width: 300px;
    }

    #fujita__contacto .fujita__wrapper {
        padding: 100px 100px;
    }

    .fujita__tarjeta__contacto {
        max-width: 1440px;
        padding: 120px 20px;
    }

    .fujita__contacto__header {
        font-weight: 500;
        font-size: 24px;
    }

    .fujita__contacto__textoGrande {
        font-size: 5rem;
    }

    .fujita__tarjeta__contacto button {
        font-size: 24px;
    }
}