/* generali */
body {
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	color: #222;
	letter-spacing: .025rem;
	padding-top: 60px;
	overflow-x: hidden;
}
b {
	font-weight: 800;
}
h1, h2, h3, h4, h5 {
	font-family: 'Manrope', sans-serif;
	font-weight: 800;
}
main {
	height: auto;
	min-height: 100vh;
}

.section {
	position: relative;
	padding: 60px 0;
}
.grey-section {
	background-color: #f0f0f0;
	z-index: -10;
}

.btn-standard {
	font-family: 'Poppins', sans-serif;
	padding: .5rem 1.25rem;
	border: 0px solid transparent;
	border-radius: 6px;
	transition: .3s;
}

/* mobile */
@media screen and (max-width: 576px) {


}
/* generali */



/* link-button */

/* button */
.button-cta {
	display: inline-block;
	padding: 6px 12px 6px 34px;
	margin-top: 10px !important;
	text-decoration: none;
	position: relative;
	transition: .3s;
}
.button-cta:before {
	content: " ";
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
.button-cta:after {
	transition: .3s;
}

/* button hover */
.button-cta:hover {
	padding: 6px 34px 6px 12px;
}
.button-cta:hover:before {
	content: " ";
	height: 0;
	width: 0;
}
.button-cta:hover:after {
	content: " ";
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

/* button pos */
.button-cta-pos {
	color: #1B2A36;
	border: 1px solid #1B2A36;
}
.button-cta-pos:before {
	background: url(../img/arrow-right-long-solid-pos.svg) no-repeat center center;
}

/* button pos hover */
.button-cta-pos:hover {
	color: #1B2A36;
}
.button-cta-pos:hover:before {
	content: " ";
	height: 0;
	width: 0;
}
.button-cta-pos:hover:after {
	background: url(../img/arrow-right-long-solid-pos.svg) no-repeat center center;
}

/* button neg */
.button-cta-neg {
	color: #fff;
	border: 1px solid #fff;
}
.button-cta-neg:before {
	background: url(../img/arrow-right-long-solid-neg.svg) no-repeat center center;
}

/* button neg hover */
.button-cta-neg:hover {
	color: #fff;
}
.button-cta-neg:hover:before {
	content: " ";
	height: 0;
	width: 0;
}
.button-cta-neg:hover:after {
	background: url(../img/arrow-right-long-solid-neg.svg) no-repeat center center;
}


/* link */
.link-cta {
	display: inline-block;
	padding: 6px 0px 6px 22px;
	margin-top: 10px !important;
	text-decoration: none;
	position: relative;
	transition: .3s;
}
.link-cta:before {
	content: " ";
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
.link-cta:after {
	transition: .3s;
}

/* link hover */
.link-cta:hover {
	padding: 6px 22px 6px 0px;
}
.link-cta:hover:before {
	content: " ";
	height: 0;
	width: 0;
}
.link-cta:hover:after {
	content: " ";
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* link pos */
.link-cta-pos {
	color: #1B2A36;
}
.link-cta-pos:before {
	background: url(../img/arrow-right-long-solid-pos.svg) no-repeat center center;
}
/* link pos hover */
.link-cta-pos:hover {
	color: #1B2A36;
}
.link-cta-pos:hover:before {
	content: " ";
	height: 0;
	width: 0;
}
.link-cta-pos:hover:after {
	background: url(../img/arrow-right-long-solid-pos.svg) no-repeat center center;
}

/* link neg */
.link-cta-neg {
	color: #fff;
}
.link-cta-neg:before {
	background: url(../img/arrow-right-long-solid-neg.svg) no-repeat center center;
}
/* link neg hover */
.link-cta-neg:hover {
	color: #fff;
}
.link-cta-neg:hover:before {
	content: " ";
	height: 0;
	width: 0;
}
.link-cta-neg:hover:after {
	background: url(../img/arrow-right-long-solid-neg.svg) no-repeat center center;
}
/* link-button */



/* left line */
.left-line {
	border-left: 2px solid #FFC000;
	padding-left: 20px;
	margin-bottom: 30px;
}
.left-line p {
	margin-bottom: 0;
}
.left-line span {
	font-weight: 800;
	font-size: 2.8rem;
}
.left-line p {
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 0;
}

/* mobile */
@media screen and (max-width: 500px) {
	.left-line {
		border-left: 2px solid #FFC000;
		padding-left: 15px;
		margin-bottom: 25px;
	}
	.left-line h1 {
		font-size: 2.75rem;
	}
	.left-line p {
		font-size: 1.1rem;
	}
}
/* mobile */
/* left line */



/* testata */
.div-testata {
	height: 500px;
	color: #fff;
	background-color: #1B2A36;
	position: relative;
}
.content-testata {
	height: 100%;
	position: relative;
	z-index: 50;
}
.titolo-testata {
	height: 60%;
	padding-left: 20px;
	border-left: 2px solid #FFC000;
}
.content-testata p {
	margin-bottom: 8px;
}
.img-testata {
	position: absolute;
	right: 20px;
	bottom: 20px;
	opacity: .5;
}

/* mobile */
@media screen and (max-width: 500px) {
	.img-testata {
		position: absolute;
		right: 20;
		bottom: 20;
		opacity: .5;
	}
}
/* mobile */
/* testata */



/* form */
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input {
	display: block;
	width: 100%;
	height: 60px;
	padding: 16px 15px;
	margin: 10px 0;
	border: 0;
	border-radius: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 50px;
	background-color: #f0f0f0;
	color: #222;
	outline: 0;
	appearance: none;
	transition: all 0.2s ease-in-out;
}
.form-label fieldset {
	position: relative;
}
.form-label fieldset:first-child input {
	border-radius: 0;
}
.form-label fieldset:last-child input {
	border-radius: 0;
	box-shadow: 0;
}
.form-label fieldset + fieldset {
	border-top: 0px;
}
.form-label label {
	position: absolute;
	top: 28px;
	left: 15px;
	color: #909090;
	transform: translateY(0);
	transition: all 0.2s ease-in-out;
}
.form-css-label input[data-empty="false"], .form-css-label input:valid, .form-css-label input:focus {
	padding: 25px 15px 10px;
}
.form-css-label input:focus {
	outline: 0;
	background: #f0f0f0;
}
.form-css-label input[data-empty="false"] + label, .form-css-label input:valid + label, .form-css-label input:focus + label {
	color: #222;
	font-weight: 900;
	font-size: .85rem;
	top: 17px;
	transform: translateY(0);
}


textarea {
	display: block;
	width: 100%;
	min-height: 60px;
	padding: 16px 15px;
	margin: 10px 0;
	border: 0;
	border-radius: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 50px;
	background-color: #f0f0f0;
	color: #222;
	outline: 0;
	appearance: none;
	transition: all 0.2s ease-in-out;
}
.form-css-label textarea[data-empty="false"], .form-css-label textarea:valid, .form-css-label textarea:focus {
	padding: 25px 15px 10px;
}
.form-css-label textarea:focus {
	outline: 0;
	background: #f0f0f0;
}
.form-css-label textarea[data-empty="false"] + label, .form-css-label textarea:valid + label, .form-css-label textarea:focus + label {
	color: #222;
	font-weight: 900;
	font-size: .85rem;
	top: 17px;
}

.form-label .privacy {
	font-weight: 300;
	font-size: .75rem;
}
/* form */








.mockup-div {
	position: relative;
}
.mockup-div .img-2 {
	position: absolute;
	top: 0;
	left: 0;
}
.contatti-maps p {
	margin-bottom: 10px;
}
.contatti-maps i {
	display: inline-block;
	width: 20px;
}
.contatti-maps iframe {
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
/* mobile */
@media screen and (max-width: 500px) {
	.mockup-div {
		margin-bottom: 40px;
	}
	.contatti-maps iframe {
		margin-top: 40px;
	}
}
/* mobile */




















