.elementor-kit-730{--e-global-color-primary:#000213;--e-global-color-secondary:#EAA42A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FBE07A;--e-global-color-654a37e:#4054B2;--e-global-color-7b96aef1:#23A455;--e-global-color-27599155:#000;--e-global-color-d39e7a0:#FFF;--e-global-color-fa30372:#0BA821;--e-global-color-814b8d2:#484848;--e-global-color-5c2af11:#004F88;--e-global-color-9c6a3f4:#7091BE;--e-global-color-a5b2746:#002B4A;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-730 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* ========================================
   TEXTURA DE FUNDO - Efeito de grão
   ======================================== */
html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0px);
    background-size: 6px 6px;
    pointer-events: none;
    z-index: 2;
    opacity: 0.04;
    mix-blend-mode: plus-lighter;
}


/* ========================================
   BOTÕES - Estilo dourado
======================================== */

.btn-cta .elementor-button {
    padding: 16px 14px 16px 20px;
    justify-content: center;

    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.51);

    background: linear-gradient(
        98deg,
        #FBE07A 0%,
        #F5C33B 45%,
        #EAA42A 100%
    );

    box-shadow:
        -161px 102px 53px 0 rgba(0, 0, 0, 0),
        -103px 65px 49px 0 rgba(0, 0, 0, 0.04),
        -58px 37px 41px 0 rgba(0, 0, 0, 0.13),
        -26px 16px 30px 0 rgba(0, 0, 0, 0.22),
        -6px 4px 17px 0 rgba(0, 0, 0, 0.26);

    transition: all 0.3s ease !important;
    position: relative;
}

.btn-cta .elementor-button:hover {
    transform: translateY(-2px) scale(1.02);

    box-shadow:
        -161px 102px 53px 0 rgba(0, 0, 0, 0),
        -103px 65px 49px 0 rgba(0, 0, 0, 0.06),
        -58px 37px 41px 0 rgba(0, 0, 0, 0.16),
        -26px 16px 30px 0 rgba(0, 0, 0, 0.26),
        -6px 4px 17px 0 rgba(0, 0, 0, 0.30);
}

.btn-cta .elementor-button-content-wrapper {
    align-items: center;
}

.btn-cta .elementor-button-text {
    color: #111;
    font-weight: 700;
}

.btn-cta .elementor-button svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    transition: transform 0.3s ease !important;
}

.btn-cta .elementor-button:hover svg {
    transform: rotate(45deg);
}/* End custom CSS */