@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/merriweather-v30-latin-700.eot');
    src: url('../fonts/merriweather-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-v30-latin-700.woff2') format('woff2'), url('../fonts/merriweather-v30-latin-700.woff') format('woff'), url('../fonts/merriweather-v30-latin-700.ttf') format('truetype'), url('../fonts/merriweather-v30-latin-700.svg#Merriweather') format('svg');
}

:root {
    font-size: 16px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

a:hover {
    text-decoration: underline;
}

.tel:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
    background-color: #6666;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: .062rem solid #000;
    background-color: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0 .312rem .937rem;
}

p {
    text-align: justify;
    margin: 0 0 1.25rem;
}

h1 {
    text-align: left;
    font-size: 1.625rem;
    line-height: 1.1;
    margin: 1.25rem 0 1.875rem;
    color: #af1d1d;
}

h2 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 0.3125rem;
    color: #fff;
    background-color: #79b124;
    display: inline-block;
    padding: 0.1em 0.15em;
}

h3 {
    font-family: 'Merriweather', Arial, sans-serif;
    position: absolute;
    color: #fff;
    top: 0;
    width: 20rem;
    font-size: 1.75rem;
    margin: 11% 0 10% 3.125rem;
    border-radius: .875rem;
    padding: .625rem 0;
    text-align: center;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: .937rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    background: #79b124;
    margin-left: -.937rem;
    top: 0.5rem;
}

header {
    padding: 0;
    position: relative;
}

article {
    padding: 1.25rem 1.25rem 0;
}

footer {
    padding: 1.25rem;
    background-color: #053212;
    color: #fff;
}

footer section p {
    margin: 0;
}

.logo {
    order: 1;
    margin-right: 1.25rem;
}

footer section p {
    order: 2;
}

footer section {
    display: flex;
    justify-content: flex-start;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        margin: 0 auto;
        border: none;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    p {
        text-align: left;
    }

    h3 {
        font-size: 1.437rem;
        max-width: 16.875rem;
        padding: .625rem 0 0 0;
        margin-left: 8%;
        background-color: #af1d1d;
    }

    article,
    footer {
        margin: 0;
        padding: .625rem;
    }
}

@media only screen and (max-width: 43.75rem) {
    h3 {
        padding: 1.875rem 1.25rem 0 .625rem;
        height: 8rem;
        max-width: 19.375rem;
        margin: 8% 1.562rem
    }
}

@media only screen and (max-width: 40.625rem) {
    h3 {
        font-size: 1.25rem;
        padding: 1.875rem 1.25rem 0 .625rem;
        height: 7.2rem;
        max-width: 18.75rem;
        margin: 8.3% .625rem
    }
}

@media only screen and (max-width: 33rem) {

    h1 {
        font-size: 1.375rem;
        margin: 0 0 1rem 0
    }

    footer section {
        flex-direction: column;
    }

    footer section p {
        text-align: center;
    }

    h3 {
        height: 6rem;
        padding: .937rem 1.25rem 0 .625rem;
        max-width: 16rem;
        margin: 8.1% .625rem
    }

    .logo {
        margin: 0 0 0.9375rem;
        align-self: center;
    }
}