@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1;
    font-family: sans-serif
}

ol,
ul {
    list-style: none
}

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

img {
    max-width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

a {
    text-decoration: none;
    color: inherit
}

input,
button,
textarea,
select {
    font: inherit
}

:focus {
    outline: none
}

html {
    margin-top: 0 !important
}

html::-webkit-scrollbar {
    width: calc(.8 * var(--pad10));
    height: calc(.8 * var(--pad10))
}

html::-webkit-scrollbar-thumb {
    background: #93e480
}

html::-webkit-scrollbar-track {
    background: #fff
}

body {
    background-color: #2c2b2b;
    width: 100vw;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    font-family: Prompt, serif
}

section {
    width: 100%;
    position: relative
}

.full-container {
    width: var(--fullContainer);
    margin: auto;
    position: relative
}

@media (max-width: 800px) {
    .full-container {
        width: 100vw
    }
}

.inner-container {
    width: var(--innerContainer);
    margin: auto;
    position: relative
}

.inner-container.small {
    width: calc(var(--innerContainer) * .8)
}

@media (max-width: 1100px) {
    .inner-container {
        width: calc(100% - var(--pad40))
    }
}

h1 {
    font-size: var(--font80);
    line-height: 113%;
    font-weight: 400;
    text-transform: uppercase
}

h2 {
    font-size: var(--font50);
    line-height: 113%;
    font-weight: 250;
    text-transform: uppercase
}

h2.pad-left {
    padding-left: calc(var(--pad100) * 1.8)
}

h3 {
    font-size: var(--font28);
    line-height: 113%;
    font-weight: 900;
    text-transform: uppercase
}

@media (max-width: 800px) {
    h3 {
        font-size: var(--font22);
        line-height: 113%;
        font-weight: 900
    }
}

h4 {
    font-size: var(--font26);
    line-height: 113%;
    font-weight: 900;
    text-transform: uppercase
}

@media (max-width: 800px) {
    h4 {
        font-size: var(--font20);
        line-height: 113%;
        font-weight: 900
    }
}

p {
    font-size: var(--font23);
    line-height: 113%;
    font-weight: 300
}

p.pad-left {
    padding-left: calc(var(--pad100) * 1.8)
}

p strong {
    font-size: var(--font23);
    line-height: 113%;
    font-weight: 400
}

p.big {
    font-size: var(--font28);
    line-height: 113%;
    font-weight: 300
}

p.big strong {
    font-size: var(--font28);
    line-height: 113%;
    font-weight: 400
}



.soon {
    width: 100vw;
    min-height: calc(var(--vh, 1vh) * 100 - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
    position: absolute
}

@media (max-width: 800px) {
    .soon {
        display: block;
        padding-top: var(--pad20)
    }
}

.soon video {
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100 - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0
}

.soon .info {
    padding-top: var(--pad20);
    padding-bottom: var(--pad20);
    width: 40%;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    color: #fff
}

@media (max-width: 800px) {
    .soon .info {
        width: 85%;
        margin: auto
    }
}

.soon .info img {
    display: block;
    position: relative;
    width: 60%;
    margin: auto
}

.soon .info .size1 {
    margin-top: var(--pad20);
    font-size: var(--font22);
    line-height: 113%;
    font-weight: 300
}

.soon .info .size2 {
    font-size: var(--font18);
    line-height: 113%;
    font-weight: 300
}

.soon .info .size3 {
    font-size: var(--font14);
    line-height: 113%;
    font-weight: 300
}

@media (max-width: 800px) {
    .soon .info .desk {
        display: none
    }
    .soon .info .size1 {
        margin-top: var(--pad20);
        font-size: var(--font18);
        line-height: 113%;
        font-weight: 300
    }
    .soon .info .size2 {
        font-size: var(--font16);
        line-height: 113%;
        font-weight: 300
    }
    .soon .info .size3 {
        font-size: var(--font13);
        line-height: 113%;
        font-weight: 300
    }
}

.soon .info .line {
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: var(--pad20);
    margin-bottom: var(--pad20)
}

.soon .bottom-soon {
    position: fixed;
    bottom: var(--pad50);
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - var(--pad100));
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.soon .bottom-soon .lgs {
    width: 20vw;
    height: fit-content;
    display: block;
    position: relative
}

.soon .bottom-soon .lgs img {
    width: 100%
}

.soon .bottom-soon div {
    font-size: var(--font20);
    line-height: 113%;
    font-weight: 300;
    color: #fff
}

.soon .bottom-soon div a {
    margin-top: var(--pad10);
    display: block;
    font-size: var(--font16);
    line-height: 113%;
    font-weight: 600
}

@media (max-width: 800px) {
    .soon .bottom-soon {
        position: relative;
        display: block;
        bottom: auto;
        margin-top: var(--pad20);
        text-align: center
    }
    .soon .bottom-soon .lgs {
        width: 80%;
        margin: auto;
        height: fit-content;
        display: block;
        position: relative
    }
    .soon .bottom-soon .lgs img {
        width: 100%
    }
    .soon .bottom-soon div {
        font-size: var(--font17);
        line-height: 143%;
        font-weight: 300;
        color: #fff;
        margin-top: var(--pad20);
        margin-bottom: var(--pad20)
    }
    .soon .bottom-soon div a {
        margin-top: 0;
        display: block;
        font-size: var(--font14);
        line-height: 143%;
        font-weight: 600
    }
}


.obra{
    display: block;
    position: absolute;
    width: 7vw;
    max-width: 120px;
   bottom: 150px;
}



.obra.en{
    right: 50px;
}

.obra.pt{
    left: 50px;
}

@media (max-width: 800px) {

    .obra{
        display: block;
        position: absolute;
        width: 16vw;

        bottom: auto;
        top: 50px;
    }



    .obra.en{
        right: 30px;
    }

    .obra.pt{
        left: 30px;
    }
}