.elementor-kit-5{--e-global-color-primary:#1A1817;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#C40F13;--e-global-color-accent:#21B94B;--e-global-color-67080f2:#7DFFA1;--e-global-color-13a42e4:#0071B1;--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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ÃO ANIMADO GLOBAL ===== */
.botao-animado {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease;
}

/* Alinha texto e ícone */
.botao-animado .elementor-button-text,
.botao-animado .elementor-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Ajusta tamanho do SVG do ícone */
.botao-animado .elementor-button-icon svg {
  width: 35px;
  height: 35px;
}

/* Zoom no hover */
.botao-animado:hover {
  transform: scale(1.06);
}

.botao-animado:hover::after {
  left: 150%;
}

/* Ícone andando para a direita */
.botao-animado .elementor-button-icon {
  transition: transform 0.25s ease;
}

.botao-animado:hover .elementor-button-icon {
  transform: translateX(7px);
}

/* Aplique a classe no botão: botao-animado */
.botao-animado .elementor-button {
    position: relative;
    overflow: hidden; /* limita o brilho dentro */
}

.insta-icon {
    width: 18px;
    height: 18px;
}/* End custom CSS */