@charset "UTF-8";
/* CSS Document */


/* ----  Fonts i Text  |  Legal  ---- */
/* ---------------------------------------------------------------------------------------------------------- */
/* |**| titol */
.legal .titol {
	font-family:"eaSegona-Regular","sans-serif";
	font-weight:300;
	font-size:4.02em; 
	line-height:1.26em; 
	word-spacing:0.0em;
	letter-spacing:0.0em;
}

.listas {
	font-size: 14px;
	margin-left: 40px;
	list-style: disc;
	line-height: 1.8em;
}

@media only screen and (max-width: 1920px) { /* fins a aquesta mida de pantalla ... */
	.legal .titol  { font-size:4.00em; }
}

@media only screen and (max-width: 570px) { /* fins a aquesta mida de pantalla ... */
	.legal .titol  {
		font-size:3.98em;
		line-height:1.22em;
	}
}

@media only screen and (max-width: 420px) { /* fins a aquesta mida de pantalla ... */
	.legal .titol  {
		font-size:3.92em;
		line-height:1.18em;
	}
}


/* |**| subtitol */
.legal .subtitol {
	font-family:"eaSegona-Regular","sans-serif";
	font-weight:300;
	font-size:2.30em; 
	line-height:1.60em; 
	word-spacing:0.0em;
	letter-spacing:0.0em;
}

@media only screen and (max-width: 1920px) { /* fins a aquesta mida de pantalla ... */
	.legal .subtitol  { font-size:2.30em; }
}

@media only screen and (max-width: 570px) { /* fins a aquesta mida de pantalla ... */
	.legal .subtitol  {
		font-size:2.26em;
		line-height:1.56em;
	}
}

@media only screen and (max-width: 420px) { /* fins a aquesta mida de pantalla ... */
	.legal .subtitol  {
		font-size:2.20em;
		line-height:1.52em;
	}
}


/* |**| cos */
.legal .cos {
	font-family:"eaSegona-Regular","sans-serif";
	font-weight:300;
	font-size:1.80em; 
	line-height:1.68em;
	word-spacing:0.0em;
	letter-spacing:0.0em;
}

@media only screen and (max-width: 1920px) { /* fins a aquesta mida de pantalla ... */
	.legal .cos { font-size:1.76em; }
}

@media only screen and (max-width: 570px) { /* fins a aquesta mida de pantalla ... */
	.legal .cos {
		font-size:1.72em; 
		line-height:1.64em;
	}
}

@media only screen and (max-width: 420px) { /* fins a aquesta mida de pantalla ... */
	.legal .cos {
		font-size:1.66em; 
		line-height:1.60em;
	}
}


/* |**| strong */
.legal strong {
	font-family:"eaSegona-Regular","sans-serif";
	font-weight:300 !important;
}









/* ----  Colors  |  Legal  ---- */
/* ---------------------------------------------------------------------------------------------------------- */
/* |**| legal */
.legal { /*color:#3E4543; /* Gris Text */ }
.legal a { color:#00A0DF; /* Pantone299C */ }


/* |**| a */
.legal a,
.legal a:visited { color:#602F2F; /* terra */ }

.legal a:hover { color:rgba(096,047,047,0.65); /* 80% terra */ }


/* |**| strong */
.legal strong { color:#000804; /* text fosc */ }









/* ----  Animacions  |  Legal  ---- */
/* ---------------------------------------------------------------------------------------------------------- */
/* |**| XXX */









/* ----  Imatges  |  Legal  ---- */
/* ---------------------------------------------------------------------------------------------------------- */
/* |**| XXX */









/* ----  Constructors  |  Legal  ---- */
/* ---------------------------------------------------------------------------------------------------------- */
/* |**| legal */
.legal {
	margin:6em auto;
	max-width:980px;
	width:74%;
}

.legal > .seccio { text-align:left; }

.legal h1 { margin-bottom:0.5em; }

@media 
only screen and (max-width: 1024px) { /* fins a aquesta mida de pantalla ... */
	.legal { padding-left:36px; }
}


@media 
only screen and (max-width: 768px) { /* fins a aquesta mida de pantalla ... */
	.legal { 
		margin-top:2em; 
		padding-left:22px;
	}
}

@media 
only screen and (max-width: 570px) { /* fins a aquesta mida de pantalla ... */
	.legal { width:70%; }
}


/* |**| separador */
.legal .separador:before {
	content:'';
	display:block;
	margin-top:3rem;
	margin-bottom:3.5rem;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:1.5em;
	border-top:0.0625rem solid rgba(062,069,067,0.20); /* 20% Gris Text */;
}


/* |**| llista */
.legal ul, 
.legal ol { list-style:outside none none; }
	
.legal .llista-num {
	list-style:decimal inside;
}

.legal .llista-punt {
	list-style:disc inside;
}


/* |**| seccio-tema */
.legal .seccio-tema .item + .item { margin-top:4em; }


/* |**| seccio-final */
.legal .seccio-final { margin-top:2.8em; }
.legal .seccio-final .nav { margin-top:4rem; }


/* |**| item */
.legal .item .item-interior,
.legal .item .titol + .cos { margin-top:0.3em; }
.legal .item .subtitol + .cos { margin-top:0.2em; }