.list-projects{
    flex-basis: 100%;
    padding: 60px 100px;
    padding-top: 0px;
}

.list-category-projects{
    text-transform: uppercase;
    color: rgba(69, 69, 69);
    font-size: 20px;
    font-size: 0.78vw;
    margin-bottom: 35px;
    display: flex;
}

.items-category-project{
    margin-right: 4vw;
    transition: 0.3s;
    cursor: pointer;
}

.items-category-project.action{
/*    font-weight: bold;*/
    transform: scale(1.10);
}

.list-projects-content{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.list-projects-items{
    width:calc((100% - 80px) / 3);
    box-sizing: border-box;
}

.list-projects-items-image{
    aspect-ratio: 1 / 0.7;
    background-color: rgb(200,200,200);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-projects-items-name{
    text-transform: uppercase;
    color: rgba(69, 69, 69);
    font-weight: bold;
    font-size: 30px;
    font-size: 1.17vw;
    padding-top: 30px;
}



@media only screen and (max-width: 768px){
     
}