@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* DEFINIM COLORS WEB */
:root {
	--color-principal: #000000;
	--color-secundari: #B38864;
	--color-fons: rgba(179, 136, 100, 0.04);

	--texto-principal: #000A12;
	--texto-secundari: #D9D9D7;
}



* {
	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: 'Montserrat' !important;
	font-size: 15px;
	background-color: var(--color-fons);
	/* color: #808080; */
}

textarea,
input {
	font-family: 'Montserrat' !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;
}

/*.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);
}

.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;
}

header .head {
	transition: all .4s cubic-bezier(.26, 1.04, .54, 1);
	padding: 20px 3%;
	background-color: #fff;
}

header.scroll .head {
	transition: all .4s cubic-bezier(.26, 1.04, .54, 1);
	padding: 10px 3%;
}

header .head #logo img {
	width: 100%;
	max-width: 250px;
	min-width: 100px;
	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);
}

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;
}

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

.head_esquerra {
	width: 33%;
	font-size: 22px;
	text-transform: uppercase;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

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

.head_dreta {
	width: 33%;
	font-size: 20px;
	display: flex;
	justify-content: end;
	gap: 20px;
	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: 16px;
}

.head_superior a {
	color: var(--color-principal);
}

#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: 'Montserrat';
	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: 'Montserrat';
	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: 'Montserrat';
	font-size: 12px;
	letter-spacing: 0.6px;
	font-weight: 300;
}
.second_childs{
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-left: 10px;
}
.second_childs a{
	font-size: 14px;
}


/* --- Fi estils nou menu by Carles --- */
/* --- Inici estils home --- */
.caixa_principal_bloc_textos,
.caixa_principal_bloc_productes {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}

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

.caixa_interna_bloc_textos,
.caixa_interna_bloc_productes {
	width: 100%;
	max-width: 1500px;
	text-align: center;
	display: flex;
	flex-direction: column;
	row-gap: 35px;
	justify-content: center;
	padding-top: 70px;
	padding-bottom: 70px;
	margin: 0 auto;
	align-items: center;
}

.caixa_principal_bloc_textos.fons_color.home .caixa_interna_bloc_textos {
	padding-bottom: 0px;
}

.caixa_interna_bloc_textos img.imatge_principal {
	width: 100%;
	max-width: 101px;
}

.caixa_interna_bloc_textos .titol_principal {
	font-weight: normal;
	font-family: 'italiana';
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 0;
}

.caixa_interna_bloc_textos .text_principal {
	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
	font-size: 20px;
	font-weight: 300;
}

.caixa_interna_bloc_productes .titol_secundari {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
}

.caixa_interna_bloc_productes .caixa_llistat {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4%;
}

.bloc_article {
	width: 22%;
	position: relative;
	font-size: 12px;
	margin-bottom: 20px;
}

.bloc_article a {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: hidden;
}

.bloc_article .caixa_imatge {
	width: 100%;
	overflow: hidden;
}

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

.bloc_article .caixa_textos {
	display: flex;
	justify-content: space-between;
}

.bloc_article .caixa_textos h3 {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--color-principal);
	text-align: left;
}

.bloc_article .boto_afegir_producte {
	/*position: absolute;
	bottom: 0;
	right: 0;*/
	width: 22px;
	min-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: 14px;
	font-weight: normal;
}

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

.img-product {
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	/* Firefox */
	-webkit-transition: 0.5s ease;
	/* Chrome - Safari */
	-o-transition: 0.5s ease;
	/* Opera */
	transform: scale(1);
}

.img-product:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Chrome - Safari */
	-o-transform: scale(1.1);
	/* Opera */
	-ms-transform: scale(1.1);
	/* IE9 */
}

.caixa_principal_bloc_text_mes_imatge {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.caixa_interna_bloc_text_mes_imatge {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding-right: 3%;
	display: flex;
	justify-content: space-between;
}

.caixa_interna_bloc_text_mes_imatge .caixa_textos {
	display: flex;
	flex-direction: column;
	width: 70%;
	padding-right: 5%;
	justify-content: center;
	row-gap: 30px;
	color: #fff;
}

.caixa_interna_bloc_text_mes_imatge .caixa_textos h2 {
	font-family: 'italiana';
	font-size: 85px;
	font-weight: normal;
	line-height: 1.1;
}

.caixa_interna_bloc_text_mes_imatge .caixa_textos .text {
	font-size: 20px;
	line-height: 1.5;
}

.caixa_interna_bloc_text_mes_imatge .caixa_textos a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.caixa_interna_bloc_text_mes_imatge .caixa_textos a:hover {
	gap: 15px;
	transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.caixa_interna_bloc_text_mes_imatge img {
	transform: scale(1.1);
}

.fons_espai_color {
	width: 100%;
	height: 100px;
	background-color: var(--color-fons);
}

.caixa_principal_bloc_contacte {
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #c9a9a8;
}

.caixa_principal_bloc_contacte .caixa_interna_bloc_text_mes_imatge {
	padding-right: 0;
	justify-content: center;
	gap: 4%;
}

.caixa_principal_bloc_contacte .caixa_interna_bloc_text_mes_imatge .caixa_textos {
	width: 48%;
	max-width: 48%;
	padding-right: 0;
}

.caixa_principal_bloc_contacte .caixa_interna_bloc_text_mes_imatge .caixa_imatge {
	width: 48%;
	max-width: 48%;
	display: flex;
	justify-content: end;
	padding-right: 5%;
}

.caixa_principal_bloc_contacte .caixa_interna_bloc_text_mes_imatge img {
	transform: scale(1);
	width: 60%;
	max-width: 60%;
	margin-bottom: 40px;
	margin-top: -60px;
}

.caixa_principal_bloc_newsletter {
	background-color: #B48764;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}

.caixa_principal_bloc_newsletter .caixa_interna_bloc_newsletter {
	width: 100%;
	max-width: 1500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin: 0 auto;
}

.caixa_interna_bloc_newsletter .caixa_textos {

	align-items: center;
	align-content: center;
}

.caixa_interna_bloc_newsletter .caixa_textos h4 {
	font-family: 'italiana';
	font-size: 35px;
	font-weight: normal;
}

.caixa_interna_bloc_newsletter .caixa_correu {
	width: 48%;
	display: flex;
}
#xmal_news{
	border: none;
}

#frm_newsletter {
	display: flex;
	align-content: center;
	align-items: center;
}

#frm_newsletter .field {
	margin-bottom: 0;
	min-width: 100%;
}

#frm_newsletter .btn_unificat {
	background-color: #000;
	color: #fff;
	border-radius: 0;
	cursor: pointer;
}

/* --- Fi estils home --- */
/* --- Inici estils categories --- */
#content_categories {
	display: flex;
	width: 100%;
	padding: 80px 3%;
	margin-top: 70px;
}

#content_productes {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}

.caixa_titol_pag_categories {
	display: flex;
	justify-content: space-between;
}

.caixa_titol_pag_categories .caixa_esquerra,
.caixa_titol_pag_categories .caixa_dreta {
	/*width: 30%;
	min-width: 30%;*/
	display: flex;
	align-items: center;
}

.caixa_titol_pag_categories #titol_productes {
	width: 40%;
	font-family: 'italiana';
	font-size: 40px;
	color: var(--color-principal);
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}

#content_productes span.text_extra_parent {
	width: 100%;
	text-align: center;
	font-size: 18px;
}

#content_productes #result_articles {
	width: 100%;
}

#list_productes {
	/*display: flex;*/
	margin-bottom: 80px;
	overflow: hidden;
	position: relative;
}

#list_productes .list {
	display: flex;
	width: 100%;
	gap: 4%;
	row-gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

#list_productes.search .list {
	gap: 2%;
	row-gap: 50px;
}

#titol_productos_misma_categoria {
	/* text-align: center; */
	font-size: 30px;
	/* font-family: 'Oswald'; */
	/* margin-top: 50px; */
	margin-bottom: 35px;
	color: var(--color-secundari);
}

#productos_misma_categoria .owl-item {
	/* padding: 0px 15px; */
}

/* --- Fi estils categories --- */
/* --- Inici estils fitxa producte --- */
.caixa_general_fitxa_subarticle,
.caixa_general_textos_informatius_fitxa_subarticle {
	width: 100%;
	max-width: 1600px;
    margin: auto;
}

.caixa_general_fitxa_subarticle .caixa_interna_fitxa_subarticle {
	width: 100%;
	display: flex;
	flex-direction: column;
	max-width: 1920px;
	padding-left: 5%;
	padding-right: 5%;
	margin: 0 auto;
}

.titol_article.mobile_show {
	/*display: none;*/
}

.caixa_interna_fitxa_subarticle .caixa_imatges_textos_subarticle {
	width: 100%;
	display: flex;
	max-width: 100%;
	justify-content: space-between;
	/*align-items: start;*/
}

.caixa_interna_fitxa_subarticle .caixa_imatges_textos_subarticle .fitxa_imatge_prin {
	width: 50%;
	max-width: 50%;
}

.caixa_interna_fitxa_subarticle .caixa_imatges_textos_subarticle .caixa_textos_principals_subarticle {
	width: 50%;
	max-width: 50%;
	display: flex;
	/*flex-direction: column;*/
	padding: 3% 0 6% 5%;
	row-gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}

