.banners_pc {
	display: block;
}

.banners_mobil {
	display: none;
}

.banners_mobil_630 {
	display: none;
}

#slide_home {
	position: relative;
	height: 100%;
}

#slide_home img {
	width: auto !important;
	margin: auto;
}
#slide_home .caixa_img_slide {
	height: 100%;
}
#slide_home .caixa_img_slide img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

#slide_home a.enllac_amb_fletxa img {
	margin: 0;
	display: inherit;
}

#slide_home .owl-dots {
	display: none;
}

#slide_home .owl-prev {
	position: absolute;
	left: 2%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	color: var(--color-text);
}

#slide_home .owl-next {
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	color: var(--color-text);
}

#slide_home .slide {
	background-size: cover !important;
	position: relative;
	height: 100%;
}

#slide_home .slide .container {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	display: flex;
	position: absolute;
	top: 0;
	/*background: linear-gradient(180deg, rgba(0,0,0,0.5270483193277311) 0%, rgba(255,255,255,0) 100%);*/
	background: rgba(0,0,0,0.2);
}

#slide_home .slide .container .s {
	position: relative;
	width: 100%;
	height: 100%;
}

#slide_home .titols_principals_slide .b {
	font-size: 20px;
	font-family: "Manrope", sans-serif;
	color: #ffffff;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 1px;
}
#slide_home .titols_principals_slide .a {
	font-size: 80px;
	font-family: "Manrope", sans-serif;
	color: #ffffff;
	line-height: 1.1;
	font-weight: 500;
	text-align: center;
	text-wrap-style: balance;
	max-width: 1920px;
}
#slide_home .titols_principals_slide {
	width: 100%;
	height: 100%;
	display: flex;
	/* justify-content: center; */
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
	/*bottom: 5%;
	position: absolute;
	left: 3%;
	max-width: 30%;*/
	/* max-width: 1280px; */
	/* margin: 0 auto; */
	padding-top: 150px;
}
#slide_home h5 {
	font-size: 35px;
	font-family: "Manrope", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	position: absolute;
	right: 3%;
	bottom: 5%;
	line-height: 1;
}

.btn_unificat:hover {
	background: var(--color-button-hover);
}

.btn_unificat {
	background: var(--color-button-default);
	padding: 10px 25px;
	color: var(--color-text);
	transition: all 0.6s ease-in-out;
	display: inline-block;
}

#slide_home .slide .container .s p {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Manrope", sans-serif !important;
	font-size: 15px;
	color: var(--color-text);
	font-weight: normal;
}

.container.blackfriday {
	color: var(--color-black) !important;
}

#slide_home .slide .container.blackfriday .s p {
	color: var(--color-black) !important;
}

#slide_home .slide .container .d {
	max-width: 50%;
	margin-bottom: 35px;
}

#slide_home .slide .container a {
	line-height: 1.50;
	font-family: "Manrope", sans-serif !important;
	font-size: 15px;
}
.owl-carousel .owl-stage-outer {
	height: 100%;
}
.owl-carousel .owl-stage {
	height: 100%;
}
.owl-carousel .owl-item {
	height: 100%;
}
.owl-item .owl-slide {
	height: 100%;
}

.titol_home {
	text-align: center;
	font-size: 35px;
	font-weight: normal;
	color: #707070;
	letter-spacing: 2px;
	margin-top: 80px;
	margin-bottom: 35px;
	font-family: "Manrope", sans-serif;
}

.banners_pc #slide_home .slide .container .blackfriday {
	color: var(--color-black) !important;
}

img.mobile_show {
	display: none !important;
}

button.btn_scroll {
    color: white;
    z-index: 10;
    position: absolute;
    font-size: 50px;
    bottom: 5%;
    left: 50%;
    background: transparent;
    transform: translateX(-50%);
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
	#slide_home .titols_principals_slide {
		padding-top: 10%;
	}
}

@media screen and (max-width: 748px) {

	#slide_home .titols_principals_slide {
		padding: 10%;
		text-align: center;
	}
	#slide_home .titols_principals_slide .a {
	font-size: 40px;
	}
}
