.elementor-kit-174{--e-global-color-primary:#232627;--e-global-color-secondary:#D3B13E;--e-global-color-text:#7A7A7A;--e-global-color-accent:#1A1A1A;--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;}.elementor-kit-174 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){--kit-widget-spacing: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: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 *//* ===== BOTÕES GERAIS ===== */
a, button {
    transition: all .3s ease-in-out !important;
}

/* Botão base com sombra */
.btn, .elementor-button {
    border-radius: 50px !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.55) !important;
}

/* ===== animação de flutuação ===== */
@keyframes floatGradientBtn {
    0% {
        transform: translateY(0);
        box-shadow: 0 10px 24px rgba(0,0,0,0.45);
    }
    50% {
        transform: translateY(-5px);
        box-shadow: 0 16px 36px rgba(0,0,0,0.6);
    }
    100% {
        transform: translateY(0);
        box-shadow: 0 10px 24px rgba(0,0,0,0.45);
    }
}

/* ===== TODOS OS BOTÕES DO SITE ===== */
.elementor-button,
.elementor-button-link,
.wp-block-button__link,
button,
input[type="submit"] {
    /* degradê dourado sofisticado com base #bbaf80 */
    background: linear-gradient(135deg, #d8cfac, #bbaf80 45%, #7a704d) !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    padding: 12px 36px !important;
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.35),
        0 14px 32px rgba(0,0,0,0.7) !important;
    animation: floatGradientBtn 2.8s ease-in-out infinite !important;
    transition: transform .2s ease-out, box-shadow .2s ease-out, filter .2s ease-out !important;
}

/* HOVER – mais brilho e destaque */
.elementor-button:hover,
.elementor-button-link:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
    transform: translateY(-6px) scale(1.02) !important;
    background: linear-gradient(135deg, #e5dcc0, #bbaf80) !important;
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.28),
        0 18px 42px rgba(0,0,0,0.85) !important;
    filter: brightness(1.06);
}

/* ÍCONES dentro dos botões */
.elementor-button i,
.elementor-button svg,
.wp-block-button__link i,
.wp-block-button__link svg,
button i,
button svg {
    filter: none !important;
}/* End custom CSS */