.caixa_interna_fitxa_subarticle h1.titol_article {
	font-family: 'italiana';
	font-weight: normal;
	color: var(--color-principal);
	font-size: 55px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.caixa_interna_fitxa_subarticle .descripcio_prin_subarticle {
	font-weight: 300;
	margin-bottom: 60px;
	margin-top: 20px;
}

#fitxa_article {
	flex-wrap: wrap;
	margin-top: 0px;
}

.caixa_interna_textos_principals_subarticle {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.preu_fitxa_article {
	font-weight: 400;
	font-size: 20px;
}

.caixa_boto_afegir_cistella #fitxa_add_cart {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
}

.caixa_boto_afegir_cistella #fitxa_add_cart .qty_fitxa_art {
	display: flex;
	border: 1px solid var(--color-principal);
	background-color: #fff;
	height: 60px;
}

.caixa_boto_afegir_cistella #fitxa_add_cart .qty_fitxa_art .fa-minus.menys,
.caixa_boto_afegir_cistella #fitxa_add_cart .qty_fitxa_art .fa-plus.mes {
	padding: 0px 12px;
	font-weight: 500;
	align-self: center;

}

.caixa_boto_afegir_cistella #fitxa_add_cart .qty_fitxa_art input.numero_afegir_article {
	font-weight: 500;
	border-left: 0;
	border-right: 0;
	text-align: center;
	font-size: 19px;
	line-height: 1;
	max-width: 50px;
	border-top: none;
	border-bottom: none;
}

.caixa_preu_mes_boto_afegir {
	margin-bottom: 30px;
}

#bottom_info_article {
	padding-top: 0;
	border-top: none;
}

#bottom_info_article.ui-widget-content {
	border: none;
	background: none;
	color: var(--color-principal);
}

#bottom_info_article .ui-widget-header {
	border: none;
	background: none;
	color: var(--color-principal);
	font-weight: 300;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: none;
	background: none;
	font-weight: 300;
	color: var(--color-principal);
	text-transform: uppercase;
	font-size: 13px;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: var(--color-principal);
	border-bottom: 1px solid var(--color-secundari);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
	background: none;
	font-weight: 300;
	color: var(--color-principal);
	text-transform: uppercase;
	font-size: 13px;
}

.ui-state-default a,
.ui-state-default a:link {
	color: var(--color-principal);
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 0;
	background: none;
	font-size: 14px;
	font-weight: 300;
}

/* Chrome, Safari, Edge, Opera */
input.numero_afegir_article::-webkit-outer-spin-button,
input.numero_afegir_article::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input.numero_afegir_article[type=number] {
	-moz-appearance: textfield;
}

.caixa_boto_afegir_cistella #fitxa_add_cart a.btn_fitxa_cart {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	height: 60px;
	line-height: 20px;
	padding: 20px 35px;
	color: #fff;
	background-color: var(--color-secundari);
	text-transform: uppercase;
}

.caixa_info_fixe_subarticle {
	display: flex;
	gap: 25px;
	margin-top: 30px;
}

.camp-recerca {
	position: absolute;
    margin-top: 0;
	background-color: rgba(179, 136, 100, 0.75);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 5%;
    transition: all .4s ease-in-out;
}
.camp-recerca.active {
	height: 67px;
    transition: all .2s ease-in-out;
}
.camp-recerca:not(.active) {
    height: 0;
    transition: all .2s ease-in-out;
    overflow: hidden;
    padding: 0;
}
.camp-recerca img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 25px !important;
}

.caixa_info_fixe_subarticle div {
	font-weight: 300;
	display: flex;
	align-content: center;
	text-transform: uppercase;
	gap: 5px;
	font-size: 14px;
	align-items: center;
}

.caixa_info_fixe_subarticle i {
	color: var(--color-secundari);
}

.seccio_relacionats_fitxa {
	margin-top: 130px;
	margin-bottom: 45px;
}

.seccio_relacionats_fitxa .titol_productes_relacionats {
	width: 100%;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 40px;
}

.caixa_img_footer_defecte_fitxa_producte {
	width: 100%;
	min-height: 50vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 60px;
}

/* --- Fi estils fitxa producte --- */
.btn {
	width: 100%;
	max-width: 150px;
	background: white;
	border: solid #B38864;
	color: #B38864;
	/*padding: 5px 15px;*/
	padding: 8px 25px;
	border-radius: 0px;
	text-align: center;
	font-size: 16px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

.btn.invert {
	background-color: var(--color-secundari);
	color: white !important;
}

.btn:hover {
	background-color: #B38864 !important;
	color: white !important;
}
.btn.invert:hover {
	/*background-color: white !important;*/
	/*color: var(--color-secundari) !important;*/
}
.ghost_header {
	height: 134px;
	display: block;
}



.caixa_idiomes_capcalera {
	border: 0px;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.total_unitats {
	display: inline-flex;
	background: #525252;
	color: #FFF !important;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 11px;
	z-index: 600;
	align-items: center;
	justify-content: center;
	letter-spacing: 0 !important;
	transition: all .3s ease;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 499;
	aspect-ratio: 1;
}

/*.camp-recerca {
	position: absolute;
	right: -20%;
	transition: 0.5s all;
}

.camp-recerca.active {
	right: 0%;
}

#camp-recerca {
	background-color: #f2f2f2;
	height: 46px;
	padding: 0 45px 0 18px;
	border: 0;
	width: 300px;
	font-size: 12px;
	letter-spacing: 1px;
	max-width: 100%;
	border-bottom-left-radius: 20px;

}

.camp-recerca i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
}

.camp-recerca ::placeholder {
	color: var(--color-secundari);
	opacity: 1;
}

.camp-recerca :-ms-input-placeholder {
	color: var(--color-secundari);
}

.camp-recerca ::-ms-input-placeholder {
	color: var(--color-secundari);
}*/
#camp-recerca {
	background-color: transparent;
	height: 46px;
	padding: 0 45px 0 18px;
	border: 0;
	width: 300px;
	font-size: 12px;
	letter-spacing: 1px;
	max-width: 100%;
	border: 0px;
	border-bottom-left-radius: 0px;
}
.camp-recerca i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px
}
.camp-recerca ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	/* Firefox */
}

.camp-recerca :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

.camp-recerca ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
}

#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;
}
.categories_footer{
	display:flex;
	flex-direction: column;
	gap: 20px;
	margin: 15px;
	max-width: 400px;
}
.box.adreca span {
	display: flex;
	gap: 5px;
	align-items: flex-start;
    flex-direction: column;
}
.box.adreca {

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

#menu>li>a {
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
	white-space: nowrap;
	text-align: center;
	transition: background 0.6s;
	font-size: 16px;
	color: var(--color-principal);
	font-weight: 300;
}

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: bold;
	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%);
}

#menu .submenu.menu_36607 {
	/*transform: unset !important;*/
}

#menu .submenu.menu_36572 {
	/*transform: unset !important;*/
}
#menu .submenu.menu_36612 {
	/*transform: unset !important;*/
}

.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 {
		padding: 0px 5%;
		gap: 30px;
	}

.submenu>div {
	display: flex;
	/*flex-wrap: wrap;*/
	/*flex-flow: row;*/
	/* width: 35%; */
	justify-content: start;
	overflow: hidden;
	align-items: flex-start;
	/*flex-direction: row;*/
	flex-direction: column;
	gap: 20px;
	row-gap: 20px;
	width: 100%;
	max-width: 1500px;
	/*max-height: 45vh;*/
	margin: 0 auto;
}
/*.submenu.menu_36607>div {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0px;
	row-gap: 50px;
}
.submenu.menu_36607 .subsubmenu a {
	font-size: 14px;
}*/
.submenu>div:nth-child(3) {
	overflow-y: auto;
}
.submenu>div:nth-child(3){
	/*Proves de Grid*/
	display: grid;
    grid-template-rows: repeat(12,auto);
    grid-auto-flow: column;
	padding-bottom: 20px;
}
#submenu_39385.submenu>div:nth-child(3),
#submenu_39382.submenu>div:nth-child(3){
    grid-template-rows: repeat(3,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%;
}


@media screen and (min-width:1101px) {
	.col_submenu {
		/* width: 33%; */
		/* height: 200px; */
		/* align-self: flex-start; */
		/* margin-top: 5px; */
		/* margin-bottom: 5px; */
	}

	.col_submenu.te_fills {
		width: 33%;
		padding: 0px 20px;
		margin-bottom: 25px;
	}

	header.diferent #menu>li>a {
		/* color: black; */
	}

}

.submenu a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	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: 14px !important;
}

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

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

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

.img_login{
	height: 100%;
	object-fit: cover;
}
.form_login.contenidor_centrat{
	max-width: 90%;
}

.form_login label {
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.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: 0px;
	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: 1100px;
	margin: 50px auto;
	max-width: 100%;
	display: flex;
	/* margin-bottom: 50px; */
}


.form_login .bg_inicial {
	width: 50%;
	min-height: 450px;
	background-size: cover;
	border-radius: 10px 0px 0px 10px;
}

.form_login form {
	width: 50%;
	background: #f4f7f6;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 25px 50px;
	border-radius: 0px 10px 10px 0px;
}

.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%
}

/* 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 */

/* CALIDAD GESTOR */

.calidad-gestor {}

.calidad-gestor .banner {
	display: flex;
}

.calidad-gestor .banner img {
	width: 50%;
}

.calidad-gestor .banner .content {
	display: flex;
	flex-direction: column;
	padding: 5%;
}

.calidad-gestor .banner .content h1 {
	font-weight: bold;
	font-size: 24px;
}

.calidad-gestor .banner .content>div {}

.calidad-gestor .f-fill {
	background-color: var(--color-secundari);
	color: white;
	padding: 50px 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

.calidad-gestor .f-fill>h2 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.calidad-gestor .f-fill .cols {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	justify-content: center;
}

.calidad-gestor .f-fill .cols .col {
	width: 16%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
}

.calidad-gestor .f-fill .cols .col img {
	width: 50px;
}

.calidad-gestor .f-fill .cols .col>div {
	font-size: 16px;
}

.calidad-gestor .l-fill {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 25%;
	color: var(--color-secundari);
	gap: 40px;
}

.calidad-gestor .l-fill h2 {
	font-weight: bold;
}

.calidad-gestor .l-fill>div {
	text-align: center;
}

.calidad-gestor .l-fill .cols {
	display: flex;
	text-align: left;
	gap: 3%;
}

.calidad-gestor .l-fill .cols .col {
	background-color: var(--color-secundari);
	color: white;
	padding: 45px 25px;
}

.calidad-gestor .l-fill .cols .col>span {
	font-size: 50px;
	font-weight: bold;
	line-height: normal;
}

.titol_message{
	text-align: center;
	margin-top: 100px;
}


.calidad-gestor .l-fill .cols .col>div {}

@media screen and (max-width: 1100px) {
	.caixa_titol_pag_categories {
		flex-direction: column;
	}
	.caixa_titol_pag_categories #titol_productes {
    	width: 100%;
		font-size: 30px;
	}
	.adreca{
		align-items: start !important;
	}

	.caixa_principal_bloc_contacte .caixa_interna_bloc_text_mes_imatge img {
		width: 100%;
		max-width: 100%;
	}

	.calidad-gestor .banner {
		flex-direction: column;
	}

	.calidad-gestor .banner img {
		width: 100%;
	}

	.calidad-gestor .banner .content {
		padding: 10%;
	}

	.calidad-gestor .f-fill .cols {
		row-gap: 20px;
	}

	.calidad-gestor .f-fill .cols .col {
		width: 100%;
		flex-direction: row;
	}

	.calidad-gestor .f-fill .cols .col img {}

	.calidad-gestor .f-fill .cols .col>div {
		text-align: left;
	}

	.calidad-gestor .l-fill {
		padding: 10%;
	}

	.calidad-gestor .l-fill h2 {
		line-height: normal;
	}

	.calidad-gestor .l-fill>div {
		text-align: justify;
	}

	.calidad-gestor .l-fill .cols {
		flex-direction: column;
		row-gap: 30px;
	}

	.calidad-gestor .l-fill .cols .col {
		width: 100%;
		padding: 10%;
	}
}

/* CALIDAD GESTOR */

#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;
}

#content_slide_home {
	position: relative;
	overflow: hidden;
}

.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;
}

@media screen and (max-width: 1100px) {
	.descargas #catalogos {
		padding: 50px 10%;
	}

	.descargas #catalogos .list-catalogos {
		gap: 4%;
		row-gap: 20px;
	}

	.descargas #catalogos .list-catalogos .catalogo {
		width: 48%;
	}

	.descargas #catalogos .list-catalogos .catalogo img {
		/* aspect-ratio: 1 / 1; */
		height: auto;
	}
}

/* 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;
}
.quick_view .form_cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quickview_item{
	display: flex;
}
.quickview_item > div span:first-of-type{
	font-size: 30px;
}

#quickview_box_verd {
	background: #4cbb6c;
	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: 15%;*/
	padding-top: 5%;
	width: 100%;
}

#quickview_detalls>div {
	flex: 1;
	padding: 0px 15px;
	width: 50%;
	font-size: 16px;
}

#quickview_detalls>div:first-child {
    flex: none;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    /* padding: 30px 0%; */
}
#quickview_detalls  h3{
    font-weight: 600;
    font-size: 25px;
	text-transform: uppercase;
    /*color: var(--color-secundari);*/
}

#quickview_detalls h6 {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 16px;
}
.quick_info{
	width: 50%;
    display: flex;
    align-items: center;
    padding-left: 5%;
    gap: 5px;
	justify-content: start;
}

.botons_quick_view {
	/* margin-top: 50px; */
	text-align: right;
	padding: 20px 20px 20px 0px;
	display: flex;
    justify-content: end;
    gap: 15px;
	width: 50%;
	
}
.botons_quick_view a{
	width: auto;
}
.botons_quick_view a{
	max-width: unset;
}

.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;*/
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);

}

.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;
	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: 'Montserrat' !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 .logo_footer {
	width: min(100%, 250px);
	margin: 0px auto;
	display: block;
}

footer .container {
	max-width: 1500px;
	margin: 0px auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

footer .copyright {
	display: flex;
	justify-content: center;
	gap: 25px;
	flex-direction: row;
}

footer .copyright a:hover {
	text-decoration: underline;
}

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

footer>.contact {
	background-color: var(--color-principal);
	padding: 45px 35%;
	color: white;
}

footer>.contact>span {
	width: 100%;
	display: block;
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}

footer .top {
	display: flex;
	color: var(--color-secundari);
	padding-top: 50px;
	padding-bottom: 75px;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

footer .top .left {
	width: 30%;
}

footer .top .left .frase {
	font-size: 14px;
	padding-left: 15px;
	margin-top: 10px;
}

footer .top .mid {
	width: 30%;
}

footer .top .right {
	width: 30%;
}

footer .bottom {
	text-align: center;
	padding: 15px;
	width: 100%;
	background: var(--color-secundari);
	color: white;
}
.bottom > div{
    display: flex;
    justify-content: space-around;
}
.bottom .legals_footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu_footer {
	border-top: 1px solid var(--color-secundari);
	margin: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0px;
	flex-wrap: wrap;
	font-size: 16px;
	padding-top: 30px;
}

.menu_footer .box {
	display: flex;
	flex-direction: column;
	/* color: #fff; */
	gap: 10px;
	margin: 15px 5%;
	/* width: 20%; */
}
.menu_footer .box.adreca{
	gap: 20px;
}

.menu_footer .box .titol_footer {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

.menu_footer .box h3{
	text-transform: uppercase;
	font-weight: 500;
}

.menu_footer .box a {
	/*color: var(--color-secundari);*/
	/* margin-bottom: 5px; */
	/* text-transform: lowercase; */
	display: flex;
	align-items: center;
	gap: 5px;
}

.menu_footer .box.xxss a {
	width: min(25px, 25%);
}

.menu_footer .box a:hover {
	text-decoration: underline;
}

.xarxesfooter {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.xarxesfooter a i {
	font-size: 30px;
}

.xarxesfooter a:hover {
	text-decoration: none !important;
}

#content_footer {
	display: flex;
}

#content_footer>div {
	width: 20%;
}

#logos_footer {
	text-align: center;
	padding-top: 25px;
	padding-right: 45px;
}


#xarxes_footer {
	font-size: 28px;
}

#xarxes_footer a {
	margin: 0px 15px;
}

.columna_footer {
	font-size: 11px;
	letter-spacing: 1px;
	padding-left: 20px;
}

.columna_footer h4 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 45px;
}

.columna_footer a,
.columna_footer span {
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.botons_footer {
	text-align: right;
	margin-bottom: 25px;
}

.boto_footer {
	background-color: #000;
	color: #FFF;
	text-align: center;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	padding: 0 25px;
	background-color: var(--color-secundari);
	letter-spacing: 2px;
	font-size: 16px;
}

.boto_footer img {
	width: 25px;
	margin-right: 10px;
}

#post_footer {
	color: #808080;
	background-color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.5;
	text-align: center;
	border-top: 1px solid var(--color-border);
}

#post_footer>div {
	padding: 15px;
}

