.elementor-kit-341{--e-global-color-primary:#E0D4C3;--e-global-color-secondary:#2E2E2E;--e-global-color-text:#C8A165;--e-global-color-accent:#E7E7E7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );overscroll-behavior:auto;}.elementor-kit-341 button,.elementor-kit-341 input[type="button"],.elementor-kit-341 input[type="submit"],.elementor-kit-341 .elementor-button{background-color:transparent;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-primary );background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, #000000 100%);box-shadow:5px 11px 10px 0px rgba(0,0,0,0.5);}.elementor-kit-341 button:hover,.elementor-kit-341 button:focus,.elementor-kit-341 input[type="button"]:hover,.elementor-kit-341 input[type="button"]:focus,.elementor-kit-341 input[type="submit"]:hover,.elementor-kit-341 input[type="submit"]:focus,.elementor-kit-341 .elementor-button:hover,.elementor-kit-341 .elementor-button:focus{background-color:transparent;color:var( --e-global-color-secondary );background-image:linear-gradient(180deg, var( --e-global-color-text ) 0%, var( --e-global-color-primary ) 100%);box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-kit-341 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:8px;}.elementor-element{--widgets-spacing:8px 8px;--widgets-spacing-row:8px;--widgets-spacing-column:8px;}{}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 */.scroll-left{
    opacity: 0;
    transition: 0.5s all;
    transform: translate(-30px, 0);
}

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

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

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


.ativo{
    opacity: 1;
    transition: 0.5s all;
    transform: translate(0, 0);
}/* End custom CSS */