﻿html, body{	
	-webkit-font-smoothing:antialiased;
	margin:0;
	padding:0;
	font-size:14px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container{
	height:auto;
}
.header{
	position:relative;
	width:100%;
	z-index:997;
	height:100px;
	background-color:#ffffff;
	font-size:14px;
	/*-webkit-box-shadow: 0 0 4px 0 #000000;
	box-shadow: 0 0 4px 0 #000000;*/
}
.header-fixed{
	height:100px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:white;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
	transition: height 0.3s;
}
.header .logo{	
	width:100%;
	max-width:256px;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
	transition: height 0.3s;
}
.header .btn_menu{
	font-size:24px;
	line-height:1;
}
.header .ico_menu{
	font-size:40px;
}
.header .links a{
	margin-left:10px;
}
.header .links a.download_app{
	margin-right:20px;
	font-weight:600;
}
.header a{
	color:#1E3580;
	text-decoration:none;
}
.logout a{
    cursor:pointer;
}
.rel{
	position: relative;
}
.main-navigation{
	position:fixed;
	color:#fff;
	background-color:#1E3580;
	-webkit-border-radius: 0 0 200px;/*Safari, Chrome*/
	-moz-border-radius: 0 0 200px;/*Firefox*/
	border-radius: 0 0 200px;
    font-size:14px;
	padding:0;
	margin:0;
	font-weight: 500;	
	margin-top:4px;
	height:60vh;
	overflow-y:scroll;
}

.main-navigation li a.liv0{
	text-transform:uppercase;
	color:#8CC63F;
	margin-top:3px;
	margin-bottom:3px;	
}
.main-navigation li a{
	display: inline-block;
}
.navbar-light .navbar-nav .nav-link{
	color:#1E3580;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color:#80A1AF;
}
.main-navigation .nav-link{
	padding:0;
}
.main-navigation li a:hover {
	text-decoration: none;
}
.main-navigation li a.selezionato{    
	text-decoration:underline;
}
.navbar{
    align-items:normal;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: none;
}
li.dropdown {
	display: block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(212,209,61,0.9);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding:0;
}
.dropdown-content li{
	list-style-type:none!important;
	margin:0;
	padding:0!important;
}
.main-navigation .dropdown-content a {
	color: #ffffff!important;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content a:hover {
	color: #000000!important;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.cont_flags{
	position:absolute;
	right:0px;
	top:20px;
	height:22px;
}
.cont_flags img{
	width:20px;
	margin-right:3px;
}
input#cerca{
	max-width:160px;
	display:inline-block;
	font-size:14px;
	min-height:14px;
	padding:.10rem .20rem;
}
#footer{
	margin-top:50px;
    font-size:16px;
}
#footer a{
    color:#1E3580;
}
#footer a:hover{ 
	text-decoration:underline;
}
/*--- IUBENDA ---- */
#iubenda-cs-banner{   
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: black;    
}
.iubenda-cs-content{
    display:block;
    margin:0 auto;
    padding: 20px;
    width:auto;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    font-size: 14px;
    background: #000;
    color: #fff;
}

.iubenda-cs-rationale{
    max-width: 900px; position:relative; margin: 0 auto;
}

/*   STYLE FOR TEXT INTERNAL BANNER */
.iubenda-banner-content > p {
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    line-height: 1.5;
}

