@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v34-latin-300.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-300.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-700.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/merriweather-v30-latin-700.eot');
    src: local(''),
        url('../fonts/merriweather-v30-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/merriweather-v30-latin-700.woff2') format('woff2'),
        url('../fonts/merriweather-v30-latin-700.woff') format('woff'),
        url('../fonts/merriweather-v30-latin-700.ttf') format('truetype'),
        url('../fonts/merriweather-v30-latin-700.svg#Merriweather') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 300 1em/1.5em 'Open Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #F0ECE8;
    overflow: hidden;
    padding: 0;
}
.fw_400 {
    font-weight: 400;
}
p {
    padding-bottom: 1rem;
}
.pb_0 {
    padding-bottom: 0;
    line-height: 1.1;
}
h1, h2, strong {
    font-weight: 700;
}
h1 {
    margin: -4rem 0 0.5rem;
    font-size: 1.392em;
    line-height: 1.3;
    position: relative;
    z-index: 999;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    text-transform: uppercase;
    color: #D5102F;
}
h3 {
    font-size: 1.6em;
    line-height: 1.4;
    margin-bottom: 0.7rem;
    font-family: 'Merriweather', serif;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
ul li {
    padding-left: 2rem;
}
ul li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -1rem;
}
.logo {
    position: absolute;
    top: 5rem;
    left: 7rem;
}
article {
    padding: 1rem 5rem 5rem;
}
footer {
    padding: 2rem 5rem 3rem;
    background: #FFF;
}
.res {
    display: none;
}
.pss {
    position: absolute;
    top: 7.8rem;
    left: 7rem;
}
.flex {
    display: flex;
    justify-content: start;
    gap: 0 1rem;
    align-items: center;
}
.qr {
    background: url('../images/bg.png') no-repeat right bottom;
    width: 312px;
    height: 146px;
    padding: 1rem 1.5rem;
    position: absolute;
    bottom: 2.5rem;
    right: 2rem;
}
.qr p {
    font-size: 0.75em;
    line-height: 1.3em;
    padding: 0;
    color: #FFF;
}
footer p {
    margin-left: 1rem;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p :is(a, span) {
        display: inline-block;
    }
    .logo, .pss {
        background: #FFF;
    }
    .logo {
        display: flex;
        justify-content: center;
        position: static;
        padding: 2rem;
    }
    .pss {
        position: static;
        padding: 1rem;
    }
    .desp {
        display: none;
    }
    .res {
        display: block;
    }
    h1 {
        margin: 1rem 0 0;
    }
    h3 {
        text-align: center;
    }
    header .flex {
        justify-content: center;
    }
    article, footer {
        padding: 1rem 2rem;
    }
    .qr {
        position: static;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 480px) {
    article, footer {
        padding: 1rem;
    }
    ul li {
        padding-left: 1rem;
    }
}