.elementor-kit-6{--e-global-color-primary:#EEB4BF;--e-global-color-secondary:#54595F;--e-global-color-text:#5F5F5F;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Lexend Deca";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Lexend Deca";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Lexend Deca";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-6 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){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);}.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 */#meu-botao {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 20px;
  border: none;
  transition: transform 0.3s ease;
  background-size: 200% auto;
  background-image: linear-gradient(45deg, #ffdbe3, #eeb4bf, #b8425a);
  animation: animacaoGradiente 3s ease infinite;
}

#meu-botao:hover {
  transform: scale(1.1);
  animation-play-state: paused;
}

@keyframes animacaoGradiente {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}


#meu-botao2 {
  position: relative;
  overflow: hidden;
  color: #fff;
  border: none;
  transition: transform 0.3s ease;
  background-size: 200% auto;
  background-image: linear-gradient(45deg, #ffdbe3, #eeb4bf, #b8425a);
  animation: animacaoGradiente 3s ease infinite;
}

#meu-botao2:hover {
  transform: scale(1.1);
  animation-play-state: paused;
}

@keyframes animacaoGradiente {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}/* End custom CSS */