.elementor-kit-5{--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;}}/* Start custom CSS *//* LARGURA MÁXIMA */
.max-w {
    width: 100%;
    max-width: 85ch;
   
}
@media (max-width: 1500px) and (min-width: 1201px)   {
.max-w {
    width: 100%;
    max-width: 70ch;
   
  }
}


/* EFEITO BOTAO ZAP */
#bt_pulse.elementor-button {
  animation: brilho 6s ease-in-out infinite;
  background-image: linear-gradient(45deg, #15af4e, #0ca746, #01da52, #25d366);
  background-size: 400% 200%;
  transition: all 1.2s ease-in-out;
}

@keyframes brilho {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* EFEITO BOTAO OUTROS */
#bt_pulse2.elementor-button {
  animation: brilho 6s ease-in-out infinite;
  background-image: linear-gradient(45deg, #A87D0D, #c89b1a, #8a6408, #d4ad3c);
  background-size: 400% 200%;
  transition: all 1.2s ease-in-out;
}

@keyframes brilho {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* EFEITO BOTAO OUTROS 2 */
#bt_pulse3.elementor-button {
  animation: brilho 6s ease-in-out infinite;
  background-image: linear-gradient(45deg, #1B3A5F, #4E6C8C, #6A8AA8, #273C54);


  background-size: 400% 200%;
  transition: all 1.2s ease-in-out;
}

@keyframes brilho {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}/* End custom CSS */