@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Bold.woff2') format('woff2'),
		url('../fonts/Oswald-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Regular.woff2') format('woff2'),
		url('../fonts/Oswald-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
		url('../fonts/SourceSansPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
		url('../fonts/SourceSansPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* Montserrat */
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

/* DEFINIM COLORS WEB */

:root {
	--color-principal: #0061E9;
	/* podem definir el color de un SVG mitjanÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ant filtres. Convertidor: https://isotropic.co/hex-color-to-css-filter/ */
	/* --filter-color-principal: invert(33%) sepia(88%) saturate(781%) hue-rotate(168deg) brightness(93%) contrast(97%);
	--color-hover: #505050;
	--filter-color-hover: invert(29%) sepia(1%) saturate(821%) hue-rotate(61deg) brightness(102%) contrast(89%); */

	--color-secundari: #014682;

	/* Color botons */
	/* --color-buton-generic: #0D72B1;
	--color-buton-generic-hover: rgba(13, 114, 177, 0.6); */

	/* Color bottom footer copyright */
	/* --color-footer-copyright: white;
	--color-font-footer-copyright: #808080;
	--color-border: #ccc;
	--color-titols-articles: #707070;
	--box-home: #ECECEC; */

}



* {
	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: Arial, Helvetica, sans-serif !important;
	font-size: 15px;
	color: #808080;
	overflow-x: hidden;
}

body:has(.fitxa_subarticle_catalogo) .ghost_header {
	background-color: black;
}

textarea,
input {
	font-family: Arial, Helvetica, sans-serif !important;
}

#head_search {
	display: none;
}

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

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

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

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

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

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

del {
	text-decoration: line-through
}

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

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

input,
select {
	vertical-align: middle;
}

.fl {
	/* float: left; */
}

.fr {
	/* float: right; */
}

.cb {
	clear: both;
}

a {
	color: inherit;
	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: normal;
	font-size: 36px;
	margin-bottom: 25px;
}

@media all and (max-width: 900px) {
	h1 {
		margin-bottom: 15px;
	}

	.grecaptcha-badge {
		display: none !important;
	}
}

h2 {

	font-weight: normal;
	font-size: 26px;
}

/*.white-popup table tr:nth-child(even) td*/


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

/*input[type=text], textarea,select {
    width: 100%;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    height: 40px;
    font-size: 15px;
    text-align: left;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 12px;
    padding: 10px 15px;
}*/
#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;
}

.navigator {
	display: flex;
	height: auto;
	justify-content: space-between;
	background-color: var(--color-secundari);
	padding: 10px 5%;
	position: relative;
	transition: all 0.3s;
	align-items: center;
	top: 0;
} 

.navigator.scrolled{
	height: 80px;
}

.navigator #logo img {
	transition: all 0.3s;
	height: auto;
}

.navigator.scrolled #logo img {
	height: 60px;
}

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

.btn {
	line-height: 1.50;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 200px;
	display: block;
	cursor: pointer;
}

.btn.primary {
	background-color: var(--color-principal);
	color: white !important;
}

.btn.secundary {
	background-color: white;
	color: black !important;
}

.contenidor_centrat,
.legal_conten {
	width: 1500px;
	margin: auto;
	max-width: 98%;
	color: black;
}

main {
	min-height: calc(100% - 670px);
	/* overflow-x: hidden; */
}

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

.legal_conten h1,
.legal_conten h2 {
	color: var(--color-principal);
	font-size: 40px
}

.legal_conten h2 {
	font-size: 32px;
}

header {
	/* border-bottom: 2px solid white; */
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1010;
	/* background: #fff; */
	transition: 0.3s top;
}

header.scrolled {
	top: calc(var(--top-bar-height) * -1);
}

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

.idioma {
	font-size: 20px;
	display: flex;
	align-items: center;
	gap: 3px;
}

.caixa_idiomes_capcalera {
	border: 0;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}

#top_bar {
	background: whitesmoke;
	color: black;
	/* text-transform: uppercase; */
	display: flex;
	justify-content: space-between;
	padding: 10px 5%;
	margin: 0;
	font-size: 14px;
}

#top_bar_left a {
	/* color: #fff; */
	height: auto;
	display: flex;
	align-items: center;
}

#top_bar>div {
	display: flex;
	/* height: 40px; */
	align-items: center;
	gap: 10px;
}

#top_bar .xarxes {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

#top_bar .xarxes img {
	width: 15px;
	height: 15px;
}

#top_bar_left {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

#top_bar_right {}

#top_bar_right a:after {
	content: '|';
	margin-left: 10px;
}

#top_bar_right a:nth-last-child(1):after {
	display: none;
}

#top_ajuda {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#top_ajuda ul {
	position: absolute;
	right: 0;
	background-color: #f2f2f2;
	list-style: none;
	display: none;
	padding-left: 0;
	margin: 0;
	padding: 5px;
}

#top_ajuda>li>span {
	display: flex;
	height: 58px;
	align-items: center;
	justify-content: center;
	cursor: default;
}

#top_ajuda li:hover ul {
	display: block;
}

#top_ajuda ul li a {
	text-decoration: none;
	display: block;
	padding: 5px;
	white-space: nowrap;
}

#top_ajuda ul li a:hover {
	color: var(--color-secundari);
}

#head_tools {
	display: flex;
	margin-bottom: 43px;
	align-items: center;
}

#head_logo {
	flex: 1;
	text-align: center;
}

#logo {
	height: auto;
	width: 100px;
	display: inline-block;
	padding: 0;
	transition: all 0.3s;
}

#head_search,
#head_login {
	width: 30%;
	display: flex;
	align-items: center;
	/*padding-bottom:10px;*/
}

#head_search {
	display: none;
}

.head {
	/* max-width: 1500px;
	margin: 0px auto; */
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 5%;
	justify-content: space-between;
	font-size: 18px;
	color: black;
	position: relative;
	z-index: 3;
	background-color: white;
}

.head>div {
	display: flex;
	/* gap: 20%; */
	gap: 20px;
	align-items: center;
}

.head #logo {
	display: flex;
	align-items: flex-end;
	gap: 30px;
}

.head #logo img:nth-child(1) {
	height: 80px;
}

.head #logo img:nth-child(2) {
	height: 50px;
	width: auto;
}

.head .contact {
	display: flex;
	gap: 20px;
}

.contact>a {
	display: flex;
	align-items: center;
	gap: 5px;
}

.contact>a>i {
	color: var(--color-principal)
}

.contact>a>span {
	line-height: normal;
}

.head .boto_micuenta {
	font-size: 28px;
}

.total_unitats {
	display: inline-flex;
	background: #525252;
	color: #FFF;
	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;
}

.camp-recerca {
	right: -20%;
	transition: 0.5s all;
}

#frm_search {
	position: relative;
}

#camp-recerca {
	background-color: #f2f2f2;
	padding: 10px 20px;
	border: 0;
	width: 400px;
	letter-spacing: 1px;
	max-width: 100%;
	border-radius: 200px;
}

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

#menu-mobile {
	/* display: none; */
	position: fixed;
	left: -110%;
	bottom: 0;
	width: 100%;
	background-color: var(--color-secundari);
	/* padding: 10%; */
	transition: 0.2s all;
	overflow: hidden;
	/* color: white; */
}

#menu-mobile .menu {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 10%;
	color: white;
}

#menu-mobile .childs-accordion {
	display: none;
}

#menu-mobile .childs {
	display: flex;
	flex-direction: column;
	/* display: none; */
	margin-left: 15px;
	gap: 10px;
}

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

#menu-mobile .self {
	font-size: 16px;
	display: flex;
	gap: 10px;
	font-weight: bold;
}

#menu-mobile.visible {
	display: flex;
	flex-direction: column;
	gap: 20px;
	left: 0;
}

#menu-mobile .xarxes {
	display: flex;
	align-items: center;
	gap: 10px;
}

#menu-mobile .links {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10%;
	background-color: white;
	color: black;
}

#menu-mobile .links>a {
	margin-bottom: 10px;
}

#menu-mobile .links .blau {
	color: white;
	background-color: var(--color-principal);
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	margin-bottom: 25px;
}

#menu-mobile .xarxes {
	margin-top: 15px;
}

#menu-mobile .xarxes img {
	width: 15px;
	height: 100%;
}


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

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

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

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

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

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

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

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

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

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

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

#menu_mobile_close i {
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
	cursor: pointer;
}

#menu {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 33%;
	/* position: relative; */
	padding: 0;
	/* background-color: var(--color-secundari); */
	/* border-bottom: 1px solid white; */
	gap: 40px;
	overflow: visible;
}

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

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



#menu li {}

#menu>li>a {
	text-decoration: none;
	display: block;
	/* padding: 10px 10px; */
	/* letter-spacing: 1px; */
	white-space: nowrap;
	text-align: center;
	transition: background 0.6s;
	font-size: 15px;
	/* font-family: Arial, Helvetica, sans-serif; */
	color: white;
	/* font-weight: bold; */
	text-transform: uppercase;
}

#menu>li>a i {
	font-size: 16px;
	margin-left: 5px;
}

#menu>li>a.blau {
	background-color: var(--color-principal);
	border-radius: 100px;
	padding: 5px;
}

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

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

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

#menu>li>a.active {}

#menu li:hover>div {
	max-height: max-content;
	padding: 30px 5%;
	padding-top: 0px;
	/* border-top: 1px solid; */
}

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

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

.submenu>div {
	width: 100%;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: white;
}

.submenu>div * {
	background-color: transparent !important;
	border: 0px !important;
	color: inherit !important;
	padding: 0px !important;
	font-weight: normal !important;
	border-radius: 0px !important;
	font-family: Arial, Helvetica, sans-serif;
}

.submenu .ui-tabs-nav {
	display: flex;
	justify-content: space-between;
	padding: 30px !important;
	font-size: 18px;
	align-items: center;
}

.submenu .ui-tabs-active {
	color: black !important;
	background-color: white !important;
	padding: 15px 25px !important;
	border-radius: 100px !important;
}

.submenu .subsubmenu {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
}

.submenu .subsubmenu .owl-item {
	position: relative;
}

.submenu .subsubmenu .grups {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px !important;
	height: 100%;
	gap: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px !important;
}

.submenu .subsubmenu .grups .title {
	color: black !important;
	font-weight: bold !important;
}

.submenu .subsubmenu .grups img {
	height: 180px;
	/* width: auto; */
	/* padding-bottom: 20px !important; */
	object-fit: contain;
}

.submenu .subsubmenu .grups .images {
	position: relative;
}

.submenu .subsubmenu .grups img {
	opacity: 1;
	transition: 0.3s all;
}

.submenu .subsubmenu .grups img.fimages  {
	position: absolute;
	top: 0;
	left: 0;
}

.submenu .subsubmenu .grups img.hidden  {
	opacity: 0;
}

.submenu .subsubmenu .grups .articles {
	height: 100%;
	border-top: 1px solid white !important;
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	align-items: center;
	padding-top: 20px !important;
	font-weight: normal !important;
	gap: 10px;
}


.submenu .titol-submenu {
	padding-right: 50px;
	border-right: 1px solid white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: inherit;
	font-weight: bold;
}

.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:1440px) {
	.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: 15px; */
	line-height: 1;
}

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

.col_submenu>a {}

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

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

.submenu a:hover {}

.submenu b {
	font-weight: normal;
	display: block;
	/* padding-bottom: 5px; */
}

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

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

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

.form_login label {
	text-transform: uppercase;
	display: block;
	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: 10px;
	padding-right: 30px;
}

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

.form_login {
	/* padding: 25px; */
	width: 900px;
	margin: 50px auto;
	max-width: 100%;
	display: flex;
	/* margin-bottom: 50px; */
}

.form_login .bg_inicial {
	width: 45%;
	background: url('../img/login.jpg') no-repeat center center;
	min-height: 450px;
	background-size: cover;
	border-radius: 10px 0px 0px 10px;
}

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

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

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

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

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

.seccions-home {
	margin: 80px 0px;
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-bottom: 0px;
}

/* H: Texts */

.textos {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding: 0 15%;
}

.textos .title {
	font-size: 40px;
	font-weight: bold;
	color: black;
}

.textos .text {
	width: 100%;
	color: black;
	font-size: 16px;
	line-height: normal;
}

.textos .button {}

/* H: Columnas */

.columnas-a {
	display: flex;
	gap: 2%;
	row-gap: 2vh;
	flex-wrap: wrap;
	/* height: 80vh; */
	align-items: flex-start;
}

.columnas-a>div {
	width: 49%;
	display: flex;
	flex-direction: column;
	padding-top: 90px;
	/* height: 80vh; */
	align-items: center;
	position: relative;
}

.columnas-a>div .titol {
	font-size: 40px;
	color: white;
	margin-bottom: 20px;
	line-height: 1;
	position: relative;
	z-index: 2;
}

.columnas-a>div img {
	/* width: 100%; */
	display: block;
	height: 80%;
	/* position: absolute; */
	bottom: 0;
	z-index: 1;
	/* padding: 30px 0; */
}

.columnas-a>div .btn {
	position: relative;
	z-index: 2;
}

/* H: Categorias */

.columnes-b {
	display: flex;
	flex-direction: column;
	gap: 50px;
	background-color: whitesmoke;
	/* padding-top: 50px;
	padding-bottom: 50px; */
	padding: 50px 15px
}

.columnes-b h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: black;
}

.columnes-b-list {
	display: flex;
	flex-wrap: nowrap;
	/* padding: 0 3%; */
	gap: 30px;
	justify-content: center;
}

.columnes-b-list>div {
	width: 30%;
	border-radius: 20px;
	/* padding: 50px; */
	position: relative;
	/* left: 0; */
	display: flex;
	flex-direction: column;
	color: white;
	align-items: center;
	gap: 15px;
	text-align: center;
	font-size: 16px;
}

.columnes-b-list>div .background {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 80%;
	border-radius: 15px;
	transform: scaleY(-1);
	/* object-fit: cover; */
	/* object-position: bottom; */
	-webkit-mask-image: linear-gradient(0deg, black, transparent);
}

.columnes-b-list>div .portada {
	position: relative;
	z-index: 1;
	/* width: 80%; */
	/* height: auto; */
}

.columnes-b-list .titol {
	position: relative;
	z-index: 1;
	font-size: 24px;
	padding: 40px;
	padding-bottom: 0px;
}

.columnes-b-list>div>span {
	position: relative;
	z-index: 1;
	padding: 0 40px;
	height: 100%;
}

