.elementor-kit-9{--e-global-color-primary:#FF8200;--e-global-color-secondary:#54595F;--e-global-color-text:#750606;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Barlow semi cond extra bold italic";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Barlow semi cond extra bold italic";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow semi cond extra bold italic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow semi cond extra bold italic";--e-global-typography-accent-font-weight:500;--e-global-typography-4f37b67-font-family:"Amita";background-color:#000000;}.elementor-kit-9 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){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);}@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 */html,body {
    width: 100%;
    overflow-x: hidden;
}


Código CSS:

.textoanimado{
    display: inline-block;
    animation: carrossel 40s linear infinite;
}
@keyframes carrossel{
    0%{
        transform: translatex(0);
    }
    100%{
        transform: translatex(-900px);
    }
}

.textoanimado2{
    white-space: nowrap;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Barlow semi cond extra bold italic';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../assets/BarlowSemiCondensed-ExtraBoldItalic_7b68d1b7.ttf') format('truetype');
}
/* End Custom Fonts CSS */