@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #18282f;
    font: 1em/1.5 "Arial", sans-serif;
    background: #F7F7F7
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 1160px;
    margin: 1rem auto;
    overflow: hidden;
    background: #F7F7F7;
    border: solid 1px #000;
}

h1 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.1;
    background: #2B3A62;
    color: #fff;
    padding: 1.5rem;
}

h2 {
    font-size: 3rem;
    text-align: center;
    margin: 0 0 4rem;
    color: #263b63;
    font-family: 'Saira Semi Condensed', Arial, sans-serif;
    line-height: 1.2
}

h3 {
    font-size: 1rem;
    margin: 0 0 4rem
}

h4 {
    font-size: 1rem;
    margin: 0 0 1rem;
    font-weight: 700
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

span {
    white-space: nowrap
}

ul {
    list-style: none;
    margin: 0 0 3.5rem;
    padding: 0;
}

ul li {
    padding: 0 0 .375rem 1.5rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.875rem;
    font-size: 1.375em;
    line-height: 1.1;
    color: #ABAFB4
}

.last_list {
    margin: 0 0 8rem
}

.center {
    text-align: center;
    margin: 50px 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
    padding: 1rem 1rem 3rem
}

.social i {
    color: #A4A6A8;
    font-size: 1.75rem;
    transition: opacity .3s;
}

.social {
    display: flex;
    column-gap: 1.5rem
}

.social i:hover {
    opacity: 0.7
}

article {
    padding: 0 1rem;
}

.background {
    position: relative;
}

.text {
    position: absolute;
    bottom: -7rem;
    width: 75%;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, .1);
}

.flex {
    background: #fff;
    padding: 1.5rem;
    display: flex;
    column-gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.flex img {
    width: 25px;
    margin-right: .312rem
}

.flex p {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: calc(8px);
}

.flex p span {
    white-space: normal;
}

.details {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.details div {
    width: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details p {
    text-align: center;
    color: #203763;
    font-weight: 700;
    line-height: 1.2
}
.section {
    padding: 15% 0 0;
    max-width: 53.125rem;
    margin: 0 auto
}

a.apply {
    display: block;
    background: #2B3A62;
    color: #fff;
    text-align: center;
    width: fit-content;
    padding: 1rem;
    font-weight: 700;
    margin: 4rem auto 2rem;
    border: solid 1.5rem #fff;
    box-shadow: 0 0 4rem rgba(0, 0, 0, .15);
}

.grau {
    background-color: rgb(235, 240, 244);
    padding: 16px;
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
}

@media only screen and (max-width: 1159px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
    p :is(span, a) {
        display: inline-block;
    }

    h1 {
        padding: 1rem;
    }

    h2 {
        font-size: 2.5rem;
        margin: 0 0 1rem;
    }

    h3 {
        margin: 0 0 1rem
    }

    ul li {
        padding: 0 0 .187rem 1.25rem
    }

    .last_list {
        margin: 0 0 1rem
    }

    header {
        padding: 0 0 1rem
    }

    article {
        padding: 0
    }

    .text {
        bottom: -3.25rem;
        width: calc(100% - 2rem)
    }

    .flex {
        padding: 1rem;
    }

    .flex p {
        margin: 0;
    }

    .details div {
        width: 20%;
    }

    .details p {
        margin: 0
    }

    .section {
        padding: 7% 0 0;
    }

    a.apply {
        margin: 1rem auto 0;
    }

    h2 br {
        display: none
    }
}

@media only screen and (max-width: 950px) {
    .background img {
        display: block
    }

    .text {
        position: static;
        left: 0;
        transform: translate(0);
        width: 100%
    }

    .section {
        padding: 1rem;
        max-width: 59.375rem
    }

    .flex {
        gap: 1rem
    }

    .flex p {
        display: flex;
    }
}

@media only screen and (max-width: 830px) {
    h2 {
        font-size: 2rem
    }

    .flex {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .flex p {
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-direction: column
    }

    .flex img {
        margin-right: 0
    }

    .details {
        flex-wrap: wrap;
        gap: 1rem;
        margin: 0 0 1.5rem
    }

    .details div {
        width: 30%
    }
}

@media only screen and (max-width: 600px) {
    header {
        flex-direction: column;
    }

    header img {
        margin: .625rem 0 1.25rem;
    }
}

@media only screen and (max-width: 480px) {
    .details div {
        width: 45%
    }

    .details div:last-of-type {
        width: 100%
    }

    h2 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 376px) {
    a.apply {
        width: 100%
    }
}