.box_title {
  padding: 70px 50px 25px 50px;
  justify-content: center;
  display: flex;
}
.box_title_cnt{
  display: flex;
}
.box_numero{
  width: 80px;
  height: 80px;
  border: 3px solid white;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.box_titolo{
  margin-left: 25px;
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid white;
  font-weight: 500;
}

.box_blocco{
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
}

.box_grafica_riga{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.box_grafica_riga + .box_grafica_riga{
  margin-top: 20px;
}

.box_grafica_1{
  display: flex;
  flex-direction: column;
  width: 1300px;

  /* da cancellare */
  min-height: 500px;
  background-color: cadetblue;
   /* da cancellare */
}

.box_grafica_2 {
  width: 100%;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;  
}


.box_grafica_2_left,
.box_grafica_2_right {
  width: 50%;
}

.box_grafica_2_left {
  padding-right: 10px;
}

.box_grafica_2_right {
  padding-left: 10px;
}

.box_grafica_2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}



.box_grafica_3{
  display: flex;
  width: 100%;
}

.box_foto_50{
  width: calc(50% - 10px);
}
.box_foto_30{
  width: calc(30% - 10px);
}
.box_foto_35{
  width: calc(35% - 10px);
}
.box_foto_65{
  width: calc(65% - 10px);
}
.box_foto_70{
  width: calc(70% - 10px);
}
.box_colonna {
  display: flex;
  flex-direction: column;
}
.box_img{
  width: 100%;
  height: 100%;
}

.alto_50{
  height: 50%;
}
.altezza_fissa_max{
  height: 550px;
}

.credit{
  font-size: 16px;
  color:rgba(255,255,255,.3);
  line-height: 1.13;
}


@media screen and (max-width: 375px) {
  .box_grafica_2 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack:  flex-start;
    -ms-flex-pack:  flex-start;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }


  .box_grafica_2_left,
  .box_grafica_2_right {
    width: 100%;
    max-width: 100%;
  }

  .box_grafica_2_left {
    padding-right: 0;
  }
  .box_grafica_2_right {
    padding-left: 0;
  }

}



@media screen and (max-width: 767px) {

  .box_title{
    width: calc(100% - 30px);
    padding: 30px 50px 0px 50px;
  }
  .box_numero,
  .box_titolo{
    font-size: 34px;
    line-height: 38px;  
  }

  .box_grafica_2 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack:  flex-start;
    -ms-flex-pack:  flex-start;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }


  .box_grafica_2_left,
  .box_grafica_2_right {
    width: 100%;
    max-width: 100%;
  }

  .box_grafica_2_left {
    padding-right: 0;
  }
  .box_grafica_2_right {
    padding-left: 0;
  }

/*   .box_grafica_1,
  .box_grafica_2{
    width: calc(100% - 30px);
  } */

  .box_foto_50,
  .box_foto_30,
  .box_foto_70{
    width: calc(100%);
  }

/*   .box_grafica_1 img,
  .box_grafica_2 img,
  .box_grafica_3 img{
    margin-top: 20px;
  } */

  .credit{
    margin-bottom: 20px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .box_title{
    width: 660px;
  }

  .box_grafica_1,
  .box_grafica_2{
    width: 720px;
  }

  .box_question {
    font-size: 30px;
    line-height: 34px;
  }

  .box_answer{
    font-size: 20px;
    line-height: 30px;
  }
}

