
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Mea+Culpa&display=swap');

:root {
	--colore_1: rgb(44, 59, 41);
	--colore_2: rgb(255, 149, 0);
	--colore_1_alpha2: rgba(44, 59, 41,.2);
	--colore_2_alpha2: rgba(255, 149, 0,.2);
  --colore_testo_1: #2C3B29;
  --bianco: #ffffff;
  --nero: #000000;
  --errore: #B22222;
  --placeholder: #999999;
  --dark: #141213;
}

/*GENERALI*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

html,body{overflow-x: hidden!important;background-color: #EFE9D3;}

button:focus,a:focus {outline: 0;}
h1, h2, h3, h4, h5, h6{font-family: "Inria Sans", sans-serif;font-optical-sizing: auto;color:var(--colore_testo_1);font-weight: 400;}
.mea{font-family: "Mea Culpa", cursive;font-weight: 300;}
.inria-serif {
	font-family: "Inria Serif", serif;
	font-weight: 300;
	font-style: normal;
  }
h1{font-size: 60px;}
h3{font-size: 35px;}
@media (max-width: 1199px) {
	h3 {
		font-size: 30px;
	}
}
@media (max-width: 991px) {
	h3 {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	h3 {
		font-size: 19px;
	}
}
p,input,ul,li,label,table,tr,td, a, button, select, option{font-family: "Inria Sans", sans-serif;font-optical-sizing: auto;font-weight: 300;color:var(--colore_testo_1);font-size: 20px;line-height: normal}
label{line-height: 30px}
tr{border:1px solid #707070;}
td{border-right:1px solid #707070;padding: 10px;}
.white{color: #ffffff;}
a{transition: all 0.3s ease;}
a:hover{color: var(--colore_1);}
dl, ol, ul {margin-top: 0;margin-bottom: 0;}
footer .studio09{max-width: 100px;width: 200px;}
.wow{visibility: hidden;}
ul{padding-inline-start: 0px;}


/*MARGIN-TOP*/
.mt-10{margin-top: 10px;}.mt-20{margin-top: 20px;}.mt-30{margin-top: 30px;}.mt-40{margin-top: 40px;}.mt-50{margin-top: 50px;}.mt-60{margin-top: 60px;}.mt-70{margin-top: 70px;}.mt-80{margin-top: 80px;}.mt-90{margin-top: 90px;}.mt-100{margin-top: 100px;}.mt-120{margin-top: 120px;}.mt-150{margin-top: 150px;}.mt-200{margin-top: 200px;}.mt-250{margin-top: 250px;}.mt-300{margin-top: 300px;}
/*MARGIN-BOTTOM*/
.mb-10{margin-bottom: 10px;}.mb-20{margin-bottom: 20px;}.mb-30{margin-bottom: 30px;}.mb-40{margin-bottom: 40px;}.mb-50{margin-bottom: 50px;}.mb-60{margin-bottom: 60px;}.mb-70{margin-bottom: 70px;}.mb-80{margin-bottom: 80px;}.mb-90{margin-bottom: 90px;}.mb-100{margin-bottom: 100px;}.mb-120{margin-bottom: 120px;}.mb-200{margin-bottom: 200px;}.mb-250{margin-bottom: 250px;}.mb-300{margin-bottom: 300px;}

/*PADDING-TOP*/
.pt-10{padding-top: 10px;}.pt-20{padding-top: 20px;}.pt-30{padding-top: 30px;}.pt-40{padding-top: 40px;}.pt-50{padding-top: 50px;}.pt-60{padding-top: 60px;}.pt-70{padding-top: 70px;}.pt-80{padding-top: 80px;}.pt-90{padding-top: 90px;}.pt-100{padding-top: 100px;}.pt-120{padding-top: 120px;}.pt-107{padding-top: 107px;}
/*PADDING-BOTTOM*/
.pb-10{padding-bottom: 10px;}.pb-20{padding-bottom: 20px;}.pb-30{padding-bottom: 30px;}.pb-40{padding-bottom: 40px;}.pb-50{padding-bottom: 50px;}.pb-60{padding-bottom: 60px;}.pb-70{padding-bottom: 70px;}.pb-80{padding-bottom: 80px;}.pb-90{padding-bottom: 90px;}.pb-100{padding-bottom: 100px;}.pb-120{padding-bottom: 120px;}.pb-150{padding-bottom: 150px;}.pb-250{padding-bottom: 250px;}


