*{
  font-family: 'Roboto', sans-serif;
}
.logo--wrapper{
  width: 220px;
  float: left;
}
.boxes.row,
.row{
  flex-wrap: unset;
}
.font-size {
  font-weight: bold;
	font-family: 'Bebas';
	letter-spacing: 2px;
	font-size: 30px;
}
#social-menu--wrapper{
  float: right;
  padding-top: 15px;
}
.sostenitrice h1{
  text-align: left;
  font-size:30px;
}
.sostenitrice h1,
.diritti h2,
.diritti h3{font-size:30px;}
p{
  font-size:16px;
}
#social-menu--wrapper i{
  font-size:20px;
}
.verde h1,
.diritti h2,
.poster h4,
.diritti h3{
  font-weight: bold;
  font-family: 'Bebas';
  letter-spacing: 2px;
}
@font-face {
	font-family: 'Bebas';
	src: url('BEBAS.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
.verde{
  background-color: #98DCD1;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.scas{
  position: absolute;
  left: 0;
  width: 500px;
  margin-top: 37px;
}
.verde .container{
  height: 444px;
}
.blu_text{
  color: #283D54;
}
.orange_text{
  color: #EB5F0A;
}
.verde .container,
.no_iphone{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
p{
  text-align: justify;
}
.half{
  width: 50%;
  float: left;
}
.box{
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
}
.sostenitrice p{
  padding: 2%;
  padding-left:0;
}
.diritti .poster img{
  position: relative;
  max-width: 100%;
  margin:auto;
  width: 100%;
}
.mantieni{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.poster{
  border: 1px solid #ededed;
  width:95%;
  margin:auto;
}
.mantieni .col-mia-4{
  padding-left: 0;
  padding-right: 0;
  width:32.33%;
  margin-right:0.5%;
  margin-left:0.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center
}
.finale img{
  width: 100%;
}
.scarica a,
.scarica a:hover{
  color: #fff;
  font-weight:bold;
  font-family: 'Bebas';
  font-size: 15px;
}
.scarica{
  text-align: center;
  background-color: #283D54;
  padding: 10px 15px;
  width: 90%;
  margin: 30px auto;
}
.linea_arancione{
  border-top: 3px solid #EB5F0A;
  width: 80%;
  margin-left: 10%;
  padding-bottom: 70px;
}
.poster h4{
  height: 100px;
  display: grid;
  width: 90%;
  margin-left: 5%;
  text-align: center;
  align-items: center;
}
.diritti h3{
  margin-bottom: 50px;

}
.mac{
/*
  position: absolute;
  left: 0;
*/
}
img{
  max-width: 100%;
}
.diritti img{
  position: absolute;
  max-width: 200px;
}
.box p{
  width: 86%;
  margin: auto;
  text-align: justify;
  padding-bottom: 50px;
}
.diritti{
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.diritti h2{
  margin-bottom: 40px;

}
.sole{
  top: 5%;
  left: 0;
}
.gatto{
  top: 450px;
  left: 0;
}
.palla{
  right: 0;
  top: 5%;
}
.matita_b{
  right: 0;
  top: 320px;
}
.matita_v{
  right: 0;
  top: 700px;
}
h1, h2, h3, h4{
  text-align: center;
}
.iphone{
  display: none;
}
@media all and (max-width: 767px){
  .no_iphone{
    display: none;
  }
.box {
    width: 96%;
}
.sostenitrice{
  margin-top:30px;
}
.scas{
display:none;}
  .verde{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .diritti img{
    display: none;
  }
  .diritti .poster img{
    display: block;
  }
  .verde h1{
    font-size: 24px;
  }
  .diritti h2{
    font-size: 22px;
  }
  .poster h4{
    font-size: 16px;
  }
  .diritti h3{
    font-size: 19px;
  }
  .mantieni{
    display: block;
  }
  .diritti{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .poster h4{
    width: 90%;
    margin-left: 5%;
  height: auto;
  display:block;
  padding: 15px;
  }
  .mantieni .col-mia-4{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
    display: block;
  }
.box p {
    width: 90%;
    margin: auto;
  margin-bottom: 20px;
}
  .iphone{
    display: block;
  }
  .mac{
    position: relative;
    width: 100%;
  }
  .half{
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 999px){
  .scas{
    width: 300px;
    margin-top: 52px;
  }
  .verde{
    padding-top: 30px;
  }
  .verde .container{
    height: 340px;
  }
  .verde h1{
    font-size: 26px;
  }
  .diritti h2{
    font-size: 24px;
  }
  .poster h4{
    font-size: 18px;
  }
  .diritti h3{
    font-size: 21px;
  }

  .diritti img{
    max-width: 110px;
  }
}
@media all and (min-width: 1000px) and (max-width: 1299px){
  .scas{
    width: 400px;
  }
  .verde .container{
    height: 366px;
  }
  .verde h1{
    font-size: 26px;
  }
  .diritti h2{
    font-size: 24px;
  }
  .poster h4{
    font-size: 18px;
  }
  .diritti h3{
    font-size: 21px;
  }
  .diritti .container{
    width: 750px;
  }

  .diritti img{
    max-width: 110px;
  }
}
@media all and (min-width: 1300px) and (max-width: 1700px){
  .scas{
    /*width: 600px;*/
  }
  .verde .container{
    height: 439px;
  }
  .verde h1{
    font-size: 29px;
  }
  .diritti h2{
    font-size: 27px;
  }
  .poster h4{
    font-size: 21px;
  }
  .diritti h3{
    font-size: 24px;
  }
  .diritti .container{
    width: 970px;
  }
}
