.no-mov, .btn-contact, .btnPlay {
    display: none;
}
@media only screen and (max-width: 800px) {
    .no-mov{
        display: block;
    }
    .img-proceso {
        width: 80%;
    }
    .no-pc, .btn-contact, .btnPlay {
        display: none;
    }
    .mainServices{
        flex-wrap: wrap;
        justify-content: center;
    }
    .mainServices section{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .infoDiv, .divTech ,.secondServices section{
        width: auto;
        height: auto;
    }
    .displayFlexSpace{
        width: 100%;
    }
    .mainServices section:first-child {
        margin-right: 0px;
    }
    .text{
        text-align: center;
    }
}