.elementor-kit-18{--e-global-color-primary:#FF7400;--e-global-color-secondary:#313131;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFDF00;--e-global-typography-primary-font-family:"Tomorrow";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Tomorrow";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Tomorrow";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;}.elementor-kit-18 h1{font-family:"Russo One", Sans-serif;font-size:42px;font-weight:700;line-height:1.15em;}.elementor-kit-18 h2{font-family:"Russo One", Sans-serif;font-size:37px;font-weight:700;line-height:1.15em;}.elementor-kit-18 h3{font-family:"Russo One", Sans-serif;font-size:26px;font-weight:700;}.elementor-kit-18 h4{font-family:"Russo One", Sans-serif;font-size:22px;font-weight:700;}.elementor-kit-18 h5{font-family:"Russo One", Sans-serif;font-size:20px;}.elementor-kit-18 h6{font-family:"Russo One", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-18 e-page-transition{background-color:#000000;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-18 h1{font-size:40px;}.elementor-kit-18 h2{font-size:35px;}.elementor-kit-18 h4{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-18{--e-global-typography-text-font-size:16px;}.elementor-kit-18 h1{font-size:30px;}.elementor-kit-18 h2{font-size:25px;}.elementor-kit-18 h4{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*  ------

    Elementor Rocket
    (por WP Universe)

/*  ------


/* Cores do texto no <gradiente> */
gradiente {
    --gradiente-cor-1: var(--e-global-color-accent);
    --gradiente-cor-2: var(--e-global-color-primary);
}




/* ----------------------
    
    ATENÇÃO: Apenas edite abaixo se souber o que está fazendo!
    
---------------------- */


gradiente {
	color: transparent !important;
    background: linear-gradient(45deg, var(--gradiente-cor-1) , var(--gradiente-cor-2) );
	background-size: 300%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: animateGradient 5s ease-in-out infinite;
	-moz-animation: animateGradient 5s ease-in-out infinite;
	-webkit-animation: animateGradient 5s ease-in-out infinite;
}

@keyframes animateGradient {
	0% { background-position: 0px 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0px 50%; }
}

.flutuante {
  animation: sobeDesce 4s infinite ease-in-out;
}

@keyframes sobeDesce {
  0%   { transform: translateY(10px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(10px); }
}/* End custom CSS */