.elementor-7 .elementor-element.elementor-element-46bc218{--display:flex;}.elementor-7 .elementor-element.elementor-element-7e1d65f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-7e1d65f.elementor-element{--flex-grow:1;--flex-shrink:1;}body.elementor-page-7:not(.elementor-motion-effects-element-type-background), body.elementor-page-7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{bottom:15px;right:15px;width:50px;height:50px;z-index:9999;opacity:0.7;background-color:#000000;border-radius:5px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button i{font-size:16px;color:#ffffff;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{width:16px;height:16px;fill:#ffffff;}/* Start custom CSS for html, class: .elementor-element-7e1d65f */.footer-contenitore {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 48px;
        margin-right: 40px;
        align-self: stretch;
    }
    
    .footer-top {
        display: inline-flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        margin-right: 48px;
        align-self: stretch;
    }
    
    .footer-logo {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-right: 8px;
        width: 230px;
    }
    
    .logo-immagine {
        position: relative;
        height: 144.32px;
        overflow: hidden;
        align-self: stretch;
    }
    
    .footer-sezioni {
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-right: 40px;
        flex: 1 1 0;
    }
    
    .footer-gruppo-sezioni {
        display: flex;
        flex-wrap: wrap;
        margin-right: 40px;
        align-content: flex-start;
        flex: 1 1 0;
    }
    
    .footer-colonna {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-right: 4px;
        width: 236px;
    }
    
    .footer-sottogruppo {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-right: 4px;
        width: 268.5px;
        padding-right: 40px;
    }
    
    .footer-titolo {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        margin-right: 10px;
        padding: 8px 0;
        background: linear-gradient(0deg, 0%, 100%);
        color: #0F2738;
        font-family: Lato;
        font-weight: 900;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    
    .footer-link {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        margin-right: 12px;
        padding: 8px 0;
        height: 32px;
        background: linear-gradient(0deg, 0%, 100%);
        color: #0F2738;
        font-family: Lato;
        font-weight: 900;
        font-size: 14px;
        line-height: 16.8px;
        letter-spacing: 0.5px;
    }
    
    .footer-link-icona {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        margin-right: 10px;
        padding: 8px 0;
        height: 32px;
        background: linear-gradient(0deg, 0%, 100%);
        color: #0F2738;
        font-family: Lato;
        font-weight: 900;
        font-size: 14px;
        line-height: 16.8px;
    }
    
    .icona-svg {
        width: 8px;
        height: 8px;
    }
    
    .footer-gruppo-utilita {
        display: flex;
        margin-right: 40px;
        flex: 1 1 0;
    }
    
    .footer-basso {
        width: 79.5%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        margin-right: 32px;
        align-self: flex-end;
    }
    
    .footer-link-basso {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0px;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #0F2738;
        padding-bottom: 32px;
        width: 100%;
    }
    
    .footer-link-basso > div {
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        color: #0F2738;
        font-family: Lato;
        font-weight: 900;
        font-size: 14px;
        line-height: 16.8px;
        letter-spacing: 0.5px;
    }
    
    .footer-note {
        color: #0F2738;
        font-family: Lato;
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0.5px;
        word-wrap: break-word;
        align-self: stretch;
    }
    
    .card.hidden {
        display: none;
        
    }
    /*INDICAZIONI PRINCIPALI TUTTO IL BODY E IL MAIN*/
    body {
        font-family: 'Lato', sans-serif;
        margin: 0;
        background:black;/*CI SERVE NERO SOLO PER RICONOSCERE I BORDI*/
        
    } 
    .main-container {
        max-width: 1440px;   /* larghezza massima */
        margin: 0 auto;      /* centra il contenuto orizzontalmente */
        background: #fff;    /* opzionale: puoi anche lasciarlo trasparente */
        overflow-x: hidden;  /* evita scrollbar orizzontali */
    }
    
    h2 {
        font-size: 50px;
        color:#00336B;
    }
    /*FINE INDICAZIONI PRINCIPALI TUTTO IL BODY E IL MAIN*/   
    
    
    
    /*NAVBAR BLUE E ARROW*/
    .welcome-card {
        height: 10%;
        max-width: 1280px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 5; 
        margin: 90px;
        background: #00336B;
        color: #fff;
        border-radius: 12px;
        /*
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4% 30px;
        */
        flex-wrap: wrap;
        text-align: center;
    }
    .welcome-card h1 {
        font-style:normal;
        font-size: 40px;
        font-weight: 300;
        line-height: 280%;
        letter-spacing: normal;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .btn {
        background: #fff;
        color: #00336B;
        padding: 7px 20px;
        border-radius: 30px;
        line-height: 25px;
        font-size: 21px;
        text-decoration: none;
        font-weight: 400;
        display: flex;
        align-items: center;
        margin-right: 8px;
        justify-content: center;
    }
    .btn .circle {
        background: #00336B;
        color: #fff;
        border-radius: 50%;
        padding: 13px 17px;
        font-weight: bold;
        margin-left: 20px;
    }
    .navbar-waves {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1410px;
        height: 50%;     
        z-index: 10;        
        pointer-events: none; 
    } 
    .arrowInNavbar{
        /*width: 9.71px;*/ 
        height: 19px; 
        top: 24px; 
        left: 272px; 
        border: 2px; 
        /*transform: rotateX( 180); */
    }
    /*FINE NAVBAR BLUE E ARROW*/
    
    
    /*BIG PINK WAVE*/
    .bigPinkWave{
        position: relative;
        margin-top: -70px;
    }
    .bigPinkWave img {
        width: 100%;
        background: linear-gradient(
        to bottom,
        rgba(254, 243, 246, 0) 0px,      /* Trasparente in alto */
        rgba(254, 243, 246, 0) 40px,     /* Fino a 20px ancora trasparente */
        #FEF3F6 20px,                    /* Inizia il colore */
        #FEF3F6 180px,                    /* Fino a 80px colore pieno */
        rgba(254, 243, 246, 0) 60px,     /* Poi torna trasparente */
        rgba(254, 243, 246, 0) 100%      /* sfumatura finale */
        );
    }
    /*FINE BIG PINK WAVE*/
    
    
    /*DISCOVER SLIDER*/
    .discoverSliders{
        display: flex !important;
        height: 400px;
        background-color: #D6F3F1;
        padding: 60px;
    }
    .discoverSliders > .div1 {
        width: 80%;
    }
    .discoverSliders > .div1 div{
        display: flex;
        margin-top: 10%;
    }
    .discoverSliders > .div2 {
        width: 30%;
        
    }
    .discoverSliders > .div1 > .p1 {
        text-align: left;
        color: #00336B;
        font-weight: 400 !important;
        font-size: 50px !important;
        line-height: 120%;
        letter-spacing: normal;
    }
    .discoverSliders > .div1 > .p2 {
        text-align: left;
        width: 100%;
        color: #00336B;
        font-weight: 400 !important;
        font-size: 24px !important;
    }
    .discoverSliders > .div2 a {
        border-radius: 35px;
        padding: 25px;
        font-size: 25.55px;
        font-style: normal;
        font-weight: 400;
    }
    .discoverSliders > .div2 a span {
        margin-left: 30px;
        padding: 15px 25px;
    }
    /*FINE DISCOVER SLIDER*/
    
    
    /*LOGO E WAVE ROSA LATERALE*/
    .logo {
        display: block;
        width: 213px;
        height: 131px;
        top: -20px;  
        margin-left: 20px;
    }
    .pinkWave {
        display: block;
        width: 67%;
        margin-left: 470px;
        margin-top: -18%;
    }
    /*FINE LOGO E WAVE ROSA LATERALE*/
    
    
    /*PRIMO SLIDER*/
    .circleRegister {
        color: #004a99;
        background-color: #fff;
        border-radius: 50%;
        padding: 10px 15px;
        margin-left: 10px;
        font-weight: bold;
        margin-right: 0;    
    }
    
    .navbarAndAestSection {
        background: #FEF3F6;
        padding: 10px 70px;
    }
    .aesthetic-section {
        background: #FEF3F6;
        padding: 0px 70px;
        text-align: center;
    }
    .Logosection {
        display: flex;
        justify-content: space-between;
        background: #FEF3F6;
        padding: 0px 70px;
        text-align: center;
    }
    
    /* SLIDER */
    .event-meta > .firstText{
        font-weight: 400;
        font-size: 24px;
        width: 289px;
        height: 29px;
    }
    .event-meta > .eventText{
        padding-left: 30px;
        font-weight: 700;
        width: 61px;
        height: 29px;
        font-size:29px;
        line-height: 120%;
    }
    .event-meta img{
        width: 24px;
        height: 26.67px;
        top: 2.67px;
        left: 4px;
    }
    .slider {
        position: relative;
        width: 100%;
        margin: 40px 0;
        overflow: hidden;
        background: #FEF3F6;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .slides {
        display: flex;
        width: 400%;
        transition: transform 0.6s ease;
    }
    
    .slide {
        width: 100%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 30px;
        padding-bottom: 100px;
        color: #004a99;
        box-sizing: border-box;
        margin-right: 30px;
    }
    
    .slide .img {
        width: 65%;
        max-width: 350px;
        margin-right: -100px;
        margin-bottom: 125px;
        border-radius: 50%;
        height: auto;
    }
    
    .calendar {
        position: relative;
        margin-right: 5px;
        width: auto;
        height: inherit;
        top: 2.67px;
        border: 2px;
    }
    
    .timeInCards {
        background-size: auto !important;
    }
    
    .slide-content {
        width: 55%;
        padding-left: 5%;
        text-align: left;
    }
    
    .slide-content h2 {
        font-weight: 400;
        font-size: 48px;
        line-height: 120%;
        margin-bottom: 15px;
    }
    
    .slide-content p {
        width: 80%;
        font-weight: 400;
        font-size: 24px;
        line-height: 120%;
        color: black;
    }
    
    .mini-buttons {
        display: flex;
        margin-right: 8px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .mini-buttons button {
        font-weight: 700;
        font-size: 15px;
        padding: 5px 10px;
        border: none;
        border-radius: 5px;
        background: white;
        color: black;
        margin: 0 5px;
    }
    
    .register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* sostituisce gap: gestiamo lo spacing fra eventuali elementi interni */
  padding: inherit;
  background: #00336B;
  color: #fff;
  font-weight: 400;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
  min-height: 40px;
  min-width: 120px;
  overflow: visible;
  border: 0;
  cursor: pointer;
}


    
    #s1:checked ~ .slides { transform: translateX(0%); }
    #s2:checked ~ .slides { transform: translateX(-100%); }
    #s3:checked ~ .slides { transform: translateX(-200%); }
    #s4:checked ~ .slides { transform: translateX(-300%); }
    
    .navigation {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        margin-right: 10px;
    }
    .navigation label {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        margin: 0 5px; 
        border: 2px solid;
        color: #004a99;
    }
    #s1:checked ~ .navigation label[for="s1"],
    #s2:checked ~ .navigation label[for="s2"],
    #s3:checked ~ .navigation label[for="s3"],
    #s4:checked ~ .navigation label[for="s4"] {
        background: #004a99;
    }
    
    #s1:checked ~ .navigation .arrow[for="s1"],
    #s4:checked ~ .navigation .arrow[for="s4"] {
        color: #004a99;
        background-color: white;
        opacity: 50;
        border-radius: 50%;
        border:2px solid;
        border-color: #004a99;
    }
    
    .navigation .arrow {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #fff;
        color: #004a99;
        font-size: 20px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s;
        border: 2px solid;
    }
    
    #s1:checked ~ .navigation .prev {
        color: #004a99;
        background-color: transparent;
        border-color: #004a99;
        border-radius: 10%;
        
        /*color: rgba(187, 187, 187, 0.2);*/ 
        /*background: rgba(255,255,255,0.6);*/
        pointer-events: none;
        border: 1px;
        /*border-color: #004a99;*/
    }
    #s4:checked ~ .navigation .next {
        color:red;
        background-color: transparent;
        /*color: rgba(187, 187, 187, 0.2);
        background: rgba(255,255,255,0.6);*/
        pointer-events: none;
    }
    /*FINE PRIMO SLIDER*/
    
    /*SECONDO SLIDER*/
    .slider2 {
        position: relative;
        width: 100%;
        margin: 40px 0;
        overflow: hidden;
        background: #FEF3F6;
        display: flex;
        align-items: center;
        justify-content: center;
    }     
    .slides2 {
        display: flex;
        width: 400%;
        transition: transform 0.6s ease;
    }
    
    .slide2 {
        width: 100%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 100px 5px;
        color: #004a99;
        box-sizing: border-box;
        margin-right: 30px;
    }
    
    .slide2 .img {
        width: 30%;
        max-width: 220px;
        margin-right: -100px;
        margin-bottom: 25px;
        border-radius: 50%;
        height: auto;
    }
    #s5:checked ~ .slides2 { transform: translateX(0%); }
    #s6:checked ~ .slides2 { transform: translateX(-100%); }
    #s7:checked ~ .slides2 { transform: translateX(-200%); }
    #s8:checked ~ .slides2 { transform: translateX(-300%); }
    
    .navigation2 {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        margin-right: 10px;
    }
    .navigation2 label {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid;
        border-color: #004a99;
        background: #fff;
        cursor: pointer;
        margin: 0 5px;
    }
    #s5:checked ~ .navigation2 label[for="s5"],
    #s6:checked ~ .navigation2 label[for="s6"],
    #s7:checked ~ .navigation2 label[for="s7"],
    #s8:checked ~ .navigation2 label[for="s8"] {
        background: #004a99;
    }
    
    #s5:checked ~ .navigation2 .arrow2[for="s5"],
    #s8:checked ~ .navigation2 .arrow2[for="s8"] {
        color: #004a99;
        background-color: white;
        opacity: 50;
        border-radius: 50%;
        border:2px solid;
        border-color: #004a99;
    }
    
    .navigation2 .arrow2 {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #fff;
        color: #004a99;
        font-size: 20px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s;
        border: 2px solid;
    }
    
    #s5:checked ~ .navigation2 .prev2 {
        color: #004a99;
        background-color: transparent;
        border-color:#004a99;
        border-radius: 10%;
        
        /*color: rgba(187, 187, 187, 0.2);*/ 
        /*background: rgba(255,255,255,0.6);*/
        pointer-events: none;
        border: 1px;
        /*border-color: #004a99;*/
    }
    #s8:checked ~ .navigation2 .next2 {
        color:#004a99;
        background-color: transparent;
        /*color: rgba(187, 187, 187, 0.2);
        background: rgba(255,255,255,0.6);*/
        pointer-events: none;
    }
    /*FINE SECONDO SLIDER*/
    
    
    /*SEZIONE FEATURED*/
    .featured-section {
        background: #fff;
        padding: 50px 70px;
    }
    .featured-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-right: 20px;
    }
    .featured-section p {
        color:#0F2739;
        font-weight: 400 !important;
        font-size: 28px !important;
        line-height: 100% !important;
        letter-spacing: 10% !important;
    }
    /*
    .featured-header h2 {
        font-size: 60px;
        font-weight: 700;
        font-style: bold;
        line-height: 120%;
        letter-spacing: 0%;
        color: #00336B;
    }
    */
    .highlighted {
        font-size: 40px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0;
        color: #00336B;
        
    }
    .featured-header .btn {
        background: #004a99;
        color: #fff;
    }
    .featured-header .btn .circle {
        background: #fff;
        color: #004a99;
    }
    .featured-section p {
        margin-top: 0;
        color:#0F2739;
        font-weight: 400 !important;
        font-size: 28px !important;
        line-height: 100% !important;
        letter-spacing: 10% !important;
    }
    .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        margin-right: 1.5%;
        padding: 10px 0px;
    }
    .card-header {
        display: flex;
        padding: 1% 5%;
        justify-content: space-between;
    }
    .card-header > .video{
        color: #00336B;
        font-weight: 700 !important;
        font-style: bold !important;
        font-size: 16px !important;
        line-height: 120% !important;
        letter-spacing: 0 !important;
        
    }
    .card-header > .time > p{
        color: #00336B;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 100% !important;
        letter-spacing: 0 !important;
        
    }
    .card {
        margin: 30px 6px;
        width: 308px;
        height: 100%;
        min-width: 280px;
        max-width: 380px;
        border: 1px solid #ddd;      /* bordo sottile e neutro */
        border-radius: 8px;          /* angoli arrotondati */
        overflow: hidden;            /* evita che l'immagine o testo escano fuori */
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* leggera ombra */
        opacity: 1;
        transform: rotate(0deg);  
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .card img {
        width: 100%;
        
        background-size: cover;
    }
    .card .view-btn {
        text-align: center;
        
        background: #00336B;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        border-radius: 20px;
        margin-top: 20%;
        margin-bottom: 10%;
        margin-left: 10%;
        margin-right: 10%;
    }
    /*FINE SEZIONE FEATURED*/
    
    
    /*FOOTER SECTION*/
    .footer-section{
        margin: 5px 0%;
        display: flex;
        justify-content: space-between;
        background: #FEF3F6;
        padding: 0px 70px;
        text-align: center;
    }
    .footer-section > .div1 {
        background-color: #FEF3F6;
    }
    .footer-section > .div1 > .p1{
        text-align: left;
        color: #0F2739;
        font-weight: 400;
        font-size: 48px;
        line-height: 120%;
        letter-spacing: 0;
    }
    .footer-section > .div1 > .p2{
        margin-right: 30%; 
        text-align: left;
        color: #0F2739;
        font-weight: 400;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0;
    }
    .footer-section > .div1 > .p3 {
        margin-right: 30%;
        text-align: left;
        color: #0F2739;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0;
    }
    .footer-section > .div2 {
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    /*FINE FOOTER SECTION*/
    
    
    
    
    @media (min-width: 1024px) and (max-width: 1440px) {
        /*BIG PINK WAVE*/
        .bigPinkWave{
            position: relative;
            margin-top: -70px;
        }
        .bigPinkWave img {
            width: 100%;
            background: linear-gradient(
            to bottom,
            rgba(176, 16, 58, 0) 0px,      /* Trasparente in alto */
            rgba(254, 243, 246, 0) 40px,     /* Fino a 20px ancora trasparente */
            #FEF3F6 20px,                    /* Inizia il colore */
            #FEF3F6 165px,                    /* Fino a 80px colore pieno */
            rgba(254, 243, 246, 0) 60px,     /* Poi torna trasparente */
            rgba(254, 243, 246, 0) 100%      /* sfumatura finale */
            );
        }
        /*FINE BIG PINK WAVE*/
    }
    
    /* MEDIA QUERIES RESPONSIVE*/
    @media (max-width: 1024px) {
        .bigPinkWave{
            display: none;
        }
        
        /*DISCOVER SLIDER*/
        .discoverSliders{
            display: flex !important;
            height: 400px;
            background-color: #D6F3F1;
            padding: 60px;
        }
        .discoverSliders > .div1 {
            width: 80%;
        }
        .discoverSliders > .div1 div{
            display: flex;
            margin-top: 10%;
        }
        .discoverSliders > .div2 {
            width: 30%;
            
        }
        .discoverSliders > .div1 > .p1 {
            text-align: left;
            color: #00336B;
            font-weight: 400 !important;
            font-size: 50px !important;
            line-height: 120%;
            letter-spacing: 0;
        }
        .discoverSliders > .div1 > .p2 {
            text-align: left;
            width: 100%;
            color: #00336B;
            font-weight: 400 !important;
            font-size: 24px !important;
        }
        .discoverSliders > .div2 a {
            border-radius: 35px;
            padding: 25px;
            font-size: 25px;
            font-style: normal;
            font-weight: 400;
        }
        .discoverSliders > .div2 a span {
            margin-left: 30px;
            padding: 15px 25px;
        }        
        /*FINE DISCOVER SLIDER*/    
        
        .featured-section {
            background: #fff;
            padding: 50px 70px;
        }
        .featured-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            margin-right: 20px;
        }
        .featured-section p {
            color:#0F2739;
            font-weight: 400 !important;
            font-size: 28px !important;
            line-height: 100% !important;
            letter-spacing: 10 !important;
        }
        .featured-header h2 {
            font-size: 60px;
            font-weight: 700;
            line-height: 120%;
            letter-spacing: 0;
            color: #00336B;
        }
        .highlighted {
            font-size: 40px;
            font-weight: 400;
            line-height: 120%;
            letter-spacing: 0;
            color: #00336B;
        }
        .featured-header .btn {
            background: #004a99;
            color: #fff;
        }
        .featured-header .btn .circle {
            background: #fff;
            color: #004a99;
        }
        .featured-section p {
            margin-top: 0;
            color:#0F2739;
            font-weight: 400 !important;
            font-size: 28px !important;
            line-height: 100% !important;
            letter-spacing: 10 !important;
        }        
        .event-meta > .firstText{
            font-weight: normal;
            font-size: 24px;
            width: 289px;
            height: 29px;
        }
        .event-meta > .eventText{
            padding-left: 30px;
            font-weight: 700;
            width: 61px;
            height: 29px;
            font-size:29px;
            line-height: 120%;
        }
        .event-meta img{
            width: 24px;
            height: 27px;
            top: 3px;
            left: 4px;
        }
        /*LOGO E WAVE ROSA LATERALE*/
        .aesthetic-section img {
            max-width: 250px;
            height: auto;
        }
        .logo {
            display: block;
            width: 213px;
            height: 131px;
            top: -20px;  
            margin-left: 20px;
        }
        .pinkWave {
            display: none;
            width: 80%;
            margin-right: -15%;
            margin-top: -10%;
        }
        /*FINE LOGO E WAVE ROSA LATERALE*/
        .timeInCards {
            object-fit: none !important;
        }
        .cards {
            display: flex;
            flex-wrap: wrap;
            justify-content:left;
            margin-right: 20px;
            padding: 10px 0px;
        }
        .card-header{
            display: flex;
            padding: 2% 5%;
            justify-content: space-between;
        }
        .video{
            color: red;
            font-size: 300;
            
        }
        .slide {
            flex-direction: column;
            text-align: center;
            padding: 40px 20px;
            overflow: visible; /* consente al contenuto di espandersi */
        }
        .slides2 {
            width: 400%;
        }
        .slide2 .img {
            width: 65%;
            max-width: 320px;
            margin: 0 auto 25px;
            border-radius: 50%;
            height: auto;
        }
        .slide {
            flex-direction: column;
            text-align: center;
            padding: 40px 20px;
            overflow: visible; /* consente al contenuto di espandersi */
        }
        
        .calendar {
            width: 2px;
            height: 2px;
            top: 3px;
            border: 2px;
        }
        .slide-content {
            width: 100%;
            padding: 0 10px;
            text-align: center;
        }
        .slide-content h2 {
            width: 100%;
            font-size: 1.9em;
            margin-bottom: 10px;
        }
        .slide-content p {
            font-size: 0.95em;
            line-height: 1.4;
            margin-bottom: 15px;
            color: #333;
            text-align: center;
        }
        .slide-content2 {
            width: 100%;
            padding: 0 10px;
            text-align: center;
        }
        .slide-content2 h2 {
            width: 100%;
            font-size: 1.9em;
            margin-bottom: 10px;
        }
        .slide-content2 p {
            font-size: 0.95em;
            line-height: 1.4;
            margin-bottom: 15px;
            color: #333;
            text-align: center;
        }
        .register-btn {
            display: inline-block;
            width: 90%;
            max-width: 300px;
            margin: 15px auto 0;
            text-align: center;
            white-space: nowrap;
        }
        .navbarAndAestSection, .featured-section {
            padding: 30px 20px;
        }
        .card {
            width: calc(50% - 20px);
        }
        .mini-buttons {
            display: contents;
            margin-right: 8px;
            flex-wrap: wrap;
        }
        .mini-buttons button{
            margin: 5px;
        }
        
        
        /*FOOTER SECTION*/
        .footer-section{
            margin: 5px 0%;
            display: flex;
            justify-content: space-between;
            background: #FEF3F6;
            padding: 0px 70px;
            text-align: center;
        }
        .footer-section > .div1 {
            background-color: #FEF3F6;
        }
        .footer-section > .div1 > .p1{
            text-align: left;
            color: #0F2739;
            font-weight: 400;
            font-size: 48px;
            line-height: 120%;
            letter-spacing: 0;
        }
        .footer-section > .div1 > .p2{
            margin-right: 30%; 
            text-align: left;
            color: #0F2739;
            font-weight: 400;
            font-size: 24px;
            line-height: 120%;
            letter-spacing: 0;
        }
        .footer-section > .div1 > .p3 {
            margin-right: 30%;
            text-align: left;
            color: #0F2739;
            font-weight: 400;
            font-size: 16px;
            line-height: 120%;
            letter-spacing: 0;
        }
        .footer-section > .div2 {
            justify-content: center;
            align-items: center;
            margin-top: 5%;
        }
        /*FINE FOOTER SECTION*/        
    }
    
    @media (max-width: 600px) {
        
        .bigPinkWave{
            display: none;
        }
        
        /*DISCOVER SLIDER*/
        .discoverSliders{
            display: contents !important;
            height: auto;
            background-color: #D6F3F1;
            padding: 0;
        }
        .discoverSliders > .div1 {
            width: 100%;
            background-color: #D6F3F1;
            padding: 5% 2%;
        }
        .discoverSliders > .div1 div{
            display: contents;
            margin-top: 10%;
            
        }
        .discoverSliders > .div2 {
            display: none;
            
        }
        .discoverSliders > .div1 > .p1 {
            text-align: left;
            color: #00336B;
            font-weight: 400 !important;
            font-size: 50px !important;
            line-height: 120%;
            letter-spacing: 0;
        }
        .discoverSliders > .div1 > .p2 {
            text-align: left;
            width: 100%;
            color: #00336B;
            font-weight: 400 !important;
            font-size: 24px !important;
        }
        .discoverSliders > .div2 a {
            border-radius: 35px;
            padding: 25px;
            font-size: 25px;
            font-style: normal;
            font-weight: 400;
        }
        .discoverSliders > .div2 a span {
            margin-left: 30px;
            padding: 15px 25px;
        }
        /*FINE DISCOVER SLIDER*/
        
        .featured-section {
            background: #fff;
            padding: 50px 70px;
        }
        .featured-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            margin-right: 20px;
        }
        .featured-section p {
            color:#0F2739;
            font-weight: 400 !important;
            font-size: 28px !important;
            line-height: 100% !important;
            letter-spacing: 10 !important;
        }
        .featured-header h2 {
            font-size: 30px;
            font-weight: 700;
            line-height: 120%;
            letter-spacing: 0;
            color: #00336B;
        }
        .highlighted {
            font-size: 40px;
            font-weight: 400;
            line-height: 120%;
            letter-spacing: 0;
            color: #00336B;
        }
        .featured-header .btn {
            background: #004a99;
            color: #fff;
        }
        .featured-header .btn .circle {
            background: #fff;
            color: #004a99;
        }
        .featured-section p {
            text-align: justify;
            margin: 0;
            margin-bottom: 25px;
            color:#0F2739;
            font-weight: 400 !important;
            font-size: 20px !important;
            line-height: 100% !important;
            letter-spacing: 10px !important;
        }        
        .event-meta > .firstText{
            font-weight: normal;
            font-size: 13px;
            width: 289px;
            height: 29px;
        }
        .event-meta > .eventText{
            padding-left: 30px;
            font-weight: 700;
            width: 61px;
            height: 29px;
            font-size:29px;
            line-height: 120%;
        }
        .event-meta img{
            width: 24px;
            height: 27px;
            top: 3px;
            left: 4px;
        }        
        .timeInCards {
            object-fit: none !important;
        }
        .cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-right: 20px;
            padding: 10px 0px;
        }
        .card-header{
            display: flex;
            padding: 2% 5%;
            justify-content: space-between;
        }
        .video{
            color: red;
            font-size: 300;
            
        }
        .welcome-card h1 {
            font-size: 100%;
            
        }
        .btn {
            margin-left: 1px;
            background: #fff;
            color: #00336B;
            padding: 5px 5px;
            border-radius: 30px;
            line-height: 100%;
            font-size: 11px;
            text-decoration: none;
            font-weight: 200;
            display: flex;
            align-items: center;
            margin-right: 1px;
            justify-content: center;
        }
        .btn .circle {
            background: #00336B;
            color: #fff;
            border-radius: 50%;
            padding: 5px 12px;
            font-weight: bold;
            margin-left: 20px;
        }
        .navbar-waves {
            display: none;
        } 
        .arrowInNavbar{
            width: 6px; 
            height: 15px; 
            top: 24px; 
            left: 272px; 
            border: 2px; 
            transform: rotateX(180);
        }
        .slider {
            overflow: visible; /* importantissimo per evitare tagli */
            padding-bottom: 30px;
        }
        .slides {
            width: 400%;
        }
        .slide {
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            text-align: center;
            padding: 30px 15px;
            box-sizing: border-box;
        }
        .slide .img {
            width: 80%;
            max-width: 260px;
            margin-bottom: 20px;
            margin-right: 0px;
            border-radius: 50%;
            height: auto;
        }
        
        .slider2 {
            overflow: visible; /* importantissimo per evitare tagli */
            padding-bottom: 30px;
        }
        .slides2 {
            width: 400%;
        }
        .slide2 {
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            text-align: center;
            padding: 30px 15px;
            box-sizing: border-box;
        }
        .slide2 .img {
            width: 80%;
            max-width: 260px;
            margin-bottom: 20px;
            border-radius: 50%;
            height: auto;
        }
        .calendar {
            width: 2px;
            height: 2px";
            top: 3px;
            border: 2px;
        }
        .slide-content {
            width: 50%;
            padding: 0;
            text-align: center;
        }
        .slide-content h2 {
            font-size: 1.5em;
            margin-bottom: 10px;
        }
        .slide-content p {
            font-size: 0.9em;
            margin-bottom: 15px;
            padding: 10 50;
        }
        
        .slide-content2 {
            width: 50%;
            padding: 0;
            text-align: center;
        }
        .slide-content2 h2 {
            font-size: 1.5em;
            margin-bottom: 10px;
        }
        .slide-content2 p {
            font-size: 0.9em;
            margin-bottom: 15px;
            padding: 10 50;
        }
        .register-btn {
            width: 50%;
            max-width: 320px;
            margin: 10px auto;
            display: block;
            text-align: center;
        }
        .aesthetic-section img {
            
            max-width: 250px;
            height: auto;
        }
        .Logosection {
            
            justify-content: center;
            background: #FEF3F6;
            padding: 0px 70px;
            text-align: center;
        }
        .Logosection img {
            width: 80%;
            max-width: 250px;
            height: auto;
            text-align: center;
        }
        
        .card {
            width: 100%;
            max-width: 70%;
        }
        
        /*PRE-FOOTER SECTION*/
        .footer-section{
            margin: 0px 0%;
            display: contents;
            background: #FEF3F6;
            padding: 0% 0px;
            text-align: center;
        }
        .footer-section > .div1 {
            background-color: #FEF3F6;
            justify-content: center;
        }
        .footer-section > .div1 > .p1{
            text-align: center;
            color: #0F2739;
            font-weight: 400;
            font-size: 48px;
            line-height: 120%;
            letter-spacing: 0;
            padding-top: 10%;
        }
        .footer-section > .div1 > .p2{
            margin-right: 0%; 
            text-align: center;
            color: #0F2739;
            font-weight: 400;
            font-size: 24px;
            line-height: 120%;
            letter-spacing: 0;
        }
        .footer-section > .div1 > .p3 {
            margin-right: 0%;
            padding-bottom: 10%;
            text-align: center;
            color: #0F2739;
            font-weight: 400;
            font-size: 16px;
            line-height: 120%;
            letter-spacing: 0;
        }
        .footer-section > .div2 {
            
            justify-content: center;
            align-items: center;
            margin-top: 5%;
        }
        /*FINE PRE-FOOTER SECTION*/
        
        /*GESTIONE FOOTER*/    
        .footer {
            padding: 24px;
            margin-right: 24px;
        }
        
        .footer-top {
            flex-direction: column;
            margin-right: 24px;
        }
        
        .footer-logo {
            display: none; /* Nasconde il logo */
        }
        
        .footer-sezioni-gruppi {
            flex-direction: column;
            margin-right: 24px;
        }
        
        .footer-colonna {
            width: 100%;
        }
        
        .footer-basso {
            width: 100%;
            align-items: center; /* centra tutto */
            margin-right: 16px;
        }
        
        .footer-basso-links {
            flex-direction: column;
            margin-right: 12px;
            align-items: center; /* centra i singoli link */
        }
        
        .footer-basso-links div {
            justify-content: center; /* centra il contenuto dei link */
        }
        
        .footer-basso-note {
            font-size: 11px;
            line-height: 18px;
            text-align: center; /* centra il testo */
        }
        /*FINE GESTIONE FOOTER*/
    }/* End custom CSS */