@charset 'UTF-8';
/*@import url('font-awesome.min.css');*/
@import url('fonts.css');

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

html {
	height: 100%;
}

body {
	background: #fff;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body.is-loading *,
body.is-resizing * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

body {
	font-weight: 300;
	font-size: 1pt;
	line-height: 1.75em;
	color: #fff;
	letter-spacing: 0.5px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

@media screen and (min-width: 1681px) {
	body {
		font-size: 17pt;
	}

	#tapa_header {
		height: 5em !important;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	color: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 2.25em;
	letter-spacing: -2px;
	line-height: 1.25em;
}

strong,
b {
	font-weight: 900;
	color: inherit;
}

em,
i {
	font-style: italic;
}

a {
	color: #9d9d9c;

	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr {
	border: 0;
	border-top: solid 1px #ddd;
}

blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

p,
ul,
ol,
dl,
table {
	margin-bottom: 1em;
}

header {
	margin-bottom: 1em;
}

header p {
	display: block;
	margin: 1em 0 0 0;
	padding: 0 0 0.5em 0;
}

footer {
	margin-top: 2em;
}

br.clear {
	clear: both;
}

.container_header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

td {
	vertical-align: top !important;
}

/* Sections/Article */

section,
article {
	margin-bottom: 3em;
}

section> :last-child,
article> :last-child {
	margin-bottom: 0;
}

section>.content> :last-child,
article>.content> :last-child {
	margin-bottom: 0;
}

section:last-child,
article:last-child {
	margin-bottom: 0;
}

.row>section,
.row>article {
	margin-bottom: 0;
}

/* Image */

.image {
	position: relative;
	display: inline-block;
}

.image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.image img {
	display: block;
	width: 100%;
}

.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image.fit {
	display: block;
	width: 100%;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered {
	display: block;
	margin: 0 0 2em 0;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}

/* List */

ul {}

ul.default {
	list-style: disc;
	padding-left: 1em;
}

ul.default li {
	padding-left: 0.5em;
}

ul.icons {
	cursor: default;
}

ul.icons li {
	display: inline-block;
}

ul.icons a {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border: 0;
}

ul.menu {
	cursor: default;
}

ul.menu li {
	display: inline-block;
	line-height: 1em;
	border-left: solid 1px rgba(145, 146, 147, 0.25);
	padding: 0 0 0 0.5em;
	margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

ul.actions {
	cursor: default;
	float: left;
	margin-bottom: 60px;
}

ul.actions li {
	display: inline-block;
	margin: 0 0 0 0.5em;
}

ul.actions li:first-child {
	margin-left: 0;
}

ol {}

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li {
	padding-left: 0.25em;
}

/* Form */
form {}

form label {
	display: block;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="file"],
form select,
form textarea {
	display: block;
	width: 100%;
	padding: 0.20em 0.30em;
	background: #b2b2b1;
	border: solid 1px #b2b2b1;
	color: #fff !important;
	outline: none;

	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;

	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;

	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #fff;
	font-size: 0.8em;
	line-height: 1em;
}

form input[type="file"] {
	display: block;
	width: 100%;
	padding: 0.20em 0.30em;
	background: #b2b2b1;
	border: solid 1px #b2b2b1;
	color: #fff !important;
	outline: none;

	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;

	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;

	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #fff;
	font-size: 0.8em;
	line-height: 1em;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
	border-color: #000;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
	line-height: 1.35em;
}

form textarea {
	min-height: 5em;
}

form .formerize-placeholder {
	color: rgba(145, 146, 147, 0.85) !important;
}

form ::-webkit-input-placeholder {
	color: #fff !important;
}

form :-moz-placeholder {
	color: rgba(145, 146, 147, 0.85) !important;
}

form ::-moz-placeholder {
	color: rgba(145, 146, 147, 0.85) !important;
}

form :-ms-input-placeholder {
	color: rgba(145, 146, 147, 0.85) !important;
}

form ::-moz-focus-inner {
	border: 0;
}

.formulari {
	margin-top: -10px;
}

.tit_form {
	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #b2b2b1;
	font-size: 0.8em;
	line-height: 1em;
	margin-bottom: 5px;
	float: left;
}

.tit_form_work {
	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #fff;
	background-color: #2eac66;
	font-size: 0.8em;
	line-height: 1.5em;
	float: left;
	height: 1.8em;
	width: 8em;
	text-align: left;
	padding-left: 5px;
}

#thank_you_msg {
	position: fixed;
	top: 230px;
	background-color: #2eac66 !important;
	width: 500px;
	height: 100px;
	padding: 30px 20px 20px 20px;
	right: 30%;
	border-radius: 10px;
	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #000;
	/*font-size: 2.8em;*/
	margin-top: -10px;
	background-color: #000;
}

#err_required {
	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #000;
	font-size: 0.8em;
	margin-top: -75px;
}

#thank_you_msg2 {
	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #000;
	font-size: 0.8em;
	margin-top: -10px;
}

#err_required2 {
	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #000;
	font-size: 0.8em;
	margin-top: -50px;
}

.buttonText {
	display: block;
	width: 200px;
	text-align: left;
	padding: 0.20em 0.30em;
	background: #b2b2b1;
	border: solid 1px #b2b2b1;
	color: #fff !important;
	outline: none;
	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #fff;
	font-size: 0.8em;
	line-height: 1em;
	cursor: pointer;
}

.form-control {
	width: 200px !important;
}

.form_choice_text {
	display: block;
	width: 100% !important;
	width: 100%;
	/*padding: 0.20em 0.5em;*/
	background-color: #2eac66;
	color: #fff !important;
	outline: none;
	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #fff;
	font-size: 0.8em;
	line-height: 1em;
	/* margin-top: -46px; */
	/*display: block;
			  width: 24% !important;
  			  float: left;
			  padding: 0.20em 0.30em;
			  background-color: #2eac66;
			  color: #fff !important;
			  outline: none;
			  font-family: 'stornoregular';
			  letter-spacing: -0.03em;
			  font-size: 0.8em;
			  line-height: 1em;*/
}

.llista {
	margin-top: 20px;
}

form input[type="checkbox"] {
	/*	margin-bottom: 10px;
				margin-left: -20px;
				*/
}

#professio {
	width: 200px;
	text-align: left;
	margin-bottom: 0.5em !important;
}

