@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&family=Rubik:wght@500&display=swap');

:root {
	--grigio-3f: #3f3f3f;
	--grigio-96: #969696;
	--giallo: #e2c802;
	--arancione: #ff8f00;
}

html,
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: "Open Sans", serif;
	font-optical-sizing: auto;
	line-height: 1.5;
}

a,
a:hover,
a:focus {
	color: #333;
	outline: none !important;
	text-decoration: underline;
}

button {
	outline: none !important;
}

textarea {
	resize: none;
}

b,
strong {
	font-weight: 700;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
	outline: 0 !important;
	outline-offset: 0 !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.font-22 {
	font-size: 22px;
}

.font-20 {
	font-size: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-150 {
	margin-bottom: 150px;
}

.pt-50 {
	padding-top: 50px;
}

.my-50 {
	margin-bottom: 50px;
	margin-top: 50px;
}

.filtro-arancione {
	filter: invert(57%) sepia(84%) saturate(2711%) hue-rotate(2deg) brightness(107%) contrast(102%);
}

.fw-600 {
	font-weight: 600;
}

/* ! menu */

.navbar {
	background-color: var(--grigio-3f);
	position: relative;
	z-index: 2;
}

.navbar-nav .nav-link {
	color: #fff;
	font-weight: 700;
	transition: all .3s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	opacity: .7;
	text-decoration: none;
}

.navbar-nav .nav-link.active {
	opacity: 1 !important;
	color: var(--giallo);
}

.navbar-toggler {
	border: none;
	box-shadow: none !important;
	margin: 21px 0;
}

.navbar-toggler-icon {
	background-image: url(../img/menu-toggle.svg);
}

@media (max-width: 767px) {
	.navbar>.container {
		justify-content: end;
	}

	.navbar-nav .nav-link {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.navbar-nav .nav-link {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 80px;
	}

	.navbar-nav .nav-link {
		padding-right: 11px !important;
		padding-left: 11px !important;
	}
}

/* ! home */

#section-home {
	background-size: contain;
	background-position: bottom center;
	background-image: url(../img/greca-1.png), linear-gradient(237deg, #c6e9f9 0%, #9fddfa 100%) !important;
	background-repeat: no-repeat;
	padding-top: 27px;
	padding-bottom: 13vw;
}

#section-home .telefono {
	margin-top: -50px;
}

#section-home h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
}

#section-home .stores {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

#section-home ul,
#section-app ul {
	list-style: none;
	padding: 0 0 0 20%;
}

#section-app ul {
	padding: 0;
}

#section-home ul li,
#section-app ul li {
	padding-left: 35px;
	margin-bottom: 25px;
	position: relative;
}

#section-home ul li img,
#section-app ul li img {
	position: absolute;
	top: 0;
	left: 0;
}

.sottotitolo {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #ff8f00 !important;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.titolo {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 1.4em;
}

#section-app .img-fluid {
	max-width: 90%;
}

.container.max-1080 {
	max-width: 1080px;
}

#section-team {
	padding: 50px 0 100px;
	background-color: #f0f0f0;
	position: relative;
}

#section-team .greca {
	background-image: url(../img/greca-2.svg);
	background-size: 100% 100px;
	bottom: 0;
	height: 100px;
	z-index: 10;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

input.form-control,
textarea.form-control {
	padding: 16px;
	border-width: 0;
	border-radius: 0;
	background-color: #eee !important;
	font-size: 14px;
	box-shadow: none !important;
}

.form-check-input[type=checkbox] {
	border-radius: 0;
	border-color: #666;
}

.btn.btn-primary {
	border-radius: 0px !important;
	color: #efefef !important;
	border-width: 0px !important;
	border-radius: 3px;
	font-size: 17px;
	background: var(--grigio-3f);
	transition: all .7s cubic-bezier(.215, .61, .355, 1);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
	letter-spacing: 2px;
	color: #efefef !important;
	background: #263547;
}

.box-review {
	background: url(../img/bg-review.png) no-repeat bottom center;
	border-radius: 24px 24px 24px 24px;
	overflow: hidden;
	background-color: #ffffff !important;
	box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.06);
	font-size: 14px;
	color: #666;
	padding: 30px;
	line-height: 1.8;
}