.due-colonne{column-count: 2;column-gap: 50px;}
.tre-colonne{column-count: 3;column-gap: 50px;}


.fs-12{font-size: 12px;line-height: normal}
.fs-14{font-size: 14px;line-height: normal}
.fs-16{font-size: 16px;line-height: normal}
.fs-20{font-size: 20px;line-height: normal}
.fs-22{font-size: 22px;line-height: normal}
.fs-24{font-size: 24px;line-height: normal}
.fs-26{font-size: 26px;line-height: normal}
.fs-28{font-size: 28px;line-height: normal}
.fs-30{font-size: 30px;line-height: normal}
.fs-32{font-size: 32px;line-height: normal}
.fs-45{font-size: 45px;line-height: normal}
.fs-60{font-size: 60px;line-height: normal}
.fs-70{font-size: 70px;line-height: normal}

.lh-26{line-height: 26px;}
.lh-32{line-height: 32px;}

.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}


.fw-700, strong{font-weight: 700}
.fw-400{font-weight: 400!important}
.fw-500{font-weight: 500}
.fw-600{font-weight: 600}
.fw-800{font-weight: 800}
.fw-900{font-weight: 900}
.br-5{border-radius: 5px;}
.br-10{border-radius: 10px;}
.br-15{border-radius: 15px;}
.br-25{border-radius: 25px;}
.br-30{border-radius: 30px;}
.br-40{border-radius: 40px;}


/* BOTTONI */
.btn{
	font-family: "Inria Sans", sans-serif;
	font-weight: 300;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 40px!important;
	font-size: 18px;
	letter-spacing: 0.5px;
	background-color: #ffffff;
	border-color: var(--colore_1);
	color: var(--colore_1);
}
.btn:hover{
	
	background-color: var(--colore_1);
	border-color: var(--colore_1);
	color:var(--bianco);
}
.btn-1{
	background: transparent;
	padding-left: 25px;
	padding-right: 25px;
}
.btn-2{
	background: transparent;
	padding-left: 25px;
	padding-right: 25px;
	border-color: #EFE9D3;
	color:#EFE9D3;
}
@media (max-width: 768px) {
	.btn{
		/* padding-left: 20px;
		padding-right: 20px;
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 20px; */
		display: inline-block;
		padding-left: 35px;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	margin: 4px 60px !important;
	}
}
.btn-success{
	background-color:var(--colore_1);
	border-color: var(--colore_1);
	color: #ffffff;

}
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
	background-color:var(--bianco);
	border-color: var(--colore_1);
	color: var(--colore_1);

}
.btn-success {
	transition: box-shadow .3s ease-in-out;
	transition-delay: 0;
}
.btn:hover,
.btn.focus,
.btn:focus,
.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
	box-shadow: var(--colore_1_alpha2) 0 0 0 6px;
}

.btn-sm {
	padding-top: .5rem;
	padding-bottom: .375rem;
	font-size: 1rem;
}

.btn-circle.btn-sm {
	padding-left: 1.4375rem;
	padding-right: 1.4375rem;
	min-width: calc(.875rem + 1.5em + 2px);
}



/* FORMS */

.form-check-input.is-invalid, .was-validated .form-check-input:invalid,.form-control.is-invalid, .was-validated .form-control:invalid {

	box-shadow: 0 0 10px 6px rgba(220, 53, 69, 0.2);
}


.message {display: none;}
.form-check{position: relative;}
.form-group-material {
	margin-bottom: .625rem;
	padding-top: 1rem;
	position: relative;
}

.form-group-material .label {
	position: absolute;
	left: .75rem;
	font-size: 16px;
	color: var(--placeholder);
	pointer-events: none;
	transform-origin: left top;
	transition: all .3s ease-in-out;
	top: 26px;
	z-index: 10;
}




.form-group-material .form-control {
	border-radius: 0;
	background-color: transparent;
	color: var(--colore_1);
	border:1px solid #000000;
	font-weight: 300;
	padding: .75rem .75rem;
}