.columnes-b-list>div>a {
	position: relative;
	z-index: 1;
	font-weight: bold;
}

/* H: imatge coordenades */

.img_coord {
	display: flex;
	justify-content: center;
	line-height: normal;
	font-size: 16px;
	padding: 100px;
	padding-bottom: 0px;
	/* height: 76vh; */
	margin: 0 5%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/* flex-direction: column; */
	align-items: flex-start;
}

.img_coord>div {
	position: relative;
	height: 100%;
	/* width: 100%; */
}

.img_coord .punt {
	position: absolute;
	width: 500px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.img_coord .punt i {
	font-size: 35px;
	background-color: var(--color-principal);
	color: white;
	border-radius: 100px;
	/* aspect-ratio: 1; */
	display: block;
	/* padding: 10px; */
	width: 40px;
	height: 39px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.img_coord .punt>div {
	background-color: white;
	border-radius: 15px;
	padding: 20px;
	color: black;
	opacity: 0;
	transition: 0.3s all;
	box-shadow: 0px 1px 5px grey;
}

.img_coord .punt.active>div {
	opacity: 1;
}

.img_coord img {
	height: 100%;
	width: 100%;
}

/* H: Banner columnes */

.image_columnas {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	padding: 200px 10%;
	gap: 150px;
	background-color: black;
	margin: 0 5%;
	border-radius: 15px;
	padding-bottom: 70px;
}

.image_columnas>img {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	top: 0;
	opacity: 0.6;
	border-radius: 15px;
}

.image_columnas h2 {
	position: relative;
	z-index: 1;
	color: white;
	font-weight: bold;
	font-size: 40px;
	/* padding: 80px 10%; */
	width: 100%;
	text-align: center;
	line-height: 1;
}

.image_columnas .columnas {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	width: 100%;
	justify-content: space-between;
	/* gap: 8%; */
	color: white;
	row-gap: 10px;
}

.image_columnas .columnas .columna {
	width: 20%;
	display: flex;
	align-items: baseline;
	gap: 15px;
}

.image_columnas .columnas .columna i {
	color: var(--color-principal)
}

/* H: Carrousel fills */

.carroussel-fills {
	position: relative;
	color: white;
	padding: 80px 5%;
	display: flex;
	flex-direction: column;
}

.carroussel-fills>.titol {
	color: white;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 20px;
	max-width: 50%;
	/* filter: url(); */
}

.carroussel-fills.v2 {
	color: black;
}

.carroussel-fills.v2>.titol {
	color: black;
}

.carroussel-fills>.desc {
	max-width: 50%;
}

.carroussel-fills .slides {
	margin-top: 50px;
}

.carroussel-fills .slide {
	padding: 45px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}

.carroussel-fills.v2 .slide {
	padding: 0px;
	gap: 15px;
	line-height: 1;
}

.carroussel-fills .slide .background {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	transform: scaleY(-1);
	/* object-fit: cover; */
	/* object-position: bottom; */
	/* -webkit-mask-image: linear-gradient(0deg, black, transparent); */
	left: 0;
	top: 0;
}

.fitxa_subarticle_catalogo .carroussel-fills .slide .background {
	transform: scaleY(1);
}

.fitxa_subarticle_catalogo .carroussel-fills .slide {
	gap: 5px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.carroussel-fills .slide .portada {
	position: relative;
	z-index: 1;
	width: 100%;
	/* height: auto; */
	margin-top: 40px;
}

.fitxa_subarticle_catalogo .carroussel-fills .slide .portada {
	margin: 0px;
	margin-bottom: 30px;
}

.carroussel-fills.v2 .slide .portada {
	margin-top: 0px;
	border-radius: 20px;
}

.carroussel-fills .slide .titol {
	position: relative;
	z-index: 1;
	font-size: 24px;
	/* padding: 40px; */
	padding-bottom: 0px;
}

.carroussel-fills .slide>span {
	position: relative;
	z-index: 1;
	/* padding: 0 40px; */
	/* font-size: 16px; */
}

.carroussel-fills .owl-prev,
.carroussel-fills .owl-next {
	position: absolute;
	/* transform: translateY(-50%); */
	font-size: 40px;
	height: auto;
}

.carroussel-fills .owl-prev *,
.carroussel-fills .owl-next * {
	color: var(--color-principal) !important;
	height: auto;
	font-size: 40px;
}

.carroussel-fills .owl-prev {
	left: 92%;
	top: -20%;
	transform: translateX(100%);
}

.carroussel-fills .owl-next {
	left: 100%;
	top: -20%;
	transform: translateX(-100%);
}

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

/* --- FAMILIES ----- */

.familia {
	display: flex;
	flex-direction: column;
	background-color: #282827;
	align-items: center;
}

.familia > .titol {
	text-align: center;
	max-width: 100%;
}

.familia > .desc {
	text-align: center;
	max-width: 100%;
}

.familia > .slides {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	row-gap: 30px;
	max-width: 1920px;
	width: 100%;
}

.familia .slide {
	width: 100%;
	max-width: 350px;
	align-items: center;
}

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

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

	.seccions-home {
		gap: 40px;
		margin: 40px 0px;
		overflow: hidden;
	}

	/* H: Texts */

	.textos {
		padding: 0 10%;
	}

	.textos .title {
		line-height: normal;
	}

	.textos .text {}

	.textos .button {}

	/* H: Columnas */

	.columnas-a {
		flex-direction: column;
	}

	.columnas-a>div {
		width: 100%;
	}

	/* H: Categorias */

	.columnes-b h2 {
		padding: 0px 10%;
		line-height: normal;
	}

	.columnes-b-list {
		flex-direction: column;
		padding: 0px 10%;
	}

	.columnes-b-list>div {
		width: 100%;
	}

	.columnes-b-list>div .background {
		height: 100%;
	}

	.columnes-b-list>div .portada {
		max-width: 80%;
	}

	.columnes-b-list .titol {
		width: 100%;
		padding: 30px;
		padding-bottom: 0px;
	}

	.columnes-b-list>div>span {
		font-size: 14px;
	}

	/* H: imatge coordenades */

	.img_coord {
		padding: 10%;
		height: auto !important;
		flex-direction: column;
		gap: 30px;
		margin: 0 10%;
		display: flex;
		justify-content: flex-start;
	}

	.img_coord>div.mobile_show {
		position: relative;
	}

	.img_coord:not(:has(.mobile_show .active)) {
		padding-bottom: 0px !important;
	}

	.img_coord>div.mobile_show>div {
		position: relative;
		top: 0 !important;
		left: 0 !important;
		width: 100%;
		display: none;
	}

	.img_coord>div.mobile_show>div.active {
		display: block;
	}

	/* H: Banner columnes */

	.image_columnas {
		padding: 10%;
		gap: 50px;
		margin: 0 0%;
		border-radius: 0px;
	}

	.image_columnas>img {
    border-radius: 0px;
}

	.image_columnas h2 {
		font-size: 30px;
	}

	.image_columnas .columnas {
		flex-direction: column;
	}

	.image_columnas .columnas .columna {
		width: 100%;
	}

	/* H: Carrousel fills */

	.carroussel-fills {
		padding: 10%;
	}

	.carroussel-fills>.titol {
		max-width: 100%;
		line-height: normal;
	}

	.carroussel-fills>.desc {
		max-width: 100%;
	}

	.carroussel-fills .owl-prev,
	.carroussel-fills .owl-next {
		display: none;
	}

	/* ------------- */
}


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

.bloc_article {
	position: relative;
	font-size: 12px;
	margin: 0px;
	max-width: 400px;
}

.bloc_article a {
	text-decoration: none;
	color: #333333;
}

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

.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_article .actions {
	opacity: 0;
	top: 0;
	right: 0;
	position: absolute;
	transition: opacity .15s ease;
}

.bloc_article:hover .actions {
	opacity: 1;
}

.bloc_article .actions {
	top: 15px !important;
	z-index: 56;
	right: 15px !important;
}

.bloc_article .actions a,
.bloc_article .actions div {
	/*background-color: rgba(255,255,255,0.8);*/
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	color: var(--color-secundari);
	font-size: 21px;
	border-radius: 35px;
	transition: all .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	/*border: 1px solid #FF2488;*/
	margin-bottom: 2px;
}

.bloc_article .actions a.add_to_cart img {
	height: 21px;
	filter: var(--filter-color-principal);
}

.bloc_article .actions a {
	transform: translateX(25px);
}

.bloc_article .actions div {
	transform: translateX(25px);
}

.bloc_article .actions img {
	width: 25px;
	transform: translateX(-1px);
}

.bloc_article .actions i {}

.bloc_article:hover .actions a,
.bloc_article:hover .actions div {
	transform: none;
}

.bloc_article .actions *:hover,
.bloc_article .actions .active {
	/*background-color: #FF2488;
		color: #FFF;*/
}

.bloc_article .actions>.add_to_cart {
	text-align: right;
}

.bloc_article .actions>.favoritos {
	/*color: #d174b6;*/
	cursor: pointer;
	text-align: left;
}

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

.bloc_article a.link_image {
	position: relative;
	z-index: 50;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #efefef;
	aspect-ratio: 1/1;
}

.bloc_article .link_image img {
	mix-blend-mode: multiply;
}

.bloc_article .desc {
	text-align: left;
	padding: 0px;
	padding-top: 10px;
	display: block;

}

.bloc_article .desc .familia {
	color: var(--color-secundari);
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 5px;
}

.bloc_article .desc .titols {
	margin-bottom: 5px;
	color: var(--color-titols-articles);
	font-size: 16px;
	font-weight: bold;

}

.bloc_article .desc .titol {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-bottom: 0;
}

.bloc_article .desc .titol h4 {

	font-weight: normal;

}

.bloc_article .preu {
	font-size: 16px;
	color: var(--color-principal);
	font-weight: bold;
	margin-bottom: 25px;
}

.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 !important;
	text-transform: uppercase;
	flex: 1;
}

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

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

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

#content_categories {
	display: flex;
	margin-top: 25px;
	margin-bottom: 80px;
}


.menu_lat_categories {
	width: 320px;
	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;
}

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

.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: 5px !important;
	margin-bottom: 15px;
}

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

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

.menu_lat_categories ul li a {
	display: block;
	padding-bottom: 20px;
	color: #333333;
}

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

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

/* .amplada_bloc_article {
	width: 25%;
} */


#content_productes {
	flex: 1;
	padding-top: 10px;
}

#list_productes {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
	overflow: hidden;
	row-gap: 30px;
}

#list_productes .bloc_article {
	width: 25%;
	padding: 0px 15px;
}

#list_productes .bloc_article:nth-child(4n) {
	margin-right: 0;
}

#titol_productes {
	color: var(--color-principal);
	margin-bottom: 25px
}


#subtitol_productes {
	margin-bottom: 50px;
	font-size: 19px;
	letter-spacing: 1px;
	color: #808080;
	/* text-transform: uppercase; */
}

#titol_productos_misma_categoria {
	text-align: center;
	font-size: 35px;
	/* font-family: Arial, Helvetica, sans-serif; */
	margin-top: 50px;
	margin-bottom: 35px;
}

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

.nom_marca {
	margin-bottom: 25px;
}

.nom_marca span {
	text-transform: uppercase;
}

.nom_marca a {
	font-size: 14px;
}

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

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

#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: 10%;
}

#quickview_detalls>div {
	flex: 1;
	padding: 0px 15px;
}

#quickview_detalls>div:first-child {
	border-right: 1px solid #7a7a7a;
	flex: none;
	width: 50%;
}

#quickview_detalls h6 {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 16px;
}

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

.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: 126px;
	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);
}

/* Configurador avanzat */

.configurador_avanzado {
	color: black
}

.configurador_avanzado #body {}

.configurador_avanzado #body>div {
	display: flex;
	gap: 0%;
	justify-content: space-between;
	align-items: flex-start;
	background-color: whitesmoke;
}

.configurador_avanzado .content_right_configurador {
	width: 30%;
	padding: 50px;
	background-color: whitesmoke;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	position: sticky;
	top: 25%;
	/* bottom: 35%; */
}

.configurador_avanzado .content_right_configurador .foto {
	display: flex;
	align-items: center;
	gap: 30px;
	/* margin-bottom: 30px; */
}

.configurador_avanzado .content_right_configurador .foto>* {
	display: flex;
	width: 50%;
}

.configurador_avanzado .content_right_configurador .foto>img {
	width: 30%;
}

.configurador_avanzado .content_right_configurador .foto>div {
	flex-direction: column;
}

.configurador_avanzado .content_right_configurador .foto h1 {
	line-height: normal;
	margin: 0px;
	font-weight: bold;
	font-size: 40px;
}

.configurador_avanzado .content_right_configurador .foto a {
	color: var(--color-principal);
}

.configurador_avanzado .content_right_configurador .titol_bloc_lat {
	font-size: 25px;
	font-weight: bold;
}

.configurador_avanzado #content_left_configurador {
	width: 70%;
	padding: 5%;
	background-color: white;
	padding-right: 10%;
}

.taula_caracteristiques {
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px solid lightgrey;
}

.taula_caracteristiques td {
	border-top: 1px solid lightgrey;
	/* border-bottom: 1px solid lightgrey; */
	padding: 10px 0px;
}

.taula_caracteristiques td:nth-child(1) {
	font-weight: bold;
	width: 50%;
	vertical-align: top;
}


.printer {
	display: none !important;
}

.familia_configurador {
	text-align: center;
	border-right: 1px solid #d7d7d7;
	cursor: pointer;
}

.familia_configurador.selected {
	background-color: #3d9900;
	color: #FFF;
	border: 0px;
	box-shadow: 5px 5px 5px gray;
}


.grup_configurador {
	cursor: pointer;
	margin: 0px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
}


.grup_configurador .content_grup {
	display: flex;
	align-items: center;
	gap: 20px;
	font-weight: normal;
	transition: 0.2s all;
	font-size: 16px;
	opacity: 0;
}

.grup_configurador .content_grup i {
	color: var(--color-principal);
	font-size: 25px;
}

.grup_filtres {
	padding: 0px !important;
	margin-top: 0px !important;
	background-color: #fff;
	font-size: 16px;
	/* margin-top: 15px !important; */
}


.taula_configurador {
	width: 100%;
	border-spacing: 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	row-gap: 2vh;
	margin: 0px;
	margin-bottom: 30px;
}



.multi {
	display: flex;
	flex-direction: column;
	gap: 2vh;
	padding-bottom: 15px;
}

