@charset "utf-8";

:root {
    font-size: 1rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 51.875rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #00569D;
    border: solid 0.0625rem #000;
}

.container {
    padding: 1.875rem 2.875rem 0;
}
span{
    white-space: nowrap;
}
h1 {
    color: #0070C0;
    text-align: center;
    font-size: 2.25rem;
    line-height: 0.8;
    margin: 20px 0 10px 5rem;
}

h1 small {
    font-weight: normal;
    font-size: 1.125rem;
}

h2 {
    font-weight: normal;
    font-size: 21px
}

h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: .625rem
}

h4 {
    font-size: 1em;
    margin: 0 0 .25rem
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #0070C0;
    text-decoration: none;
    white-space: nowrap;
}

a.link {
    color: #fff
}

p {
    margin: 0 0 0.625rem;
    text-align: justify;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 2.75rem;
    margin-bottom: 4px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -2.75rem;
    font-size: 1em;
    line-height: 1.6;
}

header {
    color: #fff;
    text-align: center;
    padding-left: 15.625rem;
}

header p {
    font-size: 1.6875rem;
    text-align: center;
    font-weight: bold;
}

.img_top {
    border-radius: 50%;
    position: absolute;
    left: 0.625rem;
    top: 2.5rem;
}

article {
    background: #F1F4FA;
    background: linear-gradient(179deg, rgba(241, 244, 250, 1) 0%, rgba(171, 192, 228, 1) 100%);
    padding: 1rem 1rem .312rem;
    border-radius: 12%;
}

aside {
    padding-left: 240px;
    padding-right: 40px;
    line-height: 1.3;
}

aside p:first-of-type {
   
}

section p {
    text-align: center;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1rem 0;
}

@media only screen and (max-width: 51.8125rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 16px;
    }

    .container {
        padding: 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 {
        font-size: 1.875rem;
        margin: 1rem 0 0.625rem;
    }

    p {
        text-align: left;
    }

    ul li {
        padding-left: 1.375rem
    }

    ul li:before {
        margin-left: -1.375rem;
    }

    header {
        padding-left: 0;
    }

    header br,
    aside br {
        display: none;
    }

    header p {
        font-size: 1.125rem;
    }

    .img_top {
        border-radius: 50%;
        position: static;
        margin: 1rem auto;
    }

    article {
        padding: 0.625rem;
        border-radius: 1.5625rem;
    }

    aside {
        padding: 0
    }

    footer {
        display: block;
        text-align: center;
        padding: 1rem 0;
    }
}
