@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #231F20;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    border: 1px #231F20 solid;
    max-width: 800px;
    position: relative;
    padding: 65px;
    background-color: #FFFFFF;
    overflow: hidden;
}

:is(p, ul) {
    padding-bottom: 15px;
    hyphens: auto;
    text-align: justify;
}

header {
    margin-bottom: 20px;
}

p.nomar {
    padding: 0;
}

:is(h2, strong) {
    font-weight: 700;
}

h1 {
    color: #03689a;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

h2 {
    font-size: 16px;
    color: #03689a;
    margin-bottom: 10px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #231F20;
    text-decoration: none;
    white-space: nowrap;
}

a.link {
    color: #00f;
    text-decoration: underline;
    white-space: normal;
}

img {
    max-width: 100%;
    vertical-align: top;
}

ul {
    margin-left: 24px;
    list-style: none;
}

ul li {
    padding-left: 25px;
}

ul li:before {
    content: "\2022";
    float: left;
    font-size: 22px;
    text-indent: -25px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}

span {
    white-space: nowrap;
}

.wrap {
    word-break: break-all;
    white-space: normal !important;
}

@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0;
        padding: 5%;
    }

    :is(ul, p) {
        text-align: left;
        text-wrap: pretty;
    }
}

@media only screen and (max-width:480px) {
    ul {
        margin-left: 0;
    }

    li span.block {
        padding-left: 20px;
    }
}