/* .parent-sidebar #wrapper{
  padding-top: 80px;
} */

.red_sx{
  margin-top: 0px;
  border: solid white 2px;
  border-radius: 0.5em;
  padding: 0 10px 10px 10px;
  color: white;
  margin-bottom: -10px;
}

.red_sx li {
    border-color: white;
}

.sprint_text{
  display: flex;
  position: relative;
}

.sprint_text p{
  flex-grow: 1;
}

.sprint_link{
  height: 25px;
  width: 25px;
  margin-top: -25px;
  position: absolute;
  top: 0;
  right: 0;
}

.sprint_link img{
  height: 100%;
  width: 100%;
}

.box_offerta {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  /*border: 2px solid #36ab69;*/
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  background-color: #536d7a

}

.box_Sprint {
  display: inline-block;
  float: left;
  max-width: 40%;
  text-align: center;
}

.box_FairPlay{
  display: inline-block;
  float: right;
  max-width: 40%;
  text-align: center;
}

.box_Sprint img{
  max-width: 120px;
  margin-bottom: 10px;
}

.box_FairPlay img{
  max-width: 120px;
  margin-bottom: 10px;
}

.box_offerta span{
  font-size: 60px;
  font-weight: bold;
}

.offerta_img img{
  width: 60%;
  margin-right: 20px;
  margin-top: 20px;
}

.box_loghi {
   width: 60%;
   display: inline-block;
   margin-left: 5%;
   border: 2px solid #36ab69;
   border-radius: 10px;
   padding: 20px;
}

.box_loghi p{
  font-size: 20px;
  font-weight: 900;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.offerta_doppia{
  text-align: center;
  width: 60%;
  /*background-color: #36ab69;*/
  border-radius: 10px;
  display: inline-grid;
  font-size: 26px;
  color:white;
  align-content: center;
}

.offerta_doppia p>strong {
  font-size: 18px;
  margin-left: 10px;
  text-decoration-line: line-through;
  color: white;
}

.offerta_doppia p{
  font-size: 20px;
  color: white;
  margin-top: -10px;
}

.box_totale_offerta {
  align-content: center;
  margin: 0 5%;
}

.totale_offerta {
  border: solid white 2px;
  border-radius: 10px;
  width: 45%;
  text-align: center;
  margin-top: 10px;
  float: left;
  display: inline-block;
}

.totale_offerta:last-child {
  margin-left: 10%;
}

.titolo_totale_offerta {
  padding: 5px 0px;
  background-color: white;
  color: #536d7a !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 0px !important;
  font-size: 15px !important;
  font-weight: 700;
}

.totale_offerta>strong {
  font-size: 36px;
  color: white;
  /* border-top: solid white 1px;
   padding-right: 15px;
  padding-left: 15px;
  border: 2px solid white;
  border-radius: 10px; */
}
.totale_offerta>p {
  margin-bottom: 3px;
  margin-top: 3px;
  font-size: 16px;
}

.title_pack {
  color: #e8364b;
  font-weight: 900;
  font-size: 18px;
}

.title_pack_white {
  color: white;
  font-weight: 900;
  font-size: 18px;
}

.listino_condizioni {
  margin-top: 10px;
  margin-bottom: 30px;
  border-top: 3px solid #e8364b;
  padding-bottom: 20px;
  padding-top: 20px;
}

.nota {
  margin-bottom: 30px;
  border-bottom: 3px solid #E8364B;
}

.title_box_offerta {
  color: #536d7a;
  font-weight: 900;
  font-size: 18px;
  padding: 0;
}

.notes {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 15px;
  color: black;
  font-size: 14px;
}
.box_container {
  margin-left: 25%;
}

.abbonamento_spec{
  text-align: center;
  height: auto;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 10px;
  padding-top: 20px;
  background-color: #E8364B;
}

.abbonamento_spec.primo_box{
  margin-top: 25px;
}

.abbonamento_spec.secondo_box{
  margin-top: 5px;
}

.abbonamento_spec_text {
  margin: 0 auto;
  display: inline-block;
  margin-left: -75px;
}

.abbonamento_spec>img{
  float: left;
  margin: 0;
  margin-top: -40px;
  display: block;
  margin-right: -35%;
  z-index: 1000;
  width: auto;
  height: auto;
  max-height: 120px;
}



/* media-query start*/

@media screen and (max-width:1023px){

.box_offerta {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-top: 30px;
  background-color: #536d7a;
  display: block;
}

.offerta_img{
  width: 100%;
  margin-bottom: 20px;
}

.offerta_img img {
  width: 20%;
}

.offerta_doppia {
 display: inline-grid;
 width: 100%;
 margin-left: 0px;
}

strong.strong_totale_offerta{
  font-size: 64px;
  color: white;
  padding-right: 15px;
  padding-left: 15px;
  border: 2px solid white;
  border-radius: 10px;
}

.abbonamento_spec>img{
  float: left;
  margin: 0;
  margin-top: -40px;
  display: block;
  margin-right: -35%;
  z-index: 1000;
  width: auto;
  height: auto;
  max-height: 120px;
}

}

@media screen and (max-width:991px) {

  .box_container {
    margin-left: 0;
  }

.abbonamento_spec>img{
  float: left;
  margin: 0;
  margin-top: -40px;
  display: block;
  margin-right: -35%;
  z-index: 1000;
  width: auto;
  height: auto;
  max-height: 120px;
}

}

@media screen and (max-width:920px){

.testo_univesity{
 width: 100%;
  }

.row_university {
 display: inline-grid;
}

.offerta_img img {
  width: 40%;
}

.box_container {
  margin-left: 0px;
}

.abbonamento_spec>img{
  float: left;
  margin: 0;
  margin-top: -40px;
  display: block;
  margin-right: -35%;
  z-index: 1000;
  width: auto;
  height: auto;
  max-height: 120px;
}

}

@media (max-width: 767px) {

.boxed {
    box-shadow: none;
    border: none;
    margin-bottom: 20px;
}

.offerta_img img {
  width: 50%;
}

}

@media (max-width: 500px) {

.totale_offerta {
  width: 90%;
  float: none;
}

.totale_offerta:last-child {
  margin-left: 0px;
}

.abbonamento_spec>img{
  float: left;
  margin: 0;
  margin-top: -40px;
  display: block;
  margin-right: -35%;
  z-index: 1000;
  width: auto;
  height: auto;
  max-height: 120px;
}
}

@media screen and (max-width:1200px){
  .sprint_text p{
    padding: 0 30px;
  }
  .sprint_link{
    right: 5%;
  }
}

@media screen and (max-width: 991px){
  .sprint_text p {
      padding: 0 50px;
  }
}

/* media-query end*/

/*DAMIANO 2022 */
.mybutt {
  border-radius: 20px;
  background: #536D7A;
  padding: 10px; 
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center;
  color: white;
}

.myPLUS {
  border-radius: 20px;
  background: #E6374A;
  padding: 15px; 
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center;
  color: white;
  width: 45%;
  margin-left: 25px;
  margin-top: 20px; 
}

.myFORMAZIONE {
  border-radius: 20px;
  background: #E6374A;
  padding: 15px; 
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center;
  color: white;
  width: 60%;
  margin-left: 180px;
  margin-top: 20px; 
}