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

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

/* promote */
.promote {
	padding: 50px 0 25px;
	background-color: #A2C617;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	text-align: right;
	line-height: 1;
}
.promote img {
    transform: translateY(-15px);
}
/* § promote */

/* black-quote */
.black-quote {
	padding: 90px 0;	
	background-color: #fff;
}
.black-quote h3 {
	margin-bottom: 0;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 44px;
	font-weight: 900;
	color: #224E71;
	line-height: 1;
}
.black-quote h3 span {
	font-style: italic;
	color: #A2C617;
}
/* § black-quote */

/* programma */
.programma {
	background-color: #fff;
	padding-bottom: 50px;
	overflow: hidden;	
}
.programma .title-section {
	margin-bottom: 20px;
	padding: 20px 0;
	background-color: #A2C617;
}
.programma .title-section h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}
.programma .title-section h3 .fa-solid {
    margin: -5px 12px 0 0;
    font-size: 32px;
    color: #224E71;
}
.programma .moduli {
	box-shadow: 0px -5px 25px -5px rgba(0,0,0,0.1), 0px 5px 25px -5px rgba(0,0,0,0.1);
}
.programma .moduli .modulo {
	/*min-height: 478px;*/	
}
.programma .moduli .modulo.modulo-blu {
	background-color: #224E71;
}
.programma .moduli .modulo.modulo-grigio {
	background-color: #575756;
}
.programma .moduli .modulo.modulo-bianco {
	background-color: #fff;
	border-top: 1px solid #575756;
	border-bottom: 1px solid #575756;
}
.programma .moduli .modulo .modulo-title {
	flex: 0 0 38%;
	min-height: 385px;
	padding-left: 60px;
	padding-right: 60px;
}
.programma .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;
}
.programma .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;
}
.programma .moduli .modulo .modulo-title i.fa-solid {
	font-size: 115px;
	color: #A2C617;
	line-height: 1;
}
.programma .moduli .modulo .modulo-title .hours {
	margin-top: 16px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #333333;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}
.programma .moduli .modulo .modulo-title .hours span {
	color: #A2C617;
}
.programma .moduli .modulo .modulo-content {
	flex: 1 1 100%;
	padding: 0 24px;
	font-size: 20px;
	line-height: 1.2;
}
.programma .moduli .modulo.modulo-left .modulo-content {
	padding-right: 60px;
}
.programma .moduli .modulo.modulo-right .modulo-content {
	padding-left: 60px;
}
.programma .moduli .modulo.modulo-blu .modulo-content,
.programma .moduli .modulo.modulo-grigio .modulo-content {
	color: #fff;
}
.programma .moduli .modulo.modulo-bianco .modulo-content {
	color: #333333;
}
.programma .moduli .modulo .modulo-content h3 {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #A2C617;
	line-height: 1;
}
.programma .moduli .modulo .modulo-content p > span {
	color: #A2C617;
}
/* § programma */

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

/* call4ideas */
.call4ideas {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 60px;
	overflow: hidden;	
}
.call4ideas header {
	padding-top: 30px;
	background: #F5F5F5;
	box-shadow: inset 0px 10px 20px #00000029;
	border-top: 3px solid #A2C617;
	border-bottom: 3px solid #A2C617;
}
.call4ideas .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}
.call4ideas .titolo {
	margin-bottom: 30px;
}
.call4ideas .bando {
	padding-bottom: 30px;
}
.call4ideas .bando h3 {
	margin-bottom: 20px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #224E71;
	line-height: 1.1;
}
.call4ideas .bando h5 {
	margin-bottom: 60px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 36px;
	font-weight: 900;
	color: #333333;
	line-height: 1.1;
}
.call4ideas .btn-scarica {
	display: block;
	width: 100%;
	padding: 12px 24px;
	background-color: #A2C617;
	border-radius: 5px;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}
.call4ideas .btn-scarica .fa-solid {
	font-weight: 700;
	color: #224E71;
}
.call4ideas .btn-scarica:hover {
	background-color: #224E71;
}
.call4ideas .btn-scarica:hover .fa-solid {
	color: #A2C617;
}
/* § call4ideas */

/* modal */
#iscrizioneModal .modal-header, 
#iscrizioneModal .modal-body {
	padding-left: 60px;
	padding-right: 60px;
}
#iscrizioneModal .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;	
}
#iscrizioneModal .modal-body a {
    color: #224E71;
}
#iscrizioneModal .modal-header h1 {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #575756;
    line-height: 1.1;
}
#iscrizioneModal .modal-body h3 {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #224E71;
    line-height: 1.1;
}
#iscrizioneModal .modal-body h5 {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #224E71;
    line-height: 1.1;
}
#iscrizioneModal .modal-body label {
    font-weight: 700;
}
#iscrizioneModal .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;
}
#iscrizioneModal .modal-body .btn-submit:hover {
	background-color: #224E71;
}
#iscrizioneModal .modal-body h3 {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #224E71;
    line-height: 1.1;
}
#iscrizioneModal .modal-body .invalid-field label {
    color: #dc3545;
}
#iscrizioneModal .modal-body .invalid-field .error {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545;
}
#iscrizioneModal .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);
}
#iscrizioneModal .modal-body .invalid-field .form-control:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69,.25);
}
#iscrizioneModal .modal-body .invalid-field .form-select {
	border-color: #dc3545;
}
#iscrizioneModal .modal-body .invalid-field .form-select:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69,.25);
}
#iscrizioneModal .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);	
}
#iscrizioneModal .modal-body .text-loading {
	display: none;
}
#iscrizioneModal .modal-body .loading .text-loading {
	display: inline;
}
#iscrizioneModal .modal-body .loading .text-iscriviti {
	display: none;
}
/* § modal */
