@-ms-viewport {
    width: device-width;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
button {
    outline: 0;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 500;
}
p:empty {
    display: none;
}
#bitnami-banner {
    display: none !important;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
.input-checkbox {
    -webkit-appearance: none;
}
.reset-gutemberg h1,
.reset-gutemberg h2,
.reset-gutemberg h3,
.reset-gutemberg h4,
.reset-gutemberg h5,
.reset-gutemberg h6 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 30px;
}
@media only screen and (max-width: 600px) {
    .reset-gutemberg h1,
    .reset-gutemberg h2,
    .reset-gutemberg h3,
    .reset-gutemberg h4,
    .reset-gutemberg h5,
    .reset-gutemberg h6 {
        margin-bottom: 30px;
        line-height: 25px;
    }
}
.reset-gutemberg h1 {
    font-size: 3.8rem;
}
@media only screen and (max-width: 600px) {
    .reset-gutemberg h1 {
        font-size: 3.4rem;
    }
}
.reset-gutemberg h2 {
    font-size: 3.4rem;
}
@media only screen and (max-width: 600px) {
    .reset-gutemberg h2 {
        font-size: 3rem;
    }
}
.reset-gutemberg h3 {
    font-size: 3rem;
}
@media only screen and (max-width: 600px) {
    .reset-gutemberg h3 {
        font-size: 2.6rem;
    }
}
.reset-gutemberg h4 {
    font-size: 2.6rem;
}
@media only screen and (max-width: 600px) {
    .reset-gutemberg h4 {
        font-size: 2.2rem;
    }
}
.reset-gutemberg h5 {
    font-size: 2.2rem;
}
@media only screen and (max-width: 600px) {
    .reset-gutemberg h5 {
        font-size: 1.8rem;
    }
}
.reset-gutemberg h6,
.reset-gutemberg p,
.reset-gutemberg li {
    font-size: 1.8rem;
    font-family: "Roboto", sans-serif;
    color: #fff;
    line-height: 30px;
}
@media only screen and (max-width: 600px) {
    .reset-gutemberg h6,
    .reset-gutemberg p,
    .reset-gutemberg li {
        font-size: 1.4rem;
        line-height: 21px;
    }
}
.reset-gutemberg p {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1025px) {
    .reset-gutemberg p {
        margin-bottom: 20px;
    }
}
.reset-gutemberg p:last-child {
    margin-bottom: 0;
}
.reset-gutemberg ol,
.reset-gutemberg ul {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1025px) {
    .reset-gutemberg ol,
    .reset-gutemberg ul {
        margin-bottom: 20px;
    }
}
.reset-gutemberg ol li,
.reset-gutemberg ul li {
    font-weight: normal;
}
.reset-gutemberg ol {
    padding-left: 20px;
    list-style: decimal;
}
.reset-gutemberg ul {
    padding-left: 22px;
    list-style: disc;
}
.reset-gutemberg a {
    font-family: "Roboto", sans-serif;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.reset-gutemberg a:hover {
    text-decoration: underline;
}
.reset-gutemberg figure {
    display: block;
    width: 100%;
    margin: 30px 0;
}
@media only screen and (max-width: 600px) {
    .reset-gutemberg figure {
        margin: 20px 0;
    }
}
.reset-gutemberg figure > ul {
    padding-left: 0;
    margin-bottom: -15px !important;
    overflow: hidden;
}
.reset-gutemberg figure > ul figure img {
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.reset-gutemberg figure > img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 0 20px;
}
@media only screen and (max-width: 600px) {
    .reset-gutemberg figure > img {
        margin-bottom: 10px;
    }
}
.reset-gutemberg img {
    display: block;
    width: 100%;
    margin: 30px 0;
}
@media only screen and (max-width: 600px) {
    .reset-gutemberg img {
        margin: 20px 0;
    }
}
.hidden {
    display: none !important;
}
.visible {
    display: block !important;
}
.responsive-image {
    display: block;
    max-width: 100%;
    height: auto;
}
.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.transition {
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
}
.link {
    opacity: 1;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}
.link:hover {
    opacity: 0.6;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}
.screen-reader-text {
    display: none;
    font-size: 0;
}
::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
    opacity: 0.6;
}
:-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    opacity: 0.6;
}
::-moz-placeholder {
    color: #fff;
    font-style: italic;
    opacity: 0.6;
}
::-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    opacity: 0.6;
}
::placeholder {
    color: #fff;
    font-style: italic;
    opacity: 0.6;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
html,
body {
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
}
.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 284px;
    height: 45px;
    padding: 0 15px;
    color: #fff;
    font-weight: 500;
    font-size: 2.1rem;
    text-align: center;
    border: none;
    background-color: #666;
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    outline: none;
}
.button:hover {
    opacity: 0.6;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}
