.elementor-kit-6{--e-global-color-primary:#226B75;--e-global-color-secondary:#68D2DF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#33CC33;--e-global-typography-primary-font-family:"Aloevera Display";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Aloevera Display";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Aloevera Display";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Aloevera Display";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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);}.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 */html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.text-wrapper {
    display: flex;
    padding-top: 8px;
}

#text-wrapper1 {
   background: green; 
}
#text-wrapper2 {
   background: purple; 
}

.text-wrapper p {
    white-space: nowrap;
    font-family: "Rubik";
    font-size: 24px;
    text-transform: uppercase;
    display: inline;
}

#text-wrapper1 p{
   color: white;
   animation: animafaixa 30s linear infinite;
}
#text-wrapper2 p{
   color: white;
   animation: animafaixa 30s linear infinite reverse;
}

@keyframes animafaixa{
    0% {
        transform: translateX(0%);
    } 100% {
        transform: translate(-100%);
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Aloevera Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lp.papaleads.com.br/wp-content/uploads/2025/05/AloeveraDisplay-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Aloevera Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
@font-face {
	font-family: 'Aloevera Display';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://lp.papaleads.com.br/wp-content/uploads/2025/05/AloeveraDisplay-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Aloevera Display';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://lp.papaleads.com.br/wp-content/uploads/2025/05/AloeveraDisplay-ExtraBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */