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

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

    .linea_separadora {
        width: 60vw;
    }

    #textoPrincipal {
        margin-top: 30vh;
    }

    .logo {
        max-width: 40vh;    
    }

    .ejecutivos {
        max-width: 40vw;    
    }

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

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

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 25px;
    }


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

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