.elementor-kit-9{--e-global-color-primary:#F8AC0B;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#1B4094;--e-global-color-bbf6d06:#FFFFFF;--e-global-color-06c28d9:#E42B7F;--e-global-color-4e52197:#C00058;--e-global-color-0277bbc:#2CB80C;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:60px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:40px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:800;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:24px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.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-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 */div.float{
animation: float 6s ease-in-out infinite;}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}


div.float2{
animation: float 12s ease-in-out infinite;}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}


.blue {
    color: #1B4094;
    font-weight: 800;
    
}

span.valor-fl {
    font-weight: 700;
    font-size: 22px;
}

.underline-animate {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.underline-animate::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  border-radius: 20px;
  width: 0;
  background: #F8AC0B; /* Troque para a cor que quiser */
  transition: width 0.6s cubic-bezier(0.77,0,0.175,1);
}

/* Quando recebe classe 'auto', ativa animação ao carregar */
.underline-animate.auto::after {
  width: 100%;
}/* End custom CSS */