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

    #video01-degrade {
        background: rgb(151,69,233);
        background: linear-gradient(25deg, rgba(151,69,233,1) 0%, rgba(151,69,233,0) 50%);
    } 

    .logo {
        max-width: 70vw;    
    }

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

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

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    #trayectoria h1 {
        font-size: 40px!important;
    }

    #trayectoria h2 {
        font-size: 30px;
    }

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

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