.desktop {
    display: block;
}
.container {
    width: 836px;
    margin:0 auto;
}
.mobile {
    display: none;
}

.embed iframe {
    width: 100%;
    height: 470px;
}

.topDesktop {
    width: 100vw;
    height: 50px;
    background: url('./header-desktop.svg');
    background-size: 100%;
    margin-bottom: 22px;
}

p {
    font-size: 57px;
    margin-bottom: 30px;
}

p:not(.legenda) {
    letter-spacing: -4px;
    padding: 0 57px;
}

.footer {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
    z-index: 1;
    background: #FFF;
}

.logo {
    width: 100%;
    position: relative;
}

.logo a {
    width: 30%;
}

body:after {
    background-image: url('./footer-desktop.svg');
    height: 330px;
}
body {
    overflow-x: hidden;
}