.bloc_categoria_petit {
	padding-left: 0px !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-slide-gran .owl-stage-outer,
.owl-slide-gran .owl-stage,
.owl-slide-gran .owl-item,
.owl-slide-gran .owl-slide {
	height: 100%;
}

/*Magnific popup*/

.mfp-bg,
.mfp-wrap {
	position: fixed;
	left: 0;
	top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
	height: 100%;
	width: 100%
}

.mfp-container:before,
.mfp-figure:after {
	content: ''
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8;
	filter: alpha(opacity=80)
}

.mfp-wrap {
	z-index: 1043;
	outline: 0 !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-close,
.mfp-preloader {
	text-align: center;
	position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	top: 50%;
	width: auto;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	right: 0;
	top: 0;
	text-decoration: none;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

.mfp-figure:after,
img.mfp-img {
	width: auto;
	height: auto;
	display: block
}

img.mfp-img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure:after {
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	footer .bottom {
		font-size: 10px;
	}
	#frm_newsletter{
		width:70%;
	}
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-slide.mfp-wrap .mfp-content {
	margin-top: -50px;
}

.mfp-slide.mfp-wrap.mfp-ready .mfp-content {
	margin-top: 0;
}

.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;
}

.white-popup-ajax {
	position: relative;
	background: #FFF;
	/*padding: 40px 20px 20px 20px;*/
	/*width: fit-content;*/
	max-width: 800px;
	/*max-width: 100%;*/
	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;
}

#btn-continue{
	color: white;
    background-color: var(--color-secundari);
}


@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 span a{
	color: black;
}

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

.pagina_contacte .inner {
	max-width: 1005px;
	width: 100%;
	/* padding: 50px 0px; */
}

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

.pagina_contacte .left .inner {
	/* padding-right: 50px; */
	/* padding-left: 25px; */
}

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

.pagina_contacte .left .inner .t {
	font-size: 35px;
	/* font-family: 'Oswald'; */
	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;
}

@media screen and (max-width: 1600px) {
	.submenu>div {
		/*max-height: 40vh;*/
	}
	.submenu.menu_36607 .subsubmenu a {
	font-size: 12px;
}
	.subfill_menu {
		font-size: 14px !important;
	}
	body {
		font-size: 14px;
	}

	#logo {
		width: 450px;
		display: inline-block;
	}

	/*#head_login .camp-recerca {
		margin-top: 92px;
	}

	#camp-recerca {
		width: 250px;
		height: 40px;
	}*/

	#head_login {
		/*font-size: 11px;*/
		padding: 10px 15px 10px 0 !important;
	}

	.boto_micuenta label {
		display: none;
	}

	#head_login img {
		height: 25px !important;
	}

	#carro_petit b {
		font-size: 17px;
	}

	.total_unitats {
		background: transparent;
		color: #000;
		top: -15px;
	}

	#menu {
		font-size: 11px;
		letter-spacing: 0;
	}

	#menu li {
		padding: 0px 3px;
		flex: auto;
	}

	#menu>li>a {
		letter-spacing: 0;
	}



	.col_submenu {
		/*padding: 0px 25px;*/
		/*max-width: 70%;*/
	}

	#slide_home {
		/*height: 34vw;*/
		width: 100%;
		/*left: 50%;
		transform: none;
		height: auto;*/
	}

	.owl-slide {
		background-size: auto 100% !important;
	}

	.destacats {
		position: relative;
		padding: 0px 65px;
	}

	.bloc_home .descripcio h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.bloc_home .descripcio {
		font-size: 11px;
		padding: 40px;
	}

	.bloc_home .descripcio>div {
		width: auto;
	}

	.menu_lat_categories {
		width: 270px;
		margin: 0;
		margin-right: 53px;
		font-size: 11px;
		padding: 0;
		margin-bottom: 25px;
	}

	#box_home_1,
	#box_home_2 {
		font-size: 12px;
	}

	#box_home_1 h3,
	#box_home_2 h3 {
		font-size: 30px;
	}

	#box_home_1 .descripcio,
	#box_home_2 .descripcio {
		min-height: 395px;
	}

	#box_home_2>div:after {
		right: 22%;
	}

	#filtres_sup_categories select {
		height: 40px;
		padding: 0px 10px;
		width: 289px;
		font-size: 11px;
		letter-spacing: 1px;
	}

	.breadcrumb {
		font-size: 10px;
	}

	.fitxa_imatge_prin>div {
		width: 100%;
	}

	.info_article {
		/* padding: 3%; */
		/* width: 38%; */
		/* font-size: 11px; */
		/* margin-left: 15px; */
	}

	.preu_fitxa_article {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.btn_fitxa_cart {
		height: 60px;
		font-size: 12px;
		letter-spacing: 1px;
		padding: 0px 14px;
		line-height: 20px;
	}

	.btn_fitxa_cart i {
		font-size: 23px;
		margin-left: 5px;
	}

	.seccio_fitxa {
		/* padding: 20px 0; */
	}

	.seccio_fitxa h4 {
		font-size: 20px;
	}

	.seccio_fitxa h5 {
		font-size: 18px;
	}

	.qty_fitxa_art input {
		/*height: 40px;*/
		font-size: 22px;
		padding: 0px 20px;
	}

	.qty_fitxa_art i {
		right: 10px;
		/*font-size: 24px;*/
	}

	#xarxes_footer {
		font-size: 20px;
	}

	#xarxes_footer a {
		margin: 0px 5px;
	}

	.columna_footer {
		font-size: 10px;
	}

	.columna_footer h4 {
		font-weight: normal;
		font-size: 16px;
		margin-bottom: 25px;
	}
}
@media (max-width: 1400px) {
	.subfill_menu {
		font-size: 12px !important;
	}
	.submenu a {
    	font-size: 11px;
	}
	.submenu>div {
		/*max-height: 55vh;*/
	}
	#menu{
		gap: 10px;
	}
	#menu>li>a {
		font-size: 14px;
	}
	.caixa_interna_bloc_text_mes_imatge .caixa_textos h2 {
		font-size: 65px;
	}
	.caixa_interna_bloc_text_mes_imatge .caixa_textos .text {
		font-size: 18px;
	}
}
@media screen and (max-width: 1100px) {
	
	.caixa_principal_bloc_contacte .caixa_interna_bloc_text_mes_imatge .caixa_imatge,
	.caixa_principal_bloc_text_mes_imatge .caixa_imatge {
		width: 40%;
	}
	.form_login .boto_generic{
		font-size: 12px;
	}
	.caixa_textos .text{
		width: 100%;
	}

	.caixa_interna_bloc_text_mes_imatge .caixa_textos h2 {
		/*font-size:45px;*/
		font-size: 35px;
	}
	.caixa_interna_bloc_text_mes_imatge .caixa_textos .text {
		font-size: 14px;
	}
	.caixa_interna_bloc_text_mes_imatge .caixa_textos .caixa_enllac a {
		font-size: 16px;
	}
	
	#button_afegir_article{
		font-size: 11px !important;
	}

	.caixa_interna_bloc_textos {
		padding-bottom: 0px;
	}
	.caixa_principal_bloc_textos .caixa_interna_bloc_textos{
		padding-bottom: 70px;
	}
	.quienes_somos .caixa_interna_bloc_textos{
		padding-bottom: 70px;
	}
	#frm_newsletter{
		/*flex-wrap: wrap*/
	}

	.caixa_interna_bloc_textos .text_principal {
		padding-left: 10%;
		padding-right: 10%;
		font-size: 16px;
	}

	.container_sobre_nosaltres .content {
		padding-top: 35px;
	}

	.container_sobre_nosaltres .desc {
		padding: 0 10%;
	}

	.container_sobre_nosaltres .cols {
		margin-top: 50px;
	}

	.container_sobre_nosaltres .cols>div {
		width: 100%;
	}

	.container_sobre_nosaltres .cols>div.titols {
		margin-bottom: 20px;
	}

	.container_sobre_nosaltres .cols-dos {
		margin-top: 50px;
		padding: 50px 10%;
		row-gap: 30px;
	}

	.container_sobre_nosaltres .cols-dos>div {
		width: 100%;
	}

	.container_sobre_nosaltres .cols-dos>div.titols {
		padding: 0px;
		margin-bottom: 50px;
	}

	.container_sobre_nosaltres .maps {
		flex-direction: column;
	}

	.container_sobre_nosaltres .maps iframe {
		width: 100%;
		height: 200px;
	}

	.container_sobre_nosaltres .maps .contact-info {
		width: 100%;
		padding: 10%;
	}

	.maps .contact-info h2 {
		margin-bottom: 0px;
		/* padding: 0 10%; */
		line-height: normal;
		margin-bottom: 20px;
	}

}

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


#menuauxopen {
	display: none;
}

#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: 'Montserrat' !important;
}

.pagination li {
	float: left;
	width: 30px;
	height: 30px;
	display: inline-block;
	/* border: 1px solid #f2cc21; */
	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);

}

