/* TELEFONE */
@media only screen and (max-width: 600px) {
    .parte1{text-align: center !important;}     
    .alinha_centro{text-align: center !important;}     
    .img_mobile{max-width: 120px !important; margin-bottom: 20px !important;}
    .img_mobile2{max-width: 120px !important; }
    .img_mobile3{max-width: 80% !important; margin-bottom: 30px !important; }
    .img_mobile4{max-width: 80% !important; margin-top: 30px !important; }
    .top170{margin-top: 0px !important;}
    .pd90{padding:50px !important; }
    .wdcancel{width: 100% !important; }
    img{max-width: 100% !important; height: auto !important;}
   
}

/* TABLET */
@media only screen and (min-width: 600px) {
    
}

/* DESKTOP */
@media only screen and (min-width: 992px) {
    
}