@font-face {
font-family: Mulish-Black;
src:  url("../fonts/Mulish-Black.ttf" ) format( "truetype" );
font-weight: 900;
font-style: normal;
} 

@font-face {
font-family: Mulish-Bold;
src:  url("../fonts/Mulish-Bold.ttf" ) format( "truetype" );
font-weight: 900;
font-style: normal;
} 


@font-face {
font-family: Mulish-Regular;
src:  url("../fonts/Mulish-Regular.ttf" ) format( "truetype" );
} 


@font-face {
font-family: OpenSans-Regular;
src:  url("../fonts/OpenSans-Regular.ttf" ) format( "truetype" );
font-weight: 700;
font-style: normal;
} 


@font-face {
font-family: OpenSans-Bold;
src:  url("../fonts/OpenSans-Bold.ttf" ) format( "truetype" );
font-weight: 700;
font-style: normal;
} 

@font-face {
 font-family: NunitoSans;
 src:  url("../fonts/NunitoSans.ttf" ) format( "truetype" );
 font-weight: 400;
 font-style: normal;
}  

@font-face {
font-family: BeVietnam;
src:  url("../fonts/BeVietnamPro-Regular.ttf" ) format( "truetype" );
} 

@font-face {
 font-family: Proxima;
 src:  url("../fonts/ProximaNova-Regular.ttf" ) format( "truetype" );
} 

@font-face {
font-family: Segoe_UI;
src:  url("../fonts/Segoe_UI.ttf" ) format( "truetype" );
} 



.intest_pricing {
 font-family: Mulish-Black; 
 font-size: 30px;
 color: #0f2b46;
 text-align: center;
 margin: 0 auto;
 margin-top: 100px;	
 margin-bottom: 50px;
 max-width: 90%;
}

button {
 padding: 6px;
 margin-top: 1px;
 font-family: 'Mulish-Regular', sans-serif; 
 font-size: 18px;
 font-weight: 500;
 line-height: 26px;
 color: white;
 background-color: #0f2b46;
 border: none;
 border-radius: 5px;
 width: 90%;
 margin-left: 12px;
 margin-bottom: 15px;
 transition: opacity 0.3s ease-in-out;
}

button:hover {
  text-decoration: none;
 /* background-color: #006494; */
  cursor: pointer;
  opacity: 0.78;
}


.msg_errore {
 font-family: 'Proxima';
 font-size: 13.3333px;
 font-weight: 400;
 line-height: normal;
 color: rgb(228, 33, 33);
 margin-bottom: 17px;
}


.text0 {
	font-family: 'OpenSans-Bold', sans-serif;
    font-size: 28px;
	color: #0f2b46;
	font-weight: 700;
	text-align: center;
	padding-top: 160px; 
	margin-bottom: 50px;
}

.scritta_acquisti {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 26px;
  color: #0f2b46;
  padding:0px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px; 
  margin-bottom: 40px;
}

.scritta_crediti {
 font-family: 'OpenSans-Bold', sans-serif;
 font-size: 28px;
 letter-spacing: -0.7px;
 color: #0f2b46;
 text-align: center;

 padding:0px; 
 margin-top: 40px; 
 margin-bottom: 25px;
}

.dicit {
 font-size: 17px; 
 letter-spacing: -0.35px;
}

.custom-button {
 display: inline-block; 
 font-family: Arial;
 font-size: 16px;
 font-weight: bold;
 line-height: 21px;
 letter-spacing: 0.15px;
 color: white;
 background-color: #007bff; 
 border-radius: 5px;
 border: none;
 cursor: pointer;
 padding: 10px 17px;
 text-align: center;
 text-decoration: none;
}

.custom-button:hover {
 opacity: 0.82;
}


form {
 padding: 0 0;
 display: flex;
 justify-content: center;
 padding-bottom: 0px;
}

.box_singolo {
  border: solid 1px #c6cdd5;
  border-radius: 5px 5px;
  box-shadow: 0 10px 20px rgba(1,1,1,0.1);  
  background-color: white;
  width:320px;
  font-family: 'Mulish-Regular', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-top: 20px;
}

.titolo_piano {
 font-family: 'Mulish-Black', sans-serif;
 font-size: 26px;
 font-weight: 900;
 color: #0f2b46;
 text-align: center;
}

.voci_box {
 text-align: left;
 font-size: 16px;
 line-height: 28px;
 letter-spacing: 0.02px;
 /* background: url("spunta.jpg") no-repeat left center; */
 padding-left: 13px;
}

.separatore {
 width: 90%;
 border-bottom: solid 1px #555555; /* #808080;  */
}

.text2 {
	font-family: 'OpenSans-Bold', sans-serif;
    font-size: 18px;
	color: red;
	font-weight: bold;	
}

