/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, ::after, ::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
		}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/*********** EL BALL DE SANT VITO
@font-face {
	font-family: 'Conv_VerveStd-Regular';
	src: url('fonts/VerveStd-Regular.eot');
	src: local('☺'), url('fonts/VerveStd-Regular.woff') format('woff'), url('fonts/VerveStd-Regular.ttf') format('truetype'), url('fonts/VerveStd-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
 ********/
@font-face {
	font-family: 'Conv_social_shapes';
	src: url('fonts/social_shapes.eot');
	src: local('☺'), url('fonts/social_shapes.woff') format('woff'), url('fonts/social_shapes.ttf') format('truetype'), url('fonts/social_shapes.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.versalita {
	font-variant: all-small-caps;
}
label {
	display: block;
	line-height: 1.5em;
	margin-bottom: 1em;
}
a.button, input[type='submit'] {

	background-color: #09B5E9;
	padding: .8rem;
	letter-spacing: .1em;
	display: inline-block;
	margin-top: 1em;
	border-radius: 2px;
	border: none;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	margin-right: .6em;
	transition: color 0.25s cubic-bezier(0.24, 0.65, 0.6, 0.92), background-color 0.25s cubic-bezier(0.24, 0.65, 0.6, 0.92), border 0.25s cubic-bezier(0.24, 0.65, 0.6, 0.92);
}
a.button:hover, input[type='submit']:hover {
	background-color: #fff;
	color: #09B5E9;
}
html {
	overflow-y: auto;
	overflow-x: auto;
}
body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: 'Poppins', sans-serif;

	font-size: .95rem;
	color: #111;
	text-rendering: optimizeLegibility;
}
h1, h2, h3 {

    /*font-family: 'Fira Sans', sans-serif;*/
    letter-spacing: 0.0em;

	text-overflow: ellipsis;
	font-weight: 600;

}
h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 2.2em;
    margin-bottom: 0.3rem;
	font-weight: 600;
}
span.subtitle {
	text-transform: uppercase;
	font-size: .8em;
}
h2 {
	padding: 0;
	margin: 0;
	line-height: 1.1em;
	font-size: 2.4em;
}
a {
	color: #999;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.25s cubic-bezier(0.24, 0.65, 0.6, 0.92), background-color 0.25s cubic-bezier(0.24, 0.65, 0.6, 0.92), border 0.25s cubic-bezier(0.24, 0.65, 0.6, 0.92);
}

