.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#191516;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-58cb6a3:#797575;--e-global-typography-primary-font-family:"Epilogue";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Epilogue";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Epilogue";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Epilogue";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}}@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 *//* Aumenta o tamanho do ícone */
.elementor-kit-6 .elementor-button-icon {
    font-size: 25px; /* Altere este valor para o tamanho desejado (ex: 40px, 50px) */
    width: 25px; /* Garante que a área do ícone acompanhe o tamanho */
}

/* Garante o alinhamento centralizado do texto com o ícone (Opcional) */
.elementor-kit-6 .elementor-button-content-wrapper {
    align-items: center;
}
/* Remove qualquer transição conflitante de box-shadow e garante que o box-shadow padrão seja zero */
.elementor-kit-6 a.elementor-button {
    box-shadow: none !important;
}

/* Aplica a sombra branca (o brilho) APENAS quando o mouse passar */
.elementor-kit-6 a.elementor-button:hover {
    /* box-shadow: <Horizontal> <Vertical> <Desfoque> <Espalhamento> <Cor>; */
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.8) !important;
}

--------------------------/* End custom CSS */