 @charset "utf-8";
/* CSS Document */

/* GLOBAL */
body {
	background-color: #333333;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 1em;
	color: #333333;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.color-blue {
	color: #0A67A6;
}

/* scroll to top */
#scrollUp {
	bottom: 1.25rem;
	right: 1.25rem;
	width: 2.375rem;
	height: 2.375rem;
	background-image: url('/js/top.png');
}
/* $ GLOBAL */

/* header */
.header {
	background-color: #fff;
	border-bottom: 2px solid #224E71;
}
.header.fixed {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 111px;
}
.header .navbar {
	padding: 0;
}
.header .navbar .container-fluid {
	padding: 12px 60px 26px 60px;
}
.header .logo {
	width: 263px;
	height: 71px;
	background-image: url(../img/logo-header.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.header .main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header .main-menu a {
	display: block;
	margin-left: 20px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #575756;
	text-transform: uppercase;
}
.header .main-menu a.active,
.header .main-menu a:hover {
	color: #A2C617;
}
.header .main-menu li.main-button {
	text-align: right;
	margin-top: -4px;	
}
.header .main-menu li.main-button a {
	display: inline-block;
	padding: 3px 12px;
	background-color: #A2C617;
	border-radius: 5px;
	color: #fff;	
}
.header .main-menu li.main-button a:hover {
	background-color: #224E71;
}
.header .navbar-toggler {
	padding: 4px;
	border-color: #575756;
}
.header .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2887, 87, 86, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header .navbar-toggler:hover {
	border-color: #A2C617;
}
.header .navbar-toggler:hover .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28162, 198, 23, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* § header */

/* footer */
.footer {
	background-color: #333333;
	padding: 50px 0;	
}
.footer .container-fluid {
	padding: 0 60px;	
}
.footer .logo {
	width: 254px;
	height: 69px;
	background-image: url(../img/logo-footer.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.footer .footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer .footer-menu li {
	border-right: 1px solid #fff;
	padding: 0 12px;
}
.footer .footer-menu li:last-child {
	border-right: 0;
}
.footer .footer-menu li a {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase;
}
.footer .footer-menu li a:hover {
	color: #A2C617;
}
/* § footer */

/* hero banner */
.hero-banner {
	position: relative;
	height: 0;
	margin-top: 111px;
	padding-top: 38.5416%;
	border-top: 5px solid #fff;
	border-bottom: 2px solid #224E71;
	overflow: hidden;
}
.hero-banner .bg-foto {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 7.8125%;
	background-image: url(../img/hero-banner.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero-banner .bg-foto .titolo-corso {
	display: inline-block;
	margin-left: auto;	
}
.hero-banner .bg-foto .titolo-corso h1 {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 4.375vw;
	font-weight: 900;
	color: #FFFFFF;
	line-height: 1;
	text-align: right;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.hero-banner .bg-foto .titolo-corso p {
	margin-bottom: 0;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 2.2916vw;
	font-weight: 700;
	color: #224E71;
	text-align: right;
}
.hero-banner .bg-foto .titolo-corso p span {
	margin-bottom: 0;
	padding: 6px 16px;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 2;
}
/* § hero banner */

/* tabs */
.tabs-section {
	background-color: #fff;
	overflow: hidden;
}
.tabs-section .tabs-container {
	margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #224E71;
}
.tabs-section .tabs-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs-section .tabs-list li {
	padding: 0 10px;
	border-left: 2px solid #224E71;
}
.tabs-section .tabs-list li:last-child {
	border-right: 2px solid #224E71;
}
.tabs-section .tabs-list li a {
	display: block;
	padding: 10px 28px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #575756;
	line-height: 1;
}
.tabs-section .tabs-list li a.active,
.tabs-section .tabs-list li a:hover {
	background-color: #224E71;
	color: #FFFFFF;
}
.tabs-section .tabs-content {
	padding: 40px 0 60px 0;
	background-color: #F5F5F5;
}
.tabs-section .tab-pane h3 {
	margin-bottom: 40px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 48px;
	font-weight: 900;
	color: #224E71;
	line-height: 1;
}
.tabs-section .tab-pane .txt {
	padding-left: 60px;
	border-left: 6px solid #224E71;
	font-size: 24px;
	font-weight: 500;
}
.tabs-section .tab-pane .txt h5 {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #224E71;
}
.tabs-section .tab-pane .txt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs-section .tab-pane .txt ul li {
	position: relative;
	padding-left: 20px;
}
.tabs-section .tab-pane .txt ul li:before {
	position: absolute;
	top: 8px;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: 700;
	color: #A2C617;
	line-height: 1;
	content: '\f0da';
}
/* § tabs */

/* percorso-formativo */
.percorso-formativo {
	background-color: #fff;
	padding-bottom: 50px;
	overflow: hidden;	
}
.percorso-formativo .title-section {
	padding: 50px 0;	
}
.percorso-formativo .title-section h3 {
	margin-bottom: 10px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 48px;
	font-weight: 900;
	color: #224E71;
	line-height: 1;
}
.percorso-formativo .title-section .args {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #A2C617;
	line-height: 1.2;
}
.percorso-formativo .title-section .args span {
	color: #333333;
}
.percorso-formativo .moduli {
	box-shadow: 0px -5px 25px -5px rgba(0,0,0,0.1), 0px 5px 25px -5px rgba(0,0,0,0.1);
}
.percorso-formativo .moduli .modulo {
	/*min-height: 478px;*/	
}
.percorso-formativo .moduli .modulo.modulo-blu {
	background-color: #224E71;
}
.percorso-formativo .moduli .modulo.modulo-grigio {
	background-color: #575756;
}
.percorso-formativo .moduli .modulo.modulo-bianco {
	background-color: #fff;
	border-top: 1px solid #575756;
	border-bottom: 1px solid #575756;
}
.percorso-formativo .moduli .modulo .modulo-title {
	flex: 0 0 38%;
	min-height: 478px;
	padding-left: 60px;
	padding-right: 60px;
}
.percorso-formativo .moduli .modulo.modulo-left .modulo-title {
	background-image: url(../img/angolo-sx.png);
	background-position: right -5px center;
	background-repeat: no-repeat;	
	padding-right: 120px;
}
.percorso-formativo .moduli .modulo.modulo-right .modulo-title {
	background-image: url(../img/angolo-dx.png);
	background-position: left -5px center;
	background-repeat: no-repeat;	
	padding-left: 120px;
}
.percorso-formativo .moduli .modulo .modulo-title h3 {
	margin: 0;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 48px;
	font-weight: 900;
	color: #333333;
	line-height: 1;
}
.percorso-formativo .moduli .modulo .modulo-title div {
	position: relative;
	margin-top: 10px;
	padding-left: 40px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #333333;
	line-height: 1.2;
}
.percorso-formativo .moduli .modulo .modulo-title div.not {
	padding-left: 0;
}
.percorso-formativo .moduli .modulo .modulo-title span {
	color: #A2C617;
}
.percorso-formativo .moduli .modulo .modulo-title div:before {
	position: absolute;
	top: 6px;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-size: 24px;
	font-weight: 700;
	color: #A2C617;
	line-height: 1;
}
.percorso-formativo .moduli .modulo .modulo-title div.tag:before {
	content: '\f02b';
}
.percorso-formativo .moduli .modulo .modulo-title div.months:before {
	content: '\f073';
}
.percorso-formativo .moduli .modulo .modulo-title div.hours:before {
	content: '\f017';
}
.percorso-formativo .moduli .modulo .modulo-content {
	flex: 1 1 100%;
	padding: 0 24px;
}
.percorso-formativo .moduli .modulo.modulo-left .modulo-content {
	padding-right: 60px;
}
.percorso-formativo .moduli .modulo.modulo-right .modulo-content {
	padding-left: 60px;
}
.percorso-formativo .moduli .modulo .modulo-content .row {
	width: 100%;
	margin-left: -24px;
	margin-right: -24px;
}
.percorso-formativo .moduli .modulo .modulo-content .args {
	padding-left: 24px;
	padding-right: 24px;
}
.percorso-formativo .moduli .modulo .modulo-content .args ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.2;
}
.percorso-formativo .moduli .modulo.modulo-blu .modulo-content ul,
.percorso-formativo .moduli .modulo.modulo-grigio .modulo-content ul {
	color: #fff;
}
.percorso-formativo .moduli .modulo.modulo-bianco .modulo-content ul {
	color: #333333;
}
.percorso-formativo .moduli .modulo .modulo-content ul li {
	position: relative;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.percorso-formativo .moduli .modulo .modulo-content ul li:before {
	position: absolute;
	top: 10px;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-size: 16px;
	font-weight: 700;
	color: #A2C617;
	line-height: 1;
	content: '\f0da';
}
.percorso-formativo .call-to-program {
	margin-top: 60px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 46px;
	font-weight: 700;
	color: #333333;
	line-height: 1.1;
	text-align: center;
}
.percorso-formativo .call-to-program.container-fluid {
	padding-left: 60px;
	padding-right: 60px;	
}
.percorso-formativo .call-to-program a {
	color: #A2C617;
}
.percorso-formativo .call-to-program a:hover {
	color: #224E71;
}
/* § percorso-formativo */

/* info-costi */
.info-costi {
	background-color: #fff;
	padding-top: 22px;
	padding-bottom: 22px;
	border-top: 5px solid #A2C617;
	border-bottom: 5px solid #A2C617;
	overflow: hidden;	
}
.info-costi .container-fluid {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 60px;
	padding-right: 60px;	
	background-color: #F5F5F5;
	border-top: 10px solid #A2C617;
	border-bottom: 10px solid #A2C617;
}
.info-costi .container-fluid > .row {
	margin-left: -60px;
	margin-right: -60px;	
}
.info-costi .info {
	padding-left: 60px;
	padding-right: 60px;	
}
.info-costi .info h3 {
	margin-bottom: 25px;
	padding-bottom: 60px;
	border-bottom: 1px solid #333333;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 9.583vw;
	font-weight: 900;
	color: #333333;
	line-height: 0.51;
	text-align: right;
}
.info-costi .info h3 .blu {
	color: #224E71;
}
.info-costi .info h3 .verde {
	color: #A2C617;
}
.info-costi .info h5 {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #224E71;
	line-height: 1;
}
.info-costi .info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #333333;
	line-height: 1.2;
}
.info-costi .info ul li {
	position: relative;
	padding-left: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.info-costi .info ul li:before {
	position: absolute;
	top: 12px;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: 700;
	color: #A2C617;
	line-height: 1;
	content: '\f0da';
}
.info-costi .prezzi {
	padding-left: 60px;
	padding-right: 0;
}
.info-costi .prezzi .prezzi-container {
	height: 100%;
	margin-right: -20px;
	margin-left: -20px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #707070;
	border-radius: 10px;
	box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.12), -2px 2px 0px 0px rgba(0,0,0,0.12);
}
.info-costi .prezzi .prezzi-content {
	height: 100%;
	padding: 50px;
	border: 1px solid #A2C617;
	border-radius: 10px;
}
.info-costi .prezzi .prezzi-content > .row {
	margin-left: -20px;
	margin-right: -20px;
}
.info-costi .prezzi .corso .icon {
	width: 143px;
	height: 143px;
	margin: 0 auto;
	background-color: #A2C617;
	border-radius: 50%;
	box-shadow: 0px 3px 6px #00000029;
}
.info-costi .prezzi .corso .icon img {
	width: 63%;
	height: auto;
}
.info-costi .prezzi .corso {
	padding-left: 20px;
	padding-right: 20px;
}
.info-costi .prezzi .corso h4 {
	height: 100px;
	margin-top: 20px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #224E71;
	line-height: 1.1;
	text-align: center;
}
.info-costi .prezzi .corso ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
	border-top: 5px solid #A2C617;
	font-size: 24px;
	font-weight: 700;
	color: #333333;
	line-height: 1.2;
}
.info-costi .prezzi .corso ul li {
	position: relative;
	padding-left: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.info-costi .prezzi .corso ul li strong {
	color: #224E71;
}
.info-costi .prezzi .corso ul li:before {
	position: absolute;
	top: 12px;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: 700;
	color: #A2C617;
	line-height: 1;
	content: '\f0da';
}
.info-costi .prezzi .corso ul li.timbro:before {
	content: '\f5bf';
}
.info-costi .prezzi .corso ul li.hours:before {
	content: '\f017';
}
.info-costi .prezzi .corso ul li.euro:before {
	content: '\f153';
}
/* § info-costi */

/* promotori */
.promotori {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 20px;
}
.promotori .container-fluid {
	padding-left: 60px;
	padding-right: 60px;	
}
.promotori h3 {
	padding: 0 15px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 54px;
	font-weight: 900;
	color: #224E71;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.promotori h4 {
	margin-top: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #575756;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #333333;
	line-height: 1.1;
	text-align: center;
}
.promotori h4 + .loghi {
	margin-top: 60px;
}
.promotori .loghi img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.promotori .loghi img + img {
	margin-left: 120px;
}
/* § promotori */

/* comitato */
.comitato-scientifico {
	padding: 60px 0;
	background-color: #F5F5F5;
}
.comitato-scientifico .container-fluid {
	padding-left: 60px;
	padding-right: 60px;	
}
.comitato-scientifico h3 {
	margin: 0;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 54px;
	font-weight: 900;
	color: #224E71;
	line-height: 1.1;
	text-align: center;
}
.comitato-scientifico .row {
	margin-left: -30px;
	margin-right: -30px;
}
.comitato-scientifico .row .membro-col {
	margin-top: 50px;
	padding-left: 30px;
	padding-right: 30px;	
}
.comitato-scientifico .membro {
	position: relative;
	height: 100%;
	padding: 40px 30px 40px 120px;
	background-color: #fff;
	border-radius: 20px 0px 0px 0px;
	box-shadow: 5px 5px 0px 0px rgba(162,198,23,1), 0px 2px 2px 0px rgba(0,0,0,0.12);
}
.comitato-scientifico .membro:before {
	position: absolute;
	top: 16px;
	left: 30px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 170px;
	font-weight: 900;
	color: #A2C617;
	line-height: 1;
	content: '*';
}
.comitato-scientifico .membro .txt {
	font-size: 20px;
	color: #575756;
	line-height: 1.2;
}
.comitato-scientifico .membro .txt h5 {
	margin: 0;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: #224E71;
	line-height: 1.1;
}
.comitato-scientifico .membro .txt small {
	display: block;
	margin-bottom: 15px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #575756;
	line-height: 1.1;
}
.comitato-scientifico .membro .txt p {
	margin: 0;
}
/* § comitato */

/* docenti */
.docenti {
	padding: 60px 0;
	background-color: #224E71;
	overflow: hidden;
}
.docenti .container-fluid {
	padding-left: 60px;
	padding-right: 60px;	
}
.docenti h3 {
	margin-bottom: 50px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 54px;
	font-weight: 900;
	color: #A2C617;
	line-height: 1.1;
	text-align: center;
}
.docenti .slider .slick-list {
	overflow: visible;
}
.docenti .slider .slick-track {
  display: flex !important;
}
.docenti .slider .slick-slide {
  height: auto;
}
.docenti .slick-dots {
	bottom: -50px;
}
.docenti .slick-dots li button {
	padding: 0px;
}
.docenti .slick-dots li button:before {
	font-size: 20px;
	color: #A2C617;
}
.docenti .slick-dots li.slick-active button:before {
	opacity: 1;
}
.docenti .slick-prev, 
.docenti .slick-next {
	z-index: 9999;
	width: 40px;
	height: 40px;
}
.docenti .slick-prev {
	left: 0;	
}
.docenti .slick-next {
	right: 0;	
}
.docenti .slick-prev:before, 
.docenti .slick-next:before {
	font-size: 40px;
	color: #A2C617;
	opacity: 1;
}
.docenti .slick-prev.slick-disabled:before, 
.docenti .slick-next.slick-disabled:before {
	opacity: .25;
}
.docenti .docente {
	height: 100%;
	margin-right: 60px;
	background-color: #fff;
	border-radius: 20px 0px 0px 0px;
}
.docenti .docente .foto {
	position: relative;
	height: 0;
	padding-top: 115.10416%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px 0px 0px 0px;
}
.docenti .docente .foto h5 {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	margin: 0;
	padding: 12px 16px;
	background-color: #A2C617;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.docenti .docente .txt {
	padding: 30px 20px;
	font-size: 20px;
	color: #575756;
	line-height: 1.2;
}
/* § docenti */

/* iscriviti */
.iscriviti {
	height: 700px;	
}
.iscriviti .container-fluid {
	height: 100%;
	background-image: url(../img/foto-iscriviti.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.iscriviti .wrap-content {
	padding: 15px;
	background-color: rgba(255,255,255,0.92);
	border: 1px solid #707070;
	border-radius: 10px;
}
.iscriviti .wrap-content .content {
	padding: 0 20px 20px 20px;
	border: 1px solid #224E71;
	border-radius: 9px;
	font-size: 28px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
}
.iscriviti .content .icon {
	width: 143px;
	height: 143px;
	margin: -32px auto 30px auto;
	background-color: #224E71;
	border-radius: 50%;
	box-shadow: 0px 3px 6px #00000029;
}
.iscriviti .content .icon img {
	width: 63%;
	height: auto;
	margin-left: 24px;
}
.iscriviti .content a {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #A2C617;
}
.iscriviti .content a:hover {
	color: #224E71;
}
.iscriviti .content a br {
	display: none;
}
.iscriviti .content .btn-iscriviti {
	display: block;
	width: 100%;
	max-width: 342px;
	margin: 0 auto 30px auto;
	padding: 12px;
	background-color: #A2C617;
	border-radius: 5px;
	border: 0;
	outline: none;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.iscriviti .content .btn-iscriviti:hover {
	background-color: #224E71;
}
/* § iscriviti */

/* modal */
.modal-form .modal-header, 
.modal-form .modal-body {
	padding-left: 60px;
	padding-right: 60px;
}
.modal-form .modal-header {
	background-color: #A2C617;
	box-shadow: 0 20px 10px -20px rgba(0,0,0,0.45) inset, 0 -20px 10px -20px rgba(0,0,0,0.45) inset;	
}
.modal-form .modal-body a {
    color: #224E71;
}
.modal-form .modal-header h1 {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #575756;
    line-height: 1.1;
}
.modal-form .modal-body h3 {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #224E71;
    line-height: 1.1;
}
.modal-form .modal-body h5 {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #224E71;
    line-height: 1.1;
}
.modal-form .modal-body label {
    font-weight: 700;
}
.modal-form .modal-body .btn-submit {
	background-color: #A2C617;
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.modal-form .modal-body .btn-submit:hover {
	background-color: #224E71;
}
.modal-form .modal-body h3 {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #224E71;
    line-height: 1.1;
}
.modal-form .modal-body .invalid-field label {
    color: #dc3545;
}
.modal-form .modal-body .invalid-field .error {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545;
}
.modal-form .modal-body .invalid-field .form-control {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.modal-form .modal-body .invalid-field .form-control:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69,.25);
}
.modal-form .modal-body .invalid-field .form-select {
	border-color: #dc3545;
}
.modal-form .modal-body .invalid-field .form-select:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69,.25);
}
.modal-form .modal-body .invalid-field .form-select:not([multiple]):not([size]) {
	border-color: #dc3545;
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);	
}
.modal-form .modal-body .text-loading {
	display: none;
}
.modal-form .modal-body .loading .text-loading {
	display: inline;
}
.modal-form .modal-body .loading .text-iscriviti {
	display: none;
}
.modal-form .modal-body .text-bg-total {
	width: 100%;
	height: 38px;
	padding: .375rem .75rem;
	border: 1px solid #A2C617;
	border-radius: 6px;
	background-color: #C8EC3D;
}
.modal-form .modal-body .price {
	font-weight: 700;
	color: #224E71;
}
.modal-form .modal-body .price.del {
	font-weight: 400;
	color: #D73443;
	text-decoration: line-through;
}
.modal-form .modal-body .discount {
	font-size: 0.8em;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
}
.modal-form .modal-body .btn-checkout {
	display: inline-block;
	background-color: #A2C617;
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.modal-form .modal-body .btn-checkout:hover {
	background-color: #224E71;
}
/* § modal */
