:root {
  --black: #231f20;
  --white: white;
  --orange: #ff5800;
  --cinza: #666;
  --gelo: whitesmoke;
  --pink: magenta;
  --red: red;
  --yellow: #f7b62b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: campaign;
  font-size: 34px;
  font-weight: 900;
  line-height: 38px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: campaign;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Raleway;
}

a {
  color: #e65e1d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Raleway;
  text-decoration: underline;
}

a:hover {
  font-weight: 800;
}

.heading {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.heading.preto {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 10px;
  font-family: Pprader;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

.heading.preto.left, .heading.preto.center {
  color: var(--black);
  text-align: left;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.heading-2 {
  color: var(--black);
  font-family: campaign;
  font-size: 34px;
  font-weight: 900;
  line-height: 38px;
  position: static;
}

.heading-3 {
  font-family: campaign;
  font-weight: 400;
}

.heading-4 {
  color: var(--black);
  font-family: campaign;
  font-weight: 400;
}

.heading-5 {
  font-family: campaign;
}

.heading-6 {
  font-family: campaign;
  font-weight: 400;
}

.paragraph {
  color: var(--black);
  font-family: Raleway;
}

.block-quote {
  font-family: campaign;
  font-weight: 400;
}

.image {
  background-color: #94181e;
}

.section {
  width: 100%;
  height: auto;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: center;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 100px;
}

.container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.navbar {
  color: rgba(0, 0, 0, 0);
  background-color: #ffce48;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-2 {
  justify-content: space-between;
  display: block;
}

.image-2 {
  display: inline-block;
}

.nav-link {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.section-3 {
  width: 100%;
  color: #082b46;
  text-align: center;
  background-color: #fbf9f6;
  background-image: url('../images/bg-gemoetric-mp.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 660px;
  justify-content: center;
  align-self: center;
  padding-top: 90px;
  padding-bottom: 210px;
  display: block;
}

.nav-link-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.navigation-items {
  text-align: right;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.logo-link {
  z-index: 1;
  align-items: center;
  display: flex;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-image {
  order: 0;
  margin: 0 40px 0 0;
  display: block;
}

.navigation-wrap {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: relative;
}

.navigation-item {
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: none;
  justify-content: flex-end;
  padding: 21px 95px 21px 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-item:hover {
  opacity: 1;
  color: var(--orange);
  padding-bottom: 21px;
  font-weight: 400;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
  justify-content: flex-end;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: color .3s;
}

.navigation-item.w--current:hover {
  opacity: 1;
  color: var(--orange);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.nav-menu {
  flex-direction: row;
  display: flex;
}

.navbar-2 {
  width: 100%;
  height: auto;
  border-bottom: 1px none var(--white);
  background-color: #ffce48;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  padding: 15px 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.rich-text-block {
  color: #ffce48;
}

.heading-7 {
  color: #444;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.heading-7.black {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-7.label-left {
  color: rgba(255, 255, 255, .7);
  text-align: left;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-7.label-center {
  color: #444;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.heading-7.center.white {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.heading-7.branco {
  color: var(--white);
  font-family: Oswald, sans-serif;
}

.heading-8 {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 10px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.heading-8.black {
  color: var(--black);
}

.heading-8.galeria {
  color: #d64310;
  text-align: center;
  margin-top: 5px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  display: block;
}

.heading-8.audiovisuais {
  color: var(--black);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.heading-8.preto.left {
  text-align: left;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-2 {
  width: 100%;
  color: var(--cinza);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-2.left {
  width: auto;
  color: var(--white);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-2.center {
  color: #444;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-2.branco {
  color: var(--white);
}

.paragraph-2.branco.center {
  color: #444;
}

.container-2 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-2.colunas {
  flex-direction: row;
}

.container-2.recuo {
  padding-left: 100px;
  padding-right: 100px;
}

.button {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-black.svg');
  background-position: 50%;
  background-size: cover;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  padding: 50px;
  font-family: Din Condensed Bold;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: static;
}

.button:hover {
  opacity: .9;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-orange.svg');
  text-decoration: underline;
}

.button.home {
  color: #1f4799;
  text-align: center;
  border-color: #1f4799;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: static;
}

.button.home:hover {
  filter: none;
}

.button.home.nospace {
  color: #d64310;
  border-color: #d64310;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: neue-haas-grotesk-text;
  font-size: 11px;
  font-weight: 700;
}

.button.home.azul {
  display: inline-block;
}

.button.home.interna {
  color: #e58703;
  cursor: pointer;
  border-bottom-color: #e58703;
}

.button.saiba-mais {
  color: #94181e;
  border-color: #94181e;
}

.button.saiba-mais.vermelho {
  margin-top: 37px;
  display: inline-block;
}

.button.saiba-mais.vermelho.institucional {
  border-color: var(--white);
  color: var(--white);
  border-radius: 0;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: neue-haas-grotesk-text;
}

.button.roreiro {
  color: #94181e;
  border-color: #94181e;
}

.button.home {
  width: auto;
  float: none;
  color: #d5841f;
  text-align: center;
  white-space: normal;
  border-color: #d5841f;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 8px 20px;
  font-family: neue-haas-grotesk-text;
  font-weight: 700;
  display: inline-block;
  position: static;
}

.button.home.interna {
  color: #e58703;
  cursor: pointer;
  border-bottom-color: #e58703;
}

.button.obras {
  color: #e6b000;
  border-color: #e6b000;
}

.button.acessibilidade {
  color: #e6b000;
  border-color: #e6b000;
  margin-top: 80px;
}

.button.home {
  clear: none;
  text-align: center;
  justify-content: flex-start;
  align-self: center;
  font-family: Exo, sans-serif;
  display: block;
}

.button.home.interna {
  color: var(--white);
  text-align: center;
  border-color: #e58703;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 10px 30px;
  font-family: Pprader;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.button.home {
  color: #a72024;
  text-align: left;
  border-color: #a72024;
  border-radius: 0;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  display: inline-block;
}

.button.home.interna {
  margin-top: 40px;
  margin-bottom: 60px;
}

.button.home {
  color: #94181e;
  border-color: #94181e;
  align-self: center;
}

.button.home.interna {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: inline-block;
}

.button.white {
  border: 0px solid var(--white);
}

.button.download {
  text-align: left;
  background-image: url('../images/download-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .3s;
  display: inline-block;
}

.button.download:hover {
  background-image: url('../images/download-pink.svg');
}

.button.branco {
  background-color: var(--white);
  color: #008849;
  letter-spacing: 1px;
  border-style: none;
  font-family: Pprader;
  font-size: 13px;
  font-weight: 700;
}

.button.orange, .button.pink {
  transition: all .3s;
}

.button.pink:hover {
  background-image: url('../images/arrow-pink.svg');
}

.button.red {
  transition: all .3s;
}

.button.red:hover {
  background-image: url('../images/arrow-red.svg');
}

.column {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
}

.column-2, .columns {
  background-color: rgba(0, 0, 0, 0);
}

.columns-2 {
  height: 100%;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  background-color: #ffce48;
  padding-left: 0;
  padding-right: 0;
}

.columns-3 {
  background-color: #ffce48;
  align-items: center;
  display: flex;
}

.slide {
  background-image: url('../images/Testeira03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
}

.slide-2 {
  background-image: url('../images/testeira_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.div-block {
  background-color: #8e1f60;
}

.section-4 {
  width: 100%;
  height: 560px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Banner_MS.jpg');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-top: -90px;
  line-height: 57px;
  display: block;
}

.section-4.interna {
  width: auto;
  height: 500px;
  max-height: none;
  min-height: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bg-banner.jpg');
  background-position: 50%;
  margin-top: -92px;
}

.section-4.interna.linha-do-tempo {
  background-image: url('../images/banner-linha-do-tempo.jpg');
}

.section-4.interna.institucional {
  height: auto;
  min-height: 500px;
  background-image: url('../images/bg-banner.jpg');
  margin-top: -94px;
}

.section-4.interna.curatorial-lorenzo {
  background-image: url('../images/banner-curatorial-lorenzo.jpg');
}

.section-4.interna.curatorial-michel {
  background-image: url('../images/banner-curatorial-michel.jpg');
}

.section-4.interna.acessibilidade {
  background-image: url('../images/banner-acessibilidade.jpg');
}

.section-4.interna.educativo {
  background-image: url('../images/banner-educativo.jpg');
}

.section-4.interna.cita-es {
  background-image: url('../images/banner-citacoes.jpg');
}

.section-4.interna.release {
  height: auto;
  min-height: 500px;
  background-image: url('../images/banner-release.jpg');
  margin-top: -94px;
}

.section-4.testeira-home {
  width: 100%;
  height: auto;
  min-height: 730px;
  background-color: var(--black);
  text-align: left;
  background-image: url('../images/MP-bg-banner.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: flex-end;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-3 {
  width: 100%;
}

.section-5 {
  width: 100%;
  color: rgba(0, 0, 0, 0);
  background-color: #a72024;
  justify-content: flex-start;
  align-self: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.image-4 {
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.column-5 {
  border: 1px #000;
  border-right: 1px solid #ffce48;
}

.column-6 {
  border-right: 1px solid #ffce48;
}

.column-7 {
  border-right: 1px solid rgba(0, 0, 0, 0);
}

.body {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-6 {
  width: 100%;
  align-self: center;
}

.section-7 {
  align-self: center;
}

.container-3 {
  justify-content: flex-start;
  display: flex;
}

.columns-4 {
  background-color: var(--white);
}

.image-5 {
  border-radius: 0;
  margin-left: 40px;
  padding-left: 0;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid._3col {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 110px;
  padding-right: 110px;
}

.section-8 {
  opacity: 1;
  color: #fbf9f6;
  -webkit-text-stroke-color: transparent;
  background-color: #fbf9f6;
  background-image: url('../images/bg-gemoetric-mp.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 45.5%;
  padding-top: 90px;
  padding-bottom: 250px;
}

.section-8.verde {
  -webkit-text-fill-color: inherit;
  background-color: #f2f4f1;
  background-clip: border-box;
}

.container-4 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
}

.container-5 {
  margin-top: 0;
  margin-bottom: 40px;
}

.container-5.audiovisual {
  margin-top: 0;
  margin-bottom: 140px;
}

.div-block-2 {
  height: 1px;
  background-color: #ffce48;
}

.section-9 {
  text-align: center;
  background-color: #231f20;
  border-top: 0 #000;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-6 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.heading-9 {
  width: auto;
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: neue-haas-grotesk-text;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  display: inline;
}

.heading-9.release {
  color: #d5841f;
}

.heading-10 {
  width: 100%;
  color: #4d4d4d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-3 {
  color: var(--cinza);
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-3.cr-dito {
  margin-bottom: 20px;
  font-size: 13px;
}

.grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 110px 60px;
}

.paragraph-4 {
  color: var(--white);
  text-align: left;
  letter-spacing: .3px;
  cursor: auto;
  border-bottom: 0 #000;
  margin-bottom: 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.container-7 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.link {
  color: var(--white);
  font-family: Exo, sans-serif;
}

.link:hover {
  font-weight: 800;
}

.separador {
  border-left: 1px solid rgba(255, 255, 255, .3);
  padding-left: 25px;
}

.image-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.paragraph-5 {
  color: var(--white);
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  position: static;
}

.image-7 {
  margin-bottom: 40px;
}

.bold-text {
  color: var(--white);
  font-family: neue-haas-grotesk-text;
  font-size: 19px;
}

.bold-text-2 {
  color: var(--white);
  font-size: 20px;
}

.italic-text {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
}

.italic-text-2 {
  font-family: Material design iconic font;
  position: static;
}

.italic-text-3 {
  color: var(--white);
  letter-spacing: 5px;
  cursor: pointer;
  border: 2px #000;
  font-family: Material design iconic font;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
}

.link-icone {
  color: rgba(0, 0, 0, 0);
}

.link-icone:hover {
  opacity: .75;
  font-family: Material design iconic font;
}

.italic-text-4 {
  color: var(--white);
  font-family: Material design iconic font;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
}

.italic-text-5 {
  font-family: Material design iconic font;
  font-style: normal;
  position: static;
}

.image-8 {
  padding-top: 40px;
}

.grid-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.image-9, .lightbox-link {
  display: block;
}

.image-10 {
  margin-top: 60px;
}

.grid-4 {
  min-height: 199px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.button-2 {
  height: 112.852px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/011GingerCandy.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-2:hover {
  opacity: .7;
}

.button-2._1 {
  width: auto;
  height: 112.852px;
  background-image: url('../images/01Dovetail.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
}

.button-2._2 {
  height: 112.852px;
  background-image: url('../images/02Aubergine_V_Red.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._3 {
  height: 112.852px;
  background-image: url('../images/03Bibi_em_ondas_laranjas_e_cinzas.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._4 {
  height: 112.852px;
  background-image: url('../images/04ChocolatNoir.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._5 {
  height: 112.852px;
  background-image: url('../images/05CordePele.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._6 {
  background-image: url('../images/06Cumaru.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-right: 15px;
}

.button-2._7 {
  background-image: url('../images/07Filedepeixeemamarelo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._8 {
  background-image: url('../images/08FlordeMargaridaemvermelhopinkelilas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._9 {
  background-image: url('../images/09Freedom_BeatrizMilhazes_IC_FotoManuelÁguas_PepeSchettino.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._10 {
  background-image: url('../images/010Gamadinho.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.button-2._11 {
  background-image: url('../images/011ArenaContaZumbiOcLimaDuarteICCreditoAcervoBibliotecaJennyKlabinSegalMuseuLasarSegalI.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-2._12 {
  background-image: url('../images/012ElencoTeatrodeArenaOcLimaDuarteICCreditoArquivoPessoalDavidJoseLessa.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-2._13 {
  background-image: url('../images/013BonifacioBilhoesOcLimaDuarteICCreditoAcervoBibliotecaJennyKlabinSegalMuseuLasarSegalI.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 0;
}

.button-2._14 {
  background-image: url('../images/014BonifacioBilhoesOcLimaDuarteICCreditoAcervoBibliotecaJennyKlabinSegalMuseuLasarSegalI.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-2._11 {
  background-image: url('../images/011GingerCandy.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._11.b {
  background-image: url('../images/022OParaiso.jpg');
}

.button-2._12 {
  background-image: url('../images/012GiroHotizontal.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._12.b {
  background-image: url('../images/022OParaiso.jpg');
}

.button-2._12.b._2 {
  background-image: url('../images/032BeatrizMilhazes.jpg');
  background-position: 50% 100%;
}

.button-2._13 {
  background-image: url('../images/013HawaiemAmareloVibrante.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  padding: 9px 15px;
}

.button-2._13.b {
  background-image: url('../images/023Paris.jpg');
  margin-bottom: 1px;
}

.button-2._13.b._2 {
  background-image: url('../images/033BeatrizMilhazes.jpg');
}

.button-2._14 {
  background-image: url('../images/014Hibbi.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._14.b {
  background-image: url('../images/024Pipocaemcinzaepreto.jpg');
}

.button-2._14.b._2 {
  background-image: url('../images/034BeatrizMilhazes.jpg');
}

.button-2._15 {
  object-fit: fill;
  background-image: url('../images/015_1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-2._15.b {
  background-image: url('../images/025SaborCereja.jpg');
}

.button-2._11 {
  background-image: url('../images/021SargentoGetulioOcLimaDuarteICCreditoMarcosMaciel.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-2._11.b {
  background-image: url('../images/021OCampo.jpg');
}

.button-2._11.b._2 {
  background-image: url('../images/031Wildpotato.jpg');
}

.button-2._22 {
  background-image: url('../images/022AFabricaOcLimaDuarteICCreditoArquivoNacional.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-2._23 {
  background-image: url('../images/023TVTupiDifusoraOcLimaDuarteICCreditoAcervoPessoal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-2._16 {
  background-image: url('../images/016Leblon5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._16.b {
  background-image: url('../images/026Semtitulo.jpg');
}

.button-2._17 {
  background-image: url('../images/017Liberty.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._17.b {
  background-image: url('../images/027SonhodeValsa.jpg');
}

.button-2._18 {
  background-image: url('../images/018Loveembranco.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._18.b {
  background-image: url('../images/028Surreal.jpg');
}

.button-2._19 {
  background-image: url('../images/019Macaempretoebranco.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button-2._19.b {
  background-image: url('../images/029TropicalSummer.jpg');
}

.button-2._21 {
  background-image: url('../images/020Noitesnomades.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 9px 15px;
}

.button-2._21.b {
  background-image: url('../images/030Universoaomeuredor.jpg');
}

.button-2._20 {
  background-image: url('../images/020SargentoGetulioOcLimaDuarteICCreditoMarcosMaciel.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  padding-left: 60px;
  padding-right: 60px;
}

.icon {
  color: #e65e1d;
  margin-top: 100px;
  margin-bottom: 130px;
  margin-left: 0;
}

.icon-2 {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
  margin-right: 0;
}

.slide-5 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 60px;
  padding-right: 60px;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
}

.slide-nav-2 {
  width: auto;
  color: #3f6624;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 10px;
}

.video {
  display: flex;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.link-block {
  position: absolute;
}

.navigation {
  background-color: #ffce48;
  align-items: center;
  padding: 20px 50px;
  display: flex;
  position: static;
}

.navigation-items-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-link-2 {
  z-index: 1;
  background-image: none;
}

.logo-link-2:hover {
  opacity: .8;
}

.logo-link-2:active {
  opacity: .7;
}

.logo-link-2.w--current {
  margin-top: 0;
}

.logo-image-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  display: block;
  overflow: auto;
}

.navigation-wrap-2 {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.navigation-item-2 {
  opacity: 1;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item-2:hover {
  opacity: .9;
}

.navigation-item-2:active {
  opacity: .8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button-2 {
  border: 1.5px #000;
  align-self: auto;
  margin-top: 0;
  padding: 15px;
}

.menu-button-2.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-right: 0;
  padding: 15px;
}

.container-8 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-11 {
  color: #444;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.heading-12 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 30px 60px;
  font-family: neue-haas-grotesk-text;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.bold-text-3 {
  color: #d5841f;
  text-align: center;
  text-indent: 0;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  display: block;
}

.bold-text-4 {
  text-align: left;
}

.bold-text-5 {
  color: #e65e1d;
  border: 1px #000;
  border-bottom: 1px solid #e65e1d;
  margin-top: 15px;
  display: inline-block;
}

.paragraph-6 {
  color: #94181e;
  line-height: 24px;
}

.paragraph-7 {
  color: #94181e;
  margin-top: 10px;
  margin-bottom: 40px;
  line-height: 22px;
}

.grid-6 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  margin-top: 0;
}

.link-2 {
  color: var(--white);
  font-family: Exo, sans-serif;
}

.link-3 {
  color: var(--white);
  font-family: neue-haas-grotesk-text;
}

.link-3:hover {
  font-family: neue-haas-grotesk-text;
  font-weight: 700;
}

.link-3:focus, .link-3:visited {
  font-family: neue-haas-grotesk-text;
}

.link-4 {
  color: var(--white);
  cursor: pointer;
  background-image: none;
  font-family: PT Sans, sans-serif;
}

.link-4:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.link-5 {
  color: var(--white);
  cursor: pointer;
  background-image: none;
  font-family: PT Sans, sans-serif;
}

.link-5:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.link-6 {
  color: var(--white);
  cursor: pointer;
  background-image: none;
  font-family: PT Sans, sans-serif;
}

.link-6:hover {
  color: rgba(255, 255, 255, .7);
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.link-6:focus, .link-6:visited {
  font-family: neue-haas-grotesk-text;
}

.link-7 {
  color: var(--white);
  cursor: pointer;
  background-image: none;
  font-family: PT Sans, sans-serif;
}

.link-7:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.link-8 {
  color: var(--white);
  cursor: pointer;
  background-image: none;
  font-family: PT Sans, sans-serif;
}

.link-8:hover {
  color: rgba(255, 255, 255, .7);
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.link-9 {
  color: #ffce48;
}

.link-10 {
  color: var(--white);
  cursor: pointer;
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-10:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.section-10 {
  background-color: #082b46;
  flex: none;
  order: -1;
  padding-top: 0;
  padding-bottom: 100px;
}

.section-10.audiovisuais {
  background-color: #082b46;
  align-self: auto;
  padding-top: 90px;
  padding-bottom: 100px;
}

.link-11 {
  color: #e65e1d;
}

.link-12 {
  color: #ffce48;
}

.link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19 {
  color: #e65e1d;
}

.section-11 {
  background-color: var(--white);
  padding-top: 90px;
  padding-bottom: 100px;
}

.navigation-2 {
  background-color: var(--white);
  border: 0 rgba(0, 0, 0, 0);
  align-items: center;
  padding: 20px 80px;
  display: flex;
}

.navigation-items-3 {
  color: var(--white);
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  display: flex;
}

.navigation-wrap-3 {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.navigation-item-3 {
  opacity: 1;
  color: var(--black);
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ecdcbd;
  padding: 10px 60px 15px 0;
  font-family: Pprader;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.navigation-item-3:hover {
  opacity: 1;
  color: var(--white);
  padding-bottom: 14px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.navigation-item-3:active {
  opacity: 1;
  color: var(--white);
}

.navigation-item-3.w--current {
  opacity: 1;
  color: var(--white);
  font-weight: 700;
}

.navigation-item-3.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-3.w--current:active {
  opacity: .7;
  color: #32343a;
}

.italic-text-6 {
  font-family: Material design iconic font;
  font-style: normal;
}

.paragraph-8 {
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.grid-7 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . Area-3"
                       "Area-2 Area .";
}

.slider-3 {
  padding-left: 60px;
  padding-right: 60px;
}

.text-block {
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.t-tulo-acessibilidade {
  color: #d5841f;
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  display: inline-block;
}

.t-tulo-cinema {
  color: #1f4799;
}

.bold-text-6 {
  width: 100%;
  color: #d5841f;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  display: block;
}

.bold-text-6.vinho {
  color: #a72024;
}

.bold-text-6.vermelho {
  color: #d64310;
}

.bold-text-7 {
  color: #94181e;
  font-family: Exo, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.link-20, .italic-text-7, .italic-text-8 {
  color: #4d4d4d;
  text-decoration: underline;
}

.italic-text-9 {
  color: #d5841f;
  font-family: PT Serif, serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.bold-text-8 {
  color: #d5841f;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.italic-text-10 {
  font-style: normal;
}

.image-11 {
  max-height: 455.281px;
  min-height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-9, .bold-text-10 {
  color: #d5841f;
  font-family: neue-haas-grotesk-text;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.bold-text-11 {
  color: #d5841f;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 400;
}

.link-21 {
  color: #4d4d4d;
}

.link-22 {
  color: #4d4d4d;
  font-family: Exo, sans-serif;
}

.bold-text-12 {
  font-family: Exo, sans-serif;
}

.italic-text-11, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
  color: #1f4799;
}

.bold-text-22 {
  color: var(--white);
  font-family: Raleway;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.bold-text-22:hover {
  color: rgba(255, 255, 255, .7);
}

.italic-text-12, .italic-text-13 {
  font-size: 15px;
}

.bold-text-23 {
  color: #e6b000;
  font-family: Exo, sans-serif;
}

.link-23 {
  color: #e6b000;
}

.link-24, .link-25, .link-26 {
  color: var(--white);
  font-family: Exo, sans-serif;
}

.bold-text-24 {
  font-size: 14px;
}

.accordion-wrapper {
  text-align: left;
  border: 0 #000;
  margin-top: 40px;
}

.accordion-item {
  border-bottom: 0 rgba(77, 77, 77, .6);
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-item-trigger {
  cursor: pointer;
  background-image: url('../images/seta_baixo.svg');
  background-position: 85% 52%;
  background-repeat: no-repeat;
  background-size: 23px;
  background-attachment: fixed;
  justify-content: space-between;
  display: flex;
}

.heading-13 {
  order: 0;
  align-self: auto;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  display: block;
}

.accordion-item-content {
  padding-top: 10px;
  overflow: hidden;
}

.paragraph-9 {
  color: #4d4d4d;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.image-12 {
  display: inline;
}

.accord-item-trigger {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/seta_baixo.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-bottom: 1px solid rgba(68, 68, 68, .5);
  justify-content: space-between;
  align-items: stretch;
  font-family: Raleway;
  display: flex;
}

.paragraph-10 {
  color: #008849;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0 #000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Pprader;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.paragraph-11 {
  color: var(--cinza);
  text-align: justify;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-2 {
  color: #d5841f;
  margin-bottom: 10px;
  font-family: neue-haas-grotesk-text;
  font-size: 20px;
  font-weight: 500;
}

.text-block-2.vinho {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
}

.text-block-2.vermelho {
  color: #d64310;
}

.container-9 {
  margin-top: 60px;
  margin-bottom: 80px;
}

.container-10 {
  margin-bottom: 20px;
}

.container-10.piso1s {
  margin-bottom: 80px;
}

.bold-text-25 {
  color: #4d4d4d;
}

.container-11 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-27 {
  font-family: Exo, sans-serif;
}

.italic-text-14 {
  color: #3f6624;
  font-family: Exo, sans-serif;
  text-decoration: underline;
}

.italic-text-15 {
  color: #3f6624;
  font-style: italic;
  text-decoration: underline;
}

.italic-text-16, .link-28 {
  color: #3f6624;
  text-decoration: underline;
}

.bold-text-26 {
  color: #3f6624;
}

.text-block-3 {
  border-style: none;
  border-width: 1px 0 0;
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.link-29, .link-30 {
  color: #3f6624;
}

.button-3 {
  text-align: center;
  position: static;
}

.div-block-3 {
  text-align: center;
}

.image-13 {
  max-width: 30%;
  float: right;
  clear: none;
  text-align: left;
  margin-top: 0;
}

.bold-text-27 {
  color: var(--white);
  text-align: center;
  font-family: neue-haas-grotesk-text;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.div-block-4 {
  text-align: center;
}

.div-block-5 {
  text-align: left;
  margin-left: 0;
  padding-top: 0;
}

.image-14 {
  max-width: 30%;
  float: none;
  clear: none;
  text-align: right;
  display: inline;
  position: static;
}

.section-12 {
  position: absolute;
}

.link-31, .link-32 {
  color: var(--white);
}

.bold-text-28 {
  color: var(--white);
  font-family: neue-haas-grotesk-text;
  font-weight: 500;
}

.image-15 {
  max-width: 35%;
  margin-bottom: -35px;
  display: block;
}

.section-13 {
  z-index: 10;
  color: #8e1f60;
  text-align: center;
  object-fit: fill;
  background-color: #fbf9f6;
  margin-bottom: 0;
  padding-top: 80px;
  position: static;
}

.div-block-6 {
  text-align: left;
  margin-left: 110px;
  margin-right: 60px;
}

.div-block-7 {
  text-align: center;
}

.grid-8 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template: "Area" minmax(120px, 120fr)
                 "." 120px
                 / 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 0;
}

.grid-8._1 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.grid-8._2 {
  grid-auto-columns: .25fr;
}

.slide-6 {
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.slider-4 {
  height: 450px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.button-4 {
  width: auto;
  height: 120px;
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-4._1 {
  width: auto;
  cursor: pointer;
  background-image: url('../images/01_GB.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 0;
}

.button-4._1.b {
  width: auto;
  height: 120px;
  background-image: url('../images/011.jpg');
}

.button-4._1.b.c {
  background-image: url('../images/021.jpg');
  background-position: 50% 10%;
}

.button-4._2 {
  width: auto;
  cursor: pointer;
  background-image: url('../images/02_GB.jpg');
  background-position: 0%;
  background-size: cover;
  padding-bottom: 0;
}

.button-4._2.b {
  width: auto;
  height: 120px;
  background-image: url('../images/012.jpg');
}

.button-4._2.b.c {
  background-image: url('../images/022.jpg');
  background-position: 50% 0;
}

.button-4._3 {
  width: auto;
  cursor: pointer;
  background-image: url('../images/03_GB.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
}

.button-4._3.b {
  width: auto;
  height: 120px;
  background-image: url('../images/013.jpg');
}

.button-4._3.b.c {
  background-image: url('../images/023.jpg');
  background-position: 50% 20%;
}

.button-4._4 {
  width: auto;
  cursor: pointer;
  background-image: url('../images/04_GB.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
}

.button-4._4.b {
  width: auto;
  height: 120px;
  background-image: url('../images/014.jpg');
}

.button-4._4.b.c {
  background-image: url('../images/024.jpg');
}

.button-4._5 {
  width: auto;
  background-color: var(--black);
  cursor: pointer;
  background-image: none;
}

.button-4._5.b {
  width: auto;
  background-image: url('../images/015.jpg');
}

.button-4._5.b.c {
  background-image: url('../images/025.jpg');
  background-position: 50% 20%;
}

.button-4._6 {
  width: auto;
  cursor: pointer;
  background-image: url('../images/06_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._6.b {
  width: auto;
  background-image: url('../images/016.jpg');
  background-position: 50% 10%;
}

.button-4._6.b.c {
  background-image: url('../images/026.jpg');
}

.button-4._5 {
  width: auto;
  cursor: pointer;
  background-image: none;
}

.button-4._5.b {
  width: auto;
  background-image: url('../images/017.jpg');
}

.button-4._5.b.c {
  background-image: url('../images/027.jpg');
  background-position: 50% 10%;
}

.button-4._6 {
  width: auto;
  cursor: pointer;
  background-image: none;
}

.button-4._6.b {
  width: auto;
  background-image: url('../images/018.jpg');
  background-position: 50% 0;
}

.button-4._6.b.c {
  background-image: url('../images/028.jpg');
}

.button-4._7 {
  width: auto;
  cursor: pointer;
  background-image: url('../images/08_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._7.b {
  width: auto;
  background-image: url('../images/019.jpg');
}

.button-4._7.b.c {
  background-image: url('../images/029.jpg');
}

.button-4._8 {
  width: auto;
  cursor: pointer;
  background-image: url('../images/09_GB.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.button-4._8.b {
  width: auto;
  background-image: url('../images/020.jpg');
  background-size: cover;
}

.button-4._8.b.c {
  background-image: url('../images/030.jpg');
  background-size: cover;
}

.button-4._9 {
  background-image: url('../images/10_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._6 {
  background-image: url('../images/06_GB.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.button-4._10 {
  background-image: url('../images/11_GB.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.button-4._11 {
  background-image: url('../images/12_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._12 {
  background-image: url('../images/13_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._13 {
  background-image: url('../images/14_GB.jpg');
  background-size: cover;
}

.button-4._14 {
  background-image: url('../images/15_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._15 {
  background-image: url('../images/16_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._16 {
  background-image: url('../images/17_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._17 {
  background-image: url('../images/18_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._18 {
  background-image: url('../images/19_GB.jpg');
  background-position: 0%;
  background-size: cover;
}

.button-4._19 {
  background-image: url('../images/20_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._20 {
  background-image: url('../images/21_GB.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.button-4._21 {
  background-image: url('../images/22_GB.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.button-4._22 {
  background-image: url('../images/23_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._23 {
  background-image: url('../images/24_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._24 {
  background-image: url('../images/25_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._25 {
  background-image: url('../images/26_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._26 {
  background-image: url('../images/27_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._27 {
  background-image: url('../images/28_GB.jpg');
  background-size: cover;
}

.button-4._28 {
  background-image: url('../images/29_GB.jpg');
  background-position: 100%;
  background-size: cover;
}

.button-4._29 {
  background-image: url('../images/30_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-4._30 {
  background-image: url('../images/31_GB.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-nav-3 {
  color: #d64310;
  text-align: center;
  margin-top: 0;
  font-size: 10px;
  line-height: 30px;
}

.icon-3 {
  color: var(--black);
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 40px;
}

.icon-4 {
  color: var(--black);
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
  margin-right: 40px;
}

.container-12 {
  margin-bottom: 0;
}

.slide-7 {
  padding-left: 50px;
  padding-right: 50px;
}

.image-16 {
  width: 90px;
  max-width: none;
}

.italic-text-17 {
  color: #444;
  text-align: center;
  font-family: neue-haas-grotesk-text;
  font-size: 16px;
  line-height: 28px;
}

.div-block-8 {
  text-align: center;
  margin-top: 60px;
}

.paragraph-12 {
  color: #3b3b3b;
  margin-bottom: 40px;
  font-family: neue-haas-grotesk-text;
}

.text-block-4 {
  margin-top: 0;
}

.paragraph-13 {
  color: #444;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-weight: 700;
}

.bold-text-29 {
  font-family: Raleway;
  font-weight: 800;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 100px;
}

.grid-9.linha-do-tempo.brasil {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-9 {
  width: 100%;
  text-align: center;
  background-color: #a72024;
  padding: 20px 30px 40px;
}

.div-block-9.laranja {
  background-color: #d5841f;
}

.div-block-9.vermelho {
  background-color: #d64310;
}

.paragraph-14 {
  color: var(--white);
  text-align: left;
  font-family: neue-haas-grotesk-text;
  font-size: 15px;
  line-height: 27px;
}

.bold-text-30 {
  color: var(--white);
  font-family: PT Serif, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: underline;
}

.heading-14 {
  text-align: left;
}

.container-13 {
  text-align: center;
  margin-top: 60px;
}

.section-14 {
  background-color: rgba(228, 218, 201, .8);
  margin-top: 40px;
  padding-top: 20px;
}

.grid-10 {
  grid-template-rows: auto auto auto auto;
  grid-template-areas: ". ."
                       "Area Area"
                       ". ."
                       ". .";
}

.grid-10.linha-do-tempo.brasil {
  margin-bottom: 100px;
}

.italic-text-18, .italic-text-19 {
  font-family: neue-haas-grotesk-text;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-15 {
  color: #444;
  text-align: justify;
  font-family: neue-haas-grotesk-text;
  font-size: 16px;
  line-height: 28px;
}

.bold-text-31 {
  color: #e58703;
  text-align: left;
  letter-spacing: 1px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-16 {
  color: #e58703;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-left: 1px solid #e58703;
  border-right: 1px solid #e58703;
  margin-top: 60px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: neue-haas-grotesk-text;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.div-block-10 {
  border-bottom: 2px solid #a72024;
  padding-bottom: 0;
}

.div-block-10.vinho {
  color: #e58703;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e58703;
  border-left: 1px #000;
  border-right: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-10.vermelho {
  border-bottom-color: #d64310;
}

.bold-text-32 {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Pprader;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.container-14, .container-15, .container-16, .container-17, .container-18, .container-19 {
  margin-bottom: 80px;
}

.container-20 {
  margin-bottom: 40px;
}

.paragraph-17 {
  color: var(--white);
  text-align: justify;
  font-family: neue-haas-grotesk-text;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-17.gray {
  color: #444;
}

.heading-15 {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  position: static;
}

.heading-15.gray {
  border-top-color: #444;
  border-bottom-color: #444;
}

.container-21 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.section-15 {
  margin-bottom: 60px;
}

.bold-text-33 {
  color: var(--white);
}

.bold-text-33.gray {
  color: #444;
  text-align: left;
}

.section-16 {
  background-color: #ed8871;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-17 {
  background-color: #d64310;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-18 {
  background-color: #e58703;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-19 {
  background-color: rgba(228, 218, 201, .8);
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text-34 {
  color: #d5841f;
  font-family: PT Serif, serif;
  font-weight: 400;
  display: block;
}

.block-quote-2 {
  color: #d5841f;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: neue-haas-grotesk-text;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-18 {
  color: #444;
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 13px;
  line-height: 28px;
}

.paragraph-19 {
  color: #444;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 13px;
  line-height: 28px;
}

.container-22 {
  border-top: 0 rgba(0, 0, 0, 0);
  border-bottom: 0 #000;
  margin-top: 0;
  padding-top: 0;
}

.paragraph-20 {
  color: #e58703;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.section-20 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.link-33 {
  color: #d5841f;
  font-family: neue-haas-grotesk-text;
}

.container-23 {
  border-top: 1px solid #e58703;
  border-bottom: 1px solid #e58703;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.italic-text-20, .italic-text-21 {
  color: #e58703;
}

.heading-16 {
  color: #e58703;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid #e58703;
  border-bottom: 1px solid #e58703;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: static;
}

.paragraph-21 {
  color: #444;
  text-align: justify;
  cursor: pointer;
  font-family: neue-haas-grotesk-text;
  font-size: 16px;
  line-height: 28px;
}

.link-34 {
  font-family: neue-haas-grotesk-text;
}

.container-24 {
  margin-top: 40px;
  margin-bottom: 0;
}

.container-25 {
  text-align: center;
  padding-bottom: 40px;
}

.link-35 {
  color: #e58703;
  cursor: pointer;
  font-family: neue-haas-grotesk-text;
}

.grid-12 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.slide-8 {
  padding-left: 50px;
  padding-right: 50px;
}

.bold-text-35 {
  color: #d5841f;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.text-span {
  color: #d5841f;
}

.link-36 {
  color: #d5841f;
  font-family: neue-haas-grotesk-text;
}

.link-37, .link-38 {
  color: #e58703;
  font-family: neue-haas-grotesk-text;
}

.heading-17 {
  color: #e58703;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid #e58703;
  border-bottom: 1px solid #e58703;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.italic-text-23 {
  color: #444;
  font-size: 17px;
  font-weight: 500;
}

.paragraph-22 {
  color: #e58703;
  text-align: justify;
  border-top: 1px solid #e58703;
  border-bottom: 1px solid #e58703;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: neue-haas-grotesk-text;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.bold-text-36 {
  color: #d5841f;
  font-weight: 400;
}

.italic-text-24 {
  color: #e58703;
  font-family: neue-haas-grotesk-text;
  font-size: 14px;
  text-decoration: underline;
}

.italic-text-25 {
  color: #e58703;
  text-align: justify;
  font-size: 14px;
  line-height: 18px;
}

.container-26 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-11 {
  margin-top: 60px;
}

.container-27 {
  text-align: center;
}

.div-block-12 {
  margin-top: 60px;
}

.heading-18 {
  color: #e58703;
  margin-top: 5px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.section-21 {
  padding-top: 0;
}

.heading-19 {
  color: #444;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 14px;
  line-height: 20px;
}

.heading-20 {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.heading-21 {
  color: #444;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  font-size: 17px;
  font-weight: 500;
}

.text-block-5 {
  color: #444;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.text-block-6 {
  color: var(--cinza);
  text-align: center;
  letter-spacing: 1px;
  border-left: 0 #c7862c;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.heading-22 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Raleway;
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
}

.text-block-7 {
  color: #444;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Raleway;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.heading-23 {
  color: #e58703;
  margin-top: 5px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-8 {
  color: #444;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.heading-24 {
  color: #e58703;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-9 {
  color: #444;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.heading-25 {
  color: #e58703;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-10 {
  color: #444;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.heading-26 {
  color: #e58703;
  margin-top: 5px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-11 {
  color: #444;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.heading-27 {
  color: #082b46;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.heading-27.branco {
  color: var(--white);
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
}

.div-block-13 {
  height: auto;
  min-height: auto;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  padding: 80px 40px 80px 100px;
}

.div-block-14 {
  min-height: 450px;
  background-color: #d5841f;
  background-image: url('../images/016.jpg');
  background-position: 50% 10%;
  background-size: cover;
  border: 0 #000;
}

.div-block-15 {
  min-height: 450px;
  text-align: center;
  background-color: #e58703;
  border: 0 #000;
  padding: 60px 40px 30px;
}

.heading-28 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-12 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.button-5 {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 8px 20px;
  font-family: neue-haas-grotesk-text;
  font-size: 12px;
}

.div-block-16 {
  height: auto;
  min-height: 400px;
  background-image: url('../images/Katia-Suzue-2023.-Fotografia-André-Coletto-1b.jpg');
  background-position: 80%;
  background-size: cover;
}

.div-block-16:hover {
  background-size: cover;
}

.div-block-17 {
  min-height: 450px;
  background-image: url('../images/023.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.div-block-18 {
  min-height: 450px;
  text-align: center;
  background-color: #e58703;
  padding: 60px 40px 30px;
}

.section-22 {
  background-color: #fbf9f6;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-29 {
  color: #a72024;
  margin-top: 10px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.heading-29.b {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Raleway;
  font-size: 26px;
  font-weight: 800;
  line-height: 34px;
}

.heading-30 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Raleway;
  font-size: 26px;
  font-weight: 800;
  line-height: 34px;
}

.div-block-19 {
  max-height: 400px;
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-image: url('../images/001.jpg');
  background-position: 50% 40%;
  background-size: cover;
  border: 0 #000;
}

.div-block-20 {
  text-align: center;
  border: 1px #000;
}

.container-28 {
  margin-top: 0;
  margin-bottom: 0;
}

.link-39 {
  color: #444;
  cursor: pointer;
  font-family: Raleway;
}

.link-39:hover {
  font-weight: 700;
}

.container-29 {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-14 {
  grid-template-rows: auto;
}

.section-23 {
  background-color: #fbf9f6;
  padding-top: 90px;
  padding-bottom: 100px;
}

.div-block-21 {
  text-align: left;
  margin: 90px 60px 90px 110px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.heading-31 {
  z-index: 10;
  color: #444;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.heading-32 {
  z-index: 10;
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Raleway;
  font-size: 26px;
  font-weight: 800;
  line-height: 34px;
  position: relative;
}

.paragraph-23 {
  z-index: 10;
  color: var(--cinza);
  text-align: left;
  letter-spacing: 1px;
  border: 0 #000;
  margin: 40px 0 60px;
  padding-left: 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

.button-6 {
  z-index: 10;
  color: #a72024;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a72024;
  margin-top: 20px;
  padding: 8px 20px;
  font-family: neue-haas-grotesk-text;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.container-30 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.image-17 {
  max-width: 30%;
}

.image-18 {
  max-width: 30%;
  text-align: right;
  margin-left: 0;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-24 {
  text-align: right;
  flex: none;
  order: 0;
  align-self: auto;
}

.link-40 {
  color: var(--white);
  cursor: pointer;
  background-image: none;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.link-40:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.link-41 {
  color: var(--white);
  cursor: pointer;
  background-image: none;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
}

.link-41:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.link-42 {
  color: var(--white);
  cursor: pointer;
  background-image: none;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
}

.link-42:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.link-43 {
  color: var(--white);
  cursor: pointer;
  background-image: none;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
}

.link-43:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.link-44 {
  color: var(--white);
  cursor: pointer;
  background-image: none;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
}

.link-44:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.link-45 {
  color: var(--white);
  cursor: pointer;
  background-image: none;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
}

.link-45:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.link-46, .link-47, .link-48, .link-49 {
  color: #e58703;
  cursor: pointer;
  font-family: neue-haas-grotesk-text;
}

.video-2, .video-3, .video-4 {
  cursor: pointer;
  background-color: #f2f2f2;
}

.link-50 {
  color: var(--white);
  font-family: neue-haas-grotesk-text;
}

.link-50:hover {
  font-weight: 700;
}

.section-25 {
  height: auto;
  max-height: 650px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.container-31 {
  height: 1200px;
  position: relative;
}

.image-19 {
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-32 {
  z-index: 10;
  object-fit: fill;
  display: block;
  position: relative;
  top: 20px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-33 {
  z-index: 10;
  float: none;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 14px;
  line-height: 20px;
  display: inline;
  position: relative;
  top: 100px;
  left: 620px;
  overflow: visible;
}

.div-block-22 {
  z-index: 20;
  text-align: center;
  position: relative;
  top: auto;
}

.container-33 {
  z-index: 20;
  position: relative;
  top: 260px;
}

.heading-34 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 60px;
  font-family: neue-haas-grotesk-text;
  font-size: 17px;
  font-weight: 400;
}

.link-51 {
  color: var(--white);
  font-family: Raleway;
}

.link-51:hover {
  color: rgba(255, 255, 255, .7);
  font-family: Raleway;
  font-weight: 400;
}

.div-block-23, .div-block-24 {
  text-align: left;
}

.link-52 {
  color: var(--white);
  font-family: neue-haas-grotesk-text;
  font-size: 12px;
  text-decoration: underline;
}

.link-52:hover {
  font-size: 12px;
  font-weight: 700;
}

.link-52:focus, .link-52:visited {
  text-decoration: none;
}

.italic-text-26 {
  font-style: normal;
}

.divisor {
  border: 2px solid var(--gelo);
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

.divisor.branco {
  border: 2px solid var(--white);
  text-align: left;
  border-radius: 0;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.grid-16 {
  grid-template-rows: auto;
  padding-right: 60px;
}

.image-20 {
  max-width: 70%;
  margin-bottom: 20px;
  display: block;
}

.link-53 {
  color: #fff;
}

.link-53:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40 {
  font-weight: 800;
}

.div-block-26 {
  width: 100%;
  min-height: 630px;
  background-image: url('../images/MP-institucional.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  padding-bottom: 0;
}

.button-7 {
  width: auto;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook_1facebook.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 12px;
  display: inline-block;
}

.button-7:hover {
  opacity: .7;
}

.button-8 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/twitter_1twitter.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 12px;
}

.button-8:hover {
  opacity: .7;
}

.button-9 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/youtube_1youtube.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 10px 15px 15px;
}

.button-9:hover {
  opacity: .7;
}

.button-10 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/instagram_1instagram.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 12px;
}

.button-10:hover {
  opacity: .7;
}

.button-11 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/spotify_1spotify.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 12px;
}

.button-11:hover {
  opacity: .7;
}

.button-12 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/linkedin_1linkedin.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 12px;
}

.button-12:hover {
  opacity: .7;
}

.link-54 {
  color: var(--white);
}

.link-54:hover {
  color: rgba(255, 255, 255, .7);
}

.div-block-27 {
  border-bottom: 4px solid #000;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

.section-26 {
  margin-bottom: 60px;
}

.div-block-28 {
  border-bottom: 4px solid var(--gelo);
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

.link-55 {
  color: #444;
  font-style: normal;
}

.link-55:hover {
  color: rgba(77, 77, 77, .8);
  font-weight: 400;
}

.bold-text-41 {
  color: var(--black);
  text-align: justify;
}

.link-56 {
  color: var(--white);
  font-size: 12px;
}

.link-56:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.bold-text-42 {
  color: var(--black);
  text-align: justify;
}

.bold-text-43 {
  color: var(--black);
  font-weight: 800;
}

.bold-text-44 {
  color: var(--black);
  font-size: 18px;
  font-weight: 800;
}

.button-13 {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 5px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 800;
  box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
}

.button-13:hover {
  background-color: var(--white);
  opacity: .7;
}

.div-block-29 {
  text-align: left;
}

.container-34 {
  text-align: center;
}

.paragraph-24 {
  color: #444;
  text-align: justify;
  border-top: 1px dashed #000;
  margin-top: 60px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 28px;
}

.bold-text-45, .bold-text-46, .bold-text-47, .italic-text-28 {
  color: var(--black);
  font-weight: 800;
}

.bold-text-48, .icon-5, .icon-6 {
  color: var(--black);
}

.slider-5 {
  height: 400px;
  background-color: rgba(221, 221, 221, .25);
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.paragraph-25 {
  color: #444;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 25px;
  display: block;
}

.div-block-30 {
  text-align: center;
  margin-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-26 {
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 28px;
}

.slide-nav-4 {
  font-size: 10px;
}

.text-block-13 {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 90px;
  font-weight: 800;
  line-height: 0;
  display: block;
}

.slide-9 {
  height: 300px;
}

.block-quote-3 {
  color: #444;
  text-align: justify;
  background-color: rgba(242, 242, 242, .6);
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Raleway;
  font-size: 16px;
  line-height: 26px;
}

.bold-text-49 {
  color: var(--black);
  font-size: 14px;
  font-weight: 800;
}

.text-block-14 {
  color: #082b46;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #082b46;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.grid-17 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

.text-block-15 {
  color: var(--black);
  text-align: right;
  font-family: Raleway;
  font-size: 30px;
  font-weight: 800;
}

.div-block-31 {
  border-right: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 10px;
}

.paragraph-27 {
  color: #444;
  text-align: justify;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.bold-text-50 {
  color: var(--black);
}

.link-57 {
  color: #444;
}

.link-57:hover {
  color: rgba(77, 77, 77, .7);
  font-weight: 400;
}

.section-27 {
  background-color: #f2f2f2;
  padding-top: 70px;
  padding-bottom: 90px;
  font-family: Raleway;
}

.container-36 {
  text-align: center;
  font-family: Raleway;
}

.heading-35 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0 60px;
  font-family: Raleway;
  font-size: 26px;
  font-weight: 800;
  line-height: 34px;
}

.div-block-32 {
  text-align: right;
  display: block;
}

.button-14 {
  clear: none;
  color: var(--white);
  text-align: right;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.container-37 {
  background-color: #1ae42f;
  flex: 1;
  align-self: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-33 {
  clear: left;
  opacity: 1;
  background-color: #082b46;
  border: 0 solid #000;
  flex-wrap: wrap;
  flex: 1;
  order: -1;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-15 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  margin-top: 7px;
  margin-right: 75px;
  padding: 3px 5px 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: visible;
}

.button-15:hover {
  border-bottom: 0 #000;
  text-decoration: underline;
}

.button-15.b {
  margin-right: 42px;
}

.button-16 {
  background-color: var(--black);
}

.button-16._5 {
  background-color: var(--black);
  opacity: 1;
  background-image: url('../images/05_GB.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-22 {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: -200px;
  display: block;
}

.link-58 {
  color: #444;
}

.link-58:hover {
  color: rgba(77, 77, 77, .7);
  font-weight: 400;
}

.link-59 {
  color: var(--white);
  background-image: none;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
}

.link-59:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.link-60 {
  color: var(--white);
  background-image: none;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
}

.link-60:hover {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.bold-text-51 {
  font-style: normal;
  font-weight: 400;
}

.link-61 {
  color: #444;
  font-family: Raleway;
}

.link-61:hover {
  color: rgba(77, 77, 77, .7);
  font-weight: 400;
}

.video-5 {
  margin-top: 0;
}

.paragraph-28 {
  float: right;
  clear: none;
  color: var(--white);
  text-align: right;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 600px;
  margin-right: 10px;
  font-size: 12px;
  font-style: italic;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-23 {
  max-width: 100%;
  min-height: 450px;
  display: block;
}

.paragraph-29 {
  color: var(--white);
  text-align: right;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
  padding-top: 500px;
  padding-right: 10px;
  font-size: 12px;
  font-style: italic;
}

.grid-18 {
  grid-template-rows: auto;
  margin-top: 60px;
}

.div-block-34 {
  width: 550px;
  min-height: 400px;
  text-align: left;
  background-image: url('../images/MP-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 150px;
  margin-left: 284px;
  display: inline-block;
  position: relative;
  left: auto;
}

.label {
  color: #e7e7e7;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Maxeville Construct, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 65px;
  text-decoration: none;
  display: inline-block;
}

.label.branco {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
}

.label.branco.left {
  text-align: left;
}

.label.amarelo {
  color: #c7862c;
  text-align: center;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.label.amarelo.left {
  text-align: left;
  padding-left: 0;
}

.paragraph-30 {
  color: var(--white);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-31 {
  color: var(--cinza);
  letter-spacing: 1px;
  border: 0 #000;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-32 {
  color: var(--cinza);
  letter-spacing: 1px;
  border-left: 0 #c7862c;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-33 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 28px;
}

.section-28 {
  text-align: left;
  background-color: #fbf9f6;
  padding: 90px 110px 100px;
}

.div-block-35 {
  text-align: left;
}

.paragraph-34 {
  color: var(--cinza);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.column-8 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-9 {
  padding-left: 0;
  padding-right: 20px;
}

.column-10 {
  padding-left: 20px;
  padding-right: 0;
}

.column-11 {
  padding-left: 0;
  padding-right: 0;
}

.bold-text-52, .bold-text-53 {
  font-size: 18px;
}

.link-62 {
  color: var(--white);
  font-family: PT Sans, sans-serif;
}

.link-62:hover {
  opacity: .8;
  font-weight: 400;
}

.bold-text-54, .bold-text-55 {
  font-size: 18px;
}

.button-17 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-website.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 13px;
}

.button-18 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-youtube.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 13px;
}

.button-19 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-instagram.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 13px;
}

.button-20 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-spotify.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 13px;
}

.button-21 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-twitter.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 13px;
}

.button-22 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-facebook.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 13px;
}

.button-23 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-linkedin.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 13px;
}

.button-24 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-website.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 13px;
}

.button-25 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-facebook.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 13px;
}

.button-26 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-instagram.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 13px;
}

.button-27 {
  padding-top: 13px;
  padding-left: 13px;
}

.button-28 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-linkedin.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  padding: 13px;
}

.link-63 {
  color: #082b46;
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-63:hover {
  font-weight: 700;
}

.link-64 {
  color: #082b46;
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-64:hover {
  font-weight: 700;
}

.div-block-36 {
  color: var(--white);
  text-align: center;
  margin-top: 250px;
  margin-right: 0;
  display: inline-block;
}

.heading-36 {
  min-width: auto;
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-left-width: 0;
  margin-top: 220px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  font-family: Maxeville Construct, sans-serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 90px;
}

.div-block-37 {
  width: 100%;
  min-height: 10px;
  background-color: var(--white);
}

.bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63, .bold-text-64, .bold-text-65 {
  color: #082b46;
}

.paragraph-35 {
  color: #082b46;
  text-align: justify;
  font-family: Pprader;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-38 {
  border-top: 0 #082b46;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 0;
}

.div-block-39 {
  text-align: left;
}

.link-65, .link-66 {
  color: #082b46;
  font-family: Georgia, Times, Times New Roman, serif;
}

.bold-text-66, .bold-text-67 {
  color: #082b46;
}

.link-67, .link-68 {
  color: #082b46;
  font-family: Georgia, Times, Times New Roman, serif;
}

.bold-text-68 {
  color: #082b46;
}

.link-69 {
  color: #082b46;
  font-family: Georgia, Times, Times New Roman, serif;
}

.bold-text-69, .bold-text-70, .bold-text-71 {
  color: #082b46;
}

.section-29 {
  text-align: center;
  background-color: #fbf9f6;
  background-image: url('../images/bg-gemoetric-mp.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50%;
  padding-top: 300px;
  padding-bottom: 100px;
}

.container-38 {
  margin-bottom: 40px;
}

.container-39 {
  padding-bottom: 0;
}

.slide-10, .slide-11, .slide-12 {
  padding-left: 50px;
  padding-right: 50px;
}

.grid-19 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: 120px 120px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.grid-19._2 {
  grid-column-gap: 11px;
}

.grid-20 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template: "Area Area" 130px
                 "Area-2 ." 130px
                 / 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.grid-20._3 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: 130px 130px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-21 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: 130px 130px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.lightbox-link-2 {
  background-image: url('../images/01Muralgraffiti_BinhoRibeironoChile_1999_Foto_BinhoRibeiro.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.lightbox-link-3 {
  background-image: url('../images/02ColetivoSHN_Tridente_2018_Foto_MarceloFazola.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-4 {
  background-image: url('../images/03DanielMelim_MuraldaLuz_2011_Foto_DanielMelim.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-5 {
  background-image: url('../images/04Dino_2023_Foto_FernandoAugusto.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.lightbox-link-6 {
  background-image: url('../images/05CriptaDjan_acaoruascentroSaoPaulo_2012_Foto_LeandroMantovani.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.lightbox-link-7 {
  background-image: url('../images/06Eneri_Pixo_nascidonoBrasila_Sindromedoviralata_2022_Foto_Vg.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.lightbox-link-8 {
  background-image: url('../images/07Minhau_nolargonachuva_2021_Foto_HenriqueCabral.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.lightbox-link-9 {
  background-image: url('../images/08Nenesurreal_Cabecudas_2021_EscolaEstadualLydesRachelGutires_Foto_acervopessoal.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-10 {
  background-image: url('../images/09Odrus_LetringCollornAfricadoSul_2020_Foto_acervodoartista.JPG');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-11 {
  background-image: url('../images/10.TUPINAODA_OsTupys_1991_Foto_ClarioElizabetsky.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-12 {
  background-image: url('../images/11Ozi_Construcao_2011_Foto_BrunaMonique.JPG');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-13 {
  background-image: url('../images/12Registrofotograficomural_FuturoAncestral_artistaRafaelHighraff_2023_Foto_EureckaFilmes.JPG');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-14 {
  background-image: url('../images/13SimoneSiss_DandoMuroemPontadeSpray_2023_Foto_KatiaLombardo.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-15 {
  background-image: url('../images/14SoberanaZiza_Levezaforcaeancestralidade_2022_Foto_AdrianoMendez.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.lightbox-link-16 {
  background-image: url('../images/15Registro_EspalhandoAmor_artistaWaleskaNomura_SaoPaulo_2023_Foto_BobFonseca-.JPG');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-17 {
  background-image: url('../images/16.KatiaSuzue_2023_Foto_AndreColetto.jpeg');
  background-position: 50% 60%;
  background-size: cover;
}

.lightbox-link-18 {
  background-image: url('../images/17.-RegistrografiteKatiaSuzue_SaoPaulo_Foto_Acervoartista.jpeg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-19 {
  background-image: url('../images/18.ArteCulturaNaKebrada_2015_FotoAcervoBinhoRibeiro.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-20 {
  background-image: url('../images/19.ArteCulturaNaKebrada_2015_FotoAcervoBinhoRibeiro.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-21 {
  background-image: url('../images/20.Grafite_BinhoRibeiro_Av23Maio_SP_-FotoAcervoBinho-Ribeiro.JPG');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-22 {
  background-image: url('../images/21.PinturaTunelNoiteIlustrada_SP_FotoAcervoBinho-Ribeiro.JPG');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-23 {
  background-image: url('../images/22.GrafitesVaosArcosJanio_SP_Foto-AcervoBinhoRibeiro.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-24 {
  background-image: url('../images/23.MuralMuseuArteUrbana_SP_2007_FotoAcervoBinhoRibeiro..jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-25 {
  background-image: url('../images/017TKidGrafitaTrem-emNovaYork_1984_FotoAlexCavero.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-26 {
  background-image: url('../images/018TremPintadoPorTKid_NY_1984_FotoAcervoTKid.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-28 {
  background-image: url('../images/26.PinturaTúneldaPaulistaFoto.JPG');
  background-position: 50% 30%;
  background-size: cover;
}

.grid-22 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template: "Area Area . . ." 130px
                 "Area Area . Area-2 Area-2" 130px
                 / 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.grid-23 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template: "Area Area Area-2 Area-2 ." 130px
                 "Area Area . Area-3 Area-3" 130px
                 / 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.link-70 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s;
}

.link-70:hover {
  opacity: 1;
  color: var(--orange);
  -webkit-text-stroke-color: var(--orange);
  font-weight: 400;
}

.link-71 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s;
}

.link-71:hover {
  opacity: 1;
  color: var(--orange);
  font-weight: 400;
}

.bold-text-72, .bold-text-73 {
  color: #082b46;
}

.link-72 {
  color: var(--white);
  font-family: PT Sans, sans-serif;
}

.link-72:hover {
  opacity: .8;
  font-weight: 400;
}

.link-73 {
  color: #082b46;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.link-73:hover {
  opacity: .8;
  font-weight: 400;
}

.link-74 {
  color: #082b46;
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-74:hover {
  opacity: .8;
  font-weight: 400;
}

.link-75 {
  color: #082b46;
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-75:hover {
  opacity: .8;
  font-weight: 400;
}

.link-76 {
  color: #082b46;
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-76:hover {
  opacity: .8;
  font-weight: 400;
}

.link-77 {
  color: #082b46;
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-77:hover {
  opacity: .8;
  font-weight: 400;
}

.bold-text-74, .bold-text-75 {
  color: #082b46;
}

.heading-37 {
  text-align: left;
}

.heading-38 {
  max-width: 100%;
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  margin-top: 50px;
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Pprader;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.bold-text-76 {
  padding-left: 10px;
}

.container-40 {
  text-align: left;
}

.section-30 {
  background-color: #fbf9f6;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-31 {
  background-color: #fbf9f6;
  padding-top: 90px;
  padding-bottom: 100px;
}

.div-block-40 {
  min-height: 670px;
  background-image: url('../images/MP-linha-do-tempo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.image-24 {
  max-height: 200px;
  text-align: left;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -20px;
  padding-top: 0;
  line-height: 14px;
  display: block;
}

.columns-5 {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-36 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Pprader;
  font-size: 18px;
  line-height: 18px;
}

.italic-text-30, .italic-text-31 {
  color: var(--cinza);
}

.paragraph-37 {
  color: var(--gelo);
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  line-height: 26px;
}

.div-block-41 {
  margin: 90px 110px 40px 60px;
}

.div-block-42 {
  text-align: left;
  margin-right: 0;
}

.div-block-43 {
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 100px 80px 40px;
}

.mask {
  object-fit: cover;
}

.columns-6, .columns-7 {
  align-items: center;
  display: flex;
}

.slider-6 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: -30px;
  margin-right: -30px;
  padding-bottom: 0;
  padding-left: 0;
}

.grid-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 140px 140px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.slide-nav-5 {
  margin-top: 0;
  padding-top: 80px;
}

.lightbox-link-29 {
  background-image: url('../images/01Muralgraffiti_BinhoRibeironoChile_1999_Foto_BinhoRibeiro.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.lightbox-link-30 {
  background-image: url('../images/02ColetivoSHN_Tridente_2018_Foto_MarceloFazola.jpg');
  background-position: 0%;
  background-size: cover;
}

.lightbox-link-31 {
  background-image: url('../images/03DanielMelim_MuraldaLuz_2011_Foto_DanielMelim.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.lightbox-link-32 {
  background-image: url('../images/04Dino_2023_Foto_FernandoAugusto.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.lightbox-link-33 {
  background-image: url('../images/05CriptaDjan_acaoruascentroSaoPaulo_2012_Foto_LeandroMantovani.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.lightbox-link-34 {
  background-image: url('../images/aviao_nft_oncinha.jpeg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-35 {
  background-image: url('../images/07Minhau_nolargonachuva_2021_Foto_HenriqueCabral.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-36 {
  background-image: url('../images/08Nenesurreal_Cabecudas_2021_EscolaEstadualLydesRachelGutires_Foto_acervopessoal.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-37 {
  background-image: url('../images/09Odrus_LetringCollornAfricadoSul_2020_Foto_acervodoartista.JPG');
  background-position: 50%;
  background-size: cover;
}

.link-78, .link-79 {
  color: #008849;
  font-family: PT Sans, sans-serif;
}

.div-block-44 {
  background-color: #008849;
  background-image: url('../images/AF-LOGO-BRANCO-HORIZONTAL.png');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.container-41 {
  white-space: normal;
  object-fit: fill;
  background-color: #008849;
  background-image: url('../images/AF-LOGO-BRANCO-HORIZONTAL.png');
  background-position: 0%;
  background-size: cover;
  display: block;
  position: static;
  overflow: visible;
}

.grid-25 {
  grid-column-gap: 10px;
  grid-template-rows: 150px 150px 150px 150px 150px 150px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-38 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-39 {
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-45 {
  background-image: url('../images/OT_PeixangoFlutuante_2023_Dalata.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-46 {
  background-image: url('../images/OT_BichoCoisa_tatu_DninjaBichocoisa_2023.png');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-47 {
  background-image: url('../images/OT_LataDeSpray_2023_KellyReis.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-48 {
  background-image: url('../images/OT_BonecoDePelucia_sd_Tinho.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-49 {
  background-image: url('../images/OT_VERACIDADE18h45_2021_MauroNeri.png');
  background-position: 50% 40%;
  background-size: cover;
}

.div-block-50 {
  background-image: url('../images/OT_TagDoArtistaDino.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.div-block-51 {
  background-image: url('../images/OT_TagDoArtistaCripta.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
}

.div-block-52 {
  background-image: url('../images/OT_Metabiotica8_-2003_Orion.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-53 {
  background-image: url('../images/OT_MuralDaLuz_2011_DanielMelim.png');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-54 {
  background-color: var(--black);
  background-image: url('../images/OT_TagDaArtistaEneri.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}

.div-block-55 {
  background-image: url('../images/OT_Passaro_2016_Speto.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
}

.icon-7 {
  color: var(--black);
  align-items: center;
  margin-left: -8px;
  padding-left: 0;
  display: block;
}

.icon-8 {
  color: var(--black);
  object-fit: fill;
  margin-right: -8px;
}

.text-span-2 {
  color: #008849;
  font-family: PT Sans, sans-serif;
  text-decoration: underline;
}

.text-span-3 {
  color: #008849;
  text-decoration: underline;
}

.text-span-4, .text-span-5 {
  color: #008849;
  font-family: PT Sans, sans-serif;
  text-decoration: underline;
}

.paragraph-40 {
  min-width: 100%;
  color: var(--black);
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  margin-top: 10px;
  padding-top: 5px;
  padding-left: 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.heading-39 {
  color: #c7862c;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Din Condensed Bold;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-41 {
  color: var(--cinza);
  text-align: justify;
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--black);
  border-bottom: 0 #000;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-span-6 {
  color: #008849;
}

.grid-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 140px 140px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.lightbox-link-38 {
  background-image: url('../images/10TUPINAODA_OsTupys_1991_Foto_ClarioElizabetsky.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-39 {
  background-image: url('../images/11Ozi_Construcao_2011_Foto_BrunaMonique.JPG');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-40 {
  background-image: url('../images/12Registrofotograficomural_FuturoAncestral_artistaRafaelHighraff_2023_Foto_EureckaFilmes.JPG');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-41 {
  background-image: url('../images/13SimoneSiss_DandoMuroemPontadeSpray_2023_Foto_KatiaLombardo.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-42 {
  background-image: url('../images/14SoberanaZiza_Levezaforcaeancestralidade_2022_Foto_AdrianoMendez.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.lightbox-link-43 {
  background-image: url('../images/15Registro_EspalhandoAmor_artistaWaleskaNomura_SaoPaulo_2023_Foto_BobFonseca-.JPG');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-44 {
  background-image: url('../images/016RetratoLadyPink_1982FotoMarthaCooper.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-45 {
  background-image: url('../images/017TKidGrafitaTrem-emNovaYork_1984_FotoAlexCavero.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-46 {
  background-image: url('../images/018TremPintadoPorTKid_NY_1984_FotoAcervoTKid.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-span-7 {
  color: #008849;
  font-family: PT Sans, sans-serif;
  text-decoration: underline;
}

.italic-text-32, .italic-text-33 {
  font-family: PT Sans, sans-serif;
}

.bold-text-77 {
  font-family: Pprader;
  font-size: 16px;
}

.text-span-8 {
  color: #008849;
}

.bold-text-78 {
  color: var(--cinza);
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.bold-text-79 {
  font-size: 18px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.navigation-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  align-items: center;
  padding: 20px 80px 10px;
  display: flex;
}

.navigation-items-4 {
  color: #fff;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  display: flex;
}

.logo-link-3 {
  z-index: 1;
  background-image: none;
}

.logo-link-3:hover {
  opacity: .8;
}

.logo-link-3:active {
  opacity: .7;
}

.logo-link-3.w--current {
  margin-top: 0;
}

.navigation-wrap-4 {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.navigation-item-4 {
  opacity: 1;
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 60px 15px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.navigation-item-4:hover {
  opacity: 1;
  color: #fff;
  padding-bottom: 14px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.navigation-item-4:active {
  opacity: 1;
  color: #fff;
}

.navigation-item-4.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.navigation-item-4.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-4.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button-3 {
  align-self: auto;
  margin-top: 0;
  padding: 15px;
}

.menu-button-3.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-right: 0;
  padding: 15px;
}

.navigation-item-5 {
  opacity: 1;
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 60px 15px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.navigation-item-5:hover {
  opacity: 1;
  color: #fff;
  padding-bottom: 14px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.navigation-item-5:active {
  opacity: 1;
  color: #fff;
}

.navigation-item-5.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.navigation-item-5.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-5.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button-4 {
  align-self: auto;
  margin-top: 0;
  padding: 15px;
}

.menu-button-4.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-right: 0;
  padding: 15px;
}

.navigation-item-6 {
  width: auto;
  max-width: none;
  border: 1px solid var(--white);
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: none;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 90px 18px 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  transition: color .3s;
  display: block;
}

.navigation-item-6:hover {
  border-color: var(--white);
  background-color: var(--white);
  opacity: 1;
  color: var(--orange);
  -webkit-text-stroke-color: var(--black);
  mix-blend-mode: normal;
  padding-bottom: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.navigation-item-6:active {
  background-color: var(--black);
  opacity: 1;
  color: #fff;
}

.navigation-item-6.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.navigation-item-6.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-6.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button-5 {
  align-self: auto;
  margin-top: 0;
  padding: 15px;
}

.menu-button-5.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-right: 0;
  padding: 15px;
}

.column-12 {
  padding-left: 0;
  padding-right: 0;
}

.slide-nav-6 {
  font-size: 8px;
}

.column-13 {
  padding-left: 0;
  padding-right: 0;
}

.slider-7 {
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 100px;
}

.icon-9 {
  color: var(--cinza);
  margin: 162px 40px 162px 10px;
  font-size: 30px;
}

.icon-10 {
  color: var(--cinza);
  margin-top: 162px;
  margin-bottom: 162px;
  margin-right: 10px;
  font-size: 30px;
}

.grid-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: 160px 160px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
}

.lightbox-link-47 {
  background-image: url('../images/MS-01.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.lightbox-link-48 {
  background-image: url('../images/MS-02.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.lightbox-link-49 {
  background-image: url('../images/MS-03.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.lightbox-link-50 {
  background-image: url('../images/MS-04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-51 {
  background-image: url('../images/MS-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-52 {
  background-image: url('../images/MS-06.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.lightbox-link-53 {
  background-image: url('../images/MS-07.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-54 {
  background-image: url('../images/MS-08.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-55 {
  background-image: url('../images/MS-09.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.lightbox-link-56 {
  background-image: url('../images/MS-010.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-57 {
  background-image: url('../images/MS-011.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-58 {
  background-image: url('../images/MS-012.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-59 {
  background-image: url('../images/MS-013.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-60 {
  background-image: url('../images/MS-014.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-61 {
  background-image: url('../images/MS-015.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-62 {
  background-image: url('../images/MS-016.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-63 {
  background-image: url('../images/MS-017.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-64 {
  background-image: url('../images/MS-018.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph-42 {
  color: var(--cinza);
  text-align: center;
  letter-spacing: 1px;
  border: 0 #000;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 15px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-56 {
  text-align: left;
}

.heading-40, .heading-41 {
  color: var(--black);
  margin-top: 10px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-43 {
  color: var(--cinza);
  border-left: 1px solid #c7862c;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-57 {
  width: 50px;
  height: 50px;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fbf9f6;
  margin-top: -25px;
  display: inline-block;
  position: relative;
  left: auto;
  transform: rotate(45deg);
}

.video-6 {
  margin-left: 0;
  padding-left: 0;
}

.heading-42 {
  color: var(--black);
  margin-top: 10px;
  font-family: Din Condensed Bold;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.div-block-59 {
  background-color: var(--cinza);
  margin-top: 500px;
  display: inline-block;
  transform: rotate(45deg);
}

.div-block-60 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 90px;
  display: block;
}

.section-32 {
  height: 550px;
  text-align: center;
  background-image: url('../images/MP-bg-banner.jpg');
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.bold-text-80 {
  background-color: rgba(0, 0, 0, 0);
  font-family: PT Sans, sans-serif;
}

.link-80 {
  color: #c7862c;
  background-image: none;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.link-80:hover {
  font-weight: 400;
  text-decoration: underline;
}

.bold-text-81, .bold-text-82, .bold-text-83 {
  font-style: normal;
  font-weight: 400;
}

.heading-43 {
  color: #c7862c;
  margin-top: 60px;
  font-family: Din Condensed Bold;
  font-size: 30px;
}

.paragraph-44 {
  color: var(--black);
  text-align: justify;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.bold-text-84, .bold-text-85, .bold-text-86 {
  font-style: normal;
  font-weight: 400;
}

.bold-text-87 {
  color: var(--cinza);
  font-size: 13px;
  font-weight: 400;
}

.div-block-61 {
  width: 100%;
  min-height: 670px;
  background-image: url('../images/MP-passo-a-passo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bold-text-88 {
  font-style: normal;
  font-weight: 400;
}

.link-81 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-81:hover {
  color: var(--orange);
  -webkit-text-stroke-color: transparent;
  font-weight: 400;
  text-decoration: none;
}

.link-82 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s;
}

.link-82:hover {
  color: var(--orange);
  font-weight: 400;
}

.bold-text-89, .bold-text-90 {
  font-style: normal;
  font-weight: 400;
}

.bold-text-91, .bold-text-92, .bold-text-93, .bold-text-94 {
  font-size: 15px;
}

.link-83 {
  color: var(--white);
  background-image: none;
  font-family: PT Sans, sans-serif;
}

.link-83:hover {
  opacity: .8;
  font-weight: 400;
}

.bold-text-95 {
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

.bold-text-96, .bold-text-97, .bold-text-98, .bold-text-99, .bold-text-100 {
  font-style: normal;
  font-weight: 400;
}

.italic-text-34 {
  font-size: 17px;
}

.bold-text-101 {
  font-style: normal;
  font-weight: 400;
}

.link-84 {
  color: #c7862c;
  background-image: none;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.link-84:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-85 {
  color: #c7862c;
  background-image: none;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.link-85:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-86 {
  color: #c7862c;
  background-image: none;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.link-86:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-87 {
  color: #c7862c;
  background-image: none;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.link-87:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-88 {
  color: #c7862c;
  background-image: none;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.link-88:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-89 {
  color: #c7862c;
  background-image: none;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.link-89:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-90 {
  color: #c7862c;
  background-image: none;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.link-90:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-91 {
  color: #c7862c;
  background-image: none;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.link-91:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-92 {
  color: #c7862c;
  background-image: none;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.link-92:hover {
  font-weight: 400;
  text-decoration: underline;
}

.bold-text-102, .bold-text-103, .bold-text-104 {
  font-style: normal;
  font-weight: 400;
}

.bold-text-105 {
  font-family: PT Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.bold-text-106, .bold-text-107 {
  font-style: normal;
  font-weight: 400;
}

.italic-text-35 {
  font-style: normal;
  text-decoration: none;
}

.bold-text-108 {
  font-weight: 400;
}

.italic-text-36 {
  letter-spacing: 1px;
  font-family: Neuehaasdisplayroman, sans-serif;
}

.container-42 {
  text-align: center;
}

.slider-8 {
  height: 510px;
  letter-spacing: 90px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  font-size: 12px;
}

.grid-29 {
  height: 420px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". Area . . Area-2"
                       ". Area . . Area-2";
  margin-left: 40px;
  margin-right: 40px;
}

.image-25 {
  height: 140px;
  max-height: none;
  padding-top: 0;
}

.lightbox-link-65 {
  margin-top: 40px;
  padding-top: 0;
}

.image-26 {
  height: 200px;
}

.image-27 {
  height: 376px;
  padding-top: 0;
}

.image-28 {
  width: 100%;
  max-width: none;
}

.image-29 {
  height: 160px;
}

.grid-30 {
  height: 440px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". Area . . Area-2"
                       ". Area . . Area-2";
  margin-left: 30px;
  margin-right: 30px;
}

.lightbox-link-66 {
  background-color: var(--orange);
  background-image: linear-gradient(140deg, rgba(255, 88, 0, .6), rgba(255, 2, 250, .5)), url('../images/MP-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .3);
}

.lightbox-link-66:hover {
  transform: scale(.95);
}

.lightbox-link-67 {
  background-image: linear-gradient(210deg, rgba(255, 88, 0, .4), rgba(255, 0, 0, .4)), url('../images/MP-07.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .3);
}

.lightbox-link-67:hover {
  transform: scale(.95);
}

.lightbox-link-68 {
  background-image: linear-gradient(328deg, rgba(247, 182, 43, .5), rgba(255, 88, 0, .5)), url('../images/MP-02.jpg');
  background-position: 0 0, 80%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .3);
}

.lightbox-link-68:hover {
  transform: scale(.95);
}

.lightbox-link-69 {
  background-image: linear-gradient(207deg, rgba(255, 0, 0, .5), rgba(0, 0, 0, .7)), url('../images/MP-03.jpg');
  background-position: 0 0, 50% 24%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .3);
}

.lightbox-link-69:hover {
  transform: scale(.95);
}

.lightbox-link-70 {
  background-image: linear-gradient(59deg, rgba(255, 0, 255, .5), rgba(247, 182, 43, .6)), url('../images/MP-08.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .2);
}

.lightbox-link-70:hover {
  transform: scale(.95);
}

.lightbox-link-71 {
  background-image: linear-gradient(45deg, rgba(255, 88, 0, .4) 42%, rgba(0, 0, 0, .79)), url('../images/MP-04.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, .3);
}

.lightbox-link-71:hover {
  transform: scale(.95);
}

.lightbox-link-72 {
  background-image: linear-gradient(24deg, rgba(255, 0, 255, .4), rgba(255, 88, 0, .4)), url('../images/MP-09.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .3);
}

.lightbox-link-72:hover {
  transform: scale(.95);
}

.lightbox-link-73 {
  background-image: linear-gradient(rgba(247, 182, 43, .5), rgba(255, 0, 255, .4)), url('../images/MP-05.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .3);
}

.lightbox-link-73:hover {
  transform: scale(.95);
}

.lightbox-link-74 {
  background-image: linear-gradient(140deg, rgba(255, 0, 0, .3), rgba(247, 182, 43, .4)), url('../images/MP-06.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .3);
}

.lightbox-link-74:hover {
  transform: scale(.95);
}

.lightbox-link-75 {
  background-image: linear-gradient(207deg, rgba(247, 182, 43, .6), rgba(0, 0, 0, .2)), url('../images/MP-10.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .3);
}

.lightbox-link-75:hover {
  transform: scale(.95);
}

.grid-31 {
  height: 440px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". Area . . Area-2"
                       ". Area . . Area-2";
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
}

.lightbox-link-76 {
  background-image: linear-gradient(128deg, rgba(255, 0, 255, .3), rgba(255, 88, 0, .5)), url('../images/MP-11.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .2);
}

.lightbox-link-76:hover {
  transform: scale(.95);
}

.lightbox-link-77 {
  background-image: linear-gradient(175deg, rgba(255, 0, 0, .3), rgba(255, 88, 0, .4)), url('../images/MP-012.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .2);
}

.lightbox-link-77:hover {
  transform: scale(.95);
}

.lightbox-link-77:active {
  transform: none;
}

.lightbox-link-78 {
  background-image: linear-gradient(32deg, rgba(247, 182, 43, .55), rgba(255, 0, 0, .35)), url('../images/MP-13.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .2);
}

.lightbox-link-78:hover {
  transform: scale(.95);
}

.lightbox-link-79 {
  background-image: linear-gradient(145deg, rgba(255, 0, 255, .3), rgba(247, 182, 43, .45)), url('../images/MP-14.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .2);
}

.lightbox-link-79:hover {
  transform: scale(.95);
}

.lightbox-link-80 {
  background-image: linear-gradient(27deg, rgba(247, 182, 43, .35), rgba(255, 88, 0, .4)), url('../images/MP-15.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .2);
}

.lightbox-link-80:hover {
  transform: scale(.95);
}

.lightbox-link-81 {
  background-image: linear-gradient(120deg, rgba(255, 0, 0, .3), rgba(255, 88, 0, .3)), url('../images/MP-16.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .2);
}

.lightbox-link-81:hover {
  transform: scale(.95);
}

.lightbox-link-82 {
  background-image: linear-gradient(315deg, rgba(247, 182, 43, .4), rgba(255, 88, 0, .5)), url('../images/MP-17.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: opacity .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .2);
}

.lightbox-link-82:hover {
  transform: scale(.95);
}

.lightbox-link-83 {
  background-image: linear-gradient(286deg, rgba(255, 88, 0, .4), rgba(255, 0, 255, .3)), url('../images/MP-18.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .2);
}

.lightbox-link-83:hover {
  transform: scale(.95);
}

.lightbox-link-84 {
  background-image: linear-gradient(23deg, rgba(247, 182, 43, .3), rgba(255, 88, 0, .43)), url('../images/MP-19.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .2);
}

.lightbox-link-84:hover {
  transform: scale(.95);
}

.lightbox-link-85 {
  background-image: linear-gradient(84deg, rgba(255, 0, 255, .3), rgba(255, 88, 0, .3)), url('../images/MP-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all .3s;
  box-shadow: 7px 7px 13px rgba(0, 0, 0, .2);
}

.lightbox-link-85:hover {
  transform: scale(.95);
}

.section-33 {
  background-color: #fbf9f6;
  padding-top: 90px;
  padding-bottom: 100px;
}

.container-43 {
  text-align: center;
}

.section-34 {
  padding-top: 60px;
  padding-bottom: 220px;
}

.grid-32 {
  grid-column-gap: 130px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-45 {
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.bold-text-109, .bold-text-110, .bold-text-111 {
  color: var(--black);
}

.image-30 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.div-block-62 {
  margin-top: 10px;
}

.bold-text-112 {
  font-size: 16px;
}

.bold-text-113, .bold-text-114 {
  font-size: 20px;
}

.link-93 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-93:hover {
  color: var(--orange);
}

.link-94 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-94:hover {
  color: var(--orange);
}

.link-95 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-95:hover {
  color: var(--orange);
}

.link-96 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-96:hover {
  color: var(--orange);
}

.link-97 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-97:hover {
  color: var(--orange);
}

.link-98 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-98:hover {
  color: var(--orange);
}

.link-99 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-99:hover {
  color: var(--orange);
}

.link-100 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-100:hover {
  color: var(--orange);
}

.link-101 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-101:hover {
  color: var(--orange);
}

.link-102 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-102:hover {
  color: var(--orange);
}

.link-103 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-103:hover {
  color: var(--orange);
}

.link-104 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-104:hover {
  color: var(--orange);
}

.link-105 {
  color: var(--white);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-105:hover {
  color: var(--orange);
}

.bold-text-115, .bold-text-116 {
  font-size: 15px;
}

.bold-text-117 {
  color: var(--orange);
}

.bold-text-118 {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-119 {
  font-style: normal;
}

.tab-link-tab-1 {
  width: 150px;
  height: auto;
  background-image: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 20px;
  font-family: Neuehaasdisplayroman, sans-serif;
}

.tab-link-tab-1.w--current {
  background-color: var(--orange);
}

.tab-link-tab-2 {
  width: 150px;
  background-image: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 20px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
}

.tab-link-tab-2.w--current {
  background-color: var(--orange);
}

.tab-link-tab-3 {
  letter-spacing: 1px;
  background-color: #ddd;
  background-image: none;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
}

.tab-link-tab-3.w--current {
  width: 150px;
  background-color: var(--orange);
  background-image: none;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-16 {
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
}

.text-block-17 {
  text-align: center;
  letter-spacing: 1px;
}

.text-block-18 {
  text-align: center;
  letter-spacing: 1px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
}

.tabs-menu {
  text-align: center;
  border-bottom: 1px solid #000;
}

.tab-link-tab-4 {
  width: 150px;
  background-image: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 20px;
}

.tab-link-tab-4.w--current {
  background-color: var(--orange);
}

.text-block-19 {
  text-align: center;
}

.bold-text-120 {
  font-style: normal;
  font-weight: 400;
}

.bold-text-121 {
  color: var(--cinza);
  text-align: left;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-46 {
  color: var(--cinza);
  text-align: left;
  letter-spacing: 1px;
  border-top: 1px solid #000;
  margin-top: 40px;
  padding-top: 20px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.link-106 {
  color: var(--orange);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
}

.italic-text-37 {
  font-size: 15px;
}

.paragraph-47 {
  color: var(--cinza);
  text-align: justify;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-block-63 {
  background-color: var(--gelo);
  margin-top: 20px;
  padding: 15px;
}

.bold-text-122 {
  color: var(--black);
  font-weight: 400;
}

.bold-text-123 {
  font-weight: 400;
  text-decoration: none;
}

.bold-text-124, .bold-text-125 {
  font-style: normal;
  font-weight: 400;
}

.heading-44 {
  color: var(--orange);
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Maxeville Construct, sans-serif;
  font-weight: 400;
}

.italic-text-38 {
  color: var(--orange);
  font-weight: 400;
}

.italic-text-39, .italic-text-40 {
  color: var(--orange);
}

.bold-text-126 {
  font-style: normal;
  font-weight: 400;
}

.link-107 {
  color: var(--orange);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
}

.link-107:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-108 {
  color: var(--orange);
  background-image: none;
  font-family: Neuehaasdisplayroman, sans-serif;
  text-decoration: none;
}

.link-108:hover {
  text-decoration: underline;
}

.bold-text-127 {
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .section-3 {
    padding-bottom: 200px;
  }

  .navigation-item, .navigation-item.w--current {
    font-size: 20px;
    line-height: 30px;
  }

  .section-4 {
    height: 650px;
    margin-top: -100px;
  }

  .section-4.testeira-home {
    min-height: 790px;
    margin-top: 0;
  }

  .grid._3col {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    padding-left: 130px;
    padding-right: 130px;
  }

  .grid-2 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .navigation-2 {
    background-color: var(--white);
    padding-bottom: 20px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .div-block-6 {
    margin-left: 130px;
  }

  .heading-20 {
    color: var(--black);
    text-align: center;
    font-family: Neuehaasdisplayroman, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    position: static;
  }

  .section-23 {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .div-block-21 {
    margin-left: 130px;
  }

  .div-block-26 {
    width: 100%;
    min-height: 660px;
    background-image: url('../images/MP-institucional.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-34 {
    width: 600px;
    min-height: 400px;
    margin-top: 190px;
    margin-left: 330px;
  }

  .section-28 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .div-block-36 {
    margin-top: 280px;
    margin-right: 200px;
  }

  .heading-36 {
    margin-top: 330px;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-40 {
    background-size: cover;
  }

  .image-24 {
    margin-left: -20px;
    padding-left: 0;
  }

  .div-block-41 {
    margin-right: 130px;
  }

  .navigation-3 {
    padding-bottom: 20px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .navigation-item-6 {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--black);
    margin-left: 0;
    margin-right: 0;
    padding-top: 21px;
    padding-bottom: 20px;
    padding-right: 100px;
    font-family: Neuehaasdisplayroman, sans-serif;
    font-weight: 400;
    transition: color .3s;
  }

  .navigation-item-6:hover {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--orange);
    padding-bottom: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  .slider-7 {
    margin-right: 80px;
  }

  .section-32 {
    height: 650px;
    background-position: 0 100%;
    margin-top: -100px;
  }

  .grid-31 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    text-transform: none;
    font-size: 38px;
    line-height: 45px;
  }

  .heading.preto.left {
    font-size: 38px;
    line-height: 45px;
  }

  .heading.preto.center {
    font-size: 40px;
    line-height: 42px;
  }

  .section-3 {
    color: #32506d;
    background-size: 880px;
    padding-top: 90px;
    padding-bottom: 280px;
  }

  .navigation-item {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 100px;
    font-size: 24px;
    line-height: 40px;
  }

  .navigation-item:hover {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 24px;
  }

  .navigation-item.w--current {
    border: 1px #000;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 100px;
    font-size: 24px;
    line-height: 40px;
  }

  .heading-8.preto.left {
    font-size: 40px;
    line-height: 42px;
  }

  .paragraph-2 {
    -webkit-text-stroke-color: var(--cinza);
    font-size: 18px;
    line-height: 32px;
  }

  .button.download {
    background-color: rgba(0, 0, 0, 0);
    background-position: 50%;
    background-size: cover;
    padding-left: 50px;
    padding-right: 50px;
  }

  .button.red {
    background-image: url('../images/arrow-black.svg');
    transition: all .3s;
  }

  .button.red:hover {
    background-image: url('../images/arrow-red.svg');
  }

  .section-4 {
    height: 750px;
    background-size: cover;
    margin-top: -110px;
  }

  .section-4.testeira-home {
    min-height: 900px;
    text-align: left;
    background-position: 50%;
    align-self: flex-end;
    margin-top: 0;
    padding-left: 0;
  }

  .grid._3col {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    padding-left: 180px;
    padding-right: 180px;
  }

  .section-8 {
    padding-top: 90px;
    padding-bottom: 300px;
  }

  .section-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 32px;
  }

  .grid-2 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .div-block-6 {
    margin-left: 180px;
    margin-right: 130px;
  }

  .heading-20 {
    font-size: 34px;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 32px;
  }

  .section-23 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-21 {
    margin-left: 180px;
  }

  .paragraph-23 {
    font-size: 18px;
    line-height: 32px;
  }

  .div-block-26 {
    min-height: 740px;
    background-image: url('../images/MP-institucional.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-34 {
    width: 690px;
    min-height: 500px;
    margin-top: 200px;
    margin-left: 470px;
    margin-right: 0;
    display: inline-block;
    left: 0;
  }

  .label {
    color: #e7e7e7;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 72px;
    line-height: 72px;
  }

  .paragraph-31, .paragraph-32 {
    font-size: 18px;
    line-height: 32px;
  }

  .section-28 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .paragraph-34 {
    font-size: 18px;
    line-height: 32px;
  }

  .div-block-36 {
    margin-top: 340px;
    margin-right: 210px;
  }

  .heading-36 {
    margin-top: 380px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 110px;
  }

  .section-29 {
    padding-top: 370px;
  }

  .section-31 {
    margin-top: 0;
  }

  .div-block-40 {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-41 {
    margin: 70px 180px 0 80px;
  }

  .navigation-3 {
    padding: 30px 120px 20px;
  }

  .navigation-items-4 {
    flex: 1;
  }

  .navigation-item-6 {
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--black);
    -webkit-text-stroke-color: transparent;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 27px;
    padding-right: 100px;
    font-family: Neuehaasdisplayroman, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    transition: color .3s;
  }

  .navigation-item-6:hover {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--orange);
    padding-bottom: 27px;
    font-weight: 400;
    text-decoration: none;
  }

  .slide-nav-6 {
    font-size: 10px;
  }

  .slider-7 {
    min-height: 460px;
    margin-right: 180px;
  }

  .icon-9, .icon-10 {
    margin-top: 192px;
    margin-bottom: 192px;
  }

  .grid-27 {
    grid-template-rows: 190px 190px;
  }

  .paragraph-42 {
    font-size: 18px;
    line-height: 32px;
  }

  .heading-40 {
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
  }

  .heading-41 {
    font-size: 40px;
    line-height: 42px;
  }

  .paragraph-43 {
    font-size: 18px;
    line-height: 32px;
  }

  .heading-42 {
    font-size: 40px;
    line-height: 42px;
  }

  .section-32 {
    height: 750px;
    background-position: 0 70%;
    margin-top: -110px;
  }

  .div-block-61 {
    background-image: url('../images/MP-passo-a-passo.png');
    background-size: cover;
  }

  .slider-8 {
    height: 560px;
  }

  .grid-30, .grid-31 {
    height: 490px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .heading.preto.left, .heading.preto.center {
    text-align: center;
  }

  .section {
    clear: none;
    padding: 0 50px;
  }

  .section-3 {
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .navigation-items {
    background-color: #ffce48;
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .logo-link {
    display: block;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .logo-image {
    display: block;
  }

  .navigation-wrap {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .navigation-item {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    padding: 15px 0;
    transition: background-color .4s, opacity .4s, color .4s;
    display: inline-block;
    position: static;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    display: block;
  }

  .navbar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8.preto.left {
    text-align: center;
  }

  .paragraph-2 {
    text-align: justify;
    border-left: 0 solid #c7862c;
    border-radius: 1px;
    padding-left: 0;
  }

  .button.acessibilidade {
    margin-top: 51px;
  }

  .button.white {
    text-align: center;
  }

  .section-4 {
    height: auto;
    min-height: 600px;
    background-position: 30%;
    margin-top: -110px;
  }

  .section-4.interna {
    height: 500px;
    background-position: 90%;
    margin-top: -76px;
  }

  .section-4.interna.institucional {
    background-position: 100%;
    margin-top: -78px;
  }

  .section-4.testeira-home {
    width: auto;
    height: auto;
    min-height: 650px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    background-position: 30%;
    background-size: cover;
    align-self: auto;
    margin-top: -110px;
    padding-right: 60px;
  }

  .image-4 {
    width: 55%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid._3col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    padding: 60px 50px 0;
  }

  .container-4 {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-9 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    padding: 0;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 36px;
  }

  .heading-10 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 28px;
  }

  .grid-2 {
    grid-row-gap: 30px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 60px;
  }

  .paragraph-4, .paragraph-5 {
    text-align: center;
  }

  .image-8 {
    padding-top: 20px;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .navigation {
    padding: 15px 30px;
  }

  .navigation-items-2 {
    background-color: #ffce48;
    position: static;
  }

  .logo-link-2.w--current {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
  }

  .logo-image-2 {
    width: 200px;
    margin-top: 0;
  }

  .navigation-wrap-2 {
    margin-right: 0;
    position: absolute;
  }

  .navigation-item-2 {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .menu-button-2 {
    margin-top: 0;
    padding: 15px;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
    align-self: center;
    margin-top: 0;
    padding: 15px;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    padding-top: 0;
    padding-left: 40px;
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph-6 {
    font-size: 12px;
    line-height: 22px;
  }

  .section-10.audiovisuais, .section-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navigation-2 {
    background-color: var(--white);
    margin-top: 0;
    padding: 25px 40px;
  }

  .navigation-items-3 {
    background-color: rgba(0, 0, 0, 0);
    align-self: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-wrap-3 {
    margin-top: 0;
    margin-right: 0;
  }

  .navigation-item-3 {
    color: var(--white);
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px 40px 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: block;
  }

  .navigation-item-3:hover {
    opacity: 1;
    color: rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 15px;
    font-weight: 700;
    text-decoration: underline;
  }

  .navigation-item-3:active {
    background-color: var(--black);
  }

  .container-9, .container-10, .container-10.piso1s {
    padding-left: 20px;
    padding-right: 20px;
  }

  .italic-text-16 {
    font-style: normal;
  }

  .text-block-3 {
    font-family: Neuehaasdisplayroman, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .image-13 {
    float: right;
    clear: none;
    text-align: right;
  }

  .div-block-5 {
    text-align: center;
    border: 1px #000;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-15 {
    max-width: 45%;
    margin-bottom: -25px;
  }

  .section-13 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-6 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-8 {
    grid-template-rows: minmax(100px, 100fr) 100px;
    grid-template-areas: "Area"
                         ".";
  }

  .slider-4 {
    height: 300px;
  }

  .button-4 {
    height: 100px;
  }

  .slide-nav-3 {
    margin-top: 0;
    padding-top: 40px;
  }

  .icon-3 {
    margin-top: 115px;
    margin-bottom: 115px;
    margin-left: 30px;
  }

  .icon-4 {
    margin-top: 115px;
    margin-bottom: 115px;
    margin-right: 30px;
  }

  .container-14, .container-15, .container-16, .container-17, .container-18, .container-19, .container-20, .container-21, .container-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-20 {
    font-size: 14px;
  }

  .container-23, .container-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18, .heading-20, .heading-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-13 {
    min-height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-13 {
    height: auto;
    min-height: auto;
    padding: 90px 50px 100px;
  }

  .heading-28 {
    line-height: 30px;
  }

  .div-block-16 {
    height: auto;
    min-height: 600px;
    min-width: auto;
    background-position: 50%;
    background-size: cover;
  }

  .section-22 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-23 {
    background-image: none;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-21 {
    text-align: center;
    order: 0;
    align-self: auto;
    margin: 60px 50px 40px;
  }

  .heading-31, .heading-32 {
    text-align: center;
  }

  .paragraph-23 {
    text-align: justify;
    padding-left: 15px;
  }

  .image-17, .image-18 {
    max-width: 40%;
  }

  .link-40, .link-41, .link-42, .link-43, .link-44, .link-45 {
    color: var(--white);
    font-family: neue-haas-grotesk-text;
  }

  .container-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-34 {
    padding-left: 40px;
  }

  .div-block-23 {
    text-align: center;
  }

  .div-block-24 {
    width: 100%;
    text-align: center;
    display: block;
  }

  .grid-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-right: 0;
    display: block;
  }

  .image-20 {
    max-width: 60%;
    text-align: left;
    display: inline-block;
  }

  .image-21 {
    max-width: 60%;
    margin-bottom: 20px;
  }

  .div-block-26 {
    min-height: 770px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 95%;
  }

  .grid-17 {
    grid-row-gap: 5px;
    grid-template-columns: minmax(0, .25fr) 1fr;
  }

  .section-27 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-33 {
    order: -1;
  }

  .button-15 {
    margin-right: 70px;
  }

  .button-15.b {
    margin-right: 35px;
  }

  .div-block-34 {
    width: 300px;
    min-height: 230px;
    background-size: cover;
    margin-top: 250px;
    margin-left: 0;
    left: 0;
  }

  .label {
    text-align: center;
    display: block;
  }

  .label.branco.left {
    text-align: left;
  }

  .label.amarelo.left {
    text-align: center;
  }

  .paragraph-31, .paragraph-32 {
    text-align: justify;
  }

  .section-28 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-34 {
    text-align: justify;
    border-left: 0 solid #c7862c;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .column-8 {
    text-align: center;
    justify-content: center;
    padding-right: 0;
    display: block;
  }

  .column-9 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 10px;
  }

  .column-10 {
    padding-left: 10px;
    padding-right: 0;
  }

  .column-11 {
    order: -1;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-23, .button-28 {
    margin-right: 0;
  }

  .div-block-36 {
    margin-right: 70px;
  }

  .heading-36 {
    min-width: auto;
    margin-top: 220px;
    padding-top: 0;
    font-size: 80px;
    line-height: 80px;
  }

  .div-block-37 {
    width: 125%;
    min-height: 9px;
  }

  .div-block-39 {
    width: 100%;
    text-align: center;
    display: block;
  }

  .section-29 {
    padding: 60px 70px 70px;
  }

  .container-38 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-19 {
    grid-template-rows: 100px 100px;
  }

  .grid-20 {
    grid-auto-rows: 100pxpx;
    grid-template-rows: 130px 130px;
  }

  .grid-20._2 {
    grid-template-rows: 130px 130px;
  }

  .grid-21 {
    grid-template-rows: 100px 100px;
  }

  .grid-22 {
    grid-template-rows: 100px 100px;
    grid-template-areas: "Area Area . . ."
                         "Area Area . Area-2 Area-2";
  }

  .grid-23 {
    grid-template-rows: 100px 100px;
    grid-template-areas: "Area Area Area-2 Area-2 ."
                         "Area Area . Area-3 Area-3";
  }

  .container-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-30 {
    padding-left: 50px;
    padding-right: 40px;
  }

  .div-block-40 {
    min-height: 700px;
    background-size: 95%;
    margin-left: 50px;
    margin-right: 50px;
    display: block;
  }

  .image-24 {
    max-width: 400px;
    margin-left: 0;
    display: inline-block;
  }

  .columns-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-41 {
    text-align: center;
    margin: 40px 0;
  }

  .div-block-42 {
    text-align: center;
    margin-bottom: 100px;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-43 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .columns-6 {
    display: block;
  }

  .columns-7 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .slider-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-3 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding: 25px 40px;
  }

  .navigation-items-4 {
    background-color: rgba(0, 0, 0, 0);
    align-self: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-link-3.w--current {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
  }

  .navigation-wrap-4 {
    margin-top: 0;
    margin-right: 0;
  }

  .navigation-item-4 {
    color: #fff;
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px 40px 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: block;
  }

  .navigation-item-4:hover {
    opacity: 1;
    color: rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 15px;
    font-weight: 700;
    text-decoration: underline;
  }

  .navigation-item-4:active {
    background-color: #000;
  }

  .menu-button-3 {
    margin-top: 0;
    padding: 15px;
  }

  .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
    align-self: center;
    margin-top: 0;
    padding: 15px;
  }

  .navigation-item-5 {
    color: #fff;
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px 40px 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: block;
  }

  .navigation-item-5:hover {
    opacity: 1;
    color: rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 15px;
    font-weight: 700;
    text-decoration: underline;
  }

  .navigation-item-5:active {
    background-color: #000;
  }

  .menu-button-4 {
    margin-top: 0;
    padding: 15px;
  }

  .menu-button-4.w--open {
    background-color: rgba(0, 0, 0, 0);
    align-self: center;
    margin-top: 0;
    padding: 15px;
  }

  .navigation-item-6 {
    background-color: var(--white);
    color: var(--black);
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    padding: 19px 50px 17px 0;
    transition: color .3s;
    display: block;
  }

  .navigation-item-6:hover {
    background-color: var(--white);
    opacity: 1;
    color: var(--orange);
    -webkit-text-stroke-color: transparent;
    padding-bottom: 17px;
    font-weight: 400;
    text-decoration: none;
  }

  .navigation-item-6:active {
    background-color: #000;
  }

  .menu-button-5 {
    margin-top: 0;
    padding: 15px;
  }

  .menu-button-5.w--open {
    background-color: rgba(0, 0, 0, 0);
    align-self: center;
    margin-top: 0;
    padding: 15px;
  }

  .column-12 {
    margin-bottom: 60px;
  }

  .slider-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-42 {
    text-align: justify;
    padding-left: 10px;
  }

  .div-block-56 {
    text-align: center;
    margin-bottom: 100px;
  }

  .paragraph-43 {
    text-align: justify;
  }

  .div-block-58 {
    text-align: center;
  }

  .section-32 {
    height: 550px;
    background-position: 10%;
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-44 {
    line-height: 28px;
  }

  .slider-8 {
    height: 1250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-30 {
    width: 98%;
    height: 95%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .lightbox-link-66, .lightbox-link-67, .lightbox-link-68, .lightbox-link-69 {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .3);
  }

  .lightbox-link-70 {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);
  }

  .lightbox-link-71, .lightbox-link-72, .lightbox-link-73, .lightbox-link-74, .lightbox-link-75 {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .3);
  }

  .grid-31 {
    height: 95%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  .lightbox-link-76, .lightbox-link-77, .lightbox-link-78, .lightbox-link-79, .lightbox-link-81, .lightbox-link-82, .lightbox-link-83, .lightbox-link-84, .lightbox-link-85 {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);
  }

  .section-33 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-32 {
    display: block;
  }

  .video-7, .video-8, .video-9 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 0 30px;
  }

  .section-3 {
    background-size: 450px;
    padding-bottom: 150px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-item {
    font-size: 18px;
  }

  .navigation-item:hover {
    background-color: var(--white);
    padding-bottom: 15px;
  }

  .navigation-item.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .navigation-item.w--current:hover {
    background-color: var(--white);
  }

  .heading-7.black {
    margin-bottom: 10px;
  }

  .heading-7.label-left {
    text-align: center;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-8.preto.left {
    font-size: 36px;
    line-height: 36px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .paragraph-2.left {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-2.branco {
    width: auto;
  }

  .button.home {
    color: #d5841f;
    text-align: center;
    color: #a72024;
    text-align: center;
    border-color: #a72024;
    border-radius: 0;
    display: inline-block;
  }

  .section-4 {
    height: auto;
    min-height: 600px;
    background-position: 36%;
    margin-top: -88px;
  }

  .section-4.interna {
    height: 500px;
    background-position: 90%;
    margin-top: -68px;
  }

  .section-4.interna.institucional {
    background-position: 90%;
    margin-top: -68px;
  }

  .section-4.testeira-home {
    width: 100%;
    height: auto;
    min-height: 650px;
    text-align: center;
    background-position: 26%;
    background-size: cover;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    width: 45%;
  }

  .grid {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._3col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-8 {
    padding: 0 50px;
  }

  .container-4, .container-5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-9 {
    text-align: center;
    padding-top: 0;
  }

  .container-6 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    width: 100%;
    color: var(--cinza);
    text-align: center;
    align-self: center;
    margin-left: 0;
    display: block;
  }

  .grid-2 {
    text-align: center;
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-4 {
    text-align: center;
  }

  .grid-4 {
    grid-template-rows: 120px 120px 120px 120px 120px;
    grid-template-columns: .5fr .5fr;
    justify-content: center;
    justify-items: stretch;
  }

  .button-2 {
    width: 75px;
  }

  .button-2._1, .button-2._2 {
    width: auto;
    height: auto;
    background-position: 50% 40%;
  }

  .button-2._3, .button-2._4, .button-2._5, .button-2._6, .button-2._7, .button-2._8, .button-2._9, .button-2._10, .button-2._11, .button-2._12, .button-2._13 {
    width: auto;
    height: auto;
  }

  .button-2._14 {
    width: auto;
    height: auto;
    background-position: 50% 0;
  }

  .button-2._11, .button-2._12, .button-2._13, .button-2._14, .button-2._15, .button-2._11, .button-2._22, .button-2._23, .button-2._16, .button-2._17, .button-2._18, .button-2._19, .button-2._21, .button-2._20 {
    width: auto;
    height: auto;
  }

  .slide-3 {
    position: relative;
  }

  .icon {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 360px;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .icon-2 {
    margin-top: 360px;
    margin-bottom: 0;
  }

  .slide-5 {
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .slider-2 {
    height: 53%;
    margin-bottom: 0;
  }

  .slide-nav-2 {
    margin-top: 10px;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .navigation {
    padding: 15px 30px;
  }

  .logo-link-2 {
    padding-left: 0;
  }

  .logo-image-2 {
    width: 200px;
    margin-top: 6px;
  }

  .container-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-12 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .bold-text-3 {
    color: #d5841f;
  }

  .left-arrow-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 0;
    display: block;
  }

  .navigation-2 {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 15px 40px;
    font-family: Neuehaasdisplayroman, sans-serif;
  }

  .navigation-items-3 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 0;
  }

  .navigation-wrap-3 {
    flex-direction: row;
    margin-top: 0;
    display: flex;
  }

  .navigation-item-3 {
    background-color: rgba(0, 136, 73, .92);
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .navigation-item-3:hover {
    opacity: 1;
    background-color: #008849;
  }

  .navigation-item-3:active {
    background-color: var(--black);
    opacity: 1;
  }

  .paragraph-10 {
    flex: 1;
  }

  .paragraph-11 {
    text-align: justify;
  }

  .container-9 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-10.piso1s {
    padding-left: 40px;
    padding-right: 40px;
  }

  .italic-text-14, .italic-text-15 {
    width: 100%;
    display: block;
  }

  .text-block-3 {
    font-family: Neuehaasdisplayroman, sans-serif;
    font-size: 11px;
    font-weight: 400;
  }

  .image-13 {
    max-width: 60%;
    float: right;
    clear: none;
  }

  .div-block-5 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-15 {
    max-width: 45%;
  }

  .div-block-6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .grid-8 {
    grid-template: "Area" 150px
                   "." 150px
                   "." 150px
                   "." 150px
                   "." 150px
                   / 1fr 1fr;
    grid-auto-rows: 150px;
    margin-top: 10px;
  }

  .slide-6 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider-4 {
    height: 870px;
  }

  .button-4 {
    height: 120px;
  }

  .slide-nav-3 {
    margin-top: 0;
    padding-top: 50px;
  }

  .icon-3, .icon-4 {
    margin-top: 410px;
    margin-bottom: 410px;
  }

  .container-12 {
    margin-bottom: 100px;
  }

  .slide-7 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-9.linhda-do-tempo {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .div-block-9.laranja, .div-block-9.vinho {
    margin-bottom: 15px;
  }

  .grid-10.linha-do-tempo.brasil {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .bold-text-31 {
    text-align: center;
    line-height: 26px;
    display: block;
  }

  .div-block-10.vinho {
    text-align: center;
  }

  .container-14, .container-15, .container-16, .container-17, .container-18, .container-19, .container-20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-17 {
    font-size: 16px;
    line-height: 28px;
  }

  .container-21 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-19 {
    text-align: justify;
  }

  .container-22, .container-23, .container-24 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-22 {
    text-align: justify;
  }

  .italic-text-25 {
    text-align: left;
  }

  .heading-20 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    padding: 60px 40px 70px;
  }

  .div-block-16 {
    min-height: 500px;
    background-position: 50%;
  }

  .section-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-29.b {
    text-align: center;
  }

  .section-23 {
    background-image: none;
    padding-bottom: 0;
  }

  .div-block-21 {
    text-align: center;
    margin: 50px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-31, .heading-32 {
    text-align: center;
  }

  .paragraph-23 {
    text-align: center;
    margin-right: 0;
    display: block;
  }

  .image-17 {
    max-width: 50%;
    margin-bottom: 20px;
  }

  .image-18 {
    max-width: 50%;
  }

  .link-40, .link-41, .link-42, .link-43, .link-44, .link-45 {
    color: var(--white);
    font-family: neue-haas-grotesk-text;
    font-size: 12px;
  }

  .section-25 {
    max-height: none;
    min-height: 400px;
  }

  .image-19 {
    min-height: 475px;
  }

  .div-block-22 {
    padding-left: 40px;
    padding-right: 40px;
    top: 390px;
  }

  .heading-34 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-23, .div-block-24 {
    text-align: center;
  }

  .grid-16 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-20 {
    max-width: 50%;
    margin-bottom: 40px;
    display: inline-block;
  }

  .image-21 {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .div-block-26 {
    min-height: 500px;
    background-size: cover;
  }

  .button-13 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-14 {
    text-align: left;
  }

  .div-block-31 {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .container-35 {
    padding-left: 10px;
    padding-right: 40px;
  }

  .heading-35 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-15 {
    margin-right: 70px;
  }

  .button-15.b {
    margin-right: 40px;
  }

  .div-block-34 {
    width: 60%;
    height: 250px;
    min-height: auto;
    text-align: center;
    margin-top: 220px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    left: 0;
  }

  .label {
    margin-bottom: 20px;
    font-size: 70px;
  }

  .paragraph-31, .paragraph-32 {
    text-align: center;
  }

  .section-28 {
    padding: 60px 50px 100px;
  }

  .paragraph-34 {
    text-align: center;
  }

  .column-8 {
    padding-right: 0;
  }

  .column-9, .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-11 {
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }

  .button-23, .button-28 {
    margin-right: 0;
  }

  .div-block-36 {
    margin-top: 450px;
    margin-right: 50px;
  }

  .heading-36 {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 60px;
    line-height: 65px;
  }

  .div-block-37 {
    width: 118%;
    min-height: 8px;
  }

  .div-block-39 {
    text-align: center;
  }

  .section-29 {
    padding: 150px 50px 60px;
  }

  .container-38 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-39 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-10, .slide-11, .slide-12 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-19 {
    grid-template-rows: 150px 150px 150px 150px 150px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
  }

  .grid-20 {
    grid-template: "Area Area" 150px
                   ". ." 150px
                   ". ." 150px
                   ". ." 150px
                   ". ." 150px
                   / 1fr 1fr;
    grid-auto-rows: 150px;
    margin-top: 10px;
  }

  .grid-20._3 {
    grid-template-rows: 150px 150px 150px 150px 150px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-21 {
    grid-template-rows: 150px 150px 150px 150px 150px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
  }

  .grid-22 {
    grid-template: "Area Area" 150px
                   "Area Area" 150px
                   ". ." 150px
                   ". ." 150px
                   "Area-2 Area-2" 150px
                   / 1fr 1fr;
  }

  .grid-23 {
    grid-template: "Area Area" 150px
                   "Area Area" 150px
                   "Area-2 Area-2" 150px
                   ". ." 150px
                   "Area-3 Area-3" 150px
                   / 1fr 1fr;
    grid-auto-rows: 150px;
  }

  .bold-text-72 {
    color: #082b46;
  }

  .container-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-30 {
    padding: 40px 40px 50px;
  }

  .section-31 {
    padding: 0 50px;
  }

  .div-block-40 {
    min-height: 500px;
    background-position: 50% 45%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-41 {
    margin: 50px 0;
  }

  .div-block-42 {
    margin-bottom: 120px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-43 {
    padding: 60px 40px 70px;
  }

  .columns-6 {
    display: block;
  }

  .columns-7 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .slider-6 {
    height: 780px;
  }

  .grid-24 {
    grid-template-rows: 140px 140px 140px 140px 140px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-50 {
    background-position: 50% 100%;
    background-repeat: repeat-x;
  }

  .paragraph-40 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 27px;
  }

  .paragraph-41 {
    text-align: center;
  }

  .grid-26 {
    grid-template-rows: 140px 140px 140px 140px 140px;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-3 {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    padding: 15px 40px;
  }

  .navigation-items-4 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 0;
  }

  .logo-link-3 {
    padding-left: 0;
  }

  .navigation-wrap-4 {
    flex-direction: row;
    margin-top: 0;
    display: flex;
  }

  .navigation-item-4 {
    background-color: rgba(0, 136, 73, .92);
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .navigation-item-4:hover {
    opacity: 1;
    background-color: #008849;
  }

  .navigation-item-4:active {
    opacity: 1;
    background-color: #000;
  }

  .navigation-item-5 {
    background-color: rgba(0, 136, 73, .92);
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .navigation-item-5:hover {
    opacity: 1;
    background-color: #008849;
  }

  .navigation-item-5:active {
    opacity: 1;
    background-color: #000;
  }

  .navigation-item-6 {
    background-color: var(--white);
    text-align: center;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    display: block;
  }

  .navigation-item-6:hover {
    background-color: var(--white);
    opacity: 1;
    padding-bottom: 15px;
  }

  .navigation-item-6:active {
    opacity: 1;
    background-color: #000;
  }

  .slider-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-56 {
    margin-bottom: 120px;
  }

  .paragraph-43 {
    text-align: justify;
  }

  .section-32 {
    background-position: 20% 100%;
  }

  .div-block-61 {
    min-height: 500px;
  }

  .grid-28 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-8 {
    height: 1150px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-30 {
    width: auto;
    height: 92%;
  }

  .grid-31 {
    width: 100%;
    height: 92%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    width: 100px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-2 {
    width: 110px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3 {
    width: 120px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3.w--current {
    width: 110px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-4 {
    width: 120px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-46, .paragraph-47 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .heading, .heading.preto.left {
    font-size: 24px;
    line-height: 32px;
  }

  .heading.preto.center {
    font-size: 24px;
    line-height: 34px;
  }

  .section {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-3 {
    padding-bottom: 160px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-item {
    background-color: var(--white);
    background-image: none;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Neuehaasdisplayroman, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition-property: none;
  }

  .navigation-item:hover {
    background-color: var(--white);
    opacity: 1;
    color: var(--orange);
    font-weight: 400;
  }

  .navigation-item.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .menu-icon {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-7.label-left {
    text-align: center;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-8.audiovisuais {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-8.preto.left {
    font-size: 36px;
    line-height: 36px;
  }

  .paragraph-2 {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .paragraph-2.left {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-2.center {
    width: auto;
  }

  .button.home.interna {
    margin-top: 60px;
  }

  .button.home {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .section-4 {
    width: 100%;
    height: auto;
    min-height: 510px;
    background-position: 33%;
    margin-top: -80px;
  }

  .section-4.interna {
    height: auto;
    min-height: 500px;
    background-position: 90%;
    margin-top: -72px;
  }

  .section-4.interna.institucional {
    margin-top: -72px;
  }

  .section-4.testeira-home {
    height: auto;
    min-height: 480px;
    text-align: center;
    background-position: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: flex-end;
    margin-top: 0;
    padding-right: 0;
  }

  .image-4 {
    width: 140px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    height: 50px;
    align-items: center;
  }

  .grid {
    grid-row-gap: 40px;
  }

  .grid._3col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    background-size: auto;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-5 {
    margin-top: 40px;
  }

  .section-9 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    margin-top: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-10 {
    color: #444;
  }

  .paragraph-3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .grid-2 {
    grid-row-gap: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-4 {
    color: var(--white);
    text-align: center;
    font-size: 13px;
  }

  .separador {
    padding-left: 20px;
  }

  .grid-4 {
    grid-template-columns: .5fr .5fr;
  }

  .button-2 {
    width: auto;
    height: auto;
    background-size: cover;
  }

  .slide-3, .slide-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-link-2.w--current {
    margin-top: 0;
  }

  .logo-image-2 {
    width: 180px;
    color: #d5841f;
    margin-top: 0;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
    flex: none;
    margin-top: 0;
    padding: 10px;
  }

  .container-8 {
    padding: 0;
  }

  .heading-12 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 23px;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-7 {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .link-4 {
    font-family: neue-haas-grotesk-text;
  }

  .section-10.audiovisuais {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-11 {
    padding: 0 30px;
  }

  .left-arrow-2 {
    display: none;
    position: absolute;
  }

  .right-arrow-2 {
    display: none;
  }

  .navigation-2 {
    background-color: var(--white);
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-items-3 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-wrap-3 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
  }

  .navigation-item-3 {
    background-color: rgba(0, 136, 73, .95);
    padding: 12px 20px;
    display: block;
  }

  .navigation-item-3:hover {
    color: rgba(255, 255, 255, .8);
    background-color: #008849;
    padding-bottom: 12px;
    display: block;
  }

  .navigation-item-3:active {
    background-color: var(--black);
  }

  .t-tulo-acessibilidade {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .bold-text-6 {
    font-size: 25px;
    line-height: 32px;
  }

  .accord-item-trigger {
    text-align: left;
    padding-left: 0;
    padding-right: 30px;
  }

  .paragraph-10 {
    color: #008849;
    text-align: left;
    flex: 1;
    font-family: Pprader;
    line-height: 17px;
  }

  .paragraph-11 {
    text-align: left;
  }

  .text-block-2.vinho {
    text-align: center;
  }

  .container-9 {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

  .italic-text-16, .link-28 {
    color: #3f6624;
    text-decoration: underline;
  }

  .text-block-3 {
    padding-left: 40px;
    padding-right: 40px;
    font-family: Neuehaasdisplayroman, sans-serif;
    font-size: 11px;
  }

  .div-block-5 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-15 {
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: -45px;
  }

  .section-13 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-8 {
    width: auto;
    grid-template: "Area" 90px
                   "." 90px
                   "." 90px
                   "." 90px
                   "." 90px
                   / 1fr 1fr;
    grid-auto-rows: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-4 {
    height: 670px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-4 {
    height: 85px;
    padding-bottom: 0;
  }

  .button-4._2.b.c {
    height: 120px;
    padding: 0;
  }

  .button-4._8.b.c {
    height: 120px;
    background-position: 50%;
    background-size: cover;
    display: block;
  }

  .slide-nav-3 {
    padding-top: 0;
  }

  .icon-3 {
    margin-top: 290px;
    margin-bottom: 290px;
    margin-left: 40px;
  }

  .icon-4 {
    margin-top: 290px;
    margin-bottom: 290px;
    margin-right: 40px;
  }

  .container-12 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .italic-text-17 {
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph-12 {
    line-height: 20px;
  }

  .paragraph-15 {
    text-align: center;
  }

  .bold-text-31 {
    text-align: center;
    display: block;
  }

  .paragraph-16 {
    text-align: left;
    display: inline-block;
  }

  .div-block-10.vinho {
    text-align: center;
    display: block;
  }

  .bold-text-32 {
    text-align: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
    display: block;
  }

  .paragraph-17, .heading-15 {
    text-align: center;
  }

  .container-21 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-quote-2 {
    text-align: center;
  }

  .paragraph-18 {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-19 {
    text-align: center;
  }

  .paragraph-20 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .italic-text-20, .italic-text-21 {
    line-height: 28px;
  }

  .heading-16 {
    text-align: center;
  }

  .paragraph-21 {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .italic-text-22 {
    font-size: 16px;
    line-height: 24px;
  }

  .slide-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17, .italic-text-25, .text-block-6 {
    text-align: center;
  }

  .heading-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-16 {
    min-height: 400px;
    background-position: 50%;
    background-size: cover;
  }

  .section-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-29.b {
    text-align: center;
  }

  .heading-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-28 {
    margin-top: 60px;
  }

  .section-23 {
    background-image: none;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-31, .paragraph-23 {
    text-align: center;
  }

  .image-17 {
    max-width: 70%;
    text-align: left;
  }

  .image-18 {
    max-width: 70%;
  }

  .link-40, .link-41, .link-42, .link-43, .link-44, .link-45 {
    color: var(--white);
    font-family: neue-haas-grotesk-text;
    font-size: 12px;
  }

  .section-25 {
    min-height: auto;
    position: relative;
    top: -114px;
  }

  .image-19 {
    width: 100%;
    height: 640px;
    min-height: auto;
  }

  .div-block-22 {
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .container-33 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 580px;
  }

  .heading-34 {
    text-align: center;
    margin-top: 40px;
    padding-left: 0;
    font-size: 16px;
  }

  .div-block-23, .div-block-24 {
    text-align: center;
  }

  .grid-16 {
    grid-template-rows: auto;
  }

  .image-20 {
    max-width: 70%;
    margin-bottom: 30px;
  }

  .image-21 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .div-block-26 {
    min-height: 350px;
  }

  .button-13 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-29, .paragraph-24, .italic-text-27, .block-quote-3 {
    text-align: center;
  }

  .bold-text-49 {
    text-align: center;
    line-height: 26px;
  }

  .text-block-14 {
    text-align: left;
  }

  .italic-text-29 {
    text-align: center;
  }

  .div-block-33 {
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .button-15 {
    margin-right: 55px;
  }

  .button-15.b {
    margin-right: 25px;
  }

  .paragraph-29 {
    padding-top: 430px;
  }

  .grid-18 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-34 {
    width: 230px;
    height: 200px;
    min-height: auto;
    text-align: right;
    margin-top: 130px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: static;
    left: auto;
  }

  .label {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-31, .paragraph-32 {
    text-align: center;
  }

  .section-28 {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-8 {
    display: block;
  }

  .column-9 {
    margin-bottom: 30px;
  }

  .column-11 {
    order: -1;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .button-23, .button-28 {
    margin-right: 0;
  }

  .div-block-36 {
    margin-top: 410px;
    margin-right: 20px;
    font-size: 14px;
  }

  .heading-36 {
    min-width: auto;
    text-align: center;
    letter-spacing: 3px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-37 {
    width: 105%;
    min-height: 8px;
  }

  .paragraph-35, .div-block-39 {
    text-align: center;
  }

  .section-29 {
    background-size: auto;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-38 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-10, .slide-11, .slide-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-19 {
    grid-template-rows: 100px 100px 100px 100px 100px;
    grid-auto-rows: 100px;
  }

  .grid-20 {
    grid-template-rows: 100px 100px 100px 100px 100px;
    grid-template-areas: "Area Area"
                         ". ."
                         ". ."
                         ". ."
                         ". .";
    grid-auto-rows: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-21 {
    grid-template-rows: 100px 100px 100px 100px 100px;
    grid-auto-rows: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-22 {
    grid-template-rows: 100px 100px 100px 100px 100px;
    grid-template-areas: "Area Area"
                         "Area Area"
                         ". ."
                         ". ."
                         "Area-2 Area-2";
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-23 {
    grid-template-rows: 100px 100px 100px 100px 100px;
    grid-template-areas: "Area Area"
                         "Area Area"
                         "Area-2 Area-2"
                         ". ."
                         "Area-3 Area-3";
    grid-auto-rows: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-70 {
    color: var(--white);
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 12px;
  }

  .link-70:hover {
    opacity: .8;
    font-size: 12px;
    font-weight: 400;
  }

  .section-30 {
    padding-bottom: 100px;
  }

  .section-31 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-40 {
    min-height: 300px;
    background-position: 50% 65%;
    background-size: 100%;
    flex-direction: row;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .image-24 {
    max-width: 200px;
  }

  .div-block-41 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-42 {
    padding-top: 0;
  }

  .div-block-43 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns-7 {
    flex-direction: column;
    display: flex;
  }

  .grid-24 {
    grid-template-rows: 140px 140px 140px 140px 140px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-25 {
    grid-template-rows: 150px 150px 150px 150px 150px 150px 150px 150px 150px 150px 150px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-39 {
    text-align: left;
  }

  .paragraph-40 {
    font-size: 22px;
    line-height: 27px;
  }

  .paragraph-41 {
    text-align: center;
  }

  .navigation-3 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-items-4 {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-link-3.w--current {
    margin-top: 0;
  }

  .navigation-wrap-4 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
  }

  .navigation-item-4 {
    background-color: rgba(0, 136, 73, .95);
    padding: 12px 20px;
    display: block;
  }

  .navigation-item-4:hover {
    color: rgba(255, 255, 255, .8);
    background-color: #008849;
    padding-bottom: 12px;
    display: block;
  }

  .navigation-item-4:active {
    background-color: #000;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
    flex: none;
    margin-top: 0;
    padding: 10px;
  }

  .navigation-item-5 {
    background-color: rgba(0, 136, 73, .95);
    padding: 12px 20px;
    display: block;
  }

  .navigation-item-5:hover {
    color: rgba(255, 255, 255, .8);
    background-color: #008849;
    padding-bottom: 12px;
    display: block;
  }

  .navigation-item-5:active {
    background-color: #000;
  }

  .menu-button-4, .menu-button-4.w--open {
    background-color: rgba(0, 0, 0, 0);
    flex: none;
    margin-top: 0;
    padding: 10px;
  }

  .navigation-item-6 {
    background-color: var(--white);
    opacity: 1;
    color: var(--black);
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    transition-property: none;
    display: block;
  }

  .navigation-item-6:hover {
    background-color: var(--white);
    opacity: 1;
    color: var(--orange);
    text-align: center;
    padding-bottom: 12px;
    text-decoration: none;
    display: block;
  }

  .navigation-item-6:active {
    background-color: #000;
  }

  .menu-button-5, .menu-button-5.w--open {
    background-color: rgba(0, 0, 0, 0);
    flex: none;
    margin-top: 0;
    padding: 10px;
  }

  .slider-7 {
    min-height: 450px;
  }

  .icon-9 {
    margin: 180px 55px 180px 0;
  }

  .icon-10 {
    margin: 180px 0 180px 55px;
  }

  .grid-27 {
    grid-template-rows: 120px 120px 120px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 120px;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-42 {
    text-align: center;
  }

  .heading-40, .heading-41 {
    font-size: 24px;
    line-height: 34px;
  }

  .section-32 {
    height: 510px;
    background-position: 23% 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-61 {
    min-height: 300px;
  }

  .slider-8 {
    height: 650px;
  }

  .grid-30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-33 {
    padding-top: 40px;
  }

  .tab-link-tab-1 {
    width: auto;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    width: auto;
    margin-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3.w--current {
    width: auto;
  }

  .tab-link-tab-4 {
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-19 {
    margin-bottom: 0;
  }

  .paragraph-46 {
    text-align: center;
  }

  .link-106 {
    display: block;
  }

  .paragraph-47, .heading-44 {
    text-align: center;
  }
}

#w-node-_042a00a5-cf54-5bc0-d937-6c55db371934-310f3c3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7764edd7-1695-57e1-7ef4-b147140aed54-310f3c3a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_15ddc378-4b5f-0e17-3dec-3864ab765b87-310f3c3a, #w-node-d6f2ea81-9a42-5cfb-39f2-ee7ac6f3c328-310f3c3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_266ae540-fad9-784b-5bef-a01f422f52e0-310f3c3a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dc48c099-2469-78d5-e140-95980fe7b505-310f3c3a, #w-node-edf60d1a-5d48-b7e1-bf8b-9675180ac6c4-310f3c3a, #w-node-_42bd1fa6-e7ce-c548-a103-27d1381d6988-310f3c3a, #w-node-c4fce0e4-7138-3a08-f31b-b0a1196fd671-310f3c3a, #w-node-_215d5631-f630-b0a1-737a-1590ab508a97-310f3c3a, #w-node-adf9af47-e5cc-e92d-09e7-51a62ee8b8e0-310f3c3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ae3b888-4e80-d38f-315b-f3f590d607ee-310f3c3a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9b28ef3d-c4ba-119d-35c6-118e1e647760-310f3c3a, #w-node-cc8f1583-b10f-4dd4-4de7-ffcca2db0b52-310f3c3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90035c78-63b9-1873-54ee-824cc1897fe7-310f3c3a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bad999d7-95fc-1ecc-3220-b87fb97ac3bb-310f3c3a, #w-node-_92306393-eb5a-a702-8f84-5e3c1758581e-310f3c3a, #w-node-bc17dffa-939f-227c-cff7-f2d517f0eb83-310f3c3a, #w-node-_64d0be97-3916-cb67-edd6-426f18aaa869-310f3c3a, #w-node-_0ce7eef4-1d44-fb39-ef2d-3c98996818c6-310f3c3a, #w-node-_9006b33a-8c1b-11f9-1ff0-e8f3b391a381-310f3c3a, #w-node-b4395797-01d5-c648-2125-3aa876eb4225-310f3c3a, #w-node-a9cac3c8-b1cd-3d6d-7e04-32e3da876781-310f3c3a, #w-node-_57b2064f-f7a6-cd17-4e70-618a6fea29fc-310f3c3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_266ae540-fad9-784b-5bef-a01f422f52e0-310f3c3a {
    grid-area: Area-2;
  }

  #w-node-dc48c099-2469-78d5-e140-95980fe7b505-310f3c3a, #w-node-_42bd1fa6-e7ce-c548-a103-27d1381d6988-310f3c3a, #w-node-_64d0be97-3916-cb67-edd6-426f18aaa869-310f3c3a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7764edd7-1695-57e1-7ef4-b147140aed54-310f3c3a, #w-node-_266ae540-fad9-784b-5bef-a01f422f52e0-310f3c3a, #w-node-_1ae3b888-4e80-d38f-315b-f3f590d607ee-310f3c3a, #w-node-_90035c78-63b9-1873-54ee-824cc1897fe7-310f3c3a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f9e79c5f-6d8d-d49a-e551-2d7d82b0454d-82b0454b {
    justify-self: center;
  }

  #w-node-f9e79c5f-6d8d-d49a-e551-2d7d82b045b2-82b0454b {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79a3bf79-7263-e5f1-2348-6b1577c8003d-82b0454b {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Neuehaasdisplayroman';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehassdisplayromamitalic';
  src: url('../fonts/NeueHaasDisplayRomanItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maxeville Construct';
  src: url('../fonts/Maxeville-Construct.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}