
@font-face {
	font-family: Arial;
	src: url(../fonts/Arial.ttf);
}

.center{ display: block;margin: 0 auto; }
.no-padding{ padding: 0 !important; }
.no-margin{ margin: 0 !important; }
*:not(.fa){
	font-family: Arial;
}
body{
	background-color: #F2F2F2;
}
.header{
	padding-top: 10px;
    padding-bottom: 30px;
}
#logoMibe{
	display: block; 
	margin: 0 auto;
}
.title{
	font-family: 'Montserrat', sans-serif;
	color: #1FAA7F;
    font-weight: bold;
    text-align: center;
    font-size: 38px;
}
.p1{
	font-family: 'Montserrat', sans-serif;
	color: #878A8C;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #1FAA7F;
	font-weight: 500;
	font-size: 15px;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #1FAA7F;
	font-weight: 500;
	font-size: 15px;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #1FAA7F;
	font-weight: 500;
	font-size: 15px;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #1FAA7F;
	font-weight: 500;
	font-size: 15px;
}
input[type=submit]:focus {
	background-color: #0093A8;
}
button:focus, input:focus, select:focus  {outline:0;}
.btnInvia{
	font-family: 'Montserrat', sans-serif;
	display: block;
	margin: 0 auto;
	background-color: #C9E6C2;
	color: #1FAA7F;
	font-weight: bold;
	padding: 8px 25px;
	font-size: 20px;
	border-radius: 0;
}
.btnInvia:hover{
	background-color: #1FAA7F;
	color: #C9E6C2;
}
.form-control {
	border: 0;
	display: block;
	width: 100%;
	padding: 10px 28px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.5;
	color: #1faa7f;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #c9e6c2;
	border-radius: 0;
	font-weight: 500;
}
.form-control:focus {
	color: #1faa7f;
	background-color: #fff;
	border-color: #1faa7f;
	outline: 0;
	box-shadow: none;
}
.selectCustom{
	width: 100%;
}
.select2-container .select2-choice{
	color: #1faa7f;
	border: 0;
	font-size: 15px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #c9e6c2;
	border-radius: 0;
	padding: 10px 28px;
	height: 45px;
	background: #ffffff;
	font-weight: 500;
	background: unset;
	box-shadow: unset;
}
.select2-container .select2-choice .select2-arrow{
	border: 0;
	background: #ffffff;
}	
.select2-container .select2-choice .select2-arrow b {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/caret-down.png) !important;
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: contain !important;
	position: relative;
	top: 4px;
}
.select2-drop {
	border-radius: 0;
}
.select2-search {
	min-height: 31px;
	padding: 5px 5px;
}
.select2-drop-active {
	border: none;
}
.select2-search input{
	border: 1px solid #c9e6c2;
	color: #1faa7f;
	font-size: 15px;
}
.select2-results li {
	padding: 8px 17px;
}
.select2-results .select2-result-label {
	padding: 0;
	font-size: 15px;
	color: #1faa7f;
	font-weight: 500;
}
.select2-results .select2-highlighted {
	background: #1faa7f !important;
	color: #ffffff !important;
}
.select2-highlighted .select2-result-label{
	color: #ffffff !important;
}
.select2-results {
	max-height: 235px;
	padding: 0px 5px;
	margin: 0;
}
.select2-default {
	color: #1faa7f !important;
}
.select2-container.select2-allowclear .select2-choice abbr {
	display: none !important;
}


.select2-result {
	background: #ffffff;
}
.select2-result:nth-of-type(2n) {
	background: #c9e6c2;
}
.select2-container {
	width: 100%;
}
.select2-results .select2-no-results{
	background: #ffffff !important;
	font-size: 15px !important;
	color: #1faa7f !important;
	padding: 10px 20px !important;
	display: list-item;
	padding-left: 0 !important;
	padding: 8px 17px !important; 
}
/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #F2F2F2; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #F2F2F2; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #1FAA7F; 
}

.boxInput{
	color: #1faa7f;
	border: 0;
	font-size: 15px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #c9e6c2;
	border-radius: 0;
	padding: 10px 28px;
	background: #ffffff;
	font-weight: 500;
	background: unset;
	box-shadow: unset;
}
.p2{
	margin-bottom: 25px;
}

.custom-control {
	display: inline-block;
	margin-right: 20px;
}
.custom-control-label {
	padding-left: 7px;
	cursor: pointer;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #ffffff;
	border: 2px solid #c9e6c2;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: none;
	background-color: #c9e6c2;
	border-radius: 100px;
}
.custom-control-label::before {
	top: -2px;
	width: 27px;
	height: 27px;
	background-color: #ffffff;
	border: 2px solid #c9e6c2;
}
.custom-control-label::after{
	width: 17px;
	height: 17px;
	top: 3px;
	left: -19px;
}
.hasError{
	border-bottom: 2px solid #ffc5c1 !important;
}
.point{
	color: #c71508;
	font-size: 10px;
	margin-right: 4px;
}
.h3errore{
	font-family: 'Montserrat', sans-serif;
	color: #c71508;
	font-weight: 600;
	text-align: left;
	font-size: 28px;
	margin-bottom: 10px;
}
.pAlert{
	font-family: 'Montserrat', sans-serif;
	color: #878A8C;
	font-weight: 500;
	font-size: 16px;
}
.btn-primary {
	color: #fff;
	background-color: #1FAA7F;
	border-color: #1FAA7F;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn-primary:hover {
	color: #1FAA7F;
	background-color: #C9E6C2;
	border-color: #C9E6C2;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	color: #1FAA7F;
	background-color: #C9E6C2;
	border-color: #C9E6C2;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices{
	border: 0;
	background: none;
	border-bottom: 2px solid #C9E6C2;
	border-radius: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 0;
	border-bottom: 1px solid #eeeeee;
}
.select2-drop.select2-drop-above {
	border-radius: 0;
}
.bgForm{
	background-color: #ffffff;
	padding: 0px 20px 70px 20px;
	margin-bottom: 100px;
}
.checkbox-holder{
	
}
.m25-top{
	margin-top: 25px;
}
.a_informativa{
	font-weight: bold;
    text-decoration: underline !important;
    cursor: pointer;
}
#modalInformativa *{
	font-family: 'Montserrat', sans-serif;
}
#modalInformativa .modal-title{
	font-family: 'Montserrat', sans-serif;
    color: #1FAA7F;
    font-weight: 600;
    text-align: left;
    font-size: 33px;
}
#modalInformativa p{
	font-size: 13px;
}
#modalInformativa .modal-content{
	padding: 12px;
}
#modalInformativa a{
	font-weight: 600;
}





@media (max-width: 576px) {
	.custom-control {
		margin-bottom: 20px;
	}
}
@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	.bgForm{
		padding: 0px 70px 70px 70px;
	}
	.p2{
		margin-bottom: 0px;
	}
	#modalInformativa .modal-content{
		padding: 25px 30px;
	}
}

@media (min-width: 992px) {
	.bgForm{
		max-width: 885px;
		display: block;
		margin: 0 auto;
	}
}

@media (min-width: 1200px){
}				