.bg-proyecto{background-position: center; 
background-blend-mode: multiply;
height: 350px; width:100%;
}

.logo-proyecto{
    width: 50%;
    left:50%;
    max-height:150px!important;
    transform: translate(-50%, 0%);
}

.shine{
    box-shadow: none;
    border: 2px solid rgba(57, 255, 20, 1)!important;
}
.shine:hover{
    box-shadow: 0 0 35px rgba(57, 255, 20, 1);
    border: 2px solid rgba(57, 255, 20, 1)!important;
}

.image-container {
    transform: translateY(0);
    transition: all 0.3s ease;
}

.image-container:hover {
    transform: translateY(-5px);
}

.image-container img {
    transition: all 0.3s ease;
}

.image-container:hover img {
    filter: brightness(1.1);
}

@media (max-width: 768px) {
    .image-container {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    
    .image-container img {
        width: 100%;
        height: auto;
    }
}
