@charset "utf-8";
@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: italic;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-italic.eot');
    src: local(''),
        url('../fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-italic.woff') format('woff'),
        url('../fonts/roboto-v30-latin-italic.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-italic.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');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #5c6971;
    font: 400 0.875em/1.6em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: none;
    background: #fff;
    overflow: hidden;
    padding: 2rem;
    box-shadow: 3px 3px 11px 2px #939095;
}
:is(h2, h3, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:active) {
    color: #00adee;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0;
    padding: 1rem;
    font-size: 2.3em;
    line-height: 1.1;
    background: #00ADEE;
    color: #fff;
    border-radius: 30px 30px 0 0;
    font-weight: 400;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}
h3 {
    font-size: 1.45em;
    line-height: 1.3;
    margin-bottom: 2rem;
}
h4 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    font-weight: 400;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0 0.8rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    top: 1px;
    color: #00adee;
}
img {
    max-width: 100%;
    height: auto;
}
main {
    display: flex;
    justify-content: space-between;
}
main section {
    width: 60%;
}
main section:last-of-type {
    width: 37%;
}
main section:last-of-type {
    background: #D6DCE5;
    border-radius: 30px;
    padding: 2rem 1rem;
}
main section:last-of-type p {
    text-align: justify;
}
header figure {
    margin: 1.5rem -2rem 2rem;
    border-top: 4px solid #00ADEE;
}
article {
    padding: 0 0 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
}
article>section {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 1.5rem;
    margin-top: -6.7rem;
    position: relative;
    width: 100%;
    margin-right: -37%;
    background: #fff;
}
article>section aside {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
article>section aside nav {
    width: 48%;
}
article>section aside nav:first-of-type {
    border-right: 2px solid #EEEFF1;
}
article>section aside nav p:last-of-type {
    padding-bottom: 0;
}
article>section aside p {
    position: relative;
    padding-left: 1.5rem;
}
article>section aside p img {
    position: absolute;
    left: 0;
    top: 2px;
}
footer a {
    display: inline-block;
    background: #00adee;
    border: 1px solid #00adee;
    color: #fff !important;
    cursor: pointer;
    border-radius: 30px;
    padding: 1rem 1.75rem;
}
footer a:hover {
    text-decoration: none;
    background-color: #08b;
    border: 1px solid #0081b1;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0.8rem;
    }
    header figure {
        margin: 1rem -1rem;
    }
    main section:last-of-type p {
        text-align: left;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
    p span {
        display: inline-block;
    }
    h1 {
        font-size: 2em;
    }
    article>section {
        margin-top: -5rem;
    }
}
@media only screen and (max-width:780px) {
    main {
        display: block;
    }
    main section {
        width: 100% !important;
    }
    footer p {
        text-align: center;
    }
    h1 {
        font-size: 1.75em;
    }
    article>section {
        margin-top: -4rem;
    }
}
@media only screen and (max-width:480px) {
    article>section{
        margin-top: -4rem;
    }
    article>section aside {
        display: block;
    }
    article>section aside nav {
        width: 100%;
    }
    article>section aside nav:first-of-type {
        border: none;
        margin-bottom: 1rem;
    }
    h1{
        font-size: 1.5em;
    }
    article>section {
        margin-top: -2rem;
    }
}