.multi>.titol_bloc_lat {
	border-top: 1px solid lightgrey;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
	cursor: default;
}

.multi .bloc_lat {
	width: 100%;
	border: 1px solid lightgrey;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	/* row-gap: 20px; */
	flex-direction: column;
}

.multi .taula_configurador {
	/* margin: 0; */
	margin-bottom: 0px;
}

.multi .bloc_lat>.titol_bloc_lat {
	width: 100%;
	/* padding-bottom: 0px; */
}

.multi .taula_configurador>* {
	width: auto;
}

.multi .bloc_lat>.titol_bloc_lat span {
	/* width: 100%; */
	font-size: 16px;
}

.taula_configurador td {
	border-bottom: 1px solid #d7d7d7;
	padding: 5px;
}

.tr_article {
	cursor: pointer;
	width: 49%;
	font-size: 16px;
	font-weight: normal;
	/* border: 1px solid black; */
	border-radius: 10px;
	padding: 10px 20px;
	transition: 0.2s all;
	background-color: whitesmoke;
	/* border: 1px solid whitesmoke; */
}

.taula_configurador:has(.tr_article:not(.disabled)) .tr_article.disabled {
	display: none;
	pointer-events: none;
}

/* .tr_article.disabled {
	display:none;
	pointer-events: none;
} */

.tr_article:has(input) {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.tr_article input[type="textarea"] {
	border: 1px solid lightgrey;
	border-radius: 10px;
	padding: 10px;
}

.tr_article.tr_checked {
	background-color: #f5f5f5;
}

.disabled>td {
	color: #ccc;
}

.disabled img {
	opacity: 0.4;
}

.span_info {
	color: #66cccc;
	font-size: 25px !important;
}

.input-lg {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#steps {
	padding: 20px 0px;
}

#steps span {
	margin-left: 10px;
	cursor: pointer;
}

#steps i {
	margin: 0px 10px;
	color: #4F7DA1;
	font-size: 18px;
	vertical-align: -2px;
}

@media screen and (max-width: 1440px) {
	.configurador_avanzado {}

.configurador_avanzado #body {}

.configurador_avanzado #body>div {
    display: flex;
    flex-direction: column;
}

.configurador_avanzado .content_right_configurador {
    width: 100%;
    padding: 5%;
}

.configurador_avanzado .content_right_configurador .titol_bloc_lat {
    font-size: 18px;
}

.configurador_avanzado #content_left_configurador {
    width: 100%;
}

.taula_caracteristiques {
    font-size: 16px;
}

.grup_configurador {
    font-size: 18px;
}

	#content_left_configurador .titol_bloc_lat>div:not(.content_grup) {
		width: 100% !important;
		font-size: 18px;
	}

.taula_configurador {
    flex-direction: column;
}

.multi {
    margin-bottom: 20px;
}

.tr_article {
    width: 100%;
}


	#conf_buttons {
	flex-direction: column;
	gap: 0px !important;
}



}

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


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

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

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

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

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

.info_article a {
	text-decoration: none;
}

#fitxa_article {
	margin-bottom: 97px;
	display: flex;
	align-items: flex-start;
}

.fitxa_imatge_prin {
	flex: 1;
	display: flex;
	justify-content: center;
	position: relative;
}

.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: #F2F2F2;
	padding: 52px 58px;
	width: 675px;
	font-size: 16px;
	color: #808080;
	letter-spacing: 1px;
	margin-left: 15px;
}

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

}

.titol_article {
	font-weight: normal;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 1.25;
	letter-spacing: 2px;
	margin-bottom: 15px;
	color: var(--color-titols-articles);
	/* font-family: Arial, Helvetica, sans-serif; */
}

.preu_fitxa_article {
	font-size: 41px;
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
	color: var(--color-principal);
}

#iva_stock {
	margin-bottom: 22px;
	line-height: 2;
}

#iva_stock i {
	font-size: 8px;
}

#iva_stock i,
#iva_stock span {
	vertical-align: middle;
}

.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_cart {
	/*margin: 25px 0;*/
	display: flex;
	margin-bottom: 25px;
}

.qty_fitxa_art {
	position: relative;
	flex: 1;
	margin-right: 15px;
}

.qty_fitxa_art input {
	height: 60px;
	border: 0;
	border-radius: 0;
	width: 100%;
	font-size: 26px;
	padding: 0px 25px;
	color: var(--color-secundari);
}

.qty_fitxa_art i {
	position: absolute;
	right: 18px;
	font-size: 32px;
	top: 50%;
	cursor: pointer;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
}

.qty_fitxa_art i.mes {
	transform: translateY(-15px);
}

.qty_fitxa_art i.menys {
	transform: translateY(2px);
}

.bloc_article .qty_fitxa_art {
	margin-right: 0;
}

.bloc_article .qty_fitxa_art input {
	border: 1px solid var(--color-border);
}

.btn_fitxa_cart {
	height: 60px;
	border: 0;
	color: #FFF;
	background-color: var(--color-secundari);
	font-size: 15px;
	letter-spacing: 2px;

	padding: 0px 38px;
	white-space: nowrap;
	line-height: 56px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
}

.btn_fitxa_cart.disabled {
	background-color: #b7b7b7;
	cursor: default;
}

.btn_fitxa_cart i,
.btn_fitxa_cart span {
	vertical-align: middle;
}

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

.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 {
	padding: 53px 0;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	margin-bottom: 50px;
}

.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: Arial, Helvetica, sans-serif; */
}

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

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

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

.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: #ff2489;
	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;
}

/* Results cerca */

.resultats.basic {
	padding: 50px 15%;
	gap: 50px;
	display: flex;
	flex-direction: column;
}

.resultat_cerca {
	display: flex;
	/* height: 60vh; */
	gap: 5%;
	flex-wrap: wrap;
	row-gap: 5vh;
}

.resultats.generic {
	margin: 50px 5%;
}

.generic #list_productes {
	/* display: flex; */
	gap: 3%;
	align-items: flex-start;
	row-gap: 5vh;
}

.generic .resultat_cerca {
	width: 48%;
	display: flex;
	align-items: center;
	background-color: whitesmoke;
	padding: 30px;
	border-radius: 10px;
	/* box-shadow: 0px 0px 0px lightgrey; */
}

.resultat_cerca>img {
	width: 45%;
	height: auto;
	object-fit: contain;
}

.generic .resultat_cerca>img {
	width: 35%;
	height: auto;
	object-fit: contain;
}

.resultat_cerca>.info {
	width: 50%;
	align-content: center;
}

.generic .resultat_cerca>.info {
	width: 60%;
}

.resultat_cerca>.info h1 {
	font-size: 70px;
	font-weight: bold;
	color: black;
	line-height: 1;
	margin-bottom: 20px;
}

.generic .resultat_cerca>.info h1 {
	font-size: 50px;
}

.resultat_cerca>.info h2 {
	font-size: 27px;
	color: grey;
	line-height: 1;
	font-weight: 600;
}

.resultat_cerca>.info>div.desc {
	width: 100%;
	display: flex;
	border-top: 1px solid grey;
	margin-top: 40px;
	padding-top: 20px;
	flex-direction: column;
	gap: 10px;
	color: black;
}

.resultat_cerca>.info>div.desc>div {
	display: flex;
	flex-direction: column;
}

.resultat_cerca>.info>div.desc>div>span:nth-child(1) {
	font-weight: 600;
}

.resultat_cerca>.info>a {
	font-size: 20px;
	color: var(--color-principal);
}

.resultat_cerca>.info .cta {
	display: flex;
	gap: 20px;
	margin-top: 40px;
	justify-content: flex-start;
}

.generic .resultat_cerca>.info .cta {
	gap: 10px;
	margin-top: 20px;
}

.resultat_cerca>.info .cta>* {
	width: auto;
	border: 1px solid var(--color-principal);
	border-radius: 100px;
	display: block;
	padding: 10px 30px;
	color: var(--color-principal);
	font-size: 16px;
	cursor: pointer;
}

.resultat_cerca>.info .cta>button {
	background-color: white;
}

.resultat_cerca>.info .cta a.btn {}

.resultat_cerca>.caracs {
	width: 100%;
}

@media screen and (max-width: 1440px) {
	.resultats.basic {
    padding: 10%;
    gap: 25px;
}

	.resultat_cerca {
    flex-direction: column;
    row-gap: 25px;
    align-items: center;
}

	.resultats.generic {}

	.generic #list_productes {}

	.generic .resultat_cerca {}

	.resultat_cerca>img {
    width: 80%;
}

	.generic .resultat_cerca>img {}

	.resultat_cerca>.info {
    width: 100%;
}

	.generic .resultat_cerca>.info {}

	.resultat_cerca>.info h1 {
    font-size: 40px;
    margin-bottom: 0px;
}

	.generic .resultat_cerca>.info h1 {}

	.resultat_cerca>.info h2 {
    font-size: 20px;
}

	.resultat_cerca>.info>div.desc {
    margin-top: 20px;
    font-size: 16px;
}

	.resultat_cerca>.info>div.desc>div {}

	.resultat_cerca>.info>div.desc>div>span:nth-child(1) {}

	.resultat_cerca>.info>a {
    font-size: 16px;
}

	.resultat_cerca>.info .cta {
    margin-top: 20px;
    flex-direction: column;
    text-align: center;
}

	.generic .resultat_cerca>.info .cta {}

	.resultat_cerca>.info .cta>* {}

	.resultat_cerca>.info .cta>button {}

	.resultat_cerca>.info .cta a.btn {}

	.resultat_cerca>.caracs {}

}


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

/* Fitxa subarticle */

.fitxa_subarticle_catalogo {
	position: relative;
}
.banner-container {
	height: 300vh;
	position: relative;
	background-color: black;
}
.fitxa_subarticle_catalogo .banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
	position: sticky;
	background: radial-gradient(circle at bottom,#030323f8 0,#000);
	z-index: 3;
	width: 100%;
	overflow: hidden;
}

.fitxa_subarticle_catalogo .banner .images-anim {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.fitxa_subarticle_catalogo .banner img {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: none;
}

.fitxa_subarticle_catalogo .banner img.active {
	display: block;
}
.fitxa_subarticle_catalogo .banner canvas {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	/* object-fit: cover; */
	/* top: 0; */
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.fitxa_subarticle_catalogo .banner .text#a {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-content: center;
	text-align: center;
	/* filter: contrast(0.5); */
	color: white;
	align-items: center;
	justify-content: center;
	margin-top: 5%;
	font-size: 24px;
	width: 80%;
	max-width: 1500px;
}

.fitxa_subarticle_catalogo .banner .text#b {
	position: absolute;
	left: 0;
	/* top: 50%; */
	/* height: 74vh; */
	z-index: 3;
	align-self: anchor-center;
}

.fitxa_subarticle_catalogo .text h1 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
}

.fitxa_subarticle_catalogo .text p {
	max-width: 800px;
}

.fitxa_subarticle_catalogo h2 {
	color: black;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 20px;
	max-width: 50%;
	/* filter: url(); */
	line-height: normal;
}

.fitxa_subarticle_catalogo .info {
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: center;
}

.fitxa_subarticle_catalogo .info img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.fitxa_subarticle_catalogo .info .text,
.banner .text#b{
	width: 50%;
	color: white;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 100px;
	max-width: 1500px;
	gap: 35px;
	padding-right: 0PX;
}

.fitxa_subarticle_catalogo .info .text h2,
.text#b h2{
	color: white;
	max-width: 100%;
}

.fitxa_subarticle_catalogo .info .text .btns,
.text#b .btns {
	display: flex;
	align-items: center;
	gap: 30px;
}

.fitxa_subarticle_catalogo .galeria {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
}

.fitxa_subarticle_catalogo .galeria .owl-nav {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 24px;
	margin-top: 30px;
}

.fitxa_subarticle_catalogo .encuentra {
	display: flex;
	align-items: center;
	/* background: linear-gradient(white, #00CCC11A); */
	justify-content: center;
	padding: 100px;
	gap: 70px;
}

.fitxa_subarticle_catalogo .encuentra img {
	height: 500px;
}

.fitxa_subarticle_catalogo .encuentra .text {
	color: black;
	font-size: 16px;
	gap: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.fitxa_subarticle_catalogo .encuentra .text h2 {
	max-width: 100%;
	margin: 0px;
}

.fitxa_subarticle {
	display: flex;
	flex-direction: column;
	padding: 5% 10%;
	/* gap: 80px; */
	color: black;
	background: linear-gradient(180deg, lightgrey 0%, white 40%);
}

.fitxa_subarticle #caracs_tec {
	
}

.fitxa_subarticle #caracs_tec table {
	table-layout: fixed;
	border-collapse: collapse;
	border-radius: 10px;
	border-color: white;
	width: 100%;
}

.fitxa_subarticle #caracs_tec table th {
	background-color: var(--color-secundari);
	color: var(--color-text);
}

.fitxa_subarticle #caracs_tec table td {
	padding: 5px 10px;
	background-color: whitesmoke;
}

.info_subarticle {
	display: flex;
	/* height: 60vh; */
	gap: 5%;
	flex-wrap: wrap;
	row-gap: 5vh;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}

.info_subarticle>img {
	width: 30%;
	height: auto;
	object-fit: contain;
}

.info_subarticle>.info {
	width: auto;
}

.info_subarticle>.info h1 {
	font-size: 70px;
	font-weight: bold;
	color: black;
	line-height: 1;
	margin-bottom: 20px;
}

.info_subarticle>.info h2 {
	font-size: 27px;
	color: grey;
	line-height: 1;
	font-weight: 600;
}

.info_subarticle>.info>div.desc {
	width: 100%;
	display: flex;
	border-top: 1px solid grey;
	margin-top: 40px;
	padding-top: 20px;
	flex-direction: column;
	gap: 10px;
	color: black;
}

.info_subarticle>.info>div.desc>div {
	display: flex;
	flex-direction: column;
}

.info_subarticle>.info>div.desc>div>span:nth-child(1) {
	font-weight: 600;
}

.info_subarticle>.info>a {
	font-size: 20px;
	color: var(--color-principal);
}

.info_subarticle>.info .cta {
	display: flex;
	gap: 20px;
	margin-top: 40px;
	justify-content: flex-start;
}

.info_subarticle>.info .cta>* {
	width: auto;
	border: 1px solid var(--color-principal);
	border-radius: 100px;
	display: block;
	padding: 10px 30px;
	color: var(--color-principal);
	font-size: 16px;
	cursor: pointer;
}