#section-contatti {
	background-size: contain;
	background-position: top center;
	background-image: url(../img/greca-3.png), linear-gradient(237deg, #c6e9f9 0%, #9cdcf9 100%) !important;
	background-repeat: no-repeat;
	padding-top: 20vw;
	padding-bottom: 30px;
}

#section-contatti h2 {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 1.4em;
	color: var(--arancione);
}

#section-contatti .titolo {
	font-family: "Rubik", sans-serif;
}

footer {
	padding: 40px 0 30px;
	background-color: var(--grigio-3f);
	position: relative;
	z-index: 2;
}

footer a {
	text-decoration: none;
	font-size: 14px;
}

footer a:hover,
footer a:focus {
	text-decoration: underline;
}

#section-credits {
	padding: 10px;
	font-size: 14px;
	background-color: #000;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#section-home {
		padding-bottom: 18vw;
	}

	#section-home ul {
		list-style: none;
		padding: 0 0 0 8%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mb-100 {
		margin-bottom: 70px;
	}

	#section-home ul {
		padding: 0 5%;
	}

	#section-home .telefono {
		max-width: 300px;
		margin-top: 0;
	}

	#section-app .immagine img {
		max-width: 350px;
		margin: 30px 0;
	}
}

@media (max-width : 767px) {
	.mb-100 {
		margin-bottom: 50px;
	}

	#section-home .stores .qrcode {
		width: 100%;
	}

	#section-home ul {
		padding: 0;
	}

	#section-home .telefono,
	#section-app .immagine img {
		max-width: 200px;
		margin: 30px 0;
	}

	.titolo {
		font-size: 25px;
		margin-bottom: 10px;
	}

	#section-review .col-md-4 {
		max-width: 300px;
	}

	#section-contatti {
		padding-top: 28vw;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	#section-home ul {
		padding: 0 0 0 15%;
	}
}

@media (min-width : 1200px) {
	#section-home .telefono {
		max-width: 350px;
	}

	#section-review .col-md-4 {
		width: 29%;
	}
}

@media (min-width : 2800px) {
	#section-home {
		padding-bottom: 10vw;
	}
}

/* ! lista affiliati */

#section-lista .embed-container {
	padding-bottom: 800px;
}

#section-lista h1 {
	font-size: 20px;
	color: var(--arancione);
	padding: 20px;
	margin-bottom: 0px;
}

#section-lista .overflow-auto {
	height: calc(800px - 67px);
}

#section-lista .overflow-auto::-webkit-scrollbar {
	width: 12px;               /* width of the entire scrollbar */
  }
  
#section-lista .overflow-auto::-webkit-scrollbar-track {
	background: #eee;        /* color of the tracking area */
}

#section-lista .overflow-auto::-webkit-scrollbar-thumb {
	background-color: var(--arancione);    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
	border: 4px solid #eee;  /* creates padding around scroll thumb */
}

#section-lista .itemOfficina {
	padding: 25px 20px;
}

#section-lista .embed-container {
	position: relative;
	padding-bottom: 800px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

#section-lista .embed-container iframe,
#section-lista .embed-container object,
#section-lista .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#section-lista .nome {
	font-weight: 700;
}

#section-lista .indirizzo {
	font-size: 13px;
	color: var(--grigio-96);
}

.btn-outline-secondary {
	border-color: var(--grigio-3f);
	color: var(--grigio-3f);
	font-size: 15px;
	border-radius: 0;
	text-decoration: none !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
	border-color: var(--grigio-3f);
	background-color: var(--grigio-3f);
	color: #fff;
}

@media (max-width: 991px) {
	#section-lista .col-lg-4 {
		order: 2;
		margin-top: 30px;
	}

	#section-lista .col-lg-8 {
		order: 1;
	}

	#section-lista .overflow-auto {
		height: calc(500px - 67px);
	}

	#section-lista .embed-container {
		padding-bottom: 500px;
	}
}

@media (min-width : 1200px) {
	#section-lista .overflow-auto .nome {
		max-width: 75%;
	}
}