/* .pagina_sel {
	line-height: inherit !important;
} */

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



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

	.camp-recerca {
		width: 100%;
	}

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

	.titol_article {
		/* font-size: 20px; */
		/*margin-bottom: 0px;*/
		/*color: var(--color-secundari) !important;*/
		/*padding: 0 10%;*/
	}

	#content_productes {
		padding: 70px;
	}

	.col_submenu.te_fills>a {
		border-bottom: 0px;
	}

	#menu a {
		width: 100%;
	}


	#filtres_shop_phone {
		display: flex;
		background: var(--color-principal);
		color: #fff;
		position: fixed;
		z-index: 11;
		bottom: 0px;
		left: 0px;
		width: 100%;
		padding: 15px;
		text-align: center;
		box-shadow: 0px 0px 2px white;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}


	footer .top {
		width: 100%;
	}

	.ghost_header {
		height: 97px;
	}

	.menu_lat_categories {
		width: 100%;
		bottom: -400px;
		position: fixed;
		left: 0px;
		width: 100%;
		z-index: 9999999;
		background-color: #fafafa;
		padding: 25px;
		/* border-top: 1px solid #000; */
		transition: all .3s ease;
		display: none;
		height: calc(100vh - 50px);
		overflow: scroll;
	}

	.menu_lat_categories.actiu {
		bottom: 25px;
		display: block;
		padding-top: 25px;
		width: 100% !important;
	}

	body {
		line-height: 1.50;

		font-size: 14px;
		/*padding-top: 169px;*/
	}

	h1 {
		font-size: 25px;
	}

	.mobile_hide {
		display: none !important;
	}

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

	.contenidor_centrat,
	.legal_conten {
		/*max-width: 100%;*/
		/* padding-left: 20px; */
		/* padding-right: 20px; */
		/*width: 100%;*/
		margin-top: 50px;
	}
	.legal_conten h2{
		margin-bottom: 50px;
	}
	#client_main.contenidor_centrat,
	.contenidor_centrat.panell_client,
	.contenidor_centrat.comandes_client{
		padding-left: 50px;
		padding-right: 50px; 
	}
	#top_bar {
		/* display: block; */
		/* margin-bottom: 0; */
		font-size: 12px;
		/* min-height: 0; */
		/* border-bottom: 1px solid #e1e1e1; */
		/* letter-spacing: 0; */
	}

	#top_bar>div {
		height: auto;
		min-height: 30px;
		width: 100%;
		padding: 0;
	}

	#top_bar_left {
		text-align: center;
	}

	#top_bar_left a {}

	#top_bar_left i {
		margin-right: 4px;
		font-size: 10px;
	}

	#top_bar_left>span {
		margin-right: 10px;
	}

	.head {
		padding: 15px;
		align-items: center;
	}

	#head_tools {
		flex-wrap: wrap;
		max-width: 100%;
		align-items: center;
		margin-bottom: 0;
		padding: 0;
		/*height: 116px;*/
		background-color: #FFF;
	}

	#head_logo {
		order: 1;
		text-align: left;
		padding-left: 15px;
		padding: 22px 0px 22px 20px;
	}

	#logo {
		/* width: 140px; */
	}

	#head_login {
		/*order: 2;*/
		/*width: 100%;*/
		/*padding: 0px !important;*/
		/*margin: 0px;*/
	}

	#head_login label {
		display: none;
	}

	#head_login img {
		height: auto !important;
		max-width: none;
		width: 90%;
	}

	#head_login i {
		font-size: 16px!important;
	}

	#head_login>* {
		/* padding-left: 10px; */
		/* margin-right: 10px; */
	}

	#head_login>*:last-child {
		margin-right: 0;
	}

	.head_esquerra {
		padding-bottom: 0;
	}

	.head_esquerra {
		/*order: 3;*/
		/*width: 100%;*/
		background-color: #FFF;
		padding: 10px 15px 10px 10px;
		display: flex;
	}

	/*.camp-recerca {
		position: relative;
		flex: 1;
		width: 100%;
		right: 0%;
	}

	.camp-recerca img {
		transform: translateY(-50%);
		height: 20px !important;
	}

	#camp-recerca {
		width: 100%;
		height: 35px;
		border-radius: 2px;
	}*/

	/*#slide_home {
		height: 34vw;
		height: auto;
		width: auto;
		left: auto;
		transform: none;
	}*/

	#slide_home img {
		max-height: none;
	}

	.owl-slide {
		background-size: auto 100% !important;
	}

	#cap_menu_capcalera {
		display: block;
	}


	#menu-mobile {
		/* display: none; */
		position: fixed;
		top: -1px;
		left: -110%;
		bottom: 0;
		width: 100%;
		background-color: white;
		padding: 20px;
		/*background-color: #F2F2F2;*/
		z-index: 1100;
		box-shadow: 4px 0 5px 0px rgb(0 0 0 / 35%);
		font-size: 12px;
		/* letter-spacing: 1px; */
		transition: 0.2s all;
		overflow: hidden;
	}

	#menu-mobile .header {
		display: flex;
		width: 100%;
		align-items: center;
		gap: 15%;
	}

	#menu-mobile .self {
		background-color: unset;
		border: 0px;
		padding: unset;
		color: unset;
		margin: unset;
		font-size: 20px;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
		padding-left: 20px;
		border-radius: 0px;
		font-family: 'Montserrat';
		/*font-weight: bold;*/
	}

	#menu-mobile .ui-accordion .ui-accordion-content {
		padding: unset;
		background-color: unset;
		border: unset;
		display: flex;
		/*flex-wrap: wrap;*/
		flex-direction: column;
		gap: 10px;
		padding: 20px;
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: normal;
		max-height: 400px;
		background-color: #fdf9e6;
		overflow-y: auto;
	}

	#menu-mobile .ui-accordion .ui-accordion-content a:hover {
		color: var(--color-principal);
	}

	#menu-mobile .ui-state-active,
	.ui-widget-content .ui-state-active,
	.ui-widget-header .ui-state-active {
		/*background-color: var(--color-secundari) !important;*/
		/*color: white !important;*/
		border-radius: 0px !important;
	}
	#menu-mobile .ui-state-active{
		background-color: var(--color-secundari) !important;
	}

	#menu-mobile.active {
		display: flex !important;
		flex-direction: column;
		gap: 40px;
		left: 0;
	}

	#menu-mobile .self-link {
		font-weight: bold;
	}

	#filtres_sup_categories {
		margin-bottom: 35px;
	}

	#filtres_sup_categories>div {
		min-height: 0;
		padding: 10px;
		flex-wrap: wrap;
	}

	.breadcrumb {
		font-size: 10px;
		flex: auto;
		width: 100%;
		/*margin-bottom: 10px;*/
	}

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

	.breadcrumb a {
		padding-left: 0;
	}

	.destacats {
		position: relative;
		padding: 0 65px;
		margin-bottom: 30px;
	}

	.destacats .owl-next {
		right: -15px;
	}

	.destacats .owl-prev {
		left: -15px;
	}

	.bloc_home {
		display: block;
		position: relative;
	}

	.bloc_home>div {
		width: 100%;
	}

	.bloc_home .foto {
		position: relative;
		overflow: hidden;
		height: 100vw;
	}

	.bloc_home .foto img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(2.2);
	}

	.bloc_home .descripcio h3 {
		font-size: 20px;
		margin-bottom: 17px;
	}

	.bloc_home .descripcio {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgb(0 0 0 / 40%);
		font-size: 10px;
	}

	.bloc_home:nth-child(2n) .descripcio {
		background-color: rgb(255 255 255 / 60%);
	}

	.bloc_home:nth-child(3n) .descripcio {
		background-color: rgb(239 65 136 / 50%);
	}

	.bloc_home .descripcio>div {
		width: 100%;
		padding: 5% 10%;
	}

	#box_home_1 {
		margin-bottom: 50px;
	}

	#box_home_1>div {
		flex-wrap: wrap;
	}

	#box_home_1 .foto,
	#box_home_1 .content {
		width: 100%;
		padding: 0 5%;
	}

	#box_home_1 .foto {
		padding-top: 0;
		width: 82%;
		margin-bottom: 50px;
	}

	#box_home_1>div:after {
		top: 16%;
		left: 0;
		bottom: 14%;
		right: 0;
		z-index: -1;
	}

	#box_home_1 h3 {
		font-size: 25px;
	}

	#box_home_1 .descripcio {
		padding-left: 0;
		padding-right: 0;
		min-height: 0;
		font-size: 10px;
	}

	#box_home_1 .content {
		flex: auto;
		padding-top: 0;
	}

	#box_home_1 .content img {
		width: 80%;
		margin-left: 20%;
	}

	#box_home_2 {
		margin-bottom: 50px;
	}

	#box_home_2>div:after {
		top: 25%;
		left: 0;
		bottom: 10%;
		right: 0;
		background-color: var(--box-home);
	}

	#box_home_2>div {
		flex-wrap: wrap;
	}

	#box_home_2 .content_1,
	#box_home_2 .content_2 {
		padding: 0 5%;
	}

	#box_home_2 .content_1 {
		width: 100%;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 5%;
	}

	#box_home_2 .content_1 .foto {
		order: 2;
	}

	#box_home_2 .content_1 .descripcio {
		order: 1;
	}

	#box_home_2 .content_2 {
		flex: 1;
		padding-top: 0;
		margin-left: 0;
		width: 100%;
	}

	#box_home_2 h3 {
		font-size: 25px;
	}

	#box_home_2 .descripcio {
		padding-left: 0;
		padding-right: 0;
		min-height: 0;
		font-size: 10px;
		min-height: 0;
		margin-bottom: 50px;
	}

	#box_home_2 .content_1 img {
		width: 61.5%;
	}

	#box_home_2 .content_2 img {
		width: 70%;
		margin-left: 20%;
	}

	.foto_3 {
		position: absolute;
		left: auto;
		right: 5%;
		top: 30%;
		bottom: auto;
		width: 33% !important;
	}

	#filtres_sup_categories select {
		height: 40px;
		padding: 0 10px;
		border: 2px solid #f1f1f1;
		width: 230px;
		font-size: 11px;
		letter-spacing: 1px;
		margin-top: 10px;
	}

	#list_productes {
		margin-bottom: 20px;
	}

	#content_categories {
		margin-bottom: 40px;
	}

	#content_categories.contenidor_centrat {
		padding: 0 5%;
		margin-top: 0px;
	}

	#subtitol_productes {
		margin-bottom: 50px;
		font-size: 18px;
	}

	#fitxa_article {
		margin-bottom: 0px;
		/*align-items: center;*/
		flex-direction: column;
		gap: 20px;
		width: 100%;
	}

	.contenidor_miniatures {
		display: none;
		width: 20%;
		margin-right: 2%;
	}

	#adv-custom-pager>div,
	#adv-custom-pager.slide>div {
		height: 77vw;
	}

	.info_article {
		/* background-color: #FFF; */
		padding: 10%;
		/* margin-top: 20px; */
		/* margin-left: 0; */
		width: 100%;
	}

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

	.preu_fitxa_article {
		font-size: 22px;
		margin-bottom: 10px;
		font-weight: 500;
	}

	.caixa_preu_subarticle{
		margin-bottom: 10px;
	}

	.btn_fitxa_cart {
		height: 54px;
		font-size: 11px;
		letter-spacing: 1;
		padding: 0px 15px 0px 15px;
		line-height: 54px;
	}

	.btn_fitxa_cart i {
		font-size: 20px;
		margin-left: 3px;
	}

	.qty_fitxa_art input {
		border: 2px solid #f1f1f1;
		height: 54px;
		font-size: 26px;
		padding: 0px 18px;
	}

	.qty_fitxa_art i {
		right: 10px;
		font-size: 15px;
	}

	#header_rel_ventas {
		/*top: 156px;*/
		padding: 15px 20px;
	}
	#quickview_detalls {
		/*margin-top: 5%;*/
	}
	#quickview_detalls>div {
		font-size: 16px;
	}
	/*#quickview_detalls {
		display: flex;
		flex-direction: ;
	}
	#quickview_detalls>div {
		font-size: 16px;
	}

	#quickview_detalls>div {
		width: 100% !important;
		border: 0 !important;
		margin-bottom: 15px;
		padding: 0;
	}

	#quickview_detalls table,
	#quickview_detalls tbody,
	#quickview_detalls tr,
	#quickview_detalls td {
		display: block;
	}

	#quickview_box_verd {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.quick_view .boto_gen {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
		text-align: center;
	}

	.botons_quick_view {
		margin-top: 20px;
		text-align: right;
	}*/


	#logos_footer {
		text-align: center;
		padding-top: 0;
		padding-right: 0;
		order: 10;
		/*display: flex;
		flex-wrap: wrap;*/
		margin-top: 20px;
	}

	#xarxes_footer label {
		font-size: 14px;
		white-space: nowrap;
		flex: 1;
		display: none;
	}

	#xarxes_footer a {
		margin: 0px 8px;
	}

	#content_footer>div {
		width: 100%;
	}

	#content_footer {
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		padding: 20px 0;
	}

	.columna_footer {
		padding-left: 0;
		margin-bottom: 20px;
		padding-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		border-top: 1px solid var(--color-border);
	}

	.columna_footer h4 {
		display: block;
		margin-bottom: 0;
		position: relative;
		cursor: pointer;
		font-size: 17px;
	}

	.columna_footer>div {
		display: none;
		padding-top: 25px;
	}

	.columna_footer.active>div {
		display: block;
	}

	.columna_footer h4 i {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 25px;
		transition: transform .3s ease;
	}

	.columna_footer.active h4 i {
		transform: translateY(-50%) rotate(180deg);
	}

	#post_footer {
		text-align: left;
		font-size: 9px;
		border-top: none;
	}

	.bloc_fill {
		width: 44%;
		margin: 0px 1.5% 1.5% 0px;
		font-size: 12px;
	}

	.bloc_fill h4 {
		font-size: 16px;
	}

	#header_rel_ventas {
		padding: 10px 20px;
	}

	#seleccionats_kit {
		font-size: 13px;
		margin-right: 15px;
	}

	footer {
		display: flex;
		flex-wrap: wrap;
	}

	.botons_footer {
		text-align: center;
	}

	#botons_footer {
		order: 1;
	}

	#content_footer {
		order: 2;
	}

	#post_footer {
		order: 3;
	}

	#menuauxopen {
		display: block;
		/* font-size: 17px; */
	}

	.pagina_contacte {
		flex-direction: column-reverse;
		margin: 0px 0px;
		padding: 10%;
	}

	.pagina_contacte .left {
		width: 100%;
		padding: 0px;
	}

	.pagina_contacte .right {
		width: 100%;
		padding: 0px;
		font-size: 16px;
		margin: 0px;
	}

	.pagina_contacte .right iframe {
		height: 300px !important;
	}

	.pagina_contacte .inner {
		/* padding: 25px; */
	}

	.pagina_contacte .left .inner .t {
		font-size: 30px;
	}

	.pagina_contacte .left .inner {
		/* padding-right: 25px; */
	}

	.head nav {
		/* display: none; */
		/* width: 0px; */
		position: absolute;
	}


	.seccio_fitxa {
		width: 100%;
	}

	.seccio_fitxa>h2 {
		padding: 15px !important;
	}

	.seccio_fitxa .descs {
		width: 100%;
	}

	.seccio_fitxa .ui-widget-header {
		width: 100%;
		display: flex;
	}

	.seccio_fitxa .ui-tabs-nav li {
		width: 100%;
	}

	.misma_categoria {
		padding: 10%;
	}
	.caixa_boto_afegir_cistella #fitxa_add_cart a.btn_fitxa_cart {
		padding: 20px 15px;
	}
	.caixa_interna_fitxa_subarticle h1.titol_article {
		font-size: 50px;
	}

}

