﻿@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v18-latin-regular.eot');
    src: url('../fonts/jost-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost-v18-latin-regular.woff2') format('woff2'),
        url('../fonts/jost-v18-latin-regular.woff') format('woff'),
        url('../fonts/jost-v18-latin-regular.ttf') format('truetype'),
        url('../fonts/jost-v18-latin-regular.svg#Jost') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/jost-v18-latin-500.eot');
    src: url('../fonts/jost-v18-latin-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost-v18-latin-500.woff2') format('woff2'),
        url('../fonts/jost-v18-latin-500.woff') format('woff'),
        url('../fonts/jost-v18-latin-500.ttf') format('truetype'),
        url('../fonts/jost-v18-latin-500.svg#Jost') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v18-latin-700.eot');
    src: url('../fonts/jost-v18-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost-v18-latin-700.woff2') format('woff2'),
        url('../fonts/jost-v18-latin-700.woff') format('woff'),
        url('../fonts/jost-v18-latin-700.ttf') format('truetype'),
        url('../fonts/jost-v18-latin-700.svg#Jost') format('svg');
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

body {
    color: #000;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Jost', Arial, sans-serif;
    font-weight: 400;
}

#wrapper {
    max-width: 800px;
    margin: 1rem auto;
    border: 1px solid #CBCBCB;
    overflow: hidden;
    background: #fff;
}

article {
    padding: 20px 56px;
}

footer {
    margin: -90px 0 0;
    background: url(../images/background.jpg) no-repeat;
    display: flex;
    justify-content: flex-end;
    padding: 55px 58px 36px;
}

.big {
    font-size: 18px;
}

:í(h1,strong) {
    font-weight: 700;
}

:is(h2, h3, .bold) {
    font-weight: 500;
}

h1 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 38px;
}

h1 span {
    font-size: 77%;
}

h2 {
    font-size: 29px;
    line-height: 1.4;
    margin: 0 0 12px;
}

h2+p {
    text-align: left;
}

h3 {
    font-size: 19px;
    margin: 0 0 10px;
    line-height: 21px;
}

p {
    margin: 0 0 16px;
    text-align: justify;
}

span {
    white-space: nowrap;
}

.infor {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding-top: 20px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0 0 25px;
    list-style: none;
}

ul li {
    padding-left: 1rem;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 20px;
}

ul li:before {
    content: "\2022";
    color: #000;
    float: left;
    font-size: 20px;
    text-indent: -1rem;
    font-family: Arial;
}

@media all and (max-width: 799px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    :is(p, h1, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h1 {
        font-size: 28px;
        line-height: 32px;
    }

    article {
        padding: 16px;
    }

    footer {
        margin: 0;
        padding: 64px 16px 16px;
    }

    p {
        text-align: left;
    }

    br:not(.infor br) {
        display: none;
    }
}

@media all and (max-width: 767px) {
    footer {
        background: #91c469;
        padding: 1rem;
        justify-content: center;
    }
}