
/* ----------------------------------------------
 * Generated by Animista on 2022-1-3 5:9:11
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


                                                            /*animações de texto*/
/*----------------------------------------
        animation text-focus-in
 * -------------------------------------*/


.text-focus-in {-webkit-animation: text-focus-in 1s cubic-bezier(0.600, 0.040, 0.980, 0.335) forwards;
	                    animation: text-focus-in 1s cubic-bezier(0.600, 0.040, 0.980, 0.335) forwards;}

@-webkit-keyframes text-focus-in {  0% {-webkit-filter: blur(12px);filter: blur(12px);opacity: 0;}
                                  100% {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}}
        @keyframes text-focus-in {  0% {-webkit-filter: blur(12px);filter: blur(12px);opacity: 0;}
                                  100% {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}}

/* ----------------------------------------
        animation text-pop-up-top
 * --------------------------------------*/

.text-pop-up-top {-webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	                      animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}

@-webkit-keyframes text-pop-up-top {  0% {-webkit-transform: translateY(0);transform: translateY(0);
                                          -webkit-transform-origin: 50% 50%;
                                                  transform-origin: 50% 50%;text-shadow: none;}
                                    100% {-webkit-transform: translateY(-10px);
                                                  transform: translateY(-10px);
                                          -webkit-transform-origin: 50% 50%;
                                                  transform-origin: 50% 50%;text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);}}
        @keyframes text-pop-up-top {  0% {-webkit-transform: translateY(0);
                                                  transform: translateY(0);
                                          -webkit-transform-origin: 50% 50%;
                                                  transform-origin: 50% 50%;
                                                  text-shadow: none;}
                                    100% {-webkit-transform: translateY(-10px);
                                                  transform: translateY(-10px);
                                          -webkit-transform-origin: 50% 50%;
                                                  transform-origin: 50% 50%;
                                                  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);}}
