/* Estilo automático para a página: empreendimentos */
header.preto-branco{
    background-color: rgba(255, 255, 255, 0.89);

    .logo-header.logo-branca{
        display: none;
    }
    .logo-header.logo-preta{
        display: block;
    }

    .nav-link{
        color: #000;
    }
}

header{
    .icon-branco{
        display: none;
    }
    .icon-preto{
        display: block;
    }
    li{
        list-style-type: none;
    }
    .nav-link.btn-portal{
        color: #fff;
    }
    .separador-mob {
        display: flex;
    }
}


#emprendimentos{
    padding: 20px 0;
    border-bottom: 0.6px solid #B7B7B7;
    position: relative;

    h2 {
        font-weight: 500;
        font-size: 36px;
        line-height: 100%;
        margin-bottom: 26px;
    }
    h3 {
        font-weight: 400;
        font-size: 21px;
        color: #575756;
        line-height: 100%;
        vertical-align: middle;
        margin-bottom: 48px;
    }
    .img-emp-home {
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .tag-emp-home {
        position: absolute;
        top: 30px;
        left: 30px;
        background-color: #3B422A;
        padding: 15px 27px;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #fff;
    }

    .logo-ender {
        display: flex;
    }
    .img-logo-emp {
        width: 130px;
        object-fit: cover;
        margin-right: 20px;
    }
    .card-empreendimento{ 
        margin-bottom:56px;
    
        h4 {
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
            vertical-align: middle;
            text-transform: uppercase;
            color: #3B422A;
        }
    }
    .endereco {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        vertical-align: middle;
        color: #575756;
    }
    .logo-ender {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .resumo-emp {
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        vertical-align: middle;
        color: #575756;
        text-align: justify;
    }
    .circulo-cinza {
        width: 35px;
        height: 35px;
        background-color: #E1DEDE;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        margin-right: 8px;
    }
    .circulo-cinza img {
        width: 19px;
        object-fit: contain;
    }
    .titulo-elementos-emp {
        font-weight: 500;
        font-size: 15px;
        color: #1D1D1B;
        /* line-height: 100%; */
        vertical-align: middle;
        margin: 0;
    }
    .text-elementos-emp {
        font-weight: 400;
        font-size: 16px;
        color: #575756;
        line-height: 100%;
        vertical-align: middle;
        margin-top: 8px;
    }
    .list-elementos-emp {
            display: flex;
    }


    .selecao-status{

        .nav-pills {
            border-bottom: 1px solid #B7B7B7;
            padding-bottom: 10px;
            margin-bottom: 64px;
        }
        .nav-link {
            font-weight: 400;
            font-size: 16px;
            color: #575756;
            line-height: 100%;
        }
    }

    .btn-emp-home {
        font-weight: 500;
        font-size: 18px;
        line-height: 160%;
        border-radius: 0;
        display: inline-block;
        padding: 10px 30px;
        text-decoration: none;
        color: #000;
        background-color: #fff;
        position: relative;
        transition: all 0.3s ease;
        border: 1px solid #000;
        display: block;
        text-align: center;
    }
    .btn-emp-home:hover {
        box-shadow: 
            0 0 0 2px #000, /* Borda externa (2px preta) */
            0 0 0 3px #fff,  /* Borda central (1px branca - note que é 3px total, menos os 2px da borda externa = 1px) */
            0 0 0 5px #000;  /* Borda interna (2px preta - 5px total menos 3px da borda central = 2px) */
    }


}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    font-weight: 500 !important;
    background-color: transparent !important;
    border-bottom: solid 5px #575756;
    border-radius: 0;
    padding-bottom: 13px;
    margin-bottom: -30px;
}




/* EFEITO */
#emprendimentos:before {
    background-image: url(../img/efeito-8.png);
    background-size: contain;
    display: inline-block;
    width: 192px;
    height: 1153px;
    content: "";
    position: absolute;
    top: -150px;
    right: 0;
    background-repeat: no-repeat;
    z-index: 0;
}

@media all and (max-width: 1700px) { 
    #emprendimentos:before {
        display: none;
    }
}




/* MOBILE */
@media all and (max-width: 767px) { 
    .navbar-toggler:focus{
       box-shadow: none !important; 
    }
    header.preto-branco {
        background-color: rgb(255, 255, 255) !important;
    }
    .text-mob {
        padding: 0 30px;
    }

    header {
        button.navbar-toggler{
            border: none;
        }
        .social-header {
            padding: 0;

            .separador-mob {
                display: flex;
                justify-content: space-between;

                .d-left {
                    display: flex;
                }
            }
        }
        .menu{
            filter:invert(100%) sepia(0%) saturate(19%) hue-rotate(325deg) brightness(99%) contrast(106%);
        }
    }

    #emprendimentos {
     .selecao-status {
        .nav-pills {
            overflow-x: scroll;
            flex-wrap: nowrap;
            }
        }

        .img-emp-home {
            margin-bottom: 30px;
        }
    
        .selecao-status {
            .nav-link {
                display: flex;
                width: 150px;
                min-height: 70px;
                text-align: center;
                justify-content: center;
                align-items: flex-end;
            }
        }

    } 

}


/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-toggler:focus{
       box-shadow: none !important; 
    }
    header.preto-branco {
        background-color: rgb(255, 255, 255) !important;
    }
    .text-mob {
        padding: 0 30px;
    }

    header {
        button.navbar-toggler{
            border: none;
        }
        .social-header {
            padding: 0;

            .separador-mob {
                display: flex;
                justify-content: space-between;

                .d-left {
                    display: flex;
                }
            }
        }
        .menu{
            filter:invert(100%) sepia(0%) saturate(19%) hue-rotate(325deg) brightness(99%) contrast(106%);
        }
    }
}

/* WIDE */
@media (min-width: 1400px) and (max-width: 2600px) {
}
