/* DEFINIM COLORS WEB */
:root {
	--color-principal: #000000;
	--color-secundari: #009C8A;
	--color-fons: #FFF;

	--texto-principal: #000A12;
	--texto-secundari: #8C9092;
}

.grecaptcha-badge {
	z-index: 10;
}

* {
	box-sizing: border-box;
	outline: 0;
}

html,
body {
	height: 100%;
	padding: 0;
	margin: 0;

}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.50;
	font-family: "Manrope", sans-serif !important;
	font-size: 15px;
	background-color: var(--color-fons);
	/* color: #808080; */
	position: relative;
	/*font-weight: 300;*/
}

textarea,
input {
	font-family: "Manrope", sans-serif !important;
}

#head_search {
	display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid var(--color-border);
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle;
}

a {
	color: var(--color-secundari);
	text-decoration: none;
}

.error {
	/* background-color: pink; */
	display: inline-block;
	/* padding: 10px 15px; */
	/* margin-bottom: 15px; */
	color: #F00;
}

input.bad_validator {

	box-shadow: 0 0 0 3px red;

}

.bad_validator input[type="text"],
.bad_validator input[type="email"],
.bad_validator textarea,
.bad_validator select {
	border: 1px dotted red;
}

.alert_validator {
	color: red;
	font-weight: bold;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

h1 {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 25px;
}

h2 {
	font-weight: bold;
	font-size: 36px;
}
strong {
	font-weight: 700;
}
/*.white-popup table tr:nth-child(even) td*/

#content_generic table tr:nth-child(even) td,
.seccio_fitxa .descripcio table tr:nth-child(even) td {
	background: #f5f5f5;
}

#displayedError {
	padding: 10px;
	text-align: center;
	display: none;
	z-index: 9000 !important;
	margin-bottom: 0 !important;
}

#displayedError.neutre {
	color: #0072FF;
	background-color: #A6DBFF;
}

#displayedError.positiu {
	background-color: #61A60E;
	color: #fff;
}

#displayedError.error {
	background-color: #FFC4C4;
	color: #FF0000;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

.loader {
	margin: 60px auto;
	font-size: 6px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(0, 0, 0, 0.2);
	border-right: 1.1em solid rgba(0, 0, 0, 0.2);
	border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
	border-left: 1.1em solid rgba(0, 0, 0, 0.9);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#scroll_top {
	position: fixed;
	right: 25px;
	margin-left: -25px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #3c3c3b;
	cursor: pointer;
	font-size: 25px;
	text-align: center;
	display: none;
	z-index: 1000;
}

#scroll_top .fa {
	line-height: 50px;
}

#menu {
	padding-left: 0;
	margin: 0;
}

.contenidor_centrat,
.legal_conten {
	width: min(80%, 1500px);
	margin: auto;
	/* max-width: 98%; */
}


main {
	min-height: calc(100% - 670px);
	position: relative;
}

.main,
.legal_conten {
	padding: 70px 0px;
}

/* --- Nou menu by Carles --- */
header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1010;
	background-color: #fff;
	/* border-bottom: 1px solid #000; */
	transition: all .5s ease-out;
}

header .head {
	transition: all .5s cubic-bezier(.26, 1.04, .54, 1);
	padding: 30px;
	background-color: #fff;
	position: relative;
	z-index: 3;
}

header .caixa_menu_capcalera_principal {
	width: 100%;
	padding: 20px 3%;
	border-top: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
}

header .caixa_menu_capcalera_principal ul {
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	gap: 3%;
	justify-content: center;
}

.head {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 20px 25px;
	justify-content: space-between;
}

.head .head_superior {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head .head_inferior {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1500px;
	padding: 40px 0px 0px;
}

.head_esquerra {
	width: 33%;
	font-size: 16px;
	text-transform: capitalize;
	display: flex;
	justify-content: start;
	align-items: center;
}

.head_esquerra .navigator {
	width: 100%;
}

.head_centre {
	/* width: 33%; */
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head_dreta {
	width: 33%;
	font-size: 18px;
	display: flex;
	justify-content: end;
	gap: 30px;
	align-items: center;
}

.head_dreta span {
	cursor: pointer;
	display: flex;
	justify-content: center;
	text-align: center;
	color: #000;
	font-weight: 500;
	align-items: center;
	font-size: 24px;
}

.head_dreta #contacte_cta {
	font-size: 16px;
	font-weight: normal;
}

.head_superior a {
	color: inherit;
}
header.scroll {
}
header.scroll .head {
	transition: all .4s cubic-bezier(.26, 1.04, .54, 1);
	padding: 15px 5%;
}

header .head #logo img {
	width: 100%;
	/*max-width: 280px;*/
	/*min-width: 280px;*/
	min-height: 40px;
	transition: all .4s cubic-bezier(.26, 1.04, .54, 1);
}

header.scroll .head #logo img {
	/*max-width: 130px;*/
	transition: all .4s cubic-bezier(.26, 1.04, .54, 1);
	/* filter: invert(1); */
	min-height: 35px;
}

header.scroll #menu > li > a {
	/* color: #fff; */
}

#cap_menu_capcalera {
	display: none;
}

.caixa_menu_full_size {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.5);
	/*transform: translate3d(115%, 0, 0);*/
	transition: all 0.6s;
	transition-timing-function: cubic-bezier(0.7, 1.04, 1, 1);
	overflow-x: clip;
	clip-path: circle(0% at 100% 0%);
}

.caixa_menu_full_size.show {
	/*transform: translate3d(0, 0, 0);*/
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 0.6s;
	transition-timing-function: cubic-bezier(0.7, 1.04, 1, 1);
	clip-path: circle(200% at 100% 0%);
}

.caixa_menu_full_size .caixa_interna_menu_full_size {
	animation-duration: 1.2s;
	background-color: var(--color-principal);
	width: 100%;
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	pointer-events: all;
	position: absolute;
	right: 0;
	height: 100%;
	/*! border-top-left-radius: 45px; */
	/*! border-bottom-left-radius: 45px; */
	padding: 2% 6%;
	transition: all 0.8s;
	transition-timing-function: ease-in-out;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
}

.caixa_menu_full_size.show .caixa_interna_menu_full_size {
	/*! width: 100%; */
	/*! transition: all 0.8s; */
	/*! transition-timing-function: ease-in-out; */
	/*! left:0; */
}

.caixa_interna_menu_full_size .caixa_superior_full_menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.caixa_interna_menu_full_size .caixa_superior_full_menu #boto_burguer_full_menu {
	font-size: 40px;
	cursor: pointer;
}

.caixa_elements_full_menu nav ul {
	padding-left: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 3vh;
}

.caixa_elements_full_menu nav ul li .punt_menu {
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 33px;
	text-transform: uppercase;
}

.caixa_interna_menu_full_size .caixa_inferior_full_menu {
	display: flex;
	flex-direction: column;
}

.caixa_interna_menu_full_size .caixa_inferior_full_menu .zona_superior {
	padding-bottom: 35px;
	display: flex;
	justify-content: center;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-weight: 300;
	font-size: 16px;
	gap: 25px;
	align-items: center;
}

.caixa_interna_menu_full_size .caixa_inferior_full_menu .zona_superior a {
	color: #fff;
	font-size: 25px;
	line-height: 1;
}

.caixa_interna_menu_full_size .caixa_inferior_full_menu .zona_inferior {
	border-top: 1px solid #fff;
	padding-top: 35px;
	display: flex;
	justify-content: center;
	gap: 20px;

}

.caixa_interna_menu_full_size .caixa_inferior_full_menu .zona_inferior a {
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	letter-spacing: 0.6px;
	font-weight: 300;
}

#menu-mobile {
	position: absolute;
	top: 100%;
	z-index: 2;
	background-color: white;
	transition: 0.5s all;
	box-shadow: 0px 0px 5px 0px #00000045;
	transform: translateX(101%);
	right: 0;
	border-top: 1px solid whitesmoke;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	width: 45%;
}
#menu-mobile .menu {
	display: flex;
	flex-direction: column;
	gap: 20px;
	/* height: 100%; */
}
#menu-mobile .menu a {
	color: black;
	font-size: 24px;
	margin: 0 5%;
}
#menu-mobile.active {transform: translateX(0%);}
#menu-mobile .header {
	display: none;
}

/* --- Fi estils nou menu by Carles --- */
/* --- Inici estils home --- */
.btn.btn-extra2 {
	font-size: 15px;
  	padding: 8px 50px;
}
.btn_generic {
	color: #000;
	font-size: 15px;
	border: 1.5px solid #000;
	padding: 10px 30px;
	border-radius: 28px;
	line-height: 1;
}
#content_slide_home {
	position: relative;
	overflow: hidden;
	/* margin-bottom: 30px; */
	/* padding: 0px 30px 30px 30px; */
	/* padding: 30px; */
	/* width: 100%; */
	/* border: 30px solid white; */
	border-top: 0px;
	border-radius: 15px;
	margin: 30px;
	margin-top: 0px;
}
.caixa_principal_bloc_textos,
.caixa_principal_bloc_productes {
	width: 100%;
}

.fons_color {
	background-color: var(--color-fons);
}

.caixa_principal_bloc_textos {
	background-size: cover;
	background-position: center;
	color: black;
}
#inici {
	/* background: radial-gradient(circle at top right, #017d5d 0%, #000000 45%) top right,
    radial-gradient(circle at bottom left, #017d5d 0%, #000000 37%) bottom left; */
	background-size: 50.1% 100%;
	background-repeat: no-repeat;
	/* background-size: 100% 50%; */
	background-color: #F4F4F4;
	margin: 30px;
	width: auto;
	border-radius: 15px;
	}

.caixa_interna_bloc_textos {
	/*width: 1640px;
	max-width: 96%;*/
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 8vh;
	padding-bottom: 8vh;
}
.caixa_interna_bloc_textos .caixa_superior {
	display: flex;
	padding-bottom: 70px;
	border-bottom: 1px solid #000;
	justify-content: space-between;
	align-items: end;
}
.caixa_interna_bloc_textos .caixa_superior .caixa_esquerra {
	width: 40%;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.caixa_interna_bloc_textos .caixa_superior .caixa_esquerra .titol_principal {
	font-size: 60px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 0;
	text-wrap-style: balance;
}
.caixa_interna_bloc_textos .caixa_superior .caixa_esquerra p {
	font-size: 20px;
	font-weight: 300;
	/* padding-right: 30%; */
}
.caixa_interna_bloc_textos .caixa_superior .caixa_dreta {
	width: 50%;
	display: flex;
	gap: 20px;
	/* align-items: flex-end; */
}
.caixa_interna_bloc_textos .caixa_superior .caixa_dreta .text_destacat_item {
	border: 1px solid #000;
	border-radius: 25px;
	padding: 30px;
	font-size: 24px;
	text-wrap-style: balance;
	width: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.caixa_interna_bloc_textos .caixa_inferior {
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
	font-size: 20px;
	font-weight: 300;
}
.caixa_interna_bloc_textos .caixa_inferior .caixa_esquerra {
	width: 45%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}
.caixa_interna_bloc_textos .caixa_inferior .caixa_esquerra > * {
	position: relative;
	z-index: 1;
}
.caixa_interna_bloc_textos .caixa_inferior .caixa_esquerra .imatge_abs_principal {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: -5%;
	opacity: 0.4;
	z-index: 0;
}
.caixa_interna_bloc_textos .caixa_inferior .caixa_esquerra .btn {
	/* margin-top: 20px; */
}
.caixa_interna_bloc_textos .caixa_inferior .caixa_dreta {
	width: 50%;
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
}


.caixa_interna_bloc_productes {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	row-gap: 6rem;
	padding-bottom: 70px;
}

.caixa_interna_bloc_productes .caixa_textos {
	display: flex;
	font-size: 20px;
	position: relative;
	align-items: center;
	margin: 1%;
	gap: 10%;
	width: 98%;
	justify-content: space-between;
}

.caixa_interna_bloc_productes .caixa_textos #bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	border-radius: 15px;
}

.caixa_interna_bloc_productes .caixa_textos #des {
	position: relative;
	z-index: 1;
	margin: 20px 10%;
}

.caixa_interna_bloc_productes .caixa_textos .caixa_esquerra {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
	row-gap: 3rem;
	position: relative;
	z-index: 1;
	margin: 6% 4%;
}
.caixa_principal_bloc_productes.relacionats .caixa_interna_bloc_productes .caixa_textos .caixa_esquerra {
	flex-direction: row;
	align-items: baseline;
	width: 100%;
}
.caixa_interna_bloc_productes .titol_secundari {
	font-weight: 500;
	font-size: 80px;
	line-height: 1;
}
.caixa_interna_bloc_productes .caixa_textos .caixa_dreta {
	width: 50%;
}

.caixa_interna_bloc_productes .caixa_llistat {
	/* width: 100%; */
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: center;
	gap: 4%;
	overflow-x: clip;
	position: relative;
	counter-reset: llistat;
	padding-right: 5%;
	padding-left: 5%;
}

.caixa_interna_bloc_productes .caixa_llistat .swiper-wrapper {
	margin-bottom: 35px;
}

.caixa_interna_bloc_productes .caixa_llistat .custom-pagination {
	top: 100%;
	width: 80%;
	--swiper-pagination-progressbar-size: 3px;
	transform: translateY(-50%);
	--swiper-pagination-color: grey;
	left: 5%;
}
.caixa_interna_bloc_productes .caixa_llistat .custom-nav {
	top: 100%;
	--swiper-navigation-size: 15px;
	color: black;
}
.caixa_interna_bloc_productes .caixa_llistat .custom-nav.swiper-button-next {
	--swiper-navigation-sides-offset: 12%;
}
.caixa_interna_bloc_productes .caixa_llistat .custom-nav.swiper-button-prev {
	/* top: 100%; */
	--swiper-navigation-sides-offset: 86%;
}

.item {height: auto !important;}
.bloc_article {
	counter-increment: llistat;
	width: 32.5%;
	position: relative;
	font-size: 12px;
	/* margin-bottom: 35px; */
	padding: 30px;
	border-radius: 20px;
	border: 1px solid grey;
	transition: 0.3s all;
	/* aspect-ratio: 3/4; */
	height: 100%;
	display: flex;
}

.caixa_principal_bloc_productes.rel .bloc_article .caixa_preus{
	/* display: none; */
}
.item.swiper-slide .bloc_article,
#list_productes.search .bloc_article{
	width: 100%;
}
.bloc_article div.header > span.num:before {
	content: counter(llistat, decimal-leading-zero);
	font-size: 24px;
	display: block;
	width: 100%;
	line-height: normal;
	font-weight: 400;
}
.bloc_article:hover {
	background-color: #DDDDDD;
}
.bloc_article:hover .img-product {
	opacity: 0
}
.bloc_article:hover .img-product:nth-child(2) {
	opacity: 1
}

.bloc_article a {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	overflow: hidden;
	height: 100%;
	justify-content: space-between;
}

