section {
	overflow-x: hidden;
}

section.one {
	height: 85vh;
	min-height: 500px;
	overflow: hidden;
}
section.one .row {
	margin-bottom: 130px;
	min-height: 500px;
	border-top: 1px solid white;
}
section.one .img-wrap.bg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
section.one .logo {
	width: 200px;
}

section.team * {
	color: black;
}
section.team .scrollme {
	overflow-x: scroll;
	scrollbar-width: 4px;
	scrollbar-color: black white;
	cursor: grab;
	/* Chrome, Edge, and Safari */
}
section.team .scrollme::-webkit-scrollbar {
	height: 4px;
}
section.team .scrollme::-webkit-scrollbar-track {
	background: #b3b3b3;
	border: 0.5px solid white;
}
section.team .scrollme::-webkit-scrollbar-thumb {
	background-color: black;
}
section.team .team-member .titolo-membro {
	font-size: 20px;
	text-shadow: 0 0 4px black;
}
section.team .team-member .sottotitolo-membro {
	text-shadow: 0 0 4px black;
}
section.team .team-member .key {
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 5px;
}
section.team .team-member .value {
	font-size: 14px;
}
section.team .team-member .testo {
	line-height: 1.3em;
}
section.team .team-member {
	width: 100%;
	margin-right: 20px;
	min-width: 100%;
}
section.team .team-member:last-child {
	margin-right: 0;
}
section.team .team-member .img-wrap {
	height: 350px;
}
@media (min-width: 992px) {
	section.team .team-member .img-wrap {
		height: 550px;
	}
}
@media (min-width: 992px) {
	section.team .team-member {
		min-width: 50%;
	}
}
@media (min-width: 1400px) {
	section.team .team-member {
		min-width: 33%;
	}
}

section.team .splide__arrows {
	top: -50px;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
section.team .splide__arrows button {
	pointer-events: auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.81 96.64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-miterlimit:10;stroke-width:15px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M29.6,9.18,70.34,49.93a.21.21,0,0,1,0,.29L29.6,90.82' transform='translate(-22.1 -1.68)'/%3E%3C/svg%3E");
	border: 0;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.7215686275);
	background-size: 28px;
	width: 20px;
	height: 20px;
	opacity: 1;
	transition: filter 300ms ease;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 3px solid white;
	background-position: 54% 50%;
	transition: background-size 300ms ease;
}
section.team .splide__arrows button.splide__arrow--prev {
	transform: rotate(180deg);
}
section.team .splide__arrows button.splide__arrow--next {
	margin-right: 35px;
}
section.team .splide__arrows button:disabled {
	filter: brightness(0.2) grayscale(1);
	background-size: 28px !important;
}
section.team .splide__arrows button:hover {
	background-size: 30px;
}

section.servizi .servizio {
	margin: 100px 0;
}
@media (min-width: 1400px) {
	section.servizi .servizio {
		margin: 200px 0;
	}
}
section.servizi .servizio .titolo-servizio {
	font-size: 35px;
}
@media (min-width: 992px) {
	section.servizi .servizio .titolo-servizio {
		font-size: 45px;
	}
}
@media (min-width: 1400px) {
	section.servizi .servizio .titolo-servizio {
		font-size: 60px;
	}
}
section.servizi .servizio .testo-servizio p {
	margin-bottom: 30px;
	font-weight: 200;
	line-height: 2em;
	letter-spacing: 0.4px;
	font-size: 17px;
}
@media (min-width: 992px) {
	section.servizi .servizio .testo-servizio p {
		font-size: 20px;
	}
}
section.servizi .servizio .img-wrap {
	min-height: 210px;
}
section.servizi .servizio .button:before {
	left: 9%;
}
section.servizi .servizio .button:hover:before {
	left: 83% !important;
}
section.servizi .servizio .img-col {
	padding: 50px 0;
	order: -1;
}
@media (min-width: 992px) {
	section.servizi .servizio .img-col {
		padding: 0 0;
		padding-left: 0;
		padding-right: 50px;
	}
	section.servizi .servizio .img-col.first {
		order: 1;
	}
}
@media (min-width: 992px) {
	section.servizi .servizio .img-col.first {
		padding-right: 0;
		padding-left: 50px;
	}
}
@media (min-width: 1400px) {
	section.servizi .servizio .text-col {
		padding: 0 50px;
	}
}
section.servizi .servizio .order-first {
	order: 1;
}

section.partners .col-12 {
	padding: 150px 0;
}
section.partners .img-wrap.background {
	top: 0;
	left: 0;
	filter: brightness(0.6);
}
section.partners .img-wrap.contenuto {
	height: 340px;
	width: 100%;
	filter: saturate(0) brightness(1.3);
}
section.partners .title {
	font-weight: 200;
}

section.servizi-extra .servizio {
	padding: 100px 20px;
}
@media (min-width: 992px) {
	section.servizi-extra .servizio {
		padding: 100px;
		height: 600px;
	}
}
section.servizi-extra .servizio .title {
	font-weight: 200;
	line-height: 1em;
	max-width: 800px;
}
@media (min-width: 992px) {
	section.servizi-extra .servizio .title {
		font-size: 60px;
	}
}
section.servizi-extra .servizio p {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.3px;
	max-width: 1100px;
	line-height: 1.5em;
}
section.servizi-extra .img-wrap {
	filter: brightness(0.6);
}
section.servizi-extra p {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6em;
}
@media (min-width: 992px) {
	section.servizi-extra p {
		font-size: 16px;
	}
}
section.servizi-extra p:last-child {
	margin-bottom: -6px;
}

section.team .my-carousel-progress {
	background: #b3b3b3;
	height: 2px;
	margin-right: 20px;
}
@media (min-width: 992px) {
	section.team .my-carousel-progress {
		margin-right: 60px;
	}
}
section.team .my-carousel-progress-bar {
	background: black;
	border: 2px solid black;
	transition: width 400ms ease;
	width: 0;
	position: relative;
	top: -1px;
}