a:hover {
color: #1b9cc3;
/*	background-color: #09B5E9;*/
}
address {
	line-height: 1.5em;
	font-style: normal;
	position: relative;
	overflow: hidden;
	display: block;
	font-size: .95em;
}
p {
	font-size: 1.03em;
	line-height: 1.4em;
}
p.small {
	font-size: .82em;
}
ul {
	margin: 0;
	padding: 0;
}
input[type="text"], input[type="email"], input[type="number"], textarea {
	width: 100%;
	border-radius: 2px;
	font-size: .96em;
	border: solid 1px #808080;
	line-height: 1.4em;
	padding: .2em .3em .2em .3em;
	background-color: #deded8;
	background-color: rgba(250,250,250,.8);
	transition: background .6s ease-in-out;
	padding: 0.5rem;
}
textarea {
	min-height: 7em;
}
input[type="text"]:focus, textarea:focus, input[type="email"]:focus, input[type="number"]:focus  {
	background-color: rgba(255,255,255,.99);
}
label span {
	display: block;
}
:focus {
	outline: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
.padding {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-top {
	padding-top: 100px;
}
.padding-bottom {
	padding-bottom: 25px;
}
.margin-bottom {
	margin-bottom: 25px;
}
.small {
	max-width: 400px;
	margin: auto;
	margin-bottom: 3em;
}
.hide {
	opacity: 0!important;
}
.define_column {
	width: 100%;
    max-width: 1400px;
	min-width: 200px;
	margin: auto;
	padding-left: 3rem;
	padding-right: 3rem;
	position: relative;

}
.complete {
	width: 100%;
}
.border {
	padding-left: 30px;
	padding-right: 30px;
	border-left: 1px #adA0A8 solid;
	border-right: 1px #adA0A8 solid;
	margin-top: 30px;
}
.line_bottom {
	border-bottom: 1px solid #adA0A8;
}
.flex-2 {
	display: flex;
}
.flex-2 div {
	width: 50%;
}
.columns-2 {
	display: flex;
	justify-content: space-between;
}

.columns-2 h1 {
	column-span: all;
}
.columns-3 {
	column-count: 3;
	column-gap: 3em;
}
.columns-4 {
	column-count: 4;
	-webkit-column-gap: 2em;
	column-gap: 2em;
}
.columns-4 div, .columns-2 div, .columns-3 div {
	position: relative;
	-webkit-column-break-inside: avoid;
	column-break-inside: avoid;
	overflow: hidden;
}
.columns-3 p {
	padding: 0;
	margin: 0;
}
.col-dec {
	column-rule: 1px solid #adA0A8;
	;
}
.columns-3 ul {
	list-style-type: square;
	margin-left: 1.4em;
}

#wrap {
	min-width: 320px;
}
#wrap.dark {
	color: #000;
}
.content {
	width: 100%;
}
/* Menu */
#menu_hide {
	display: none;
}
#menu_hide.active {
	position: fixed;
	background: rgba(0,0,0,.9);
	width: 100%;
	height: 100vh;
	z-index: 500;
	display: flex;
	align-items: center;
	font-size: 1.2em;
}
#close_menu_hide {
	position: absolute;
	top: 1em;
	right: 1em;
}
#top {
	top: 0;
	transition: all .6s ease-out;
	min-height: 75px;
}
#top nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	right: 25px;
	transition: all .6s ease-out;
}
#wrap #top {
	height: 75px;
}
#wrap.home #top, #wrap.home #top_container {
	height: 25vh;
}
#wrap.home #top img {
	width: 210px;
}

/**************** COOKIES *********************/
#cookies_alert{
	background-color: rgba(112,112,112,.95);
    color: #fff;

	 position: fixed;

    width: 100%;
	padding:0 2em 0 2em;
	z-index: 100000;

	    display: flex;
    justify-content: center;
    align-items: center;
	 text-align: center;
	    font-size: .8em;
	transition: bottom .4s ease-in 1s;
}

#cookies_alert a, #cookies_alert button{
white-space: nowrap;
}

#cookies_alert button{
		    background-color: #09B5E9;
    padding: .4em .8em .4em .8em;
    font-weight: 700;
    color: white;
    text-decoration: none;
    border: none;
	margin-right:1em;
	margin-left:1em;
	    border-radius: 2px;
	    transition: transform .3s ease-in-out .4s, opacity .3s ease-in-out .4s, color .3s ease-in-out, background-color .3s ease-in-out;
	    cursor: pointer;
}
#cookies_alert button:hover{
	color: #09B5E9;
	background-color: #fff;
}
#cookies_alert a{
	color:#fff;
}
#cookies_alert a:hover{
	color:#09B5E9;
}


/************************************/
#wrap .spider {
	position: absolute;
	display: block;

	top:0;
	left: 190px;
	animation-name: spider02;
	animation-duration: 1.8s;
	animation-timing-function: linear;
	animation-delay: 0;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-fill-mode: forwards;
	transition: all .6s ease-out;
height: 55px;
	width:38px;
}
#wrap.home .spider {
	left: 270px;
	    height: calc(25vh - 20px);

}

/* Hack edge */
_:-ms-lang(x), _:-webkit-full-screen,
   #wrap.home .spider {
	    height: 20vh;

}

 @keyframes spider02 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(-2deg);
}
}
#wrap .spider .line {
	background-color: #ccc;
	width: 1px;
		height: 100%;
	position: absolute;
	left: 50%;
	bottom:25vh;
	animation-name: spider_down;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: .3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	transition: all .6s ease-out;
}
#wrap.home .spider .line {


}