.bloc_article .caixa_top {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

.bloc_article .caixa_top .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bloc_article .caixa_top .header .num {color: black;}
.bloc_article .caixa_top .header .info {
	background-color: var(--color-secundari);
	color: white;
	padding: 10px 2em;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 400;
}

.bloc_article .caixa_imatge {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	position: relative;
	height: 400px;
	flex-direction: row;
	align-items: flex-end;
}

.bloc_article .caixa_imatge img {
	/* width: 100%; */
}

.bloc_article .caixa_textos {
	display: flex;
	justify-content: space-between;
	padding: 0px;
	flex-wrap: wrap;
	row-gap: 0.5rem;
	color: black;
	align-items: baseline;
}

.bloc_article .caixa_textos h3 {
	font-weight: 100;
	font-size: 24px;
	/* text-transform: uppercase; */
	color: var(--color-principal);
	width: 100%;
	line-height: normal;
	font-weight: 500;
}

.bloc_article .text_extra {
	font-size: 16px;
	line-height: normal;
}

.bloc_article .boto_afegir_producte {
	/*position: absolute;
	bottom: 0;
	right: 0;*/
	width: 22px;
}

.bloc_article .boto_afegir_producte .button_carrito {
	border: none;
	padding: 0;
	font-size: 16px;
}

.bloc_article .caixa_preus {
	display: flex;
	justify-content: start;
	color: #000;
	font-size: 20px;
	font-weight: 100;
	line-height: normal;
	display: none;
}

.categories .bloc_article .caixa_preus {
	display: block;
}

.bloc_article .top {
	position: absolute;
	top: 10px;
	left: 23px;
	right: 0;
	z-index: 100;
	width: 50%;
}

.img-product {height: 90%;/* max-height: 400px; */position: absolute;/* left: 0; *//* top: 0; *//* height: 400px; *//* width: 100%; */opacity: 0;transition: 0.5s all;}

.img-product:nth-of-type(1) {
	opacity: 1;
}

.caixa_principal_bloc_textos_creatius {
	width: 100%;
	background-size: cover;
	background-position: center;
	background: radial-gradient(circle at right, #017d5d 0%, #000000 60%) top right;
	position: relative;
}
.caixa_interna_bloc_textos_creatius {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10%;
}
.caixa_interna_bloc_textos_creatius .caixa_esquerra {
	width: 20%;
	/* padding-top: 15vh; */
	/* padding-bottom: 15vh; */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	/* padding-left: 8%; */
	/* padding-right: 8%; */
	flex-direction: column;
	row-gap: 3rem;
}
.caixa_interna_bloc_textos_creatius .caixa_esquerra h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: normal;
}
.caixa_interna_bloc_textos_creatius .caixa_centre {
	width: 10%;
	min-width: 180px;
}
.caixa_interna_bloc_textos_creatius .caixa_centre .caixa_botons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.caixa_interna_bloc_textos_creatius .caixa_centre .caixa_botons .single_boto_info {
	padding: 10px;
	width: 100%;
	text-align: center;
	line-height: normal;
	justify-content: center;
	/* background-color: black; */
	z-index: 2;
}

.caixa_interna_bloc_textos_creatius .caixa_centre .caixa_botons .single_boto_info.active {
	background-color: white;
	color: black;
}

.caixa_interna_bloc_textos_creatius .caixa_dreta {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	row-gap: 20px;
	flex-direction: column;
	font-size: 20px;
}

.single_info {
	display: none;
}

.caixa_interna_bloc_textos_creatius .active {
	display: block;
}

.caixa_principal_bloc_text_mes_columnes {
	width: 100%;
}
.caixa_interna_bloc_text_mes_columnes {
	width: 100%;
	padding:8vh 5%;
	display: flex;
	flex-direction: column;
	row-gap: 5vh;
}

.caixa_interna_bloc_text_mes_columnes .caixa_titol {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.caixa_interna_bloc_text_mes_columnes .caixa_titol > span {
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}

.caixa_interna_bloc_text_mes_columnes .caixa_titol h2 {
	font-size: 9rem;
	font-family: "Manrope", sans-serif;
	color: #000;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 auto;
}
.caixa_interna_bloc_text_mes_columnes .caixa_titol h2 i {
	font-weight: 300;
}
.caixa_interna_bloc_text_mes_columnes .caixa_columnes {
	display: flex;
	justify-content: space-between;
}
.caixa_interna_bloc_text_mes_columnes .caixa_columnes .caixa_single_columna {
	width: 25%;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding-left: 1%;
	padding-right: 1%;
	row-gap: 15px;
	font-size: 15px;
	font-weight: 400;
}
.caixa_interna_bloc_text_mes_columnes .caixa_imatges {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2%;
}
.caixa_interna_bloc_text_mes_columnes .caixa_imatges .caixa_single_imatge {
	width: 49%;
}
.caixa_interna_bloc_text_mes_columnes .caixa_imatges .caixa_single_imatge img {
	width: 100%;
}
.caixa_principal_bloc_text_mes_imatge {
	width: 100%;
	background-color: #F4F4F4;
}
.caixa_interna_bloc_text_mes_imatge {
	width: 100%;
	padding: 8vh 5%;
	display: flex;
	gap: 50px;
}
.caixa_interna_bloc_text_mes_imatge .caixa_imatge {
	width: 50%;
	max-width: 50%;
}
.caixa_interna_bloc_text_mes_imatge .caixa_textos {
	width: 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	/* padding: 5%; */
	justify-content: center;
	row-gap: 30px;
	align-items: flex-start;
}
.caixa_interna_bloc_text_mes_imatge .caixa_textos .subtitol {
	font-size: 21px;
	font-weight: 300;
}
.caixa_interna_bloc_text_mes_imatge .caixa_textos .titol {
	font-size: 60px;
	font-weight: 600;
	line-height: 1.1;
}
.caixa_interna_bloc_text_mes_imatge .caixa_textos .text {
	font-size: 20px;
}
.caixa_interna_bloc_text_mes_imatge .caixa_textos .caixa_enllac {
}
.caixa_interna_bloc_text_mes_imatge .caixa_textos .caixa_enllac .btn {
	font-size: 20px;
	gap: 5px;
}
/* --- Fi estils home --- */
/* --- Inici estils categories --- */

.categories {
	
}
.categories .caixa_interna_bloc_productes {
	/*padding-right: 5%;*/
}
.categories .caixa_interna_bloc_productes .caixa_llistat {
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
	justify-content: flex-start;
	row-gap: 2vh;
}
.categories .item,
.search .item{
	width: 24.25%;
	display: flex;
	margin: 0px;
}
.categories .bloc_article {
	margin: 0px;
}

/* --- Fi estils categories --- */
/* --- Inici estils fitxa producte --- */

/* New 2025 */

.page_subarticle {}

.page_subarticle > .header {
	display: flex;
	width: 90%;
	gap: 60px;
	max-width: 1920px;
	margin: 0 auto;
}

.page_subarticle > .header .images {
	width: 50%;
	height: 100%;
	overflow-x: hidden;
	background-color: #F4F4F4;
	padding: 40px;
	position: sticky;
	top: 80px;
}

.page_subarticle .header .images .swiper-wrapper {}

.page_subarticle .header .images .swiper-wrapper img {
	display: block;
	width: 100%;
	height: 70vh;
	object-fit: contain;
	background-color: #F4F4F4;
}

.page_subarticle .header .images .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_subarticle .header .images .swiper-pagination {
	--swiper-theme-color: black;
    --swiper-pagination-bottom: 30px;
}

.page_subarticle > .header .info {
	width: 50%;
	line-height: normal;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.page_subarticle .header .info .title {
    font-size: 45px;
    font-weight: normal;
    line-height: normal;
    margin: 0px;
}

.page_subarticle .header .info .title h1 {}

.page_subarticle .header .info .subtitle {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
}

.page_subarticle .header .info .subtitle span {}
.page_subarticle .header .info .subtitle span:nth-of-type(1) {
    padding: 5px 20px;
    border-radius: 100px;
    color: white;
}

.page_subarticle .header .info .volume {
    margin-top: 20px;
    font-size: 16px;
}

.page_subarticle .header .info .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 40px 0px;
}

.page_subarticle .header .info .price-container {
	display: flex;
	align-items: center;
	gap: 10%;
	width: 100%;
}

.page_subarticle .header .info .price .taxes {
	background-color: var(--color-secundari);
    color: white;
    padding: 10px 2em;
    border-radius: 100px;
    font-size: 14px;
} 

.page_subarticle .header .info .price .value {
    font-size: 30px;
}

.page_subarticle .header .info .price .controlers {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.page_subarticle .header .info .price .controlers i {
    border: 1px solid;
    border-radius: 100px;
    /* padding: 10px; */
    aspect-ratio: 1 / 1;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_subarticle .header .info .price .controlers input {
    width: 40px;
    border: 0px;
    text-align: center;
}
.page_subarticle .header .info .price .controlers input::-webkit-outer-spin-button,
.page_subarticle .header .info .price .controlers input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page_subarticle .header .info .price .controlers input[type=number] {
  -moz-appearance: textfield;
}

.page_subarticle .coomingsoon {
    margin: 40px 0px;
	font-size: 30px;
}

.page_subarticle .header .info .btn {
    margin-bottom: 40px;
}

.page_subarticle .header .info .desc {
    font-size: 16px;
}

.page_subarticle .header .info .caracs {
    border-top: 1px solid;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    padding-top: 20px;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    font-size: 16px;
}

.page_subarticle .header .info .caracs .c_head {
    display: flex;
    font-weight: bold;
    gap: 20px;
}

.page_subarticle .header .info .caracs .c_head > span {
    cursor: pointer;
}

.page_subarticle .header .info .caracs .c_head > span.active {
	text-decoration: underline;
}
.page_subarticle .header .info .caracs .c_value {
    /* min-height: 100px; */
    /* height: 100%; */
}

.page_subarticle .header .info .caracs .c_value > div {
	display: none;
	gap: 10px;
	flex-wrap: wrap;
}
.page_subarticle .header .info .caracs .c_value > div.active {
	display: flex;
}

.page_subarticle .header .info .caracs .bullet {
    border: 1px solid;
    border-radius: 100px;
    padding: 5px 20px;
    font-size: 14px;
    /* margin-right: 10px; */
    text-transform: uppercase;
    /* display: block; */
    cursor: pointer;
}

.page_subarticle .header .info .caracs_dos {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.page_subarticle .header .info .caracs_dos .c_dos_value {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.page_subarticle .header .info .caracs_dos .c_dos_value span {}

.page_subarticle .header .info .caracs_dos .c_dos_value img {width: 100px;height: auto;}

.page_subarticle {}

.page_subarticle .childs {
	display: flex;
	flex-direction: column;
	gap: 50px;
	/* margin: 0px 5%; */
	margin-top: 70px;
}
.page_subarticle .method_of_use {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1920px;
    line-height: normal;
    font-size: 20px;
    width: 90%;
    gap: 60px;
}

.page_subarticle .method_of_use .left {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    line-height: normal;
    flex-shrink: 4;
    flex-basis: 100%;
}

.page_subarticle .method_of_use .left .title {
    font-size: 20px;
}

.page_subarticle .method_of_use .left span {}

.page_subarticle .method_of_use .right {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    flex-shrink: 2;
    flex-basis: 100%;
}

.page_subarticle .method_of_use .right .step {
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: normal;
}

.page_subarticle .method_of_use .right .step .title {
    font-weight: normal;
}

.page_subarticle .method_of_use .right .step img {}

.page_subarticle .method_of_use .right .step span {
    line-height: 1.5;
    text-wrap-style: pretty;
}

.page_subarticle .properties {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 5%;
    color: white;
    background: radial-gradient(circle at top right, #017d5d 0%, #000000 40%) top right,
    radial-gradient(circle at bottom left, #017d5d 0%, #000000 40%) bottom left;
    background-size: 50.1% 100%;
    background-repeat: no-repeat;
    font-size: 20px;
    gap: 70px;
}

.page_subarticle .properties .left {
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    /* font-size: 20px; */
}

.page_subarticle .properties .left .title {
    font-size: 60px;
    line-height: normal;
}

.page_subarticle .properties .left span {}

.page_subarticle .properties .left .subtitle {
    font-weight: bold;
}

.page_subarticle .properties .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: center;
    row-gap: 15px;
    margin-top: 70px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.page_subarticle .properties .right .propertie {
    width: 24.25%;
    padding: 40px;
    border: 1px solid white;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    aspect-ratio: 3 / 1;
    text-wrap-style: balance;
}

/* -------- */

/* --- Fi estils fitxa producte --- */
.btn {
	width: auto;
	font-size: 18px;
	border-radius: 100px;
	border: 1px solid;
	padding: 8px 25px;
	font-weight: 500;
	color: black;
	border-color: black;
	transition: 0.3s all;
	line-height: normal;
	display: flex;
	gap: 0.3em;
	border-color: black;
	background-color: transparent;
	cursor: pointer;
	justify-content: center;
	gap: 1em;
}

.btn.invert {
	color: white;
	border-color: white;
	background-color: black;
}

.btn.secundari {
	color: white;
	border-color: var(--color-secundari);
	background-color: var(--color-secundari);
}

.btn:hover {
	background-color: black;
	color: white;
}
.btn.invert:hover {
	background-color: white;
	color: black;
	border-color: black;
}
.btn.secundari:hover {
	color: var(--color-secundari);
	background-color: transparent;
}

.ghost_header {
	height: 134px;
	display: block;
}

.input-lang {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    margin-bottom: 10px;
    gap: 10px;
    width: 50%;
}

.caixa_idiomes_capcalera {
	border: 0px;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background-color: white;
	color: black;
}

.total_unitats {
	background: var(--color-principal);
	color: #FFF !important;
	width: 20px;
	border-radius: 50%;
	font-size: 12px !important;
	letter-spacing: 0 !important;
	transition: all .3s ease;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 2;
	aspect-ratio: 1;
}

#camp-recerca {
	background-color: transparent;
	height: 100%;
	padding: 0px;
	border: 0;
	width: 100%;
}

.camp-recerca i {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px
}
.camp-recerca {
	position: absolute;
	background-color: whitesmoke;
	padding-left: 5%;
	padding-right: 5%;
	transition: all .4s ease-in-out;
}
.camp-recerca.active {
	height: 60px;
	transition: all .2s ease-in-out;
}
.camp-recerca {
    position: relative;
}
.camp-recerca:not(.active) {
    height: 0;
    transition: all .2s ease-in-out;
    overflow: hidden;
    padding: 0 5%;
}

#list_productes .list{
	display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: flex-start;
    row-gap: 2vh;
}

#frm_search {
	height: 100%;
}

#carro_petit b {
	font-weight: normal;
	font-size: 18px;
}

.boto_menu {
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
	width: auto !important;
	/* margin: 0 18px 0 8px; */
}

.boto_menu>* {
	display: inline-block;
	vertical-align: inherit;
}

.boto_menu .icon {
	position: relative;
	width: 20px;
	margin-top: -4px;
	height: 16px;
}

.boto_menu .icon>span {
	width: 20px;
	height: 2px;
	background-color: var(--color-secundari);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.boto_menu .s1 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.boto_menu .s2 {
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-ms-transform: translateY(6px);
	-o-transform: translateY(6px);
	transform: translateY(6px);
}

.boto_menu .s3 {
	-webkit-transform: translateY(12px);
	-moz-transform: translateY(12px);
	-ms-transform: translateY(12px);
	-o-transform: translateY(12px);
	transform: translateY(12px);
}

#logo_menu_mobile {
	top: 2px;
	left: 2px;
	/* display: block; */
	/* padding: 10px; */
}

#logo_menu_mobile img {
	/* height: 36px; */
	width: 100%;
}

#menu_mobile_close {
	/* position: absolute; */
	/* right: 0; */
	/* width: 20%; */
	/* top: 0; */
	color: black;
	font-size: 25px;
	/* aspect-ratio: 4 / 3; */
}

#menu_mobile_close i {
	position: absolute;
	top: 35px;
	right: 35px;
	/* transform: translate(-50%, -50%); */
	cursor: pointer;
	font-size: 20px;
}

#menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* font-size: 12px; */
	/* text-transform: uppercase; */
	/* gap: 100px; */
	width: 100%;
	/* max-width: 100%; */
	gap: 25px;
}

#menu li {
	width: 25%;
	text-align: center;
}

.box.adreca span {
	display: flex;
	gap: 5px;
	align-items: flex-start;
    flex-direction: column;
}

.box.adreca i {
	width: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#menu>li>a {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	transition: background 0.6s;
	/* font-size: 18px; */
	color: var(--color-principal);
	font-weight: 500;
}

header.diferent #menu>li>a {
	color: white;
}

#menu>li>a::before {
	display: block;
	content: attr(title);

	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#menu>li:hover>a,
#menu>li>a.active {
	font-weight: 700;
	background-color: transparent;
}

#menu>li>a.active {}

#menu li:hover>div {
	max-height: max-content;
	padding: 30px 10%;
	padding-top: 7%;
}

