/* SECTION STYLES */

section#galeria-fotos-empreendimento {
    position: relative;
}

section#galeria-fotos-empreendimento .container-fluid {
    padding-left: 21%;
}

section#galeria-fotos-empreendimento ul.filter-button-group {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto 44px;
    gap: 16px;
}

section#galeria-fotos-empreendimento ul.filter-button-group li {
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 74.667px;
    border: 1px solid var(--brand-secundary-dark, #38221B);
    display: flex;
    padding: 16px 21.333px;
    justify-content: center;
    align-items: center;
    gap: 10.667px;
    color: var(--brand-secundary-dark, #38221B);
    text-align: center;
    font-family: Lexend;
    font-size: 12.667px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14.667px */
    letter-spacing: 0.293px;
    text-transform: uppercase;
}

section#galeria-fotos-empreendimento ul.filter-button-group li:hover {
    color: #fff;
    background-color: #38221B;
}

section#galeria-fotos-empreendimento ul.filter-button-group li:last-of-type {
    margin-right: 0;
}

section#galeria-fotos-empreendimento ul.filter-button-group li.active {
    color: #fff;
    background-color: #38221B;
}



/* GRID */

section#galeria-fotos-empreendimento .grid:after {
    content: '';
    display: block;
    clear: both;
}

section#galeria-fotos-empreendimento .grid-item,
section#galeria-fotos-empreendimento .grid-sizer {
    width: 25%;
    border: 15px solid transparent;
}

section#galeria-fotos-empreendimento .grid-item {
    float: left;
    height: 330px;
}

section#galeria-fotos-empreendimento .-double-width {
    width: 50%;
    background-position: center center
}

section#galeria-fotos-empreendimento .-double-height {
    height: 660px;
    background-position: center center
}

section#galeria-fotos-empreendimento .grid-item img {
    width: 100%;
    height: 100%
}

section#galeria-fotos-empreendimento .grid-item .area {
    position: absolute;
    width: 100%;
    border-radius: 22px;
    height: 100%;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

section#galeria-fotos-empreendimento .grid-item:hover .legenda {
    top: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

section#galeria-fotos-empreendimento .grid-item .legenda {
    position: absolute;
    top: 0;
    opacity: 0;

    width: 100%;
    height: 100%;

    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    font-family: Lexend;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.555) 9.53%, rgba(0, 0, 0, 0.37) 100%);
}

section#galeria-fotos-empreendimento .grid-item:hover .legenda,
section#galeria-fotos-empreendimento .grid-item:hover .ampliar {
    opacity: 1;
}

section#galeria-fotos-empreendimento .grid-item .legenda strong {
    position: absolute;
    text-align: start;
    left: 0;
    top: 0;
    padding: 35px;
    width: 100%;
    color: var(--100, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 19.8px */
    letter-spacing: 0.9px;
}

section#galeria-fotos-empreendimento .grid-item .ampliar {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: all .5s;
    opacity: 0;
    color: var(--100, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 19.8px */
    letter-spacing: 4.4px;
    text-transform: uppercase;
}

section#galeria-fotos-empreendimento .grid-item .ampliar .icon {
    border-radius: 100px;
    background: var(--100, #FFF);
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
}

/* SLIDER */

section#galeria-fotos-empreendimento img.custom-slick-arrow {
    position: absolute;
    top: -80px;
    cursor: pointer;
    transition: all 0.5s;
}

section#galeria-fotos-empreendimento img.custom-slick-arrow:hover {
    transform: scale(1.1);
}

section#galeria-fotos-empreendimento img.custom-slick-arrow.prev {
    content: url(../images/grid-slider/prev.png);
    right: 300px;
}

section#galeria-fotos-empreendimento img.custom-slick-arrow.next {
    content: url(../images/grid-slider/next.png);
    right: 243px;
}

@media only screen and (max-width:935px) {

    section#galeria-fotos-empreendimento .-double-width,
    section#galeria-fotos-empreendimento .grid-item,
    section#galeria-fotos-empreendimento .grid-sizer {
        width: 50%
    }

    section#galeria-fotos-empreendimento .-double-height {
        height: 272px
    }
}

@media only screen and (max-width:530px) {

    section#galeria-fotos-empreendimento .-double-width,
    section#galeria-fotos-empreendimento .grid-item,
    section#galeria-fotos-empreendimento .grid-sizer {
        width: 100%
    }
}

@media (max-width:500px) {
    section#galeria-fotos-empreendimento .grid-item .legenda {
        display: none !important
    }
}