.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 ===== */
a, button {
    transition: all .3s ease-in-out !important;
}

/* Botão estilo com hover */
.btn, .elementor-button {
    box-shadow: 0px 6px 20px rgba(222, 50, 50, 0.35) !important; /* sombra avermelhada */
    border-radius: 50px !important;
}

.btn:hover, .elementor-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0px 10px 25px rgba(222, 50, 50, 0.5) !important; /* sombra mais forte no hover */
}

/* ===== animação de flutuação ===== */
@keyframes floatGradientBtn {
    0% {
        transform: translateY(0);
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    }
    50% {
        transform: translateY(-6px);
        box-shadow: 0 14px 32px rgba(0,0,0,0.35);
    }
    100% {
        transform: translateY(0);
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    }
}

/* ===== TODOS OS BOTÕES DO SITE (Elementor + WP) ===== */
.elementor-button,
.elementor-button-link,
.wp-block-button__link,
button,
input[type="submit"] {
    /* degradê vermelho */
    background: linear-gradient(135deg, #ff5a5a, #de3232) !important;
    color: #ffffff !important;         /* texto claro pra contrastar */
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    border-radius: 999px !important;   /* pill */
    border: none !important;
    padding: 12px 32px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25) !important;
    animation: floatGradientBtn 3s ease-in-out infinite !important;
    transition: transform .25s ease-out, box-shadow .25s ease-out !important;
}

/* HOVER dos botões */
.elementor-button:hover,
.elementor-button-link:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 16px 40px rgba(0,0,0,0.4) !important;
}

/* Í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: brightness(0) !important; /* se quiser ícone claro, depois dá pra trocar pra invert(1) */
}/* End custom CSS */