.elementor-kit-5{--e-global-color-primary:#A06716;--e-global-color-secondary:#ECBA57;--e-global-color-text:#141412;--e-global-color-accent:#ECBA57;--e-global-color-eccd2c5:#F5F5F5;--e-global-color-5824df0:#FFFFFF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-font-style:italic;--e-global-typography-secondary-font-family:"SF Pro Display";--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"SF Pro Display";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Playfair Display";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-font-style:italic;}.elementor-kit-5 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){--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;}}:root { --preto_fosco:#141412; --dourado_escuro:#a06716; --dourado_medio:#ecba57; --gelo:#f5f5f5; }
/* Start custom CSS */@keyframes botao1-shimmer {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.botao1 {
  background: linear-gradient(115deg,
    #a06716 0%, #ecba57 35%, #fcf9a8 50%, #ecba57 65%, #a06716 100%);
  background-size: 260% 260%;
  animation: botao1-shimmer 6s ease-in-out infinite;
  box-shadow:
    0 0 14px rgba(236, 186, 87, 0.35),
    0 0 28px rgba(236, 186, 87, 0.18);
  transition: box-shadow 0.4s ease-in-out;
}

.botao1:hover {
  box-shadow:
    0 0 22px rgba(236, 186, 87, 0.55),
    0 0 46px rgba(236, 186, 87, 0.3);
}

@media (prefers-reduced-motion: reduce) {
  .botao1 {
    animation: none;
    background-position: 50% 50%;
  }
}/* End custom CSS */