#professio tr {
	height: 10px;
}

#professio td.chk {
	width: 1px;
	background-color: #2eac66;
	height: 25px;
	vertical-align: middle !important;
}

#professio td.etiq {
	width: 100px;
	background-color: #2eac66;
	height: 30px;
	vertical-align: middle !important;
}

.formulari_2 {
	margin-top: -21px;
}

.contacte {
	font-family: 'mpentatextregular' !important;
	color: #575756 !important;
	line-height: 1.1em !important;
	letter-spacing: -0.03em !important;
	font-size: 1.4em !important;
}

.contacte em {
	font-family: 'mpentatextregular' !important;
	color: #575756 !important;
	line-height: 1.1em !important;
	letter-spacing: -0.03em !important;
	font-size: 0.9em !important;
}

.social {
	width: 144px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}


#cookie-bar {
	z-index: 11111;
	height: 24px;
	line-height: 24px;
	color: #666666;
	;
	text-align: left;
	padding: 3px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	border-radius: 6px;
}

#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 16.3%;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}

#cookie-bar p {
	padding-left: 8px;
	background: black;
	color: white;
	opacity: 0.3;
}

#cookie-bar a {
	color: #666666;
	display: inline-block;
	border-radius: 1px;
	text-decoration: underline;
	margin-left: 8px;
}

#cookie-bar .cb-enable {
	/*background:#007700;*/
}

#cookie-bar .cb-enable:hover {
	background: #eee;
}

#cookie-bar .cb-disable {
	background: #2eac66;
}

#cookie-bar .cb-disable:hover {
	background: #bb0000;
}

#cookie-bar .cb-policy {
	background: #0033bb;
}

#cookie-bar .cb-policy:hover {
	background: #0055dd;
}

#xarxes {
	margin-top: -90px;
	margin-bottom: 50px;
}

/* Table */

table {
	width: 100%;
}

table.default {
	width: 100%;
}

table.default tbody tr:nth-child(2n+2) {
	background: #f4f4f4;
}

table.default td {
	padding: 0.5em 1em 0.5em 1em;
}

table.default th {
	text-align: left;
	font-weight: 900;
	padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
	background: #444;
	color: #fff;
}

table.default tfoot {
	background: #eee;
}

table.default tbody {}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 1.8em;
	line-height: 3.5em;
	outline: 0;
	padding: 0 2em 0 0.4em;
	position: relative;
	text-align: center;
	text-decoration: none;

	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;

	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #fff;
	font-size: 0.8em;
	line-height: 1em;
	background-color: black;
}

.button.down {
	width: 3em;
	height: 2.2em;
	line-height: 4.5em;
	padding: 0;
	background-image: url('images/dark-arrow.svg');
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -10em;
	overflow: hidden;
}

