@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');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 860px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    padding: 40px 80px;
    background-color: #fff;
}

:is(header, footer, .icon, .icon p, .logo, .information) {
    display: flex;
}

header {
    align-items: center;
    Flex-direction: column;
    margin: 0 -80px 25px;
}

header .logo {
    margin-bottom: 26px;
}

footer {
    justify-content: space-between;
    align-items: flex-end;
}

small a {
    color: #000 !important;
}

.icon {
    padding: 8px 80px;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
    background: #d9dee2;
    margin: 20px -80px;
}

.icon p {
    align-items: center;
    gap: 5px;
    margin-bottom: 0 !important;
    justify-content: center;
    font-size: 14px;
}

.qr-code img {
    vertical-align: bottom;
}

.qr-code {
    align-items: flex-end;
    display: flex;
    gap: 14px;
}

.logo {
    gap: 25px;
    align-items: flex-end;
}

.qr-code p {
    color: #003989;
    line-height: 14px;
    font-size: 11px;
}

.background {
    padding: 10px 80px 16px;
    background: #d9dee2;
    margin: 30px -80px 40px;
}

.information {
    margin: 12px 0 0;
    gap: 35px;
    justify-content: space-between;
}

.information p {
    text-align: center;
    font-size: 13px;
}

.information>div {
    align-items: center;
    Flex-direction: column;
    display: flex;
}

.information img {
    margin-bottom: 10px;
}

.black {
    color: #000 !important;
}

.flex {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 5px 0 15px;
    position: relative;
}

.flex p {
    margin-bottom: 0 !important;
}

.fix {
    position: absolute;
    bottom: 16px;
    right: 0;
}

a[href^="tel:"] {
    color: #000 !important;
}

:is(strong, h1, h2, h3) {
    font-weight: 700;
}

h2 {
    color: #003989;
    font-size: 16px;
    margin: 12px 0 8px;
    line-height: 22px;
}

h2 {
    text-align: justify;
}

h2 img {
    vertical-align: middle;
    margin-right: 10px;
}

h3 {
    font-size: 15px;
    margin: 12px 0 3px;
}

h1 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 33px;
}

p:not(:last-child) {
    margin-bottom: 20px;
}

p {
    text-align: justify;
    hyphens: auto;
}

img {
    max-width: 100%;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #003989;
    text-decoration: none;
    white-space: nowrap;
}

span {
    white-space: nowrap;
}

ul {
    padding: 0 0 10px 10px;
    list-style: none;
    font-size: 15px;
}

ul li {
    padding-left: 1.25rem;
    text-align: justify;
    hyphens: auto;
}

ul li:before {
    content: "\2022";
    float: left;
    font-family: Arial, sans-serif;
    font-size: 22px;
    text-indent: -1.25rem;
    margin: -4px 0 0;
}

.font p {
    font-size: 14px;
}

ul li a {
    color: #000 !important;
}

@media (max-width: 859px) {
    #wrapper {
        padding: 1rem;
        margin: 0;
        border: none;
    }

    header {
        margin: 0 -1rem 1rem;
    }

    .icon {
        justify-content: space-around;
        padding: 8px 20px;
        margin: 20px -20px;
    }

    h2 {
        text-align: left;
    }
	
	ul li br {
		display:none;
	}

    :is(p, ul, h1) {
        hyphens: auto;
    }

    :is(p, ul li) {
        text-align: left;
    }

    :is(.information, h1) br {
        display: none;
    }
}

@media (max-width: 699px) {
    .information {
        display: block !important;
    }

    .information>div {
        margin-bottom: 10px;
    }

    .background h2 {
        text-align: center;
    }

    ul {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 638px) {
    .flex {
        flex-direction: column;
        gap: 0
    }

    .fix {
        position: static;
        margin-top: 16px;
    }
}

@media (max-width: 480px) {
    footer {
        display: block !important;
    }

    .icon {
        justify-content: center;
        gap: 15px;
        align-items: center;
    }

    :is(footer br, .icon br, .br) {
        display: none;
    }


    .qr-code {
        margin-bottom: 16px;
    }

    .logo {
        align-items: center;
        justify-content: center;
    }
}