.vivencia-banner {
    padding-top: 14rem;
}

.row {

    margin-right: 0;
}


.vivencia-content__texts__title {
    display: block;
    margin-top: -6.6rem;
    flex-wrap: wrap;


}

.vivencia-banner__page-title {
    /* font-family: "League Spartan";
    font-size: 16px;
    letter-spacing: 9.6px;
    color: #75730a;
    text-transform: uppercase;
    z-index: 1002;
    top: 5rem;
    right: 44%;
    left: 44%; */
    opacity: 1;
    display: flex;
    justify-content: center;

}

.vivencia-banner__title {
    margin: 6.5rem 0 2.5rem 0;
}

.vivencia-banner__description {
    text-align: center;
    font-size: 22px;
    font-family: "League Spartan";
    font-weight: 300;
    letter-spacing: -0.44px;
    color: #122612;
    opacity: 1;
}

.vivencia-banner__filters {
    margin-top: 5rem;
    width: 100%;
}

.vivencia-banner__filters-button {
    text-align: center;
    font-size: 20px;
    font-family: "League Spartan";
    font-weight: 600;
    letter-spacing: 6px;
    color: #de9933;
    text-transform: uppercase;
    opacity: 1;
    transition: all 0.3s;
    margin-bottom: 5rem;
    position: relative;
}

/* .vivencia-banner__filters-button:hover,
.vivencia-banner__filters-button[selected] {
    color: #75730a;
    cursor: pointer;
} */

.vivencia-banner__filters-button:hover {
    color: #75730A;
}

.vivencia-banner__filters-button-img {
    position: absolute;
    left: -0.5rem;
    top: -3.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 120px;
    height: 120px;
    opacity: 0;
    transition: all 0.3s;
}

/* .vivencia-banner__filters-button:hover>img,
.vivencia-banner__filters-button[selected]>img {
    opacity: 1;
} */

.vivencia__itens__card {
    position: relative;
    z-index: 10;
}

.vivencia-banner__filters-button-img {
    opacity: 0;
    transition: opacity 0.5s;
}

.vivencia__itens__card:hover .vivencia-banner__filters-button-img {
    opacity: 1;
}

.vivencias-lista__item {
    width: 28rem;
    margin: 0 0 5rem;
    padding: 0 30px;
    transition: all 0.4s;
}

.vivencias-lista__item p {
    text-align: center;
    font-family: 'League Spartan';
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: -0.44px;
    color: #122612;
    opacity: 1;
    align-items: center;
}


.vivencia-lista__items {
    margin: 0;
    padding: 0;
}

.vivencia__itens__modalidade {
    position: absolute;
    z-index: 1001;
    top: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 40px;
    background-color: #de9933;
    padding: 10px 38px;
}



.vivencias-lista__item h2 {
    text-align: center;
    font-family: 'League Spartan';
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 9.6px;
    color: #122612;
    text-transform: uppercase;
    opacity: 1;


}

.vivencias-lista__item h1 {
    text-align: center;
    font-size: 2.1875rem;
    line-height: 2.125rem;
    letter-spacing: -0.88px;
    color: #75730a;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
    opacity: 1;
}

.vivencias-lista__item-content-title {
    z-index: 1001;
    position: absolute;
    bottom: 3rem;
}

.vivencias-lista__item-content {
    width: 100%;
    height: 30rem;
    margin: 0;
    position: relative;
}


.vivencias-lista__item:hover .vivencias-lista__item-content-background,
.vivencias-lista__item:hover .vivencias-lista__item-content-mask {
    transition: 0.3s;
    transform: scale(1.1);
}

.vivencias-lista__item-content-background {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 70px;
    z-index: 1000;
    transition: all 0.3s;
}


.vivencias-lista__item-content-mask {
    position: absolute;
    width: 100%;
    bottom: -4px;
    left: 0;
    transition: all 0.3s;

}

.vivencias-lista__item-description {
    margin: 1rem 2.5rem;
    transition: all 0.4s;
}

.vivencias-lista__item-button {
    text-align: left;
    font-family: 'League Spartan';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3.75px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 1rem 3.5rem;
    background: #5959A8 0% 0% no-repeat padding-box;
    border-radius: 29px;
    bottom: 11rem;
    left: 6.5rem;
    pointer-events: none;
    transition: all 0.4s;
    opacity: 0;
}


.vivencias-lista__item-button:hover {
    background: #DE9933 0% 0% no-repeat padding-box;
    border-color: #DE9933;
    color: #FFFFFF;
    border-radius: 29px;
}

.vivencias-lista__item:hover .vivencias-lista__item-button {
    pointer-events: all;
    opacity: 1;
}

.vivencias-lista__item:hover .vivencias-lista__item-description {
    margin: 4rem 2.5rem;
    height: 99px;
    transition: all 0.4s;
}

.vivencias__load-contents {
    margin: 10rem 0 8rem 0;
}

.vivencias__load-contents>span {
    background: #5959A8 0% 0% no-repeat padding-box;
    border-radius: 29px;
    color: #fff;
    text-align: center;
    font-family: 'League Spartan';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3.75px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 1.2rem 2rem;
    opacity: 1;
}

.vivencias__load-contents:hover>span {
    background: #DE9933 0% 0% no-repeat padding-box;
    border-radius: 29px;
    color: #fff;
    text-align: center;
    font-family: 'League Spartan';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3.75px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 1.2rem 2rem;
    opacity: 1;
}

@media(max-width: 1024px) {
    .vivencia-banner__filters {
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .vivencia-banner__filters-button-img {
        left: -5rem;
    }
}

@media(max-width: 600px) {

    .vivencia-lista__items {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        width: 23rem;
    }


    .vivencia-banner__filters-button-img {
        left: 7rem;
    }

    .vivencia-content__texts__title {
        margin: 4rem 3rem 0rem;
    }

    .vivencias-lista__item h1 {
        font-size: 1.625rem;
        line-height: 1.625rem;
        letter-spacing: -0.65px;
    }

    .vivencias-lista__item h2 {
        font-size: 0.875rem;
        line-height: 2.5rem;
        letter-spacing: 8.4px;

    }

    .vivencias-lista__item p {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.36px;

    }

    .vivencia-lista,
    .vivencia__itens__card {
        padding: 0;
        margin: 0;
    }

    .vivencia-banner__title {
        margin: 3.5rem 0 2.5rem 0;
    }

    .vivencias-lista__item {
        padding: 0;

    }

    .vivencias-lista__item-button {
        bottom: 11rem;
    }

    .vivencias-lista__item:hover .vivencias-lista__item-button {
        margin-left: -2.5rem;
    }



}

@media(max-width:375px) {
    .vivencia-lista__items {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        width: 20rem;
    }

    .vivencias-lista__item:hover .vivencias-lista__item-button {
        margin-left: -3.5rem;
    }



}