.button.down.anchored {
	bottom: 0;
	border-bottom: 0;
	border-radius: 3em 3em 0 0;
	height: 4.5em;
	/*margin-left: -2.5em;*/
	margin-left: -2em;
}

.button.down2 {
	width: 3em;
	height: 2.2em;
	line-height: 4.5em;
	padding: 0;
	background-image: url('images/dark-arrow.svg');
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -10em;
	overflow: hidden;
}

.button.down2.anchored {
	bottom: 0;
	border-bottom: 0;
	border-radius: 3em 3em 0 0;
	height: 4.5em;
	/*margin-left: -2.5em;*/
	margin-left: -1.7em;
}

.button.down3 {
	width: 3em;
	height: 2.2em;
	line-height: 4.5em;
	padding: 0;
	background-image: url('images/dark-arrow.svg');
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -10em;
	overflow: hidden;
}

.button.down3.anchored {
	bottom: 0;
	border-bottom: 0;
	border-radius: 3em 3em 0 0;
	height: 4.5em;
	/*margin-left: -2.5em;*/
	margin-left: -1.7em;
}


.button.anchored {
	position: absolute;
	left: 50%;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover {
	background-color: #a8d5a3;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:active {
	background-color: #88b583;
}

input[type="button"].style2,
input[type="submit"].style2,
input[type="reset"].style2,
.button.style2 {
	background-color: transparent;
	/*border: solid 2px #e5e6e7;*/
	color: inherit;
}

input[type="button"].style2:hover,
input[type="submit"].style2:hover,
input[type="reset"].style2:hover,
.button.style2:hover {
	background-color: rgba(145, 146, 147, 0.035);
}

.button.style2.down {
	background-image: url('images/arrow.svg');
}

/* Box */

.box {
	background: #fff;
	color: #39454b;
	padding: 2em;
}

.box.style2 {
	padding: 3.5em 2.5em 3.5em 2.5em;
}

/* Main */

.main {
	position: relative;
	margin: 0;
	overflow-x: hidden;
}

.main.fullscreen {
	height: 100%;
}

.main.style1 {
	text-align: center;
	padding: 4em 0 3em 0;
}

.main.style1 header {
	margin-bottom: 4em;
}

.main.style1 h2 {
	font-family: 'mpentatextregular';
	font-weight: 100;
	color: #fff;
	font-size: 1.7em;
	line-height: 1em;
	letter-spacing: -0.01em;
}

.main.style1 .content p {
	font-family: 'mpentatextregular';
	color: #fff;
	line-height: 1em;
	letter-spacing: -0.03em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
	font-size: 3.1em;
}

.text_pag {}

.main.style1:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.main.style1 .content {
	opacity: 1.0;
	display: inline-block;
	/*vertical-align: middle;*/

	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.main.style1 .content2 {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	opacity: 1.0;
	/*vertical-align: middle;*/
}

#diapo01 {}

#diapo02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	padding-top: 3em;
	padding-left: 6em;
	padding-right: 6em;
	cursor: pointer;
	opacity: 0;
	background-color: #fff;
}

#diapo02 h2 {
	color: #000;
	opacity: 0;
	top: 16px;
	position: relative;
}

#diapo02 p {
	color: #000;
	opacity: 0;
	top: 18px;
	position: relative;
}

#diapo03 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding-top: 3em;
	padding-left: 6em;
	padding-right: 6em;
}

#diapo03 h2 {
	color: #575756;
	font-size: 1.5em;
}

#diapo03 p {
	font-size: 2.8em;
	color: #575756;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#diapo01_pro {
	width: 90%;
}

#diapo02_pro {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	padding-top: 3em;
	padding-left: 6em;
	padding-right: 6em;
	cursor: pointer;
}

#diapo02_pro h2 {
	color: #000;
	opacity: 0;
	top: 16px;
	position: relative;
}

#diapo02_pro p {
	color: #000;
	opacity: 0;
	top: 18px;
	position: relative;
}

#diapoedu01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding-top: 3em;
	padding-left: 6em;
	padding-right: 6em;
	cursor: pointer;
	display: none;
	/*background-color: #dfdfdf;*/
	background: url('../img/educacio01_gran.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow: hidden;
}

#diapoedu02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding-top: 3em;
	padding-left: 6em;
	padding-right: 6em;
	cursor: pointer;
	display: none;
	/*background-color: #dfdfdf;*/
	background: url('../img/educacio02_gran.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow: hidden;
}

#diapoedu03 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding-top: 3em;
	padding-left: 6em;
	padding-right: 6em;
	cursor: pointer;
	display: none;
	/*background-color: #dfdfdf;*/
	background: url('../img/educacio03_gran.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow: hidden;
}

