.libro-hero {
	/* background-color: yellow; */
	padding-top: 30px;
}

.libro-page-label {
	font-size: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.libro-page-label.grey {
	color: var(--text-grey);
}

.libro-page-label.white {
	color: #fff;
}

.hero-label {
	margin-bottom: 30px;
}

.libro-page-title {
	font-size: 42px;
	line-height: 1.3;
	color: var(--title-color);
}

.libro-page-title.white {
	color: #fff;
}

.libro-page-title .big {
	display: block;
	font-size: 80px;
	font-family: 'Gotham';
	font-weight: 500;
	line-height: 1;
}

.hero-title {
	margin-bottom: 30px;
}

.libro-page-text {
	font-size: 20px;
	line-height: 1.25;
}

.libro-page-text.grey {
	color: #c2c2c2;
}

/* .color-joelle {
	color: #48aacc;
} */

.bg-picture {
	position: relative;
	margin: 0;
	padding-bottom: 25px;
}

.bg-picture::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -30px;
	width: calc(100% + 60px);
	height: 44%;
	background-color: #000;
	z-index: -1;
}

.bg-picture img {
	display: block;
	width: 100%;
	height: auto;
}

.libro-hero .button {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.cta-hero-text {
	font-size: 14px;
	/* font-family: "silkamedium"; */
	/* font-weight: 500; */
	text-align: center;
	margin-top: 10px;
	color: #fff;
}

.cta-hero-text span {
	font-weight: 500;
}


@media (max-width:767px) {

	.cta-hero-container {
		position: relative;
	}

	.cta-hero-container::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: -30px;
		width: calc(100% + 60px);
		height: 100%;
		background-color: #000;
		z-index: -1;
	}
}

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

	.libro-page-title {
		font-size: 48px;
	}

	.libro-page-title .big {
		font-size: 90px;
	}

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

	.libro-hero-inner {
		position: relative;
	}

	.bg-picture-desktop {
		position: absolute;
		margin: 0;
		bottom: -70px;
		right: 0;
		width: 50%;
	}

	.bg-picture-desktop img {
		display: block;
		width: 100%;
		height: auto;
	}


	.cta-hero-container {
		max-width: 330px;
	}

	.cta-hero-text {
		color: #000;
	}
}

@media (min-width: 992px) {
	.libro-hero {
		padding-top: 120px;
		padding-bottom: 120px;
	}


	.hero-label {
		margin-bottom: 50px;
	}

	.libro-page-title {
		font-size: 60px;
	}

	.libro-page-title .big {
		font-size: 100px;
	}

	.hero-title {
		margin-bottom: 45px;
	}

	.bg-picture-desktop {
		bottom: calc((120px + 70px) * -1);

	}
}

@media (min-width: 1200px) {


	.libro-page-title .big {
		font-size: 110px;
	}

	.bg-picture-desktop {
		bottom: calc((120px + 150px) * -1);

	}
}


.section-black {
	background-color: #000;
}

.libro-intro {
	padding-top: 80px;
	padding-bottom: 30px;
}

.intro-label {
	margin-bottom: 40px;
}

.intro-title {
	max-width: 1000px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 40px;
}

.intro-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 278px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='278' viewBox='0 0 22 278' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.036 276.964C10.5684 277.496 11.4316 277.496 11.964 276.964L20.6403 268.288C21.1727 267.755 21.1727 266.892 20.6403 266.36C20.1079 265.827 19.2446 265.827 18.7122 266.36L11 274.072L3.2878 266.36C2.75538 265.827 1.89216 265.827 1.35974 266.36C0.827325 266.892 0.827325 267.755 1.35974 268.288L10.036 276.964ZM9.63666 5.95935e-08L9.63667 276L12.3634 276L12.3633 -5.95935e-08L9.63666 5.95935e-08Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

}


.libro-intro .slider-container {
	width: 100%;
	margin-bottom: 50px;
}

.libro-intro .swiper-container {
	padding-left: 100px;
	padding-right: 30px;

}


.libro-intro .swiper-container .swiper-slide {
	width: 155px;
}


.libro-intro .swiper-container img {
	display: block;
	width: 100%;
	height: auto;
}


.cta-block-container .button {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.cta-block-container .cta-block-text {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: #000;
}

.cta-block-container .cta-block-text span {
	font-weight: 500;
}


.cta-block-container.white .cta-block-text {
	color: #fff;
}

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

	.intro-label {
		margin-bottom: 80px;
	}

	.intro-title {
		margin-bottom: 70px;
		/* margin-bottom: 32px; */
	}

	.libro-intro .swiper-container .swiper-slide {
		width: 315px;
	}

	.cta-block-container {
		max-width: 330px;
	}

	.cta-block-container.center {
		margin-left: auto;
		margin-right: auto;
	}

}


