.elementor-kit-5{--e-global-color-primary:#CCA229;--e-global-color-secondary:#2D303C;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFCC3A;--e-global-color-5b9b665:#424963;--e-global-color-7f1024c:#F3F0EB;--e-global-color-dc46e0c:#8D6915;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-81efd98-font-family:"DM Serif Display";--e-global-typography-81efd98-font-size:42px;--e-global-typography-81efd98-font-weight:normal;--e-global-typography-81efd98-font-style:italic;--e-global-typography-78302df-font-family:"Poppins";--e-global-typography-78302df-font-size:18px;--e-global-typography-78302df-font-weight:normal;--e-global-typography-78302df-font-style:normal;--e-global-typography-78302df-line-height:24px;--e-global-typography-7614371-font-family:"Poppins";--e-global-typography-7614371-font-size:11px;--e-global-typography-7614371-font-weight:normal;--e-global-typography-7614371-line-height:16px;--e-global-typography-68b0d34-font-family:"Poppins";--e-global-typography-68b0d34-font-size:18px;--e-global-typography-68b0d34-font-weight:400;--e-global-typography-68b0d34-text-transform:uppercase;--e-global-typography-68b0d34-letter-spacing:1px;--e-global-typography-344d1ef-font-family:"Poppins";--e-global-typography-344d1ef-font-size:14px;--e-global-typography-344d1ef-font-weight:400;--e-global-typography-344d1ef-line-height:20px;font-family:"Poppins", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-5b9b665 );}.elementor-kit-5 h1{font-family:"DM Serif Display", Sans-serif;font-size:48px;font-weight:normal;font-style:italic;}.elementor-kit-5 h2{font-family:"DM Serif Display", Sans-serif;font-size:42px;font-weight:normal;font-style:italic;}.elementor-kit-5 h3{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:normal;text-transform:uppercase;letter-spacing:1px;}.elementor-kit-5 h4{font-family:"Poppins", 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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.gradiente, .gradiente-bg {

    /* Cores gradiente */
    --gradiente-cor-1: var(--e-global-color-accent);
    --gradiente-cor-2: var(--e-global-color-primary);

}

/* ----------------------
Geral
---------------------- */

html, body{
overflow-x: hidden !important;
text-wrap: balance;
}

.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 */