/* Banner Start */

.banner {
    position: relative;
}

.banner .container {
    height: 100% !important;
    z-index: 1;
}

.banner .banner-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
}

.banner .banner-image.banner-home-a_jua img {
    object-position: 80% !important;
}

.banner .banner-wave {
    position: relative;
    margin-top: -2px;
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
}

.banner .container .banner-content {
    position: absolute;
}

.banner-content-home {
    top: 50px;
}

.banner-content-footer {
    bottom: 50px;
}

.banner .banner-content .banner-content_title {
    font-size: 4rem;
}

.banner .banner-content .banner-content_title-footer {
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.banner .banner-content .btn.button {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Animation Mouse Start */

.mouse-wrapper {
    position: absolute;
    width: 30px;
    height: 60px;
    padding: 0;
    box-sizing: border-box;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 9;
}

.mouse-wrapper .mouse-body {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 3px solid var(--green-dark);
    overflow: hidden;
}

.mouse-wrapper .mouse-body .mouse-scroll {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--green-dark);
    animation: scroll 2s ease-in-out infinite;
}

@keyframes scroll {
    to {
        top: 40px;
        opacity: 0;
    }

    from {
        top: 10px;
    }
}

/* Animation Mouse End */
/* Banner End */

/* Sobre Juá Start */

.sobre-jua {
    padding: 50px 0;
}

.sobre-jua_content {
    overflow: hidden !important;
}

.sobre-jua .row.d-flex {
    gap: 50px 20px;
}

.sobre-jua .sobre-jua_image {
    width: 500px;
}

.sobre-jua .sobre-jua_image img {
    width: 100%;
}


/* Sobre Juá End */

/* History Start */

.historia-jua {
    margin-bottom: 80px;
}

.historia-jua_content video {
    width: 85%;
    border-radius: 20px;
}

/* History End */

/* Mission Start */

.missao {
    position: relative !important;
    /* height: 500px; */
    z-index: 1;
}

.wave-missao {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.missao .swiper-wrapper {
    padding-bottom: 50px;
}

.missao .swiper-wrapper .swiper-slide {
    height: auto !important;
    display: flex;
    justify-content: center;
}

.missao .card {
    position: relative;
    border: none !important;
    background-color: transparent !important;
    padding-top: 120px;
    min-width: 350px;
    width: 350px;
    min-height: 400px !important;
    height: 100%;
    /* background-color: red !important; */
}

.missao .card .card-title {
    margin-bottom: 80px;
}

.missao .missao_description {
    color: var(--blue-dark) !important;
}

.card-body_image {
    width: 300px;
    height: 300px;
    clip-path: circle(50% at 50% 50%);
    overflow: hidden;
}

.card-body_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Mission End */

/* Part Start */

.banner .banner-wave.fazendo-parte {
    position: absolute;
    top: 0;
}

.banner .banner-wave.fazendo-parte img {
    width: 100%;
}

.banner-fazendo-parte-title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

/* Part End */