:root {
	--blu-100: #1562ac;
	--red-100: #e31418;
	--blu-50: #007ec0e6;
	--white-100: #fff;
	--gray-100: #ccc;
	--gray-50: #d9d3d3;
}

body {
	font-family:
		Public Sans,
		sans-serif;
	font-size: 22px;
	margin: 0;
}

h1 {
	font-size: 50px;
	line-height: 52px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 42px;
	line-height: 60px;
	font-weight: 500;
	margin: 0 0 10px 0;
}

h3 {
	margin-top: 5px;
}

p {
	font-size: 20px;
	font-weight: 300;
	margin: 20px 0;
	line-height: 35px;
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
}

section:not(.footer):not(.header):not(.bg_form) {
	height: 100%;
	padding: 50px 0;
}

section:not(.header) {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bg-blue {
	background-color: var(--blu-100);
}

.bg-light-blue {
	background-color: var(--blu-50);
}

.bg-gray {
	background-color: var(--gray-50);
}

.cl-white {
	color: var(--white-100);
}

.gap-50 {
	gap: 50px !important;
}

.header {
	width: 100%;
	height: 75vh;
	background-image:
		linear-gradient(rgba(0, 126, 192, 0.5), rgba(0, 126, 192, 0.5)),
		url("./immagini/gallery/centrifuga-mobile.jpg");
	background-size: cover;
	background-position: center;
}

.header-container {
	position: relative;
	height: 100%;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.titolo_header {
	position: relative;
	padding: 100px 0;
	color: var(--white-100);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.heading {
	font-size: 100px;
	width: 60%;
	line-height: 90px;
}

.heading-subtitle {
	font-size: 70px;
	color: var(--gray-100);
	margin-top: 25px;
}

.logo {
	position: absolute;
	left: 0;
	top: 100px;
	height: auto;
	width: 300px;
}

.main-icons {
	height: 25vh;
}

.main-icons .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.icon-container {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.icon {
	height: auto;
	width: 127px;
}

.services {
	padding: 5px;
	position: relative;
	display: flex;
	justify-content: center;
	width: 130px;
	height: 130px;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

.service-icon {
	border: 2px solid var(--blu-50);
	width: 100px;
	border-radius: 13px;
}

.service-title {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}

.no-border {
	border: 0;
	border-radius: 0;
}

.button-container {
	border: 2px solid var(--blu-50);
	border-radius: 5px;
	color: var(--blu-50);
	background-color: var(--white-100);
	width: fit-content;
	padding: 15px 20px;
	font-size: 30px;
	display: block;
	transition: background-color 0.3s linear;
}

.button-container:hover {
	background-color: var(--gray-50);
	color: var(--blu-50);
}

.container {
	height: 100%;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.riga_rossa_under {
	background-color: var(--red-100);
	width: 15%;
	height: 10px;
}

.riga_rossa_under.small {
	height: 5px;
	margin-bottom: 4%;
}

.title {
	margin-bottom: 20px;
}

.paragraph {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.paragraph .container {
	padding-bottom: 50px;
}

.grid {
	display: grid;
	gap: 20px;
	align-items: center;
	justify-items: center;
}

.grid-2 {
	grid-template-columns: 1fr 1fr;
}

.grid-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-6 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.items-wrapper {
	padding: 10px;
	border: 2px solid var(--gray-100);
	border-radius: 10px;
	text-align: center;
	height: 100%;
}

.freccia {
	width: fit-content;
}

.gallery-image {
	width: 100%;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}

.faq-item {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	cursor: pointer;
	margin-bottom: 20px;
}

.faq-answer {
	padding: 10px;
}

.icon-wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
}

.icon-image {
	width: 25%;
}

.icon-text {
	font-size: 18px;
}

.sectors .icon-image {
	width: 25%;
}

.why-us {
	background:
		linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
		url("./immagini/sede.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.elenco_puntato {
	font-weight: 300;
	line-height: 35px;
	margin-top: 0px;
	padding: 0;
}

.mb-5-c {
	margin-bottom: 5px;
}

.elenco_puntato li {
	margin-left: 25px;
}

.firma-eweb {
	background-color: #000;
	height: 30px;
	margin-top: 3%;
	text-align: center;
}

.bottone1 {
	background-color: var(--red-100);
	margin-top: 1%;
	padding-left: 6%;
	padding-right: 6%;
}

.card {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2%;
	width: 100%;
	text-align: center;
	border-radius: 0;
	border: 0;
	height: 100%;
}

.card:nth-child(2) {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.card p {
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
}

.gap-0 {
	gap: 0;
}

/* Lightbox */
.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.lightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 10px;
}

/* FORM */

#form-preventivo {
	scroll-margin-top: 100px;
}
.bg_form {
	background-image: url("./immagini/sede.jpg");
	background-position: center center;
	background-size: cover;
	height: 100vh;
}

.float_box {
	position: absolute;
	right: 0;
	top: 0;
	background: var(--blu-100);
	border-radius: 0 0 30px 30px;
	padding: 40px;
}

.text-white {
	color: #fff !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.form-control:focus:not([type="file"]),
.form-control:hover:not([type="file"]) {
	border-color: var(--red-100);
	padding-left: 21px !important;
	background-color: transparent;
}

.form-control {
	border-radius: 0;
	box-shadow: none !important;
	border-color: #d2d2d2;
	background-color: transparent;
	z-index: 1;
	position: relative;
	overflow: hidden;
	transition: all ease 0.5s;
}

.btn-w:hover {
	background-color: rgb(231, 231, 231);
}
.btn:hover {
	color: #212529;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
.btn-w {
	background-color: #fff !important;
	border-radius: 0px;
	transition: all ease 0.5s;
}
.text-dark {
	color: #212529 !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.w-100 {
	width: 100% !important;
}

.privacy {
	font-weight: 200;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}

textarea.form-control {
	min-height: calc(1.5em + (0.75rem + 2px));
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.footer_link {
	color: var(--body-color);
}

@media (min-width: 1200px) {
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
}

@media (min-width: 768px) {
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
}

@media (min-width: 1200px) {
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
}

.text-dark {
	color: #212529 !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.text-dark {
	color: #212529 !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.position-relative {
	position: relative !important;
}
.d-block {
	display: block !important;
}

video:not(.sostenibilita_video) {
	width: 100%;
	display: block;
}

.vid_sost_footer {
	width: 50px !important;
	position: absolute;
	top: -13px;
	left: 60%;
}

.line {
	background: #bb1a1e;
	width: 40px;
	height: 4px;
}

.eweb_signature {
	background: #000;
	color: #ffffffbf;
	font-size: 75%;
}

@media screen and (max-width: 991px) {
	p {
		font-size: 35px;
		line-height: 35px;
	}

	.elenco_puntato li {
		font-size: 35px;
		line-height: 35px;
	}

	h2 {
		line-height: 3.5rem;
	}

	.main-icons .container {
		flex-direction: column;
		gap: 50px;
	}

	.icon-container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 50px;
	}

	.logo {
		top: 50px;
	}

	.titolo_header {
		padding: 50px 0;
	}

	.heading {
		width: 100%;
		font-size: 80px;
	}

	.heading-subtitle {
		margin-top: 15px;
		font-size: 50px;
	}

	.container,
	.header-container {
		max-width: 95%;
	}

	.grid-2,
	.grid-5,
	.grid-6 {
		grid-template-columns: 1fr;
	}

	.grid-3,
	.grid-4 {
		grid-template-columns: 1fr;
	}

	.items-wrapper {
		width: 100%;
	}

	.freccia {
		rotate: 88deg;
	}

	.colonna_call_footer {
		width: 100%;
		margin-top: 50px;
	}
}

/*

@media screen and (max-width: 991px) {
  .heading {
    letter-spacing: 0;
    margin-top: 8%;
    font-size: 40px;
    line-height: 40px;
  }

  .title-subtitle {
    font-size: 30px;
  }

  .logo_header {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .titolo_header {
    max-width: 90%;
    margin: auto;
    padding-top: 50px;
  }

  .terza-riga > .div-block-4, .terza-riga > .div-block-5 {
    width: 90%;
    max-width: 90%;
    margin: auto;
  }

  .div-block-4,
  .div-block-8,
  .div-block-10 {
    width: 90%;
    max-width: 90%;
    margin: auto;
  }

  .quinta-riga > .onda-blu-header {
    display: none;
  }

  .button {
    font-size: 18px;
  }

  .heading-2 {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .quarta-riga {
    height: auto;
    padding: 50px 0;
  }

  .image {
    width: 55%;
  }

  .riga_rossa_under {
    width: 50px;
    margin-top: 2%;
  }

  .paragrafo_white, .paragrafo_black {
    font-size: 18px;
    line-height: 30px;
  }

  .heading-3b, .heading-3b.white {
    font-size: 18px;
  }

  .div-block {
    grid-template-columns: 1fr;
    max-width: 90%;
    margin: auto;
  }

  .div-block-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .heading-4 {
    font-size: 18px;
  }

  .paragrafo_white2 {
    font-size: 18px;
    line-height: 30px;
  }

  .heading-2b, .heading-2e {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .paragrafo_black-b {
    font-size: 18px;
    line-height: 30px;
  }

  .heading-2d {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .paragrafo_black-c {
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .griglia_a_2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .img-5 {
    width: 50%;
  }

  .img-6 {
    width: 30%;
  }

  .img-7 {
    width: 50%;
  }

  .div-block-15, .div-block-16, .freccia {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-color: var(--_color---blu-franchini);
    height: auto;
    padding-bottom: 45%;
  }

  .logo_header {
    margin-left: 5%;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block {
    grid-template-columns: 1fr;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-4 {
    width: 90%;
    margin-left: 5%;
  }

  .div-block-5 {
    margin-left: 5%;
    margin-right: 5px;
    padding-top: 30px;
  }

  .paragrafo_white {
    font-size: 16px;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
  }

  .heading-3b.white {
    margin-top: 5px;
  }

  .div-block-7 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-2b, .heading-2e {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-8 {
    grid-template-columns: 1fr;
  }

  .heading-2d {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-9 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    padding-right: 5%;
  }

  .div-block-10 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-3b {
    height: 20px;
  }

  .image-5 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .griglia_a_2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .colonna_call_footer {
    margin-top: 4%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-7, .image-8, .image-9 {
    display: none;
  }
}

 */
