.elementor-kit-32{--e-global-color-primary:#391F1E;--e-global-color-secondary:#070735;--e-global-color-text:#391F1E;--e-global-color-accent:#EC4E20;--e-global-typography-primary-font-family:"Anton";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Archivo Narrow";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Archivo Narrow";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Archivo Narrow";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-size:15px;line-height:1.8em;}.elementor-kit-32 button,.elementor-kit-32 input[type="button"],.elementor-kit-32 input[type="submit"],.elementor-kit-32 .elementor-button{background-color:var( --e-global-color-primary );font-size:14px;font-weight:600;letter-spacing:0.2px;color:#FFFFFF;border-radius:300px 300px 300px 300px;padding:1em 1.5em 1em 1.5em;}.elementor-kit-32 button:hover,.elementor-kit-32 button:focus,.elementor-kit-32 input[type="button"]:hover,.elementor-kit-32 input[type="button"]:focus,.elementor-kit-32 input[type="submit"]:hover,.elementor-kit-32 input[type="submit"]:focus,.elementor-kit-32 .elementor-button:hover,.elementor-kit-32 .elementor-button:focus{background-color:var( --e-global-color-accent );color:#FFFFFF;}.elementor-kit-32 e-page-transition{background-color:#000000;}.elementor-kit-32 a{font-size:44px;line-height:1.3em;}.elementor-kit-32 h1{font-family:"Anton", Sans-serif;font-size:42px;font-weight:500;}.elementor-kit-32 h2{font-size:34px;font-weight:700;line-height:1.9em;}.elementor-kit-32 h3{font-size:31px;font-weight:700;line-height:1.3em;}.elementor-kit-32 h4{font-size:22px;font-weight:700;line-height:1.3em;}.elementor-kit-32 h5{font-family:"Anton", Sans-serif;font-size:20px;font-weight:700;}.elementor-kit-32 h6{font-weight:800;}.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-32 h1{font-size:40px;}.elementor-kit-32 h2{font-size:35px;}.elementor-kit-32 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-32{--e-global-typography-text-font-size:16px;}.elementor-kit-32 h1{font-size:30px;}.elementor-kit-32 h2{font-size:25px;}.elementor-kit-32 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>

Para trocar as cores, basta trocar o valor das cores
no código, pelo código hexadecimal desejado (#).

Por exemplo:
    --gradiente-cor-1: #000000;
    --gradiente-cor-2: #eeeeee;

Troque no código a seguir.

*/

gradiente, .gradiente-bg {

    /* Troque as cores abaixo */
    --gradiente-cor-1: var(--e-global-color-accent);
    --gradiente-cor-2: var(--e-global-color-primary);

}

html, body{
overflow-x: hidden !important;
text-wrap: balance;
}

/* ----------------------
    
    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 */