@charset "utf-8";

:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-v20-latin-regular.eot');
    src: url('../fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'), url('../fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ubuntu-v20-latin-700.eot');
    src: url('../fonts/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-700.woff') format('woff'), url('../fonts/ubuntu-v20-latin-700.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-700.svg#Ubuntu') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000000;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
}

span {
    white-space: nowrap
}

.border {
    border-bottom: dashed 1px #000;
    padding: 0 0 .625rem;
    margin: 0
}

h1 {
    font-size: 1.625rem;
    margin: 0 0 1rem;
    color: #AC1480;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding: .187rem 0 .625rem;
    font-weight: normal;
}

h1 small {
    font-size: 18px;
    font-weight: normal
}

h2 {
    font-size: 18px;
    color: #AC1480;
    font-weight: normal;
    margin: 0 0 .187rem;
}

h3 {
    font-size: 18px;
    color: #AC1480;
    font-weight: normal;
    margin: .625rem 0 .187rem;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 1rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1.375em;
    line-height: 1;
    color: #AC1480
}

article {
    padding: 2.8rem 2.8rem 80px
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 1rem;
}

.left {
    width: 45%
}

.right {
    width: 55%;
    border-left: dashed 1px #000;
    padding: 0 0 0 1rem
}

footer p,
a.web {
    color: #fff
}

footer {
    display: flex;
    align-items: flex-end;
    column-gap: 1rem;
    justify-content: space-between;
    background: #AC1480;
    padding: 1rem 2.8rem 1.25rem;
}

.socials {
    width: 35%
}

.socials p {
    line-height: 1.8
}

.socials img {
    width: 1.5rem;
    position: relative;
    top: .312rem;
}

.text {
    width: 45%
}

footer p {
    margin: 0
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    article {
        padding: 1rem
    }

    footer {
        padding: 1rem;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    
     footer p {
        margin: 0 0 1rem
    }
    .socials,
    .text,
    .qr {
        width: auto
    }
}

@media only screen and (max-width: 48rem) {
    h1 {
        font-size: 1.25rem;
        text-align: center;
        padding: .625rem 0;
    }

    h2 {
        text-align: center;
        padding: 0 0 .625rem;
    }

    .flex {
        display: block
    }

    .left,
    .right {
        width: 100%
    }

    .right {
        border: none;
        padding: 0
    }

   

}

@media only screen and (max-width: 30rem) {

    h1 small,
    h2,
    h3 {
        font-size: 1.125rem;
    }

    h1,
    h2 {
        text-align: center;
    }

    article {
        padding: .625rem 0 0;
    }

   

   
}