@media screen and (min-width: 1170px) {
    #video01 {
        object-position: 50% 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: 50vw;    
    }

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

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

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 25px;
    }

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

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


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

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