@media (min-width: 992px) {
	.libro-intro {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.intro-label {
		margin-bottom: 120px;
	}

	.intro-title {
		margin-bottom: 90px;
		padding-left: 50px;
	}


	.intro-title::before {
		top: auto;
		transform: translateY(0);
		bottom: -30px;
		/* margin-bottom: 32px; */
	}
}

@media (min-width: 1200px) {
	.libro-intro {
		padding-top: 140px;
		padding-bottom: 150px;
	}

	.intro-label {
		margin-bottom: 160px;
	}

	.intro-title {
		margin-bottom: 130px;
	}


	.libro-intro .slider-container {
		margin-bottom: 70px;
	}

	.libro-intro .swiper-container {
		padding-left: calc(50% - 570px);

	}
}


.libro-about {
	padding-top: 80px;
}

.about-label {
	margin-bottom: 30px;
}

.about-title {
	margin-bottom: 30px;
}

.about-picture {
	margin: 0;
	max-width: 520px;
}

.about-picture img {
	display: block;
	width: 100%;
	height: auto;
}


@media (min-width: 768px) {
	.libro-about {
		padding-top: 70px;
	}

	.about-title {
		margin-bottom: 70px;
	}
}

@media (min-width: 992px) {
	.libro-about {
		padding-top: 120px;
	}

	.about-title {
		margin-bottom: 90px;
	}
}

@media (min-width: 1200px) {
	.libro-about {
		padding-top: 140px;
	}

	.about-title {
		margin-bottom: 110px;
	}
}


.libro-content {
	padding-top: 70px;
	padding-bottom: 70px;
}

.content-label {
	margin-bottom: 45px;
}

.content-title {
	margin-bottom: 20px;
}

.content-text {
	margin-bottom: 45px;
}

.content-sep {
	width: 65%;
	height: 3px;
	background-color: #fff;
	margin-left: 35%;
	margin-bottom: 30px;
}

.content-picture {
	margin-top: 0;
	margin-bottom: 10px;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}


.content-picture img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {

	.libro-content {
		padding-top: 100px;
	}

	.content-label {
		margin-bottom: 70px;
	}

	.content-text {
		margin-bottom: 60px;
	}

	.content-sep {
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.libro-content {
		padding-top: 120px;
		padding-bottom: 90px;
	}

	.content-label {
		margin-bottom: 90px;
	}

	.content-text {
		margin-bottom: 80px;
	}

	.content-sep {
		margin-bottom: 65px;
	}

	.content-picture {
		margin-bottom: 30px;
	}
}

@media (min-width: 1200px) {
	.libro-content {
		padding-top: 160px;
		padding-bottom: 120px;
	}

	.content-label {
		margin-bottom: 120px;
	}

	.content-text {
		margin-bottom: 100px;
	}

	.content-sep {
		margin-bottom: 80px;
	}

}


.libro-testimonianze {
	padding-top: 70px;
	padding-bottom: 70px;
}

.testimonianze-label {
	margin-bottom: 45px;
}

.testimonianze-title {
	margin-bottom: 25px;
}

.testimonianze-text-1 {
	max-width: 700px;
	margin-bottom: 15px;
}

.testimonianze-text-2 {
	max-width: 700px;
	margin-bottom: 40px;
}


.libro-testimonianze .slider-container {
	width: 100%;
}

.libro-testimonianze .swiper-container {
	padding-left: 30px;
	padding-right: 30px;

}


.libro-testimonianze .swiper-container .swiper-slide {
	width: 295px;
}


.libro-testimonianze .swiper-container iframe {
	border-radius: 16px;
}

@media (min-width: 768px) {


	.testimonianze-title {
		margin-bottom: 45px;
	}


}

@media (min-width: 992px) {
	.libro-testimonianze {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.testimonianze-label {
		margin-bottom: 70px;
	}

	.testimonianze-title {
		margin-bottom: 70px;
	}

	.testimonianze-text-1 {
		margin-bottom: 25px;
	}

	.testimonianze-text-2 {
		margin-bottom: 70px;
	}
}

@media (min-width: 1200px) {


	.libro-testimonianze .swiper-container {
		padding-left: calc(50% - 425px);

	}

}


.libro-cta {
	padding-top: 70px;
	padding-bottom: 70px;
}

.section-cta-label {
	margin-bottom: 30px;
}

.section-cta-title {
	margin-bottom: 30px;
}

.section-cta-bg-picture {
	margin-top: 0;
	margin-bottom: 20px;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}


.section-cta-bg-picture img {
	display: block;
	width: 100%;
	height: auto;
}


@media (min-width: 768px) {
	.libro-cta {
		padding-top: 90px;
		padding-bottom: 0;
	}

	.libro-cta-inner {
		position: relative;
		padding-bottom: 180px;
	}

	.section-cta-bg-picture-desktop {
		position: absolute;
		margin: 0;
		bottom: 70px;
		right: 0;
		width: 50%;
	}

	.section-cta-bg-picture-desktop img {
		display: block;
		width: 100%;
		height: auto;
	}
}

@media (min-width: 992px) {
	.libro-cta {
		padding-top: 110px;
	}

	.libro-cta-inner {
		padding-bottom: 270px;
	}

	.section-cta-bg-picture-desktop {
		width: 45%;
		bottom: 130px;
	}
}


@media (min-width: 1200px) {
	.libro-cta {
		padding-top: 130px;
	}

	.libro-cta-inner {
		padding-bottom: 450px;
	}
}