.btn,
.side_menu,
.fcasaislogo,
.text_home .btn,
.text_home .btn span,
.menu_fixo,
.footer .redes_sociais a,
.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);
}

.fxx{
  -webkit-transition: all 300ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -moz-transition: all 300ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -o-transition: all 300ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  transition: all 300ms cubic-bezier(0.000, 0.845, 0.440, 1.000);
}

.animated {
	animation-duration: .6s;
}
