.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);}.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 *//* ===== BOTÕES GERAIS ===== */
a, button {
    transition: all .3s ease-in-out !important;
}

/* Botão base com sombra avermelhada */
.btn, .elementor-button {
    border-radius: 50px !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.55) !important;
}

/* ===== animação de flutuação (mantida) ===== */
@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 CRIMINAL ===== */
.elementor-button,
.elementor-button-link,
.wp-block-button__link,
button,
input[type="submit"] {
    /* degradê vermelho com tom mais “criminal” */
    background: linear-gradient(135deg, #ff5a5a, #de3232 45%, #7b0f0f) !important;
    color: #ffffff !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.08) !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 dos botões – mais destaque e sensação de urgência */
.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, #ff7474, #ff3c3c) !important;
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.15),
        0 18px 42px rgba(0,0,0,0.85) !important;
}

/* ÍCONES dentro dos botões – brancos para contrastar no vermelho */
.elementor-button i,
.elementor-button svg,
.wp-block-button__link i,
.wp-block-button__link svg,
button i,
button svg {
    filter: invert(1) !important; /* deixa o ícone claro/branco */
}/* End custom CSS */