#home-hero,
#home-hero .swiper-slide {
    height: 800px !important;
}

#home-hero-title {
    font-family: "Gobold", sans-serif;
    line-height: 1.2;
    font-weight: 400;
}


.event-container {
    max-width: -webkit-fill-available;
    display: inline-flex;
    padding: 0.625rem;
    align-items: center;
    gap: 1.5rem;
    border-radius: var(--Sizes-Border-Radius-BR-6, 1.5rem);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 9px 25px 0 rgba(191, 185, 202, 0.2);
    backdrop-filter: blur(2.8499999046325684px);
    --font-color: #fff;

    .event-image-container {
        img {
            width: 10rem;
        }
    }

    .event-inner-container {
        display: flex;
        width: 15.25rem;
        height: 6.25rem;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        color: var(--font-color);
        h2,
        a {
            color: var(--font-color);
        }
    }

    .event-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .event-links {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;

        svg path {
            stroke: var(--font-color);
        }
    }
}

.event-container:hover {
    border-radius: var(--Sizes-Border-Radius-BR-6, 1.5rem);
    background: #fcbc1a;
    box-shadow: 0 9px 25px 0 rgba(191, 185, 202, 0.2);
    backdrop-filter: blur(2.8499999046325684px);
    --font-color: #090909;
}

@media (max-width: 425px) {
    .event-container {
        display: none;
    }
}

/* .swiper-hero,
.swiper-hero .swiper-slide {
    height: 65rem !important;
}
.swiper-hero .swiper-slide {
    background-size: cover;
    background-position: center center;
} */

/* @media (max-width: 767px) {
    .swiper-hero,
    .swiper-hero .swiper-slide {
        height: 50rem !important;
    }
    .swiper-hero .swiper-navigation {
        display: none;
    }
} */

.volunteering-volunteer {
    --volunteering-primary-color: #fcbc1a;
    --volunteering-hover-color: #222;
    .btn-primary {
        --bs-btn-color: #222;
        --bs-btn-bg: #fcbc1a;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #09355d;
        --bs-btn-border-color: unset;
        --bs-btn-border-width: unset;
    }
}

.volunteering-volunteer:hover {
    .btn-primary {
        --bs-btn-bg: #fff;
    }
}

.volunteering-institutions {
    --volunteering-primary-color: #09355d;
    --volunteering-hover-color: #fff;
    .btn-primary {
        --bs-btn-color: #fff;
        --bs-btn-bg: #09355d;
        --bs-btn-hover-color: #222;
        --bs-btn-hover-bg: #fcbc1a;
        --bs-btn-border-color: unset;
        --bs-btn-border-width: unset;
    }
}

.volunteering-institutions:hover {
    .btn-primary {
        --bs-btn-bg: #fff;
        --bs-btn-color: #222;
    }
}

.volunteering-container {
    display: inline-flex;
    height: 20rem;
    padding: 2rem 0.875rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 15px 15px 10px 0 rgba(0, 0, 0, 0.1);

    svg path {
        stroke: var(--volunteering-primary-color);
    }
}

.volunteering-container:hover {
    background: var(--volunteering-primary-color);
    color: var(--volunteering-hover-color) !important;
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        color: var(--volunteering-hover-color) !important;
    }

    svg path {
        stroke: var(--volunteering-hover-color);
    }
}

@media (max-width: 900px) {
    .pilar-img-div {
        display: none;
    }
}

@media (max-width: 1200px) {
    .img-globo-container {
        width: 70%;
    }

    .pilar-paz-text-text {
        width: 100%;
        align-items: center;
        font-size: 1rem;
    }

    .justificativa-text {
        font-size: small;
    }
}

@media (min-width: 1600px) {
    .img-globo-container {
        max-width: 120%;
        margin-bottom: 0;
    }

    .texto-conheca-forum {
        font-size: 1.2rem;
    }

    .justificativa-text {
        justify-self: end;
        max-width: 860px;
        font-size: 0.9rem;
    }

    .placa-led-img {
        max-width: 860px;
    }
}

.img-globo-container {
    .img-globo {
        display: block;
    }

    .img-globo-hover {
        display: none;
    }
}

.img-globo-container:hover {
    .img-globo-hover {
        display: block;
    }

    .img-globo {
        display: none;
    }
}

#objgeral {
    scroll-margin-top: -150px;
}

.banner-faca-parte {
    width: auto;
    max-width: 100%;
}

@media (min-width: 992px) {
    .banner-faca-parte {
        width: 100%;
        height: auto;
    }
}


.btn:hover svg path {
    stroke: var(--bs-btn-hover-color);
}