@import url("https://use.typekit.net/mtr8hss.css");
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.all-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .all-container {
    flex-direction: row;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

img {
  width: 100%;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.row {
  margin: 0 calc((12px) * -1);
}

.wrap {
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.cf {
  zoom: 1;
  clear: both;
}

[class*="visible-"] {
  display: none;
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-md {
    display: none;
  }
}

.visible {
  display: block !important;
}

@media screen and (min-width: 992px) {
  .visible-md {
    display: block;
  }
}

body {
  font-family: "degular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-style: normal;
  color: #716272;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "degular", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 16px 0;
  color: #000000;
}

.area {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

.h2 {
  font-size: 32px;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  .h2 {
    font-size: 42px;
    line-height: 46px;
  }
}

.h2.homepage {
  font-size: 40px;
  line-height: 44px;
}

@media screen and (min-width: 1200px) {
  .h2.homepage {
    font-size: 54px;
    line-height: 60px;
  }
}

.h2.unique {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 18px;
}

@media screen and (min-width: 1200px) {
  .h2.unique {
    font-size: 42px;
    line-height: 48px;
  }
}

.h2.title {
  font-size: 32px;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  .h2.title {
    font-size: 68px;
    line-height: 74px;
  }
}

.h3 {
  font-size: 24px;
  line-height: 36px;
}

@media screen and (min-width: 1200px) {
  .h3 {
    font-size: 34px;
    line-height: 40px;
  }
}

.h4 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

strong {
  font-weight: 700;
}

a {
  text-transform: uppercase;
  text-decoration: none;
}

.button {
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.25s linear;
  height: 56px;
  padding: 18px 32px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  font-family: "degular", sans-serif;
  font-weight: 700;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .button {
    margin-top: 32px;
    min-width: 230px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.button.primary {
  color: #ffffff;
  background-color: #5b3567;
  border: #5b3567 1px solid;
}

.button.primary:hover,
.button.primary:active {
  color: #5b3567;
  background-color: #ffffff;
  border: #5b3567 1px solid;
}

.button.secondary {
  color: #5b3567;
  background-color: #ffffff;
  border: #ffffff 1px solid;
}

.button.secondary:hover,
.button.secondary:active {
  color: #ffffff;
  background-color: #5b3567;
  border: #ffffff 1px solid;
}

#header .main-menu {
  height: 80px;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 48px;
  margin-top: 32px;
  transition: 0.3s linear all;
}

@media screen and (min-width: 992px) {
  #header .main-menu {
    display: block;
  }
}

#header .main-menu .logo {
  background-image: url("../images/main/logo-milenio.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 148px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

#header .main-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 80px;
}

#header .main-menu ul li {
  margin: 0 5px;
}

#header .main-menu ul li.split {
  margin-left: auto;
}

#header .main-menu ul li:last-child {
  margin-left: 0;
}

#header .main-menu ul li:last-child::before {
  content: "|";
  display: inline-block;
  margin-right: 15px;
  color: #ffffff;
}

#header .main-menu ul li a {
  color: #ffffff;
  display: inline-block;
  padding: 0 10px;
}

#header .main-menu ul li a:hover {
  text-decoration: underline;
}

#header .main-menu.purple .logo {
  background-image: url("../images/main/logo-milenio-purple.svg");
}

#header .main-menu.purple ul li a {
  color: #5b3567;
}

#header .main-menu.purple ul li:last-child {
  margin-left: 0;
}

#header .main-menu.purple ul li:last-child::before {
  content: "|";
  display: inline-block;
  margin-right: 15px;
  color: #5b3567;
}

#header .main-menu.scrolled {
  background-color: #ffffff;
  width: 100%;
  margin-top: 0;
  transition: all 0.25s linear;
}

#header .main-menu.scrolled .logo {
  background: url("../images/main/milenio-bars-logo.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 34px;
  height: 36px;
}

#header .main-menu.scrolled a {
  color: #422443;
}

#header .main-menu.scrolled ul li::before {
  color: #422443 !important;
}

#mobile-header {
  width: 100%;
  height: 100px;
  line-height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.3s linear all;
}

@media screen and (min-width: 992px) {
  #mobile-header {
    display: none;
  }
}

#mobile-header.scrolled {
  background-color: #ffffff;
  width: 100%;
  margin-top: 0;
  height: 100px;
  transition: all 0.25s linear;
}

#mobile-header.scrolled .logo,
#mobile-header.scrolled .open-button {
  filter: none !important;
}

#mobile-header.white .logo,
#mobile-header.white .open-button {
  filter: brightness(8);
}

#mobile-header .logo {
  background-image: url("../images/main/logo-milenio-purple.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

#mobile-header .open-button {
  background: url("../images/main/mobile-button-purple.svg") no-repeat center center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

#mobile-header .dark-bg {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#mobile-header .dark-bg .mobile-menu {
  display: block;
  position: fixed;
  width: 85vw;
  height: 100vh;
  background-color: #5b3567;
  top: 0;
  right: -2500px;
  z-index: 100;
  transition: all 0.2s linear;
}