.info_subarticle>.info .cta>button {
	background-color: white;
}

.info_subarticle>.info .cta a.btn {}

.info_subarticle>.caracs {
	width: 100%;
}

.fitxa_subarticle .caracs,
.fitxa_subarticle_catalogo .caracs{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	margin-bottom: 80px;
}

.fitxa_subarticle_catalogo .caracs {
	background-color: #F2F2F2;
	color: black;
	width: auto;
	padding: 25px 40px;
	margin: 0 auto;
	max-width: 1500px;
	width: 55%;
	border-radius: 20px;
	margin-top: -50px;
	z-index: 3;
	position: relative;
	margin-bottom: 80px;
}

.fitxa_subarticle .caracs .c,
.fitxa_subarticle_catalogo .caracs .c{
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	border-right: 1px solid lightgrey;
}

.fitxa_subarticle .caracs .c:nth-last-child(1) {
	border: 0px;
}

.fitxa_subarticle_catalogo .caracs .c {
	border-right: 0px;
}

.fitxa_subarticle .caracs .c img,
.fitxa_subarticle_catalogo .caracs .c img {
	height: 50px;
	width: 50px;
	object-fit: contain;
}

.fitxa_subarticle .caracs .c span,
.fitxa_subarticle_catalogo .caracs .c span{
	width: 50%;
	display: block;
	line-height: normal;
}

.fitxa_subarticle_box {
	display: flex;
	flex-direction: column;
}


.fitxa_subarticle_box .title {
	font-size: 25px;
	border-top: 1px solid lightgrey;
	padding: 20px 0px;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-right: 20px;
}

.fitxa_subarticle_box .title:after {
	content: '\f067';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
}

.fitxa_subarticle_box .title.open:after {
	content: '\f068';
}

.fitxa_subarticle_box .content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 50px;
	display: none;
}

.fitxa_subarticle_box h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.fitxa_subarticle_box #files {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.fitxa_subarticle_box #files a {
	width: auto;
	border: 1px solid var(--color-principal);
	border-radius: 100px;
	display: block;
	padding: 8px 20px;
	color: var(--color-principal);
	font-size: 16px;
	cursor: pointer;
	display: flex;
	gap: 10px;
	align-items: center;
}

.fitxa_subarticle_box #files a i {
	font-size: 1.2em;
}

.fitxa_subarticle_box #video {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.fitxa_subarticle_box #video a {
	width: 23%;
	position: relative;
}

.fitxa_subarticle_box #video a>* {
	border-radius: 10px;
}

.fitxa_subarticle_box #video a:before {
	content: '\f144';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffffba;
	background-color: #00000059;
	font-size: 70px;
	font-weight: 600;
	border-radius: 10px;
	transition: 0.3s all;
}

.fitxa_subarticle_box #video a:hover:before {
	color: white;
}

#img_tec {
	border-bottom: 1px solid lightgrey;
}

.fitxa_subarticle_box #img_tec_div .gallery {
	display: flex;
	gap: 2%;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 2vh;
}

.fitxa_subarticle_box #img_tec_div a {
	width: 48%;
	display: block;
}

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

	.fitxa_subarticle_catalogo .banner {
	}
	
	.fitxa_subarticle_catalogo .banner img {
	}
	
	.fitxa_subarticle_catalogo .banner .text {
	}
	
	.fitxa_subarticle_catalogo .text h1 {
	}
	
	.fitxa_subarticle_catalogo .text p {
	}
	
	.fitxa_subarticle_catalogo h2 {
	}
	
	.fitxa_subarticle_catalogo .info {
	}
	
	.fitxa_subarticle_catalogo .info img {
	}
	
	.fitxa_subarticle_catalogo .info .text {
	}
	
	.fitxa_subarticle_catalogo .info .text h2 {
	}
	
	.fitxa_subarticle_catalogo .info .text .btns {
		flex-direction: column;
		display: flex;
		align-items: flex-start;
		gap: 10px;
	}
	
	.fitxa_subarticle_catalogo .encuentra img {
	width: 50%;
	object-fit: contain;
	height: auto;
	}
	
	.fitxa_subarticle_catalogo .encuentra .text {
	width: 50%;
	}

	.fitxa_subarticle_catalogo .caracs {
		width: 80%;
	}

	
	.fitxa_subarticle {
    margin: 0px;
}

.info_subarticle {
    flex-direction: column;
    margin-bottom: 40px;
}

.info_subarticle>img {
    width: 80%;
}

.info_subarticle>.info {
    width: 100%;
}

.info_subarticle>.info h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.info_subarticle>.info h2 {
    font-size: 18px;
}

.info_subarticle>.info>div.desc {}

.info_subarticle>.info>div.desc>div {}

.info_subarticle>.info>div.desc>div>span:nth-child(1) {}

.info_subarticle>.info>a {
    font-size: 18px;
}

.info_subarticle>.info .cta {
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
}

.info_subarticle>.info .cta>* {}

.info_subarticle>.info .cta>button {}

.info_subarticle>.info .cta a.btn {}

.info_subarticle>.caracs {}

.fitxa_subarticle .caracs {
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 25px;
    margin-bottom: 40px;
}

.fitxa_subarticle .caracs .c {
    width: 100%;
    border: 0px;
}

.fitxa_subarticle .caracs .c:nth-last-child(1) {}

.fitxa_subarticle .caracs .c img {}

.fitxa_subarticle .caracs .c span {}

.fitxa_subarticle_box {}

.fitxa_subarticle_box .title {
    font-size: 20px;
}

.fitxa_subarticle_box .title:after {}

.fitxa_subarticle_box .title.open:after {}

.fitxa_subarticle_box .content {}

.fitxa_subarticle_box h4 {
    font-size: 16px;
    /* margin-bottom: 10px; */
}

.fitxa_subarticle_box #files {
    gap: 8px;
    flex-direction: column;
    margin: 10px 0px;
}

.fitxa_subarticle_box #files a {
    width: 100%;
    justify-content: space-between;
}

.fitxa_subarticle_box #files a i {}

.fitxa_subarticle_box #video {
    margin: 10px 0px;
}

.fitxa_subarticle_box #video a {
    width: 100%;
}

.fitxa_subarticle_box #video a>* {}

.fitxa_subarticle_box #video a:before {}

.fitxa_subarticle_box #video a:hover:before {}

#img_tec {}

.fitxa_subarticle_box #img_tec_div {}

.fitxa_subarticle_box #img_tec_div a {
    width: 100%;
}

}

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

	.banner-container {
		height: 500vh;
	}
	.fitxa_subarticle_catalogo .banner {
	}

	.fitxa_subarticle_catalogo .banner canvas {
		height: auto;
	}
	
	.fitxa_subarticle_catalogo .banner img {
	}
	
	.fitxa_subarticle_catalogo .banner .text {
	margin-top: 20%;
	}
	
	.fitxa_subarticle_catalogo .text h1 {
	font-size: 45px;
	}
	
	.fitxa_subarticle_catalogo .text p {
	font-size: 16px;
	}
	
	.fitxa_subarticle_catalogo h2 {
	font-size: 28px;
	}
	
	.fitxa_subarticle_catalogo .info {
	}
	
	.fitxa_subarticle_catalogo .info img {
	}
	
	.fitxa_subarticle_catalogo .info .text {
	width: 100%;
	padding: 10%;
	gap: 25px;
	}
	
	.fitxa_subarticle_catalogo .info .text h2 {
	}
	
	.fitxa_subarticle_catalogo .info .text .btns {
	}
	
	.fitxa_subarticle_catalogo .encuentra img {
	width: 100%;
	height: auto;
	}
	
	.fitxa_subarticle_catalogo .encuentra .text {
	width: 100%;
	align-items: center;
	text-align: center;
	}

	.fitxa_subarticle_catalogo .caracs {
	flex-wrap: wrap;
	gap: 1%;
	width: 90%;
	row-gap: 20px;
	justify-content: space-between;
	padding: 25px;
	margin-top: 5%;
	}
	.fitxa_subarticle_catalogo .caracs .c {
		width: 47%;
	}

	.fitxa_subarticle_catalogo .encuentra {
		flex-direction: column;
		padding: 50px;
		gap: 20px;
	}

	.fitxa_subarticle_catalogo .banner .text#a {
		margin-top: 10%;
	}

	.fitxa_subarticle_catalogo .info .text h2, .text#b h2 {
		margin: 0px;
	}

	.fitxa_subarticle_catalogo .banner .text#b {
		width: 100%;
		padding: 10%;
		margin: 0px;
		gap: 10px;
	}
	.fitxa_subarticle_catalogo .info .text .btns, .text#b .btns {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
		width: 100%;
	}
}


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

/* PLANTILLA GENERICA */

.generica {
	background-color: whitesmoke;
	padding: 20px 5%;
	color: black;
	padding-bottom: 110px;
	position: relative;
}

.generica .breadcrumbs {
	margin-bottom: 60px;
}

.generica .content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* height: 100%; */
}

.generica .content h1 {
	margin: 0px;
	line-height: 1;
	font-size: 70px;
	font-weight: bold;
}

.generica .content h2 {
	margin: 0px;
	line-height: normal;
	font-style: italic;
	font-size: 40px;
}

.generica .content div {
	width: 100%;
	font-size: 16px;
	margin-top: 50px;
}

.generica .fills {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	row-gap: 30px;
	margin-top: 60px;
}
.generica.catalegs .fills {
	/* justify-content: center; */
}

.generica .item {
	display: flex;
	width: 18.4%;
	border-radius: 15px;
	box-shadow: 1px 1px 10px lightgrey;
	/* padding: 30px; */
	color: grey;
	gap: 0px;
	background-color: white;
	overflow: hidden;
	align-items: center;
	padding: 20px;
}

.generica .item img {
	height: 45px;
	width: 45px;
	object-fit: contain;
}
.generica.catalegs .item img {
	height: auto;
	width: auto;
	position: relative;
}

.generica .item h3 {
	width: 100%;
	line-height: normal;
	font-size: 20px;
	padding: 30px;
}

@media screen and (max-width: 1440px) {
	
	.generica {
	}
	
	.generica .breadcrumbs {
	margin-bottom: 30px;
	}
	
	.generica .content {
	}
	
	.generica .content h1 {
	font-size: 40px;
	}
	
	.generica .content h2 {
		font-size: 30px;
	}
	
	.generica .content div {
	}
	
	.generica .fills {
	margin-top: 30px;
	}
	
	.generica .item {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px;
	}
	.generica.catalegs .item{
		width: 15%;
		flex-direction:column;
	}
	
	.generica.catalegs .item img {
	}
	
	.generica .item h3 {
		font-size: 13px;
	}
}

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


/* -- BLOG -- */

.blog {
	display: flex;
	flex-direction: column;
	color: black;
	background-color: whitesmoke;
	align-items: center;
}
.blog .custom-loader {
	position: absolute;
	width: 90%;
	height: calc(100% - 80px);
	display: flex;
	display: none;
	justify-content: center;
	align-items: center;
	left: 0px;
	top: 0px;
	background-color: #f5f5f580;
	margin: 30px 5%;
	border-radius: 30px;
}

.blog .sortbyclicks .custom-loader {
	background-color: #ffffff99;
}

.blog .custom-loader::before {
	content: '';
	width:50px;
	height:50px;
	border-radius:50%;
	background:conic-gradient(#0000 10%,var(--color-principal));
	-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
	animation:s3 1s infinite linear;
	display: block;
}
@keyframes s3 {to{transform: rotate(1turn)}}
.blog .custom-loader.show {
	display: flex;
}

.blog .btn {
	width: auto;
	margin-bottom: 50px;
}

.blog h1 {
	font-size: 60px;
	font-weight: bold;
	margin: 4% 0px;
	line-height: 1;
	width: 100%;
	text-align: center;
}

.blog h2 {
	font-size: 50px;
	padding: 0 10%;
	color: black;
	width: 100%;
	padding-top: 5%;
}

.blog div.loadmore {
	width: 100%;
	display: flex;
	justify-content: center;
}

.blog .sortbyclicks + .loadmore {
	background-color: white;
}

.blog h2#sortbyclicksheader {
	background-color: white;
}

.blog .llistat {
	display: flex;
	flex-direction: row;
	gap: 2%;
	flex-wrap: wrap;
	padding: 30px 10%;
	row-gap: 4vh;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}

.blog .destacat {
	display: flex;
	align-items: center;
	padding: 0 10%;
}

.blog .llistat.sortbyclicks {
	background-color: white;
}

