/*******************************************************/
/*						typography	 		      	   */
/*******************************************************/
h2{
	color:#B57900;
}
h2:before{
    color: #B57900;
    content: "\F582";
    font-family: bootstrap-icons !important;
    font-size: 1.4rem;
    padding-right: 0.625rem;
}
h3{
	color: #5c4100;
    margin-top: 2.8rem;
}
[data-bs-theme=dark] h2{
	color:#F5AB00;
}
[data-bs-theme=dark] h2:before{
    color: #F5AB00;
}
[data-bs-theme=dark] h3{
	color:#e09d00;
}
/*******************************************************/
/*					 linea arancio	 			       */
/*******************************************************/
.div-normale:before {
    background-image: linear-gradient(to right, transparent, #B57900, transparent);
}
.div-normale:after {
    background-color: #B57900;
}
