.elementor-203 .elementor-element.elementor-element-67668f8{--display:flex;--min-height:60vh;--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;}.elementor-203 .elementor-element.elementor-element-67668f8:not(.elementor-motion-effects-element-type-background), .elementor-203 .elementor-element.elementor-element-67668f8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-203 .elementor-element.elementor-element-a55b637{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-203 .elementor-element.elementor-element-a55b637.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-203 .elementor-element.elementor-element-ad724a7{--display:flex;--min-height:60vh;--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;}.elementor-203 .elementor-element.elementor-element-ad724a7:not(.elementor-motion-effects-element-type-background), .elementor-203 .elementor-element.elementor-element-ad724a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}@media(min-width:768px){.elementor-203 .elementor-element.elementor-element-a55b637{--width:100%;}}@media(max-width:1200px) and (min-width:768px){.elementor-203 .elementor-element.elementor-element-a55b637{--width:1018.67px;}}/* Start custom CSS *//* AJUSTE DO SCROLL LATERAL */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}


/* CONTEINER PAI */
.text-wrapper {
    display: flex;
    padding-top: 7px;
    background: #202619
}


/* FAIXA NÚMERO 1 */
#text-wrapper1
{background: #202619;
}


/* TEXTO INTERNO DA FAIXA */
.text-wrapper h1 {
    white-space: nowrap;
    font-family: "baskerville";
    text-transform: uppercase;
    font-size: 28px;
    color: white;
    display: inline;
}

/* TEXTO DA FAIXA NÚMERO 1 */
#text-wrapper1 h1 {
    font-size: 24px;
    animation: animafaixa 5s linear infinite;
}


/* CRIANDO A ANIMAÇÃO */
@keyframes animafaixa {
    0% {
        transform: translateX(0%);
    } 100% {
        transform: translate(-100%);
    }
}/* End custom CSS */