.elementor-kit-6{--e-global-color-primary:#DECCE3;--e-global-color-secondary:#63544A;--e-global-color-text:#28B7C4;--e-global-color-accent:#9089B0;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:44px;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:20px;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:13px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:21.5px;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:21.5px;--e-global-typography-accent-letter-spacing:0px;--e-global-typography-4826741-font-family:"Helvetica";--e-global-typography-4826741-font-size:13px;--e-global-typography-4826741-font-weight:400;--e-global-typography-4826741-text-transform:none;--e-global-typography-4826741-font-style:normal;--e-global-typography-4826741-text-decoration:none;--e-global-typography-4826741-line-height:21.5px;--e-global-typography-4826741-letter-spacing:0px;}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-family:"Helvetica", Sans-serif;font-size:20px;}.elementor-kit-6 h2{color:var( --e-global-color-accent );font-family:"Helvetica", Sans-serif;font-size:20px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:20px;letter-spacing:1px;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-family:"Helvetica", Sans-serif;font-size:13px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:21.5px;letter-spacing:0px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Open Sans", Sans-serif;font-size:11px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:10px;letter-spacing:0px;color:#FFFFFF;background-color:var( --e-global-color-primary );box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);border-radius:17px 17px 17px 17px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:#FFFFFF;background-color:var( --e-global-color-secondary );box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);border-radius:0px 12px 12px 0px;}.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-6 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */body {
    margin: 0;
    font-family: Roboto, Arial, sans-serif;
}

#motivational-header {
    background-color: #ddcce3; /* Lila */
    color: white;
    text-align: center;
    padding: 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    overflow: hidden;
}

#motivational-phrase-container {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

#motivational-phrase {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    animation: scroll-left 10s linear infinite; /* durada a 10s */

}

@keyframes scroll-left {
    0% {
        transform: translateX(100%); /* Inici fora de la pantalla per la dreta */
    }
    100% {
        transform: translateX(-100%); /* Final fora de la pantalla per l'esquerra*/
}
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #DDCCE3; 
    color: #fff;
    padding: 0px;
    text-align: center;
}/* End custom CSS */