.elementor-kit-5{--e-global-color-primary:#F97316;--e-global-color-secondary:#EA580C;--e-global-color-text:#F1F5F9;--e-global-color-accent:#94A3B8;--e-global-color-ea068e6:#0F172A;--e-global-color-32c8dc4:#1E293B;--e-global-color-f5ddac5:#334155;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:none;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:1rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:0.875rem;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-letter-spacing:2px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-kit-5 h2{font-family:"Montserrat", Sans-serif;font-size:2rem;font-weight:700;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Efeito Glassmorphism (Cartões de Serviço e Preços) */
.glass-card {
    background: rgba(51, 65, 85, 0.4); /* Slate com transparência */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(107, 114, 128,1);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    border-radius: 16px;
}

.glass-card:hover {
    transform: translateY(-5px);
    background: rgba(51, 65, 85, 0.6);
    border-color: #f97316; /* Cor Brand */
}

/* Animação do Botão CTA (Brilho a passar) */
/* Animação Específica para Botões Elementor */
.cta-button .elementor-button {
    position: relative;
    overflow: hidden; /* Garante que o brilho não sai das bordas redondas */
    z-index: 1; /* Garante que o texto fica por cima */
}

.cta-button .elementor-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: 0.5s;
    z-index: -1; /* O brilho fica atrás do texto */
}

.cta-button .elementor-button:hover::after {
    left: 100%;
}

/* Texto Gradiente (Para o H1) */
.text-gradient {
    background: linear-gradient(to right, #f97316, #fdba74);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}/* End custom CSS */