.elementor-kit-6{--e-global-color-primary:#1B2232;--e-global-color-secondary:#259CAB;--e-global-color-text:#ECEFF3;--e-global-color-accent:#C9A663;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:39px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:16px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-weight:400;line-height:1.6px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:39px;font-weight:700;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;font-weight:600;}.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 */.botao-animado {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(-90deg, #1B2232, #259CAB, #1B2232);
  background-size: 300% 300%;
  animation: animarGradiente 6s ease infinite;
  color: white;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
  font-weight: 600;
}

.botao-animado:hover {
  transform: scale(1.00);
  box-shadow: 0 0 14px #259CAB;
}

@keyframes animarGradiente {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/* End custom CSS */