.rotate-center {
	-webkit-animation: rotate-center 1s ease-in-out both;
	        animation: rotate-center 1s ease-in-out both;
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 300ms both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 300ms both;
}

.puff-in-center {
	-webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

.scale-in-center {
	-webkit-animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1150ms both;
	        animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1150ms both;
}


.scale-in-center2 {
	-webkit-animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1300ms both;
	        animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1300ms both;
			width: fit-content;
			margin: auto;
}

.opacidade-anima1{
	-webkit-animation: opacidade-anima 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 500ms both;
	        animation: opacidade-anima 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 500ms both;
}
.opacidade-anima2{
	-webkit-animation: opacidade-anima 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 700ms both;
	        animation: opacidade-anima 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 700ms both;
}
.opacidade-anima3{
	-webkit-animation: opacidade-anima 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 900ms both;
	        animation: opacidade-anima 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 900ms both;
}
.opacidade-anima4{
	-webkit-animation: opacidade-anima 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1000ms both;
	        animation: opacidade-anima 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1000ms both;
}
.opacidade-anima5{
	-webkit-animation: opacidade-anima 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1100ms both;
	        animation: opacidade-anima 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1100ms both;
}

/* The animation code */
@keyframes opacidade-anima {
	0%   {opacity:0;}
	100% {opacity:100%;}
  }
/* ----------------------------------------------
 * Generated by Animista on 2022-3-7 17:34:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
 @-webkit-keyframes rotate-center {
	0% {
	  -webkit-transform: rotate(0);
			  transform: rotate(0);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  @keyframes rotate-center {
	0% {
	  -webkit-transform: rotate(0);
			  transform: rotate(0);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  

  /* ----------------------------------------------
 * Generated by Animista on 2022-3-7 17:37:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
	0% {
	  letter-spacing: -0.5em;
	  opacity: 0;
	}
	40% {
	  opacity: 0.6;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes tracking-in-expand {
	0% {
	  letter-spacing: -0.5em;
	  opacity: 0;
	}
	40% {
	  opacity: 0.6;
	}
	100% {
	  opacity: 1;
	}
  }
  
 /* ----------------------------------------------
 * Generated by Animista on 2022-3-7 17:41:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
	0% {
	  -webkit-transform: scale(2);
			  transform: scale(2);
	  -webkit-filter: blur(4px);
			  filter: blur(4px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-filter: blur(0px);
			  filter: blur(0px);
	  opacity: 1;
	}
  }
  @keyframes puff-in-center {
	0% {
	  -webkit-transform: scale(2);
			  transform: scale(2);
	  -webkit-filter: blur(4px);
			  filter: blur(4px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-filter: blur(0px);
			  filter: blur(0px);
	  opacity: 1;
	}
  }
  /* ----------------------------------------------
 * Generated by Animista on 2022-3-8 14:56:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
	0% {
	  -webkit-transform: scale(0);
			  transform: scale(0);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  opacity: 1;
	}
  }
  @keyframes scale-in-center {
	0% {
	  -webkit-transform: scale(0);
			  transform: scale(0);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  opacity: 1;
	}
  }
  