.elementor-4468 .elementor-element.elementor-element-d880d5f{--display:flex;--min-height:577px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--margin-top:-61px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:6;}.elementor-4468 .elementor-element.elementor-element-d880d5f:not(.elementor-motion-effects-element-type-background), .elementor-4468 .elementor-element.elementor-element-d880d5f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#101D30;}.elementor-4468 .elementor-element.elementor-element-87c55fc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-4468 .elementor-element.elementor-element-3c0e7ef > .elementor-widget-container{margin:48px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-3c0e7ef .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:31px;font-weight:500;line-height:1.3em;color:#FFFFFF;}.elementor-4468 .elementor-element.elementor-element-59c762c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-4468 .elementor-element.elementor-element-f0e23eb:not(.elementor-motion-effects-element-type-background), .elementor-4468 .elementor-element.elementor-element-f0e23eb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-4468 .elementor-element.elementor-element-f0e23eb > .elementor-container{max-width:720px;}.elementor-4468 .elementor-element.elementor-element-f0e23eb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 50px 0px;}.elementor-4468 .elementor-element.elementor-element-f0e23eb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-theme-site-logo .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-widget-text-editor{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-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-2560ce7 > .elementor-widget-container{padding:50px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-2560ce7{text-align:center;color:#CFCACA;font-family:"Arial", Sans-serif;font-size:12px;font-weight:400;}@media(max-width:767px){.elementor-4468 .elementor-element.elementor-element-d880d5f{--content-width:90%;--margin-top:-215px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:61%;--padding-bottom:10%;--padding-left:0%;--padding-right:0%;}.elementor-4468 .elementor-element.elementor-element-3c0e7ef{width:100%;max-width:100%;}.elementor-4468 .elementor-element.elementor-element-3c0e7ef > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-3c0e7ef .elementor-heading-title{font-size:5.6vw;}.elementor-4468 .elementor-element.elementor-element-f0e23eb{padding:50px 20px 150px 20px;}}@media(min-width:768px){.elementor-4468 .elementor-element.elementor-element-d880d5f{--content-width:1280px;}.elementor-4468 .elementor-element.elementor-element-87c55fc{--width:40%;}.elementor-4468 .elementor-element.elementor-element-59c762c{--width:50%;}}/* Start custom CSS for heading, class: .elementor-element-3c0e7ef */.selecionado{
    background: linear-gradient(to right, transparent 50%, #0062EA 50%); /*troque a cor ali no #ff0000*/
    background-size: 200%;
    background-position: 0;
    transition: background-position 1.5s;
    animation: selecionar 10s infinite; /*controle a velocidade alterando os 10s*/
}

@keyframes selecionar{
    0%{
        background-position: 0;
    }
    20%{
        background-position: -100%;
    }
    100%{
        background-position: -100%;
    }
}/* End custom CSS */
/* Start custom CSS */html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    width: 100%;
    max-width: 100vw;
}


@-webkit-keyframes marquee {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  100% {
    transform: translateX(-100%);
  }
}

[data-marquee] {
  --loop-duration: 30s;
  display: block;
}

[data-marquee] [data-marquee-shadow] {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap;
}

[data-marquee] [data-marquee-overflow] {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

[data-marquee] [data-marquee-container] {
    display: flex;
    -webkit-animation: marquee var(--loop-duration) linear infinite;
    animation: marquee var(--loop-duration) linear infinite;
}

[data-marquee] [data-marquee-style] {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-marquee-style] {
  padding: 1.0em 0.3em;
  display: flex;
  color: #000000;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}











.pulsating-btn {
    display: inline-block;
    padding: 0px 0px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;

    border-radius: 5px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}/* End custom CSS */