.submenu {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	z-index: -1;
	width: 100%;
	max-width: 100%;
	background-color: white;
	top: 0;
	display: flex;
	flex-direction: column;
	transition: all 0.3s;
	transition-delay: 0.3s;
	/* justify-content: space-between; */
	padding: 0px 10%;
	transform: translateY(0%);
	background-color: var(--color-secundari);
	color: white;
	gap: 50px;
}

#menu li:not(:hover) .submenu {
	transform: translateY(-100%);
}

.submenu .subsubmenu {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.diferent .submenu {
	background-color: #00000080;
}

.diferent .scroll-header .submenu {
	background-color: var(--color-principal);
}

.diferent .submenu a {
	color: white;
}

.submenu>div {
	display: flex;
	flex-flow: row;
	/* width: 35%; */
	justify-content: start;
	overflow: hidden;
	align-items: flex-start;
	flex-direction: row;
	gap: 100px;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}


.submenu .titol-submenu {
	padding-right: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	font-size: 30px;
	color: inherit;
	font-weight: normal;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

.submenu .titol-submenu>a {
	font-size: 30px;
}

.submenu .img_submenu {
	width: 30%;
}

.submenu .img_submenu img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 20px;
}

.submenu .submenu_items {
	width: 60%;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 15px;
	line-height: 1;
}

.submenu .col_submenu.te_fills a {
	margin-bottom: 15px;
}

.col_submenu>a {}

.col_submenu:not(.te_fills)>a.active {
	color: #000;
}

.col_submenu.te_fills>a {
	border-bottom: 1px solid var(--color-secundari);
	display: inline-block;
}

.submenu a:hover {}

.submenu b {
	font-weight: normal;
	display: block;
	font-size: 14px;
	text-transform: initial;
	/* padding-bottom: 5px; */
}

.subfill_menu{
	font-size: 20px !important;
}

.submenu:has(.subsubmenu) b {
	font-weight: bold;
}

.subsubmenu a {
	text-transform: none !important;
	color: #505050;
}

#menu li:hover>div {
	display: flex;
	box-shadow: 0px 0px 10px 0px #00000017;
	/* gap: 50px; */
}

.form_login label {
	text-transform: uppercase;
	display: block;
	line-height: 1;
}

.form_login input[type=text],
.form_login input[type=password] {
	width: 100%;
	padding: 8px 10px;
	/* margin-bottom: 10px; */
	/* height: 36px; */
	outline: 0px;
	font-size: 14px;
	border: 0px;
	/* background-color: var(--color-content-bg) !important; */
	border-radius: 10px;
	padding-right: 30px;
}

.titol_generic.center {
	width: 100%;
	text-align: center;
	margin-top: 55px;
	text-transform: uppercase;
	font-size: 25px;
	color: var(--color-principal);
}

.form_login {
	/* padding: 25px; */
	width: 100%;
	/*margin: 50px auto;*/
	max-width: 100%;
	display: flex;
	/* margin-bottom: 50px; */
	justify-content: center;
	align-content: center;
	align-items: center;
}

.form_login .bg_inicial {
	width: 50%;
	/*background: url('../img/login.jpg') center center / cover no-repeat;*/
	background: url('https://qwadrum.neorgdata.com/files/items/36457/Banner.jpg') center center / cover no-repeat;
	min-height: 90vh;
	background-size: cover;
	border-radius: 10px 0px 0px 10px;
}

.form_login form {
	width: 50%;
	min-height: 90vh;
	background: #f4f7f6;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 50px;
	border-radius: 10px;
	gap: 10px;
}

.form_login form label{
	margin-top: 20px;
}

.form_login .boto_generic {
	width: 100%;
	border: 0;
	vertical-align: middle;
	padding: 8px;
	background: var(--color-secundari);
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	max-width: 300px;
	/* border-radius: 10px; */
	border: 1px solid var(--color-secundari);
	);
}

.form_login .boto_generic.alter {
	border: 1px solid var(--color-secundari);
	background: transparent;
	color: var(--color-secundari);
}

.form_login submit {
	border: 0;
	vertical-align: middle;
	padding: 2px 5px;
	background: #cd007b;
	cursor: pointer;
	color: #fff;
}

.form_login .btns {
	display: flex;
	gap: 15px;
	align-items: center;
}

.form_login .btns>* {
	font-size: 16px;
	width: 50%;
	padding: 14px 25px;

}

/* SOBRE NOSOTROS */

.container_sobre_nosaltres {
	display: flex;
	flex-direction: column;
	color: var(--color-secundari);
}

.container_sobre_nosaltres .banner {
	width: 100%;
	object-fit: cover;
}

.container_sobre_nosaltres .content {
	display: flex;
	flex-direction: column;
	/* padding: 0 10%; */
	padding-top: 120px;
}

.container_sobre_nosaltres .titol {
	width: 100%;
	text-align: center;
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 35px;
}

.container_sobre_nosaltres .desc {
	text-align: center;
	font-size: 16px;
	padding: 0 25%;
}

.container_sobre_nosaltres .cols {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10%;
	row-gap: 30px;
	padding: 0 10%;
	margin-top: 200px;
}

.container_sobre_nosaltres .cols h2 {
	font-size: 33px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	line-height: normal;
}

.container_sobre_nosaltres .cols span {
	font-size: 24px;
	width: 100%;
	text-align: center;
	/* gap: 2%; */
}

.container_sobre_nosaltres .cols>div {
	width: 45%;
	gap: 20px;
	display: flex;
	flex-direction: column;
}

.container_sobre_nosaltres .cols>div img {
	/* width: 48%; */
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.container_sobre_nosaltres .cols>div h3 {
	/* width: 48%; */
	font-size: 24px;
}

.container_sobre_nosaltres .cols>div.titols {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 80px;
}

.container_sobre_nosaltres .cols-dos {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	justify-content: center;
	background-color: var(--color-secundari);
	padding: 70px 10%;
	color: white;
	margin-top: 150px;
}

.container_sobre_nosaltres .cols-dos h2 {
	font-size: 33px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	line-height: normal;
}

.container_sobre_nosaltres .cols-dos span {
	font-size: 24px;
}

.container_sobre_nosaltres .cols-dos>div {
	width: 30%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: 1px solid white;
	padding: 20px;
}

.container_sobre_nosaltres .cols-dos>div.titols {
	width: 100%;
	text-align: center;
	gap: 0px;
	display: flex;
	margin-bottom: 70px;
	border: 0px;
}

.container_sobre_nosaltres .cols-dos>div img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.container_sobre_nosaltres .cols-dos>div h3 {
	font-size: 24px;

}

.container_sobre_nosaltres .cols-dos>div>div {
	font-size: 16px;
}


.container_sobre_nosaltres .maps {
	display: flex;
	align-items: flex-end;
	gap: 5%;
}

.container_sobre_nosaltres .maps iframe {
	width: 50%;
}

.container_sobre_nosaltres .maps .contact-info {
	width: 50%;
	display: flex;
	flex-direction: column;
	padding-bottom: 80px;
	color: var(--color-secundari);
}

.maps .contact-info h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}

.maps .contact-info span {
	color: var(--color-secundari);
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
}

.maps .contact-info span i {
	width: 20px;
	text-align: center;
}


/* SOBRE NOSOTROS */

#content_pass_recovery {
	margin: 50px auto !important;
}

#content_pass_recovery input[type=password] {
	border: 0;
}

#content_pass_recovery label {
	font-weight: normal !important;
}

#submit_pass_recovery {
	background-color: var(--color-secundari) !important;
}



.destacats {
	position: relative;
	/*padding: 0px 85px;*/
	margin-bottom: 90px;
}

.destacats .owl-prev {
	position: absolute;
	left: -35px;
	top: 40%;
	transform: translateY(-50%);
	font-size: 40px !important;
}

.destacats .owl-next {
	position: absolute;
	right: -35px;
	top: 40%;
	transform: translateY(-50%);
	font-size: 40px !important;
}

.destacats .disabled {
	opacity: 0.3;
}



.etiqueta_novetat {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	background: #fff;
	color: var(--color-secundari);
	border: 1px solid var(--color-secundari);
	padding: 5px 10px;
	display: inline-block;
}

.etiqueta_dte {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	background: var(--color-secundari);
	border: 1px solid var(--color-secundari);
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
}

.bloc_home {
	display: flex;
}

.bloc_home>div {
	width: 50%;
}

.bloc_home .foto img {
	display: block;
	width: 100%;
}

.bloc_home .descripcio {
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFF;
	background-color: #000;
}

.bloc_home .descripcio>div {
	width: 495px;
	display: inline-block;
}

.bloc_home .descripcio h3 {
	font-weight: normal;
	font-size: 35px;
	line-height: 1.25;
	letter-spacing: 0;
	margin-bottom: 56px;
}

.bloc_home:nth-child(even) .foto {
	order: 2;
}

.bloc_home:nth-child(even) .descripcio {
	order: 1;
}

.bloc_home:nth-child(2n) .descripcio {
	color: #000;
	background-color: #FFF;
}

.bloc_home:nth-child(3n) .descripcio {
	color: #FFF;
	background-color: var(--color-secundari);
}

#box_home_1 {
	position: relative;
	margin-bottom: 125px;
	overflow: hidden;
	font-size: 14px;
}

#box_home_1>div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100px;
	bottom: 100px;
	z-index: -1;
	right: -100px;
	background-color: var(--box-home);
}

#box_home_1>div {
	position: relative;
	z-index: 2;
	display: flex;
}

#box_home_1 .foto {
	/*padding-top: 80px;*/
	padding-top: 5.2%;
	width: 38%;
}

#box_home_1 .content {
	flex: 1;
	/*padding-left: 138px;
				padding-top: 110px;*/
	padding-left: 9%;
	padding-top: 7.2%;
	line-height: 1.55;
	letter-spacing: 1px;
}

#box_home_1 .descripcio {
	/*padding-left: 122px;
				padding-right: 122px;*/
	padding-left: 20.5%;
	padding-right: 20.5%;
	color: #1A1A1A;
	min-height: 450px;
	margin-bottom: 25px;
}

#box_home_1 h3 {
	font-weight: normal;
	font-size: 38px;
	line-height: 1.35;
	margin-bottom: 25px;
}

#box_home_2 {
	position: relative;
	margin-bottom: 135px;
	/*overflow:hidden;*/
	font-size: 14px;
	line-height: 1.55;
	letter-spacing: 1px;
}

#box_home_2>div:after {
	content: '';
	position: absolute;
	top: 80px;
	left: -70px;
	bottom: 80px;
	z-index: -1;
	right: 325px;
	background-color: var(--box-home);
}

#box_home_2>div {
	position: relative;
	z-index: 2;
	display: flex;
}

#box_home_2 .content_1 {
	width: 38%;
	/*width: 580px;*/
	text-align: right;
}

#box_home_2 .content_1 .foto {
	/*margin-bottom: 90px;*/
	margin-bottom: 15.5%;
}

#box_home_2 .content_2 {
	flex: 1;
	/*padding-top: 150px;
					padding-right: 168px;
					margin-left: 245px;*/
	padding-top: 10%;
	padding-right: 11%;
	margin-left: 16%;
}

#box_home_2 .descripcio {
	color: #1A1A1A;
	min-height: 450px;
	margin-bottom: 25px;
}

#box_home_2 h3 {
	font-weight: normal;
	font-size: 38px;
	line-height: 1.35;
	margin-bottom: 25px;
}

.foto_3 {
	position: absolute;
	left: 0;
	bottom: -102px;
	width: 21%;
}

#productos_misma_categoria .owl-prev {
	display: none;
}

#productos_misma_categoria .owl-next {
	display: none;
}

#filtres_sup_categories {
	border-bottom: 1px solid #bbbbbb;
}

#filtres_sup_categories>div {
	display: flex;
	padding: 15px 0;
	align-items: center;
}

.breadcrumb {
	line-height: 2;
	letter-spacing: 1px;
	color: var(--color-secundari);
	font-size: 12px;
	text-transform: uppercase;
	flex: 1;
}

.breadcrumb>ul {
	background: none;
	padding-left: 0;
	margin: 0;
}

.breadcrumb a {
	text-decoration: none;
	color: var(--color-principal);
	transition: color .25s ease;
	padding-left: 0px;
}

.breadcrumb a:hover {
	color: #000;
}

.breadcrumb>ul>li {
	display: inline-block;
}

.breadcrumb i {
	margin-left: 6px;
}

.breadcrumb .active {
	font-weight: bold;
	color: #000;
}

select[name="order"] {
	background-color: #FFF;
	height: 46px;
	padding: 0 18px 0 18px;
	border: 2px solid #f1f1f1;
	width: 322px;
	font-size: 12px;
	letter-spacing: 1px;
	color: var(--color-secundari);
	text-transform: uppercase;
}


.menu_lat_categories {
	width: 15%;
	margin: 0;
	padding: 0;
	/* margin-right: 65px; */
	margin-bottom: 35px;
	/*background-color: #f1f1f1;
		padding: 28px 30px;*/
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.menu_lat_categories,
.menu_lat_categories ul {
	list-style: none;
}

.menu_lat_categories .filters-title {
	font-size: 16px;
	color: black;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.menu_lat_categories .filters-delete {
	border-radius: 20px;
	background-color: whitesmoke;
	padding: 5px 10px !important;
	!i;
	!;
	display: flex;
	align-items: baseline;
	/* padding-bottom: 5px; */
	font-size: 12px;
	gap: 5px;
	width: auto;
	margin-bottom: 15px;
	color: grey;
	font-weight: normal;
}

.menu_lat_categories .filters-delete i {
	font-size: 12px;
	width: auto;
	height: auto;
	margin: 0px;
}

.menu_lat_categories ul {
	/*display: none;*/
	padding-left: 22px;
}

.menu_lat_categories li.active>ul {
	display: block;
}

.menu_lat_categories li.active>a {}

.menu_lat_categories a {
	text-decoration: none;
	position: relative;
	/* border-bottom: 1px solid var(--color-secundari); */
	padding-bottom: 0px !important;
	margin-bottom: 10px;
	font-weight: bold;
}

.panell_client .menu_lat_categories a {
	padding-bottom: 10px !important;
}

.menu_lat_categories a i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
	width: 25px;
	height: 20px;
	text-align: center;
}

.menu_lat_categories a i.fa-plus {
	width: auto;
	height: auto;
	position: absolute;
	right: 0;
	margin-right: 0;
	font-size: 18px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.menu_lat_categories li.active a i:before {
	content: "\f068";
}

.menu_lat_categories>li {
	/*border-bottom: 1px solid var(--color-secundari);*/
	margin-bottom: 30px;
}

.menu_lat_categories>li:first-child {
	border-top: none;
}



.menu_lat_categories>li>a {
	display: block;
	/* padding: 17px 0px; */
	text-transform: uppercase;
	color: var(--color-secundari);
	font-weight: bold;
	/* font-size: 13px; */
	border-bottom: 1px solid var(--color-secundari);
	padding-bottom: 5px !important;
	!i;
	!;
}

.menu_lat_categories ul li a {
	display: flex;
	padding-bottom: 20px;
	color: #333333;
	align-items: center;
}

.menu_lat_categories ul li a:before {
	content: '';
	border: 1px solid black;
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: -22px;
}

.menu_lat_categories ul li.active a:before,
.menu_lat_categories li.active li a:before {
	background-color: black;
}

.menu_lat_categories input[type=checkbox] {
	display: none;
}

.menu_lat_categories input[type=checkbox]+label {
	color: #939393;
}

.menu_lat_categories label h3 {
	display: inline-block;
	font-weight: normal;
}


.menu_lat_categories input[type=checkbox]+label:before {
	content: '';
	display: inline-flex;
	width: 18px;
	height: 18px;
	border: 1px solid;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	margin-right: 12px;
}

.menu_lat_categories input[type=checkbox]:checked+label:before {
	content: "\f00c";
}

/* DESCARGAS */

.descargas {
	display: flex;
	/* padding: 95px 10%; */
	flex-direction: column;
}

.descargas #catalogos {
	background-color: whitesmoke;
	padding: 75px 10%;
	display: flex;
	flex-direction: column;
}

.descargas #catalogos .list-catalogos {
	display: flex;
	gap: 5%;
	flex-wrap: wrap;
	row-gap: 20px;
}

