.background-img {
    height: 70vh;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Ajustá la opacidad */
}


.custom-shadow {
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.hover-effect:hover {
    transform: scale(0.9); 
}


@media (max-width: 992px) {
   
    .part1{
        order: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        .part1-1{
            display: flex;
            align-items: center;
            justify-content: center;
            & img{
                margin-bottom: 20px;
            }
        }
    }
    .part2{   
        order: 1;
        text-align: center;
        .part2-2{
            display: flex;
            align-items: center;
            justify-content: center;       
        }
    }

}

[id^="servicios"], [id^="contacto"], [id^="sonic"] {
  scroll-margin-top: 50px; /* Ajustá a la altura real de tu navbar */
}
 [id^="sonic"] {
  scroll-margin-top: 100px; /* Ajustá a la altura real de tu navbar */
}