INFORMATION
News and Events
SOLUTIONS
Latest News
APPLICATIONS
Search for your application
ASSISTANCE
Service "HOP"
is the Duetti after sales service, run by multilingual operators. It ensures fast remote or on-site intervention world-world.
Duetti is aware of how valuable response time is, which is why we have organised our service efficiently and with high response standards.
Need assistance?
Company
"Years of experience in automation systems, combined with our staff's consolidated technical knowledge, makes Duetti the ideal partner in the design and construction of complete end-of-line packaging systems."
SOLUTIONS
Machines
Efficient and effective solutions to increase your business and reduce fixed costs.
.macchine-loop-grid {
transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
border: 2px solid transparent; /* Imposta il bordo iniziale invisibile */
cursor: pointer; /* Aggiunge la manina */
}
.macchine-loop-grid:hover {
border: 2px solid #92CB48; /* Cambia colore del bordo al passaggio del mouse */
box-shadow: 0px 4px 10px #92CB48; /* Aggiunge un'ombra luminosa */
}
jQuery(document).ready(function($){
$('.macchine-loop-grid').click(function(){
var link = $(this).find('a').attr('href');
if(link) {
window.location.href = link;
}
});
});