#wrap .spider>.container>img {
	width: 28px;
	position: absolute;
	left: 50%;
    margin-bottom: -10px;
	bottom:25vh;
	margin-left: -14px!important;
	transition: all .6s ease-out;
animation-name: spider_down;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: .3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
#wrap.home .spider>.container img {
	width: 38px!important;
	margin-left: -18px!important;

}

 @keyframes spider_down {
 0% {
bottom:25vh;
}
100% {
bottom:0;
}
}


/* Menu hide */

#show_menu_hide {
	align-items: center;
	margin-left: 1em;
	position: absolute;
	filter: invert(100%);
	display: block;
	top: 10px;
	height: 35px;
	width: 35px;
	right: 1rem;
}
#wrap.home #show_menu_hide {
	display: block;
	top: 10px;
	height: 35px;
	width: 35px;
	right: 1rem;
}
#show_menu_hide a {
	display: none;
	margin-right: 1em;
	height: 35px;
	width: 35px;
	background-image: url(svg/menu.svg);
	background-repeat: no-repeat;
}
#top #logo {
	position: absolute;
	z-index: 255;
	display: block;
	width: 135px;
	height: 29px;
	bottom: 10px;
	transition: all .6s ease-out;
	left: 3rem;
}
#wrap.home #top #logo {
	width: 210px;
	height: 44px;
}
#top #logo a {
	position: relative;
	overflow: hidden;
	display: block;
}
#top #logo img {
	width: 135px;
	margin: 0;
	padding: 0;
	transition: all .6s ease-out;
}
#top_container {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 266;
	height: 75px;
	transition: all .6s ease-out;
	min-height: 75px;
	background-color: rgba(255,255,255,.93);
}
#top_container #lang>a {
	text-align: center;
	background-color: #adA0A8;
	color: #f5f5f0;
	padding-left: .2em;
	padding-right: .2em;
	padding-bottom: .1em;
	font-weight: normal;
	letter-spacing: .03em;
}
#top_container #lang>a:hover {
	background-color: #42A2B5;
	cursor: pointer;
}
#menu_langs {
	position: fixed;
	top: 1rem;
	right: 1rem;
}
#menu_langs ul {
	font-size: .78em;
	text-align: right;
}
#menu_langs li {
	display: inline-block;
	margin-left: .5rem;
}
#menu_langs li a {
	font-weight: normal;
    padding: 0.5rem;
}
#menu_langs li span {
	border-radius: 1px;
	background-color: #9e9e98;
	padding: 0.5rem;
	color: #fff;
}
#page {
	opacity: 0;
}
ul.menu {
	text-align: right;

}
ul.menu li {
	display: inline-block;
	font-family: 'Fira Sans', sans-serif!important;
	font-size: .9rem;
	margin-left: 1.9em;
	font-weight: 300;
	font-weight: bold;
	color: #242321;
	letter-spacing: .02em;
	text-transform: uppercase;
	    list-style-type: none;
    list-style-position: outside;
}

ul.menu>li>ul {
	position: absolute;
	text-align: left;
	padding: 1rem;

	margin-top: 5px;
	display: none;
	text-shadow: #111 0 0 1px;
	background-color: #5a5a52;/*
	background: -moz-linear-gradient(bottom, rgba(140,140,140,1) 0%, rgba(140,140,140,1) 23%, rgba(170,170,170,1));
	background: -webkit-linear-gradient(bottom, rgba(140,140,140,1) 0%, rgba(140,140,140,1) 23%, rgba(170,170,170,1));
	background: linear-gradient(to top, rgba(140,140,140,1) 0%, rgba(140,140,140,1) 23%, rgba(170,170,170,1));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#999999', GradientType=0 );
	*/
}
/*
ul.menu>li>ul::after {
	background-image: url(img/arrow_up.png);
	display: block;
	width: 14px;
	height: 14px;
	opacity: .8;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 50%;
	bottom: .4em;
	cursor: pointer;
	margin-right: -7px;
}
*/
ul.menu>li>ul>li {
	color: #fff;
	margin: 0;
	display: block;
	text-transform: none;
	line-height: 1.9em;
	    font-size: .95em;
}
ul.menu>li>ul>li a {
	display: inline-block;
	width: 100%;
	height: 2em;
	color: #fff;
}
ul.menu>li>ul>li a:hover {
	color: #c0e8f3;
}
ul.menu>li>ul>li>ul {
	display: none;
}
ul.menu li a {
	color: #242321;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;

}
ul.menu li a.sel {
	font-weight: 600;
}
ul.menu li a:hover {
	color: #1b9cc3;
}
.playVideo {
	border-radius: 1vh;
	display: block;
	width: 8vh;
	height: 8vh;
	min-width: 40px;
	min-height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5vh;
	background: url(img/play.png) no-repeat center center;
	background-size: 50%;
	background-color: rgba(0,0,0,.7);
	transition: background-color .15s ease-in;
}
.playVideo:hover {
	background-color: rgba(200,0,0,.7);
}
/* FOOTER */

