.elementor-3283 .elementor-element.elementor-element-a81eb62{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3283 .elementor-element.elementor-element-ca7077a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3283 .elementor-element.elementor-element-ca7077a:not(.elementor-motion-effects-element-type-background), .elementor-3283 .elementor-element.elementor-element-ca7077a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B2D30;background-image:url("https://judahadonai.com.br/wp-content/uploads/2026/03/Fundo-1-2048x1268.png");background-size:100% auto;}.elementor-3283 .elementor-element.elementor-element-0ddacfc{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3283 .elementor-element.elementor-element-564ba7d.elementor-element{--align-self:center;}.elementor-3283 .elementor-element.elementor-element-564ba7d{text-align:center;}.elementor-3283 .elementor-element.elementor-element-564ba7d .elementor-heading-title{font-family:"Inter Tight", Sans-serif;font-size:35px;font-weight:700;line-height:37px;word-spacing:0px;color:#77D7FF;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3283 .elementor-element.elementor-element-8504254 img{transition-duration:1s;border-style:none;}@media(max-width:1024px){.elementor-3283 .elementor-element.elementor-element-0ddacfc{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-3283 .elementor-element.elementor-element-0ddacfc{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-840627a */.barra-exclusivo{
  width: 100vw;
  height: 50px;
  overflow: hidden;
  background: #ff0000;
  display: flex;
  align-items: center;
  position: relative;
}

.barra-track{
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: max-content;
  will-change: transform;
  animation: marqueeLoop 21s linear infinite;
}

.barra-track span{
  display: inline-block;
  flex-shrink: 0;
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
}

@keyframes marqueeLoop{
  from{
    transform: translate3d(0,0,0);
  }
  to{
    transform: translate3d(-33.3333%,0,0);
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-564ba7d */.elementor-3283 .elementor-element.elementor-element-564ba7d .elementor-heading-title{
  display: inline-block;
  position: relative;
  margin: 0;
  line-height: 1.1;

  background: linear-gradient(90deg, #77D7FF 0%, #A9EAFF 55%, #EAFBFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  transition: transform 0.35s ease;
}

/* hover com brilho passando ESQUERDA → DIREITA */
.elementor-3283 .elementor-element.elementor-element-564ba7d .elementor-heading-title:hover{
  transform: scale(1.04);

  background: linear-gradient(
    90deg,
    #77D7FF 0%,
    #A9EAFF 40%,
    #FFFFFF 50%,
    #A9EAFF 60%,
    #77D7FF 100%
  );

  background-size: 200% 100%;
  animation: brilhoEsquerdaDireita 0.8s ease forwards;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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