#diapoedu01 h2 {
	color: #000;
	opacity: 0.7;
}

#diapoedu02 h2 {
	color: #000;
	opacity: 0.7;
}

#diapoedu03 h2 {
	color: #000;
	opacity: 0.7;
}

#diapoedu01 p {
	color: #000;
	opacity: 0.7;
}

#diapoedu02 p {
	color: #000;
	opacity: 0.7;
}

#diapoedu03 p {
	color: #000;
	opacity: 0.7;
}

#diapoq01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding-top: 3em;
	padding-left: 6em;
	padding-right: 6em;
	cursor: pointer;
	display: none;
	/*background-color: #dfdfdf;*/
	background: url('../img/qualitat01_gran.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow: hidden;
}

#diapoq02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding-top: 3em;
	padding-left: 6em;
	padding-right: 6em;
	cursor: pointer;
	display: none;
	/*background-color: #dfdfdf;*/
	background: url('../img/qualitat02_gran.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow: hidden;
}

#diapoq03 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding-top: 3em;
	padding-left: 6em;
	padding-right: 6em;
	cursor: pointer;
	display: none;
	/*background-color: #dfdfdf;*/
	background: url('../img/qualitat03_gran.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow: hidden;
}

#diapoq01 h2 {
	color: #000;
	opacity: 0.7;
}

#diapoq02 h2 {
	color: #000;
	opacity: 0.7;
}

#diapoq03 h2 {
	color: #000;
	opacity: 0.7;
}

#diapoq01 p {
	color: #000;
	opacity: 0.7;
}

#diapoq02 p {
	color: #000;
	opacity: 0.7;
}

#diapoq03 p {
	color: #000;
	opacity: 0.7;
}

#diapoq012 h2 {
	color: #575756;
}

#diapoq022 h2 {
	color: #575756;
}

#diapoq032 h2 {
	color: #575756;
}

#diapoq012 p {
	color: #575756;
}

#diapoq022 p {
	color: #575756;
}

#diapoq032 p {
	color: #575756;
}

#bto {
	cursor: pointer;
	margin-top: -2em;
	margin-left: -0.7em;
}

#bto_pro {
	cursor: pointer;
	margin-top: -1em;
	margin-left: -0.7em;
}

.titol {
	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #000;
	font-size: 24px;
}

.titol hr {
	border: solid 1px #e5e6e7;
}

/*
				.text_sobre {
					position: relative;
					top: -230px;
					font-family: 'mpentatextregular';
					color: #fff;
					line-height: 1em;
					letter-spacing: -0.03em;
					text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.55);
					font-size: 2em;
					opacity: 0;
					padding: 10px 10px 10px 10px;
				}
*/

.text_sobre {
	position: relative;
	/* top: -230px; */
	font-family: 'mpentatextregular';
	color: #fff;
	line-height: 1em;
	letter-spacing: -0.03em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.55);
	font-size: 2em;
	opacity: 0;
	/* padding: 10px 10px 10px 10px; */
	/* margin-top: -150px; */
	/* top: 50%; */
	-ms-transform: translateY(-270%);
	-webkit-transform: translateY(-270%);
	-moz-transform: translateY(-270%);
	-o-transform: translateY(-270%);
	transform: translateY(-270%);
}

.text_sobre_linia {
	position: relative;
	/* top: -230px; */
	font-family: 'mpentatextregular';
	color: #fff;
	line-height: 1em;
	letter-spacing: -0.03em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.55);
	font-size: 2em;
	opacity: 0;
	-ms-transform: translateY(-500%);
	-webkit-transform: translateY(-500%);
	-moz-transform: translateY(-500%);
	-o-transform: translateY(-500%);
	transform: translateY(-500%);
	/* padding: 10px 10px 10px 10px; */
	/* margin-top: -150px; */
	/* top: 50%; */
}

.text_sobre_qualitat {
	position: relative;
	/* top: -230px; */
	font-family: 'mpentatextregular';
	color: #fff;
	line-height: 1em;
	letter-spacing: -0.03em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.55);
	font-size: 2em;
	opacity: 0;
	padding: 10px 10px 10px 10px;
	/* margin-top: -150px; */
	/* top: 50%; */
	-ms-transform: translateY(-230%);
	-webkit-transform: translateY(-230%);
	-moz-transform: translateY(-230%);
	-o-transform: translateY(-230%);
	transform: translateY(-230%);
}