#wrap.company footer, #wrap.contact footer {
/*    background-color: inherit;*/
}
#wrap.work footer .define_column {
	background-color: #fff;
}
footer {
	color: #818181;
	text-align: center;
	z-index: 255;
	position: relative;
}
footer .define_column {
	padding-top: 30px;
	transition:all .4s linear;
}
footer img.logo {
	display: block;
	width: 220px;
	margin: auto;
	margin-bottom: .7em;

}
footer a {
	color: #707171;
	font-weight: normal;
}
footer .logos h3
{

font-weight: 600;
text-transform: uppercase;
font-size: .95rem;
}
footer .logos ul
{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}
footer .logos li
{

	margin-left: 1.5rem;
	margin-right: 1.5rem;
	margin-bottom:2rem;

}
footer .logos img
{

	width:100%;
	max-width:150px;
	max-height: 80px;
}



ul#footer_menu {
	margin-top: .7em;
}
ul#footer_menu li {
	line-height: 1.4em;
	display: inline-block;
	margin-left: 1em;
	font-weight: 700;
}
ul#footer_menu li::before {
	content: "[";
	margin-right: .3em;
}
ul#footer_menu li::after {
	content: "]";
	margin-left: .3em;
}
/* COMPANY */
#wrap.company .background {
	background-image: url(img/company.jpg);

}


/* PAGE */

#wrap.page .background{
		background-image: url(img/pae.jpg);
}
/* CONTACT */



.panel.contact>div {
	/*pointer-events: none;*/
	font-size: .94em;
	display: flex;
	height: 100vh;
	position: relative;
	z-index: 255;
	width: 100%;
	opacity: 1;
	margin-top: 0;
	transition: all 1s ease-in-out;
	flex-wrap: wrap;
	align-items: center;
	min-height: 800px;
}
.panel.contact div.define_column {
	display: flex;
	align-items: center;
	padding-top: 10em;
}
div.half {
	margin-left: 50%;
	width: 50%;
}
.panel.contact .background {
	background-image: url(img/contact.jpg);
	opacity: 1;
	background-size: cover;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.panel.contact.active {
	pointer-events: all;
	opacity: 1;
}
.panel.contact a:link {
	font-weight: 400;
}

.panel.contact ul {
	font-size: .9em;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: .5em;
	margin-bottom: .5em;
}
.panel.contact ul ul {
	display: none;
}
.panel.contact .copy ul li {
	display: inline-block;
}
.panel.contact .logo {
	text-align: center;
}

.panel.contact .antispam {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: .5rem;
}
.panel.contact .antispam input{
	width: auto;

}


footer span.follow
{
    display: block;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 1.05em;
    margin-top: 2rem;

}
ul.social {
	font-family: 'Conv_social_shapes', sans-serif;
	font-size: 2.7em;
	margin-top: .25rem;
    line-height: 1;
}
ul.social li {
	display: inline-block;
}
ul.social li a{
	font-size:3.5rem;
}
.social li a.twitter:after {
	content: 'N';
}
.social li a.linkedIn:after {
	content: 'S';
}
.social li a.facebook:after {
	content: 'M';
}
.social li a.youtube:after {
	content: 'V';
}
.social li a.instagram:after {
	content: 'P';
}
.panel.contact img {
	width: 10em;
	display: block;
	margin: auto;
	margin-bottom: .4em;
}

@media (max-width: 1000px) {
div#top {
	display: flex;
	min-height: 50px;
	height: 10vh;
	padding: 0;
	align-items: center;
}
div#logo {
	left: 1em;
	position: absolute;
}
#show_menu_hide a {
	display: block;
}
#top ul.menu {
	display: none;
}
#menu_langs {
	display: none;
}
.columns-2, .columns-3, .columns-4 {
	column-count: 1;
}
ul.menu li {
	display: block;
	font-size: 1em;
	line-height: 35px;
	text-align: left;
}
#about {
	display: block;
}
#about div:first-child, #about div:last-child {
	width: 100%;
	padding: 0;
	border: none;
}
}

