.elementor-kit-7{--e-global-color-primary:#C4E905;--e-global-color-secondary:#39B54A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#4F291A;--e-global-color-7f423c4:#334B37;--e-global-color-19fb723:#000000;--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;--e-preloader-animation:flash;--e-preloader-animation-duration:3400ms;--e-preloader-delay:2000ms;--e-preloader-width:25%;--e-preloader-max-width:25%;}.elementor-kit-7 h1{font-family:"Oswald", Sans-serif;font-size:5vw;}.elementor-kit-7 h2{font-family:"Oswald", Sans-serif;font-size:4vw;}.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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-primary );}.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;}.elementor-kit-7{--e-preloader-width:35%;--e-preloader-max-width:35%;}}/* Start custom CSS */.scrollable-image {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Para navegadores Firefox */
}

.scrollable-image::-webkit-scrollbar {
    display: none; /* Para navegadores baseados em WebKit, como Chrome e Safari */
}

.scrollable-image img {
    display: inline-block;
    max-width: none;
}



.scroll-icon {
    bottom: 10px; /* Ajuste conforme necessário */
    right: 10px; /* Ajuste conforme necessário */
    font-size: 12px; /* Ajuste conforme necessário */
    animation: blink 1.5s infinite;
    cursor: pointer;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}/* End custom CSS */