.text_sobre_qualitat[max-width~="300px"] {
	position: relative;
	/* top: -230px; */
	font-family: 'mpentatextregular';
	color: #fff;
	line-height: 1em;
	letter-spacing: -0.03em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.55);
	font-size: 2em;
	opacity: 0;
	padding: 10px 10px 10px 10px;
	/* margin-top: -150px; */
	/* top: 50%; */
	-ms-transform: translateY(-170%);
	-webkit-transform: translateY(-170%);
	-moz-transform: translateY(-170%);
	-o-transform: translateY(-170%);
	transform: translateY(-170%);
}

#icona {
	position: absolute;
	top: 30em;
	margin-left: 8em;
	cursor: pointer;
}

#iconaq01 {
	position: absolute;
	display: none;
	top: 30em;
	left: 48.2%;
	cursor: pointer;
	opacity: 0;
}

#iconaq02 {
	position: absolute;
	display: none;
	top: 30em;
	left: 48.2%;
	cursor: pointer;
	opacity: 0;
}

#iconaq03 {
	position: absolute;
	display: none;
	top: 30em;
	left: 48.2%;
	cursor: pointer;
	opacity: 0;
}

.main.style1.inactive {}

.main.style1.inactive .content {
	opacity: 0;
}

.main.style2 {
	padding: 3em 0 3em 0;
	overflow: hidden;
}

.main.style2 .content {
	position: relative;
	width: 35%;
	display: inline-block;
	vertical-align: middle;

	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.main.style2.left {}

.main.style2.left:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.main.style2.left .content {
	left: 0;
}

.main.style2.right {}

.main.style2.right:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.main.style2.right .content {
	left: 65%;
}

.main.style2.inactive {}

.main.style2.inactive .content {}

.main.style2.inactive.left .content {
	left: -35%;
}

.main.style2.inactive.right .content {
	left: 100%;
}

/*.main.style3 {
				text-align: center;
				padding: 6em 0 6em 0;
			}
			*/
.main.style3 .content {}

.main.style3 .content>header {
	margin-bottom: 2em;
}

.main.style3.primary {
	background: #fff;
}

.main.style3.secondary {
	background: #f5f6f7;
}

.main.style3 {
	text-align: center;
	padding: 3em 0 3em 0;
}

.main.style3 header {
	margin-bottom: 4em !important;
}

.main.style3 h2 {
	font-family: 'mpentatextregular';
	font-weight: 100;
	color: #fff;
	font-size: 1.7em;
	line-height: 1em;
	letter-spacing: -0.01em;
}

.main.style3 .content p {
	font-family: 'mpentatextregular';
	color: #fff;
	line-height: 1em;
	letter-spacing: -0.03em;
	/*text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);*/
	font-size: 3.1em;
}

/* Dark */

.dark {
	color: #662483;
}

/*
			.dark a {
				color: #662483;
			}
			*/

.dark .button.style2 {
	border-color: inherit;
	/*background-color: rgba(64,64,64,0.05);*/
}

.dark .button.style2:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.dark .button.style2.down {
	background-image: url('../img/fletxa2.svg');
}

.dark .button.style2.down2 {
	background-image: url('../img/fletxan.svg');
}

.dark .button.style2.down3 {
	background-image: url('../img/fletxaw.svg');
}


/*********************************************************************************/
/* Spinner                                                                       */
/*********************************************************************************/

@-moz-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-o-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-o-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-webkit-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-o-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-o-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-o-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-o-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-o-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-ms-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-o-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-o-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-o-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-o-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

/*********************************************************************************/
/* Loader                                                                        */
/*********************************************************************************/

@-moz-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes spinner-hide {
	0% {
		color: #ececec;
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-o-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #ececec;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-o-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #ececec;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-o-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-webkit-keyframes spinner-hide {
	0% {
		color: #ececec;
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-o-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #ececec;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-o-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #ececec;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-o-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-o-keyframes spinner-hide {
	0% {
		color: #ececec;
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-o-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #ececec;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-o-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #ececec;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-o-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-ms-keyframes spinner-hide {
	0% {
		color: #ececec;
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-o-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #ececec;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-o-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #ececec;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-o-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@keyframes spinner-hide {
	0% {
		color: #ececec;
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-o-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #ececec;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-o-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #ececec;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-o-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-moz-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-webkit-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-o-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-ms-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

body {
	text-decoration: none;
}

body:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

body:before {
	-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	-o-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	color: #ececec;
	/*content: '\f1ce';*/
	cursor: default;
	display: block;
	font-size: 2em;
	height: 2em;
	left: 50%;
	line-height: 2em;
	margin: -1em 0 0 -1em;
	opacity: 0;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 2em;
	z-index: -1;
}

body:after {
	-moz-animation: overlay-hide 1.5s ease-in forwards !important;
	-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
	-o-animation: overlay-hide 1.5s ease-in forwards !important;
	-ms-animation: overlay-hide 1.5s ease-in forwards !important;
	animation: overlay-hide 1.5s ease-in forwards !important;
	background: #ffffff;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

body.is-loading:before {
	-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	-o-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	z-index: 100001;
}

body.is-loading:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	opacity: 1;
	z-index: 100000;
}

@media (-webkit-min-device-pixel-ratio: 2) {
	body:before {
		line-height: 2.025em;
	}
}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

.icon {
	text-decoration: none;
	display: none;
}

.icon:before {
	display: none;
	font-family: FontAwesome;
	font-size: 1.25em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon>.label {
	display: none;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#acces {
	position: absolute;
	z-index: 9997;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 3em;
	line-height: 1.2em;
	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	font-size: 36px;
	text-align: center;
}

#acces a {
	color: #fff !important;
}

#acces a:hover {
	color: rgb(0, 75, 133) !important;
}

#lemes {
	position: absolute;
	z-index: 9997;
	left: 0;
	bottom: 155px;
	width: 100%;
	height: 3em;
	line-height: 1.2em;
	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #fff;
	font-size: 21px;
	/*background:rgba(255,255,255,0.3);*/
	text-align: center;
}

#lema {
	position: absolute;
	z-index: 9997;
	left: 0;
	text-align: center;
	bottom: 16%;
	width: 100%;
	height: 3em;
	font-family: 'mpentatextregular';
	line-height: 1em;
	letter-spacing: -0.05em;
	font-size: 6.7em;
}

#marca {
	position: absolute;
	z-index: 9997;
	left: 0;
	bottom: 64%;
	width: 100%;
	height: 3em;
	line-height: 1.2em;
	font-family: 'stornoregular';
	letter-spacing: -0.07em;
	font-size: 3em;
	text-align: center;
}

#tapa_header {
	position: fixed;
	z-index: 10001;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	height: 4em;
	line-height: 3.1em;
}

#header {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	/*background: #fff;*/
	height: 4em;
	line-height: 3em;
	/*box-shadow: 0 0 0.15em 0 rgba(0,0,0,0.1);*/
}


#sota_header {
	position: fixed;
	z-index: 9998;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	height: 4em;
	line-height: 3em;
	opacity: 0;
}

