/* ----------nav---------- */
#nav-right a{
    padding: 0px 20px!important;
}
#nav-right a:hover{
    color: #FF5417!important;
    background: #fff;
    transition: 0.3s all linear;
}
#nav-right .active{
    padding: 0px 20px!important;
    color: #000!important;
    background: #FF5417;
}
/* --------foter--------- */
#footer {
    height: 74px!important;
    padding-top: 0px!important;
    align-content: center!important;
    justify-content: center!important;
    align-items: center!important;
}
.lang-button{
    color: #FF5417;
    text-align: right!important;
    padding: 2px 10px 3px 0px;
    border-radius: 10px;
    border: 2px solid #FF5417;
    justify-content: flex-end;
    margin-bottom: 0px!important;
    /* margin: 5px; */
}
.lang-button.active{
    background:#FF5417;
    color: #f1f1f1;
}
.langs{
    height: 80%;
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-around!important;
}
.social a:hover{
    color: #FF5417;
}
/* ---------barra de filtros----------- */
#filters .container .filter-button{
    border-right: 1px solid #000;
    width: 250px;
    justify-content:center;
    margin-right: 0px!important;
}

#filters .container .active{
    background: #FF5417;
    color: #000!important;
}





.project{
    margin: 20px 0px;
    box-shadow: 2px 2px 8px rgba(0,0,0,.2);
}
.project-more{
    background: #fafafa!important;
    flex-direction: column;
    align-items: flex-start!important;
    align-content: flex-start!important;
    
}
.project-footer{
    width: 100%!important;
    height: auto!important;
}
.project-more p{
    color: #000;
    width:100%!important;
    margin-top:15px!important;
    text-overflow: ellipsis!important;
    font-weight: normal!important;
    font-size: 16px!important;
    line-height: 18px;
}
.project-name{
    color: #FF5417;
}
.project-more p, .project-more .project-go {
    transform: none!important;
    transition: none!important;
}
.project-more .btn{
    width:100%;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end!important;

}
.btn .project-go{
    height: auto!important;
    color: #FF5417;
    text-align: right!important;
    padding: 2px 10px 3px 10px;
    border-radius: 12px;
    border: 2px solid #FF5417;
    justify-content: flex-end;
    margin-bottom: 0px!important;
}