/*  ---------------index------------------------   */
#sezTestata{}

/*  ---------------video------------------------   */
.testataIndex {
    position: relative;
    height: 556px;
    overflow: hidden;
}

.testataIndex video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testataIndex-contenuto {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.5em;
  
}

.testataIndex::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35); /* oscura il video */
  z-index: 1;
}
.sottoFraseIndex{
  width: 850px;
  margin:10px auto;
  background-color: #ffffff50;
}
/*  ---------------/video------------------------   */
 
#contCorpoIndex{	margin-top: 50px;}



/*  ----============== /index==============-----   */

/* ------------/cookies---------- */

@media (max-width: 991px) { 
	#contCorpoIndex{padding: 15px;	}

}
@media (max-width: 780px) { 
	#contCorpoIndex{padding: 15px;	}
	
}
@media (max-width: 575px) {
	 #contCorpoIndex{padding: 15px;	}
	 
	 
	 
}
@media (max-width: 250px) {
 #contCorpoIndex{padding: 15px;	}
}
