.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-612bc9c:#FAFAFA;--e-global-color-04264cb:#F7F7F7;--e-global-color-08e22cd:#B3B3B3;--e-global-color-c976818:#7C7C7C;--e-global-color-e2ff336:#7DADE3;--e-global-color-ff46b6d:#2A4E8A;--e-global-color-771b5e6:#F4A950;--e-global-color-d7a2a0a:#2B58A9;--e-global-color-066c8a3:#333333;--e-global-color-4bb58b1:#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;color:var( --e-global-color-4bb58b1 );font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:var( --e-global-color-4bb58b1 );font-family:"Inter", Sans-serif;font-size:40px;font-weight:700;}.elementor-kit-5 h2{color:var( --e-global-color-4bb58b1 );font-family:"Inter", Sans-serif;font-size:32px;font-weight:600;}.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;--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;}}/* Start custom CSS *//*testo sottolineato in hover*/
.text-underline:hover {
  text-decoration: underline;
}



/* Read all che si sposta con contenitore in hover*/
.container:hover .read-all {
    transform: translateX(5px);
    transition: transform 0.3s ease-in-out; /* Transizione fluida */
}
/* Transizione sempre attiva sul pulsante */
.container .read-all {
    transition: transform 0.3s ease-in-out;
}

/* Lunghezza massima delle righe */
.max-lenght2{
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* Limita a 2 righe */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.max-lenght3{
    display: -webkit-box !important;
    -webkit-line-clamp: 3 ; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.max-lenght4{
    display: -webkit-box !important;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}/* End custom CSS */