.section-hero {
	background: var(--light-grey);
	padding-top: 0;
	padding-bottom: 50px;
}

.hero-tecniche-left {
	position: relative;
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 30px;
}

.hero-tecniche-left::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: var(--light-grey);
}

.hero-label {
	color: var(--text-grey);
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.hero-title {
	font-size: 32px;
	line-height: 1.4;
	color: var(--title-color);
	margin-bottom: 30px;
}

.hero-tecniche-image {
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
}

.hero-tecniche-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 45%;
	width: 100%;
	background: var(--light-grey);
	z-index: -1;
}

.hero-tecniche-image picture {
	margin-bottom: 30px;
}

.hero-tecniche-image img {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.hero-label {
		font-size: 12px;
		letter-spacing: 6px;
		margin-bottom: 40px;
	}

	.hero-title {
		font-size: 48px;
		margin-bottom: 32px;
	}

	.hero-tecniche-image {
		padding: 0;
	}

	.hero-tecniche-image::before {
		display: none;
	}

	.hero-tecniche-image picture {
		margin-bottom: 0;
	}

	.hero-tecniche-left {
		max-width: 655px;
		margin-left: auto;
		padding-top: 0;
		padding-right: 50px;
		padding-bottom: 0;
	}

	.hero-tecniche-left::before {
		width: 200%;
	}

}

@media (min-width: 992px) {
	.hero-title {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 45px;
	}

	.hero-tecniche-left {
		/*padding-top: 90px;*/
		padding-right: 70px;
		/*padding-bottom: 90px;*/
	}

	/*.hero-tecniche-image {
		padding-bottom: 90px;
	}*/
}

@media (min-width: 1200px) {
	.section-hero {
		padding-top: 120px;
		padding-bottom: 120px;

	}

	.hero-tecniche-left {
		/*padding-top: 120px;*/
		padding-right: 100px;
		/*padding-bottom: 120px;*/
	}
}