body {
	padding-top: 3em;
}

#logo {
	position: absolute;
	left: 1em;
	top: 5px;
	height: 4em;
	line-height: 3em;
	letter-spacing: -1px;
}

#logo a {
	font-size: 1.25em;
}

#nav {
	position: absolute;
	font-family: 'stornoregular';
	letter-spacing: -0.03em;
	color: #999999;
	font-size: 21px;
	right: 2.5em;
	top: 0;
	height: 4em;
	line-height: 4em;
}

#nav ul {
	margin: 0;
}

#nav ul li {
	display: inline-block;
	margin-left: 1.6em;
	font-size: 0.9em;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	height: 3em;
	line-height: 3em;
	padding: 0 0.5em 0 0.5em;
	outline: 0;
}

#nav ul li a:hover {
	color: #000;
}


section.active {}

a.active {
	color: #000;
}


/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

#intro {
	background: url('../img/mes01.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f39ca2;
}

/*********************************************************************************/
/* Vocacio                                                                       */
/*********************************************************************************/

#vocacio {
	background: url('../img/fonsplana022.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow: hidden;
}

/*********************************************************************************/
/* Intermig                                                                      */
/*********************************************************************************/

#intermig {
	background: url('../img/fonsvocacio2.png');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow: hidden;
}

/*********************************************************************************/
/* Intermig2                                                                     */
/*********************************************************************************/

#intermig2 {
	background: url('../img/mesmpenta02.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow: hidden;
}

/*********************************************************************************/
/* Professionalitat                                                              */
/*********************************************************************************/

#professionalitat {
	background: url('../img/fonsplana03.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow: hidden;
}

/*********************************************************************************/
/* Educacio                                                                      */
/*********************************************************************************/

#educacio {}

#educacio .row.images {}

#educacio .row.images .image {
	position: relative;
	top: 0;
	left: 0;
	opacity: 1.0;

	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

#educacio .row.images.inactive {}

#educacio .row.images.inactive .image {
	opacity: 0;
}

#educacio .row.images.inactive .image.from-left {
	left: -14em;
}

#educacio .row.images.inactive .image.from-right {
	left: 14em;
}

