#page-portfolio .banner {
    background-image: url(../../src/img/portfolio/capa.webp) !important;
}
#page-portfolio .card, #page-about .card{
    border: none !important;
    border-radius: 0 !important;
    background-color: #efefef !important;
    width: 32%;
}
@media (max-width: 800px){
    #page-portfolio .banner {
        background-image: url(../../src/img/portfolio/capa-mobile.webp) !important;
    }
    .card{
        width: 100% !important;
    }
}