.emp {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    justify-content: center;
    column-gap: 2%;
}


.emp .text_yellow {
    grid-column: 1 / span 3;
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.5rem;
}

.emp .itens_emp img {
    width: 100%;
}

.text_yellow {
    background: linear-gradient(90deg, #82734C, #837a5f, #796640);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #82734C;
    font-family: 'c-regular';

}
.text2{
    background: linear-gradient(90deg, #004750, #004750, #004750, #004750);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #004750;
    
}

.text1{
    margin-bottom: 0px !important;
    font-size: 0.9rem !important;
}

.emp .itens_emp .title {
    color: white;
    font-size: 1.2rem;
    font-family: 'm-semibold';
    padding-top: 10px;
    padding-bottom: 10px;

}

.emp_slider .title {
    color: white;
    font-size: 1rem;
    font-family: 'm-semibold';
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -100px;

}

.container_slider {
    color: white;
    padding-left: 20px;
}

.emp .itens_emp p {
    font-family: 'm-regular';
    margin-bottom: 10px;
    color: white;
}

.splide__slide a {
    text-decoration: none;
    color: white;
}

.emp_slider p {
    font-family: 'm-regular';
    margin-bottom: 10px;
    color: white;
}

.emp_slider {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    margin-bottom: 100px;
}

.emp .itens_emp p:not(.title) {
    display: flex;
    align-items: center;
    column-gap: 5px;
    row-gap: 10px;
}

.emp_slider p:not(.title) {
    display: flex;
    align-items: center;
    column-gap: 5px;
    row-gap: 10px;
    font-size: 0.7rem;
}

.emp .itens_emp .icon {
    width: 25px;
}

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



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

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

.text_img {
    padding-top: 10px;
    font-family: 'm-regular';
    font-size: 2rem;
}

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

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

.text-section {
    margin-top: 10px;
    font-family: 'm-light';
}

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

.splide__slide {
    position: relative;
}

.text_splide {
    position: absolute;
}

.list_emp img {
    height: 20px !important;
    width: 20px !important;
}

.list_emp {
    display: flex;
    align-items: center;
}

.text_slider {
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 30px;
}

.list_emp .splide__slide p {
    text-align: center;
}

.title-emp b {
    font-family: 'm-regular';
}

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

.img-emp-principal {
    width: 100% !important;
    height: 700px !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;
    }

    .emp {
        display: grid;
        grid-template-columns: 80%;
    }

    .emp .text_yellow {
        grid-column: 1 / span 1;
        text-align: center;
        margin-bottom: 20px;
        font-size: 1.5rem;
    }

    .emp .text_yellow {
        grid-column: 1 / span 1;
        text-align: center;
        margin-bottom: 0px;
        font-size: 1rem;
    }

    .emp {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        column-gap: 2%;
        padding-top: 20px;
        padding-bottom: 100px;
        border-bottom: 10px solid var(--cor-marrom);
    }

    .emp .itens_emp .title {
        color: var(--cor-marrom);
        font-size: 1rem;
        font-family: 'm-semibold';
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .itens_emp {
        margin-bottom: 20px;
    }

    .emp {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        column-gap: 2%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 10px solid var(--cor-marrom);
    }

}