table.cookies{
	width:100%;
}
table.cookies thead
{
	background: #eee;
}
table.cookies td, table.cookies th
{
	padding:1em;
	border:1px #6d6d63 solid;
	margin:0;
}
/************************************************************************************************* /
/************************************************************************************************* /
/************************************************************************************************* /
/************************************************************************************************* /
/************************************************************************************************* /
/*************************************************************************************************/

.panel .background video {
	width: 100%;
	animation-name: show;
	animation-duration: 3.5s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
 @keyframes show {
 0% {
 opacity:0;
}
 100% {
 opacity: 1;
}
}
/* Examples */



ul.gallery {
	list-style-type: none;
	width: 100%;
	text-align: center;
}
ul.gallery li {
	display: inline-block;
	width: 20%;
	transition: all .6s cubic-bezier(0.24, 0.65, 0.6, 0.92);
	margin-bottom: .5rem;
	opacity: 0;
	animation-name: show;
	animation-timing-function: ease-out;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	margin-right: .5rem
}



ul.gallery li:nth-child(even) {
	animation-delay: .4s;
}
ul.gallery li:nth-child(odd) {
	animation-delay: .6s;
}
ul.gallery li div.thumb {
	position: relative;
	height: 11vw;
}
a.play {
	background: url(svg/play-button.svg);
	background-size: 16%;
	z-index: 255;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	pointer-events: none;
}
ul.gallery li div.thumb a.play {
	opacity: 0;
}
ul.gallery li:hover div.thumb.video a.play {
	opacity: .9;
	transition: all .8s cubic-bezier(0.24, 0.65, 0.6, 0.92);
}
ul.gallery li span {
	font-size: .7em;
	display: flex;
	justify-content: center;
	margin-top: .6em;
	text-align: center;
	opacity: .4;
	transition: all .6s ease-in-out;
}
ul.gallery li:hover span {
	opacity: 1;
}
ul.gallery li a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
ul.gallery li:hover {
	width: 25%;
}
ul.gallery li img {
	transition: all .35s cubic-bezier(0.24, 0.65, 0.6, 0.92);
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	opacity: .9;
	filter: saturate(90%)brightness(80%) contrast(110%)
}
ul.gallery li:hover img {
	opacity: 1;
	width: 120%;
	top: -6%;
	left: -15%;
	filter: saturate(100%) brightness(100%) contrast(100%);
}



.panel {
	min-height: 100vh;
	width: 100%;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}
.panel .background {
	background-size: cover;
	z-index: -1;
	width: 100%;
	min-height: 100vh;
	position: fixed;
	top: 0;
	opacity: 1;
	display: flex;
	justify-content: start;
	align-items: center;
	transition: opacity 1.1s ease-in-out;
	animation-name: show;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
.thumb img {
	width: 100%;
}
/*****************    Home     *****************/
.panel.home {
	align-items: flex-end;
}
.panel.home h1{
	display:none;
}
.panel.home .text div {
	opacity: 0;
	display: inline-block;
	white-space: pre;
}
.panel.home .background {
	height: 75vh;
	min-height: 75vh;
	overflow: hidden;
	animation-name: none;

	transition: opacity .4s ease-in-out 0s;

	  top: 25vh;

	background-image: url(img/home.jpg);
	background-size: cover;
	background-position: center center;
	opacity: 0;


	/*
	animation-name: show03;
	animation-duration: .7s;
	animation-timing-function: ease-in;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;*/
}
#wrap.home .panel.home .background
{
	transition-delay:  .4s;
}
 @keyframes show03 {
 0% {
 opacity:0;
}
 100% {
 opacity: 1;
}
}
/* Espectacles */
.panel.photomenu {
	overflow: visible;
	display: block;
	opacity: 0;
/*	transition: .5s opacity ease-in-out;*/
	min-height: inherit;
}
.panel.photomenu ul {
	position: fixed;
	top: 0;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	margin-right: 5px;
}
.panel.photomenu ul li {
	min-width: 0;
	width: 100%;
	height: calc(100vh - 80px );
	margin-top: 75px;
    margin-right: 5px;
	display: flex;

	overflow: hidden;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color:#000;
	background-position: center center;

	transition: all .5s ease-in-out;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
	filter: grayscale(100%) contrast(120%) brightness(80%) opacity(64%) sepia(15%);
	cursor: pointer;
}
.panel.photomenu .option {
	display: block;
	width: 100%;
	height: 200px;
}
/*
.panel.espectacles_actuals ul li:nth-child(1) {
	background-image: url( img/la-familia-sangonera.jpg);
}
.panel.espectacles_actuals ul li:nth-child(2) {
	background-image: url( img/la-terra-dels-babaus.jpg);
}
.panel.espectacles_actuals ul li:nth-child(3) {
	background-image: url( img/camina-maria.jpg);
}
.panel.espectacles_actuals ul li:nth-child(4) {
	background-image: url( img/la-sopa-de-pedres.jpg);
}
.panel.espectacles_actuals ul li:nth-child(5) {
	background-image: url( img/animacio-fires.jpg);

}
*/
.panel.photomenu ul li:last-child {
	margin-right: 0px;
}
.panel.photomenu .description {
	width: 50%;
	display: inline-block;
	z-index: 1;
	color: #fff;
	padding: 25px;
}
.panel.photomenu ul li.sel {
	min-width: 650px!important;
	filter: grayscale(0%) contrast(100%) brightness(100%) opacity(100%) sepia(0%);
	opacity: 1;
	cursor: default;
}
.panel.photomenu h1, .panel.photomenu p, .panel.photomenu a {
	display: inline-block;
	opacity: .92;
}
.panel.photomenu h2 {
    font-family: 'Fira Sans', sans-serif;

    font-size: 1.65rem;
	line-height: 1;
	margin-bottom: -1em;
	opacity: 0;
	transition: all .001s linear;
	text-transform:inherit;
}
.panel.photomenu li.sel h2 {
	opacity: 1;
	margin-bottom: 0;
	transition: margin-bottom .6s ease-in-out .3s, opacity .6s ease-in-out .5s;



}
.panel.photomenu p {
	font-size: .94em;
	line-height: 1.35;
	margin-top: .6em;
	margin-bottom: 1.4em;
	opacity: 0;
	transition: all .1s linear;
	transition-delay: 0;
}
.panel.photomenu li.sel p {
	opacity: 1;
	transition: all .5s ease-in-out;
	transition-delay: .5s;
}
.panel.photomenu li.sel a.button {
	transition: transform .3s ease-in-out .4s, opacity .3s ease-in-out .4s, color .3s ease-in-out, background-color .3s ease-in-out;
	opacity: 1;
	transform: scale(1);
}
.panel.photomenu a.button {


	padding: 0.8rem 2rem;
	transform: scale(.4);
    font-size: .75rem;
	letter-spacing: inherit;
	text-align: center;
	opacity: 0;
	transition: all .2s ease-in-out;
	transition-delay: 0;
	margin-left: 0;
	margin-top: 0;

}
.panel.photomenu .gradient {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90vh;
	background: -moz-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 87%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 87%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 87%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	opacity: 0;
	transition: all .2s ease-in-out;
}
.panel.photomenu li.sel .gradient {
	opacity: 1;
}

@media (max-width: 700px) {
.panel.photomenu {
	opacity: 1;
}
.panel.photomenu ul {
	position: relative;
	display: block;
	width: 100%;
}
.panel.photomenu ul li {
	min-width: 100%!important;
	height: 100vh;
	margin-top: 5px;
	/*  filter: grayscale(0%) contrast(100%) brightness(100%) opacity(100%) sepia(0%);*/
	opacity: 1;
	cursor: default;
	margin-right: 0px;
}
.panel.photomenu ul li.sel {
	min-width: 100%!important;
}
.panel.photomenu ul li .description {
	width: 100%;
}
.panel.photomenu .option {
	display: none;
}
.panel.photomenu h2 {
	margin-bottom: 0;
}
}
/*****************    work      *****************/


.panel.work {
	position: relative;
	display: block;

	min-height: auto;
}
.panel.work .background {
	transition: opacity 1.1s ease-in-out;
	position: fixed;
	align-items: flex-end;
}
.panel.work .background>div {
	    width: 100%;

	position: relative;
		    height: calc(100vh - 200px);
	overflow: hidden;
}
.panel.work .img {
	/*	filter: sepia(100%) brightness(120%) contrast(60%) saturate(120%);
    filter: grayscale(100%) contrast(120%) brightness(80%);
	 filter: sepia(100%) contrast(120%) brightness(80%);
			 filter: sepia(100%) contrast(160%) brightness(80%);
	  filter: grayscale(100%) contrast(120%) brightness(80%);
	*/
	width: 100%;
	    height: calc(100% + 50px);
	overflow: hidden;
	/*

	background-size: cover;
	*/
	position:absolute;
	opacity: .3;
	filter: sepia(100%) contrast(120%) brightness(80%);

    bottom: -50px;
	background-size: cover;

}
.panel.work .img img {
	width: 100vw;





}
.panel.work .background .gradient {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 70vh;
	min-height: 200px;
	background: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 57%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 57%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 57%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF00', endColorstr='#FFFFFF', GradientType=0 );
	z-index: 1;
}
.panel.work .dec {
	background: #fff;
	/* border-radius: 3px;*/
   /* transform: rotateZ(-2deg);*/
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	position: absolute;
}
.panel.work span.type {
	display: block;
	text-transform: uppercase;

	font-size: .86em;
	margin-bottom: 10px;
	margin-top: -.1em;
    letter-spacing: .06em;
}
.panel.work .espectacle {
	display: flex;
	align-items: center;

}
.panel.work .sinopsi {
	width: 60%;

	margin-right: 35px;
	position: relative;
	opacity: 1;
/*	animation-name: show;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: .15s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;*/
	overflow: hidden;

}
.panel.work .video_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}
.panel.work iframe {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;

}
.panel.work .sinopsi img {
	width: 100%;
	    max-width: 839px;
}
.panel.work .tecnica {
	margin-top: 20px;
	text-align: right;
	font-size: .85em;
	opacity: 0;
	animation-name: show;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .7s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
.panel.work .tecnica p {
	margin: 0;
	line-height: 2em;
}
.panel.work .tecnica a {
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #5a5a52;
    background-image: url(img/download.png);
    background-repeat: no-repeat;
    background-position: 12px center;
    padding: 1rem;
    padding-left: 2rem;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: .9rem;

}
.panel.work .tecnica a:hover {
	background-color: #1b9cc3;
}
.panel.work .tecnic {
	float: left;
	width: calc(40% - 30px);
	opacity: 0;
	animation-name: showText;
	animation-duration: .7s;
	animation-timing-function: ease-in-out;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
.panel.work .tecnic p {
	opacity: 0;
	animation-name: show;
	animation-duration: .8s;
	animation-timing-function: ease-in-out;
	animation-delay: .4s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
 @keyframes showText {
 0% {
opacity:0;
 margin-top:3em;
}
100% {
opacity:1;
 margin-top:0;
}
}
.panel.work .define_column {

	padding-top: 1rem;

}
.panel.work ul.gallery {
	width: 100%;
	clear: both;
	padding-top:  1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 140px;
}
.panel.work ul.gallery.incomplete {
	justify-content: flex-start;
}
.panel.work ul.gallery li div.thumb {
	height: 100px;
	transition: all 0.25s cubic-bezier(0.24, 0.65, 0.6, 0.92);
}
.panel.work ul.gallery li:hover div.thumb {
	height: 120px;
}
.panel.work ul.gallery li:hover {
	width: 25%;
}
.panel.work ul.gallery li a {
	display: block;
	position: absolute;
	width: 100%;
	overflow: hidden;
}
.panel.work ul.gallery li {
	transform-origin: 50% 50%;
	margin-bottom: 0;
	margin-right: .6em;
}
.panel.work ul.gallery li:last-child {
	margin-right: 0;
}
.panel.work .columns-2 {
	margin-top: 25px;
	margin-bottom: 0;


	border-top: solid 1px #999;
	padding-top: 1rem;
	border-bottom: solid 1px #999;
	padding-bottom: 1rem;
	clear: both;
}
.panel.work .columns-2 .arrow {
	background-image: url(img/arrow.png);
	width: 16px;
	height: 12px;
	display: inline-block;
}
.panel.work .columns-2 a {
	/*font-family: 'Fira Sans', sans-serif;*/
	font-size: 1rem;
    display: flex;
    align-items: center;
    font-weight: 500;

}
.panel.work .columns-2 a:nth-child(odd) {
	margin-right: 10px;
	text-align: left;
}
.panel.work .columns-2 a:nth-child(even) {
	margin-left: 10px;
	text-align: right;
}
.panel.work .columns-2 .arrow.right {
	margin-left: 5px;
}
.panel.work .columns-2 .arrow.left {
	transform: scaleX(-1);
	margin-right: 5px;
}

/**********************************************/
/*   MOVIL
/**********************************************/




@media (max-width: 1000px) {
ul.ul-hide {
	width: 100%;
}
}

@media (max-width: 880px) {
.panel.work .text {
	width: 100%;
}
.panel.work ul.gallery li {
	margin-top: .6em;
}
.panel.work ul.gallery li .image {
	height: 40vw;
	max-height: 10vw;
}
}

@media (max-width: 800px) {
footer {
	background-color: rgba(255,255,255,.93);
}
#wrap.company .background, #wrap.contact .background, #wrap.page .background  {
	background-position: right;
}
div.half {
	width: 100%;
	margin-left: 0;
}
.panel {
	min-height: 50vh;
}
.panel.home {
	min-height: 100vh;
}

.panel.work .espectacle {
	display: block;
	margin-top: 0;
}
.panel.work .sinopsi {
	width: 100%;
	margin-bottom: 25px;
	height: 47vw;
}
.panel.work .tecnic {
	width: 100%;
}
.panel .text {
	width: 100%;
}
.panel.work ul.gallery {
	padding-top: 0;
	flex-wrap: wrap;
	justify-content: left;
	height: auto;
}
.panel.work ul.gallery li {
	width: calc(50% - .3rem);
}
.panel.work ul.gallery li:nth-child(even) {
	margin-right: 0;
}
.panel.work ul.gallery li:hover {
	width: calc(50% - .3rem);
}
.panel.work ul.gallery li div.thumb {
	height: 20vw;
}
.panel.work ul.gallery li:hover div.thumb {
	height: 29vw;
}
.panel.work .columns-2 a {
	font-size: .8em;
}
}

@media (max-width: 700px) {
.panel.home .background {
	position: relative;

	top:0;
}
.define_column {
	padding-right: 2rem;
	padding-left: 2rem;
}
.panel.home .background video {
	display: none;
}

footer .logos ul {
    display: block;

}

footer .logos li
{

	margin-left:0;
	margin-right:0;
}
footer .logos h3
{

	margin-bottom:1rem;
}
}

@media (max-width: 480px) {
a.button, input[type='submit'] {
	margin: auto;
	margin-bottom: .2em;
	display: block;
	text-align: center;
	width: 100%;
}



}