.box_crediti {
 max-width: 550px;
 padding: 20px 60px 10px 60px;
 text-align: left; 
 border: solid 1px #c6cdd5;
 border-radius: 10px;
 box-shadow: 0 10px 20px rgba(1,1,1,0.1); 
 background-color: white;
 font-family: Mulish-Regular;
}

.box_crediti p {
  margin-bottom: 12px;
  font-size: 16px;
}

.container_piani {
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center; 
  gap: 30px;

}

.box_singolo {
 border-radius: 10px;
 transition: transform 0.3s ease;
}

.box_singolo:hover {
  transform: scale(1.02);
}


.descr_p {
 border: solid 1px #c6cdd5;
 border-radius: 10px;
 padding: 30px;
/* box-shadow: 0 10px 20px rgba(1,1,1,0.1);  */
 max-width: 80%; 
 margin: 0 auto; 
 margin-top: 70px;
 line-height: 30px;
 background-color: white;
}

.descr_p p {
  font-family: Mulish-Regular;
  font-size: 18px;
  letter-spacing: -0.02px; 
} 

.descr_p h2 {
 font-family: NunitoSans;
 font-size: 25px; 
 letter-spacing: -0.51px;
} 

.descr_p h3 {
 font-family: NunitoSans;
 font-size: 21px; 
 letter-spacing: -0.45px;
} 


.descr_p a { 
 font-family: Mulish-Regular;
 font-size: 19px;
 letter-spacing: -0.08px;
 line-height: 26px;
 color: #0093fb;
 text-decoration: none;
 outline: none;
 cursor: pointer;
} 

.descr_p a:hover { 
 text-decoration: underline;
 outline: none;
} 


body {
 font-family: Arial, sans-serif;
 background: #f4f4f4;
}
        
.popular {
 background: #fffae6;
 border: 2px solid #ffcc00;
 transform: scale(1.05);
}

.bonus {
 background: #ff5722;
 color: white;
 padding: 5px;
 border-radius: 5px;
 font-size: 14px;
 margin-bottom: 10px;
 display: inline-block;
}

.buy-button {
 background: #007bff; 
 font-size: 16px;
 cursor: pointer;
}

.buy-button:hover {
 background: #0056b3;
}

.popular .buy-button {
  background: #ffcc00;
  color: black;
  font-weight: bold;
}

.popular .buy-button:hover {
   background: #e6b800;
}


.emoji {
  font-family: 'Noto Color Emoji', sans-serif;
}

.banner {
  max-width: 100%; 
  height: auto; 
  border-radius: 10px;
  margin: 0 auto;
  display: block;
 }
 
.box_diciture {
 font-family: Segoe_UI;
 font-size: 14px;
 /* letter-spacing: -0.22px; */
 padding: 18px 20px;
 padding-bottom: 10px;
 text-align: left; 
 border: solid 1px #c6cdd5;
 border-radius: 5px;
 /*  box-shadow: 0 10px 20px rgba(1,1,1,0.1); */
}

.box_diciture p {
  margin-bottom: 8px;
}



.custom-list {
  list-style-type: none;
  padding: 0;
  margin-top: 12px;
  font-family: 'Mulish-Regular', sans-serif;
  font-size: 18px;
  letter-spacing: -0.02px;
}

.custom-list li {
  background-image: url('../icon/bullet4.jpg'); 
  background-repeat: no-repeat; 
  background-position: 0 50%; 
  margin-bottom: 5px; 
  padding-left: 27px;
  margin-left: 12px;
}




@media (max-width: 768px) {
 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box; 
 }
 
 .intest_pricing {
   font-size: 28px;
   line-height: 31px;
   margin-bottom: 30px;
 }
 .container_piani {
  gap: 0px;
 }
 
 .popular {
    transform: scale(1);
  }

 .text0 {
   padding-top: 120px;
   font-size: 1.7em;
 }
 
 .box_crediti {
  width: 95%;
  padding: 20px 30px;
 }
 
 .scritta_acquisti {
  font-size: 22px;
  line-height: 24px;
  max-width: 90%;
 }
 
.banner {
 max-width: 90%; 
 }
 
 .box_diciture {
  width: 96%;
  line-height: 18px;
  padding: 15px;
 }
 
 .box_diciture p {
   margin-bottom: 3px;
 }
 
 .dicit {
  font-size: 14px;
  letter-spacing: -0.20px;
 }

 
 .descr_p {
   max-width: 95%;
   margin-top: 40px;
   padding: 10px;
   padding-left: 15px;
   padding-bottom: 20px; 
   border: none;
   box-shadow: none;
 }
 
 .descr_p h2 {
   font-size: 26px;
   letter-spacing: -0.18px;
 }
 
 .custom-list li {
  background-position: 0 15%;
  margin-left: 3px;
 }
 
 .lampa {
   margin-bottom: 10px;
 }

 footer {
  margin-top: 0px;
 }
 
 

}

