.elementor-kit-5{--e-global-color-primary:#111827;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#906438;--e-global-color-13408ba:#FEE89F;--e-global-color-08639b5:#A87336;--e-global-color-272f94e:#F3C39E;--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-kit-5 h1{font-size:5vw;}.elementor-kit-5 h2{font-size:3vw;font-weight:700;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:28px;text-decoration:none;border-radius:20px 20px 20px 20px;padding:16px 32px 16px 32px;}.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-kit-5 h1{font-size:70px;}.elementor-kit-5 h2{font-size:2em;}.elementor-kit-5 h3{font-size:1em;}.elementor-kit-5 h4{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1) Gradiente 3 cores + tamanho e posição inicial */
.elementor-button.elementor-button-link {
  background-image: linear-gradient(
    -144deg,
    rgba(144, 100, 56, 1) 0%,
    rgba(254, 232, 159, 1) 54%,
    rgba(168, 115, 54, 1) 100%
  ) !important;
  background-size: 200% 100% !important;       /* duplica o gradiente no eixo X */
  background-position: 0% 50% !important;      /* começa no primeiro terço */
  border: none !important;
  color: #000 !important;
  transition: background-position 0.4s ease-in-out;  
}

/* 2) No hover, move o gradiente para mostrar a segunda metade */
.elementor-button.elementor-button-link:hover,
.elementor-button.elementor-button-link:focus {
  background-position: 100% 50% !important;    /* desloca para o segundo terço */
}

.elementor-button.elementor-button-link {
  transition: background-position 0.4s ease-in-out,
              transform 0.2s ease-in-out !important;
}

.elementor-button.elementor-button-link:hover {
  background-position: 100% 50% !important;
  transform: translateY(-3px) !important;   /* desloca 3px para cima */
  /* opcional: adicionar sombra leve */
  box-shadow: 0 6px 16px rgba(0,0,0,0.12) !important;
}


.destaque-texto {
  background: linear-gradient(-144deg, #906438 0%, #FEE89F 54%, #A87336 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}/* End custom CSS */