.background-img {
    height: 60vh;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Ajustá la opacidad */
}

.brand-logo {
    position: absolute;
    bottom: -50px;
    left: 20px;
    width: 150px; 
    height: 100px;
    border: 5px solid #4c5789;
    object-fit: cover; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
  
}