/*=========================================
    Section Headline BG
=========================================*/
.section-headline {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.content-headline {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.content-headline h3 {
	font-size: 26px;
	color: var(--title-color);
	margin-bottom: 30px;
}

.content-headline p {
	margin-bottom: 30px;
	color: var(--text-grey);
}

.content-headline p:last-child {
	margin-bottom: 0;
}

.section-numbers {
	padding-bottom: 20px;
}

.section-numbers .col-4,
.section-numbers .col-5 {
	margin-bottom: 30px;
}

.digits {
	color: var(--title-color);
	font-size: 32px;
	letter-spacing: -1px;
}

.digits span {
	font-size: 60%;
}

.digits-label {
	color: var(--text-grey);
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
}


@media (min-width: 768px) {
	.content-headline {
		max-width: 640px;
	}

	.content-headline h3 {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		font-size: 32px;
		margin-bottom: 45px;
	}

	.section-numbers {
		padding-bottom: 50px;
	}

	.section-numbers .col-4,
	.section-numbers .col-5 {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.section-headline {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.content-headline {
		max-width: 760px;
	}

	.content-headline h3 {
		max-width: 540px;
		font-size: 38px;
		margin-bottom: 60px;
	}

	.digits {
		font-size: 44px;
	}

	.digits-label {
		font-size: 12px;
	}

	/*.content-headline p {
		margin-bottom: 60px;
	}*/
}

@media (min-width: 1200px) {
	.section-headline {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.content-headline {
		max-width: 980px;
	}

	.content-headline h3 {
		max-width: 680px;
	}

	.section-numbers {
		padding-bottom: 70px;
	}
}


/*=========================================
    Section tecnica
=========================================*/
.section-team {
	padding-bottom: 20px;
}

.section-team .title-caps {
	margin-bottom: 20px;
}

.section-team img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.section-team .section-numbers {
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.section-team {
		padding-bottom: 70px;
	}

	.section-team .title-caps {
		margin-bottom: 40px;
	}

	.section-team img {
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.section-team {
		padding-bottom: 100px;
	}

	.section-team img {
		margin-bottom: 80px;
	}
}



/*=========================================
    Section why
=========================================*/
.section-why {
	background: var(--light-grey);
	padding-top: 50px;
	padding-bottom: 50px;
}

.block-why {
	margin-bottom: 40px;
}

.block-why:last-child {
	margin-bottom: 0;
}

.block-why picture {
	margin-bottom: 20px;
}

.section-why h4 {
	font-family: 'Gotham';
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 25px;
}

.text-why {
	margin-bottom: 15px;
	color: var(--text-grey);
}

.text-why:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.section-why {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.section-why h4 {
		font-size: 27px;
		margin-bottom: 35px;
	}
}

@media (min-width: 992px) {
	.section-why {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.block-why {
		margin-bottom: 50px;
	}

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




.section-testimonianze .title-caps {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.section-testimonianze .title-caps {
		margin-bottom: 40px;
	}
}



.section-featured {
	padding-bottom: 50px;
}

.bg-section-featured {
	background-color: #f2f2f2;
}

.col-featured-text {
	padding: 30px 20px;
}

.col-featured-text h3 {
	font-size: 26px;
	color: var(--title-color);
	margin-bottom: 30px;
}

.col-featured-text p {
	margin-bottom: 30px;
	color: var(--text-grey);
}

.col-featured-text p:last-child {
	margin-bottom: 0;
}

#owl-team .owl-item img {
	width: 100%;
}

@media (min-width: 768px) {
	.section-featured {
		padding-bottom: 70px;
	}

	.col-featured-text h3 {
		font-size: 32px;
		margin-bottom: 45px;
	}
}

@media (min-width: 992px) {
	.section-featured {
		padding-bottom: 90px;
	}

	.col-featured-text h3 {
		font-size: 38px;
		margin-bottom: 60px;
	}
}

@media (min-width: 1200px) {
	.col-featured-text {
		padding: 90px 100px 90px 0;
	}
}


.section-list {
	padding-bottom: 20px;
}

.list-title {
	font-size: 22px;
	margin-bottom: 25px;
}

.list-text {
	color: var(--text-grey);
}

.list {
	list-style-type: disc;
	margin: 0 0 30px;
}

.list li {
	color: var(--text-grey);
	margin: 3px 0;
}


@media (min-width: 768px) {
	.section-list {
		padding-bottom: 70px;
	}

	.list {
		margin-bottom: 0;
	}

	.list-title {
		font-size: 27px;
		margin-bottom: 35px;
	}
}

@media (min-width: 992px) {
	.section-list {
		padding-bottom: 90px;
	}

	.list-text,
	.list li {
		font-size: 18px;
	}

	.list li {
		margin: 7px 0;
	}
}


.cta-header {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

._form-label {
	pointer-events: none;
}

._form_element label.error {
	font-size: 11px;
	line-height: 1.1;
	color: #ff3f3f;
	display: block;
	margin-top: 4px;
}


.cv-file-wrapper {
	display: block;
	position: relative;
}

.cv-file-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	font-size: 16px;
	line-height: 57px;
	opacity: 0.8;
	font-size: 14px;
	letter-spacing: 2px;
	color: #4C4E5B;
	text-transform: uppercase;
	padding-left: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.cv-file-input {
	font-size: 16px;
	height: 57px;
	width: 100%;
	border: 1px solid var(--border-color);
	border-radius: 4px;
	background-color: var(--white);
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	padding-left: 195px;
	font-size: 16px;
	line-height: 56px;
	white-space: nowrap;
	overflow: hidden;
}

.cv-file-wrapper input[type=file] {
	height: 0;
	width: 0;
	opacity: 0;
	display: block;
}



.section-trova-saloni {
	padding-bottom: 50px;
}

.trova-saloni-inner {
	text-align: center;
	max-width: 840px;
	margin: 0 auto;
}

.bg-trova-saloni {
	background: var(--light-grey);
	padding: 30px 10px;
}

.formula-title {
	color: var(--title-color);
	font-size: 18px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.section-trova-saloni {
		padding-bottom: 70px;
	}

	.trova-saloni-inner {
		text-align: left;
	}

	.formula-title {
		font-size: 20px;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.section-trova-saloni {
		padding-bottom: 100px;
	}

	.bg-trova-saloni {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.formula-title {
		font-size: 22px;
	}
}