.input.upload > label;
.SumoSelect > .CaptionCont > label > i.arrow,
.button,
.input.spinner i,
.input input + label:before,
.input input + label:after,
.SumoSelect > .CaptionCont,
.input input,
.icon_button,
.fx{
  -webkit-transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -moz-transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -o-transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000);
}


.fxs{
  -webkit-transition: all 1200ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -moz-transition: all 1200ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -o-transition: all 1200ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  transition: all 1200ms cubic-bezier(0.000, 0.845, 0.440, 1.000);
}


.z_b_titulo strong,
.site:after,
.site,
.fxm{
  -webkit-transition: all 450ms cubic-bezier(.82,0,.61,1);
  -moz-transition: all 450ms cubic-bezier(.82,0,.61,1);
  -o-transition: all 450ms cubic-bezier(.82,0,.61,1);
  transition: all 450ms cubic-bezier(.82,0,.61,1);
}


.zg_menu span,
.mod_img_cx img,
.mod_consul,
.mod_c_in,
.modulo_in,
.fxf{
  -webkit-transition: all 350ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -moz-transition: all 350ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -o-transition: all 350ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  transition: all 350ms cubic-bezier(0.000, 0.845, 0.440, 1.000);
}

.fxx{
  -webkit-transition: all 800ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -moz-transition: all 800ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -o-transition: all 800ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  transition: all 800ms cubic-bezier(0.000, 0.845, 0.440, 1.000);
}

.anim {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.nofx{
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.lb{
  -webkit-transition: all 800ms cubic-bezier(0.000, 1, 0.440, 1.000);
  -moz-transition: all 800ms cubic-bezier(0.000, 1, 0.440, 1.000);
  -o-transition: all 800ms cubic-bezier(0.000, 1, 0.440, 1.000);
  transition: all 800ms cubic-bezier(0.000, 1, 0.440, 1.000);
}