.list-projects{
    flex-basis: 100%;
}

.list-projects-content{
    min-height: 600px;
}

.list-data-position-project{
    display: none;
}

.temp-list-projects{
    display: none;
}

.list-projects-content:after{
    content: "";
    display: block;
    clear: both;
}

.items-list-projects{
    float: left;
    width: 25%;
    min-height: 200px;
    opacity: 1;
    height: 240px;
    height: 32vh;
    filter: grayscale(80%);
    transition: 0.3s;
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
}

.items-list-projects.view{
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.items-list-projects:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.items-list-projects-content{
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    padding: 0px 5px 5px 0px;
    box-sizing: border-box;
}

.items-list-projects-content a{
    display: block;
    font-size: 12px;
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
}


.preview-list-projects-content{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 100%;
    transition: top 0.3s;
    top: 0px;
    overflow: hidden;
}

.preview-list-projects-title{
    transition: 0.5s;
    font-size: 15px;
    position: absolute;
    bottom: 15px;
    left: 0px;
    padding: 5px 10px;
    color: #FFF;
    padding: 5px 12px;
    padding: 20px 20px;
    text-transform: uppercase;
    
    padding: 10px 20px;
/*    padding-top: 40px;*/
    width: 100%;
    bottom: -200px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    
/*    background-color: #000;*/
    
    box-sizing: border-box;
}

.items-list-projects:hover .preview-list-projects-title{
    bottom: 0px;
}

.line-select-category-project{
    padding: 10px 0px;
    margin: 25px 0px;
}

.items-category-project{
    display: inline-block;
    text-transform: uppercase;
    margin-right: 40px;
    font-size: 13px;
    cursor: pointer;
/*    color: rgba(0,0,0,0.8);*/
/*    color: rgba(0,0,0,0.7);*/
/*    color: rgba(0,0,0,0.5);*/
    color: rgba(0,0,0,0.4);
    transition: 0.3s;
}

.items-category-project.action{
/*    font-weight: bold;*/
    cursor: default;
/*    font-size: 14px;*/
    font-size: 13px;
    color: rgba(0,0,0,1);
}

@media only screen and (max-width: 2200px){ 
    .items-list-projects{
        height: 25vh;
    }
}

@media only screen and (max-width: 1550px){ 
    .items-list-projects{
        height: 220px;
    }
}

@media only screen and (max-width: 1200px){   
    .items-list-projects{
/*        height: 200px;*/
        height: 165px;
        min-height: auto;
    }
    
    .preview-list-projects-title{
        font-size: 13px;
    }
}

@media only screen and (max-width: 1100px){   
    .items-list-projects{
        width: 33.3333%;
    }
}

@media only screen and (max-width: 900px){
    .items-list-projects{
        width: 50%;
    }
    
    .items-category-project{
        margin-right: 20px;
    }
    
}

@media only screen and (max-width: 768px){
    
    .list-projects-content{
        padding: 0px 25px;
    }
    
    .items-list-projects:hover .preview-list-projects-title{
        bottom: -40px;
        color: rgba(0, 0, 0, 1);
    }
    
    .list-projects{
        padding: 80px 0px;
        padding: 20px 0px;
    }
    
    .items-list-projects{
/*        width: 100%;
        height: 50vh;*/

        width: 50%;
        width: calc(50% - 5px);
        margin-right: 5px;
        height: calc(width);
        height: 52vw;
        
        filter: grayscale(80%);
        margin-bottom: 10px;
    }
    
    .preview-list-projects-content{
        overflow: visible;
    }
    
    .items-list-projects-content{
        height: 280px;
        height: 100%;
        padding-right: 0px;
        
        padding-bottom: 40px;
    }
    
    .line-select-category-project{
        margin: 10px 0px;
        padding: 10px 25px;
    }
    
    .preview-list-projects-title{
        bottom: -40px;
/*        font-weight: bold;*/
        color: #000;
        color: rgba(0, 0, 0, 0.5);
        background: none;
        
        height: 40px;
        width: 100%;
        font-size: 11px;
        box-sizing: border-box;
        padding: 4px 0px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
    }
    
    .items-category-project{
        margin-bottom: 10px;
    }
    
    .items-category-project{
        font-size: 11px;
        margin-right: 15px;
    }
    
    .items-category-project.action{
        font-size: 11px;
    }
    
    
}

@media only screen and (max-width: 400px){
 
    .items-category-project{
        margin-right: 10px;
    }
    
}    