.elementor-kit-1447{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-1447 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){margin-block-end: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 *//* Efeito de Texto Gradiente (LKM) */
.gradient-text {
    background: linear-gradient(135deg, #c59b6d 0%, #e8c79d 50%, #c59b6d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Efeito Premium nos Cards (Fundo Branco com Sombra e Borda) */
/* Crie uma seção com 3 colunas, coloque um container interno em cada, e na aba Avançado do container adicione a classe: card-premium */
.card-premium {
    background: #ffffff;
    border: 1px solid rgba(197, 155, 109, 0.15);
    border-radius: 24px;
    padding: 30px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}
.card-premium:hover {
    border-color: rgba(197, 155, 109, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

/* Botão WhatsApp Elegante */
/* Adicione um widget de botão, na aba Avançado coloque a classe: btn-whatsapp */
.btn-whatsapp a {
    background-color: #456a50 !important;
    border-radius: 99px !important;
    padding: 20px 40px !important;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 25px -5px rgba(69, 106, 80, 0.3) !important;
}
.btn-whatsapp a:hover {
    background-color: #375741 !important;
    transform: scale(1.02);
}

/* Efeito Pulse (Botão Flutuante) */
/* Adicione um widget de ícone do WhatsApp, posicione fixo no canto inferior, e na aba Avançado coloque a classe: whatsapp-pulse */
.whatsapp-pulse {
    animation: pulse-wa 2.5s infinite;
    background-color: #456a50;
    border-radius: 50%;
    padding: 15px;
    color: white;
}
@keyframes pulse-wa {
    0% { box-shadow: 0 0 0 0 rgba(69, 106, 80, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(69, 106, 80, 0); }
    100% { box-shadow: 0 0 0 0 rgba(69, 106, 80, 0); }
}/* End custom CSS */