.blog .llistat .slide {
	width: 32%;
	border-radius: 30px;
	background-color: white;
	padding-bottom: 30px;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.blog .llistat.sortbyclicks .slide {
	background-color: whitesmoke;
}

.blog .llistat.destacat .slide {
	flex-direction: row;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0px;
}

.blog .llistat.destacat .slide img {
	padding: 0px;
	border-radius: 0px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.blog .llistat .slide img {
	width: 100%;
	padding-bottom: 20px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
}

.blog .llistat .slide > *:not(img) {
	padding: 0 30px;
	width: 100%;
	display: block;
}

.blog .llistat .slide > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.blog .llistat.destacat .slide > div {
	padding: 0 4%;
}

.blog .llistat .slide .data {
	color: grey;
}

.blog .llistat .slide .titol {
	font-size: 30px;
	
}

.blog .llistat .slide .btn {
	background-color: var(--color-principal);
	width: auto;
	padding: 5px 20px;
	margin: 0px;
	margin-top: 20px;
}

@media screen and (max-width: 1440px) {
	.blog .btn {
    width: 100%;
    margin: 0 10%;
    margin-bottom: 30px;
}
	.blog h1 {
    padding: 30px 10%;
    font-size: 40px;
    margin: 0px;
    text-wrap-style: pretty;
    text-align: left;
}
	.blog h2 {
    padding: 0 10%;
    padding-top: 30px;
    line-height: normal;
    font-size: 28px;
    text-align: center;
}
	.blog .llistat {
    flex-direction: column;
    padding: 30px 10%;
}
	.blog .llistat .slide {
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
}
	.blog .llistat.destacat .slide {
    flex-direction: column;
}
	.blog .llistat.destacat .slide img {
	border-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}
	.blog .llistat .slide img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
	.blog .llistat .slide > div {
    gap: 10px;
    padding: 0px 20px;
}
	.blog .llistat.destacat .slide > div {
    padding: 20px;
}
	.blog .llistat .slide .titol {
    line-height: 1;
    font-size: 24px;
}
}
/* ---------- */

/* ---- SINGLE BLOG ---- */

.single_blog {
	padding: 0px;
	display: flex;
	height: 100%;
	align-items: flex-start;
}

.single_blog > div {
	max-width: 65%;
	width: 100%;
}

.single_blog .content {
	padding: 50px 2%;
	gap: 20px;
	position: relative;
	display: flex;
	justify-content: flex-start;
}

.single_blog .images {
	position: sticky;
	padding-top: 50px;
	width: 33%;
}

.single_blog .breadcrumb {
	margin-top: 0px !important;
}

.single_blog img {
	width: 100%;
	/* object-fit: cover; */
	/* height: 100%; */
}

@media screen and (max-width: 1440px) {
	.single_blog {flex-direction: column;}
	
	.single_blog > div {max-width: 100%;}
	
	.single_blog .content {width: 100%;padding: 30px 10%;}
	
	.single_blog .content h1 {
		font-size: 28px;
	}
}

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

/* EMPRESA */

.empresa {
	background-color: white;
	padding: 0px;
	color: black;
	font-size: 16px;
}

.empresa h2 {
	color: black;
	font-style: normal !important;
	font-weight: bold;
	font-size: 40px;
	line-height: normal;
	/* margin-bottom: 30px; */
}

.empresa .breadcrumbs {
	/* margin-bottom: 50px; */
	margin: 20px 5%;
	margin-bottom: 0px;
}

.empresa .shortcuts {
	display: flex;
	padding: 20px 5%;
	position: sticky;
	top: 0%;
	background-color: white;
	gap: 2%;
	z-index: 200;
}

.empresa .shortcuts a {
	display: flex;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 100px;
	transition: 0.2s all;
	border: 1px solid var(--color-secundari);
	color: var(--color-secundari);
}

.empresa .shortcuts a:hover {
	background-color: var(--color-secundari);
	color: white;
}

.empresa .conocenos {
	display: flex;
	padding: 0 10%;
	gap: 5%;
	align-items: center;
	padding-top: 5%;
}

.empresa .conocenos .c {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.empresa .conocenos img {
	width: 40%;
	border-radius: 30px;
}

.empresa .conocenos .content {
	width: 60%;
}

.empresa .filosofia {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5% 10%;
	gap: 30px;
	/* background: linear-gradient(0deg, rgba(255, 255, 255, 0) 25%, rgb(1 70 128 / 14%) 50%, rgba(255, 255, 255, 0) 75%); */
	padding-bottom: 0px;
}

.empresa .filosofia > .fills {
	display: flex;
	gap: 5%;
	margin: 0px;
	width: 100%;
}

.empresa .filosofia .fills .col {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	align-items: flex-start;
	padding: 60px 30px;
	border-radius: 10px;
	box-shadow: 0px 3px 6px lightgrey;
	gap: 20px;
	width: 30%;
	background-color: white;
}

.empresa .filosofia .fills .col h3 {
	font-size: 30px;
}

.empresa .filosofia .fills .col img {
	height: 45px;
	width: auto;
}

.empresa .contacto {
	position: relative;
	padding-top: 5%;
}

.empresa .contacto img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.empresa .contacto div {
	position: absolute;
	bottom: 30px;
	right: 30px;
	background-color: var(--color-secundari);
	padding: 30px;
	color: white;
	border-radius: 20px;
}

.empresa .politica {
	padding: 5% 10%;
	background-color: whitesmoke;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	/* padding-bottom: 0px; */
}

.empresa .politica:has(+ .politica) {
	padding-bottom: 0px;
}

.empresa .politica .files {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.empresa .politica .files .file {
	color: var(--color-principal);
	border: 1px solid var(--color-principal);
	padding: 10px 20px;
	border-radius: 100px;
	transition: 0.2s;
}

.empresa .politica .files .file:hover {
	background-color: var(--color-principal);
	color: white;
}

.empresa .banner {
	padding: 30px 10%;
	display: flex;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.empresa .trabaja {
	display: flex;
	flex-direction: column;
	padding: 5% 10%;
	align-items: center;
	gap: 70px;
	background: linear-gradient(0deg, transparent, #01468217, white);
}

.empresa .trabaja > div {
	width: 100%;
}

.empresa .trabaja > .cols {
	display: grid;
	row-gap: 20px;
	justify-content: space-between;
	grid-template-columns: 49% 50%;
}

.empresa .trabaja > .cols > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: white;
	border-radius: 20px;
	padding: 30px;
	height: 100%;
	gap: 30px;
	align-self: stretch;
}

.empresa .trabaja > .cols h3 {
	font-size: 30px;
	line-height: normal;
}

.empresa .trabaja > .cols div {
	height: 100%;
}

.empresa .trabaja > .cols button {
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 20px;
	background-color: var(--color-principal);
	color: white;
	cursor: pointer;
}

.empresa .taulas {
	padding-top: 20px;
	border-top: 1px solid lightgrey;
}

.empresa .taula {
	gap: 10px;
	display: flex;
	flex-direction: column;
	line-height: normal;
}

.empresa .taula .h {
	width: 100%;
	display: flex;
	color: var(--color-principal);
	font-weight: bold;
	padding: 0 20px;
	margin-bottom: 10px;
}

.empresa .taula .c {
	display: flex;
	background-color: white;
	padding: 20px;
	flex-direction: column;
	gap: 20px;
	box-shadow: 0px 1px 1px 0px #d5d5d5;
	/* border: 1px solid lightgrey; */
}

.empresa .taula .col1 {
	width: 50%;
}

.empresa .taula .col2 {
	width: 50%;
}

.empresa .taula .colspan {
	width: 100%;
	display: flex;
}

.empresa .international {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* background: linear-gradient(0deg, rgba(255, 255, 255, 0) 25%, rgb(1 70 128 / 14%) 50%, rgba(255, 255, 255, 0) 75%); */
	padding-bottom: 0px;
	gap: 30px;
}

.empresa .international h2 {
	color: black;
	font-style: normal !important;
	font-weight: bold;
	font-size: 40px;
	line-height: normal;
	padding: 5% 10%;
	width: 100%;
	text-align: center;
	padding-bottom: 0;
}

.empresa .international .mapa {
	position: relative;
	width: 100%;
}

.international .buttons {
	position: absolute;
	right: 40px;
	top: 40px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1;
	align-items: flex-end;
}

.international .buttons button {
	display: flex;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 100px;
	transition: 0.2s all;
	border: 1px solid var(--color-secundari);
	color: var(--color-secundari);
	cursor: pointer;
	background-color: white;
}

.international .buttons button:hover,
.international .buttons button.active{
	background-color: var(--color-secundari);
	color: white;
}

#form_traballa {padding: 50px;display: flex;flex-direction: column;gap: 20px;}

#form_traballa h2 {
	line-height: normal;
	font-size: 30px;
}

#frm_trabaja {display: flex;flex-direction: column;align-items: flex-start;gap: 15px;font-size: 16px;}

#frm_trabaja .field {width: 100%;}

#frm_trabaja .double {width: 100%;display: flex;gap: 10px;}

#frm_trabaja .double .field {
	width: 50%;
}

#frm_trabaja .field input {
	background-color: whitesmoke;
	border-radius: 100px;
}
#frm_trabaja .field input[type="file"] {
	background-color: transparent;
	border-radius: 0px;
	padding: 0px;
}

#frm_trabaja textarea {
	background-color: whitesmoke;
	border-radius: 15px;
}

#frm_trabaja .wrap_btn {margin-top: 10px;}

#frm_trabaja .wrap_btn button {text-transform: uppercase;padding: 10px 30px;border-radius: 20px;background-color: var(--color-principal);color: white;cursor: pointer;}

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

	.empresa h2 {
    font-size: 30px;
}

	.empresa .breadcrumbs {
    margin: 20px 10%;
}

	.empresa .shortcuts {
    display: none;
}

	.empresa .conocenos {
    flex-direction: column-reverse;
    gap: 30px;
    padding-top: 10%;
}

	.empresa .conocenos img {
    width: 100%;
    border-radius: 0px;
}

	.empresa .filosofia {
    padding: 10%;
    gap: 10px;
}

	.empresa .filosofia > .fills {
    flex-direction: column;
    gap: 30px;
}

	.empresa .filosofia .fills .col {
    width: 100%;
    padding: 30px;
    font-size: 16px;
}

	.empresa .filosofia .fills .col h3 {
    font-size: 24px;
}

	.empresa .filosofia .fills .col img {
    height: 30px;
}

	.empresa .contacto div {
    bottom: 0px;
    right: 0px;
    width: 100%;
    border-radius: 0px;
    background-color: #014682e0;
}

	.empresa .politica {
    padding: 10%;
    font-size: 16px;
}

	.empresa .politica .files {
    flex-direction: column;
}

	.empresa .politica .files .file {width: 100%;}

	.empresa .banner {
    padding-bottom: 0px;
}

	.empresa .trabaja {
    gap: 30px;
    padding: 10%;
}

	.empresa .trabaja > .cols {
    /* flex-direction: column; */
    grid-template-columns: 100%;
}

	.empresa .taula .col1 {
    width: 100%;
}

	.empresa .taula .col2 {
    display: none;
}

	#form_traballa {
		padding: 25px;
	}

	#frm_trabaja .double {
		flex-direction: column;
	}

	#frm_trabaja .double .field {
		width: 100%;
	}

}

/* ------- */

/* --- CATEGORIAS / MODULAR --- */

.categories {color: black;font-size: 16px;text-wrap-style: pretty;}
.categories .title {margin: 0px;font-size: 70px;text-align: center;padding: 50px 5%;font-weight: bold;background-color: #282827;color: white;}
.categories .sections {display: flex;flex-direction: column;}

.modular {
	display: flex;
	max-width: 80%;
	margin: 0 auto;
}

.modular h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: normal;
	color: black;
	font-style: normal !important;
}
.modular h3 {font-size: 20px;font-weight: normal;font-style: italic;line-height: normal;}

.modular.accordion {
	
}
.modular.accordion .item {

}
.modular.accordion .title {

}
.modular.accordion .content {

}

.modular.catalogo {
	flex-direction: column;
	padding: 50px 10%;
	background-color: #282828;
	color: white;
}
.modular.catalogo h2 {color: white;}
.modular.catalogo .content {display: flex;flex-wrap: wrap;gap: 2%;row-gap: 30px;}
.modular.catalogo .columna {display: flex;flex-direction: column;width: 23%;gap: 15px;align-items: flex-start;border-radius: 25px;padding: 20px;position: relative;}
.modular.catalogo .columna h3 {font-style: normal;font-weight: bold;}
.modular.catalogo .columna img {/* width: 80%; */}
.modular.catalogo .columna .back {/* width: 80%; */}
.modular.catalogo .columna span {/* text-align: center; */}

.modular.columnas {
	flex-direction: column;
	padding: 5% 0;
	gap: 10px;
}
.modular.columnas h2 {

}
.modular.columnas > span {

}
.modular.columnas .content {display: flex;flex-wrap: wrap;justify-content: space-between; gap: 1%;row-gap: 20px;margin-top: 20px;}
.modular.columnas .columna {width: 24%;display: flex;flex-direction: column;gap: 20px;}
.modular.columnas .columna img {
	border-radius: 10px;
}
.modular.columnas .columna .back {

}
.modular.columnas .columna h3 {font-weight: bold;font-style: normal;}
.modular.columnas .columna > div {display: flex;flex-direction: column;gap: 10px;}
.modular.columnas .columna > div > div {

}

.modular.info_img {
	padding-top: 5%;
	gap: 5%;
	/* max-width: 1920px; */
	margin: 0 auto;
}
.modular.info_img .content {width: 60%;display: flex;flex-direction: column;gap: 30px;line-height: normal;}
.modular.info_img .content h2 {
    /* font-size: 25px; */
}
.modular.info_img .content h3 {
    font-size: 16px;
}
.modular.info_img .content div {

}
.modular.info_img .carrousel {
	width: 40%;
}
.modular.info_img .carrousel img {
}
.modular.info_img .slick-list{
	border-radius: 30px;
}

@media screen and (max-width: 1440px) {
	.modular.info_img .slick-list{
	border-radius: 0px;
}
	.categories {font-size: 14px;}
	.categories .title {
	font-size: 40px;
	padding: 20px 5%;
	text-align: left;
	}
	.categories .sections {
	
	}
	
	.modular {
	flex-direction: column;
	}
	
	.modular.accordion {
		
	}
	.modular.accordion .item {
	
	}
	.modular.accordion .title {
	
	}
	.modular.accordion .content {
	
	}
	
	.modular.catalogo {
		
	}
	.modular.catalogo .content {
	
	}
	.modular.catalogo .columna {
	
	}
	.modular.catalogo .columna h3 {
	
	}
	.modular.catalogo .columna img {
	
	}
	.modular.catalogo .columna .back {}

	.modular.columnas .columna .back {

	}
	.modular.catalogo .columna span {
	
	}
	
	.modular.columnas {
		padding: 10% 0;
	}
	.modular.columnas h2 {
	font-size: 25px;
	}
	.modular.columnas > span {
	
	}
	.modular.columnas .content {
	gap: 5%;
	row-gap: 20px;
	}
	.modular.columnas .columna {
	width: 47%;
	}
	.modular.columnas .columna img {
	
	}
	.modular.columnas .columna h3 {
	font-size: 16px;
	}
	.modular.columnas .columna > div {
	
	}
	.modular.columnas .columna > div > div {
	
	}

	.modular.info_img {
		padding-top: 10%;
		gap: 30px;
		margin-bottom: 25px;
	}
	.modular.info_img .content {
		width: 100%;
		padding: 0 0%;
	}
	.modular.info_img .content h2 {
		font-size: 25px;
	}
	.modular.info_img .content h3 {
	
	}
	.modular.info_img .content div {
	
	}
	.modular.info_img .carrousel {
		width: 100%;
	}
	.modular.info_img .carrousel img {
	
	}
}


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

footer .logo_footer {
	max-width: 340px;
	margin: 0px auto;
	display: block;

}

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

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

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

footer,
footer a {
	/* color: #808080; */
	/* text-decoration: none; */
	font-size: 16px;
	line-height: 1;
}

footer .top {
	display: flex;
	background: var(--color-secundari);
	color: #fff;
	padding: 50px 5%;
	/* padding-bottom: 10px; */
	width: 100%;
	justify-content: space-between;
}

footer img {
	height: 100px;
	width: auto;
}

