@font-face {
    font-family: 'omnes_condblack_italic';
    src: url('../fonts/fonnts.com-omnes_cond_black_italic-webfont.woff2') format('woff2'),
         url('../fonts/fonnts.com-omnes_cond_black_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mono_aequorregular';
    src: url('../fonts/monoaequor-webfont.woff2') format('woff2'),
         url('../fonts/monoaequor-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'neue_haas_grotesk_display65Md';
    src: url('../fonts/neuehaasdisplaymediu-webfont.woff2') format('woff2'),
         url('../fonts/neuehaasdisplaymediu-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
iframe{
	border-radius:23px;
}
body{
	font-family: 'neue_haas_grotesk_display65Md';
}
.arancione{
	color:#ff3600;;
}
.robotomono{
	font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
}
.menublu{
	
	cursor: pointer;
  background: #0066ff;
  /*font-weight: bold;*/
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #0066ff;
  border-radius: 23px;
  color: #ffffff;
  margin-top: 5px;
  padding:15px;
  height:50px;
}
.accordion-header {
    cursor: pointer;
    background: #d9d9d9;
    padding: 15px;
    /*font-weight: bold;*/
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #a5a5a5;
	border-radius:23px;
    margin-top: 5px;
	/*height:80px;*/
}
.continua
{
	
	background: #06f;  
	color: #fff;  
	padding: 15px;  
	position: absolute;  
	left: 50%; 
	z-index: 100;  
	border-radius: 30px;  
	padding-left: 60px;  
	padding-right: 60px;  
	bottom: -20px;  
	font-size: 20px; 
	cursor:pointer; 
	width:300px; 
	margin-left:-150px; 
	text-align:center;
}
.coupon{
	width: 100%;  border: 0px;  padding: 15px;  border-radius: 10px;  margin-top: 10px;
}
.coupon::placeholder{
	color:#D9D9D9;
}
.prequante{
	background:#f5f5f5;
	padding:5px;
	border-radius:10px;
	margin-top: 10px;
}
#number_product{
	display:none;
	background: #06f;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  padding: 0px;
  line-height: 10px;
  font-size: 10px;
  padding: 5px;
  border-radius: 10px;
}
.selectquante
{
	width: 100%;
  font-size: 40px;
  border: 0px;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
  
}
.accordion-header.active {
    background: #ff3600;
	/*border: 1px solid #ff3600;*/
	color:#fff;
	
  }
.icon {
    width: 1em;
    font-weight: bold;
	float: right;
  position: absolute;
  right: 40px;
  content: '<img src="/img/menu_down.svg">';
  height: 1em;
}
.accordion-content {
    display: none;
    /*padding-left: 20px;
    border-left: 2px solid #ccc;*/
}
.maurocontent {
	padding:20px;
	font-size:18px;
    /*padding-left: 20px;
    border-left: 2px solid #ccc;*/
}
.accordion2 .accordion-header{
    cursor: pointer;
    background: #fff;
    
    /*font-weight: bold;*/
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ff3600;
	border-radius:23px;
	color:#ff3600;
    margin-top: 5px;
}
#overlay{
	width:100%;
	height:100%;
	position:fixed;
	background:#ff3600;
	z-index:5;
	display:none;
}
#cerca_qui{
	width:100%;
	background: #fff;
    padding: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ff3600;
	border-radius:23px;
	color:#ff3600;
    margin-top: 5px;
	z-index:10;
	position:relative;
}
#header{
	position:relative;
	z-index:10;
}
.mt-20{
	margin-top:20px;
}
.pt-20{
	padding-top:20px;
}
.pt-40{
	padding-top:40px;
}
.pt-60{
	padding-top:60px;
}
.pt-80{
	padding-top:80px;
}
.pb-80{
	padding-bottom:80px;
}
.pt-180{
	padding-top:180px;
}
.pb-180{
	padding-bottom:180px;
}
.pb-60{
	padding-bottom:60px;
}
.pb-20{
	padding-bottom:20px;
}
.sfumaro{
	z-index: 2;
  position: relative;
}
.bg-orange{
	background:#ff3600;
	color:#fff;
	font-size:12px;
	margin-top: -40px;
  z-index: 1;
  position: relative;
  padding-top: 70px;
}
.bg-blue{
	background:#0066ff;
	color:#fff;
	font-size:12px;
}
.bg-orange hr{
	border-top: solid 2px #fff;
}
img{
	max-width:100%;
}
.bg-orange .col-3{
	padding-left:3px;
	padding-right:3px;
	padding-bottom:6px;
}
h2{
	font-size: 3rem;
	font-weight: 600;
}
h4{
	font-size: 2rem;
	font-weight: 600;
}
.tag{
	float:left; 
	margin-right:8px;
	padding:1px; 
	border-radius:23px;
	padding-left:10px;
	padding-right:10px;
	border: solid 1px #fff;
	font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
}
.tag.tag1{
	background:#fff;
	color: #ff3600;
}
.orange{
	color: #ff3600;
}
.btn-mauro{
	float:right; 
	padding:10px; 
	border-radius:15px;
	padding-left:30px;
	padding-right:30px;
	background:#ff3600;
	color:#fff;
	font-size:14px;
}
.btn-mauro-blue{
	float:right; 
	padding:10px; 
	border-radius:15px;
	padding-left:30px;
	padding-right:30px;
	background:#0066ff;
	color:#fff;
	font-size:14px;
	border: solid 2px #0066ff;
}
.btn-mauro2{
	background:#fff;
	color:#ff3600;
}
.blue, .blue.active{
	background:#0066ff;
	border: solid 1px #0066ff;
	color:#fff;
}
.accordionorange{
	background:#ff3600;
	padding-left: 0px;
  padding-right: 0px;
  border: solid 1px #ff3600;
  border-top:solid 2px #fff;
  border-radius:0px;
}


