@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v32-latin-regular.eot');
    src: url('../fonts/nunito-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v32-latin-regular.woff2') format('woff2'), url('../fonts/nunito-v32-latin-regular.woff') format('woff'), url('../fonts/nunito-v32-latin-regular.ttf') format('truetype'), url('../fonts/nunito-v32-latin-regular.svg#Nunito') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-v32-latin-700.eot');
    src: url('../fonts/nunito-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v32-latin-700.woff2') format('woff2'), url('../fonts/nunito-v32-latin-700.woff') format('woff'), url('../fonts/nunito-v32-latin-700.ttf') format('truetype'), url('../fonts/nunito-v32-latin-700.svg#Nunito') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #093073;
    font: 400 1em/1.3em 'Nunito', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 880px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 1.5rem 0 2.5rem;
    font-size: 1em;
    line-height: 1.3;
}
main {
    display: flex;
    justify-content: space-between;
}
article {
    padding: 3rem 2rem 0;
    flex: 1;
}
article p, h1 {
    font-weight: 700;
    color: #fff;
}
.qrc {
    display: flex;
    gap: 1rem 7rem;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 2rem 1rem;
    margin-top: -2rem;
}

footer > p {
    font-size: 1.0625em;
    line-height: 1.3;
}
.logo p {
    display: flex;
    justify-content: flex-end;
    gap: 0 2rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.logo i {
    font-size: 1.5em;
}
.fa-instagram {
    margin-right: 1.5rem;
}
@media only screen and (max-width:879px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    main {
        flex-direction: column;
        align-items: center;
    }
    article {
        padding: 2rem;
    }
    article p, h1 {
        color: #093073;
    }
    .qrc {
        gap: 1rem;
    }
    article br {
        display: none;
    }
    footer {
        margin: 0;
        padding: 2rem;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    footer > p {
        text-align: center;
    }
    .logo p {
        justify-content: center;
    }
    .fa-instagram {
        margin-right: 0;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem;
    }
    .qrc {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    .qrc p {
        text-align: center;
    }
    footer {
        padding: 1rem;
    }
}