footer .top>div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

footer .top>div>div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* gap: 15px; */
}

footer .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}

footer .info .addr {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

footer .info a {
	margin-bottom: 10px;
}



footer .cta_contact {
	color: var(--color-principal);
	background-color: white;
	padding: 15px 20px;
	border-radius: 100px;
	text-transform: uppercase;
}

footer .info .cta_contact {
	margin: 15px 0px;
	margin-bottom: 25px !important;
}

footer .newsletter .cta_contact {
	margin: 25px 0px;
	margin-bottom: 25px !important;
}

footer .links a {
	margin-bottom: 15px;
}

footer .bottom {
	/* text-align: center; */
	padding: 10px 5%;
	width: 100%;
	background: var(--color-footer-copyright);
	color: var(--color-font-footer-copyright);
	display: flex;
	justify-content: space-between;
	color: white;
	background-color: black;
	border-top: 1px solid;
}

footer .xarxes img {
	filter: invert(1);
	width: 20px;
	height: 20px;
}

.menu_footer {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin: 35px 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 25px 0px;
	flex-wrap: wrap;
}

.menu_footer .box {
	display: flex;
	flex-direction: column;
	color: #fff;

}

.menu_footer .box b {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.menu_footer .box a {
	color: #fff;
	margin-bottom: 5px;
}

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

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

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

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

.menu_footer .box {
	margin: 0px 5%;
}


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


/* --- Estils configurador part publica --- */
.caixa_general_configurador {
	width: 100%;
}

.caixa_general_configurador .caixa_interior_configurador {
	margin: 0 auto;
	display: flex;
	position: relative;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: flex-end;
	background-color: whitesmoke;
}

.caixa_general_configurador #content_left_configurador {
	width: 70%;
	background-color: white;
	padding: 4%;
	position: relative;
}

#content_left_configurador #content_titol {
	display: flex;
	flex-direction: column;
	color: black;
	line-height: normal;
	font-size: 16px;
	align-items: flex-start;
	margin-bottom: 50px;
}

#content_left_configurador #content_titol>div {}

#content_left_configurador #content_titol>span {
	opacity: 0.3;
	margin-top: 30px;
	margin-bottom: 20px;
}

#content_left_configurador #content_titol>a {
	background-color: black;
	text-decoration: none;
	color: white;
	padding: 10px 40px;
	border-radius: 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

#content_left_configurador h2 {
	font-size: 25px;
	color: black;
	font-weight: bold;
	line-height: normal;
	width: auto;
}

.configurador_avanzado #content_left_configurador h2 {
	font-size: 40px;
}

#content_left_configurador .btn {
	width: 15%;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}

#conf_buttons {
	display: flex;
	width: 100%;
	gap: 20px;
}

#conf_buttons .btn {
	width: auto;
}

#conf_buttons .btn:not(.primary) {
	border: 1px solid black;
}

#content_left_configurador #productos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}



#content_left_configurador #productos>div {
	display: flex;
	gap: 1%;
	flex-wrap: wrap;
	row-gap: 1vh;
}

#content_left_configurador #productos>div h3 {
	width: 100%;
	font-style: italic;
}

#content_left_configurador #productos>div>h3 {
	width: 100%;
	font-style: normal;
	color: var(--color-secundari);
	font-size: 20px;
	margin: 15px 0px;
}

#content_left_configurador #productos .product {
	display: flex;
	width: 19%;
	flex-direction: column;
	padding: 25px;
	color: white;
	border-radius: 15px;
	background-size: 100% 100%;
	gap: 0px;
	transition: 0.1s all;
	cursor: pointer;
	background-repeat: no-repeat;
}

#content_left_configurador #productos:has(.active) .product {
	opacity: 0.5;
}

#content_left_configurador #productos .product.active {
	opacity: 1;
}

#content_left_configurador #productos .product img {
	margin-bottom: 10px;
}

#content_left_configurador #productos .product span {
	text-transform: uppercase;
	font-size: 10px;
}

#content_left_configurador #productos .product h3 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: normal;
}

#content_left_configurador #productos .product div {
	font-size: 10px;
	margin-top: 10px;
}

#content_left_configurador #tamano {
	padding: 1px;
}

#content_left_configurador #tamano>div {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin-top: 25px;
}

#content_left_configurador #tamano>div>div {
	display: flex;
	gap: 50px;
	align-items: center;
}

#content_left_configurador #tamano>div>div img {
	width: 15%;
	padding: 20px;
}

#content_left_configurador #tamano>div>div>div {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 2%;
	row-gap: 10px;
}

#content_left_configurador #tamano .inches {
	display: flex;
	width: 15%;
	border: 1px solid lightgrey;
	border-radius: 15px;
	padding: 25px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	position: relative;
	transition: 0.1s all;
	cursor: pointer;
}

#content_left_configurador #tamano .inches:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	left: 10px;
	bottom: 10px;
	border-left: 2px solid var(--color-principal);
	border-bottom: 2px solid var(--color-principal);
}

#content_left_configurador #tamano .inches:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	right: 10px;
	top: 10px;
	border-right: 2px solid var(--color-principal);
	border-top: 2px solid var(--color-principal);
}

#content_left_configurador #tamano .inches.active {
	background-color: var(--color-principal);
	color: white;
}

#content_left_configurador #tamano .inches.active:before,
#content_left_configurador #tamano .inches.active:after {
	color: white;
	border-color: white;
}

#content_left_configurador #sensor {
}

#content_left_configurador #sensor>div {
	display: flex;
	gap: 1%;
	flex-wrap: wrap;
	margin-top: 25px;
}

#content_left_configurador #sensor>div>div {
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid lightgrey;
	gap: 15px;
	font-size: 16px;
	position: relative;
	color: black;
	transition: 0.1s;
	cursor: pointer;
}

#content_left_configurador #sensor>div>div img {
	height: 45px;
	width: auto;
}

#content_left_configurador #sensor>div>div h3 {
	/* height: 100%; */
	font-size: 20px;
	color: var(--color-principal);
	line-height: normal;
}

#content_left_configurador #sensor>div>div i {
	align-self: end;
	font-size: 30px;
	color: var(--color-principal);
	height: 100%;
	display: flex;
	align-items: flex-end;
}

#content_left_configurador #sensor .active {
	background-color: var(--color-principal);
	color: white;
}

#content_left_configurador #sensor .active * {
	color: white;
}

#content_left_configurador #sensor .active img {
	filter: invert(1);
}

.anchors {
	display: flex;
	position: sticky;
	left: 0;
	bottom: 0;
	padding: 20px 20%;
	width: 70%;
	border-top: 2px solid whitesmoke;
	align-items: center;
	background-color: white;
	gap: 40px;
	justify-content: space-between;
	z-index: 1;
}

.anchors:before {
	content: '';
	background-color: white;
	position: absolute;
	height: 0px;
	border-top: 2px dashed var(--color-principal);
	left: 30%;
	width: 40%;
}

.anchors>* {
	color: black;
	border-radius: 50px;
	box-shadow: 0px 1px 5px 0px grey;
	padding: 5px 20px;
	position: relative;
	z-index: 2;
	background-color: white;
}

.anchors>*.active {
	background-color: var(--color-principal);
	color: white;
}




.caixa_general_configurador .content_right_configurador {
	width: 30%;
	color: #2F2F2F;
	border-radius: 0px;
	padding: 4%;
	position: sticky;
	top: 0;
	font-size: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.caixa_general_configurador .content_right_configurador>div {
	width: 100%;
}

.caixa_general_configurador .content_right_configurador .bloc_lat {
	display: flex;
	flex-direction: column;
}

.caixa_general_configurador .form_send {
	background-color: var(--color-principal);
	border: 0px;
	color: white;
	padding: 10px 20px;
	border-radius: 25px;
	margin-top: 40px;
	transition: 0.2s all;
	cursor: pointer;
}

.form_send.disabled {
	opacity: 0.4;
	cursor: default;
}

.caixa_general_configurador .content_right_configurador .titol_bloc_lat {
	font-size: 25px;
	font-weight: bold;
	line-height: normal;
	border-bottom: 1px solid lightgray;
	padding-bottom: 30px;
}

.caixa_general_configurador .content_right_configurador .settings {
	display: flex;
	flex-direction: column;
}

.caixa_general_configurador .content_right_configurador .settings>div {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid lightgrey;
	padding-bottom: 15px;
	line-height: 1;
	padding-top: 15px;
	opacity: 1;
	height: auto;
}

.caixa_general_configurador .content_right_configurador .settings>div.disabled {
	opacity: 0;
	height: 0;
	padding: 0;
	border-bottom: 0;
}

.caixa_general_configurador .content_right_configurador .settings>div>div {
	border: 0px;
	background-color: transparent;
	text-align: end;
	font-size: 16px;
	resize: none;
	width: 50%;
}

.caixa_general_configurador .content_right_configurador .settings>div label {
	font-weight: bold;
	line-height: normal;
	width: 50%;
}

.caixa_general_configurador .content_right_configurador .btn {
	margin-top: 40px;
	width: 70%;
	text-align: center;
}

#search_result_btn {
	background-color: transparent;
	border: 1px solid var(--color-principal);
	color: var(--color-principal) !important;
	margin-top: 20px;
	transition: 0.3s opacity;
	display: block;
	opacity: 1
}

#search_result_btn.hidden {
	display: none;
	opacity: 0;
}

.settings .frases {
	margin-top: 10px;
	font-style: italic;
	text-align: center;
}

.settings .frases#rellene_txt {
	margin-bottom: 20px;
}

.settings .frases.disabled {
	display: none;
}

#content_left_configurador .titol_passos_config {
	color: black;
	font-size: 70px;
	line-height: 1;
	margin-bottom: 50px;
}

#content_left_configurador .div_familia {
}

#content_left_configurador .bloc_lat {
	border-top: 1px solid lightgrey;
	padding-top: 15px;
	font-weight: bold;
	font-size: 22px;
}

#content_left_configurador .titol_bloc_lat>div:not(.content_grup) {
	display: flex;
	flex-direction: column;
	width: 50%;
}

#content_left_configurador .titol_bloc_lat>div span:nth-child(2) {
	font-weight: normal;
	font-size: 16px;
}


#content_left_configurador .caixa_grup_amb_filtres {
	margin-bottom: 30px;
}

#content_left_configurador .caixa_grup_subarticles_configurador .caixa_single_filtre_configurador {
	color: #A2A2A2;
	font-size: 16px;
	font-weight: 300;
	display: flex;
	margin-bottom: 10px;
	gap: 8px;
	align-items: center;
}

#content_left_configurador .caixa_grup_subarticles_configurador .caixa_single_filtre_configurador input[type="text"] {
	padding: 5px;
	line-height: normal;
	border-radius: 5px;
	width: 100px;
	font-size: 16px;
}

#content_left_configurador .caixa_grup_subarticles_configurador .caixa_single_filtre_configurador .input-lg {
	cursor: pointer;
	margin: 0;
}

#content_left_configurador .caixa_grup_subarticles_configurador .caixa_single_filtre_configurador:has(:checked) {
	color: #005DAA;
}

#content_left_configurador .tr_article.tr_checked {
	background-color: var(--color-principal);
	color: white;
}

#content_left_configurador .tr_article.tr_checked:has(input) {
}

#content_left_configurador .caixa_docs_descargables {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	row-gap: 5px;
}

#content_left_configurador .caixa_docs_descargables a {
	color: #2f2f2f;
	width: 49%;
	text-wrap-style: pretty;
}

#content_left_configurador .caixa_taula_quantitats_i_preus {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5vh;
	margin-top: 5vh;
	gap: 4%;
}

#content_left_configurador .caixa_taula_quantitats_i_preus .estil_radio {
	width: 22%;
	margin-bottom: 10px;
	border: 0.5px solid #A2A2A2;
	color: #A2A2A2;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	text-align: center;
}

#content_left_configurador .caixa_taula_quantitats_i_preus .estil_radio.quantitat_seleccionada {
	border: 2px solid var(--color-principal);
	color: var(--color-principal);
}

#content_left_configurador .caixa_taula_quantitats_i_preus .estil_radio input[type=radio] {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	white-space: nowrap;
}

#content_left_configurador .caixa_taula_quantitats_i_preus .estil_radio .custom_number {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1;
	width: 100%;
	padding: 10px;
	transition: 0.5s all ease-in-out;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 0.5px solid #A2A2A2;
	color: #A2A2A2;
	border-radius: 0px 0px 10px 10px;
	border-top: 0px;
	opacity: 0;
}

#content_left_configurador .caixa_taula_quantitats_i_preus .estil_radio .custom_number.active {
	top: 100%;
	opacity: 1;
}

#content_left_configurador .caixa_taula_quantitats_i_preus .estil_radio input#unidades_personalizadas {
	border: 0px;
	width: 65%;
	background-color: #f3f3f3f3;
	border-radius: 5px;
	padding: 0 8px;
	text-align: center;
}

#content_left_configurador .caixa_taula_quantitats_i_preus .estil_radio label {
	cursor: pointer;
}

#content_left_configurador .caixa_taula_quantitats_i_preus .desc_possibles_quantitats {
	padding: 8px;
	position: relative;
	z-index: 5;
	background-color: white;
	border-radius: 10px;
	font-size: 16px;
}

#content_left_configurador .caixa_num_pagines {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
	gap: 10px;
}

#content_left_configurador .caixa_num_pagines select {
	width: 100%;
	border: none;
	background-color: #F4F4F4;
	padding: 5px;
}

.ui-tooltip {
	padding: 10px 20px;
	color: black;
	border-radius: 20px;
	width: fit-content;
	font-size: 14px;
}

