@media screen and (min-width: 750px) {
    #video01 {
        object-position: 60% 100%!important;
    }

    #video01-degrade {
        /*
        background: rgba(6,33,82,1);
        background: linear-gradient(0deg, rgba(6,33,82,1) 2%, rgba(16,84,204,0) 80%);
        */
    } 

    .opacidad {
        opacity: 0.6;
        filter: alpha(opacity=60); 
    }

    .linea_separadora {
        width: 60vw;
    }


    #textoPrincipal {
        margin-top: 20vh;
    }

    .logo {
        max-width: 30vw;    
    }

    .ejecutivos {
        max-width: 40vw;    
    }

    .logo-google {
        max-width: 50vw!important;
    }

    .icono-diferencial {
        max-width: 100vw;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    button {
        font-size: 25px!important;
    }

    .testimonio {
        min-height: 400px;
    }
}