#parallax .parallax {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 70vh;
    border-radius: 0 0 66px 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#parallax .marco-parallax {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}


#parallax .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
    background: url(https://gruposit.wodra.ar/wp-content/uploads/2025/06/overlay-video-scaled.png);
    background-size: cover;
    background-position: left;
    border-radius: 0 0 66px 66px;
    opacity: 0.2;
}

#parallax .contenido {
    position: relative;
    z-index: 3;
    height: 100%;
    /* display: flex;
    align-items: center; */
}

@media (max-width: 576px)
{
    #parallax .overlay-image {
        width: 100%;
    }
}

@media  (min-width: 577px) and (max-width: 767px)
{
    #parallax .overlay-image {
        width: 75%;
    }

}

@media (min-width: 768px) and (max-width: 991px) 
{
    #parallax .overlay-image {
        width: 75%;
    }

}

@media (min-width: 992px) and (max-width: 1200px) 
{


}

@media  (min-width: 1200px) and (max-width: 1400px)
{


}

@media  (min-width: 1401px) and (max-width: 1600px)
{

    
}