@media only screen and (max-width: 600px) {
    .button {
        width: auto;
        height: 34px;
        padding: 0 31px;
        font-size: 1.693rem;
    }
}
.button--arrow-right,
.button--arrow-up,
.button--arrow-down {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    text-align: left;
}
@media only screen and (max-width: 600px) {
    .button--arrow-right,
    .button--arrow-up,
    .button--arrow-down {
        padding: 0 20px 0 30px;
    }
}
.button--arrow-right svg,
.button--arrow-up svg,
.button--arrow-down svg {
    margin-left: 10px;
}
.button--arrow-up svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.button--arrow-down svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.button--vermelho {
    background-color: #b73049;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(-35.36%, rgba(69, 59, 119, 0.76)), color-stop(104.6%, rgba(231, 53, 80, 0.53)));
    background-image: linear-gradient(90deg, rgba(69, 59, 119, 0.76) -35.36%, rgba(231, 53, 80, 0.53) 104.6%);
}
.button--azul {
    background-color: #304eb7;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(-35.36%, rgba(231, 53, 80, 0.26)), color-stop(47.74%, rgba(69, 59, 119, 0.76)));
    background-image: linear-gradient(90deg, rgba(231, 53, 80, 0.26) -35.36%, rgba(69, 59, 119, 0.76) 47.74%);
}
.button--verde {
    background-color: #5f9797;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(-35.36%, rgba(122, 227, 227, 0.95)), color-stop(63.05%, rgba(118, 211, 211, 0.62)));
    background-image: linear-gradient(90deg, rgba(122, 227, 227, 0.95) -35.36%, rgba(118, 211, 211, 0.62) 63.05%);
}
.go-back-arrow {
    display: none;
}
@media only screen and (max-width: 992px) {
    .go-back-arrow {
        display: block;
        position: fixed;
        margin: 35px 0 50px 16px;
    }
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}
.main-text {
    font-size: 13px!important;
}
@media only screen and (max-width: 992px) {
    .container {
        padding: 0 20px;
        padding-bottom: 100px!important;
    }
    .main-text {
        font-size: 17px!important;
    }
}
.container-arrow {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}
@media only screen and (max-width: 992px) {
    .container-arrow {
        padding: 0 30px 0 50px;
    }
}
.page404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page404__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 95px;
}
@media only screen and (max-width: 992px) {
    .page404__container {
        padding: 0 20px;
    }
}
.page404__logo {
    display: inline-block;
    margin: 0 auto 12px;
    zoom: 1.5;
}
@media only screen and (max-width: 600px) {
    .page404__logo {
        zoom: 1;
    }
}
.page404__logo svg {
    display: block;
    height: 60px;
    width: auto;
}
.page404__title,
.page404__subtitle,
.page404__help {
    color: #001c50;
    text-align: center;
}
.page404__title {
    font-size: 20rem;
    font-weight: 300;
    margin: 0 auto;
}
@media only screen and (max-width: 600px) {
    .page404__title {
        font-size: 10rem;
    }
}
.page404__subtitle {
    font-size: 3rem;
    margin: 0 auto 5px;
    line-height: 1.2;
}
@media only screen and (max-width: 600px) {
    .page404__subtitle {
        font-size: 2.2rem;
    }
}
.page404__help {
    font-size: 1.6rem;
    margin: 0 auto 50px;
    line-height: 1.4;
}
.page404__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page404__options > li {
    margin: 0 15px;
}
.page404__options > li a {
    font-size: 2rem;
    font-weight: bold;
    color: #001c50;
}
body.error404 header.header,
body.error404 div.navigation {
    display: none !important;
}
.page-admin-assinaturas {
    background: #d6d6d6;
}
.page-admin-assinaturas .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}
.page-admin-assinaturas .header h1 {
    font-size: 20px;
    color: #033c9c;
}
.page-admin-assinaturas .header h1 a {
    color: #033c9c;
}
.page-admin-assinaturas .header ul li {
    display: inline-block;
    margin-left: 10px;
}
.page-admin-assinaturas .header ul li a {
    color: #033c9c;
    text-decoration: underline;
    font-size: 15px;
}
.admin-assinaturas {
    padding-top: 130px;
    padding-bottom: 30px;
    min-height: 100vh;
}
.admin-assinaturas .row-header h2 {
    color: #033c9c;
    font-size: 30px;
    line-height: 200%;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 130%;
    display: inline-block;
}
.admin-assinaturas .row-header h3 {
    color: #033c9c;
    font-size: 20px;
    line-height: 200%;
    text-align: left;
    margin: 0 0 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 130%;
    display: inline-block;
}
.admin-assinaturas .row-signatures .loading-text {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 20px 0;
    color: #333;
}
.admin-assinaturas .row-signatures table {
    padding: 0;
    margin: 20px 0;
    border: 1px solid #999;
    width: 100%;
}
.admin-assinaturas .row-signatures table tr td,
.admin-assinaturas .row-signatures table tr th {
    padding: 5px;
    border: 1px solid #999;
    text-align: left;
}
.page-admin {
    background: #d6d6d6;
}
.page-admin .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}
.page-admin .header h1 {
    font-size: 20px;
    color: #033c9c;
}
.page-admin .header h1 a {
    color: #033c9c;
}
.page-admin .header ul li {
    display: inline-block;
    margin-left: 10px;
}
.page-admin .header ul li a {
    color: #033c9c;
    text-decoration: underline;
    font-size: 15px;
}
.admin {
    padding-top: 130px;
    padding-bottom: 30px;
    min-height: 100vh;
}
.admin .row-header h2 {
    color: #033c9c;
    font-size: 30px;
    line-height: 200%;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 130%;
    display: inline-block;
}
.admin .row-header h3 {
    color: #033c9c;
    font-size: 20px;
    line-height: 200%;
    text-align: left;
    margin: 0 0 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 130%;
    display: inline-block;
}
.admin .row-login .form {
    max-width: 400px;
}
.admin .row-login .form__controls--submit {
    margin: 35px 0;
}
.page-assinaturas {
    background: #f6b36c;
}
.page-assinaturas .col-form {
    display: none;
}
@media only screen and (max-width: 992px) {
    .page-assinaturas .col-form {
        display: block;
    }
}
.page-assinaturas .container-arrow {
    padding: 0;
}
.assinaturas {
    padding-top: 130px;
    padding-bottom: 30px;
    min-height: 100vh;
}
.assinaturas .row-header {
    text-align: center;
}
.assinaturas .row-header h1 {
    display: none;
}
@media only screen and (max-width: 992px) {
    .assinaturas .row-header h1 {
        color: #033c9c;
        font-size: 40px;
        line-height: 200%;
        text-align: left;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 130%;
        display: block;
    }
}
.assinaturas .row-header h1 a {
    color: #033c9c;
    text-decoration: none;
}
.assinaturas .row-header h2 {
    color: #033c9c;
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
    margin: 15px 0 0;
}
.assinaturas .row-letters ul {
    text-align: center;
    padding: 0;
    margin: 20px 0;
}
.assinaturas .row-letters ul li {
    display: inline-block;
    margin: 2px 1px;
}
.assinaturas .row-letters ul li a {
    display: inline-block;
    padding: 5px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 140%;
}
.assinaturas .row-letters ul li.letter--active a {
    font-weight: bold;
    color: #033c9c;
}
.assinaturas .row-signatures .loading-text {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 20px 0;
    color: #333;
}
.assinaturas .row-signatures .more-text {
    display: none;
    text-align: center;
    margin: 20px auto;
    font-size: 14px;
    width: 200px;
    color: #033c9c;
    font-weight: bold;
}
.assinaturas .row-signatures .more-text--visible {
    display: block;
}
.assinaturas .row-signatures ul {
    padding: 0;
    margin: 20px 0;
    text-align: center;
}
.assinaturas .row-signatures ul li {
    display: inline-block;
    margin: 1px 2px;
    font-size: 18px;
    line-height: 140%;
    cursor: pointer;
}
.assinaturas .row-signatures ul li:before {
    content: " + ";
    opacity: 0.5;
}
.assinaturas .row-signatures ul li:hover {
    color: #219653;
    font-weight: bold;
    font-size: 22px;
}
.assinaturas .row-signatures ul li:hover:before {
    font-size: 18px;
    color: #000;
}
@media only screen and (max-width: 992px) {
    .assinaturas .row-signatures ul {
        text-align: left;
    }
}
.page-docs-pdf {
    background: url("../image/bg-desktop.jpg") no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
@media only screen and (max-width: 992px) {
    .page-docs-pdf {
        background: none;
        height: initial;
        display: initial;
    }
}
.page-docs-pdf .col-form {
    display: none;
}
@media only screen and (max-width: 992px) {
    .page-docs-pdf .col-form {
        display: block;
    }
}
.docs-pdf__header-content h1 {
    display: none;
}
@media only screen and (max-width: 992px) {
    .docs-pdf__header-content h1 {
        color: #033c9c;
        font-size: 40px;
        line-height: 200%;
        text-align: left;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 130%;
        display: block;
    }
}
.docs-pdf__header-content h1 a {
    color: #033c9c;
    text-decoration: none;
}
.docs-pdf__header-content h2 {
    color: #033c9c;
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
    margin: 15px 0 0;
}
.docs-pdf__header-content a.flag {
    float: right;
    margin-top: -38px;
    display: block;
    text-align: right;
    width: 33px;
    margin-right: 15px;
}
@media only screen and (max-width: 992px) {
    .docs-pdf__header-content a.flag {
        margin-right: 0;
    }
}
.docs-pdf__content {
    overflow: hidden;
    padding: 20px 15px 20px 0;
    margin: 0;
    height: 500px;
    position: relative;
}
.docs-pdf__content:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 150px;
    background: #333;
    display: block;
    right: 15px;
    top: 70px;
}
@media only screen and (max-width: 992px) {
    .docs-pdf__content {
        padding: 100px 0 140px;
        margin: initial;
        overflow: initial;
        height: initial;
    }
    .docs-pdf__content:before {
        display: none;
    }
}
.docs-pdf__content p,
.docs-pdf__content ul,
.docs-pdf__content li {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: #000;
    margin-top: 20px;
}
.docs-pdf__content p strong,
.docs-pdf__content ul strong,
.docs-pdf__content li strong {
    font-weight: 600;
}
.docs-pdf__content ul {
    list-style-type: initial;
    margin-left: initial;
    padding-left: 22px;
}
.docs-pdf__content ul li {
    margin-left: initial;
    padding-left: initial;
    margin-top: 10px;
}
.docs-pdf__content h3 {
    color: #033c9c;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.docs-pdf__content h4 {
    color: #033c9c;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
    margin: 25px 0 0;
}
.docs-pdf__content iframe {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 992px) {
    .docs-pdf__content iframe {
        border: 1px solid #999;
        min-height: 48vh;
    }
}
.page-documentos {
    background: url("../image/bg-desktop.jpg") no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
@media only screen and (max-width: 992px) {
    .page-documentos {
        background: none;
        height: initial;
        display: initial;
    }
}
.page-documentos .col-form {
    display: none;
}
@media only screen and (max-width: 992px) {
    .page-documentos .col-form {
        display: block;
    }
}
.documentos {
    max-width: 480px;
}
.documentos__header-content h1 {
    display: none;
}
@media only screen and (max-width: 992px) {
    .documentos__header-content h1 {
        color: #033c9c;
        font-size: 40px;
        line-height: 200%;
        text-align: left;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 130%;
        display: block;
    }
}
.documentos__header-content h1 a {
    color: #033c9c;
    text-decoration: none;
}
.documentos__header-content h2 {
    color: #033c9c;
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
    margin: 15px 0 0;
}
.documentos__content {
    padding: 20px 0;
    margin: 0;
    height: 500px;
}
@media only screen and (max-width: 992px) {
    .documentos__content {
        padding: 100px 0;
        margin: initial;
        overflow: initial;
        height: initial;
    }
}
.documentos__list {
    margin: 20px 0 0;
}
.documentos__list__item {
    font-style: normal;
    margin: 40px 0;
}
.documentos__list__item a {
    color: #2f80ed;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
.documentos__list__item a span {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}
.documentos__list__item--small {
    margin-bottom: 0;
}
.documentos__list__item--small a {
    font-size: 16px;
    color: #666;
}
.documentos__list__item--en {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding-top: 38px;
}
@media only screen and (max-width: 992px) {
    .documentos__list__item--desktop-only {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .documentos__list__item--mobile-only {
        display: none;
    }
}
.page-doe-agora {
    background: url("../image/bg-desktop.jpg") no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
@media only screen and (max-width: 992px) {
    .page-doe-agora {
        background: none;
        height: initial;
        display: initial;
    }
}
.page-doe-agora .col-form {
    display: none;
}
@media only screen and (max-width: 992px) {
    .page-doe-agora .col-form {
        display: block;
    }
}
.doe-agora__header-content h1 {
    display: none;
}
@media only screen and (max-width: 992px) {
    .doe-agora__header-content h1 {
        color: #033c9c;
        font-size: 40px;
        line-height: 200%;
        text-align: left;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 130%;
        display: block;
    }
}
.doe-agora__header-content h1 a {
    color: #033c9c;
    text-decoration: none;
}
.doe-agora__header-content h2 {
    color: #033c9c;
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
    margin: 15px 0 0;
}
.doe-agora__header-content a.flag {
    float: right;
    margin-top: -38px;
    display: block;
    text-align: right;
    width: 33px;
    margin-right: 15px;
}
@media only screen and (max-width: 992px) {
    .doe-agora__header-content a.flag {
        margin-right: 0;
    }
}
.doe-agora__content {
    overflow-y: auto;
    padding: 20px 15px 20px 0;
    margin: 0;
    height: 500px;
}
@media only screen and (max-width: 992px) {
    .doe-agora__content {
        padding: 100px 0;
        margin: initial;
        overflow: initial;
        height: initial;
    }
}
.doe-agora__content p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: #000;
    margin-top: 20px;
}
.doe-agora__content img {
    margin: 25px auto;
    display: block;
    max-width: 100%;
}
.page-home {
    background: url("../image/bg-desktop.jpg") no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
@media only screen and (max-width: 992px) {
    .page-home {
        background: none;
        height: initial;
        display: initial;
    }
}
.home {
    padding: 0 90px;
}
@media only screen and (max-width: 992px) {
    .home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px;
    }
    .home:before {
        content: "";
        display: block;
        position: absolute;
        left: -160px;
        top: -10px;
        width: 0;
        height: 0;
        border-left: 160px solid transparent;
        border-right: 160px solid transparent;
        border-top: 160px solid #ffde59;
    }
}
.home .row {
    width: 100%;
}
.home .row-header {
    padding-top: 50px;
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .home .row-header {
        padding-top: 90px;
    }
}
.home .row-header h1 {
    display: none;
}
@media only screen and (max-width: 992px) {
    .home .row-header h1 {
        color: #033c9c;
        font-size: 40px;
        line-height: 200%;
        text-align: center;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 130%;
        display: block;
    }
}
@media only screen and (max-width: 600px) {
    .home .row-header h1 {
        width: 80%;
        margin: 0 auto;
    }
}
.home .row-content {
    padding: 40px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 992px) {
    .home .row-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.home .row-content .col {
    width: 28%;
}
@media only screen and (max-width: 992px) {
    .home .row-content .col {
        width: 100%;
    }
}
.home .row-content .col-counter {
    background: #033c9c;
    width: 40vw;
    max-width: 450px;
    height: 40vw;
    max-height: 450px;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
@media only screen and (max-width: 992px) {
    .home .row-content .col-counter {
        width: 350px;
        height: 350px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .home .row-content .col-counter {
        width: 290px;
        height: 290px;
        font-size: 16px;
    }
}
.home .row-content .col-counter strong {
    display: block;
    margin: 15px;
    background: #fff;
    color: #000;
    font-size: 50px;
    line-height: 200%;
    width: calc(100% - 30px);
    text-align: center;
    letter-spacing: 8px;
    -webkit-box-shadow: 0 0 0 6px rgba(150, 214, 247, 0.71) inset;
    box-shadow: 0 0 0 6px rgba(150, 214, 247, 0.71) inset;
}
.home .row-content .col-counter strong small {
    margin-left: -5px;
    margin-right: -5px;
    opacity: 0.8;
}
@media only screen and (max-width: 1400px) {
    .home .row-content .col-counter strong {
        font-size: 36px;
    }
}
@media only screen and (max-width: 992px) {
    .home .row-content .col-counter strong {
        font-size: 32px;
    }
}
@media only screen and (max-width: 600px) {
    .home .row-content .col-counter strong {
        font-size: 27px;
    }
}
.home .row-content .col-intro {
    margin: 20px 0;
    padding: 0 40px;
}
@media only screen and (max-width: 992px) {
    .home .row-content .col-intro {
        text-align: center;
        padding: 0 0 80px;
    }
}
.home .row-content .col-intro h3 {
    display: none;
}
@media only screen and (max-width: 992px) {
    .home .row-content .col-intro h3 {
        display: block;
        color: #033c9c;
        font-size: 22px;
        font-weight: bold;
        line-height: 150%;
        text-transform: uppercase;
    }
    .home .row-content .col-intro h3 + h2 {
        font-size: 16px;
    }
}
.home .row-content .col-intro h2 {
    color: #033c9c;
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
}
.home .row-content .col-intro p {
    font-size: 17px;
    color: #000;
    line-height: 150%;
    margin-bottom: 15px;
}
.home .row-content .col-intro p strong {
    color: #033c9c;
    font-weight: bold;
}
.home .row-content .col-intro__social {
    margin: 20px 0 0;
    text-align: right;
}
.home .row-content .col-intro__social li {
    display: inline-block;
    margin-right: 15px;
}
.page-int-support {
    background: url("../image/bg-desktop.jpg") no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
@media only screen and (max-width: 992px) {
    .page-int-support {
        background: none;
        height: initial;
        display: initial;
    }
}
.page-int-support .col-form {
    display: none;
}
@media only screen and (max-width: 992px) {
    .page-int-support .col-form {
        display: block;
    }
}
.int-support__header-content {
    max-width: 540px;
    margin: 0 auto;
}
.int-support__header-content h1 {
    display: none;
}
@media only screen and (max-width: 992px) {
    .int-support__header-content h1 {
        color: #033c9c;
        font-size: 40px;
        line-height: 200%;
        text-align: left;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 130%;
        display: block;
    }
}
.int-support__header-content h1 a {
    color: #033c9c;
    text-decoration: none;
}
.int-support__header-content h2 {
    color: #033c9c;
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
    margin: 15px 0 0;
    text-align: center;
}
@media only screen and (max-width: 992px) {
    .int-support__header-content h2 {
        text-align: left;
    }
}
.int-support__header-content a.flag {
    float: right;
    margin-top: -38px;
    display: block;
    text-align: right;
    width: 33px;
    margin-right: 15px;
}
@media only screen and (max-width: 992px) {
    .int-support__header-content a.flag {
        margin-right: 0;
    }
}
.int-support__content {
    overflow-y: auto;
    padding: 20px 15px 20px 0;
    margin: 0;
    height: 500px;
}
@media only screen and (max-width: 992px) {
    .int-support__content {
        padding: 100px 0;
        margin: initial;
        overflow: initial;
        height: initial;
    }
}
.int-support__content p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: #000;
    margin-top: 20px;
}
.int-support__content .form {
    max-width: 540px;
    margin: 0 auto;
}
.int-support__content .form h3 {
    color: #033c9c;
    font-size: 24px;
    margin: 25px 0 0;
    text-align: center;
}
@media only screen and (max-width: 992px) {
    .int-support__content .form h3 {
        text-align: left;
    }
}
.int-support__content .form__controls--submit {
    margin: 25px 0 15px;
}
.int-support__content .form-feedback {
    max-width: 540px;
    margin: 0 auto;
}
.int-support__signatures {
    margin: 40px 0 0;
}
.int-support__signatures h3 {
    color: #033c9c;
    font-size: 24px;
    margin: 25px 0 0;
    text-align: center;
}
@media only screen and (max-width: 992px) {
    .int-support__signatures h3 {
        text-align: left;
    }
}
.int-support__signatures .loading-text {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 20px 0;
    color: #333;
    text-align: center;
}
@media only screen and (max-width: 992px) {
    .int-support__signatures .loading-text {
        text-align: left;
    }
}
.int-support__signatures ol {
    padding: 0;
    margin: 20px auto;
    list-style: none;
    max-width: 540px;
}
.int-support__signatures ol li {
    display: block;
    margin: 1px 2px;
    font-size: 18px;
    line-height: 140%;
    cursor: pointer;
}
.int-support__signatures ol li span.number {
    opacity: 0.5;
}
.int-support__signatures ol li span.country {
    opacity: 0.5;
    display: inline;
}
.int-support__signatures ol li span.profession {
    opacity: 0.5;
    display: inline;
    text-transform: lowercase;
}
.int-support__signatures ol li strong {
    font-weight: bold;
}
.int-support__signatures ol li:hover {
    color: #219653;
    font-weight: bold;
    font-size: 22px;
}
.int-support__signatures ol li:hover:before {
    font-size: 18px;
    color: #000;
}
.page-quem-somos {
    background: url("../image/bg-desktop.jpg") no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
@media only screen and (max-width: 992px) {
    .page-quem-somos {
        background: none;
        height: initial;
        display: initial;
    }
}
.page-quem-somos .col-form {
    display: none;
}
@media only screen and (max-width: 992px) {
    .page-quem-somos .col-form {
        display: block;
    }
}
.quem-somos__header-content h1 {
    display: none;
}
@media only screen and (max-width: 992px) {
    .quem-somos__header-content h1 {
        color: #033c9c;
        font-size: 40px;
        line-height: 200%;
        text-align: left;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 130%;
        display: block;
    }
}
.quem-somos__header-content h1 a {
    color: #033c9c;
    text-decoration: none;
}
.quem-somos__header-content h2 {
    color: #033c9c;
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
    margin: 15px 0 0;
}
.quem-somos__header-content a.flag {
    float: right;
    margin-top: -38px;
    display: block;
    text-align: right;
    width: 33px;
    margin-right: 15px;
}
@media only screen and (max-width: 992px) {
    .quem-somos__header-content a.flag {
        margin-right: 0;
    }
}
.quem-somos__content {
    overflow-y: auto;
    padding: 20px 15px 20px 0;
    margin: 0;
    height: 500px;
}
@media only screen and (max-width: 992px) {
    .quem-somos__content {
        padding: 100px 0 140px;
        margin: initial;
        overflow: initial;
        height: initial;
    }
}
.quem-somos__content p,
.quem-somos__content ul,
.quem-somos__content li {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: #000;
    margin-top: 20px;
}
.quem-somos__content p strong,
.quem-somos__content ul strong,
.quem-somos__content li strong {
    font-weight: 600;
}
.quem-somos__content ul {
    list-style-type: initial;
    margin-left: initial;
    padding-left: 22px;
}
.quem-somos__content ul li {
    margin-left: initial;
    padding-left: initial;
    margin-top: 10px;
}
.quem-somos__content h3 {
    color: #033c9c;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.quem-somos__content h4 {
    color: #033c9c;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
    margin: 25px 0 0;
}
.quem-somos__content iframe {
    width: 100%;
    height: 100%;
}
.quem-somos__content .sign-now {
    background: #219653;
    color: #fff;
    display: block;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border: none;
    width: 100%;
    max-width: 180px;
    margin: 0;
    border-radius: 50px;
    float: right;
    margin-top: -5px;
}
@media only screen and (max-width: 992px) {
    .quem-somos__content .sign-now {
        display: none;
    }
}
.col-form {
    width: 30%;
    z-index: 2;
}
@media only screen and (max-width: 992px) {
    .col-form {
        width: 100% !important;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
.col-form__content {
    padding: 20px 20px 0;
    -webkit-transition: top 500ms ease-in-out;
    transition: top 500ms ease-in-out;
    z-index: 2;
}
@media only screen and (max-width: 992px) {
    .col-form__content {
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 100px;
    }
}
.col-form__content h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 200%;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.col-form__open-form {
    background: #219653;
    color: #fff;
    display: none;
    padding: 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 86px;
    z-index: 3;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .col-form__open-form {
        display: block;
    }
}
.col-form__close-form {
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
    .col-form__close-form {
        display: block;
        position: absolute;
        right: 4px;
        top: 4px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
.form {
    width: 100%;
}
.form__controls {
    margin: 15px 0;
}
.form__controls label {
    font-size: 14px;
    display: block;
    line-height: 190%;
    color: #666;
}
.form__controls label span {
    color: #f00;
}
.form__controls input[type="text"],
.form__controls input[type="email"],
.form__controls input[type="password"] {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
    font-size: 18px;
    color: #000;
}
.form__controls input[type="text"]:focus,
.form__controls input[type="email"]:focus,
.form__controls input[type="password"]:focus,
.form__controls input[type="text"]:active,
.form__controls input[type="email"]:active,
.form__controls input[type="password"]:active {
    outline: none;
    border-bottom: 1px solid #033c9c;
}
.form__controls select {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
    font-size: 18px;
    color: #000;
}
.form__controls select:focus,
.form__controls select:active {
    outline: none;
    border-bottom: 1px solid #033c9c;
}
.form__controls button[type="submit"] {
    background: #219653;
    color: #fff;
    display: block;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border: none;
    width: 100%;
    max-width: 180px;
    margin: 0;
    border-radius: 50px;
}
.form__controls__policy {
    font-size: 11px;
    display: block;
    margin: 0;
}
.form__controls__policy a {
    color: #033c9c;
    text-decoration: underline;
}
.form__controls--submit {
    margin: 35px 0 15px;
}
@media only screen and (max-width: 992px) {
    .form__controls--submit {
        margin: 60px 0 -15px;
    }
}
.form__controls--or {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #666;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}
.form__controls--or:after,
.form__controls--or:before {
    content: "";
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.form__controls--or:after {
    margin-left: 10px;
}
.form__controls--or:before {
    margin-right: 10px;
}
.form__controls .feedback {
    display: block;
    margin: 3px 0 0;
    color: #f00;
    font-size: 12px;
}
.form-feedback {
    display: none;
    height: 330px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form-feedback h3 {
    line-height: 120%;
    text-transform: initial;
    text-align: center;
    margin: 50px 0;
    font-size: 2rem;
}
.form-feedback p {
    text-align: center;
    font-size: 1.4rem;
}
.form-feedback p a {
    color: #666;
}
.form-feedback p a:hover {
    color: #000;
    text-decoration: underline;
}
.form-feedback--success {
    background: rgba(33, 150, 83, 0.25);
}
.form-feedback--success h3 {
    color: #fff;
}
.form-feedback--error {
    background: #ffdede;
}
.form-feedback--error h3 {
    color: #cc5858;
}
.header {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.header svg rect {
    fill: #ffde59;
}
@media only screen and (max-width: 992px) {
    .header:after {
        content: "";
        display: block;
        position: fixed;
        right: -160px;
        top: -10px;
        width: 0;
        height: 0;
        border-left: 160px solid transparent;
        border-right: 160px solid transparent;
        border-top: 160px solid #ffde59;
        -webkit-transition: right 300ms ease-in-out;
        transition: right 300ms ease-in-out;
    }
    .header svg rect {
        fill: #219653;
    }
}
.header__menu-button {
    content: "";
    display: none;
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 10;
    text-align: center;
    width: 60px;
    height: 45px;
    -webkit-transform: rotate(0) scale(0.7);
    transform: rotate(0) scale(0.7);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
@media only screen and (max-width: 992px) {
    .header__menu-button {
        display: block;
    }
}
.header__menu-button span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #219653;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.header__menu-button span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.header__menu-button span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.header__menu-button span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.header__menu-button.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}
.header__menu-button.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.header__menu-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}
.header__nav-desktop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 992px) {
    .header__nav-desktop {
        display: none;
    }
}
.header__nav-desktop__list {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}
.header__nav-desktop__list__item {
    display: inline-block;
    margin: 0 15px;
}
.header__nav-desktop__list__item a {
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid #033c9c;
    color: #033c9c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.header__nav-desktop__list__item.active a {
    color: #219653;
    font-weight: bold;
    border-bottom: 1px solid #219653;
}
.header__nav-desktop__list__item--en {
    margin-right: -60px;
    margin-left: 24px;
}
.header__nav-desktop__list__item--en a {
    border: 1px solid #033c9c;
    border-radius: 50%;
    font-size: 12px;
    padding: 8px;
}
.header__nav-desktop__list__item--en a:hover {
    background: #033c9c;
    color: #fff;
}
.header__nav-desktop h1 {
    display: block;
    color: #033c9c;
    font-size: 45px;
    line-height: 200%;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 130%;
    margin-top: 40px;
    letter-spacing: 8px;
}
@media only screen and (max-width: 992px) {
    .header__nav-desktop h1 {
        display: none;
    }
}
.header__nav-desktop h1 a {
    color: #033c9c;
    text-decoration: none;
}
.header__nav {
    background: #ffde59;
    width: 225px;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -230px;
    bottom: 0;
    padding: 15px;
    -webkit-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
}
.header__nav__list {
    color: #033c9c;
    list-style-type: initial;
    font-size: 30px;
    padding: 0 0 0 30px;
    margin: 70px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header__nav__list li {
    margin: 12px 0;
    padding: 0;
}
.header__nav__list li a {
    color: #033c9c;
    font-size: 20px;
    font-weight: normal;
    line-height: 150%;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
}
.header__nav__list li.english-version {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    color: #000;
}
.header__nav__list li.english-version a {
    color: #000;
    font-size: 15px;
}
.header__nav__list li.english-version:after {
    content: "";
    display: block;
    top: -15px;
    left: -30px;
    right: 5px;
    border-top: 1px solid #d2b852;
    position: absolute;
}
.header__nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__nav__social li:nth-child(2) {
    margin: 0 25px;
}
.header__nav__social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
}
.header.open-menu:after {
    right: -240px;
}
.side-menu {
    position: fixed;
    top: 111px;
    left: -579px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: left 250ms;
    transition: left 250ms;
}
.side-menu.active {
    left: 0;
    -webkit-transition: left 250ms;
    transition: left 250ms;
}
@media only screen and (max-width: 1025px) {
    .side-menu {
        top: 80px;
    }
}
@media only screen and (max-width: 600px) {
    .side-menu {
        display: none;
    }
}
.side-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 579px;
    padding: 80px 25px;
    background: rgba(13, 8, 44, 0.8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 0 3px 3px 0;
}
.side-menu__item {
    margin: 22px;
}
.side-menu__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 86px;
    height: 86px;
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    background: rgba(67, 67, 209, 0.06);
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}
.side-menu__link:hover {
    opacity: 0.6;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}
.side-menu__icon-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 39px;
    height: 35px;
    margin-bottom: 4px;
}
#bitnami-banner {
    display: none !important;
}
