.centra{ display: block; margin: 0 auto; }
.underline{ text-decoration: underline; }
.centraVert{
	display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
*:not(.fa){ font-family: 'Barlow', sans-serif; }
a{ text-decoration: none; }
.imgheader{ width: 100%; }
.title1{
	color: #7bc19c;
    font-weight: 500;
    font-size: 2.6em;
}
.title2{
	background: #7bc19c;
    font-weight: 500;
    font-size: 2.1em;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
	font-weight: 600;
}
.title3{
	color: #14357a;
    font-weight: 700;
}
.title4{
	color: #14357a;
    background-color: #fcc632;
    display: inline-block;
    padding: 5px 20px;
	font-weight: 600;
	font-size: 1.6em;
}
.t1{
	color: #212429;
    font-size: 17px;
}
.alerttxt{
	font-size: 1.2em;
    color: #14357a;
    font-weight: 500;
    font-style: italic;
}
.btn-primary, .btn-cta{
	background: #7bc19c;
    border: 1px solid #7bc19c;
    font-size: 18px;
    border-radius: 0;
	color: #fff;
}
.btn-cta:hover, .btn-primary:hover{  
	background: #14357a; 
	color: #ffffff; 
	border: 1px solid #14357a;
}
.form-control{
	border-radius: 0;
    min-height: 45px;
}
.form-group{
	margin-bottom: 15px;
}
label:not(.form-check-label){ font-weight: 600; }
.form-check-label{ cursor: pointer; }
.form-control:focus, .form-check-input:focus {
    border-color: #7bc19c;
    box-shadow: 0 0 0 0.25rem rgb(123 193 156 / 30%);
}
.form-check-input:checked {
    background-color: #7bc19c;
    border-color: #7bc19c;
}
footer{
	background: #1a3b80;
    color: #ffffff;
    padding: 20px 0;
}
footer a{
	color: #ffffff;
    font-size: 14px;
}
footer a:hover{
	color: rgb(123 193 156 / 85%);
}
.separa{ 
	margin: 0 10px;
    font-weight: 500;
    color: rgb(123 193 156 / 85%);
}
#boxMK{
	border: 1px solid #005175;
    padding: 40px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 100px;
}
#imgMK{
	position: absolute;
    top: -24px;
    background: #fff;
    padding: 0px 17px;
}
.bootbox-close-button.close {
    float: right;
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 0;
    padding: 10px 0;
}
.modal .modal-dialog {
    margin-top: 5%;
}
.attenzione{
	color: #14357a;
    font-weight: 600;
}
.nascondi {
    display: none !important;
}
.pdomanda{
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
	color: #212429;
}



@media (min-width: 768px){	
}
@media (min-width: 992px){	
}
@media (min-width: 1200px){	
}	