@charset "utf-8";

:root {
    font-size: 16px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid .062rem #000
}

a {
    color: inherit;
    text-decoration: none;
    font-weight: 500
}

element:hover {
    background: #0F7D75
}

p {
    margin: 0 0 .625rem;
}

h1 {
    line-height: 1.2;
    margin: 1.875rem 0 .312rem
}

h2 {
    font-weight: 300;
    margin-bottom: .312rem
}

h3 {
    margin: 1.25rem 0 .625rem
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.875rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    background: #fff;
    border: .062rem solid #222222;
    margin-left: -.937rem;
    top: .437rem;
}

element {
    display: block;
    background: #19a99f;
    opacity: 0.9;
    color: white;
    font-size: 1rem;
    min-width: 20%;
    padding: .625rem .625rem;
    width: .312rem;
    text-align: center;
}

.tel {
    font-weight: normal;
}

.footer-social {
    font-size: 2.812rem;
    margin: 3.75rem 0 2.812rem;
}

.footer-social a {
    color: #b4b2ad;
    margin-left: .625rem;
    margin-right: .625rem;
    font-size: 3.125rem;
}

.footer-legal {
    color: #b4b2ad;
}

.footer-legal a:hover {
    text-decoration: underline;
}

header{
    padding: 1.25rem 1.25rem 0
}

article {
    padding: 1.25rem
}

footer {
    text-align: center;
    background: #4B4D53;
    padding: 1.875rem;
    margin-bottom: -1.5rem
}

footer p {
    padding-top: .625rem;
    text-align: center;
    margin-top: 1.562rem;
    color: #777;
    font-size: .875rem
}

footer p a {
    color: #19a99f;
}

footer p a:hover {
    text-decoration: underline;
    color: #21DED1
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        font-size: .875rem
    }

    h1 {
        margin: .625rem 0 .312rem
    }

    h3 {
        margin: .625rem 0 .625rem
    }

    element {
        display: block;
        background: #19a99f;
        opacity: 0.9;
        color: white;
        font-size: 1rem;
        min-width: 30%;
        padding: .625rem .625rem;
        width: .312rem;
        text-align: center;
    }
}

@media only screen and (max-width: 24.875rem) {
     element {
        min-width: 50%;
    }
}

@media only screen and (max-width: 23.438rem) {

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