@media screen and (max-width: 1440px) {
	.caixa_general_configurador .caixa_interior_configurador {
    flex-direction: column-reverse;
}
	.caixa_general_configurador #content_left_configurador {
    width: 100%;
    padding: 5%;
}

	#content_left_configurador #content_titol > a {
    width: 100%;
}
	#content_left_configurador #productos > div {
    row-gap: 15px;
    padding-right: 1px;
}
	#content_left_configurador #productos > div > h3 {
    margin-bottom: 0px;
}
	#content_left_configurador #productos .product {
    width: 100%;
    flex-direction: row;
    gap: 5%;
    background-position-y: bottom;
    background-size: 150%;
}
	#content_left_configurador #productos .product img {
    width: 50%;
    margin: 0px;
}
	#content_left_configurador #productos .product div {
    margin: 0px;
}
	#content_left_configurador #tamano > div > div {
    gap: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
	#content_left_configurador #tamano > div > div img {
    width: 30%;
    padding: 0px;
}
	#content_left_configurador #tamano .inches {
    width: 32%;
}
	#content_left_configurador #sensor > div {
    gap: 15px;
}
	#content_left_configurador #sensor > div > div {
    width: 99%;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    display: flex;
    align-items: center;
}
	#content_left_configurador #sensor > div > div img {width: 14%;height: auto;}
	#content_left_configurador #sensor > div > div h3 {
    width: 80%;
    font-size: 18px;
}
	#content_left_configurador #sensor > div > div i {
    height: auto;
}

	.anchors {
    display: none;
}
	.caixa_general_configurador .content_right_configurador {
    width: 100%;
    position: relative;
    padding: 10%;
}
	.caixa_general_configurador .content_right_configurador .titol_bloc_lat {
    text-align: center;
    padding-bottom: 15px;
}
	.caixa_general_configurador .content_right_configurador .btn {
    width: 100%;
    margin-top: 20px;
}
	#search_result_btn.hidden {
    width: 100%;
}
	#content_left_configurador .titol_passos_config {
    font-size: 40px;
    margin-bottom: 25px;
}

	#content_left_configurador #content_titol {
	margin-bottom: 25px;
	}
	
	.configurador_avanzado #content_left_configurador h2 {
		margin-bottom: 0px;
		font-size: 40px;
	}

}

/* --- Fi estils configurador part publica --- */

/*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, Helvetica, sans-serif;
}

.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) {
	.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: 35px; */
	width: 1000px;
	max-width: 100%;
	overflow: auto;
	margin: 20px auto;
	border-radius: 10px;
}

#popup-dep {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: 15px;
}

#popup-dep .titol {
	font-weight: bold;
	font-size: 20px;
}

#div-deps span {
	font-weight: bold;
}

#div-deps .dep_llistat {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}




.formulari {
	position: relative;
	background: white;
	padding: 0px;
	width: auto;
	max-width: min(800px, 90%);
	margin: 0% auto;
	border-radius: 10px;
}

.formulari .field {width: 100%;}

.formulari .double {
	width: 100%;
	display: flex;
	gap: 10px;
}

.formulari .double .field {
	width: 50%;
}

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

.formulari .mfp-close {
	color: white !important;
}

.formulari form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.formulari .send {
	background-color: black;
	/* margin: 40px; */
	color: white;
	border-radius: 100px;
	padding: 15px 40px;
	/* margin-bottom: 40px; */
	font-size: 16px;
	/* margin-top: 40px; */
}

.formulari .dades {
	padding: 40px;
	background-color: var(--color-secundari);
	gap: 10px;
	display: flex;
	flex-direction: column;
	color: white;
	width: 100%;
}

.formulari .dades h3 {
	font-size: 20px;
	line-height: normal;
}

.formulari .dades-producte {
	display: flex;
	align-items: center;
	gap: 40px;
	/* background-color: var(--color-secundari); */
	padding: 40px;
	/* color: white; */
	/* padding-bottom: 0px; */
	width: 100%;
	justify-content: center;
}

.formulari .dades-producte.disabled {
	display: none;
}

@media screen and (max-width: 1440px) {
	.formulari .field {
		
	}

	.formulari .double {
		flex-direction: column;
	}
	
	.formulari .double .field {
		width: 100%;
	}
	
	.formulari .split {
		flex-direction: column;
	}

	.formulari .send {
		width: 100%;
	}
}

.dades-producte img {
	width: 30%;
}

.dades-producte .settings {
	display: flex;
	flex-direction: column;
	/* width: 70%; */
	gap: 10px;
	line-height: normal;
}

.dades-producte .settings>div {
	display: flex;
	gap: 0px;
	flex-direction: column;
	width: 100%;
}

.dades-producte .settings>div label {
	font-weight: bold;
	font-size: 16px;
	width: 100%;
}

.dades-producte .settings>div span {
	width: 100%;
	display: block;
}

/*! 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: Arial, Helvetica, sans-serif; */
}

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


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

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

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

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

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

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

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

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

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

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

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

/*
	
	6. Additional styles

 */

/* root element of UI */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagina_contacte {
	display: flex;
	/* margin: 35px 0px; */
	flex-direction: row-reverse;
	padding: 80px 10%;
	gap: 5%;
	color: var(--color-secundari);
	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 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: Arial, Helvetica, sans-serif; */
	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;
}


@media screen and (max-width: 1440px) {
	body {
		font-size: 13px;
	}

	#logo {
		width: 270px;
		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;
	}

	#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: 460px;
	}

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

	.titol_article {
		font-size: 20px;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}

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

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

	.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 screen and (min-width:1440px) {
	.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: Arial, Helvetica, sans-serif !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:1440px) {

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

	#menu a {
		width: 100%;
	}


	#filtres_shop_phone {
		display: block;
		background: var(--color-principal);
		color: #fff;
		position: fixed;
		z-index: 99999;
		bottom: 0px;
		left: 0px;
		width: 100%;
		padding: 15px;
		text-align: center;
	}


	footer .top {
		width: 100%;
		flex-direction: column;
		padding: 10%;
		gap: 40px;
	}

	.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: 80px;
	}

	body {
		line-height: 1.50;

		font-size: 14px;
	}

	h1 {
		font-size: 25px;
	}

	.mobile_hide {
		display: none !important;
	}

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

	.contenidor_centrat,
	.legal_conten {
		max-width: 100%;
		padding: 50px 10%;
	}

	#top_bar {
		display: none;
	}

	#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 10%;
		align-items: center;
		background-color: var(--color-secundari);
	}

	.head>div {
		/* width: 50%; */
		gap: 15px;
		font-size: 12px;
	}

	.head>div:nth-of-type(1) {}

	.head>div:nth-of-type(2) {
		font-size: 20px;
	}

	.head .contact {
		display: none;
	}

	.camp-recerca {
		/* display: none; */
		position: relative;
		top: 0;
		left: 0;
		height: 0;
		transition: 0.3s all;
	}

	.camp-recerca.visible {
		height: 35px;
	}

	header>.contact {
		background-color: whitesmoke;
		display: flex;
		justify-content: space-evenly;
		padding: 5px;
		color: black;
		font-size: 12px;
		width: 100%;
	}

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

	.head #logo {
		width: auto;
		gap: 10px;
		padding: 0px;
	}

	.head #logo img:nth-child(1) {
		height: 40px;
	}

	.head #logo img:nth-child(2) {
		height: 25px;
		width: auto;
		/* overflow: hidden; */
	}

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

	#head_login label {
		display: none;
	}

	#head_login img {
		height: 20px !important;
		max-width: none;
	}

	#head_login i {
		font-size: 20px;
	}

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

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

	#head_search {
		padding-bottom: 0;
	}

	#head_search {
		order: 3;
		width: 100%;
		background-color: #FFF;
		padding: 10px 15px 10px 10px;
		display: flex;
		border-top: 1px solid var(--color-border);
		border-bottom: 1px solid var(--color-border);
	}

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

	#camp-recerca {
		width: auto;
		height: auto;
		background-color: #FFF;
		font-size: 12px;
		padding: 10px 20px;
	}

	#slide_home {
		height: 100%;
	}

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

	#slide_home img {
		max-height: none;
	}

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

	#menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 80%;
		background-color: #FFF;
		padding: 72px 0px 0px 20px;
		/*background-color: #F2F2F2;*/
		z-index: 500;
		box-shadow: 4px 0 5px 0px rgb(0 0 0 / 35%);
		font-size: 12px;
		letter-spacing: 1px;
	}

	#menu>li>a {
		text-align: left;
	}

	#menu.active {
		display: block;
		padding-left: 0px;
	}

	#menu li {
		padding: 0;
		background-color: #FFF;
		height: auto;
		border-bottom: 1px solid #aaa;
	}

	#menu a {
		padding: 10px 20px !important;
	}

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

	#menu li:hover>div {
		display: none;
	}

	#menu>li:hover>a,
	#menu>li>a.active {
		font-family: inherit;
	}

	.submenu,
	.subsubmenu {
		display: none;
		padding: 0;
	}

	.submenu.active {
		display: block !important;
		position: absolute;
		top: 50px;
		bottom: 0;
		left: 0px;
		right: 0px;
		background-color: #FFF;
		width: auto;
		overflow: auto;
	}

	.submenu>div {
		background-color: #FFF;
		padding: 0;
	}

	.subsubmenu.active {
		display: block !important;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #FFF;
		z-index: 2;
	}

	.col_submenu {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}

	.submenu b {
		font-weight: normal;

	}

	.submenu a {
		position: relative;
		margin-bottom: 0;
	}

	#menu a i {
		position: absolute;
		right: 20px;
		font-size: 18px;
	}

	.submenu_titol {
		color: #FFF;

		background-color: var(--color-secundari);
		padding: 13px 20px;
		font-size: 13px;
	}

	.submenu_back {
		color: #FFF;

		background-color: #808080;
		padding: 10px 20px;
		margin-bottom: 10px;
		font-size: 12px;
	}

	#filtres_sup_categories {
		margin-bottom: 20px;
	}

	#filtres_sup_categories>div {
		min-height: 0;
		padding: 20px;
		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: 0px 30px;
		margin-bottom: 30px;
	}

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

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

	.bloc_article .actions {
		opacity: 1 !important;
	}

	.bloc_article .actions a,
	.bloc_article .actions div {
		transform: none !important;
	}

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

	#list_productes .bloc_article {
		width: 50%;
		margin-bottom: 20px;
	}

	.bloc_article .actions {
		top: -6px;
		right: -9px;
	}

	#list_productes .bloc_article:nth-child(odd) {
		/*margin-right: 8% !important;*/
	}

	#list_productes .bloc_article:nth-child(even) {
		/*margin-right: 0 !important;*/
	}

	.bloc_article {
		position: relative;
		font-size: 11px;
	}

	.bloc_article .desc .titol {
		font-size: 14px;
		margin-bottom: 5px !important;
	}

	.bloc_article .desc .familia {
		font-size: 12px;
		letter-spacing: 0px;
	}

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

	#fitxa_article {
		margin-bottom: 20px;
		align-items: center;
	}

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

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

	.fitxa_imatge_prin>div {
		width: 100%;
	}

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

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

	.preu_fitxa_article {
		font-size: 31px;
		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;
		width: 100%;
		font-size: 26px;
		padding: 0px 18px;
	}

	#header_rel_ventas {
		/*top: 156px;*/
		padding: 15px 20px;
	}

	#quickview_detalls {
		display: flex;
		flex-wrap: wrap;
	}

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

	.white-popup-ajax {
		padding: 45px 20px 20px 20px;
	}

	footer .top>div>div {
		width: 100%;
		justify-content: center;
		display: flex;
		align-items: center;
		text-align: center;
	}

	footer .info .cta_contact {
		/* width: 100%; */
		text-align: center;
	}

	footer .newsletter .cta_contact {
		/* width: 100%; */
		text-align: center;
	}

	footer .links a {}

	footer .bottom {
		flex-direction: column;
		gap: 10px;
		text-wrap-style: balance;
	}

	.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: 20px;
		color: white;
	}

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

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

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

	.pagina_contacte .inner {
		padding: 25px;
	}

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

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

}

@media all and (max-width: 900px) {
	.generica.catalegs .item {
		width: 30%;
	}
	.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;
	}

	.menu_footer {
		flex-wrap: wrap;
	}

	.menu_footer .box {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}

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

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

	.head .two {
		width: 40%;
	}

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

@media all and (max-width: 600px) {
	.textos {
        padding: 0 5%;
    }
	.columnes-b-list {
		padding: 0;
	}
	.modular.columnas .columna {
		width: 100%;
	}
	.generica.catalegs .item {
		width: 48%;
	}
	.contenidor_fills>div {
		width: 100%;
	}

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

	.white-popup {
		/* padding: 15px; */
	}

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

	footer .copyright {
		flex-direction: column;
		gap: 0;
		text-align: center;
	}
}

@media all and (max-width: 400px) {
	.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 Free';
}

.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 5 Pro';
}

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

@media screen and (min-width:1440px) {

	.subsubmenu a {}

	.subsubmenu a:hover {}

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

/*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: Arial, Helvetica, sans-serif; */
}

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

.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: 900px) {
	.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;
	}
}



/*avaluaciÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³ de lÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢accessibilitat en interfÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­cies web*/

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

/*Categoria principal*/
.seccio {
	display: grid;
	gap: 1rem;
    padding: 40px 20px;
    max-width: 1600px;
    margin: auto;
    text-align: center;
	color: black;
}

.titol_categoria_principal {
    font-size: 35px;
	color: black;
	font-weight: bold;
	text-transform: none;
}

.descripcio{
	font-size: 16px;
	margin: 40px 120px 40px 120px;
	color: #000000;
	line-height: 1.5;
}