#educacio .row.images.inactive .image.from-top {
	top: -7em;
}

#educacio .row.images.inactive .image.from-bottom {
	top: 7em;
}

/*********************************************************************************/
/* Qualitat                                                                      */
/*********************************************************************************/

#qualitat {}

#qualitat .row.images {}

#qualitat .row.images .image {
	position: relative;
	top: 0;
	left: 0;
	opacity: 1.0;

	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

#qualitat .row.images.inactive {}

#qualitat .row.images.inactive .image {
	opacity: 0;
}

#qualitat .row.images.inactive .image.from-left {
	left: -14em;
}

#qualitat .row.images.inactive .image.from-right {
	left: 14em;
}

#qualitat .row.images.inactive .image.from-top {
	top: -7em;
}

#qualitat .row.images.inactive .image.from-bottom {
	top: 7em;
}

/*********************************************************************************/
/* I més...                                                                      */
/*********************************************************************************/

#imes {
	/*background: url('../img/fonsplana022.jpg');
		background-size: cover;
		background-attachment: fixed;
		background-position: center center;
		overflow: hidden;*/
	background-color: #fff;
}


/*********************************************************************************/
/* Contact                                                                       */
/*********************************************************************************/

#contact {
	padding-bottom: 0;
	overflow: hidden;
}

#contact .box {
	position: relative;
	bottom: 0;

	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

#contact.inactive {}

#contact.inactive .box {
	bottom: -30em;
}

/*********************************************************************************/
/* Two                                                                           */
/*********************************************************************************/

#two {
	background: url('../images/two.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
	position: relative;
	height: 5em;
	line-height: 5em;
	margin: 0;
	background: #39454b;
	color: #999;
	color: rgba(185, 186, 187, 0.5);
	overflow: hidden;
}

#footer a {
	color: #999;
	color: rgba(185, 186, 187, 0.5);
}

#footer a:hover {
	color: #bbb;
	color: rgba(185, 186, 187, 1.0);
}

#footer .actions {
	position: absolute;
	left: 1em;
	top: 0.25em;
	height: 5em;
	line-height: 5em;
	margin: 0;
}

#footer .actions li {
	font-size: 1.25em;
	margin: 0;
}

#footer .actions li a {
	padding: 0.5em;
}

#footer .menu {
	position: absolute;
	right: 2em;
	top: 0;
	height: 5em;
	line-height: 5em;
	margin: 0;
}

#footer .menu li {
	font-size: 0.9em;
}

/*********************************************************************************/
/* Poptrox                                                                       */
/*********************************************************************************/

.poptrox-popup {
	background: #fff;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	padding-bottom: 3em;
	box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
}

.poptrox-popup .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1em 0 0 -1em;
	width: 2em;
	height: 2em;
	display: block;
	font-size: 2em;
}

.poptrox-popup .loader:before {
	-moz-animation: spinner-rotate 0.75s infinite linear !important;
	-webkit-animation: spinner-rotate 0.75s infinite linear !important;
	-o-animation: spinner-rotate 0.75s infinite linear !important;
	-ms-animation: spinner-rotate 0.75s infinite linear !important;
	animation: spinner-rotate 0.75s infinite linear !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	color: #ececec;
	content: '\f1ce';
	cursor: default;
	display: block;
	height: 2em;
	left: 0;
	line-height: 2em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2em;
}

.poptrox-popup .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 3em;
	line-height: 2.8em;
	text-align: center;
	cursor: default;
	z-index: 1;
	font-size: 0.9em;
}

.poptrox-popup .nav-next,
.poptrox-popup .nav-previous {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.01);
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
	content: '';
	position: absolute;
	width: 96px;
	height: 64px;
	background: url('images/poptrox-nav.svg');
	top: -moz-calc(50% - 1.5em);
	top: -webkit-calc(50% - 1.5em);
	top: -o-calc(50% - 1.5em);
	top: -ms-calc(50% - 1.5em);
	top: calc(50% - 1.5em);
	margin: -32px 0 0 0;
}

.poptrox-popup:hover .nav-next,
.poptrox-popup:hover .nav-previous {
	opacity: 0.5;
}

.poptrox-popup:hover .nav-next:hover,
.poptrox-popup:hover .nav-previous:hover {
	opacity: 1.0;
}

.poptrox-popup .nav-previous:before {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: "FlipH";
	filter: FlipH;
}

.poptrox-popup .nav-next {
	right: 0;
}

.poptrox-popup .nav-next:before {
	right: 0;
}

.poptrox-popup .nav-previous {
	left: 0;
}