@media all and (max-width: 800px) {
	#quickview_detalls>div:first-child {
		gap: 5px;
	}

	.quick_view .form_cart {
		flex-direction: column;
		gap: 30px;
	}
	.botons_quick_view {
		flex-direction: column;
		margin: 0 auto;
		padding:  0px 20px 20px 20px;
		width: 75%;
	}
	.quick_info {
		margin: 0 auto;
		width: unset;
		padding-left: 0px;
	}

	.caixa_general_informacio_extra a{
		padding: 0 5px !important;
	}
	.caixa_boto_afegir_cistella #fitxa_add_cart .qty_fitxa_art .fa-minus.menys, .caixa_boto_afegir_cistella #fitxa_add_cart .qty_fitxa_art .fa-plus.mes {
		padding: 0px 5px;
	}
	.caixa_boto_afegir_cistella #fitxa_add_cart .qty_fitxa_art input.numero_afegir_article {
		max-width: 30px;
		padding: 0px;
	}
	.caixa_principal_bloc_text_mes_imatge .caixa_imatge {
        width: 60%;
    }
	.bloc_article {
		width: 48%;
	}

	.caixa_principal_bloc_textos,
	.caixa_principal_bloc_productes {
		padding-left: 5%;
		padding-right: 5%;
	}

	.breadcrumb {
		/*font-size: 13px;*/
	}

	.banner_categories .container .t {
		font-size: 25px;
	}

	.banner_categories .container .d {
		font-size: 16px;
	}

	.ghost_header {
		height: 88px;
	}

	.destacats .owl-next {
		right: -30px;
	}

	.destacats .owl-prev {
		left: -30px;
	}

	.blog_home .titol_destacat {
		line-height: 1.3;
	}

	.head .two {
		width: 100%;
	}

	#head_login {
		/* width: 60%; */
	}

	.banner_categories .container {
		padding: 0px 25px;
	}

	#adv-custom-pager {
		display: none;
	}

	/*.fitxa_imatge_prin {
		width: 100%;
	}*/

	.envio_gratis {
		border-bottom: 25px solid #fff;
	}

	.envio_gratis .container_web {
		flex-wrap: wrap;

	}

	.envio_gratis .container_web .left {
		width: 100%;
		padding-bottom: 25px;
		text-align: center;
	}

	.envio_gratis .container_web .right {
		width: 100%;
		padding: 0px 25px;
	}

	.envio_gratis {
		background: #a0a0aa;
	}

	.entrada_blog {
		padding: 25px;
	}

	.entrada_blog h1 {
		margin-bottom: 10px;
	}

	.entrada_blog blockquote {
		padding: 10px;
		font-size: 20px;
		margin-top: 15px;
	}

	.entrada_blog img {
		margin: 50px 0px;
		float: none !important;
	}
	#frase_detalles_ped,
	#col_detalles_ped{
		display: none;
	}
	.caixa_info_fixe_subarticle {
		flex-direction: column;
	}
	.caixa_boto_afegir_cistella #fitxa_add_cart {
		/*flex-direction: column;
		justify-content: left;
		align-items: start;*/

	}
}


