.elementor-kit-13{--e-global-color-primary:#4D4D4D;--e-global-color-secondary:#4D4D4D;--e-global-color-text:#585858;--e-global-color-accent:#F08B92;--e-global-color-2dc3f3b:#E4B66C;--e-global-color-b63d68c:#EEC88B;--e-global-color-1df9942:#4D4D4D;--e-global-color-2ae9ace:#F08B92;--e-global-color-00a4e8c:#F5F7F9;--e-global-color-766429c:#F2F2F2;--e-global-color-ee8f8c4:#FFE2CD;--e-global-color-8df1e5f:#FFB855;--e-global-color-725537a:#000D37;--e-global-color-8384ce1:#E8B2907D;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:1.6rem;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1.7rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:2.1rem;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-8064a12-font-family:"Montserrat";--e-global-typography-8064a12-text-transform:uppercase;--e-global-typography-90fed1b-font-family:"Montserrat";--e-global-typography-90fed1b-font-size:1.5rem;--e-global-typography-90fed1b-font-weight:500;--e-global-typography-90fed1b-text-transform:uppercase;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in-up;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:3300ms;--e-preloader-delay:200ms;--e-preloader-width:5%;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:var( --e-global-color-2dc3f3b );font-family:var( --e-global-typography-8064a12-font-family ), Sans-serif;text-transform:var( --e-global-typography-8064a12-text-transform );color:var( --e-global-color-1df9942 );border-radius:50rem 50rem 50rem 50rem;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:var( --e-global-color-b63d68c );color:var( --e-global-color-1df9942 );}.elementor-kit-13 e-page-transition{background-color:var( --e-global-color-725537a );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:112rem;}.e-con{--container-max-width:112rem;--container-default-padding-top:2rem;--container-default-padding-right:2rem;--container-default-padding-bottom:2rem;--container-default-padding-left:2rem;}.elementor-widget:not(:last-child){margin-block-end:2rem;}.elementor-element{--widgets-spacing:2rem 2rem;--widgets-spacing-row:2rem;--widgets-spacing-column:2rem;}{}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-kit-13{--e-global-typography-text-font-size:1.7rem;--e-global-typography-text-line-height:1.3em;--e-preloader-width:15%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:1rem;--container-default-padding-right:1rem;--container-default-padding-bottom:1rem;--container-default-padding-left:1rem;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-text-font-size:1.6rem;--e-global-typography-text-line-height:1.4em;--e-global-typography-8064a12-font-size:1.4rem;--e-global-typography-8064a12-line-height:1.6rem;--e-preloader-width:28%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:0rem;--container-default-padding-right:0rem;--container-default-padding-bottom:0rem;--container-default-padding-left:0rem;}}/* Start custom CSS */html {
  font-size: 62.5%; /* 10px / 16px = 0.625 = 62.5% */
}


/* Definir a animação */
@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-13px);
    }
}

/* Aplicar a animação ao botão */
.botao-movimento {
    animation: moveUpDown 3s infinite;
}/* End custom CSS */