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

    .redes-container {
        width: 60%;
    }

    .img-empresa img {
        width: 60%;
    }
    
    .flex-column-clientes {
        width: 90%;
    }

    .imagenes-clientes {
        width: 75px;
    }

    .foto-producto-1 {
        width: 90%;
    }

    .iconos {
        width: 13%;
    }

    .flex-descripcion {
        width: 100%;
    }

    .flex-muestra-producto {
        height: 80%;
    }

    .flex-imagen-producto {
        margin-top: 30%;
        margin-bottom: 15%;
    }

    .flex-column-cilindro p {
        width: 95%;
        margin-bottom: 10%;
    }

    .flex-imagen-producto-right {
        margin-top: 30%;
        margin-bottom: 15%;
    }

    .flex-column-cilindro-right p {
        width: 95%;
        margin-bottom: 10%;
    }

    .texto-asesor {
        width: 100%;
    }
    

}