.elementor-kit-109{--e-global-color-primary:#00A89E;--e-global-color-secondary:#0A5763;--e-global-color-text:#373737;--e-global-color-accent:#2ED4D9;--e-global-color-cbb7264:#FFFFFF;--e-global-color-4662925:#14084D;--e-global-color-91db063:#703063;--e-global-color-6a3be57:#8F75F2;--e-global-color-dd64e64:#B8A6F7;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;}.elementor-kit-109 button,.elementor-kit-109 input[type="button"],.elementor-kit-109 input[type="submit"],.elementor-kit-109 .elementor-button{background-color:var( --e-global-color-primary );font-weight:bold;color:var( --e-global-color-cbb7264 );border-radius:25px 25px 25px 25px;}.elementor-kit-109 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;}}/* Start custom CSS *//*link*/

p a{
    color: #00a89e;
}

p a:hover{
    color: #00a89e;
    text-decoration: underline;
}


/*animaç~ão highlight*/
h7{
  display: inline; /* faz o background se aplicar por linha */
  line-height: 1.6; /* aumenta espaço entre linhas */
  padding: 0.2em 0; /* cria "respiro" dentro do highlight */
  
  background-image: linear-gradient(to right, #2ed4d9 0%, #2ed4d9 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%; 
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* suporte no Safari e Chrome */

  animation: highlight 1.5s forwards;
}

@keyframes highlight {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}/* End custom CSS */