body {
    margin: 0;
}
*, :after, :before {
    box-sizing: border-box;
}
.page {
    --BLUE: #0077c8;
    --BLACK: #25282a;
    --BLUE_BTN_1: #0077c8;
    --BLUE_BTN_COLOR1: #92daec;
    --CORAL: #ff4b44;
    background: #fafafa;
    clear: both;
    color: #000;
    font-family: Georgia, Garamond, Palatino, sans-serif, Helvetica, Arial, sans-serif;
    height: 100%;
    line-height: 1.5;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    text-align: center;
}
.header[data-v-385d7cd6] {
    box-sizing: border-box;
    height: 600px;
    position: relative;
    width: 100%;
}
.header__bg[data-v-385d7cd6] {
    background: url("../images/fond_landing.svg") no-repeat top;
    background-size: cover;
    height: 100%;
    height: 820px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%);
}
.header__bg[data-v-385d7cd6], .header__content[data-v-385d7cd6] {
    margin: auto;
    max-width: 1440px;
    width: 100%;
}
.header__logo[data-v-385d7cd6] {
    max-width: 50vw;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
}
.menu[data-v-385d7cd6] {
    background: #fff;
    background: transparent;
    height: 64px;
    height: auto;
    max-width: none;
    position: relative;
    width: 100%;
}
.menu__wrapper[data-v-385d7cd6] {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    max-width: 1440px;
    padding: 16px 72px;
    width: 100%;
}
.menu__left[data-v-385d7cd6] {
    align-items: center;
    display: flex;
    gap: 1em;
}
.logo[data-v-385d7cd6] {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px;
}
.menu__secondary[data-v-385d7cd6] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 16px;
    height: 40px;
    justify-content: flex-end;
    padding: 0;
}
.menu__secondary[data-v-385d7cd6], .menu__share[data-v-385d7cd6] {
    position: relative;
}
.selector_language {
    align-items: center;
    color: #d6d6d8;
    display: flex;
    gap: 8px;
    justify-content: center;
}
a.selector_language__link {
    color: #d6d6d8;
    cursor: pointer;
    font-family: Georgia, Garamond, Palatino, sans-serif;
    text-decoration: none;
}
a.selector_language__link--active {
    color: #42b649;
}
a.selector_language__link {
    color: #d6d6d8;
    cursor: pointer;
    font-family: Georgia, Garamond, Palatino, sans-serif;
    text-decoration: none;
}
.menu__secondary[data-v-385d7cd6], .menu__share[data-v-385d7cd6] {
    position: relative;
}
.menu__share[data-v-385d7cd6] {
    align-items: center;
    color: #00001b;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: Georgia, Garamond, Palatino, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    gap: 4px;
    line-height: 100%;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 92px;
}
.menu__share .sharePopup[data-v-385d7cd6] {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
    ease 0s;
}
.header__content[data-v-385d7cd6] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 42px;
    height: 100%;
    justify-content: center;
    padding: 0 72px;
    position: relative;
    text-align: left;
}
.header__title[data-v-385d7cd6] {
    max-height: 400px;
    max-width: 450px;
}
.header__subtitle[data-v-385d7cd6] {
    font-family: Georgia, Garamond, Palatino, sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.header__jornada[data-v-385d7cd6], .header__subtitle[data-v-385d7cd6] {
    color:  #42b649;
    font-style: normal;
    line-height: 100%;
}
.header__jornada[data-v-385d7cd6] {
    font-family: Verdana, Georgia, Garamond, Palatino, sans-serif;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
}
.header__jornada--loading[data-v-385d7cd6] {
    height: 36px;
}