.targetes {
    display: grid;
    gap: 20px;
    padding: 20px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .targetes {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1200px) {
    .targetes {
        grid-template-columns: repeat(5, 1fr);
    }
}

.targeta {
    width: 100%;
    aspect-ratio: 1 / 1;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
	opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.targeta.visible {
    opacity: 1;
    transform: translateY(0);
}

.contenidor-imatges {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imatge-fons {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.titol-targeta {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: clamp(1.4rem, 6vw, 1.5rem);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    margin: 0;
}

.imatge-damunt {
    display: block;
    position: absolute;
    z-index: 1;
    max-width: 85%;
    height: auto;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.boto {
    display: inline-block;
    padding: 12px 25px;
    background: #0073e6;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
	width: fit-content;
    margin: auto;
}


.guia-pcpanel {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 20px;
	font-family: Arial, sans-serif;
	background: #f8f9fa;
	color: #222;
}

.guia-pcpanel__titol {
	text-align: center;
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: bold;
}

.guia-pcpanel__subtitol {
	text-align: center;
	font-size: 14px;
	color: #555;
	margin-bottom: 40px;
}

.guia-pcpanel__graella-superior {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.guia-pcpanel__graella-inferior {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: 2px solid #ccc;;
}

.guia-pcpanel__aspecte {
	padding: 20px;
	text-align: left;
}



/* .guia-pcpanel {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 20px;
	font-family: Arial, sans-serif;
	background: #f8f9fa;
	color: #222;
}

.guia-pcpanel__titol {
	text-align: center;
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: bold;
}

.guia-pcpanel__subtitol {
	text-align: center;
	font-size: 14px;
	color: #555;
	margin-bottom: 40px;
}

.guia-pcpanel__graella-superior {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2%;
	row-gap: 40px;
}

.guia-pcpanel__aspecte {
	width: 32%;
	text-align: left;
	padding-right: 20px;
}

.guia-pcpanel__aspecte:nth-child(even),
.guia-pcpanel__aspecte:nth-child(1){
	border-right: 2px solid #ccc !important;
} */



.aspecte__titol {
	font-size: 18px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.aspecte__text {
	font-size: 14px;
	color: #444;
	line-height: 1.5;
}

.aspecte__icona {
	font-size: 30px;
	color: #0061E9;
}

.com_escollir_categoria{
	background-color: #F2F2F2;
    clip-path: polygon(0 70px, 100% 0, 100% 100%, 0 100%);
    padding-top: 60px;
}

.vl{
	border-left: 2px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.separador{
	margin-top: 20px;
}

@media (max-width: 900px) {
	.guia-pcpanel__graella-superior {
		grid-template-columns: 1fr;
	}
	.guia-pcpanel__graella-inferior {
		grid-template-columns: 1fr;
	}
	.descripcio{
		margin: unset;
	}
}

.targeta-producte {
    display: flex;
	flex-direction: column;
    align-items: stretch;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    color: #222;
	position: sticky;
    z-index: 1;
	top: 9rem;
    border-radius: 12px;
    overflow: hidden;
}

.targeta-producte__imatge img {
    max-width: 280px;
    border-radius: 8px;
}

.targeta-producte__contingut {
    flex: 1;
    margin-left: 30px;
	text-align: start;
}

.targeta-producte__etiqueta {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    padding: 4px 10px;
    border-radius: 6px;
}

.etiqueta--taronja { background: #bf9f28; }

.targeta-producte__etiqueta .accent {
    color: #222;
    font-weight: 700;
}

.targeta-producte__titol {
    font-size: 2rem;
    font-weight: bold;
    text-align: start;
    color: black;
}

.targeta-producte__descripcio {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 650px;
	text-align: start;
}

.targeta-producte__icones {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
	margin-top: 20px;
	justify-content: start;
}

.targeta-producte__icones img {
    height: 28px;
    width: auto;
}

.targeta-producte__boto {
    display: inline-block;
    background: #006cff;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 20px;
    transition: background 0.3s ease;
}

.targeta-producte__boto:hover {
    background: #004dbf;
}

.targeta-producte__single {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
	padding: 30px 30px 0px 30px;
}

.border-titol-tarjeta{
	border-bottom: 2px solid black;
	margin: 0px 30px 0px 30px;
}

.separador-targeta{
	background-color: black;
	height: 2px;
	width: 96%;
	margin: 30px 30px 0px 30px;
	align-self: center;
}

@media (max-width: 1024px) {
    .targeta-producte {
        top: 6rem; /* reduce sticky offset */
        padding: 15px;
    }

    .targeta-producte__single {
        gap: 20px;
        padding: 20px 20px 0px 20px;
    }

    .targeta-producte__imatge img {
        max-width: 220px;
    }

    .targeta-producte__titol {
        font-size: 2rem;
    }

    .targeta-producte__descripcio {
        font-size: 0.9rem;
    }

    .border-titol-tarjeta {
        margin: 0px 20px;
    }

    .separador-targeta {
        margin: 20px auto;
        width: 92%;
    }
}

/* Small tablets / large phones */
@media (max-width: 768px) {
    .targeta-producte {
        position: relative; /* drop sticky for small screens */
        top: auto;
        padding: 15px;
    }

    .targeta-producte__single {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 15px;
    }

    .targeta-producte__imatge img {
        max-width: 200px;
        margin: 0 auto;
    }

    .targeta-producte__contingut {
        margin-left: 0;
        text-align: center;
    }

    .targeta-producte__titol {
        font-size: 1.75rem;
        text-align: center;
    }

    .targeta-producte__descripcio {
        font-size: 0.9rem;
        max-width: 100%;
        text-align: center;
    }

    .targeta-producte__icones {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

	form#frm_contacte div.formulari__camps,
	form#frm_contacte div .legals,
	form#frm_contacte div.formulari__capcalera {
		padding: 0 20px;
	}

}

/* Mobile */
@media (max-width: 480px) {
    .targeta-producte {
        padding: 10px;
    }

    .targeta-producte__titol {
        font-size: 1.5rem;
    }

    .targeta-producte__imatge img {
        max-width: 150px;
    }

    .targeta-producte__boto {
        display: block;
        width: 100%;
        text-align: center;
        padding: 12px;
        font-size: 1rem;
        border-radius: 12px;
    }

    .border-titol-tarjeta {
        margin: 0px 10px;
    }

    .separador-targeta {
        width: 100%;
        margin: 15px 0;
    }

	.generica.catalegs .item {
        width: 100%;
    }
}

/* Subcategoria */
.capcalera {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.logotip {
  display: flex;
  align-items: flex-end;
  height: 100px;
}

.logotip__text {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
	color: black;
}

.capçalera__contingut-dret {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.navegacio {
    display: flex;
    gap: 10px;
}

.navegacio__boto {
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    border-radius: 21px;
    font-size: 0.9rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.navegacio__boto--principal {
    background-color: #0061e8; 
}

.navegacio__boto--principal:hover {
    background-color: #3c89db;
}

.navegacio__boto--secundari {
    background-color: #0061e8;
}

.navegacio__boto--secundari:hover {
    background-color: #3c89db;
}

.capçalera__informacio {
    max-width: 450px;
    text-align: right;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.5;
}


.contingut-principal {
    padding: 20px 50px;
}

/* ----------------- tocat per al video de frame line */
.seccio-hero {
    
    border-radius: 25px;
    min-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: relative; 
	overflow: hidden;
}

#contenidor-multimedia {
	width: 1580px;
    height: auto;
	border-radius: 25px;
    margin: 0;
    padding: 0;
}

#contenidor-multimedia video#video-principal.monitor__video {
    width: 100%;
	border-radius: 25px;
    height: 100%;
}

/*  .contenidor-monitor {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.1));
}  */

/* .monitor__video {
    max-width: 500px;
    height: auto;
    display: block;
    border-radius: 8px;
    position: relative;
    z-index: 3;
    object-fit: cover;
} */

/* tocat per al video de frame line  --------------------------*/

.contenidor-monitor::before,
.contenidor-monitor::after {
    content: '';
    background-image: url('poster-del-video.jpg'); /* !!! CANVIA AIXÒ PER LA TEVA IMATGE DE PÒSTER !!! */
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0.6;
    z-index: 2;
    transform: translateY(-20px) scale(0.98);
    filter: blur(1px);
}

.contenidor-monitor::after {
    z-index: 1;
    transform: translateY(-40px) scale(0.96);
    filter: blur(2px);
}



.boto-reproduccio {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    z-index: 4;
    transition: transform 0.3s ease, background-color 0.2s ease, opacity 0.4s ease;
}

.boto-reproduccio:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.9);
}

.boto-reproduccio__icona {
    font-size: 30px; 
  	color: #000000;
}

.contenidor-monitor.reproduint .boto-reproduccio {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.7);
}

.familia-productes__titol {
	font-size: 2.1rem;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: start;
	color: black;
}

.productes-graella {
	display: flex; 
	justify-content: center; 
	gap: 300px; 
	flex-wrap: wrap;
}


.producte-targeta {
	text-align: center;
	width: 33%;
}

.producte__imatge-contenidor {
	position: relative;
	margin-bottom: 25px;
	margin-top: 25px;
	text-align: center;
}

.producte__imatge {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.producte__etiqueta {
	background-color: var(--color-principal);
	color: white;
	padding: 6px 35px;
	border-radius: 15px;
	font-size: 0.8rem;
	font-weight: bold;
	text-transform: uppercase;
}

.producte__titol {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.producte__descripcio {
	font-size: 0.9rem;
	line-height: 1.6;
	margin: 0;
}

.accordion-container {
	margin-top: 30px;
	text-align: left;
}

.accordion_subcategoria {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	background-color: transparent;
	border-top: 1px solid #ccc;
	font-weight: bold;
}

.accordion_subcategoria:hover {
  	background-color: #ccc;
}

.accordion_subcategoria:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active_accordion:after {
  	content: "\2212";
}

.panel_subcategoria {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel_subcategoria__text{
	margin: 15px 0px;
}

.caracteristiques-seccio {
  background-color: #f8f9fa;
  padding: 100px 50px;
  position: relative;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

/* --- Capçalera de la secció --- */
.caracteristiques__capcalera {
  max-width: 1000px;
  margin-bottom: 40px;
}

.caracteristiques__titol {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  color: #212529;
  text-align: start;
}

.caracteristiques__descripcio {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  text-align: start;
}

/* --- Carrusel de Targetes --- */
.caracteristiques-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.caracteristiques-slider::-webkit-scrollbar {
  display: none;
}


/* --- Targeta Individual --- */
.caracteristica-targeta {
  background-color: white;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  flex: 0 0 290px;
}

.targeta__icona {
  color: #0d6efd;
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
}

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

.targeta__titol {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  color: #212529;
  text-align: start;
}

.targeta__text {
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  text-align: start;
}

/* --- Navegació del Carrusel --- */
.slider-navegacio {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.slider-boto {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #dee2e6;
  color: #0061E9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.slider-boto:hover {
  background-color: #0d6efd;
  color: white;
  border-color: #0d6efd;
}

.slider-boto svg {
  width: 20px;
}

.contacte-seccio {
  max-width: 600px; 
  margin: 40px auto; 
  padding: 20px;
}

.formulari__capcalera {
  text-align: center;
  margin-bottom: 40px;
}

.formulari__titol {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.formulari__descripcio {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.formulari__camps {
  display: flex;
  flex-direction: column;
  gap: 15px; 
}

.camp-fila {
  display: flex;
  gap: 15px; 
}

.camp {
  flex: 1; 
}

.camp input[type="text"],
.camp input[type="email"],
.camp input[type="tel"],
.camp textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit; 
  box-sizing: border-box; 
  transition: border-color 0.2s ease;
}

.camp input:focus,
.camp textarea:focus {
  outline: none;
  border-color: #0d6efd; 
}

.camp textarea {
  min-height: 120px;
  resize: vertical;
}

.formulari__accio {
  margin-top: 25px;
}

.formulari__boto {
  background-color: #0d6efd;
  color: white;
  border: none;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.formulari__boto:hover {
  background-color: #0b5ed7;
}

.preguntes {
	text-align: start;
	margin-bottom: 15px;
}

.pregunta_titol {
	font-size: 25px;
	font-weight: normal;
}

.pregunta_text{
	font-size: 16px;
	text-align: start;
	max-width: 1000px;
}

.preguntes-frequents{
	gap: 0px;
}

.legals{
	text-align: start;
}

@media (min-width: 1200px) {
	.contingut-principal {
		padding: 40px 80px;
	}

	.productes-graella {
		gap: 80px;
	}

	.caracteristiques__capcalera {
		margin: 0 auto 50px;
	}

	.preguntes {
		font-size: 25px;
	}

	.pregunta_titol{
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	.seccio{
		padding: 10px 20px;
	}

	.capcalera {
		flex-direction: row;
		align-items: flex-start;
	}

	.navegacio {
		justify-content: flex-start;
	}

	.productes-graella {
		gap: 60px;
	}

	.caracteristiques-slider {
		gap: 15px;
	}

	.contacte-seccio {
		max-width: 100%;
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.capcalera {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.logotip {
		height: auto;
		margin-bottom: 15px;
		justify-content: center;
	}

	.capçalera__contingut-dret {
		align-items: center;
		gap: 10px;
	}

	.navegacio {
		flex-direction: row;
		gap: 8px;
		width: 100%;
		align-items: center;
	}

	.navegacio__boto {
		width: 100%;
		max-width: 250px;
		text-align: center;
	}

	.capçalera__informacio {
		text-align: center;
		max-width: 100%;
		font-size: 0.8rem;
	}

	.seccio-hero {
		padding: 20px;
		min-height: auto;
	}

	.monitor__video {
		max-width: 100%;
	}

	.boto-reproduccio {
		width: 60px;
		height: 60px;
	}

	.familia-productes__titol {
		font-size: 1.5rem;
		text-align: center;
	}

	.productes-graella {
		flex-direction: column;
		gap: 40px;
	}

	.producte-targeta {
		max-width: 100%;
		width: 100%;
	}
	.caracteristiques-seccio .seccio .caracteristiques__capcalera{
		padding: 150px 0 50px 0;
	}
	.generica .item h3 {
		padding: 10px 20px;
	}
	.generica .fills {
		row-gap: 20px;
	}
	.blog .llistat {
		padding: 30px 5%;
	}
	.single_blog .content {
		padding: 30px 5%;
	}
	.single_blog .images{
		width: 100%;
 	}
	.empresa .conocenos {
		padding: 0 5%;
	}
	.empresa .filosofia {
		padding: 5%;
	}
	.empresa .politica {
		padding: 5%;
	}
	.empresa .trabaja {
		padding: 5%;
	}
	.pagina_contacte {
		padding: 80px 5%;
	}
	.contacte-seccio {
		padding: 0;
	}
	.pagina_contacte .left .inner,
	.pagina_contacte .inner {
		padding: 0;
	}
	.configurador_avanzado #content_left_configurador {
		padding-right: 5%;
	}
	#frm-articles {
		width: 100%;
	}
	#frm-articles + div{
		width: 100%;
	}
	.caracteristiques__titol {
		font-size: 1.5rem;
		text-align: center;
	}

	.caracteristiques__descripcio {
		text-align: center;
	}

	.caracteristiques-slider {
		gap: 12px;
		padding: 0 10px 20px;
	}

	.slider-navegacio {
		justify-content: center;
	}

	.formulari__titol {
		font-size: 1.2rem;
	}

	.camp-fila {
		flex-direction: column;
	}

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

	.pregunta_text {
		font-size: 14px;
		text-align: center;
	}

	.familia-productes__titol{
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.caracteristiques-seccio{
		padding: 15px;
	}

	.preguntes {
		font-size: 25px;
	}

	.pregunta_titol{
		font-size: 18px;
	}

	.producte__imatge-contenidor{
		margin: 10px 0;
	}
}

.efecte-pujar {
  transition: transform 0.3s ease;
}

.efecte-pujar:hover {
  transform: translateY(-15px) scale(1.10);
}

.darker{
	filter: brightness(0.8);
}