.elementor-kit-6{--e-global-color-primary:#EAEAEA;--e-global-color-secondary:#16253D;--e-global-color-text:#060C13;--e-global-color-accent:#F24405;--e-global-color-62cdaf7:#F24405;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;background-color:#F3F3EE;}.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){--kit-widget-spacing: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-kit-6{--e-global-typography-text-font-size:0.9rem;}.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;
max-width: 100%;
}
.text-wrapper{
    display:flex;
    
}
#text-wrapper1{
 
background: #81401a;
  
    
    
}

#text-wrapper2{
    
background: #ed6e24;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cda744",endColorstr="#c78e12",GradientType=1);
    
    
}

.text-wrapper h1 {
    
    white-space: nowrap;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline;
    line-height: 20px;
    padding-top: 1px;
   
    
}

#text-wrapper1 h1{
    
      color:#fff;
      
    animation: animafaixa 20s linear infinite;
}

#text-wrapper2 h1{
    
      color:#fff;
    animation: animafaixa 20s linear infinite reverse;
}


@keyframes animafaixa{
    
    0%{
        transform: translateX(0%);
        
    }
    
    100%{
        transform: translateX(-100%);
      
    
    
    
}


.scroll-left {
    opacity: 0;
    transition: 0.5s all;
    transform: translate3d(-30px, 0, 0);
}

.scroll-right {
    opacity: 0;
    transition: 0.5s all;
    transform: translate3d(30px, 0, 0);
}

.scroll-bottom {
    opacity: 0;
    transition: 0.5s all;
    transform: translate3d(0, 80px, 0);
}

.scroll-top {
    opacity: 0;
    transition: 0.5s all;
    transform: translate3d(0, -80px, 0);
}

.ativo {
    opacity: 1;
    transition: 0.5s all;
    transform: translate3d(0, 0, 0);
}
  
  
  @keyframes scal {
  from {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: transform: scale(1);
    transform: transform: scale(1);
    opacity:0.5;
  }
  to {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity:0;
    filter: blur(30px);
  }
} 
  
  
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
  
  @keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}/* End custom CSS */