.dettaglio_corso, .compra_corso{
	display:none;
}
.corso_attivo, .compra_attivo{
	display:block;
}
.dettaglio_corso, .attestato{
	background:#D9D9D9;
	padding:20px;
	border-radius:23px;
}
.dettaglio_corso{
	font-size:12px;
}
.attestato ul, .testo ul{
	padding-left:0px;
	list-style:none;
}
.attestato li, .testo li{
	position:relative;
	padding-left:24px;
}
.attestato li::before, .testo li::before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:16px;
	height:16px;
	background-image:url('../img/spunta.svg');
	background-size:contain;
	background-repeat:no-repeat;
}
#cerca_qui{

	/*background-image:url('../img/cerca.svg');
	background-repeat:no-repeat;
	background-position: right 10px center; 
  background-size: 37px 37px;
  padding-right:50px;*/
}
#cerca_qui:focus{
	border: 1px solid #ff3600;
}
#footer{
	
	font-size:11px;
	color:#666666;
	background:#000;
	z-index:1;
}
.mt-40{
	margin-top:40px;
}
.mt-120{
	margin-top:120px;
}
.pb-120{
	padding-bottom:120px;
}
#lista {
  list-style: none;
  padding: 0;
  font-size: 12px;
  color: #ff3600;
}

#lista li {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid ff3600; /* Cursore */
}

.gallery {
  /*background: #EEE;*/
  margin-bottom:100px;
}

.gallery-cell {
  width: 30%;
  /*height: 30px;*/
  margin-right: 10px;
  color: #ff3600;
  border-radius: 20px;
  border: solid 1px #ff3600;
  padding: 5px;
  text-align:center;
  background: #fff;
  font-family: "Roboto Mono", monospace;
  font-size:12px;
}
.ss-carousel__item {
	margin-right: 5px;
}
#result_cerca{
	padding:20px;
	color:#fff;
}
.ss-corsi .ss-carousel__item a {
  width: 220px !important;
}
.scorri::after{
	display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #ff3600;
  height: 60px;
  border: solid 2px #ff3600 !important;
  content: 'Scorri' !important;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  }
  
  /* Per i dispositivi mobili (max-width: 767px) */
@media (max-width: 767px) {
.wide-container-mobile {
    max-width: 100%; /* Fai in modo che il container sia più largo */
    padding-left: 0px;  /* Aggiungi padding se necessario */
    padding-right: 0px; /* Aggiungi padding se necessario */
  }
  
  .only-desktop{
	  display:none;
  }
}

/* Per desktop (min-width: 768px) rimani con il comportamento di container standard */
@media (min-width: 768px) {
  .wide-container-mobile {
	position:relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .only-mobile{
	  display:none;
  }
  
  .ptdesk{
	  padding-top:100px;
  }
  
  .sfumato .wide-container-mobile::before {
	  content:' ';
	  position:absolute;
	  top:0;
	  left:0;
	  width:80px;
	  height:100%;
	  background: linear-gradient(to right, white, transparent);
	  z-index:3;
	  
  }
  .sfumato .wide-container-mobile::after {
	  content:' ';
	  position:absolute;
	  top:0;
	  right:0;
	  width:80px;
	  height:100%;
	  background: linear-gradient(to left, white, transparent);
	  z-index:3;
	  
  }
}
.cliente
{
filter: grayscale(100%);
margin-top:10px;
transition: filter 0.3s ease;
}
/*
.cliente:hover {
  filter: grayscale(0%); 
}
*/	
.bordato{
	width: 36px;
  height: 36px;
  border: solid 2px #ff3600;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  background:  #FFD6CC;
}
.bianco{
	color:#fff;
}
.bianco:hover{
	color:#fff;
	text-decoration:none;
}
.bordato{
	width: 36px;
  height: 36px;
  border: solid 2px #ff3600;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  background:  #FFD6CC;
}
.bianco{
	color:#fff;
}
.bianco:hover{
	color:#fff;
	text-decoration:none;
}
input:-webkit-autofill::placeholder {
  color: #ff3600; /* Esempio di colore */
}
section{
	position:relative;
	z-index:2;
}

.sfumato{
	position:relative;
	z-index:3;
}
.stelline
{
	position:absolute;
	bottom:10px;
	right:20px;
}

.stelline img{
	width:15px;
}
@media (min-width: 800px) {
  .container {
    max-width: 700px;
  }
  .accordion-header, .menublu{
	  height:50px;
	  /*font-size:1.1rem;*/
  }
  .container-wide{
	  max-width:900px;
  }
   .container-superwide{
	  max-width:1200px;
  }
  .container-small{
	  max-width:500px;
  }
  .container-wide2{
	  max-width:1200px;
  }
  .btn-mauro-blue, .btn-mauro{
	  padding:15px !important;
	  font-size:15px;
	  padding-top:12px !important;
	  padding-bottom:12px !important;
  }
  .gallery-cell{
	  padding:15px !important;
	  border-radius:15px !important;
	  font-size:13px;
	  padding-top:12px !important;
	  padding-bottom:12px !important;
  }
  .bordato{
	  height:44px;
	  width:44px;
	  line-height:40px;
  }
}
.accordion-item {
  transition: transform 0.3s ease; /* transizione fluida */
}
.accordion-item:hover {
  /*transform: scale(1.02); /* ingrandimento del 10% */
}
.blu ul{
	color:#0267ff;
}
.blu li{
	margin-bottom:20px;
	padding-left:40px;
}
.blu li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  width: 19px;
  height: 22px;
  background-image: url('../img/flag_blu.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}



