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;
        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,
            0 0 0 3px #fff,
            0 0 0 5px #000;
    }
}

.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;
}

#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;
    }
}

@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;
            }
        }
    } 
}

@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%);
        }
    }
}

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

#emprendimentos h2 { font-size: clamp(24px, 4vw, 36px); }
#emprendimentos h3 { font-size: clamp(16px, 2.2vw, 21px); }
#emprendimentos .card-empreendimento h4 { font-size: clamp(18px, 2.5vw, 24px); }
#emprendimentos .btn-emp-home { font-size: clamp(16px, 2.3vw, 18px); }

@media (max-width: 991px) {
  #emprendimentos .list-elementos-emp {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
  #emprendimentos .list-elementos-emp > * {
    flex: 1 1 220px;
    min-width: 200px;
  }
  #emprendimentos .logo-ender {
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
  }
  #emprendimentos .img-logo-emp {
    width: 110px;
    margin-right: 12px;
  }
  #emprendimentos .endereco {
    width: 100%;
    margin-top: 6px;
  }
  #emprendimentos .card-empreendimento {
    margin-bottom: 40px;
  }
  #emprendimentos .img-emp-home {
    aspect-ratio: 16/9;
  }
}

@media (max-width: 575px) {
  #emprendimentos .img-emp-home {
    aspect-ratio: 4/3;
  }
  #emprendimentos .tag-emp-home {
    top: 16px;
    left: 16px;
    padding: 12px 18px;
    font-size: 14px;
  }
  #emprendimentos .selecao-status .nav-pills {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
}

@media (max-width: 767px) {
  header .social-header .separador-mob {
    align-items: center;
  }
  header .menu {
    touch-action: manipulation;
  }
}

@media (min-width: 1200px) {
  #emprendimentos .resumo-emp {
    max-width: 70ch;
  }
}
