body{
background: linear-gradient(180deg, #14A4C9 0%, #326897 5.77%, #2D2C70 33.17%, #472683 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  
}

.bg-introduzione{
  background-image: url('../../img/bg-introduzione.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 70px 0 150px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}


.bg-gradiente{
	background: linear-gradient(180deg, #00203B 16.35%, #443775 80.77%, #443775 80.78%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
	
}

.img-full{
  width: 100%;
  height: auto;
}


.icona-lingua {
    position: absolute;
    right: 25px;
    top: 46px;
}