body {
    background-color: #FFFAFA;
}

span {
    font-size: 16px;
}



.fujita-header {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.fujita-header .header-wrapper {
    display: flex;
    height: 200px;
    align-items: flex-end;

    position: relative;
    z-index: 1;
}

.fujita-header .fujita-header-background {
    position: absolute;
    object-fit: cover;
    left: 0;
    z-index: 0;
    opacity: 0.45;


    width: 120%;
    top: -178px;
}

.fujita-wrapper .fujita-content {
    display: flex;
    flex-direction: column;
    gap: 30px;

    padding: 30px 0;
}

.row-gap-content {
    gap: 14px;
}

.fujita-header .header-wrapper h1 {
    color: #FFFAFA;
    font-weight: 700;

    font-size: 40px;

}

.fujita-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;

    height: 250px;
}

.fujita-image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 450px;
}

.fujita-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.fujita-title-header {
    font-size: 25px;
    font-weight: 500;
    font-family: 'UniversLTUltraCondensed', sans-serif;

    /* text-align: justify; */
}

.fujita-title-header span {
    color: var(--rojo);
    font-size: 25px;
}

.fujita-subtitle-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
}


.fujita-wrapper-about-carousel-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-gallery-item {
    position: relative;
    overflow: hidden;
    background-color: #000;

    height: 350px;
}

.about-gallery-span {
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
}

.about-gallery-span span {
    font-weight: 500;
    font-family: 'UniversLTUltraCondensed', sans-serif;
    color: #FFFAFA;
    line-height: 1;

    font-size: 40px;
}

.about-gallery-item img {
    /* object-fit: fit; */
    width: 100%;
    opacity: 0.7;
}

.fujita-contacto-form-header {
    font-size: 40px;
    font-family: 'UniversLTUltraCondensed', sans-serif;
}

#fujita__footer {
    padding-top: 60px;
}

.fujita__footer__content {
    padding-top: 80px;
}

.fujita-contact-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
    border-radius: 15px;
}

.fujita-contact-image-wrapper img {
    position: absolute;
    top: -30px;
    object-fit: cover;
    width: 100%;
}

#fujita-formulario-contacto {
    display: flex;
    flex-direction: column;

}

#fujita-contact-wrapperTextArea {
    flex: 1;
}

#fujita-contact-wrapperTextArea textarea {
    box-sizing: border-box;
    height: 150px;
}

#fujita-contact-image {
    padding-top: 20px;
}

#fujita-contact-content {
    padding: 60px 0 0 0 !important;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {

    

    .reverse-row {
        flex-direction: row-reverse;
    }

    span {
        font-size: 14px;
    }

    .fujita-header .header-wrapper {
        display: flex;
        height: 300px;
        align-items: flex-end;
    }

    .fujita-header .header-wrapper h1 {
        font-size: 65px;
    }

    .fujita-header .fujita-header-background {
        width: 110%;
        top: -300px;
    }


    .fujita-wrapper .fujita-content {
        padding: 60px 0;
        gap: 100px;
    }

    .row-gap-content {
        gap: 0px;
    }

    .fujita-image-wrapper {
        height: 300px;

    }

    .fujita-image-wrapper img {
        height: 450px;
    }

    .fujita-title-header,
    .fujita-title-header span {
        font-size: 28px;
    }

    .fujita-wrapper-about-carousel-wrapper {
        flex-direction: row;
    }

    .about-gallery-item {
        flex: 50%;
        height: 260px;
    }

    .about-gallery-span span {
        font-size: 30px;
    }

    .about-gallery-item img {
        width: 100%;
        height: auto;
    }

    .fujita-contact-image-wrapper {
        position: relative;
        overflow: hidden;
        height: 300px;
        border-radius: 15px;
    }

    .fujita-contact-image-wrapper img {
        position: absolute;
        top: -30px;
        object-fit: cover;
        width: 100%;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    span {
        font-size: 18px;
    }

    .fujita-header .header-wrapper {
        display: flex;
        height: 400px;
        align-items: flex-end;
    }

    .fujita-header .header-wrapper h1 {
        font-size: 80px;
    }

    .fujita-header .fujita-header-background {
        width: 110%;
        top: -450px;
    }


    .fujita-wrapper .fujita-content {
        padding: 60px 0;
    }

    .fujita-image-wrapper {
        height: 400px;

    }

    .fujita-image-wrapper img {
        height: 600px;
    }

    .fujita-title-header,
    .fujita-title-header span {
        font-size: 35px;
    }

    .about-gallery-item {
        height: 350px;
    }

    .about-gallery-span span {
        font-size: 40px;
    }

    .about-gallery-item img {
        width: 100%;
        height: auto;
    }

    .fujita-contact-image-wrapper {
        position: relative;
        overflow: hidden;
        height: 600px;
        border-radius: 15px;
    }

    .fujita-contact-image-wrapper img {
        position: absolute;
        top: -30px;
        object-fit: cover;
        width: 100%;
    }

    #fujita-contact-wrapperTextArea textarea {
        box-sizing: border-box;
        height: 90%;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .fujita-header .header-wrapper {
        display: flex;
        height: 300px;
        align-items: flex-end;
    }

    .fujita-header .header-wrapper h1 {
        font-size: 90px;
    }

    .fujita-header .fujita-header-background {
        width: 110%;
        top: -700px;
    }


    .fujita-wrapper .fujita-content {
        padding: 60px 0;
    }

    #fujita-contact-content {
        padding: 60px 0 0 0 !important;
    }

    .fujita-image-wrapper {
        height: 400px;

    }

    .fujita-image-wrapper img {
        height: 750px;
    }

    .fujita-title-header,
    .fujita-title-header span {
        font-size: 45px;
    }

    .about-gallery-item {
        height: 450px;
    }

    .about-gallery-span span {
        font-size: 50px;
    }

    .about-gallery-item img {
        width: 100%;
        height: auto;
    }

    .fujita-contact-image-wrapper {
        position: relative;
        overflow: hidden;
        height: 600px;
        border-radius: 15px;
    }

    .fujita-contact-image-wrapper img {
        position: absolute;
        top: -30px;
        object-fit: cover;
        width: 100%;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1235px;
    }

}

@media (min-width: 1400px) {
    .fujita-header .header-wrapper {
        display: flex;
        height: 300px;
        align-items: flex-end;
    }

    .fujita-header .header-wrapper h1 {
        font-size: 90px;
    }

    .fujita-header .fujita-header-background {
        width: 110%;
        top: -1200px;
    }


    .fujita-wrapper .fujita-content {
        padding: 60px 0;
    }

    #fujita-contact-content {
        padding: 60px 0 0 0 !important;
    }

    .fujita-image-wrapper {
        height: 400px;

    }

    .fujita-image-wrapper img {
        height: 750px;
    }

    .fujita-title-header,
    .fujita-title-header span {
        font-size: 45px;
    }

    .about-gallery-item {
        height: 450px;
    }

    .about-gallery-span span {
        font-size: 50px;
    }

    .about-gallery-item img {
        width: 100%;
        height: auto;
    }

    .fujita-contact-image-wrapper {
        position: relative;
        overflow: hidden;
        height: 600px;
        border-radius: 15px;
    }

    .fujita-contact-image-wrapper img {
        position: absolute;
        top: -30px;
        object-fit: cover;
        width: 100%;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}