
.icon-servicios img {
    width: 15vw;
}
#router {
    width: 15vw;
}
#antena {
    width: 9vw;
}

@media (min-width: 600px) {
    
    .icon-servicios img {
        width: 11vw;
    }
    #router {
        width: 11vw;
    }
    #antena {
        width: 7vw;
    }
    
}
@media (min-width: 800px) {

    .icon-servicios img {
        width: 9.5vw;
    }
    #router {
        width: 9.5vw;
    }
    #antena {
        width: 5.5vw;
    }
}
@media (min-width: 1024px) {
    .icon-servicios img {
        width: 9vw;
    }
    #router {
        width: 9.5vw;
    }
    #antena {
        width: 5.5vw;
    }
}
@media (min-width: 1280px) {
    .icon-servicios img {
        width: 7vw;
    }
    #router {
        width: 7vw;
    }
    #antena {
        width: 4.5vw;
    }
}