.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#C0BFBF;--e-global-color-text:#000000;--e-global-color-accent:#CDA767;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:19px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-35212c3-font-family:"Poppins";--e-global-typography-35212c3-font-size:15px;--e-global-typography-92a3964-font-family:"Poppins";--e-global-typography-92a3964-font-size:17px;--e-global-typography-92a3964-font-weight:500;--e-global-typography-92a3964-text-transform:uppercase;--e-global-typography-ead37cc-font-family:"Marcellus";--e-global-typography-ead37cc-font-size:40px;--e-global-typography-ead37cc-font-weight:400;--e-global-typography-565266b-font-family:"Poppins";--e-global-typography-565266b-font-size:19px;--e-global-typography-3783237-font-family:"Poppins";--e-global-typography-3783237-font-size:15px;--e-global-typography-3783237-font-weight:400;--e-global-typography-232db79-font-family:"Poppins";--e-global-typography-232db79-font-size:15px;--e-global-typography-232db79-font-weight:500;background-color:#FFFFFF;font-family:"Sora", Sans-serif;overscroll-behavior:none;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Cormorant", Sans-serif;}.elementor-kit-7 h1{font-family:"Cormorant", Sans-serif;}.elementor-kit-7 h3{font-family:"Cormorant", Sans-serif;}.elementor-kit-7 h5{font-family:"Sora", Sans-serif;}.elementor-kit-7 img{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 */.dgdivisor{border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #fff, transparent) 50;
}
.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 */