.elementor-kit-15{--e-global-color-primary:#16477F;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#21A940;--e-global-color-c9b6ede:#FFFFFF;--e-global-color-7737142:#FFFDE0;--e-global-typography-primary-font-family:"Russo One";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--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-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 h1{font-family:"Russo One", Sans-serif;font-size:42px;font-weight:700;line-height:1.15em;}.elementor-kit-15 h2{font-family:"Russo One", Sans-serif;font-size:37px;font-weight:700;line-height:1.15em;}.elementor-kit-15 h3{font-family:"Russo One", Sans-serif;font-size:26px;font-weight:700;}.elementor-kit-15 h4{font-family:"Russo One", Sans-serif;font-size:22px;font-weight:700;}.elementor-kit-15 h5{font-family:"Russo One", Sans-serif;font-size:20px;}.elementor-kit-15 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);}.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-15 h1{font-size:40px;}.elementor-kit-15 h2{font-size:35px;}.elementor-kit-15 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-15{--e-global-typography-text-font-size:16px;}.elementor-kit-15 h1{font-size:30px;}.elementor-kit-15 h2{font-size:25px;}.elementor-kit-15 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)

    IMPORTANTE: Devido a atualizações recentes do Elementor,
    a tag <gradiente> deixou de funcionar nos blocos de Título
    (continuando a funcionar normalmente em todos os outros).

/*  ------


/* Cores do texto no <gradiente> */
gradiente, .gradiente-bg {
    --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;
}

.gradiente-bg {
    background-image: linear-gradient(45deg, var(--gradiente-cor-1) , var(--gradiente-cor-2) ) !important;
	background-size: 300%;
	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 */