/*  CLOSE BUTTON. NOTICE: IMAGE FOR BUTTON NOT IMPLEMENTED YET */
.iubenda-cs-close-btn{
    margin:0;
    color: #fff;
    text-decoration:none;
    font-size:14px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

/*  STYLE FOR TEXT LINK TO PRIVACY POLICY */
.iubenda-cs-cookie-policy-lnk{
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}
/*------ FINE IUBENDA -----*/
.grecaptcha-badge{
    visibility:hidden;
}
#toTop {
	background-color: #1E3580;
}
.cont_news .r1{
	border:1px solid #1E3580;
	padding:10px;
	height:100%;
}
.cont_news h3{
	font-size:20px;
	line-height:1.1;
	color:#1E3580;
	margin-top:4px;
}
.cont_news .news{
	position:relative;
}
.cont_news .news .rm{
	font-style:italic;
	color:#000000;
}
.cont_news .small h3{
	font-size:20px;
}
.cont_news .categoria{
	font-size:0.6rem;
	font-weight:400;
}
.cont_news .data{
	font-size:0.8rem;
	font-weight:400;
}
.cont_news a:hover h3,.cont_news a.rm:hover{
	color:#1E3580;
}
.cont_news .sep{
	margin-top:14px;
	margin-bottom:14px;
	width:100%;
	max-width:250px;
	height:1px;
	background-color:#80A1AF;
}
.twitter h3{
	color:#80A1AF;
}
.twitter h3 a{
	color:#1E3580;
}
.ico-twitter{
	width:75px;
}
.navbar.fixed-top {
	background-color:white;
    top: -100px;
    transform: translateY(100px);
    transition: transform .5s;
    height:100px;
	padding-left:15px;
	padding-right:15px;
	border-bottom:1px solid rgba(50,50,50,0.1);
}
.navbar.fixed-top-2{
	background-color:white;
    transition: transform .5s;
    height:100px;
	padding-left:15px;
	padding-right:15px;
	border-bottom:1px solid rgba(50,50,50,0.1);
	position:fixed;
	width:100%;
	top:0;
	left:0;
}
.navbar.fixed-top-3{
	height:70px;
	border-bottom:1px solid rgba(50,50,50,0.1);
}
.navbar.fixed-top-3 .logo{
	height:50px;
}
.back{
	color:#1E3580;
	margin-bottom:30px;
	display:inline-block;
	font-style: italic;
}
.back:hover{
	color:#80A1AF;
}
.s_news h1{
	font-size:40px;
}
.s_news .data{
	font-size:12px;
	font-style:italic;
}
.placeholder{
	background-color:#cccccc;
	/*background-color:#1E3580;*/
}
.placeholder img{
	width: 50%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	opacity:0.7;
}
.news_footer{
	background-color:#1E3580;
	color:white;
}
.news_footer .news{
	sbackground-color:white;
}
.news_footer .cont_news .small h3{
	font-size:17px;
	color:#fff;
}
.news_footer .cont_news .news{
	color:#fff;
}
.news_footer .cont_news .data{
	font-size:12px;
}
#footer .news_footer a:hover{
	text-decoration:none;
}
.owl-nav{
	text-align:center;
	font-size:30px;
}
.owl-nav button{
	display:inline-block;
	margin:10px;
}
.pagination{
	justify-content:center;
}
.pagination a:hover{
	text-decoration:none;
}
.page-link{
	color:#1E3580;
}
.page-link:hover{
	color:#1E3580;
}
.page-item.active .page-link{
	background-color:#1E3580;
    border-color: #1E3580;
}
.offset-anchor{
	padding-top:80px;
	margin-top:-80px;
}
.hamburger{
	width:auto;
}
#footer .row{
	width:100%;
}
.profile-pic{
float: left;
width: 70px;
border-radius: 100%;
overflow: hidden;
height: 70px;
}
body.profile .row.g-0{
	width:100%;
}
label.error{
	color:rgb(220,53,69);
}
.carousel-control-next, .carousel-control-prev {
	width:28px;
}
.box-grey{
	background-color:rgba(245, 245, 245, 1);
	border: 1px solid #ccc;
	padding:25px;
	border-radius:10px;
}
.box-grey form{
	margin:0;
}
.tab-content{
	background-color:rgba(245, 245, 245, 1);
	padding:25px;
	border-color: transparent #ccc #ccc #ccc;
	border-width: 1px;
	border-style: solid;
	border-top:0;
}
.nav-tabs{
	border-bottom:0;
}
ul.nav-tabs{
	margin:0;
	padding:0;
}
.nav-tabs .nav-link{
	color:#15305f;
	background-color:rgba(245, 245, 245, 0.4);
	border-bottom:1px solid #ccc;
	height:100%;
}
.nav-tabs .nav-link:hover{
	border-color: #eee #eee #ccc #eee;
	background-color:rgba(245, 245, 245, 0.55);
}
.nav-tabs .nav-link.active{
	background-color:rgba(245, 245, 245, 1);
	color:#15305f;
	font-weight:bold;
	border-color: #ccc #ccc transparent;
}
.nav-tabs .nav-link{
	border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.twitter-timeline{
	margin:auto;
}
.cont-description .container-fluid,.cont-description .container{
	padding-left:0;
	padding-right:0;
}
.fb-page iframe,#yt-channel .ycp{
	border-radius:12px;
	overflow:hidden;
}
.instagram-media{
	border-radius:12px!important;
	height:600px;
	margin:auto!important;
}
.genForm label{
	display:block;
}
.genForm .cont-checkbox label{
	display:inline-block;
}
.genForm .tit{
	font-weight:bold;
	display:block;
	width:100%;
	font-size:20px;
}
.form_hospitality,.form_gen{
	max-width:100%;
}
.genForm .sep{
	width:100%;
	height:1px;
	background-color:#1E3580;
	margin-top:30px;
	margin-bottom:30px;
}
.genForm .form-element--checkbox label{
    margin-right: 5px;
    margin-bottom: 10px;
}
.condizioni{
	position:relative;
	height:300px;
	padding:20px;
	overflow-y:scroll;
	background-color:#f1f1f1;
	font-size:13px;
}
.condizioni ul{
	margin-top:0;
}
.condizioni th{
	font-size:12px;
}
.condizioni table{
	background-color:white;
	font-size:12px;
}
.condizioni .table-sm>:not(caption)>*>*{
	padding: .05rem .25rem;
}
.form-element.cont-box{
	padding:10px;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:4px;
}
.box-text-scroll{
	height:250px;
	overflow-y: auto;
	padding:10px;
}
.box-text-auto{
	max-height:250px;
	overflow-y: auto;
	padding:10px;
}
.form-element.cont-box .box-text-scroll,.form-element.cont-box .box-text-auto{
	padding:0;
}
.textarea{
	height:250px;
}
.payment-type{
	width:100%;
}
.flex-table-nmp, .flex-table-nmp .flex-table-row{
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
.seminars_show h3{
	font-size:26px;
}
.page-content .accordion h3{
	font-size:20px;
	font-weight:600;
	color: #1E3580;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0.5rem 1rem;
	border-left: 4px solid #e49200;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.page-content .accordion p{
	margin-top: 0;
    margin-bottom: 1rem;
}
.page-content .accordion-button{
	font-size:18px;
	background-color:#D1DCEF;
	color:#1E3580;
	border-radius: 0.5rem!important;
	box-shadow: none;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	position: relative;
	padding-right: 3rem;
}
.page-content .accordion-button:not(.collapsed) {
	background-color: #1E3580;
	color:#fff;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
	background-color: #e49200;
	color: #fff;
	border-color: #e49200;
	font-weight: 600;
}
.page-content .accordion-button::after {
	background-image:none!important;
	content: "\f078"; /* fa-chevron-down */
	font-family: "Font Awesome 6 Free"; /* oppure 'Font Awesome 5 Free' */
	font-weight: 900; /* necessario per solid icons */
	margin-left: auto;
	transition: transform 0.3s ease, color 0.3s ease;
	width: auto!important;
	height: auto!important;
}
.page-content .accordion-button:not(.collapsed)::after {
	color: white;
}

.page-content .accordion-body {
	background-color: #ffffff;
	border: 1px solid #D1DCEF;
	border-top: none;
	color: #1E3580;
	padding: 1rem 1.5rem;
	border-radius: 0.5rem!important;
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;

}
.page-content .accordion-item {
	margin-bottom: 1rem;
	border: none;
}
.page-content ul,.page-content ol{
	margin-left: 20px;
	padding-left:20px;
    margin-bottom: 1rem;
}
.page-content ul{
	list-style:disc;	
}
.page-content ol{
	list-style:decimal;
}
.progetica .border-0 {
    border-bottom: 1px solid!important;
}
.progetica [type=number]:focus {
	border-color: #e49200!important;
}
.progetica .btn.disabled, .progetica .btn:disabled, .progetica fieldset:disabled .btn{
	pointer-events:visible;
	opacity:1;
}
.registration-form label{
	display: inline;
}
.carousel-item .title{
	font-size:48px!important;
	line-height:1.2;
}
.resp-vtabs ul.resp-tabs-list{
	width:20%;
}
.resp-vtabs .resp-tabs-container{
	width:78%;
	border-color: #e49200!important;
	border-radius: 0;
}
.resp-vtabs .resp-tabs-list{
	padding: 0;
	margin: 0;
}
.resp-tab-content{
	padding: 40px;
}
.resp-vtabs li.resp-tab-active{
	border: 1px solid #e49200!important;
    border-left: 4px solid #e49200!important;
	border-right: 0!important;
}
.page-content .resp-tabs-container h3{
	font-size:20px;
	font-weight:600;
	color: #1E3580;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1rem;
	text-decoration: underline;
    text-decoration-color: #e49200;
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
}
.page-content .resp-tabs-container p{
	margin-top: 0;
    margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
    .resp-vtabs .resp-tabs-container {
        width: 100%!important;
    }
	h2.resp-accordion {
        font-weight: bold;
    }
	.resp-tab-content{
		padding: 10px;
	}
}
.edufin h3{
	margin-top:20px!important;	
	display:block;
}
.edufin h3.first{
	margin-top:0!important;
}
.edufin ul, .edufin ol{
	margin-top:5px;
}
.edufin img{
	width:100%;
	max-width:800px;
	display:block;
	margin:auto;
}
.edufin a{
	text-decoration:underline;
}
.edufin.indice a{
	text-decoration:none;
}
@media only screen and (max-width: 768px) {
	.pagina_edufin .tab-guarda{
		padding:0;
	}
}
.contenuti-edufin .titolo-sezione h1{
	font-size:32px;
}