/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

img {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 18px;
    line-height: 22px;
}

figure {
    margin: 0;
    margin-bottom: 10px;
}

figcaption {
    margin-top: 5px;
    text-align: center;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* ==========================================================================
custom CSS CLARA
========================================================================== */
.body {
    margin: 0;
    font-family: "Gellix_Regular";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "ss01";
    background: #7545eb;
    overflow-x: hidden !important;
}

/*COLOR*/

.legal,
p,
.back {
    color: #433e56;
}

.back {
    opacity: 0.5;
}

.back:hover {
    opacity: 1;
}

p {
    margin-bottom: 0px;
}
.legal {
    background: white;
}
.msn h1,
.footer p,
a {
    color: white;
    text-decoration: none;
}

/*HOVER COLABORA*/

/* PRELOADER */

#preloader {
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: 0px !important;
    background: #262a37;
    background: #7545eb;
}

/*SLIDER*/

.carrusel,
.slick-track {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.fadein {
    width: 100%;
    height: 100%;
}

.fadein img + img {
    opacity: 0;
}

/*CONTENT*/

.header {
    /* background: red; */
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1%;
    position: fixed;
}

.logo,
.logo_purple {
    width: 135px;
}

.logo_purple {
    display: none;
}

.main_menu {
    list-style: none;
    width: fit-content;
    margin: 0;
    padding: 0;
}

.main_menu a {
    display: inline-block;
    padding: 6px 23px 9px 23px;

    text-align: center;
    color: #fff;
    margin: 0 10px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    border: 1.7px solid rgba(255, 255, 255, 1);
}

.main_menu a:hover {
    border: 1.7px solid rgba(255, 255, 255, 1);
}

.main_menu a:last-child {
    margin-right: 0;
    margin-left: 0;
}

.home {
    padding: 2.3vw 2.3vw 0vw 2.3vw;
    background: white;
    height: 100vh;
    z-index: -1;
}

.legal .home {
    padding: 1vw 2.3vw 0vw 2.3vw !important;
    height: inherit !important;
}

.footer {
    background: #433e56;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer li {
    margin-right: 20px;
}
.footer li:last-child {
    margin-right: 0px;
}

.footer p {
    padding: 0;
}

sup.sup {
    font-size: 0.5em;
}
sup {
    top: -0.8em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.msn {
    position: absolute;
    z-index: 98;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msn h1 {
    font-family: "Lyon_Display";
    font-size: 5.3vw;
    font-weight: 100;
    line-height: 0;
    letter-spacing: -0.03vw;
}

.italic {
    font-family: "Lyon_Display_Italic";
}

.left,
.right {
    width: calc(50%);
    float: left;
}

.right {
    float: right;
}

.text {
    position: sticky;
    top: 10%;
}

.legal .left {
    margin: 0.5em 0;
    position: fixed;
}
.legal .right {
    float: right;
    padding-bottom: 4vw;
}

.top {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: none;
}

.legal,
.text p {
    font-size: 1.55vw;
    line-height: 1.35;
    padding-bottom: 1em;
    letter-spacing: -0.015vw;
    word-spacing: -0.01vw;
}

.text p:last-child {
    padding: 0;
}
.legal ul,
.legal p {
    padding-bottom: 1em;
}

.legal h1,
.back {
    margin: 0.5em 0 0.5em 0;
    line-height: 1.2;
    font-size: 1.643vw;
}

.legal ul {
    margin-left: -0.9em;
    margin: 0;
    padding-left: 0.9em;
}

.legal li {
    line-height: 1.25;
}

@media only screen and (max-width: 1024px) {
    .header {
             padding: 2%;
    }
    .logo,
    .logo_purple {
             width: 120px;
    }

    .footer,
    .main_menu a {
             font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .legal .left,
    .legal .right {
             float: inherit;
             display: contents;
    }

    .home,
    .header {
             padding: 3vw;
    }
    .left,
    .right {
             width: calc(100%);
    }
    .msn h1 {
             font-size: 8vw;
    }

    .legal h1,
    .back,
    .legal,
    .text p {
             font-size: 3vw;
    }

    .footer {
             font-size: 13px;
    }
}
@media only screen and (max-width: 576px) {
    .footer li {
             margin-right: 0px;
             line-height: 1.6;
    }
    .text {
             top: 13%;
    }
    .footer {
             height: 60px;
             display: block;
             justify-content: center;
             align-items: center;
             padding: 3vw;
             height: auto;
             float: left;
    }
}
@media only screen and (max-width: 425px) {
    .logo,
    .logo_purple {
             width: 90px;
    }
    .home,
    .carrusel {
             /* height: inherit; */
             float: left; /* padding-bottom: 20vw; */
    }
    .msn h1 {
             font-size: 10vw;
    }

    .legal h1,
    .back,
    .legal,
    .text p {
             font-size: 4.5vw;
    }
    .header {
             align-items: end;
             justify-content: space-between;
             padding: 5% 3% 3% 3%;
    }
    .main_menu a {
             margin: 0px 0px 0px 0px !important;
             padding: 5px 11px 7px 11px;
    }
}


@media only screen and (max-width: 320px) {
.main_menu a {
    font-size: 11px;
    letter-spacing: -.1px;
}
    .main_menu a {
             margin: 0px 0px 0px 0px !important;
             padding: 3px 9px 5px 9px;
    }
}


/*FONTS*/

/*GELLIX*/
@font-face {
    font-family: "Gellix_Regular";
    src: url("../files/fonts/gellix/Gellix-Regular.eot");
    src: url("../files/fonts/gellix/Gellix-Regular.eot?#iefix") format("embedded-opentype"), url("../files/fonts/gellix/Gellix-Regular.woff2") format("woff2"), url("../files/fonts/gellix/Gellix-Regular.woff") format("woff");
}

/*LYON*/
@font-face {
    font-family: "Lyon_Display";
    src: url("../files/fonts/lyon/Lyon_Display_Light.eot");
    src: url("../files/fonts/lyon/Lyon_Display_Light.eot?#iefix") format("embedded-opentype"), url("../files/fonts/lyon/Lyon_Display_Light.woff2") format("woff2"), url("../files/lyon/gellix/Lyon_Display_Light.woff") format("woff");
}

@font-face {
    font-family: "Lyon_Display_Italic";
    src: url("../files/fonts/lyon/Lyon_Display_Italic.eot");
    src: url("../files/fonts/lyon/Lyon_Display_Italic.eot?#iefix") format("embedded-opentype"), url("../files/fonts/lyon/Lyon_Display_Italic.woff2") format("woff2"), url("../files/lyon/gellix/Lyon_Display_Italic.woff") format("woff");
}