.descargas #catalogos .list-catalogos .catalogo {
	display: flex;
	flex-direction: column;
	/* width: 16%; */
	gap: 15px;
	align-items: flex-start;
}

.descargas #catalogos .list-catalogos .catalogo img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
	height: 250px;
}

.descargas #catalogos .list-catalogos .catalogo>span {
	color: var(--color-secundari);
	font-size: 16px;
	font-weight: 600;
}

.descargas #descargas {
	display: flex;
	width: 100%;
	gap: 10%;
	padding: 95px 10%;
}

.descargas #descargas .menu_lat_categories {
	width: auto;
}

.descargas h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: var(--color-secundari);
	font-weight: 600;
	margin-bottom: 45px;
}

.descargas #descargas .list-downloads {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.list-downloads #d_t {
	width: 100%;
	color: var(--color-secundari);
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 45px;
}

.list-downloads #d_c {
	display: flex;
	flex-direction: column;
	row-gap: 45px;
}

.list-downloads #d_c .paginador {
	display: flex;
	gap: 5px;
	justify-content: center;
}

.paginador .pag {
	color: white;
	background-color: var(--color-secundari);
	display: flex;
	width: 20px;
	text-align: center;
	align-items: center;
	justify-content: center;
	/* aspect-ratio: 1 / 1; */
	/* padding: 5px; */
}

.paginador .pag.active {
	opacity: 0.5;
	cursor: default;
}

.list-downloads .item_files {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 20px;
}

.list-downloads .item_files .h {
	display: flex;
	align-items: baseline;
	border-bottom: 1px solid var(--color-secundari);
	padding-bottom: 10px;
	gap: 10px;
}

.list-downloads .item_files .h img {
	height: 70px;
	width: 70px;
	object-fit: contain;
	object-position: bottom;
}

.list-downloads .item_files .h h5 {
	color: var(--color-secundari);
	font-size: 20px;
}

.list-downloads .item_files .c {
	display: flex;
	flex-direction: column;
	/* margin-top: 20px; */
	gap: 10px;
}

.list-downloads .item_files .c .adjunt {
	display: flex;
	width: 100%;
	align-items: center;
}

.c .adjunt span {
	width: 100%;
	color: var(--color-secundari);
	font-weight: 600;
}

.c .adjunt .btn {
	/* width: auto; */
	/* display: flex; */
	/* align-items: baseline; */
	/* padding: 5px 15px; */
	/* border-radius: 0px; */
	/* gap: 10px; */
}

.loader-downloads {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #ffffffb3;
	display: flex;
	left: 0;
	align-items: center;
	justify-content: center;
	z-index: 10;
	display: none;
}

/* FI DESCARGAS */

.custom-loader {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 16px solid;
	border-color: #E4E4ED;
	border-right-color: var(--color-secundari);
	animation: s2 1s infinite linear;
}

@keyframes s2 {
	to {
		transform: rotate(1turn)
	}
}


#tonos {
	margin-bottom: 50px;
	font-size: 25px;
	letter-spacing: 1px;
	color: #808080;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#tonos>span {
	margin-right: 28px;
}

.tono_radio {
	display: none;
}

.tono {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	cursor: pointer;
}

.tono_radio:checked+.tono {
	border: 2px solid #a6a6a6;
}

.tono span {
	display: block;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	overflow: hidden;
}

.tono span img {
	display: block;
}

.reset_tono span {
	background-color: #FFF;
	color: #8c8c8c;
	border: 1px solid;
	display: flex;
	font-size: 20px;
	align-items: center;
	justify-content: center;
}

.nom_marca {
	margin-bottom: 15px;
	color: white;
	font-weight: bold;
	font-size: 23px;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 5%;
	width: 100%;
}

.nom_marca h2 {
	text-transform: uppercase;
}

.nom_marca a {
	font-size: 10px;
	color: white;
	font-weight: normal;
	display: flex;
	align-items: center;
	gap: 5px;
}

.paginacio {
	text-align: center;
	margin: 15px;
	margin-bottom: 25px;
	width: 100%;
	font-weight: 500;
}

.paginacio a {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	width: 30px;
	line-height: 28px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	background-color: #FFFFFF;
	/*border: 1px solid #FF2488;*/
}

.paginacio a.next,
.paginacio a.prev {
	font-size: 30px !important;
	line-height: 20px;
	border: none !important;
}

a.selected {
	color: #fff;
	background-color: #333;
	font-weight: bold;
}
#quickview_box_verd {
	background: var(--color-secundari);
	padding: 15px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	/* margin-bottom: 25%; */
	/* position: absolute; */
	top: 0%;
	left: 0%;
	width: 100%;
	height: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

#quickview_detalls {
	display: flex;
	position: relative;
	/* margin-top: 5%; */
	width: 100%;
	background-color: whitesmoke;
	padding: 5%;
}

.quick_view .form_cart {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.quick_info {
	width: 50%;
	display: flex;
	align-items: center;
	padding-left: 5%;
	gap:  15px;
}

#quickview_detalls>div {
	flex: 1;
}

#quickview_detalls>div:first-child {
	flex: none;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: center;
	/* padding: 30px 0%; */
}

.quickview_item > div {
	display: flex;
	flex-direction: column;
}

.quickview_item > div > span:nth-child(2) {
	color: var(--color-principal);
	font-size: 30px;
	/* font-family: "brandon-grotesque"; */
	/* font-weight: 900; */
}

#quickview_detalls h6 {
	font-weight: 600;
	font-size: 25px;
	/* font-family: "Playfair Display", serif; */
	font-style: italic;
	color: #546D62;
}

.botons_quick_view {
	text-align: right;
	padding: 20px;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	padding-right: 2%;
	gap: 20px;
}

.botons_quick_view > * {
	display: block;
	text-align: center;
    align-content: center;
}

.botons_quick_view {
	/* margin-top: 50px; */
	text-align: right;
	padding: 20px 20px 20px 0px;
	display: flex;
	gap: 15px;
}

.boto_gen {
	/* height: 43px; */
	font-weight: 500;
	padding: 0px 15px;
	font-size: 13px;
	background-color: var(--color-buton-generic);
	color: #FFF;
	vertical-align: middle;
	line-height: 43px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	transition: all .25s ease;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
}

.boto_gen.petit {
	font-size: 11px;
	height: 37px;
	line-height: 37px;
}

.boto_gen:hover {
	opacity: 0.5;
}

.boto_gen.negre {
	background-color: var(--color-buton-generic);
}

.boto_gen.negre:hover {
	/* background-color: rgba(37, 37, 37, .8); */
}

.boto_full {
	display: block;
}

.contenidor_miniatures {
	width: 10%;
	display: block;
	text-align: center;
	font-size: 30px;
	/* margin-right: 15px; */
}

.contenidor_miniatures i {
	cursor: pointer;
}

.gallery_popup a {
	display: block;
	width: 100%;
}

#gallery_popup_pager {
	text-align: center;
	font-size: 18px;
}

#gallery_popup_pager {
	text-align: center;
	font-size: 57px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#gallery_popup_pager span {
	cursor: pointer;
}

#gallery_popup_pager .cycle-pager-active {
	color: var(--color-secundari);
}

.owl-dots {
	text-align: center;
	margin-top: 15px;
}

.owl-dot {
	margin: 0px 5px;
}

.owl-dot,
.owl-dots span {
	display: inline-block;
}

.owl-dot span {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-color: #808080;
	border: 3px solid #FFF;
	border-radius: 50%;
	transition: all .5s ease;
}

.owl-dot.active span {
	height: 20px;
	width: 20px;
	background-color: var(--color-secundari);
	border-color: #fff
}

.info_article a {
	text-decoration: none;
}

#fitxa_article {
	/* margin-bottom: 97px; */
	display: flex;
	align-items: flex-start;
	gap: 5%;
}

.fitxa_imatge_prin {
	/* flex: 1; */
	/* display: flex; */
	/* justify-content: center; */
	/* position: relative; */
	width: 30%;
}

.fitxa_imatge_prin>div {
	/* width: 600px; */
}

.zoomContainer {
	z-index: 1000;
}

#adv-custom-pager>div {
	height: 600px;
	overflow: hidden;
}

#adv-custom-pager.slide>div {
	height: 531px;
}

#adv-custom-pager a {
	margin-bottom: 7%;
	border: 1px solid #d6d6d6;
	display: block;
	padding: 10px;
}

#adv-custom-pager a img {
	display: block;
}

.info_article {
	background-color: var(--color-secundari);
	padding: 52px 58px;
	/* width: 675px; */
	font-size: 16px;
	/* color: #808080; */
	/* letter-spacing: 1px; */
	/* margin-left: 15px; */
	width: 50%;
}

.info_article .descripcio_curta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.info_article .tallas {
	color: white;
	margin-bottom: 15px;
	font-size: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid;
	padding-bottom: 15px;
	width: 100%;
}

.info_article .tallas .talla:before {
	content: '-';
}

.info_article .tallas .talla:nth-of-type(1):before {
	content: '';
}

.info_article .tallas i {
	margin-right: 10px;
}

.info_article .tallas span:not(.talla) {
	margin-left: 5px;
}

.info_article .article_press {
	background-color: white;
	padding: 10px 15px;
	border-radius: 0px;
	border: 0px solid;
	cursor: pointer;
	display: block;
	width: auto;
}

.btn_unificat {
	background: var(--color-buton-generic);
	padding: 10px 25px;
	color: #fff;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	border-radius: 5px;
}

.btn_unificat:hover {

	background: var(--color-buton-generic-hover);

}

.stock_ok {
	color: #39B54A;
}

.stock_ko {
	color: #F00;
	display: none;
}

#select_agrupacio {
	background-color: #FFF;
	height: 46px;
	padding: 0 18px;
	width: 100%;
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--color-secundari);
	text-transform: uppercase;
	margin-bottom: 25px;
	border: 0;
}

.fitxa_add_favoritos {
	text-decoration: none;
	display: inline-block;
	margin-bottom: 20px;
	cursor: pointer;
	color: var(--color-principal);
}

.xarxes_share {
	margin-bottom: 20px;
}

.fitxa_add_favoritos i {
	font-size: 23px;
	vertical-align: middle;
	margin-right: 15px;
}

.fitxa_add_favoritos .txt2,
.fitxa_add_favoritos.active .txt1 {
	display: none;
}

.fitxa_add_favoritos.active .txt2 {
	display: inline;
}

.fitxa_add_favoritos.active i::before {
	font-weight: 900;
	content: "\f004";
}

#bottom_info_article {
	/* border-top: 1px solid #808080; */
	padding-top: 25px;
}

.ref_article {
	margin-bottom: 25px;
}

.seccio_fitxa {
	background-color: transparent;
	border: 0px solid var(--color-secundari);
	border-radius: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	margin-top: 50px;
}

.seccio_fitxa * {
	background-color: unset !important;
	color: var(--color-secundari) !important;
	border: 0px !important;
	border-radius: 0px
}

.seccio_fitxa>div {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	/* padding-left: 40px !important; */
	font-weight: normal;
	font-size: 16px;
}

.seccio_fitxa>div#fragment-1 {
	gap: 0px;
}

.seccio_fitxa>h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 0px solid black !important;
	border-top: 1px solid black !important;
	padding: 15px 0px !important;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.seccio_fitxa>h2.ui-state-active {
	border-bottom: 0px !important;
}

.seccio_fitxa>h2:after {
	content: "\2b";
	position: absolute;
	right: 10px;
	font-size: 25px;
	font-weight: 300;
	font-family: 'Font Awesome 6 Pro';
}

.seccio_fitxa>h2.ui-state-active:after {
	content: "\f068";
	/* font-family: 'Font Awesome 6 Pro'; */
	font-weight: 300;
}

.seccio_fitxa .adjunt a * {
	color: white !important;
}

.seccio_fitxa .descs {
	/* max-width: 45%; */
	width: 45%;
}

.seccio_fitxa .descs#carac_31 {
	width: 100%;
	max-width: 100%;
}

.seccio_fitxa table {
	/* padding-bottom: 20px !important; */
	max-width: 100%;
	width: auto;
}

.seccio_fitxa table td {
	vertical-align: baseline;
	padding-right: 20px !important;
}

.seccio_fitxa .descs h3,
.seccio_fitxa .descs h2,
.seccio_fitxa .descs h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--color-secundari) !important;
	padding-bottom: 20px !important;
	font-weight: bold;
}

.seccio_fitxa ul {
	padding-left: 1.1em !important;
}

.seccio_fitxa .adjunt {
	display: flex;
	align-items: center;
	/* border-bottom: 1px solid lightgrey !important; */
	/* padding-bottom: 15px !important; */
	margin-bottom: 15px !important;
	!i;
	!;
	width: 100%;
}

.seccio_fitxa .adjunt>span {
	width: 100%;
	/* font-weight: bold; */
}

.seccio_fitxa .adjunt .btn {
	width: auto;
	background-color: var(--color-secundari) !important;
	color: white !important;
	padding: 5px 15px !important;
	display: flex;
	align-items: baseline;
	gap: 5px;
	text-transform: uppercase;
	font-size: 14px;
}

.ui-widget {
	font-family: "Manrope", sans-serif !important;
}

.accessories {
	margin-top: 90px;
}

.accessories h3 {
	padding-bottom: 30px;
	font-size: 30px;
	color: var(--color-secundari);
}

#press-popup .wrap_btn button {
	background-color: var(--color-secundari);
	color: white;
}

#press-popup h3 {
	font-size: 25px;
	margin-bottom: 20px;
}

.misma_categoria {
	padding: 80px 10%;
	background-color: whitesmoke;
}


.banner_categories {
	background-size: cover !important;
	position: relative;
}

.banner_categories::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.banner_categories .container {
	max-width: 1500px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
	color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 99;

}

.banner_categories .container .t {
	font-size: 35px;
	/* font-family: 'Oswald'; */
}

.seccio_fitxa h4 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.seccio_fitxa h5 {
	font-size: 23px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 22px;
}

.seccio_fitxa .descripcio {
	line-height: 1.55;
	letter-spacing: 0;
}

.seccio_fitxa .destacats {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 0;
}

#header_rel_ventas {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 999;
	padding: 15px 0px;
	background-color: rgba(255, 255, 255, 0.95);
}

#seleccionats_kit {
	flex: 1;
	font-size: 20px;
}

#content_generic {
	margin-top: 100px;
	margin-bottom: 80px;
}

.desc_generica {
	margin-bottom: 80px;
	font-size: 16px;
}

.owl-slide-petit {
	margin-bottom: 80px;
	position: relative;
}

.owl-slide-petit .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

.downloads {
	margin: 20px 0px 80px;
	padding-top: 20px;
	border-top: 1px solid var(--color-border);
	text-align: left;
}

.downloads h3 {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 22px;
}

.downloads a {
	text-decoration: none;
	font-size: 16px;
}

.downloads i {
	font-size: 24px;
	vertical-align: -2px;
	margin-right: 5px;
}

.contenidor_fills {
	overflow: hidden;
}

.contenidor_fills>div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
	row-gap: 2vh;
}

.bloc_fill {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	/* margin: 0px 2% 3% 0px; */
	padding: 10px;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	background-color: whitesmoke;
}

.bloc_fill h4 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.25;
	color: #333;
}

.bloc_fill>div {
	/* background-color: #f9f9f9; */
	overflow: hidden;
	padding: 15px;
}

.bloc_fill .desc {
	margin-bottom: 25px;
	min-height: 150px;
}

.bloc_fill img {
	width: 100% !important;
}

.bloc_fill .boto_generic {
	background-color: var(--color-secundari);
	color: #FFF;
	padding: 10px 20px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
}

