/** Screen */
/** Caminhos */
/** Colors */
/** Nav */
/** Buttons */
/** CTAs */
/** Fonts */
/** Others */
/*FUNCTION*/
.u-animate-me-delay {
  transition-delay: 0.5s !important;
}
.u-animate-me-fadeout {
  opacity: 0;
}
.u-animate-me-fadein {
  opacity: 1 !important;
}
.u-animate-me-position-down {
  position: relative;
  top: 50px;
}
.u-animate-me-position-up {
  position: relative;
  top: 0 !important;
}
.u-animate-me-leftout {
  position: relative;
  left: -50px;
}
.u-animate-me-leftin {
  position: relative;
  left: 0 !important;
}
.u-animate-me-rightout {
  position: relative;
  right: -50px;
}
.u-animate-me-rightin {
  position: relative;
  right: 0 !important;
}
