.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#1A1A1A;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:#F8C339;color:#1A1A1A;border-radius:4px 4px 4px 4px;padding:24px 40px 24px 40px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}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 */p {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .elementor-button {
        /*padding: 12px 24px !important;*/
    }
}


.btn-gradient .elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: radial-gradient(645.77% 126.84% at 2.98% 9.37%, #F8C339 0%, #FFA100 100%);
    transition: none; /* background direto não vai mais transitar */
}

@media (min-width: 1024px) {
    .btn-gradient .elementor-button:hover {
        transform: scale(1.07);
        transition: all 0.2s;
    }
}

/* Pseudo-elemento com o hover gradient */
.btn-gradient .elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(645.77% 126.84% at 2.98% 9.37%, #FFAA49 0%, #FF8000 100%), #F8C339;
    opacity: 0;
    transition: all 0.2s ease;
}

/* Quando passa o mouse, a camada aparece suavemente */
.btn-gradient .elementor-button:hover::before {
    opacity: 1;
}/* End custom CSS */