.portifolio {
    margin-top: -50px;
    margin-bottom: -60px;
}
.portifolio .titulo {
    color: #333;
    font-size: 14px;
}
.portifolio .legenda {
    text-align: center;
    color: #656565;
    font-size: 15px;
    margin-top: -7px;
    margin-bottom: 15px;
}
.portifolio .link-portifolio {
}
.nav-search a.nav-link {
    color: #ceb8a8 !important;
    font-size: 17px;
}
.nav-search a.nav-link:hover, .nav-search a.active{
    color: #656565 !important;
    font-weight: 600;
}

.nav-search p {
    color: #ceb8a8 !important;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 40.8px;
}
.portifolio .img-portifolio {
    width: 100%;
    height: 290px;
    object-fit: cover;
    padding: 20px;
}

.portifolio .link-portifolio:hover:after {
    content: "";
    width: 100%;
    height: 290px;
    padding: 15px;
    position: absolute;
    /* background-color:  rgba(0, 0, 0, 0.5); */
    top: 0;
    left: 0;
    background-image: url("../img/lupa.png");
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767.98px) {
    .projetos .image-x {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 25px;
    }
    .projetos .titulo h1 {
        color: #e8e100;
        font-size: 32px;
        text-transform: uppercase;
        font-family: "HeronSans-Light";
        letter-spacing: 5px;
        padding: 15px;
    }
    .nav-search p {
        color: #ceb8a8 !important;
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 40.8px;
        width: 100%;
        text-align: center;
    }
    .justify-content-end {
        justify-content: center!important;
    }
}