.form-border-bottom .form-group-material .form-control {
	border: 0;
	border-bottom: 1px solid #000000;
	padding-left: 10px;
	border-radius:50px;
}
.form-border-bottom .form-group-material textarea.form-control {
	border-radius:15px;
}
.form-border-bottom .form-group-material .label {
	color: #888888 !important;

	left: 10px;
	transform: scale(1)!important;
	top:20px!important;
}



.form-group-material.active .label, .label-active {
	color: #000000!important;
	transform: scale(.77777778)!important;
	top: -7px!important;
	left: 0px!important;
}

.form-group-material .form-control:focus {
	outline: none;
	box-shadow: none;
}
.invalid-tooltip{padding: .03rem .3rem;font-size: 12px;top: 98%;border-radius: 0 0 .25rem .25rem}
label.error {
	margin-top: .5rem;
	margin-bottom: 0;
	color: var(--errore);
    width: 100%;
    font-size: 90%;
}

.form-control.error,
.form-control.error:focus {
	border-color: var(--errore);
	color: var(--errore);
}

.control-file {
	margin-top: 1.625rem;
	margin-bottom: 2.5rem;
	position: relative;
}

.control-file i {
	position: absolute;
	left: -.25rem;
	top: .5625rem;
	font-size: 1.625rem;
}

.control-file .file-path-wrapper {
	overflow: hidden;
}

.control-file input.file-path {
	padding: 0 0 0 2.125rem;
	border: none;
	border-radius: 0;
	background: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.125rem;
}

.control-file input.file-path::-moz-placeholder {
	color: var(--placeholder);
	text-decoration: underline;
	opacity: 1;
	transition: color .3s ease;
}

.control-file:hover input.file-path::-moz-placeholder {
	color: var(--colore_1);
}

.control-file input.file-path:-ms-input-placeholder {
	color: var(--placeholder);
	text-decoration: underline;
	transition: color .3s ease;
}

.control-file:hover input.file-path:-ms-input-placeholder {
	color: var(--colore_1);
}

.control-file input.file-path::-webkit-input-placeholder {
	color: var(--placeholder);
	text-decoration: underline;
	transition: color .3s ease;
}

.control-file:hover input.file-path::-webkit-input-placeholder {
	color: var(--colore_1);
}

.control-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0)
}
.form-check-label,.form-check-label a{font-size: 14px!important;} 
/*
.custom-checkbox .custom-control-label::before {border-radius: 0;border: var(--colore_1) solid 2px;}
.custom-control-input:checked~.custom-control-label::before {color: var(--bianco);border-color: var(--colore_1);background-color: var(--colore_1);}
*/
.control-file input[type=file]::-webkit-file-upload-button {
	display: none;
}
.custom-checkbox .custom-control-label::before {border-radius: 0;border: var(--colore_1) solid 2px;}
.custom-control-input:checked~.custom-control-label::before {color: var(--bianco);border-color: var(--colore_1);background-color: var(--colore_1);}


.carousel-control-next-icon, .carousel-control-prev-icon{background: transparent!important;}
.carousel-control-prev-icon svg{transform: rotate(180deg);}
.custom-caption {
    position: absolute;
    bottom: 40px;
    left: 0px;
	background: transparent;
    color: #ffffff!important; /* Testo bianco */
    padding: 5px 0px;
    border-radius: 5px;
    font-size: 14px;
    text-align: left;
	z-index: 10;
	width: 100%;
}
@media (max-width: 575px) {
	.custom-caption{bottom: 5px;}
}



/* RESPONSIVE */

@media (max-width: 1199px) {
    .invalid-tooltip{font-size: 11px}

}



@media (max-width: 991px) {
	.fs-md-28{font-size: 28px;}
	.fs-md-20{font-size: 20px;}
	.fs-md-18{font-size: 18px;}
    a,p,input,ul,li,table,tr,td{font-size: 18px;}


}



@media (max-width: 767px) {
    .due-colonne,.tre-colonne{column-count: 1;column-gap: 0px;}
    a,p,input,ul,li,label,table,tr,td{font-size: 17px;}

}


@media (max-width: 575px) {
	.fullscreen-menu {top: 75px;}

}