.elementor-kit-6{--e-global-color-primary:#00A5A5;--e-global-color-secondary:#2E3B4E;--e-global-color-text:#2E3B4E;--e-global-color-accent:#D9A441;--e-global-color-038ea67:#FFFFFF;--e-global-color-27306ae:#FFFFFF;--e-global-color-6d23e64:#1C1C1C;--e-global-color-206b8ed:#1B496D;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;background-color:#E5E3DD;color:#212721;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-secondary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h1{color:var( --e-global-color-primary );}.elementor-kit-6 h2{color:var( --e-global-color-secondary );}.elementor-kit-6 h3{color:var( --e-global-color-text );}.elementor-kit-6 h4{color:var( --e-global-color-secondary );}.elementor-kit-6 h5{color:var( --e-global-color-secondary );}.elementor-kit-6 h6{color:var( --e-global-color-secondary );}.elementor-kit-6 img{border-radius:39px 39px 39px 39px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-6{--e-global-typography-primary-font-size:24px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ANIMAÇÃO PADRÃO */
@keyframes flutuar1 {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

@keyframes flutuar2 {
  0%   { transform: translateY(5px) rotate(0deg); }
  50%  { transform: translateY(-15px) rotate(1deg); }
  100% { transform: translateY(5px) rotate(0deg); }
}

@keyframes flutuar3 {
  0%   { transform: translateY(10px); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(10px); }
}

/* CLASSES ESPECÍFICAS */
.flutuando1 {
  animation: flutuar1 6s ease-in-out infinite;
  position: absolute;
}

.flutuando2 {
  animation: flutuar2 7s ease-in-out infinite;
  animation-delay: 1s;
  position: absolute;
}

.flutuando3 {
  animation: flutuar3 10s ease-in-out infinite;
  animation-delay: 2s;
  position: absolute;
}/* End custom CSS */