.logo_img_orizzontale { width: 300px; }


.titoletto { color: #0656a7; font-weight: bold; }



.navbar-static-top {  position: relative; top:20px; }
.line {   display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #1497d4;
    vertical-align: middle;
	margin: 0 auto;
			}
			
.barra { height: 100%; background-color:#0656a7; display: block; } 
.titolo { font-weight: bold; font-size: 22px; }
.titoloBIG { font-weight: bold; font-size: 40px; color: #0656a7; }

.btn_blu {

    background-color: #0031b5;
    padding: 5px 20px;
    color: #fff;
}

.perc { background-color: #0e97e2;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    width: 50px;
    display: inline-flex;

    justify-content: center;
    align-items: center;
    margin-right: 5px; }

.voci_soci_titolo {
        display: flex;
        justify-content: space-between;
        }

.voci_soci { list-style: none; padding: 0; margin: 0; }
.voci_soci li {
    border-bottom: 1px solid #aaa;
    margin: 10px 0;
    padding: 5px 0;	
}

.titolo_blu { font-weight: bold; font-size: 20px; color: #0656a7; }

.voce_chiuso { display: none;  }	

.contatti_form form { color:#666; font-size: 11px }

.contatti_form { border: 1px solid #666; border-radius: 25px; }

.contatti_form input[type='text'] { border:none; width: 100%; border-bottom:1px solid #666; }	

.contatti_form textarea {  border:none; width: 100%; height: 100px;}



.descrizioneAI {
            max-height: 180px;
            overflow: hidden;
            position: relative;
        }
.descrizioneAI.expanded {
    max-height: none;
}
.read-more {
    display: block;
    text-align: center;
    background: #f8f9fa;
    color: #007bff;
    cursor: pointer;
    padding: 10px;
    margin-top: 10px;
    
}


.read-more::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 1px;
            background: #007bff;
            z-index: 0;
        }
        .read-more span {
            position: relative;
            background: white;
            padding: 0 10px;
            z-index: 1;
        }

.videoContainer {
            width: 100%;
            max-width: 1000px; /* Dimensione massima del contenitore */
            height: 0;
            position: relative;
            min-height: 500px;
            margin: 30px auto;
            border: 1 solid #000000;
        }

