#bloccoSlidehome
{
    padding: 180px 0 80px;
    background: rgb(114,165,36);
    background: linear-gradient(180deg, rgba(114,165,36,1) 25%, rgba(159,199,0,1) 100%);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

#bloccoSlidehome > .container,
#bloccoSlidehome .sliderhome.owl-carousel
{
	position: static;
	overflow: hidden;
}

#bloccoSlidehome .sliderhome .owl-nav .owl-prev,
#bloccoSlidehome .sliderhome .owl-nav .owl-next
{
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	opacity: 1.0;
	
}
#bloccoSlidehome .sliderhome .owl-nav .owl-prev
{
	left: 15px;
}
#bloccoSlidehome .sliderhome .owl-nav .owl-next
{
	right: 15px;
}


#bloccoSlidehome .sliderhome .owl-nav div.owl-next::before, 
#bloccoSlidehome .sliderhome .owl-nav div.owl-prev::before
{
	font-size: 24px;
	border: 2px solid white;
	background-color: transparent;
	color: white;
	border-radius: 90px;
	line-height: 57px;
}

@media (max-width: 1366px) {
	#bloccoSlidehome .sliderhome .owl-nav div.owl-next::before, 
	#bloccoSlidehome .sliderhome .owl-nav div.owl-prev::before
	{
		line-height: 35px;
	}
}

.itemSlide
{
    display: flex;
    align-items: center;
}
.itemSlide .contentSlide
{
    flex: 0.9;
	padding-right:40px;
}
.itemSlide .imageSlide
{
    flex: 1.1;
}
/* .contentSubSlide {
	display: flex;
    align-items: center;
    flex-direction: column;
} */
.titleSlide {
	width: calc(100% + 240px);
	position: relative;
	z-index: 3;
}
.titleSlide, .titleSlide p {
	color: #ffffff;
	font-size: 5.2rem;
	line-height: 5.8rem;
	margin-bottom: 30px;
	font-weight: 700;
	font-family: "Poppins";
	letter-spacing: -0.75px;
}
@media screen and (min-width:1420px) {
	.titleSlide, .titleSlide p {
		 
		font-size: 7.2rem;
		line-height: 7.6rem;
	}
}
.titleSlide .highlight-underline
{
    display: inline-block;
}
.titleSlide .highlight-underline .underline-bar
{
	background-color: #D16740;
	background: linear-gradient(90deg, #d16740 0%, transparent 100%);
}

#wrapper .textSlide,
#single-page .textSlide,
#wrapper .textSlide p,
#single-page .textSlide p
{
	font-size: 2rem;
	line-height: 2.4rem;
	color: white;
	font-weight: 400;
}


.itemSlide .imageSlide {
	overflow: hidden;
	border-top-left-radius: 45px;
	border-bottom-right-radius: 45px;
    aspect-ratio: 1 / 1;
}

.buttonsSlide a {
	border-color: white;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 25px;
}
.buttonsSlide a:nth-child(1),
.buttonsSlide a:nth-child(1):hover
{
	background-color: white;
	color: var(--main-color);
}
.buttonsSlide a:nth-child(1) .prim_text,
.buttonsSlide a:nth-child(1):hover .prim_text,
.buttonsSlide a .fas {
	color: var(--main-color);
}
.buttonsSlide a .fas
{
	position: absolute;
	right: 15px;
	top: 50%;
 	transform: translateY(-50%);
}
.buttonsSlide a:hover .fas
{
	display: none;
}
.buttonsSlide a:nth-child(2):hover
{
	color: white;
}

@media screen and (max-width:991px) {
	#bloccoSlidehome
	{
		padding-top: 120px;
	}
	.itemSlide
	{
		flex-direction: column;
	}

	.titleSlide {
		width: 100%;
	}
	.itemSlide .contentSlide {
		padding-right: 60px;
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: 100%;
	}

	.itemSlide .imageSlide {
		width: 55vw;
		display: flex;
		align-self: end;
		margin-top: -125px;
		position: relative;
		z-index: 1;
	}

	#bloccoSlidehome > .container, #bloccoSlidehome .sliderhome.owl-carousel {
		position: relative;
	}
	#bloccoSlidehome .sliderhome .owl-nav .owl-prev, 
	#bloccoSlidehome .sliderhome .owl-nav .owl-next {
		transform: none;
		top: 0; 
	}

	#bloccoSlidehome .sliderhome .owl-nav .owl-prev
	{
		left: unset !important;
		right: 15px !important;
	}
	 
	#bloccoSlidehome .sliderhome .owl-nav .owl-next {
		right: 15px !important;
		margin-top: 60px;
	}

	#wrapper .textSlide,
	#single-page .textSlide, 
	#wrapper .textSlide p, 
	#single-page .textSlide p
	{
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

@media screen and (max-width:767px) {
	.itemSlide .imageSlide {
		width: 75vw;
		margin-top: -150px;
	}
	.buttonsSlide a { 
		font-size: 12px;
		min-width: 50vw; 
	}
	.titleSlide, .titleSlide p {
		font-size: 4.2rem;
		line-height: 4.8rem;
	}
}