@media all and (max-width: 600px) {
	.quickview_item > div span:first-of-type {
		font-size: 22px;
	}
	.botons_quick_view {
		width: 100%;
	}
	footer .bottom {
		font-size: 8px;
	}
	.bloc_article .boto_afegir_producte {
		width: 16px;
		min-width: 16px;
	}
	.white-popup-ajax {
		/*margin: 10px;*/
		/*padding: 0px;*/
		/*padding-top: 40px;*/
	}
	#quickview_box_verd {
		font-size: 16px;
		height:50px;
	}
	#quickview_detalls h3 {
		font-size: 22px;
	}
	#quickview_detalls>div {
        font-size: 14px;
    }
	#quickview_detalls {
		flex-direction: column;
		/*margin-top: 50px;*/
		padding-top: 0;
	}
	#quickview_detalls > div:first-child{
		width: 200px;
        height: 200px;
		margin: 0 auto;
	}
	#quickview_detalls > div:nth-child(2){
		width: 90%;
		margin: 0 auto;
	}
	.mobile_hide {
		display: none !important;
	}
	#menu-mobile .self {
		font-size: 16px;
		padding:10px;
	}
	#menu-mobile .ui-accordion .ui-accordion-content {
		font-size: 14px;
		padding: 5px;
		max-height: 150px;
	}
	.caixa_interna_fitxa_subarticle h1.titol_article {
		font-size: 40px;
	}
	.caixa_boto_afegir_cistella #fitxa_add_cart{
		flex-direction: row;
	}

	.caixa_boto_afegir_cistella #fitxa_add_cart a.btn_fitxa_cart {
		padding: 20px 30px;
	}

	.titol_article.mobile_show {
		display: flex;
		flex-direction: column;
	}

	.titol_article.mobile_show {
		padding: 0 10px;
	}
	.seccio_relacionats_fitxa {
		margin-top: 0px;
	}
	.caixa_info_fixe_subarticle {
		margin-top: 0px;
	}
	.titol_article.mobile_show .subtitol_categoria {
		font-size: 15px;
	}

	.titol_article.mobile_show h2 {
		font-size: 25px;
	}

	.titol_article.mobile_show div ul {
		font-size: 10px;
		margin-bottom: 20px;
	}

	.caixa_interna_fitxa_subarticle .caixa_imatges_textos_subarticle {
		flex-direction: column;
	}

	.caixa_interna_fitxa_subarticle .caixa_imatges_textos_subarticle .fitxa_imatge_prin {
		/*flex: 1;*/
		/*display: flex;
		justify-content: center;
		/*position: relative;*/
		width: 100%;
		max-width: 100%;
	}

	.caixa_interna_fitxa_subarticle .caixa_imatges_textos_subarticle .caixa_textos_principals_subarticle {
		width: 100%;
		max-width: 100%;
	}

	.caixa_preu_mes_boto_afegir {
		position: fixed;
		background-color: #fff;
		bottom: 0;
		box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.15);
		width: 100%;
		left: 0;
		padding: 15px;
		border-radius: 20px 20px 0px 0px;
		z-index: 9;
		margin-bottom: 0;
	}

	.fitxa_imatge_prin>div {
		width: 100%;
	}

	.head_esquerra,
	#head_login i {
		font-size: clamp(14px, 2.6vw, 16px)!important;
	}

	.fons_espai_color {
		display: none;
	}

	.caixa_principal_bloc_newsletter .caixa_interna_bloc_newsletter {
		flex-direction: column;
		align-items: center;
	}

	.caixa_interna_bloc_newsletter .caixa_textos,
	.caixa_interna_bloc_newsletter .caixa_correu {
		width: 100%;
		justify-content: center;
	}

	.caixa_interna_bloc_newsletter .caixa_correu #frm_newsletter {
		justify-content: center;
	}

	.caixa_interna_bloc_newsletter .caixa_correu #frm_newsletter .field input,
	.caixa_interna_bloc_newsletter .caixa_correu #frm_newsletter .btn_unificat {
		font-size: 12px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	footer>div:first-child {
		margin: 0 auto;
	}

	.menu_footer .box {
		width: 100%;
		/*justify-content: center; */
		/*margin-bottom: 25px;*/
		align-items: center;
	}
	.menu_footer .box > *,
	.menu_footer .box > * > *{
		align-self: center;
	}

	.categories_footer{
		    grid-template-columns: repeat(1, 1fr);
	}

	.categories_footer > div {
		text-align: center;
	}

	.menu_footer .box:last-child {
		margin-bottom: 0px;
	}

	.caixa_interna_bloc_text_mes_imatge {
		padding-right: 0px;
	}

	.caixa_principal_bloc_contacte .caixa_interna_bloc_text_mes_imatge .caixa_textos,
	.caixa_principal_bloc_text_mes_imatge .caixa_interna_bloc_text_mes_imatge .caixa_textos {
		order: 1;
		width: 100%;
		max-width: 100%;
		padding-top: 20px;
		padding-right: 0;
		margin: 0 auto;
	}

	.caixa_principal_bloc_contacte .caixa_interna_bloc_text_mes_imatge .caixa_imatge,
	.caixa_principal_bloc_text_mes_imatge .caixa_interna_bloc_text_mes_imatge .caixa_imatge {
		order: 2;
		width: 100%;
		max-width: 100%;
		padding-top: 20px;
		margin: 20px auto;
	}

	.caixa_principal_bloc_contacte .caixa_interna_bloc_text_mes_imatge .caixa_imatge {
		justify-content: center;
		padding-right: 0px;
	}

	.caixa_principal_bloc_text_mes_imatge .caixa_interna_bloc_text_mes_imatge .caixa_imatge img {
		transform: scale(1);
	}

	.caixa_principal_bloc_contacte .caixa_interna_bloc_text_mes_imatge img {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.caixa_interna_bloc_text_mes_imatge {
		flex-direction: column;
	}

	.caixa_interna_bloc_textos .text_principal {
		padding-left: 5%;
		padding-right: 5%;
	}

	footer>div:first-child {
		padding: 45px 2%;
	}

	#content_productes {
		padding: 10px !important;
	}

	.contenidor_fills>div {
		width: 100%;
	}

	.bloc_fill {
		width: 100%;
		margin: 0px 0px 25px 0px;
	}

	.bloc_article {
		width: 48%;
	}

	.bloc_article .caixa_textos h3 {
		font-size: 12px;
		;
	}

	.white-popup {
		padding: 15px;
	}

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

	footer .copyright {
		flex-direction: column;
		gap: 0;
	}
	#client_main.contenidor_centrat,
	.contenidor_centrat.panell_client,
	.contenidor_centrat.comandes_client{
		padding-left: 20px;
		padding-right: 20px; 
	}

}

@media all and (max-width: 400px) {
	.caixa_interna_fitxa_subarticle h1.titol_article {
        font-size: 30px;
    }

	footer>div:first-child {
		/*padding: 45px 10%;*/
	}

	.boto_footer {
		font-size: 12px;
		letter-spacing: 0;
	}
}

.wrap_user {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.wrap_user::before {
	content: "";
	/* top: 0px; */
	right: 10px;
	/* width: 30px; */
	/* height: 20px; */
	/* background: url("../img/ico_user.svg") no-repeat center center; */
	z-index: 1;
	/* display: inline-block; */
	position: absolute;
	content: "\f007";
	font-family: 'Font Awesome 6 Pro';
}

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

.wrap_pwd::before {
	content: "\f023";
	/* top: 8px; */
	right: 10px;
	/* width: 30px; */
	/* height: 20px; */
	/* background: url("../img/pwd.svg") no-repeat center center; */
	z-index: 1;
	/* display: inline-block; */
	position: absolute;
	font-family: 'Font Awesome 6 Pro';
}

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

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

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

@media screen and (min-width:768px) and (max-width:1045px) {
	.menu_footer .box:last-child {
		margin-top: 25px;
	}
}

@media screen and (min-width:1010px) {
	
	.subsubmenu a {
		text-transform: none !important;
		color: #505050;
		background-image: linear-gradient(currentColor, currentColor);
		background-position: 0% 100%;
		background-repeat: no-repeat;
		background-size: 0% 1px;
		transition: background-size .5s;
		margin-right: 10px;
		width: fit-content;
	}

	.subsubmenu a:hover {
		background-size: 100% 1px;
	}

	.col_submenu.no_fills a {
		color: #505050;
		text-transform: initial;
	}

	.col_submenu.no_fills a {
		text-transform: none !important;
		color: #505050;
		background-image: linear-gradient(currentColor, currentColor);
		background-position: 0% 100%;
		background-repeat: no-repeat;
		background-size: 0% 1px;
		transition: background-size .5s;
		margin-right: 10px;
		width: fit-content;
	}

	.col_submenu.no_fills a:hover {
		background-size: 100% 1px;
	}

	.col_submenu.no_fills a.active {
		background-size: 100% 1px;
	}

	.submenu .col_submenu.te_fills a.active {
		background-size: 100% 1px;
	}

}

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



/* inici css blogV2*/

.contenidor_centrat h1 {
	/* color: white; */
	/* font-family: 'oswald'; */
	/* font-weight: bold; */
	width: 100%;
	line-height: normal;
}

/* h2 {
	margin-top: 10px;
	font-family: 'oswald';
} */

.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: 70%;
}

.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);

}

@media (max-width: 775px) {
	.article1 {
		flex-direction: column;
	}

	.article2 {
		flex-direction: column;
	}

	/* .text p {
		display: none;
	} */

	.imatge {
		width: 100%;
	}

	.text {
		width: 100%;
		/*padding: 4%;*/
	}

	.text a {
		/* margin-top: 10px; */
		margin-bottom: 10px;
	}

}


/*final css blogV2*/

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

.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*/
@media (max-width: 775px) {
	.ContainerPrincipalPromocional {
		flex-direction: column;
		padding: 0%;
	}

	.dretaPromocional {
		width: 90%;
		height: none;
		padding: 5%;
	}

	.camp_formulari {
		width: 75%;
	}

	.destacats {
		padding: 0 70px;
	}

	.destacats.ttp_interesar {
		padding: 0px;
	}
}

.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%;
	/* margin-top: 10px; */
	background: transparent;
	border: 1px solid var(--color-principal);
	border-radius: 5px;
	padding: 8px;
	display: inline-block;
	/* box-shadow: inset 0 0 0 0 var(--color-principal); */
	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 {
	/* box-shadow: inset 0 100px 0 0 var(--color-principal); */
	/* color: white; */
	/*background-color: rgba(240, 55, 240, 0.224);
	color: white;*/
	scale: 1.03;
}

.llistat {
	width: 100%;
	/* min-height: 11vh; */
	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;
}

@media only screen and (max-width: 600px) {
	.llistat2 {
		width: 60%;
	}
}

/*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);

}

.button_carrito:hover {
	/* color: white; */
}

.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;
}

/* .stars {
	width: 10%;
}

.nom_comentaris {
	width: 80%;
} */

/*marcas 1*/

.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;
}


@media (max-width: 1600px) {


	.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 3;
		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 2;
		height: 200px;
	}

	.marca-item:nth-child(6) {
		grid-row: span 1;
		grid-column: span 2;
		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 2;
		height: 200px;
		width: 100%
	}
}


