.container-emp {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
}


.empreendimento-text {
    display: grid;
    grid-template-columns: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    justify-items: end;
}



.container-slider {
    display: grid;
    grid-template-columns: 84%;
    justify-content: center;
}

.emp-subtitile {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

.text_img{
   color: var(--cor-verde);
   font-family: var(--light);
   padding-top: 10px;
}

.text-projeto {
    font-weight: bold;
}

.list-itens-projeto {
    list-style: disc;
    margin-bottom: 20px;
    margin-left: 20px;
}

.text-emp {
    margin-top: 10px;
}

.title-emp {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #5c0000;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.thumbnail img {
    height: 150px;
    width: 250px;
    object-fit: cover;
}

.img-emp-principal {
    width: 100% !important;
    height: 600px !important;
    object-fit: cover !important;
}

.dv-img-principal{
    width: 90%;
}

figure{
    width: 90%;
}


@media screen and (max-width: 890px) {
    .empreendimento-text {
        display: grid;
        justify-content: center;
        grid-template-columns: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .thumbnail img {
        height: 87px;
        width: 131px;
        object-fit: cover;
    }

    .dv-img-principal {
        order: 2;
        margin-top: 0px;
        display: flex;
        justify-content: center;
    }
    .emp-descricao{
        order: 1;
        
    }

    .img-emp-principal {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }

    .empreendimento-text {
        display: grid;
        justify-content: center;
        grid-template-columns: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

}