@media screen and (max-width:1700px) {
    body,
    html {
        font-size: 16px;
    }

    .img-bg {
        width: 300px;
        margin-bottom: 40px;
    }

    .foto-producto-1 {
        width: 65%;
        text-align: center;
    }

    .iconos {
        text-align: center;
        width: 10%;
    }

    .btn-hydraulitech-producto img {
        width: 79%;
    }

    .container-info-hydraulitech {
        width: 100%;
    }

}