.container_web {
	max-width: 1500px;
	margin: 0px auto;
	padding: 0px 25px;
}

footer,
footer a {
	color: inherit;
	text-decoration: none;
	/*background-color: #fff;*/
	/* display: flex; */
}

footer .top {
	display: flex;
	padding: 50px 5%;
	gap: 5%;
	/* max-width: 1920px; */
	/* margin: 0 auto; */
	width: 100%;
}

footer .top > img {
	width: 50%;
}

footer .top > .content {
	width: 50%;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

footer .top .newsletter {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 24px;
	max-width: 50%;
	gap: 20px;
}

footer .top .links {
	display: flex;
	flex-direction: column;
	font-size: 20px;
}

footer .bottom {
	text-align: center;
	padding: 20px 5%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid;
	font-size: 14px;
}

footer .legals {
	display: flex;
	gap: 10px;
}

footer .legals > a {
	border-left: 1px solid;
	padding-left: 10px
}

footer .legals > a:nth-of-type(1) {
	border: 0px;
	padding: 0px;
}

footer .xxss {
	display: flex;
	gap: 20px;
	font-size: 16px;
}


/* --- Inici estils our story --- */
.our_story{
    background-color: #f2f2f2;
    padding-top: 100px;
    width: 100%;
    padding: 100px 5%;
}
.our_story .contenidor_bloc{
    display: flex;
    flex-direction: column;
    gap: 100px;
    max-width: 1750px;
    margin: auto;
}
.our_story .contenidor_bloc .nom_inline {
    line-height: normal;
	display: inline;
    margin-right: 6%;
    font-weight: 400;
    font-size: 24px;
}
.our_story .contenidor_bloc .textos_image{
    display: flex;
    justify-content: space-between;
    gap: 5%;
	align-items: start;
}
.our_story .contenidor_bloc .textos_image .textos{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    gap: 25px;
}
.our_story .contenidor_bloc .textos_image .textos p{
    font-size: 22px;
    font-weight: 400;
}
.our_story .contenidor_bloc .textos_image .textos strong {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 500;
}
.our_story .contenidor_bloc .textos_image .textos h4{
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}
.our_story .contenidor_bloc .textos_image img{
    width:45%;
    object-fit: contain;
}

.titol_inline{
    display: inline;
    font-size: 55px;
	line-height: 1.2;
	font-weight: 600;
}
.aux_description{
    display: none;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}

.blocs_our_story{
	width: 100%;
	padding: 100px 5%;
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.blocs_our_story .bloc{
	display: flex;
	max-width: 1750px;
	margin: auto;
	gap: 8%;
}
.blocs_our_story .bloc .bloc_textos {
	width: 50%;
	display: flex;
	flex-direction: column;
	row-gap: 4rem;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
}
.blocs_our_story .bloc .bloc_imatge {
	width: 50%;
}
.blocs_our_story .bloc .bloc_textos h2 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.blocs_our_story .bloc p:nth-child(3){
	width: 100%;
	border-top: 1px solid black;
	padding-top: 10px;
	font-size: 24px;
	font-weight: 300;
	margin:30px 0 10px 0;
}
.blocs_our_story .bloc p:nth-child(4){
	margin-left: 45%;
	font-size: 24px;
	font-weight: 300;
}

@media screen and (max-width: 1440px) {
    .our_story .contenidor_bloc h1{
        font-size: 40px;
    }
    .our_story .contenidor_bloc .textos_image img{
        width:45%
    }
    .our_story .contenidor_bloc .textos_image .textos{
        width: 50%;
    }
    .our_story .contenidor_bloc .textos_image .textos p{
        font-size: 16px;
    }
    .nom_inline{
        font-size: 22px;
    }
    .titol_inline{
        font-size: 34px;
    }
    .our_story .contenidor_bloc .textos_image .textos h4 {
        font-size: 30px;
    }
    .aux_description{
        font-size: 38px;
    }
}

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

    .our_story {
            padding: 60px 5%;
    }
    .our_story .contenidor_bloc h1{
        font-size: 30px;
    }
    .nom_inline{
        margin-right: 50px;
    }
    .our_story .contenidor_bloc {
        gap: 50px;
    }
    .our_story .contenidor_bloc .textos_image .textos h4 {
        display: none;
    }
    .aux_description{
        display: block;
        font-size: 26px;
    }
    .our_story .contenidor_bloc .textos_image .textos p {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
	#quickview_detalls>div:first-child {
		gap: 5px;
	}
	.quickview_item > div > span:nth-child(2) {
		font-size: 22px;
	}
	#quickview_detalls h6 {
		font-size: 22px;
	}
	.quick_view .form_cart {
		flex-direction: column;
	}
	.botons_quick_view {
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
		padding: 0 20px 20px 20px;
	}
	.quick_info {
		width: unset;
		padding-left: 0;
		margin: 30px auto;
	}
    .our_story {
        padding: 35px 5%;
    }
    .our_story .contenidor_bloc h1 {
        font-size: 20px;
        display: block;
    }
    .nom_inline{
        display: block;
        margin-right: 0px;
        font-size: 16px;
    }
    .our_story .contenidor_bloc {
        gap: 20px;
    }
    .our_story .contenidor_bloc .textos_image .textos p{
        font-size: 14px;
    }
    .our_story .contenidor_bloc .textos_image{
        flex-direction: column;
        gap: 20px;
    }
    .our_story .contenidor_bloc .textos_image img{
        width:70%;
        margin:0 auto;
    }
    .our_story .contenidor_bloc .textos_image .textos{
        width: 100%;
    }
    .aux_description{
        font-size: 18px;
    }
	.blocs_our_story .bloc {
		flex-direction: column;
		row-gap: 1rem;
	}
	.blocs_our_story .bloc .bloc_textos {
		width: 100%;
		gap: 1rem;

		font-size: 16px;
	}
	.blocs_our_story .bloc .bloc_textos h2 {
		font-size: 20px;
	}
	.blocs_our_story .bloc .bloc_imatge {
		width: 100%;
	}
}
@media screen and (max-width: 450px) {
    .our_story .contenidor_bloc .textos_image img{
        width:100%;
    }
}

@media screen and (max-width: 1440px) {
	.blocs_our_story .bloc h1 {
		font-size: 55px;
	}
	.blocs_our_story .bloc p:nth-child(3) {
		font-size: 18px;
	}
	.blocs_our_story .bloc p:nth-child(4) {
		font-size: 18px;
	}
	.blocs_our_story .bloc img {
		margin-left: 40%;
		width: 280px;
	}
	.blocs_our_story .bloc p:nth-child(4){
		margin-left: 40%;
	}
}
@media screen and (max-width: 1024px) {

	.blocs_our_story .bloc h1 {
		font-size: 50px;
	}

	.blocs_our_story {
		padding: 60px 5%;
		gap: 50px;
	}
	.blocs_our_story .bloc img {
		margin: 0 auto;
		width: 320px;
	}
	.blocs_our_story .bloc p:nth-child(4){
		margin: 0 auto;
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.blocs_our_story .bloc h1 {
		font-size: 30px;
	}
	.blocs_our_story .bloc img {
		margin: 0 auto;
		width: 100%;
	}
	.blocs_our_story {
		padding: 35px 5%;
	}
	.our_story .contenidor_bloc .nom_inline {
		font-size: 20px;
	}
	.our_story .titol_inline {
		font-size: 24px;
	}
	.our_story .contenidor_bloc .textos_image .textos strong {
		font-size: 22px;
	}
}
/* --- Fi estils our story --- */
.close_popup {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 25px;
}

.white-popup {
	background: #FFF;
	padding: 30px;
	text-align: left;
	max-width: 90%;
	width: 900px;
	margin: 40px auto;
	position: relative;
	overflow: auto;
	color: #000;
	border-radius: 15px;
	overflow: visible;
}

.white-popup-ajax {
	position: relative;
	background: #FFF;
	/* padding: 35px; */
	width: fit-content;
	max-width: 800px;
	overflow: auto;
	margin: 20px auto;
	border-radius: 10px;
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
	/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*
	
	1. Buttons

 */

/* <button> css reset */

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {

	/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(default-skin.svg);
	}

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	/* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D;
}

a.pswp__share--download:hover {
	background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}

/*
	
	4. Caption

 */

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}

.pswp__caption--empty {
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
	visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	/* We use .gif in browsers that don't support CSS animation */
	background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	/* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

.envio_gratis {
	background: #a0a0aa;
	padding: 50px 0px;
	color: #fff;
	margin-top: 50px;
}

.envio_gratis .container_web {
	display: flex;
}

.envio_gratis .container_web .left {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.envio_gratis .container_web .right {
	width: 60%;
}

.envio_gratis .titol {
	font-size: 45px;
	font-weight: bold;
	/* font-family: 'Oswald'; */
}

.envio_gratis .desc {
	font-size: 20px;
}


@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/*
	
	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	/* Force paint & create composition layer for controls. */
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

.pagina_contacte {
	display: flex;
	/* margin: 35px 0px; */
	flex-direction: row-reverse;
	padding: 160px 10%;
	gap: 5%;
	color: var(--color-secundari);
	align-items: flex-start;
	box-shadow: 0px 0px 3px 0px grey;
}

.pagina_contacte .left {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.pagina_contacte .right {
	width: 50%;
	/* background-color: var(--color-principal); */
	/* color: #fff; */
	display: flex;
	justify-content: flex-start;
	/* padding-left: 5%; */
	font-size: 20px;
	align-items: flex-start;
	flex-direction: column;
	gap: 40px;
}

.pagina_contacte .right .contact-info {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	color: black;
}
.pagina_contacte .right .contact-info a{
	color: black;
}

.pagina_contacte .right .contact-info i {
	width: 25px
}

.pagina_contacte .inner {
	max-width: 1005px;
	width: 100%;
}

.pagina_contacte .right .inner a {
	color: #fff;
}

.pagina_contacte .left .inner h1 {
	font-weight: bold;
	font-size: 30px;
	line-height: normal;
}

.pagina_contacte .left .inner .t {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pagina_contacte .left .inner .s {
	font-size: 20px;
	margin-bottom: 20px;
}

.banner_blog {
	height: 300px;
	width: 100%;
	background-size: cover !important;
}

.pagina_contacte .xxss b {
	display: none;
}

.pagina_contacte .xxss a i {
	font-size: 20px;
}

.estil_preu_anterior {
	text-decoration: line-through;
	margin-right: 10px;
}

.mobile_hide {
	display: none;
}
@media screen and (min-width:1100px) {
	.mobile_show {
		display: none !important;
	}
	.mobile_hide {
		display: block !important;
	}
}

#filtres_shop_phone {
	display: none;
}


/* ###### CSS VALORACIONS #########*/


.stars {
	color: #f2cc21;
}


.custom_check {
	display: inline-block;
	height: 10px;
	width: 10px;
	border: 1px solid var(--color-secundari);
	margin-right: 8px;
}

input[type=checkbox]:checked+label .custom_check {
	background-color: var(--color-secundari);
}


#paginacio_comentaris>div>div:first-child {
	display: none;
}

#frm_opinio {
	color: #444444;
	font-size: 15px;
	border-spacing: 0;
}

.nombre_anonimo_tr {
	display: none;
}

#frm_opinio td {
	padding: 0;
}

#frm_opinio input[type=text],
#frm_opinio textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid var(--color-border);
	box-sizing: border-box;
}


#frm_opinio textarea {
	height: 150px;
}


.span_coment {

	font-size: 15px;
	text-transform: uppercase;
}

.span_coment img {
	vertical-align: sub;
}


.span_coment font {
	font-size: 12px;

}

.groc {
	color: #f3d132;
}

.rating {
	font-size: 17px;
}

.nom_comentaris {

	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

#paginacio_comentaris {
	margin-bottom: 50px;
}

.pagination {
	font-size: 16px;
	padding-left: 0px;
}

.marb_25 font {
	font-size: 12px;
	font-weight: bold;
}

.pagina_sel {
	display: block;
	font-family: "Manrope", sans-serif !important;
}

.pagination li {
	float: left;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0px 5px;
	background-color: #e4e4e4;
	text-align: center;
	line-height: 30px;
}

.pagination li,
.pagination a {
	list-style: none;
	text-decoration: none;
	color: #000;
}

.comentaris_bloc h3 {
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: bold;
	color: var(--color-secundari);

}

/* ###### CSS VALORACIONS #########*/

.wrap_user {
	position: relative;
	display: flex;
	align-items: center;
}

.wrap_user::before {
	content: "";
	right: 15px;
	z-index: 1;
	position: absolute;
	content: "\f007";
	font-family: 'Font Awesome 6 Pro';
}

.wrap_pwd {
	position: relative;
	display: flex;
	align-items: center;
}

.wrap_pwd::before {
	content: "\f023";
	right: 15px;
	z-index: 1;
	position: absolute;
	font-family: 'Font Awesome 6 Pro';
}

.hola {
	color: var(--color-principal);
	font-size: 20px;
	margin-bottom: 10px;
}

.algra {
	margin-bottom: 25px;
	color: #333;
	font-size: 16px;
}

.text_pagament {
	font-size: 20px;
	text-align: center;
}

.popup_custom {
	font-size: 20px;
	text-align: center;
}



/* inici css blogV2*/

.contenidor_centrat h1 {
	width: 100%;
	line-height: normal;
}

.article1 {
	display: flex;
	margin-bottom: 30px;
	gap: 2%;
}

.article2 {
	display: flex;
	margin-bottom: 30px;
	background-color: var(--color-principal);
	color: white;
	gap: 2%;
}

.article2 h2 {
	color: white;
	margin-top: 10px;
}

.imatge {
	width: 30%;
}

.text {
	width: 100%;
}

.text a {
	margin-top: 30px;
}

.btn_unificat1 {
	background-color: var(--color-principal);
	padding: 10px 25px;
	color: #fff;
	transition: all 0.6s ease-in-out;
	display: inline-block;
}

.btn_unificat1:hover {

	background: var(--color-buton-generic-hover);

}

.btn_unificat2 {
	background-color: white;
	padding: 10px 25px;
	color: var(--color-principal);
	transition: all 0.6s ease-in-out;
	display: inline-block;
}

.btn_unificat2:hover {
	color: white;
	border: solid 1px;
	background: var(--color-buton-generic-hover);

}

/*final css blogV2*/

/*inici css PÃƒÂ gina Promocional*/
.ContainerPrincipalPromocional {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10%;
}

.esquerraPromocional {
	color: white;
	height: 100%;
	width: 50%;

}

