html {
    -webkit-text-size-adjust: 100%
}

    html:focus-within {
        scroll-behavior: smooth
    }

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    position: relative;
    text-rendering: optimizeSpeed;
    width: 100%
}

*, :after, :before {
    box-sizing: border-box
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none
}

:focus {
    outline: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none
    }

input, input:required {
    box-shadow: none
}

    input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
        -webkit-box-shadow: inset 0 0 0 30px #fff
    }

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
        -webkit-appearance: none;
        -moz-appearance: none
    }

    input[type=search] {
        -webkit-appearance: none;
        -moz-appearance: none
    }

    input:focus {
        outline: none
    }

audio, canvas, video {
    display: inline-block;
    max-width: 100%
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden] {
    display: none
}

a:active, a:hover {
    outline: none
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

img, picture {
    display: inline-block
}

button, input {
    line-height: normal
}

    button, html input[type=button], input[type=reset], input[type=submit] {
        -webkit-appearance: button;
        background: rgba(0,0,0,0);
        border: 0;
        cursor: pointer
    }

        button[disabled], html input[disabled] {
            cursor: default
        }

[disabled] {
    pointer-events: none
}

input[type=checkbox], input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button {
    background: rgba(0,0,0,0);
    border: 0
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: 0
}

hr {
    background: #000;
    border: 0;
    box-sizing: content-box;
    height: 1px;
    line-height: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
    page-break-after: always;
    width: 100%
}

pre {
    font-family: monospace,monospace;
    font-size: 100%
}

a {
    background-color: rgba(0,0,0,0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: monospace,monospace
}

small, sub, sup {
    font-size: 75%
}

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -5px
}

sup {
    top: -5px
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1;
    margin: 0;
    padding: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        outline: 0;
        padding: 0
    }

legend {
    border: 0;
    color: inherit;
    display: block;
    max-width: 100%;
    white-space: normal;
    width: 100%
}

fieldset {
    min-width: 0
}

body:not(:-moz-handler-blocked) fieldset {
    display: block
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

template {
    display: none
}

body {
    margin: auto;
    font-family: "Montserrat",sans-serif;
    overflow: hidden;
    background: linear-gradient(315deg, rgb(101, 0, 94) 3%, rgb(60, 132, 206) 38%, rgb(48, 238, 226) 68%, rgb(255, 25, 25) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
    width: 100vw;
    height: 100dvh
}

@keyframes gradient {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

.wave {
    background: rgba(255,255,255,.25);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: .8;
    bottom: 0;
    left: 0;
    z-index: -1
}

    .wave:nth-of-type(2) {
        bottom: -1.25em;
        animation: wave 18s linear reverse infinite;
        opacity: .8
    }

    .wave:nth-of-type(3) {
        bottom: -2.5em;
        animation: wave 20s -1s reverse infinite;
        opacity: .9
    }

@keyframes wave {
    2% {
        transform: translateX(1)
    }

    25% {
        transform: translateX(-25%)
    }

    50% {
        transform: translateX(-50%)
    }

    75% {
        transform: translateX(-25%)
    }

    100% {
        transform: translateX(1)
    }
}

.logo {
    padding: 3.5rem;
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%
}

.app {
    width: 60vw;
    height: 70dvh;
    margin: 0 auto;
    position: relative;
    top: 12dvh
}

.app-content {
    display: flex;
    justify-content: center
}

    .app-content video, .app-content img {
        max-height: 70dvh;
        border-radius: 4px
    }

.app-share {
    display: flex;
    flex-direction: column
}

.app-share-content {
    display: flex
}

.app-share-item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .5rem;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer
}

    .app-share-item:first-child {
        margin-left: 0
    }

    .app-share-item:hover {
        opacity: .7
    }

.app-share-facebook {
    background: #337fff
}

.app-share-twitter {
    background: #3cf
}

.app-share-whatsapp {
    background: #00d95f
}

.app-share-mail {
    background: #ff3000
}

.app-frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem
}

.app-download {
    border: 2px solid #3b82f6;
    background: #fff;
    padding: 1rem;
    border-radius: 8px
}

    .app-download:hover {
        background: #3b82f6
    }

        .app-download:hover path {
            fill: #fff
        }

        .app-download:hover a {
            color: #fff
        }

    .app-download a {
        color: #3b82f6;
        font-weight: bold;
        display: flex;
        align-items: center
    }

        .app-download a span {
            padding-left: .5rem
        }

@media screen and (max-width: 1024px) {
    .logo {
        padding: 1rem
    }

        .logo img {
            width: 120px
        }

    .app {
        width: 90vw;
        height: 90dvh;
        top: 7dvh;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .app-content video, .app-content img {
        max-height: 70dvh
    }

    .app-frame {
        align-items: flex-end
    }

    .app-share span {
        font-size: 16px !important
    }

    .app-share-item {
        margin: .25rem;
        width: 32px;
        height: 32px
    }

    .app-download {
        padding: .5rem
    }
}

.float-right {
    position: fixed;
    width: 8vw;
    height: 8vw;
    max-height: 50px;
    max-width: 50px;
    right: 2%;
    color: #FFF;
    text-align: center;
}

.float-left {
    position: fixed;
    width: 8vw;
    height: 8vw;
    max-height: 50px;
    max-width: 50px;
    left: 2%;
    color: #FFF;
    text-align: center;
    transform: scaleX(-1);
}

.float-raw {
    position: fixed;
    height: 100%;
    margin: 20px;
    right: 0%;
    color: #FFF;
    text-align: center;
}

    .float-raw img {
        height: 70%;
        text-align: center;
    }

    .float-raw a {
        height: 100%;
        text-align: center;
    }

.center-left-container {
    width: 100%;
    height: 30%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-buttons-container {
    width: 100%;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-top-container {
    width: 100%;
    height: 15%;
    position: absolute;
    top: 0%;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.text-header {
    text-align: center;
    vertical-align: central;
    margin-top: 2%;
    color: #FFF;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 1.5vh;
}
