/* PORTFOLIO */

.fancybox-opened .fancybox-title {
	display: none !important;
}

.ancora-imoveis-a-venda{
    display: flex;
    width: 90%;
    padding: 38px 5%;
    background: #000;
    border-radius: 20px;
    margin-bottom: 10px;
}

.ancora-imoveis-a-venda a{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.ancora-imoveis-a-venda a:after{
    content: ' ';
    background: url(/common/default/img/arrow-imoveis-venda.webp) no-repeat center center;
    width: 30px;
    height: 20px;
    position: absolute;
    margin-left: 20px;
}

.ancora-imoveis-a-venda a span{
    color: #79AC2B;
    font-weight: bold;
}

.sem-projetos{
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100px;
    font-weight: 300;
}

#portfolio{
    display: flex;
    flex-direction: column;
    width: 100%;
}

#portfolio .header-titulo{
    background: #000;
    display: flex;
    min-height: 330px;
    align-items: center;
    justify-content: center;
    padding-top: 82px;
}

#portfolio .header{
    display: flex;
    max-width: 1430px;
    width: 100%;
}

#portfolio .header h1{
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

#portfolio .informacoes-politica{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
}

#portfolio .informacoes-politica .container{
    flex-direction: column;
}

#portfolio .informacoes-politica .texto-interno{
    display: flex;
    width: 100%;
    max-width: 1590px;
    justify-content: initial;
    flex-wrap: wrap;
}

#portfolio .informacoes-politica .texto-interno .empreendimento{
    display: flex;
    width: 47.5%;
    margin: 2.5% 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
    overflow: hidden;
}

#portfolio .informacoes-politica .texto-interno .empreendimento:nth-child(even){
    margin-left: 2.5%;
}

#portfolio .informacoes-politica .texto-interno .empreendimento:nth-child(odd){
    margin-right: 2.5%;
}

#portfolio .informacoes-politica .texto-interno .empreendimento .galeria-item.owl-carousel{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.owl-controls.clickable{
    display: none !important;
}

#portfolio .informacoes-politica .texto-interno .empreendimento img{
    width: 110%;
    margin-left: -5%;
    display: block;
    position: relative;
    z-index: 2;
}

#portfolio .informacoes-politica .texto-interno .informacoes{
    position: absolute;
    bottom: 0px;
    width: 84%;
    left: 8%;
    z-index: 5;
} 

#portfolio .informacoes-politica .texto-interno .informacoes a{

}


#portfolio .informacoes-politica .texto-interno .empreendimento h2{
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
}

#portfolio .informacoes-politica .texto-interno .empreendimento h6{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 45px;
}

#portfolio .informacoes-politica .texto-interno .empreendimento .arrows-galeria{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 75%;
    width: 70px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#portfolio .informacoes-politica .texto-interno .empreendimento span{
    opacity: 0.6;
}

#portfolio .informacoes-politica .texto-interno .empreendimento span.arrow-esquerda{
    background: url(/common/default/img/arrow-left.webp) no-repeat center left;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#portfolio .informacoes-politica .texto-interno .empreendimento span.arrow-direita{
    background: url(/common/default/img/arrow-right.webp) no-repeat center left;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#portfolio .informacoes-politica .texto-interno .empreendimento span:hover{
    opacity: 1;
}

.owl-imagem-item{
    position: relative;
}

#portfolio .informacoes-politica .texto-interno .empreendimento .galeria-item .owl-item a:before{
    content: ' ';
    border: 5px solid #f3f3f3;
    border-top: 5px solid #6FAD45;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: calc(50% - 40px);
    z-index: 1;
    top: calc(50% - 40px);
}

#portfolio .informacoes-politica .texto-interno .empreendimento .galeria-item .owl-item a:after{
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to top,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 0%);
    z-index: 3;
}

#portfolio .todos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 45px;
}

#portfolio .todos a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    border: 1px solid #79AC2B;
    max-width: 380px;
    width: 100%;
    text-align: center;
    padding: 17px 0px;
    border-radius: 20px;
    background-image: url(/common/default/img/arrow-mais-empreendimentos.webp);
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 30px auto !important;
    background-color: #fff;
    padding-right: 30px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#portfolio .todos a:hover{
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background-image: url(/common/default/img/arrow-mais-empreendimentos-hover.webp);
    background-repeat: no-repeat;
    background-position: 92% center;
    background-color: #79AC2B;
    color: #fff;
}

.owl-dots{
    display: none;
}

.owl-carousel.owl-drag .owl-item{
    aspect-ratio: 1/1;
    overflow: hidden;
}

@media all and (max-width: 1440px){
    #portfolio .header{
        width: 90%;
        left: 5%;
    }
    #portfolio .formulario {
        padding: 0px 5%;
        width: 90%;
    }
}

@media all and (max-width: 1023px){
    #portfolio .informacoes-politica .texto-interno .empreendimento:nth-child(even){
        margin-right: 0px;
        margin-left: 0px;
    }
    
    #portfolio .informacoes-politica .texto-interno .empreendimento:nth-child(odd){
        margin-right: 0px;
        margin-left: 0px;
    }
    #portfolio .header-titulo{
        min-height: 130px;
    }
    #portfolio .todos a{
        max-width: 280px;
    }
    #portfolio .informacoes-politica .texto-interno .empreendimento{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .ancora-imoveis-a-venda{
        width: 80%;
        text-align: center;
        padding: 38px 10%;
    }
    .ancora-imoveis-a-venda a{
        line-height: 28px;
    }
    .ancora-imoveis-a-venda a:after{
        display: none;
    }
}

@media all and (max-width: 767px){
    #portfolio .informacoes-politica .texto-interno .informacoes{
        width: 92%;
        left: 4%;
    }
    .sem-projetos{
        text-align: center;
        line-height: initial;
        margin-top: 40px;
        font-size: 25px;
    }
}

@media all and (max-width: 550px){
    #portfolio .informacoes-politica .texto-interno .empreendimento .galeria-item .owl-item a:before{
        width: 40px;
        height: 40px;
        left: calc(50% - 20px);
        top: calc(50% - 40px);
    }
    #portfolio .informacoes-politica .texto-interno .empreendimento img{
        width: 110%;
        left: -5%;
    }
    #portfolio .informacoes-politica .texto-interno .informacoes{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #portfolio .informacoes-politica .texto-interno .empreendimento h6{
        margin-bottom: 8px;
    }
    #portfolio .informacoes-politica .texto-interno .informacoes{
        margin-bottom: 15px;
        min-height: 80px;
    }
    #portfolio .informacoes-politica .texto-interno .empreendimento span.arrow-esquerda{
        margin-bottom: 10px;
    }
    #portfolio .informacoes-politica .texto-interno .empreendimento .arrows-galeria{
        top: 0px;
        width: 35px;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }
    #portfolio .informacoes-politica .texto-interno .empreendimento h6{
        font-size: 14px;
        line-height: 18px;
        max-width: 85%;
    }
    #portfolio .informacoes-politica .texto-interno .empreendimento h2{
        font-size: 21px;
        max-width: 85%;
    }
}