@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: 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-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: 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;
}

:root {
    font-size: 16px;
}

html {
    min-height: 100%;
}

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

#wrapper {
    border: solid 10px #002E62;
    max-width: 915px;
    margin: 1rem auto;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

header {
    display: flex;
    padding: 0 20px 0 0;
    gap: 29px;
}

header section {
    width: calc(100% - 323px);
    padding: 14px 0 0;
}

article {
    position: absolute;
    top: 169px;
    left: 352px;
}

footer {
    bottom: 20px;
    position: absolute;
    right: 20px;
    display: flex;
    flex-direction: column;
}

h1 {
    color: #EC6504;
    font-size: 41px;
    margin: 0 0 16px;
    line-height: 1;
}

h1 small {
    font-size: 20px;
}

h1 span {
    font-size: 20px;
    font-weight: normal;
}

h2 {
    font-size: 15px;
    color: #002E62;
}

h3 {
    padding: 18px 0 0;
    float: left;
    color: #002E62;
    font-size: 12px;
    line-height: 1.4;
}

.color {
    color: #002E62;
}

p {
    margin-bottom: 10px;
    text-align: justify;
    hyphens: auto;
}

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

img {
    vertical-align: bottom;
    max-width: 100%;
}

ul {
    margin: 0 0 12px;
    list-style: none;
}

ul li {
    padding-left: 26px;
}

li:before {
    text-indent: -26px;
    content: "\2022";
    color: #EC6504;
    float: left;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.text {
    position: absolute;
    top: 215px;
    right: 22px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    transform: rotate(-7deg);
    z-index: 9;
}

.text p {
    font-weight: bold;
    color: #FFF;
    text-align: center !important;
    margin: 0;
    width: 222px;
}

.blue {
    background: #002E66;
    padding: 2px 5px;
    font-size: 25px;
    line-height: 1.2;
    border-right: 10px solid #002E66;
    width: 230px !important;
}

.orange {
    background: #F26F23;
    padding: 1px 6px;
    font-size: 17px;
}

.solical {
    color: #002E62;
    margin: 0 0 20px;
    display: flex;
    align-items: flex-end;
}

.solical a {
    color: #002E62 !important;
}

.solical p {
    float: left;
    margin: 0;
    font-size: 12px;
}

.solical p:nth-of-type(1) {
    padding: 0 18px 0 16px;
}

.solical p img {
    margin-right: 6px;
    vertical-align: bottom;
}

.logo {
    margin: 0 0 0 -120px;
}

@media screen and (max-width: 915px) {
    body {
        line-height: 21px;
    }

    #wrapper {
        border: none;
        margin: 0;
    }

    .text {
        right: 20px;
        top: 230px;
    }

    article {
        top: 179px;
    }

    footer {
        justify-content: center;
        position: static;
        align-items: center;
        margin: 1rem;
    }

    h1 {
        font-size: 36px;
    }

    .logo {
        margin: 0;
    }

    p {
        text-align: left !important;
    }

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

    span {
        white-space: nowrap;
    }
}

@media screen and (max-width:875px) {
    .text {
        position: static;
        transform: none;
        justify-content: center;
        align-items: center;
        z-index: 999;
    }

    article {
        padding: 5rem 16px 0 0;
        top: 21%;
    }

    br:not(h3 br) {
        display: none;
    }

    h1 {
        font-size: 29px;
        text-align: center;
    }

    h1 small {
        font-size: 19px;
    }
}

@media screen and (max-width:800px) {
    h1 {
        font-size: 25px;
    }

    footer {
        padding-top: 4%;
    }
}

@media screen and (max-width: 767px) {
    header {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 0;
    }

    article {
        position: static;
        padding: 1rem 1rem 0;
        margin: 0;
        width: 100%;
    }

    header section {
        width: 100%;
        padding: 0 16px;
    }

    footer {
        padding-top: 0;
    }

    h3 {
        padding-top: 0.5rem;
    }
}

@media screen and (max-width:480px) {
    header {
        justify-content: center;
        flex-wrap: wrap;
    }

    header :is(img, section) {
        width: auto;
    }

    header section {
        padding: 0 1rem 1rem;
    }

    h3 {
        float: none;
        text-align: center;
    }

    h3 br {
        display: none;
    }

    .solical {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0 0 1rem;
        gap: 10px;
    }
}