.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-48f6a7a:#FFE500;--e-global-color-a16c7f3:#6500FF;--e-global-color-a1c9e5c:#FFCC00;--e-global-color-ed26eef:#191919FA;--e-global-color-b428766:#FFF04D;--e-global-color-5260423:#F7BD41;--e-global-color-df74f07:#FF8C00;--e-global-color-741e6c8:#FFFFFF;--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;--e-global-typography-8bc5a14-font-family:"Sora";--e-global-typography-8bc5a14-font-weight:400;--e-global-typography-9346fec-font-family:"Sora";--e-global-typography-9346fec-font-weight:200;--e-global-typography-6131b74-font-family:"Sora";--e-global-typography-6131b74-font-size:15px;--e-global-typography-6131b74-font-weight:200;background-color:#000000;font-family:"Sora", Sans-serif;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Sora", Sans-serif;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:7.5em;--container-default-padding-right:0em;--container-default-padding-bottom:7.5em;--container-default-padding-left:0em;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-kit-6 p{margin-bottom:0px;}.elementor-kit-6 a{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS */html, body {
    overflow-x:  hidden;
    max-width: 100%
}

/* CONTEINER PAI*/
  .text-wrapper {
      display: flex;
      padding-top: 10px
}


/* FAIXA NÚMERO 1*/
#text-wrapper1 {
   background: green; 
}

/* TEXTO INTERNO DA FAIXA*/
.text-wrapper h1 { 
    white-space: nowrap;
    font-family: "sora";
    font-weight: 700;
    font-size: 18px;
    color: black;
    text-transform: uppercase;
    display: inline;
    animation: animafaixa 15s linear infinite;
}


/* ANIMAÇÃO */
@keyframes animafaixa {
    0% {
        transform: translateX(0%);
    } 100% {
        transform: translateX(-100%);
    }
}/* End custom CSS */