@charset "utf-8";
/* gabarito-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/gabarito-v9-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/gabarito-v9-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/gabarito-v9-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/gabarito-v9-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/gabarito-v9-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/gabarito-v9-latin-regular.svg#Gabarito') format('svg');
    /* Legacy iOS */
}
/* gabarito-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/gabarito-v9-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/gabarito-v9-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/gabarito-v9-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/gabarito-v9-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/gabarito-v9-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/gabarito-v9-latin-700.svg#Gabarito') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #082B39;
    font: 400 1em/1.5em 'Gabarito', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1000px;
    margin: 1rem auto;
    border: 1px solid #082B39;
    background: #E5E3D5 url('../images/bg.jpg') no-repeat top right;
    overflow: hidden;
    padding: 0 0 0 3rem;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.red {
    color: #EF620E;
}
p {
    padding-bottom: 1.5rem;
}
h2, h3 {
    color: #EF620E;
}
h1 {
    margin: 0 0 1.5rem 0.5rem;
    font-size: 3.4em;
    line-height: 0.8;
    text-indent: -0.5rem;
}
.t1 {
    display: inline-block;
    margin-left: 2rem;
}
.t2 {
    font-weight: 400;
    display: block;
    margin-top: 1rem;
    line-height: 1.1;
    font-size: 0.9em;
}
h2 {
    font-size: 1.4em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
h2 span {
    font-weight: 400;
}
h2, h3 {
    text-transform: uppercase;
}
h3 {
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 1.5rem;
    list-style: none;
}
li {
    padding: 0 0 0 1.5rem;
    background: url('../images/icon_bg.jpg') no-repeat 0 2px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.title {
    position: absolute;
    left: 3rem;
    top: 6.5rem;
}
.bg {
    background: #fff;
    margin-left: -3rem;
    width: 655px;
    padding: 1rem 1.5rem 1rem 3rem;
}
.flex {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0 2rem;
}
.left, .right {
    width: 48%;
}
.flexbox {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}
.benefits h2 {
    position: absolute;
    right: 5rem;
    top: 27rem;
}
.benefits p {
    text-align: center;
    font-size: 0.8em;
    line-height: 1.3;
}
.box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 1;
}
.box1 {
    position: absolute;
    right: 14.3rem;
    top: 33.75rem;
}
.box2 {
    position: absolute;
    right: 4rem;
    top: 40.25rem;
}
.box3 {
    position: absolute;
    right: 14rem;
    top: 47.25rem;
}
.box4 {
    position: absolute;
    right: 3.75rem;
    top: 54.5rem;
}
.social {
    margin: 3rem 0 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
header {
    opacity: 0;
    margin-bottom: 1.5rem;
}
article {
    padding: 0;
}
footer {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
footer p {
    padding: 1.5rem 2rem;
}
figure {
    margin: 0;
}
@media only screen and (max-width:999px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #E4E2D5;
        padding-left: 0;
    }
    :is(p, li) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    .benefits h2, .box {
        position: static !important;
    }
    .benefits {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .benefits .box {
        width: 48%;
    }
    .benefits h2 {
        width: 100%;
    }
    .bg {
        width: auto;
        padding: 1rem 2rem;
        margin: 0;
    }
    .title {
        position: static;
        padding: 0 2rem;
    }
    h1 {
        text-indent: 0;
        margin-left: 0;
    }
    .t1 {
        margin-left: 0;
    }
    header {
        opacity: 1;
        display: flex;
        justify-content: center;
    }
    article br {
        display: none;
    }
    footer {
        position: static;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    footer p {
        text-align: center;
    }
}
@media only screen and (max-width:768px) {
    .flex {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
    }
    h1 {
        font-size: 2.5em;
        line-height: 1;
    }
}
@media only screen and (max-width:480px) {
    .title, .bg, footer p {
        padding-inline: 1rem;
    }
    h1 {
        font-size: 2em;
        line-height: 1.1;
    }
}