@media screen and (max-width: 1370px) {

        body,
        html {
        font-size: 14px;
        }

        .redes-container {
            width: 30%;
        }

        .redes a img {
            width: 75%;
        }

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

        .img-empresa img {
            width: 50%;
        }

        .imagenes-clientes {
            text-align: center;
            width: 90px;
            padding: 7px;
        }

        .flex-container-productos {
            height: 95%;
        }

        .foto-producto-1 {
            width: 40%;
            margin-bottom: 2%;
        }

        .foto-producto-1:hover {
            width: 45%;
        }

        .titulo-productos {
            margin-bottom: 2%;
        }

        .btn-producto {
            margin-top: 2%;
        }

        .flex-descripcion {
            height: 40%;
            justify-content: center;
            margin-top: 3%;
        }

        .flex-icono {
            display: none;
        }

        .iconos {
            text-align: center;
            width: 10%;
            justify-content: space-around;
            margin-top: 2%;
        }

        .img-descarga {
            width: 60%;
        }

        .img-descarga:hover {
            width: 65%;
            opacity: 0.7;
        }

        .descarga-text {
            font-size: 1.5rem;
        }
        
        #hydraulitech {
            background-color: #ffff;
            height: auto;
            padding: 3%;
        }

        .container-info-hydraulitech {
            flex-direction: column;
            justify-content: space-between;
        }

        .btn-hydraulitech-logo {
            margin-top: 5%;
            margin-bottom: 5%;
        }

        .container-producto-hydraulitech {
            text-align: center;
            padding: 2%;
        }

        .titulo-presentacion-hydraulitech {
            font-size: 2.7rem;
        }

        .titulo-producto-hydraulitech {
            font-size: 1.7rem;
        }

        .texto-producto-hydraulitech {
            font-size: 1.1rem;
        }

}