@charset "utf-8";
/* CSS Document */

@font-face {
  	font-family: 'DIN-Condensed';
  	src: url('fonts/DINCondensedBold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
  	font-family: 'DIN-Pro-Condensed';
  	src: url('fonts/DINOffcPro-Cond.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic std';
	src: url('fonts/CenturyGothicW05-Regular.woff2') format('woff2');
  font-style: normal;
}

@font-face {
	font-family: 'Century Gothic std bold';
	src: url('fonts/CenturyGothicW05-Bold.woff2') format('woff2');
  font-style: normal;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body{
	/* font-family: 'DIN-Pro-Condensed', sans-serif; */
	font-family: 'Century Gothic std', sans-serif;
	color: #000000;
	font-size: 1rem;
	line-height: 1.8;
}

small {
	font-size: 85%;
}

a, a:hover, a:focus{
	color: #000000;
	text-decoration: underline;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgb(0 0 0 / 0%);
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
	outline: 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.0rem rgb(0 0 0 / 0%);
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(0 0 0 / 10%);
}

.form-check-input {
    margin-top: .2rem;
}

.oro{
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	background-color: #987631;
	width: 100%;
}

.rosso{
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	background-color: #720A12;
	width: 100%;
}

.bianco{
	display: inline-block;
	padding: 2px 10px;
	color: #4D4D4D;
	background-color: #fff;
	border: 1px solid #E5E5E5;
	width: 100%;
}

.nero{
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	background-color: #000;
	width: 100%;
}

h1{
	font-size: 18px;
	font-weight: normal;
}

h2{
	font-size: 18px;
	font-weight: normal;
}

.fntTit {
	/* font-family: 'DIN-Condensed', sans-serif; */
	font-family: 'Century Gothic std bold', sans-serif;
}

.form-control{
	border-radius: 0;
	height:36px!important;
}

.form-check-label {
    margin-bottom: 10px;
}

hr{
	width: 100px;
	height: 1px;
	border: 0;
	margin: 30px auto;
	background-color: #333;
}

::-webkit-input-placeholder {
	color: #4D4D4D;
	opacity: .8;
  }
  
  :-ms-input-placeholder {
	color: #4D4D4D;
	opacity: .8;
  }
  
  ::placeholder {
	color: #4D4D4D;
	opacity: .8;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #4D4D4D;
	opacity: .8;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
    color: white;
}



.btn-primary, .btn-primary:hover, .btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333;
	box-shadow: none;
}


.modal-body p{
	font-size: 16px;
	line-height: 22px;
}

.modal-header{
	border-bottom: 0;
}

.modal-footer{
	border-top:0;
}

.select2-container--default .select2-selection--single{
	border-radius: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	line-height:36px!important;
	color: #495057;
}
.select2-container .select2-selection--single{
	box-sizing:border-box;cursor:pointer;
	display:block;
	height:36px!important;
	user-select:none;
	-webkit-user-select:none;
}

.modal-body {
	text-align: center;
	font-size: 1.125rem;
}

.modal-footer {
	justify-content: center;
}

.custom_btn, .modal-footer button  {
	font-family: 'Century Gothic std bold', sans-serif;
	border-radius: 150px;
	min-width:180px;
	background-color: #000000;
	color:#ffffff;
	font-size: 1.125rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {

	right:2px!important;
	height:36px!important;
}

.mobile_h1 {
	/* font-size:1.5rem!important; */
	font-size: 1.1rem!important;
    line-height: 1.5;
}

.mobile_h1_bigger {
	font-size:1.6rem !important;
	line-height: 1.4;
}

div.modal-dialog > div {
	border-radius: 0px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ced4da;
  }


/* Input personalizzation */
input[type=checkbox] {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    padding: 7px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    margin-left: 0px !important;
	margin-right: 10px;
	line-height: .5;
}

input[type=checkbox]:active, input[type=checkbox]:checked:active, input[type=radio]:active, input[type=radio]:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type=checkbox]:checked {
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #888;
}

input[type=checkbox]:checked:after {
    content: '\2714';
    font-family: 'Zapf Dingbats';
    font-size: 14px;
	line-height: .5;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    color: #000 !important;
}

input[type=radio], input[type=radio]:checked {
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #000;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	top: 4px;
}

input[type=radio]:checked:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    background-color: #000 !important;
}


@media only screen and (max-width: 600px) {
	body {
		font-size: 15px;
	}
	.mobile_h1 {
		font-size:1rem!important;
	}
	
	.mobile_h1_bigger {
		font-size:1.2rem!important;
	}
}


@media only screen and (min-width: 768px) {
	.logo-collection-privee {
	max-width: 322px;
}
}

@media only screen and (min-width: 992px) {
	 div.modal-dialog > div{
		width: 520px!important;
	}
		.logo-collection-privee {
	max-width: 299px;
}
}

@media only screen and (max-width: 767.98px) and (orientation: portrait) {
	.logo-collection-privee {
	max-width: 250px;
}
}

@media only screen and (max-width: 767.98px) and (orientation: landscape) {
	.logo-collection-privee {
	max-width: 51%;
}
}