.dretaPromocional {
	height: 100%;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.formulariPromocional {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 500px;
	width: 700px;
	background-color: var(--color-principal);
	border-radius: 5px;
	color: white;
	gap: 5%;
	text-align: center;
	box-shadow: 1px 11px 24px 16px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 11px 24px 16px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 11px 24px 16px rgba(0, 0, 0, 0.75);
}

.divEmail {
	width: 100%;
	display: flex;
	justify-content: center;
}

.camp_formulari {
	border-radius: 50px;
	border: none;
	width: 80%;
	height: 40px;
	padding: 10px;
}

form {
	width: 100%;

}

/*animacio boto*/
.botoFormulari {
	background: #fff;
	color: black;
	border: none;
	padding: 16px 20px;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	margin: 15px;
}

.botoFormulari:hover {
	color: white;
}

.botoFormulari::after {
	content: "";
	background: #0d72b193;
	position: absolute;
	z-index: -1;
	padding: 16px 20px;
	display: block;
	left: 0;
	right: 0;
	top: -100%;
	bottom: 100%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;

}

.botoFormulari:hover::after {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.formPromocional {
	gap: 5%;
}

/*animacio boto*/
/*media queries*/

.boto_llistat {
	padding: 10px 20px 10px 20px;
	border: none;
	color: var(--color-principal);
}

.container_boto {
	align-items: left;
	display: flex;
	justify-content: end;
}


.button_carrito {
	width: 100%;
	background: transparent;
	border: 1px solid var(--color-principal);
	border-radius: 5px;
	padding: 8px;
	display: inline-block;
	color: var(--color-principal);
	transition: color 0s;
	-webkit-transition: box-shadow ease-out 0.4s;
	-moz-transition: box-shadow ease-out 0.4s;
	transition: 0.2s all;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 18px;
}

.button_carrito:hover {
	scale: 1.03;
}

.llistat {
	width: 100%;
	height: 100%;
}

.llistat2 {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.link_image.product_link {
	border-radius: 3px;
}

.foto-desc1 {
	display: flex;
	gap: 25px;
	flex-direction: column;
	height: 100%;
}

.foto-desc2 {
	display: flex;
	gap: 20px;
}

.boto1 {
	display: none;
}

.boto2 {
	width: 100%;
}

.content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

/*FI classes categories.php actualitzat 30/04/24*/

/*Inici clases manteniment*/
.titol_boto {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	height: 50%;
}

.titol_boto h2 {
	color: black;
	font-size: 50px;
}

.titol_boto a {
	cursor: pointer;
	width: 12%;
	text-align: center;
}

.forms_manteniment {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
}

.titol_boto form {
	width: auto !important;
}

.titol_boto h3 {
	font-size: 20px;
	color: black;
	font-weight: 100;
	/* font-family: oswald; */
}

.forms_manteniment input[type="password"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #cecece;
	outline: 0;
	border-radius: 10px;
	margin-top: 10px;
}

.forms_manteniment input[type="submit"] {
	padding: 10px;
}

.topbar {
	width: 100%;
	height: 25px;
	background-color: #ff2323;
	color: white;

	justify-content: center;
}

/*Fi clases manteniment*/

/*seccio marques home*/
.destecats {
	display: flex;
	justify-content: center;
}

.titol_marques {
	display: flex;
	justify-content: center;
	margin: 20px 0px 20px 0px;
}

.marca img {
	border-radius: 10px;
}

.button_carrito {
	text-align: center;
	color: var(--color-principal);

}

.marca h3 {
	font-size: 20px;
	color: var(--color-principal);
}

/*comentaris*/

.comentaris {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: start;
	gap: 5%;

}

.comentari {
	width: 50%;
}

.separador_comentaris {
	width: 100%;
	border-top: 1px solid #0D72B1;
}

.satrs_nom {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: row-reverse;
}

.marcas {
	background-color: transparent;
}

.marca1 {
	width: 300px;
	height: 300px;
}

.destacats {
	width: 100%;
	/*max-width: 2000px;*/
}

.titol_marques {
	text-align: center;
	margin-bottom: 20px;
}

.marques-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 15px;
}

.titol_marques {
	text-align: center;
	margin-bottom: 20px;
}

.marques-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 15px;
}

.marca-item {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 20px;
	color: white;
	height: 200px;
	/* Default height, will be adjusted with grid */
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: transform .3s ease, box-shadow 0.3s ease;
}

.marca-item h3 {
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 5px;
	margin: 0;
}

.marca-item {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 20px;
	color: white;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	/* scale: 0.95; */
}

.marca-item h3 {
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 5px;
	margin: 0;
}

.marca-item:hover {
	transform: scale(1.03);
	z-index: 1;
	/* box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.75); */
}

/* Desktop Sizes */
.marca-item:nth-child(1) {
	grid-row: span 1;
	grid-column: span 2;
	height: 400px;
}

.marca-item:nth-child(2) {
	grid-row: span 1;
	grid-column: span 1;
	height: 400px;
}

.marca-item:nth-child(3) {
	grid-row: span 1;
	grid-column: span 2;
	height: 400px;
}

.marca-item:nth-child(4) {
	grid-row: span 2;
	grid-column: span 2;
	height: 400px;
}

.marca-item:nth-child(5) {
	grid-row: span 1;
	grid-column: span 1;
	height: 200px;
}

.marca-item:nth-child(6) {
	grid-row: span 1;
	grid-column: span 1;
	height: 200px;
}

.marca-item:nth-child(7) {
	grid-row: span 2;
	grid-column: span 2;
	height: 200px;
}

.marca-item:nth-child(8) {
	grid-row: span 2;
	grid-column: span 1;
	height: 200px;
	width: 635px;
}

/*Nova pÃƒÂ gina de contacte*/

.container {
	margin: 50px 0px 150px 0px;
	display: flex;
	justify-content: space-around;
}

.mapa iframe {
	border-radius: 20px;
	height: 45vh;
	width: 100%;
}

.info_ubi {
	margin: 20px 0px 20px 38px;
	color: black;
	display: flex;
	flex-direction: column;
}

.info_ubi i {
	margin-right: 15px;
}

.form_contacte {
	margin-top: 20px;
}

.left {
	width: 50%;
	display: flex;
	justify-content: center;
}

.right {
	width: 50%;
	display: flex;
	justify-content: center;
}

.contingut-left,
.contingut-right {
	width: 50%;
}

.form_contacte input,
textarea,
button {
	/* border-radius: 10px; */
	border: 0px solid white;
}

.form_contacte input {
	height: 45px;
}

.form_contacte button {
	color: white;
	background-color: var(--color-principal);
	transition: .3s;
	border: none;
}

.form_contacte button:hover {
	color: black;
	background-color: transparent;
}

.container_contacte {
	margin-top: 75px;
	display: flex;
	margin-bottom: 75px;
}


/*sobre nosaltres*/

.seccio1 {
	display: flex;
}

.right1,
.right1 h2 {
	background-color: #0D72B1;
	color: white;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;

}

.right1 {
	padding: 50px;
}

.left1 {
	width: 50%;
}

.right1 p {
	padding: 0px 50px 0px 50px;
	margin-top: 50px;
	text-align: center;
}

.left1 img {
	width: 100%;
	vertical-align: middle;
	height: 100%;
}

.seccio_contacte {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 50px;
	width: 60%;
	border: 2px solid #EFEFEF;
	padding: 20px;
	border-radius: 10px;
}

.seccio_contacte .text {
	width: 80%;
	text-align: center;
}

.boto_contacte {
	margin-top: 20px;
	padding: 15px;
	border-radius: 10px;
	background-color: #0D72B1;
	color: white;
	transition: .8s all ease;
}

.boto_contacte:hover {
	color: black;
	box-shadow: inset 0 100px 0 0 #FFFFFF;
	border: 1px solid #0D72B1;
}

.seccio_ubicacio {
	display: flex;
	justify-content: space-evenly;
}

.seccio3 {
	margin-top: 75px;
	margin-bottom: 50px;
}

.seccio2 {
	margin-top: 75px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}

/*sobre nosotros media querys*/


.titol_direccio {
	width: 40%;
}

.info_ubi {
	width: 80%;
}

.seccio_ubicacio {
	display: flex;
	justify-content: center;
}

/*estils faqs*/

.contenidor_faqs {
	margin-top: 100px;
	margin-bottom: 100px;
}

.titol_faqs {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.titol_faqs p {
	width: 80%;
	margin: 30px 0px 30px 0px;
	text-align: justify;
}


.faq-container {
	width: 80%;
	margin: auto;
	padding: 20px;
}

.faq-item {
	margin-bottom: 20px;
}

.faq-question {
	cursor: pointer;
	padding: 10px;
	padding-left: 0px;
	background-color: white;
	border-radius: 0px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	color: var(--color-principal);
	border-bottom: 1px solid var(--color-principal);
	font-size: 16px;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.7s ease-in-out, padding 0.7s ease-in-out;
	padding: 0px 20px;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
	padding: 0px;
	margin-top: 0px;
}



.faq-item.active .faq-answer {
	max-height: 1000px;
	padding: 0px;
	margin-top: 0px;
}


/*avaluaciÃƒÂ³ de lÃ¢â‚¬â„¢accessibilitat en interfÃƒÂ­cies web*/

body .uwy.userway_p5 .userway_buttons_wrapper {
	left: 39px !important;
	bottom: 115px !important;
}

/* SCIENCE */
.science .banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    padding: 0px 15%;
}
.science .banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
}
.science .banner .title {
    position: relative;
    font-size: 180px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    max-width: 1400px;
}
.science .banner .title i {
	font-weight: 100;
}
.science .banner .desc {
    position: relative;
    max-width: 400px;
    text-align: center;
    font-size: 14px;
    text-wrap-style: balance;
}
.science .blocs {
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
}
.science .bloc {margin-bottom: 0px !important;}
.science .bloc.ingredients {
    background-color: black;
    color: white;
    padding: 5%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.science .bloc.ingredients .title {
    font-size: 90px;
    font-weight: 400;
    width: 50%;
    line-height: 1;
}
.science .bloc.ingredients .subtitle {
    font-weight: 100;
    font-size: 20px;
    margin-top: 1em;
}
.science .bloc.ingredients .list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
    width: 70%;
    position: relative;
}
.science .bloc.ingredients .list .head {
    display: flex;
    padding: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}
.science .bloc.ingredients .list .head .name {
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 100px;
    text-transform: uppercase;
    cursor: pointer;
}
.science .bloc.ingredients .list .head .name.active {
    color: black;
	background-color: white;
}
.science .bloc.ingredients .list .head .desc_mobile {
    display: none;
}
.science .bloc.ingredients .list .body {
    font-size: 16px;
}
.science .bloc.ingredients .list .body .desc {
    display: none;
}
.science .bloc.ingredients .list .body .desc.active {
    display: block;
}
.science .bloc.ingredients img {
    position: absolute;
    right: 5%;
    bottom: -20%;
    max-width: 400px;
    width: 25%;
}
.science .bloc.columnes {
    background: radial-gradient(circle at top right, #017d5d 10%, #000000 60%) top right,    radial-gradient(circle at bottom left, #017d5d 0%, #000000 37%) bottom left;
    color: white;
    padding: 5%;
    padding-top: 10%;
    background-size: 50.1% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    width: 100%;
}
.science .bloc.columnes > a {
	margin-top: 50px;
}
.science .bloc.columnes .titol {
    font-size: 60px;
    font-weight: normal;
    max-width: 800px;
    text-align: center;
    line-height: 1;
    text-wrap-style: balance;
}
.science .bloc.columnes .desc {
    max-width: 600px;
    text-align: center;
    text-wrap-style: balance;
    font-size: 20px;
}
.science .bloc.columnes .subtitol {
    font-weight: bold;
    margin: 50px 0;
}
.science .bloc.columnes .columns {
	width: 100%;
}
.science .bloc.columnes .cols {
    display: flex;
    gap: 1.33%;
    /*flex-wrap: wrap;*/
	justify-content: center;
    row-gap: 20px;
}
.science .bloc.columnes .col {
    width: 24%;
    border: 1px solid;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    justify-content: flex-start;
    text-align: center;
    gap: 30px;
}
.science .bloc.columnes .col .title {
    font-size: 80px;
    line-height: 1;
}

.science .bloc.columnes .custom-bullets {
	position: relative;
	bottom: 0px;
	top: 0px;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 50px;
}

.science .bloc.columnes .custom-bullets > span {
	width: 16%;
	height: auto;
	margin: 0;
	line-height: normal;
	background-color: transparent;
	padding: 15px;
	border: 1px solid;
	border-radius: 100px;
	--swiper-pagination-bullet-inactive-opacity: 0.5;
	font-size: 20px;
}

.science .bloc.text_image {
    margin: 5%;
}
.science .bloc.text_image.a {
    display: flex;
    justify-content: space-between;
}
.science .bloc.text_image.b {
    display: flex;
    gap: 20px;
    border-top: 1px solid;
    padding-top: 5%;
}
.science .bloc.text_image.c {
    display: flex;
    flex-direction: row-reverse;
    gap: 20%;
    align-content: flex-end;
    margin-bottom: 5% !important;
}
.science .bloc.text_image .text {width: auto;display: flex;flex-direction: column;}
.science .bloc.text_image.a .text {
	gap: 30px;
}
.science .bloc.text_image.c .text {width: auto;display: flex;flex-direction: column;gap: 30px;justify-content: flex-end;align-items: flex-end;text-align: right;}

.science .bloc.text_image .text .title {
    font-weight: 400;
    text-wrap-style: balance;
    line-height: 1;
    font-size: 140px;
}
.science .bloc.text_image .text .desc {
    font-size: 20px;
    width: 70%;
    text-wrap-style: balance;
}
.science .bloc.text_image.b .text .desc {
    width: 90%;
    text-wrap-style: pretty;
}
/* ------ */

/* MENS SKIN */

.mens-skin {
    position: relative;
    padding: 5%;
    color: white;
}
.mens-skin .bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.mens-skin .texts {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    align-items: flex-end;
}
.mens-skin .texts .title {
    width: 25%;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}
.mens-skin .texts .title h1 {
    margin: 0px;
    font-size: 80px;
    font-weight: 100;
    line-height: 1;
	font-weight: 500;
}
.mens-skin .texts .title div {
    font-size: 20px;
}
.mens-skin .texts .desc {
    width: 49%;
    font-size: 24px;
	padding-right: 5%;
}
.mens-skin .blocs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 2vh;
}
.mens-skin .blocs .bloc {
    width: 49%;
    display: flex;
    flex-direction: column;
    border: 1px solid white;
    border-radius: 20px;
    padding: 1.5%;
	row-gap: 3rem;
}
.mens-skin .blocs .bloc:nth-of-type(even) {
	background-color: white;
	color: black;
}
.mens-skin .blocs .bloc .titles {
    display: flex;
    font-size: 20px;
    gap: 2%;
    margin-bottom: 40px;
    align-items: flex-start;
}
.mens-skin .blocs .bloc .titles .number {
    border: 1px solid;
    padding: 0 15px;
    border-radius: 25px;
}
.mens-skin .blocs .bloc .titles h2 {
    font-size: 20px;
	font-weight: 600;
}
.mens-skin .blocs .bloc .text {
    /* height: 100%; */
    font-size: 18px;
	width: 100%;
	padding-left: 5%;
	padding-right: 8%;
}
.mens-skin .blocs .bloc .text ul {margin: 0px;padding: 0px;list-style-position: outside;padding-left: 1em;}
.mens-skin .blocs .bloc .images {
    display: flex;
    gap: 4%;
    margin-top: 50px;
    overflow-x: hidden;
    align-items: flex-end;
    height: 100%;
}
.mens-skin .blocs .bloc .images img {
    width: 100%;
    border-radius: 20px;
    /* aspect-ratio: 16 / 9; */
	aspect-ratio: 18.7 / 9;
    object-fit: cover;
}
.mens-skin .blocs .bloc .images:has(img:nth-child(2)) img {
    width: 48%;
    aspect-ratio: 1;
}

/* --------- */

