.elementor-kit-5{--e-global-color-primary:#D1BC9D;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#A16947;--e-global-color-98e19d8:#D1BC9D;--e-global-color-c96985c:#F4EDE2;--e-global-color-5898519:#EBE0CF;--e-global-color-ae0a4a7:#D4B4AC;--e-global-color-8784bf0:#57966F;--e-global-color-eef567b:#73A87E;--e-global-color-54f1087:#8D6132;--e-global-color-67b169b:#A16947;--e-global-color-313f340:#E2AF94;--e-global-color-113f6c4:#5E4646;--e-global-color-20bb1bc:#A16947BD;--e-global-color-51a4739:#A06846A3;--e-global-color-2b9db9e:#E2AF944A;--e-global-typography-primary-font-family:"Baloo 2";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:400;--e-global-typography-9e86e01-font-family:"Poppins";--e-global-typography-9e86e01-font-size:16px;--e-global-typography-9e86e01-font-weight:700;--e-page-transition-entrance-animation:e-page-transition-fade-out-down;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-5898519 );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:#000000;border-radius:30px 30px 30px 30px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 img{opacity:0.64;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1080px;}.e-con{--container-max-width:1080px;}.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:1366px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:1024px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Aplica o efeito ao botão */
.botao-pulsante {
    animation: pulse 1.5s infinite;
}

/* Ajuste para Elementor */
.elementor-button {
    transition: all 0.3s ease-in-out;
    animation: pulse 1.5s infinite;
}

/* Para interromper a pulsação ao passar o mouse */
.elementor-button:hover {
    animation: none;
    transform: scale(1); /* Garante que o botão não fique aumentado */
}/* End custom CSS */