.project-bartho .is-bright {
    background: rgb(255,50,156);
    background: -moz-linear-gradient(-45deg, rgba(255,50,156,1) 0%, rgba(255,137,139,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,50,156,1) 0%,rgba(255,137,139,1) 100%);
    background: linear-gradient(135deg, rgba(255,50,156,1) 0%,rgba(255,137,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff329c', endColorstr='#ff898b',GradientType=1 );
}

.project-bartho .is-secundary {
    background: #121730;
}
/*
.project-bartho .is-last {
background: rgb(84,98,221);
background: -moz-linear-gradient(top, rgba(84,98,221,1) 0%, rgba(255,137,139,1) 100%);
background: -webkit-linear-gradient(top, rgba(84,98,221,1) 0%,rgba(255,137,139,1) 100%);
background: linear-gradient(to bottom, rgba(84,98,221,1) 0%,rgba(255,137,139,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5462dd', endColorstr='#ff898b',GradientType=0 );
}
*/

.project-bartho .is-last {
/*background:    rgba(255,137,139,1);*/
background: rgb(18,24,46);
background: -moz-linear-gradient(top, rgba(18,24,46,1) 0%, rgba(252,61,155,1) 100%);
background: -webkit-linear-gradient(top, rgba(18,24,46,1) 0%,rgba(252,61,155,1) 100%);
background: linear-gradient(to bottom, rgba(18,24,46,1) 0%,rgba(252,61,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12182e', endColorstr='#fc3d9b',GradientType=0 );
}