.poptrox-popup .nav-previous:before {
	left: 0;
}

.poptrox-popup .closer {
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	z-index: 2;
	opacity: 0;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .closer:before {
	content: '';
	display: block;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	box-shadow: inset 0 0 0 2px #fff;
	background: url('images/poptrox-closer.svg') center center;
	color: #fff !important;
}

.poptrox-popup:hover .closer {
	opacity: 0.5;
}

.poptrox-popup:hover .closer:hover {
	opacity: 1.0;
}

/*********************************************************************************/
/* Touch Mode                                                                    */
/*********************************************************************************/

body.is-touch {}

body.is-touch .main {
	background-attachment: scroll !important;
}

body.is-touch .poptrox-popup {}

body.is-touch .poptrox-popup .nav-next,
body.is-touch .poptrox-popup .nav-previous,
body.is-touch .poptrox-popup .closer {
	opacity: 1.0 !important;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

	body {
		background-color: #fff;
	}

	input[type="submit"],
	.button {
		border: 1;
		color: #000;
	}

	.tit_form {
		margin-bottom: -35px;
	}

	#lemes {
		bottom: 105px;
	}

	.main.style1 .content p {
		font-family: 'mpentatextregular';
		color: #fff;
		line-height: 1em;
		letter-spacing: -0.03em;
		text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
		font-size: 2.7em;
	}

	.main.style3 .content p {
		font-family: 'mpentatextregular';
		color: #fff;
		line-height: 1em;
		letter-spacing: -0.03em;
		text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
		font-size: 2.7em;
	}

	#sota_header {
		height: 5em;
	}

	#tapa_header {
		height: 5em;
	}

	.button.down3 {
		display: none;
	}

	.button.down2 {
		display: none;
	}

	#cookie-bar.fixed {
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 27% !important;
	}

	#nav {
		right: 12.5em;
	}

	#nav ul li {
		display: inline-block;
		margin-left: 1em;
		font-size: 0.9em;
	}

}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

	body {
		background-color: #fff;
	}

	#diapo01,
	#diapo03 {
		margin-top: 4.5em;
	}

	#diapoedu01,
	#diapoedu02,
	#diapoedu03,
	#diapo02,
	#diapoq01,
	#diapoq02,
	#diapoq03 {
		padding-top: 11.5em;
	}

	#diapo01_pro {
		padding-top: 8em;
	}

	#diapo02_pro {
		padding-top: 11em;
	}

	#dosform {
		width: 85% !important;
	}

	#xarxes {
		margin-top: 2em;
	}

	#form_peripad {
		margin-top: 2em;
	}

	input[type="submit"],
	.button {
		border: 1 !important;
		color: #000;
		margin-left: 1.5em;
		margin-top: 1em;
	}

	.tit_form {
		margin-bottom: -15px;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select {
		line-height: 1.35em;
		margin-bottom: 1em;
	}

	.buttonText {
		margin-bottom: 1.1em;
	}

	.form-control {
		margin-bottom: 0em !important;
	}

	.formulari_2 {
		margin-top: 0;
	}

	.social {
		margin-top: 1em;
		margin-bottom: 20em;
	}

	.main.style1 .content p {
		font-family: 'mpentatextregular';
		color: #fff;
		line-height: 1em;
		letter-spacing: -0.03em;
		text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
		font-size: 2.7em;
	}

	.main.style3 .content p {
		font-family: 'mpentatextregular';
		color: #fff;
		line-height: 1em;
		letter-spacing: -0.03em;
		text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
		font-size: 2.7em;
	}

	#tapa_header {
		height: 5.1em;
	}

	#nav {
		right: 21.5em;
	}

	#nav ul li {
		display: inline-block;
		margin-left: 0em;
		font-size: 0.9em;
	}

	#logo {
		left: 0em;
	}

	#icona {
		margin-left: 5em;
	}

	.container.\35 0\25 {
		width: 100% !important;
	}

	.container.\37 5\25 {
		margin-left: 0;
	}

	#cookie-bar.fixed {
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 27% !important;
	}

	.container {
		margin-left: 22px;
		margin-right: auto;
		width: 720px;
		padding-top: 4em;
	}

	.row>* {
		padding: 0 0 0 0 !important;
	}

}

#vocacio_ext {
	position: absolute;
	top: -100px;
}

@media screen and (orientation: portrait) {

	#lema {
		bottom: 21%;
		font-size: 7em;
		line-height: 0.8;
	}

	#marca {
		bottom: 68%;
	}

}

/*#enviat {
	width: 300px;
	height: 300px;
	background-color: #000;
}
*/
