.elementor-kit-8{--e-global-color-primary:#FFE802;--e-global-color-secondary:#FCD100;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-b729b12:#FFFFFF;--e-global-color-52df29e:#F1F2F7;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:26px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.4em;color:var( --e-global-color-text );line-height:1.4em;}.elementor-kit-8 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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Groc:#fdeb34; --Gris:#f1f2f7; }
/* Start custom CSS *//* Container del marquee */
.elementor-element-8c4882b {
    overflow: hidden !important;
    width: 100% !important;
    display: block !important;
}

/* Títol que es desplaça */
.elementor-element-8c4882b h2.marquee-services {
    display: flex !important;
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Raleway", sans-serif !important;
    font-size: 22px !important;
    animation: marquee-services 30s linear infinite;
    will-change: transform;
}

.elementor-element-8c4882b h2.marquee-services span {
    flex-shrink: 0;
}

/* Animació */
@keyframes marquee-services {
    0%   { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

/* Pausar en hover */
.elementor-element-8c4882b:hover h2.marquee-services {
    animation-play-state: paused;
}

/* Accessibilitat */
@media (prefers-reduced-motion: reduce) {
    .elementor-element-8c4882b h2.marquee-services {
        animation: none !important;
        justify-content: center;
    }
    .elementor-element-8c4882b h2.marquee-services span:last-child {
        display: none;
    }
}/* End custom CSS */