 @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 .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: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero-banner .bg-foto .titolo-corso {
	display: inline-block;
	margin-right: 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: left;
	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: left;
}
.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 .bg-foto .titolo-corso h5 {
	margin: 0;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 2.9167vw;
	font-weight: 700;
	color: #fff;
}
.hero-banner .bg-foto .titolo-corso h5 span {
	margin-bottom: 0;
	padding: 6px 16px;
	background-color: rgba(162,198,23,0.8);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 2;
}
/* § hero banner */

/* masterclass */
.masterclass {
	background-color: #fff;
	border-bottom: 3px solid #A2C617;
	overflow: hidden;
}
.masterclass.grey {
	background-color: #F5F5F5;
}
.masterclass header h3 {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 48px;
	font-weight: 900;
	color: #224E71;
	line-height: 1;
}
.masterclass header h4 {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 34px;
	font-weight: 900;
	color: #333333;
	line-height: 1;
}
.masterclass .location {
	background-color: #224E71;
}
.masterclass .location span {
	flex: 0 0 33.3333%;
	padding: 32px 12px;
	border-right: 2px solid #fff;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 26px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.masterclass .location span:first-child {
	border-left: 2px solid #fff;
}
.masterclass .location span i {
	margin-right: 12px;
	font-size: 1.15385em;
	color: #A2C617;
}
.masterclass .text {
	font-size: 20px;
	line-height: 1.3;
}
.masterclass .intro-wrap {
	padding: 5px;
	border: 1px dashed #707070;
}
.masterclass .intro {
	padding: 30px 40px;
	background-color: #ebebeb;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.masterclass .intro .claim {
	margin-top: 30px;
	font-size: 22px;
	color: #224E71;
}
.masterclass .intro .claim i {
	font-size: 1.58333em;
	color: #A2C617;
}
.masterclass h5 {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #224E71;
	line-height: 1;
}
.masterclass .special {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.2;
}
.masterclass .special li {
	position: relative;
	padding-left: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.masterclass .special li:before {
	position: absolute;
	top: 10px;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	color: #224E71;
	line-height: 1;
	content: '\f058';
}
.masterclass .special li strong {
	color: #A2C617;
}
.masterclass.grey .border-white {
	border-color: #F5F5F5 !important;
}
.masterclass .whois {
	position: relative;
	margin-bottom: 30px;
	padding: 0 30px;
	background-color: #A2C617;
}
.masterclass .whois .foto {
	position: absolute;
	top: 30px;
	left: 30px;
	bottom: -30px;
	background-color: #fff;
	border: 1px solid #BFBFBF;
	overflow: hidden;
}
.masterclass .whois .text {
	margin-left: 352px;
	padding: 90px 0;
	font-size: 20px;
	line-height: 1.2;
}
.masterclass .whois .text h6 {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 1.4em;
	font-weight: 900;
	color: #224E71;
	line-height: 1;
}
/* § masterclass */

/* 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 */