#mobile-header .dark-bg .mobile-menu .top-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  position: relative;
  margin-bottom: 32px;
}

#mobile-header .dark-bg .mobile-menu .top-part a {
  margin: 0 auto;
}

#mobile-header .dark-bg .mobile-menu .top-part .close-button {
  background: url("../images/main/menu_close.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  float: right;
}

#mobile-header .dark-bg .mobile-menu.opened {
  right: 0;
}

#mobile-header .dark-bg .mobile-menu ul {
  padding: 32px 12px;
  text-align: right;
}

#mobile-header .dark-bg .mobile-menu ul li {
  display: block;
  margin: 12px 0;
  height: 40px;
  margin-bottom: 12px;
  color: #ffffff;
}

#mobile-header .dark-bg .mobile-menu ul li a {
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: "degular";
  color: #ffffff;
}

#mobile-header .dark-bg .mobile-menu ul li.language-pt {
  display: inline-block;
  position: relative;
  margin: 0 0 12px;
  color: #ffffff;
}

#mobile-header .dark-bg .mobile-menu ul li.language-pt a {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 24px;
}

#mobile-header .dark-bg .mobile-menu ul li.language-pt:after {
  content: "|";
  display: inline-block;
  margin: 0 8px;
  color: #ffffff;
  font-size: 24px;
  line-height: 20px;
  vertical-align: top;
}

#mobile-header .dark-bg .mobile-menu ul li.language-en {
  display: inline-block;
  margin: 0 0 12px;
}

#mobile-header .dark-bg .mobile-menu ul li.language-en a {
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}

#footer {
  background-color: #422443;
  color: #ffffff;
  padding: 42px 24px;
  min-height: 164px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
}

@media screen and (min-width: 992px) {
  #footer {
    padding: 42px 30px;
  }
}

#footer .all-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  #footer .all-footer {
    flex-direction: row;
  }
}

#footer .all-footer .anbima {
  background: url("../images/main/anbima-logo.svg") no-repeat center center;
  min-width: 176px;
  height: 100px;
}

@media (max-width: 768px) {
  #footer .all-footer .anbima {
    margin-bottom: 24px;
  }
}

#footer .all-footer .text-content p,
#footer .all-footer .text-content a {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #ffffff;
}

#footer .all-footer .text-content a {
  font-weight: 700;
  text-transform: none;
}

#footer .all-footer .text-content a#privacy {
  text-decoration: underline;
  text-transform: none;
  font-weight: 400;
}

#footer .all-footer .text-content a:hover {
  color: #f3f2f8;
}

@media (max-width: 768px) {
  #footer .all-footer .text-content {
    margin-bottom: 24px;
  }
}

#footer .all-footer .button-area {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  #footer .all-footer .button-area {
    margin-top: 0;
    align-items: flex-end;
  }
}

#footer .all-footer .button-area .milenio-linkedin {
  margin-bottom: 24px;
  height: 30px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  #footer .all-footer .button-area .milenio-linkedin {
    text-align: right;
  }
}

#footer .all-footer .button-area .milenio-linkedin img {
  width: 30px;
  height: 30px;
  min-height: auto;
  transition: 0.3s linear all;
}

#footer .all-footer .button-area .milenio-linkedin img:hover {
  filter: brightness(0.7);
}

#footer .all-footer .button-area button {
  background-color: transparent;
  font-size: 12px;
  line-height: 16px;
  padding: 12px;
  border: 1px solid #ffffff;
  min-height: unset;
  margin-top: 0;
  width: 100%;
  height: auto;
}

#footer .all-footer .button-area button:hover {
  background-color: #ffffff;
  border: 1px solid #5b3567;
  color: #5b3567;
}

@media screen and (min-width: 992px) {
  #footer .all-footer .button-area button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#footer .all-footer .modal-data {
  display: none;
}

#modal-inner #modal-inner-contents .modal-data {
  padding: 64px 0;
  color: #000000;
}

@media screen and (min-width: 992px) {
  #modal-inner #modal-inner-contents .modal-data {
    padding: 64px 0 96px;
  }
}

#modal-inner #modal-inner-contents .modal-data .button-area {
  margin-top: 28px;
}

#modal-inner #modal-inner-contents .modal-data .button-area button.document-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #5b3567;
  cursor: pointer;
  width: 100%;
  min-height: 56px;
  margin: 12px 0;
}

#modal-inner::before {
  content: "";
  background: url("../images/main/modal-before.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 100px;
}

@media screen and (min-width: 992px) {
  #modal-inner::before {
    background-size: cover;
    width: 539px;
  }
}
