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

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

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

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-BlackItalic.woff2') format('woff2'),
        url('../fonts/Gellix-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Gellix-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-ThinItalic.woff2') format('woff2'),
        url('../fonts/Gellix-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-LightItalic.woff2') format('woff2'),
        url('../fonts/Gellix-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gellix-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

/* DEFINIM COLORS WEB */

:root {
  --color-principal: #000000;
  --color-secundari: #FFE904;
  --color-terciari: #E2E2E2;
  /* 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 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;


}

* {
	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: 'Gellix' !important;
	font-size: 15px;
	color: #000;
}
textarea, input{
	font-family: 'Gellix' !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 #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

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

.error {
	background-color: pink;
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 15px;
	color: #F00;
}
input.bad_validator{
	
	box-shadow: 0 0 0 3px red;
	
}
.bad_validator input[type="text"],.bad_validator input[type="email"],.bad_validator textarea,.bad_validator select{
	border:1px dotted red;
}

.alert_validator{
	color:red;
	font-weight: bold;
}
img {
	max-width: 100%;
	vertical-align: middle;
}

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

.contenidor_centrat {
	width: 1500px;
	margin: auto;
	max-width: 98%;
}

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


/* --- Fi estils generics --- */
/* --- Inici capcalera i footer --- */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1010;
}
header .head {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #fff;
	box-shadow: 0px 0px 1px 1px var(--color-terciari);
}
header .head .caixa_menu_superior {
	width: 100%;
	display: flex;
}
header .head .caixa_menu_superior .caixa_capcalera_zona_logo {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: start;
}
header .head .boto_menu_hamburguesa {
	display: none;
}
header .head .caixa_menu_superior .caixa_capcalera_zona_idiomes {
	width: 10%;
	display: flex;
	gap: 10px;
	justify-content: end;
	align-items: center;
}
header .head .caixa_menu_superior .caixa_capcalera_zona_idiomes a {
	color:var(--color-principal);
	text-transform: uppercase;
	font-size: 22px;
}
header .head .caixa_menu_superior .caixa_capcalera_zona_menu {
	width: 65%;
	display: flex;
}
header .head .caixa_menu_superior .caixa_capcalera_zona_menu nav {
	display: flex;
	width: 100%;
	justify-content: end;
	gap: 45px;
}
header .head .caixa_menu_superior .caixa_capcalera_zona_menu nav .caixa_punt_menu {
	display: flex;
	align-items: center;
}
header .head .caixa_menu_superior .caixa_capcalera_zona_menu nav .caixa_punt_menu a {
	color: var(--color-principal);
	font-size: 22px;
}
#caixa_menu_full_size {
	display: none;
}
main {
	padding-top: 4%;
}
/* --- Fi capcalera i footer --- */
/* --- Inici estils home --- */
#content_slide_home {
	height: auto;
	position: relative;
    overflow: hidden;
}
.banners_pc {
    display: block;
}
#slide_home {
    background: #fff;
    position: relative;
}
#slide_home .caixa_img_slide img {
    width: 100% !important;
	margin: auto;
}

/* --- Fi estils home --- */


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

	
}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 600px) {

}

@media all and (max-width: 400px) {

}

@media screen and (min-width:768px) and (max-width:1045px){

}

@media screen and (min-width:1010px) {

}