.testimonials {
    padding: 3% 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    /* align-items: center; */
    padding-right: 0px;
}
.testimonials .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0px 5%;
	gap: 1rem;
	margin-bottom: 3%;
}
.testimonials .title h1 {
    margin: 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.testimonials .title div {
    font-size: 60px;
    line-height: 1;
    text-align: center;
    width: 30%;
	font-weight: 500;
}
.testimonials .list {
    overflow-x: hidden;
    transition: 0.3s all;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
}
.testimonials .list.end {
    padding-right: 5%;
}
.testimonials .list .swiper-wrapper .testimonial, .testimonial_destacat {
    background-color: #F4F4F4;
    border-radius: 15px;
    padding: 2% 1.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: auto;
	font-size: 18px;
}
.testimonials .list .swiper-wrapper .testimonial ul {
	padding-left: 1em;
}
.testimonials .list .swiper-wrapper .testimonial div {
    font-size: 18px;
    height: 100%;
}
.testimonials .list .swiper-wrapper .testimonial h2, .testimonials .destacats .testimonial_destacat h2 {
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
}
.testimonials .destacats {
    padding-right: calc(5%);
    display: flex;
    gap: 30px;
    padding-left: 5%;
    margin-bottom: 0px;
}
.testimonials .destacats .testimonial_destacat {
    width: calc((100% - (4.2 - 1) * 30px) / 4.2);
}
.testimonials .destacats .testimonial_destacat:nth-child(2) {
    width: calc(((100% - (4.2 - 1) * 30px) / 4.2 * 3) + 2 * 30px);
    background-color: #009C8A;
    color: white;
}
.testimonials .destacats .testimonial_destacat:nth-child(2) div {
	font-size: 28px;
	line-height: 1.3;
}

/* LANGWEB */

.langweb {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3% 5%;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
}
    .langweb .head {
    padding: 0px;
    width: auto;
    margin-bottom: 80px;
}
    .langweb .head img {
    width: 500px;
}
    .langweb .body {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}
    .langweb .body .input-lang {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
    .langweb .body .input-lang label {
    font-size: 14px;
}
    .langweb .body .input-lang select,
    .langweb .body .input-lang .select2 .select2-selection{
    background-color: transparent;
    color: white;
    border: 0px;
    border-bottom: 1px solid white;
    font-size: 16px;
    text-transform: uppercase;
    width: 200px;
    padding-bottom: 5px;
		border-radius: 0px;
}
.langweb .body .input-lang .select2 .select2-selection * {
	color: white;
	padding-left: 0px;
}
.langweb .body .input-lang option {
    color: black
}
    .langweb .body .btn {}
    .langweb .body .input-remember {}
    .langweb .body .input-remember input[type="checkbox"] {}
    .langweb .body .input-remember label {}
    .langweb .footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
    .langweb .footer .left {
    width: auto;
    display: flex;
    gap: 10px;
}
    .langweb .footer .left span {}
    .langweb .footer .left a {
    color: white;
}
    .langweb .footer .right {
    width: auto;
    color: white;
}
    .langweb .footer .right .xxss {
    display: flex;
    gap: 20px;
    align-items: baseline;
}
    .langweb .footer .right .xxss span {}
    .langweb .footer .right .xxss a {
    color: white;
}
    .langweb .footer .right .xxss a i {}

/* ------- */

/* RESULTS */

.results {}
.single_result {
background-color: #F4F4F4;
padding: 5%;
}
.single_result .title {
margin: 0px;
font-size: 80px;
}
.single_result .content {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.single_result .content .subtitle {
font-size: 60px;
line-height: 1;
width: 50%;
}
.single_result .content .extra {
border: 1px solid;
border-radius: 25px;
padding: 30px;
font-size: 20px;
width: 35%;
text-align: center;
text-wrap-style: balance;
}
.single_result .numbers {
display: flex;
flex-wrap: wrap;
gap: 2%;
row-gap: 60px;
margin: 80px 0;
}
.single_result .numbers .num {
width: 23%;
display: flex;
flex-direction: column;
gap: 30px;
}
.single_result .numbers .num .title {
width: 100%;
display: block;
border-bottom: 1px solid;
line-height: 1;
padding-bottom: 20px;
}
.single_result .numbers .num .desc {
font-size: 20px;
}
.single_result .note {
border-bottom: 1px solid;
padding-bottom: 30px;
}

.multiple_result {padding: 5%;display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;row-gap: 50px;background-color: #F4F4F4;padding-bottom: 0px;}
.multiple_result hr {
	width: 100%;
	border-top-color: black;
}
.multiple_result .left {width: 60%;display: flex;flex-direction: column;}
.multiple_result > .title {font-size: 80px;font-weight: 500;line-height: normal;margin: 0px;width: 100%;}
.multiple_result .left .tabs {
position: relative;
overflow: hidden;
width: 100%;
}
.multiple_result .left .tab {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    gap: 4%;
    row-gap: 60px;
    /* background-color: white; */
}
.multiple_result .left .num {
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-wrap-style: balance;
    gap: 20px;
}
.multiple_result .left .num .title {
    font-size: 25px;
    line-height: 1;
}
.multiple_result .left .num .desc {}
.multiple_result .left .custom-bullets {position: relative;bottom: 0px;top: 0px;display: flex;gap: 10px;margin-bottom: 0;margin: 60px 0;margin-top: 0;}

.multiple_result .left .custom-bullets > span {width: 100%;height: auto;margin: 0;line-height: 1;background-color: transparent;padding: 0;/* border: 1px solid; */border-radius: 100px;--swiper-pagination-bullet-inactive-opacity: 0.5;font-size: 60px;transition: 0.2s all;display: block !important;text-align: left;font-weight: normal;}
.multiple_result .left .custom-bullets > span.swiper-pagination-bullet-active {/* border-color: var(--color-secundari); *//* background-color: var(--color-secundari); *//* color: white; */}
.multiple_result .right {
    display: flex;
    flex-direction: column;
    width: 30%;
    gap: 50px;
}
.multiple_result .right .desc {
    padding: 30px;
    border: 1px solid;
    border-radius: 15px;
    text-align: center;
    text-wrap-style: balance;
}
.multiple_result .right img {
	
}
.before_after_result {
    padding: 5%;
    background-color: #F4F4F4;
    /* padding-bottom: 0px; */
    margin-bottom: 20px;
}
.before_after_result .title {
    font-size: 60px;
    line-height: 1;
    font-weight: normal;
    width: 80%;
}
.before_after_result .cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.before_after_result .cols .column {
    width: 48%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.before_after_result .cols .column .title {
    font-size: 20px;
    font-weight: bold;
}
.before_after_result .cols .column .bloc {
    display: flex;
    background-color: white;
    border-radius: 15px;
    height: 100%;
}
.before_after_result .cols .column .bloc .numbers {
    width: 50%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
}
.before_after_result .cols .column .bloc .numbers .num {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.before_after_result .cols .column .bloc .numbers .num .title {}
.before_after_result .cols .column .bloc .numbers .num .desc {
    font-size: 16px;
}
.before_after_result .cols .column .bloc .images {
    width: 50%;
    position: relative;
}
.before_after_result .cols .column .bloc .images:before {
	content: '';
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #ff000000;
	z-index: 2
}
.before_after_result .cols .column .bloc .images .separator {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 50%;
	background-color: white;
	z-index: 3;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.before_after_result .cols .column .bloc .images .separator span {
	width: 36px;
	background-color: white;
	aspect-ratio: 1;
	border-radius: 100%;
	position: relative;
}
.before_after_result .cols .column .bloc .images .separator span:before,
.before_after_result .cols .column .bloc .images .separator span:after{
	content: '\f077';
	font-family: 'Font Awesome 6 Pro';
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	font-weight: 200;
	line-height: normal;
	top: 55%;
	transform: translate(-50%, -100%);
}

.before_after_result .cols .column .bloc .images .separator span:after {
	top: 90%;
	content: '\f078';
}
.before_after_result .cols .column .bloc .images .b {
	position: absolute;
	height: 100%;

	border-radius: 0px 15px 15px 0px;
}
.before_after_result .cols .column .bloc .images .b > span {
	position: absolute;
	color: white;
	text-transform: uppercase;
	line-height: 1;
	left: 25px;
	top: 25px;
	font-size: 18px;
}
.before_after_result .cols .column .bloc .images img {
	height: 100%;
	object-fit: cover;
	border-radius: 0px 15px 15px 0px;
}
.before_after_result .cols .column .bloc .images .before {
    mask-image: linear-gradient(rgb(0 0 0) var(--mask-position), transparent var(--mask-position));
    z-index: 1;
    --mask-position: 50%;
}
.before_after_result .cols .column .bloc .images .after > span {
	bottom: 25px;
	top: unset;
}
.before_after_result .cols .column .bloc .images .after {}
.before_after_result .note {
    /* margin-top: 80px; */
    font-size: 20px;
}

/* ------- */

/* SKINCARE */

.skincare {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
.skincare .banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin: 30px;
}
.skincare .banner img {
    position: absolute;
    width: 100%;
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}
.skincare .banner .content {
    position: relative;
    z-index: 1;
    padding: 5%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 15vh;
    width: 50%;
}
.skincare .banner .content h1 {
    line-height: 1;
    margin: 0px;
    font-size: 80px;
    font-weight: 600;
}
.skincare .banner .content h2 {
    line-height: 1;
    font-size: 24px;
}
.skincare .banner .content .desc {
    font-size: 24px;
}
.skincare .blocs {
    overflow-x: hidden;
    width: 100%;
    background-color: black;
    color: white;
}
.skincare .blocs > .custom-bullets {
    position: relative;
    display: flex;
    top: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid white;
    padding: 0 5%;
    gap: 5%;
    font-size: 16px;
}
.skincare .blocs > .custom-bullets span {
    background: transparent;
    width: auto;
    height: auto;
    margin: 0;
    padding: 20px 0px;
    text-transform: uppercase;
    border-radius: 0px;
    padding-bottom: 15px;
    opacity: 1;
}
.skincare .blocs > .custom-bullets span.swiper-pagination-bullet-active {border-bottom: 5px solid #009C8A;}
.skincare .blocs .b {
    display: flex;
    padding: 5%;
    align-items: flex-start;
}
.skincare .blocs .b .left {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: flex-start;
    border-top: 1px solid;
    padding-top: 30px;
    padding-right: 5%;
}
.skincare .blocs .b .left h3 {
    font-size: 40px;
    line-height: 1;
}
.skincare .blocs .b .left .desc {
    
}
.skincare .blocs .b .left img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    width: 50%;
}
.skincare .blocs .b .right {
    display: flex;
    flex-direction: column;
    border-top: 1px solid;
    padding-top: 30px;
    padding-left: 5%;
}
.skincare .blocs .b .right .steps {
    width: 100%;
}
.skincare .blocs .b .right .steps .custom-bullets {
    position: relative;
    width: 100%;
    display: flex;
    top: 0;
    bottom: 0;
    gap: 5%;
    margin-bottom: 70px;
}
.skincare .blocs .b .right .steps .custom-bullets span {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 100px;
    margin: 0px;
    border: 1px solid;
    padding: 1em 2em;
    opacity: 1;
    display: block !important;
}
.skincare .blocs .b .right .steps .custom-bullets span.swiper-pagination-bullet-active {
    background-color: var(--color-secundari);
    border-color: var(--color-secundari);
}
.skincare .blocs .b .right .steps .s {
    
}
.skincare .blocs .b .right .steps .s .desc {
    
}
.skincare .blocs .b .right .steps .s .desc .bullet {
    aspect-ratio: 1;
    width: 1em;
    border-radius: 100%;
    display: inline-block;
    margin: 0 0.5em;
	height: 1em;
	line-height: 1;
}
.skincare .blocs .b .right .products {
    display: flex;
    gap: 2%;
    margin-top: 50px;
}
.skincare .blocs .b .right .products .p {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 20%;
    font-size: 16px;
}
.skincare .blocs .b .right .products .p img {
}
.skincare .blocs .b .right .products .p a {
    width: 100%;
    padding: 0.5em 1em;
    border: 1px solid white;
    border-radius: 100px;
    color: white;
    text-align: center;
    line-height: 1;
}

/* ------- */

.titol_message {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10%;
	font-size: 20px;
	background-color: var(--color-);
}


@media screen and (max-width: 1440px) {
	/* Styles for laptops */

	#menu {
		gap: 10px;
	}

	.caixa_interna_bloc_textos .caixa_superior .caixa_esquerra .titol_principal {
		/* padding-right: 20%; */
		font-size: 50px;
	}

	.caixa_interna_bloc_textos .caixa_superior .caixa_dreta .text_destacat_item {
		width: 50%;
		font-size: 20px;
	}

	.caixa_interna_bloc_textos .caixa_inferior {
		font-size: 16px;
	}

	.caixa_interna_bloc_textos .caixa_inferior .caixa_dreta {
		aspect-ratio: 4 / 3;
	}

	.caixa_interna_bloc_productes .caixa_textos .caixa_esquerra {
		gap: 20px;
	}

	.caixa_interna_bloc_productes .titol_secundari {
		font-size: 80px;
	}

	.caixa_interna_bloc_productes .caixa_textos .caixa_dreta {
		font-size: 16px;
	}

	.bloc_article .caixa_imatge {
		height: 300px;
	}
	.bloc_article .caixa_textos h3 {
		/* font-size: 20px; */
	}
	.caixa_interna_bloc_text_mes_columnes .caixa_titol h2 {
		font-size: 8rem;
	}
	.caixa_interna_bloc_text_mes_imatge .caixa_textos .titol {
		font-size: 50px;
	}
	.caixa_interna_bloc_text_mes_imatge .caixa_textos .text {
		font-size: 16px;
	}
	.caixa_interna_bloc_text_mes_imatge .caixa_textos .caixa_enllac .btn {
		font-size: 16px;
	}

	footer .top {
		justify-content: space-between;
	}
	footer .top>img {
		width: 40%;
	}
	footer .top .newsletter {
		font-size: 20px;
	}


/* Estilos base */
.science .banner .title {font-size: 100px;}
.science .bloc.ingredients img {height: 80%;}
.science .bloc.text_image.b {flex-wrap: wrap;}
.science .bloc.text_image.c {gap: 5%;}
.science .bloc.text_image.b .text, .science .bloc.text_image.b img  {width: 25%;}
.science .bloc.text_image .text .title {font-size: 100px;}
.science .bloc.text_image .text .desc {width: 100%;}
.science .bloc.text_image.a img {width: 50%;}
.science .bloc.text_image.c img {
	width: 50%;
	aspect-ratio: 1;
	object-fit: cover;
}
.mens-skin .texts .title {width: 30%;}
.mens-skin .blocs .bloc .text {height: auto;}
.mens-skin .blocs .bloc .text ul {margin: 0px;}
.mens-skin .blocs .bloc .images {height: 100%;display: flex;width: 100%;align-items: flex-end;}


}

@media screen and (max-width: 1024px) {
	.categories .caixa_interna_bloc_productes .caixa_llistat {
		justify-content: center;
	}
.testimonials .destacats .testimonial_destacat {
    width: calc((100% - (3.2 - 1) * 30px) / 3.2);
}
.testimonials .destacats .testimonial_destacat:nth-child(2) {
	width: calc(((100% - (3.2 - 1) * 30px) / 3.2 * 2) + 30px);
}
.caixa_interna_bloc_productes .caixa_llistat .custom-nav.swiper-button-next {
	--swiper-navigation-sides-offset: 10%;
}
/* Contacte */
.pagina_contacte {
	flex-direction: column-reverse;
	gap: 50px;
}
.pagina_contacte .left,
.pagina_contacte .right{
	width: 100%;
}

/* Styles for tablets */

	header .head {
		padding: 20px 5%;
	}

	.head_centre {
		justify-content: flex-start;
		width: 50%;
	}

	.head_dreta {
		width: 50%;
	}

	header.scroll .head {
		padding: 20px 5%;
	}

	#content_slide_home {border-width: 15px;}

	.caixa_interna_bloc_textos .caixa_superior {
		padding-bottom: 50px;
	}

	.caixa_interna_bloc_textos .caixa_superior .caixa_esquerra {
		width: 45%;
		justify-content: space-between;
	}

	.caixa_interna_bloc_textos .caixa_superior .caixa_esquerra .titol_principal {
		font-size: 40px;
	}

	.caixa_interna_bloc_textos .caixa_superior .caixa_esquerra p {
		font-size: 16px;
	}

	.caixa_interna_bloc_textos .caixa_superior .caixa_dreta {
		flex-direction: column;
	}

	.caixa_interna_bloc_textos .caixa_superior .caixa_dreta .text_destacat_item {
		width: 100%;
		font-size: 16px;
		padding: 20px;
	}

	.caixa_interna_bloc_textos .caixa_inferior {
		padding-top: 50px;
	}

	.caixa_interna_bloc_productes .caixa_textos {
		flex-direction: column;
		gap: 20px;
	}

	.caixa_interna_bloc_productes .caixa_textos .caixa_esquerra {
		width: 100%;
		flex-direction: row;
		align-items: center;
		gap: 0px;
	}

	.caixa_interna_bloc_productes .titol_secundari {
		font-size: 60px;
	}

	.caixa_interna_bloc_productes .caixa_textos .caixa_dreta {
		width: 100%;
	}

	.categories .item,
	.search .item {
		width: 49%;
	}

	.bloc_article {
		padding: 15px;
	}

	.bloc_article .caixa_top .header {
		flex-direction: column;
		justify-content: left;
		align-items: start;
	}
	.bloc_article .caixa_top .header .info {
	padding: 5px 1em;
	width: 100%;
	}

	.bloc_article .caixa_textos {
		gap: 0px;
		padding: 0px;
		row-gap: 1ex;
	}

	.bloc_article .caixa_textos h3 {
		/* font-size: 16px; */
	}

	.bloc_article .caixa_preus {
		/* font-size: 16px; */
	}

	.caixa_interna_bloc_text_mes_columnes .caixa_titol>span {
		font-size: 16px;
	}

	.caixa_interna_bloc_text_mes_columnes .caixa_titol h2 {
		font-size: 6rem;
	}

	.caixa_interna_bloc_text_mes_columnes .caixa_columnes {
		flex-wrap: wrap;
		row-gap: 20px;
		gap: 2%;
		row-gap: 20px;
	}

	.caixa_interna_bloc_text_mes_columnes .caixa_columnes .caixa_single_columna {
		width: 49%;
		padding: 0px;
	}

	.caixa_interna_bloc_text_mes_imatge .caixa_textos .titol {
		font-size: 40px;
	}

	footer .top>img {
		width: 30%;
	}

	footer .top .newsletter {
		font-size: 16px;
	}

	footer .top .links {
		font-size: 16px;
	}

/* Estilos base */

.page_subarticle .header .info .caracs .c_head {
    flex-direction: column;
}

.page_subarticle .header .info .caracs .c_head .mobile_show {
	display: none;
	flex-wrap: wrap;
	gap: 10px;
	font-weight: normal;
	margin-bottom: 20px;
}

.page_subarticle .header .info .caracs .c_head .mobile_show.active {
	display: flex;
}

.page_subarticle .header .info .caracs_dos .c_dos_value img {
    width: 100px;
}

.page_subarticle .method_of_use .left {
    font-size: 16px;
}

.page_subarticle .method_of_use .left .title {
    font-size: 16px;
}

.page_subarticle .method_of_use .right .step {
    font-size: 16px;
}

.page_subarticle .properties {
    gap: 50px;
}

.page_subarticle .properties .left {
    font-size: 16px;
}

.page_subarticle .properties .left .title {
    font-size: 40px;
}

.page_subarticle .properties .right {
    gap: 1.5%;
    row-gap: 15px;
}

.page_subarticle .properties .right .propertie {
    width: 32%;
    font-size: 16px;
}
.science .bloc.ingredients .title {width: 100%;font-size: 80px;}
.science .bloc.ingredients .list {
    width: 100%;
    position: relative;
    z-index: 1;
}
.science .bloc.ingredients .list .head {flex-direction: column;display: flex;align-items: flex-start;width: 100%;}
.science .bloc.ingredients .list .head .name {width: 100%;display: flex;align-items: center;justify-content: space-between;/* background-color: black; */}
.science .bloc.ingredients .list .head .name:after {
	content: '\f0da';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 600;
}
.science .bloc.ingredients .list .head .name.active:after {
	content: '\f0d7';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 600;
}
.science .bloc.ingredients .list .head .desc_mobile.active {
	display: block;
	padding: 0px 20px;
	padding: 0px;
}
.science .bloc.ingredients .list .body .desc {display: none !important;}
.science .bloc.ingredients img {width: 30%;height: auto;/* display: none; */bottom: 0px;z-index: 0;opacity: 0.4;}
.science .bloc.text_image.b {gap: 2%;row-gap: 20px;}
.science .bloc.text_image.b .text {
	width: 100%;
}
.science .bloc.text_image.b img {
	width: 32%;
}
.mens-skin .texts {gap: 5%;}
.mens-skin .texts .title {width: 50%;}
.mens-skin .texts .desc {width: 50%;}
.mens-skin .blocs .bloc .text ul {margin: 0px;}


.langweb {padding: 10%;justify-content: space-between;}
    .langweb .head {margin: 0px;}
    .langweb .head img {
}
    .langweb .body {height: auto;width: 100%;}
    .langweb .body .input-lang {width: 100%;}
    .langweb .body .input-lang label {
}
    .langweb .body .input-lang select {width: 100%;}
.langweb .body .input-lang option {
}
    .langweb .body .btn {}
    .langweb .body .input-remember {}
    .langweb .body .input-remember input[type="checkbox"] {}
    .langweb .body .input-remember label {}
    .langweb .footer {flex-direction: column;justify-content: left;align-items: flex-start;gap: 10px;}
    .langweb .footer .left {
}
    .langweb .footer .left span {}
    .langweb .footer .left a {
}
    .langweb .footer .right {
}
    .langweb .footer .right .xxss {flex-wrap: wrap;row-gap: 10px;}
    .langweb .footer .right .xxss span {}
    .langweb .footer .right .xxss a {
}
    .langweb .footer .right .xxss a i {}

/* ------- */

/* RESULTS */

.results {}
.single_result {}
.single_result .title {
font-size: 60px;
}
.single_result .content {}
.single_result .content .subtitle {
font-size: 40px;
}
.single_result .content .extra {
width: 45%;
font-size: 16px;
padding: 20px;
}
.single_result .numbers {}
.single_result .numbers .num {
width: 32%;
}
.single_result .numbers .num .title {
font-size: 40px;
}
.single_result .numbers .num .desc {
font-size: 16px;
}
.single_result .note {}

/* ------- */

.skincare .blocs .b .left img {
	width: 100%;
	aspect-ratio: 1;
}

.skincare .blocs .b .right .products .p {
	width: 49%;
}

.skincare .blocs .b .right .products {
	flex-wrap: wrap;
}

.skincare .blocs .b .right .steps .custom-bullets {
	/* flex-direction: column; */
	gap: 10px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

}

@media screen and (max-width: 768px) {
	/* Testimonials*/
	.testimonials .destacats {
		flex-direction: column;
	}
	.testimonials .destacats .testimonial_destacat {
        width: 100%;
    }
	.testimonials .destacats .testimonial_destacat:nth-child(2) {
        width: 100%;
    }
	/*Contacte*/
	.pagina_contacte .right .contact-info h1{
		font-size: 80px;
	}
    /* Styles for phones */

	.head_dreta > span,
	.head_dreta > select {
		display: none;
	}

	.head_dreta #menuauxopen,
	.head_dreta select {
		display: block;
	}

	header.scroll .head #logo img {
    min-height: 40px;
}

	#inici {
    background-size: 100% 50.1%;
}

	.caixa_interna_bloc_textos {
    padding: 5%;
}

	.caixa_interna_bloc_textos .caixa_superior {
    flex-direction: column;
    gap: 20px;
}

	.caixa_interna_bloc_textos .caixa_superior .caixa_esquerra {
    width: 100%;
}

	.caixa_interna_bloc_textos .caixa_superior .caixa_esquerra .titol_principal {
    font-size: 30px;
}

	.caixa_interna_bloc_textos .caixa_superior .caixa_dreta {
    width: 100%;
}

	.caixa_interna_bloc_textos .caixa_inferior {
    flex-direction: column;
    gap: 50px;
}

	.caixa_interna_bloc_textos .caixa_inferior .caixa_esquerra {
    width: 100%;
    gap: 20px;
}

	.caixa_interna_bloc_textos .caixa_inferior .caixa_dreta {
    width: 100%;
    aspect-ratio: 1;
}

	.caixa_interna_bloc_productes {
    padding-top: 5%;
    padding-bottom: 10%;
}

	.relacionats .caixa_interna_bloc_productes {
		padding-top: 0%;
	}

	.caixa_interna_bloc_productes .caixa_textos {
    /* padding-right: 10%; */
    flex-direction: column;
}

	.caixa_interna_bloc_productes .caixa_textos .caixa_esquerra {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

	.caixa_principal_bloc_productes.relacionats .caixa_interna_bloc_productes .caixa_textos .caixa_esquerra {
    flex-direction: column;
}

	.caixa_interna_bloc_productes .titol_secundari {
    font-size: 30px;
    line-height: normal;
}

	.caixa_interna_bloc_productes .caixa_llistat .custom-pagination {
   		width: 70%;
}

	.caixa_interna_bloc_productes .caixa_llistat .custom-nav.swiper-button-next {
    --swiper-navigation-sides-offset: 12%;
}

	.caixa_interna_bloc_productes .caixa_llistat .custom-nav.swiper-button-prev {
    --swiper-navigation-sides-offset: 80%;
}

	.item {
}

.categories .item,
.search .item{
	width: 100%;
}

	.bloc_article .caixa_imatge {
    height: 250px;
}

	.caixa_interna_bloc_textos_creatius {
    flex-direction: column;
    gap: 50px;
    padding: 10% 5%;
}

	.caixa_interna_bloc_textos_creatius .caixa_esquerra {
    width: 100%;
}

	.caixa_interna_bloc_textos_creatius .caixa_centre {
    width: auto;
}

	.caixa_interna_bloc_textos_creatius .caixa_dreta {
    width: 100%;
    text-align: center;
}

	.caixa_interna_bloc_text_mes_columnes {
    padding: 5%;
}

	.caixa_interna_bloc_text_mes_columnes .caixa_titol {}

	.caixa_interna_bloc_text_mes_columnes .caixa_titol>span {
    text-align: center;
}

	.caixa_interna_bloc_text_mes_columnes .caixa_titol h2 {
    font-size: 40px;
}

	.caixa_interna_bloc_text_mes_columnes .caixa_columnes {
    flex-direction: column;
}

	.caixa_interna_bloc_text_mes_columnes .caixa_columnes .caixa_single_columna {
    width: 100%;
}

	.caixa_interna_bloc_text_mes_columnes .caixa_imatges {
    flex-direction: column;
    row-gap: 20px;
}

	.caixa_interna_bloc_text_mes_columnes .caixa_imatges .caixa_single_imatge {
    width: 100%;
}

	.caixa_interna_bloc_text_mes_imatge {
    flex-direction: column;
    padding: 5%;
}

	.caixa_interna_bloc_text_mes_imatge .caixa_imatge {
    width: 100%;
    max-width: 100%;
}

	.caixa_interna_bloc_text_mes_imatge .caixa_textos {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
}

	footer,
	footer a {}

	footer .top {
    flex-direction: column;
    padding: 5%;
    gap: 20px;
    align-items: center;
    padding-top: 50px;
}

	footer .top>img {
    width: 80%;
}

	footer .top>.content {
    width: 100%;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

	footer .top .newsletter {
    max-width: 100%;
    align-items: center;
    text-align: center;
}

	footer .top .links {
    /* width: 100%; */
    text-align: center;
    gap: 10px;
}

	footer .bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

	footer .legals {
    flex-direction: column;
}

	footer .legals>a {
    border: 0px;
}

	footer .legals>a:nth-of-type(1) {}

	footer .xxss {}

	#menu-mobile {
		width: 100%;
		padding: 20px 10px;
		/* border-top: 1px solid black; */
	}

	#menu-mobile .header {
		display: flex;
		justify-content: space-between;
		font-size: 25px;
		color: black;
		/* margin-bottom: 20px; */
		margin: 5%;
		font-size: 20px;
		line-height: 2;
	}

	#menu-mobile a {
		color: black;
	}

	/* Estilos base */

.page_subarticle .header {
    flex-direction: column;
    width: 90%;
    margin-top: 5%;
    gap: 30px;
}

.page_subarticle .header .images {
    width: 100%;
    position: relative;
    top: 0;
}

.page_subarticle .header .images .swiper-wrapper img {
    height: auto;
    aspect-ratio: 1;
}

.page_subarticle .header .info {
    width: 100%;
}

.page_subarticle .header .info .title {
    font-size: 30px;
}

.page_subarticle .header .info .desc {
    font-size: 16px;
}

.page_subarticle .method_of_use {
    width: 90%;
    flex-direction: column;
    gap: 30px;
}

.page_subarticle .method_of_use .right {
    flex-direction: column;
}

.page_subarticle .method_of_use .right .step {
    width: 100%;
}

.page_subarticle .method_of_use .right .step img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.page_subarticle .properties {
    padding: 50px 5%;
    background-size: 100% 50.1%;
}

.page_subarticle .properties .left {
    text-align: center;
}

.page_subarticle .properties .right {
    gap: 2%;
    row-gap: 10px;
}

.page_subarticle .properties .right .propertie {
    width: 49%;
    padding: 20px;
    font-size: 12px;
}
.science .banner .title {font-size: 50px;}
.science .bloc.ingredients .title {font-size: 50px;}
.science .bloc.ingredients .list {margin-top: 30px;}
.science .bloc.ingredients img {display: none;}
.science .bloc.columnes {background-size: 100% 50.1%;}
.science .bloc.columnes .titol {font-size: 50px;}
.science .bloc.columnes .cols {flex-wrap: wrap;}
.science .bloc.columnes .col {width: 100%;gap: 10px;}
.science .bloc.columnes .col .desc {margin: 0px;}
.science .bloc.text_image.a {flex-direction: column;gap: 30px;}
.science .bloc.text_image.c {flex-direction: column;}
.science .bloc.text_image.c .text {justify-content: flex-start;text-align: left;}
.science .bloc.text_image .text .title {
    font-size: 70px;
}
	

.science .bloc.text_image.a img {
width: 100%;
}

.science .bloc.text_image.b img {
	width: 100%;
}
.mens-skin .texts {flex-direction: column;margin-bottom: 40px;gap: 20px;}
.mens-skin .texts .title {width: 100%;}
.mens-skin .texts .title h1 {font-size: 50px;}
.mens-skin .texts .title div {font-size: 16px;}
.mens-skin .texts .desc {width: 100%;font-size: 16px;}
.mens-skin .blocs {flex-direction: column;}
.mens-skin .blocs .bloc {width: 100%;}
.mens-skin .blocs .bloc:nth-of-type(even) {
}
.mens-skin .blocs .bloc .titles {margin-bottom: 20px;flex-direction: column;}
.mens-skin .blocs .bloc .titles h2 {font-size: 16px;}
.mens-skin .blocs .bloc .text ul {margin: 0px;}
.mens-skin .blocs .bloc .images {flex-direction: column;gap: 25px;margin-top: 20px;}
.mens-skin .blocs .bloc .images img {width: 100%;}
.mens-skin .blocs .bloc .images:has(img:nth-child(2)) img {
	width: 100%;
}

/* RESULTS */

.results {}
.single_result {}
.single_result .title {
font-size: 40px;
}
.single_result .content {
flex-direction: column;
gap: 30px;
}
.single_result .content .subtitle {
width: 100%;
font-size: 24px;
}
.single_result .content .extra {
width: 100%;
}
.single_result .numbers {
row-gap: 30px;
margin: 60px 0;
}
.single_result .numbers .num {
width: 100%;
}
.single_result .numbers .num .title {}
.single_result .numbers .num .desc {}
.single_result .note {}

/* ------- */

.skincare .banner img {
	border-radius: 0px;
}
.skincare .banner .content {
	width: 100%;
	margin-bottom: 0px;
	padding: 30px;
}

.skincare .banner {
	margin: 0;
	border-radius: 0px;
}

.skincare .banner .content h1 {
	font-size: 60px;
}

.skincare .blocs > .custom-bullets {
	flex-direction: column;
	padding: 0px;
	border: 0px;
}
.skincare .blocs > .custom-bullets span {
	padding-bottom: 20px;
}
.skincare .blocs > .custom-bullets span.swiper-pagination-bullet-active {
	border-bottom: 0px;
	background-color: var(--color-secundari);
	padding-bottom: 20px;
	border: 0px;
}

.skincare .blocs .b {
	display: flex;
	flex-direction: column;
}

.skincare .blocs .b .left {
	width: 100%;
	padding-right: 0px;
	gap: 40px;
}

.skincare .blocs .b .right {
	width: 100%;
	padding-left: 0px;
}


}