@media (max-width: 1400px) {
	.marca-item:nth-child(1) {
		grid-row: span 1;
		grid-column: span 1;
		height: 200px;
	}

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

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

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

	.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 2;
		height: 200px;
	}

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

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

@media (max-width: 1215px) {


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

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

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

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

	.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 1;
		height: 200px;
	}

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


/* Tablet Sizes */
@media (max-width: 1024px) {
	.marca-item {
		height: 300px;
		/* Default height for tablet */
	}

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

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

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

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

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

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

	.marca-item:nth-child(7) {
		grid-row: span 1;
		grid-column: span 4;
		height: 300px;
	}

	.marca-item:nth-child(8) {
		grid-row: span 1;
		grid-column: span 4;
		height: 300px;
		width: 100%
	}
}

/* Mobile Sizes */
@media (max-width: 800px) {
	.contenidor_centrat {
		display: flex;
		flex-direction: column;
		/* align-items: center; */
	}

	#client_main.contenidor_centrat{
		display: block;
	}

	.marca-item {
		width: 100%;
		height: 200px;
		/* Default height for mobile */
		margin-bottom: 20px;
	}

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

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

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

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

	.marca-item:nth-child(5) {
		grid-row: span 1;
		grid-column: span 2;
		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 1;
		grid-column: span 1;
		height: 200px;
	}

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

/*Nova pÃ gina de contacte*/

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

.container h1,
h2 {
	/* font-size: 50px; */
	/* color: var(--color-principal); */
	/* font-family: 'Oswald'; */
}

.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;
}

/*media querys contacte2 */



@media (max-width: 700px) {
	.info_ubi {
		width: 80%;
		text-align: center;
	}

	.container_contacte {
		display: flex;
		flex-direction: column-reverse;
	}

	.left,
	.right {
		margin-top: 50px;
		width: 100%;
	}

	.mapa.contacte {
		width: 100%;
		margin-top: 50px;
		margin-bottom: 50px;

	}

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

	.contingut-left {
		flex-direction: column;
		align-items: center;
	}

	.titol_form h2 {
		text-align: center;
	}
}


/*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;
}

@media (max-width: 1100px) {
	

	.head_inferior.mobile_hide {
		display: none;
	}

	.mobile_change {
		color: white !important;
		padding: 0px;
		font-weight: ;
	}

	.no-mobile {
		display: none;
	}

	.right1 {
		width: 100%;
	}

	.mapa {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

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

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

	footer .container {
		flex-direction: column;
		gap: 20px;
		/*padding: 0px 10%;*/
	}


	.foto-desc1 {
		gap: 15px;
	}

}

@media (max-width: 700px) {

	.right1 {
		width: 100%;
		padding: unset;
	}

	.right1 h2 {
		width: 100%;
	}

	.mapa {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		width: auto;
		width: 85%;
	}

	.titol_direccio h2 {
		text-align: center;
	}

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

	.seccio_contacte {
		width: 95%;
	}

	.container h1,
	h2 {
		font-size: 26px;
	}
}

/*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;
}

/*Estils pag modular nuestras*/
.foto_text_nuestras_tiendas{
	display: flex; 
	align-items: center; 
	background-color: #AAA9D6;
}

.contenidor_nuestras_tiendas{
	display: flex;
	margin: 0 150px;
}

.overlay-text.nuestras_tiendas{
        color: white;
        display: flex;
        align-items: center;
        justify-content: left;
        text-align: center;
        box-sizing: border-box;
        font-family: Italiana;
        font-size: 100px;
        text-align: start;
        line-height: 1.2;
        padding: 50px;
        margin-left: 10%;
		width: 50%;
    }
	.contenidor_nuestras_tiendas .right h2{
		font-size: 50px;
	}
    #map { 
      width: 100%; 
      height: 500px; 
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .leaflet-bottom {
        display: none;
    }
    .adress{
        margin: 0px 20px 20px 20px;
    }
	@media screen and (max-width: 1600px) {
		.contenidor_nuestras_tiendas{
			margin: 0 100px;
		}
		.overlay-text.nuestras_tiendas{
			font-size: 80px;
		}
	}

	@media screen and (max-width: 1400px) {
		.contenidor_nuestras_tiendas{
			margin: 0 50px;
		}
		.overlay-text.nuestras_tiendas{
			margin-left: 5%;
			font-size: 70px;
		}
	}

	@media screen and (max-width: 1100px) {
	
		.contenidor_nuestras_tiendas .left,
		.contenidor_nuestras_tiendas .right{
			width: 70%;
			margin:30px auto !important;
		}
		
	}
	@media screen and (max-width: 1000px) {
		.contenidor_nuestras_tiendas{
			flex-direction: column;
		}
		.overlay-text.nuestras_tiendas{
			font-size: 65px;
		}
		
	}
	@media screen and (max-width: 800px) {
		.contenidor_nuestras_tiendas .left,
		.contenidor_nuestras_tiendas .right{
			width: 100%;
		}
		.contenidor_nuestras_tiendas .left span{
			font-size: 16px !important;
		}
		.contenidor_nuestras_tiendas .left span strong{
			font-size: 20px !important;
		}
		.foto_text_nuestras_tiendas{
			flex-direction: column;
		}
		.foto_text_nuestras_tiendas .left{
			width: 100%;
		}
		.overlay-text.nuestras_tiendas {
			justify-content: center;
			margin: 0;
		}
		.overlay-text.nuestras_tiendas {
			left: 0;
			width: 100%;
			height: auto;
			font-size: 40px;
			padding: 20px;
			line-height: 1.3;
			position: relative;
			text-align: center;
		}
		.foto_text_nuestras_tiendas .left,
		.foto_text_nuestras_tiendas .right{
			margin-top: 0px !important;
		}
		.contenidor_nuestras_tiendas {
			margin: 0 20px;
		}
	}
	@media screen and (max-width: 500px) {
		.contenidor_nuestras_tiendas{
			margin: 0;
		}
	}

/* Estils pag modular Quienes somos*/
h2 {
        font-family: italiana;
        font-size: 50px;
        text-align: center;
    }
    .divider {
        border-top: 2px solid #333;
        margin: 20px 0;
    }
    .grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 1000px;
        margin: 0 auto;
        justify-content: center;
        padding: 40px 20px 40px 2%;
    }
    .value-card {
        margin-bottom: 30px;
        padding: 15px;
        position: relative;
    }
    .value-card::before {
        content: '';
        display: block;
        width: 30%;
        height: 4px;
        background-color: var(--color-secundari);
        position: absolute;
        top: 0;
    }
    .value-title {
        color: var(--color-secundari);
        font-weight: bold;
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    .value-description {
        line-height: 1.5;
    }

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}


.text-image-container {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1000px;
    width: 100%;
    padding: 20px;
}

.text-content {
    min-width: 500px;
}


.image-content img {
    min-width: 500px;
    width: 100%;
    height: auto;
    display: block;
}

h2{
    
    font-family: italiana;
    font-size: 60px;
}


.image-container {
      position: relative;
      display: inline-block;
    }

    .image-container img {
      display: block;
      width: 100%;
      height: auto;
    }

    .overlay-text.quienes_somos {
        position: absolute;
        top: 0;
        left: 20%;
        width: 25%;
        height: calc(100% + 50px); 
        color: white;
        background-color: var(--color-secundari);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
        font-family: Italiana;
        font-size: 100px;
        text-align: start;
        line-height: 1.2;
        padding: 50px;
    }

@media (max-width: 1400px) {
    .overlay-text.quienes_somos {
        width: 32%;
    }
}
@media (max-width: 1100px) {
    .overlay-text.quienes_somos {
        width: 35%;
    }
	.text-image-container .image-content img{
		min-width: 300px;
	}
}

@media (max-width: 1000px) {
    .overlay-text.quienes_somos {
        left: 0;
        width: 100%;
        height: auto;
        font-size: 40px;
        padding: 20px;
        line-height: 1.3;
        position: relative;
        text-align: center;
    }
	.text-image-container {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }
	.text-image-container.reverse{
		flex-direction: column-reverse;
	}
    .text-image-container .image-content {
        margin: 0 auto;
    }

    .text-content,
    .image-content img {
        min-width: 100%;
        width: 100%;
    }

    h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .wrapper{
        margin-top: 0px;
    }
	.grid-container {
        padding: 40px;
	}
}

@media (max-width: 800px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
	}
	.caixa_principal_bloc_textos.quienes_somos .text_principal{
		font-size: 18px;
	}
}
@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 400px) {
    .caixa_principal_bloc_textos.quienes_somos .text_principal{
		font-size: 16px;
	}
}

/*avaluaciÃ³ de lâ€™accessibilitat en interfÃ­cies web*/

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

/* Mode mòbil menú*/
@media screen and (max-height:950px) and (max-width:1100px) {
#menu-mobile .ui-accordion .ui-accordion-content {
		max-height: 250px;
	}
}
@media screen and (max-height:800px) and (max-width:1100px) {
#menu-mobile .self {
		font-size: 16px;
		padding:10px;
	}
	#menu-mobile .ui-accordion .ui-accordion-content {
		font-size: 14px;
		padding: 5px;
		max-height: 150px;
	}
}
@media screen and (max-height:650px) and (max-width:1100px) {
	#menu-mobile .ui-accordion .ui-accordion-content {
		max-height: 100px;
	}
}